/* Before & After page — isolated from main theme styles */

.ba-page {
  --ba-brown: #2b1a0e;
  --ba-brown-mid: #6b5242;
  --ba-brown-soft: #9b7c6a;
  --ba-brown-muted: #b5988a;
  --ba-rose: #c47b7b;
  --ba-rose-hover: #a86060;
  --ba-rose-light: #e8b8b8;
  --ba-rose-bg: #fdf0ee;
  --ba-rose-bg2: #fdf1ee;
  --ba-cream: #f5e6d8;
  --ba-cream-bg: #f8f6f4;
  --ba-border: #e8d9cc;
  --ba-border-hover: #d4a090;
  --ba-banner: #e8b8a8;
  --ba-banner-dark: #5c2a1a;
  --ba-banner-mid: #6b3a2a;
  --ba-label-bg: #f5ede8;
  --ba-coming-bg: #fdf8f4;
  min-height: 50vh;
  background: #fff;
  font-family: 'GillSansC', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 30px;
  color: var(--ba-brown);
  line-height: 1.5;
}

.ba-page *,
.ba-page *::before,
.ba-page *::after {
  box-sizing: border-box;
}

/* Reset theme global heading sizes inside this page */
.ba-page h1,
.ba-page h2,
.ba-page h3,
.ba-page p {
  margin-top: 0;
}

.ba-page p {
  font-size: 1.5rem !important; /* 24px */
}

.ba-page h2 {
  font-size: 4rem !important; /* 64px */
}

.ba-page h3 {
  font-size: 3.4375rem !important; /* 55px */
}

@media (max-width: 767px) {
  .ba-page p {
    font-size: 1.25rem !important; /* 20px */
  }

  .ba-page h2 {
    font-size: 1.625rem !important; /* 26px */
  }

  .ba-page h3 {
    font-size: 1.625rem !important; /* 26px */
  }

  .ba-hero__title {
    font-size: 2.5rem !important; /* 40px */
    text-align: left;
  }

  .ba-hero__lead {
    text-align: left;
  }

  .ba-zone-card__label {
    font-size: 1rem !important; /* 16px */
  }

  .ba-zone-card.is-active .ba-zone-card__label {
    font-size: 1rem !important; /* 16px */
  }

  .ba-mobile-zone__name {
    font-size: 0.875rem !important; /* 14px */
  }
}

.ba-page h1:not(.ba-hero__title) {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

.ba-page sup {
  font-size: 0.58em;
  line-height: 0;
  vertical-align: super;
}

.ba-page main {
  display: block;
}

.ba-container {
  width: 100%;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 1440px) {
  .ba-container {
    max-width: 1110px;
  }
}

@media (max-width: 1140px) {
  .ba-container {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Prevent page-level horizontal scroll on tablet/mobile */
@media (max-width: 1023px) {
  .ba-page {
    overflow-x: clip;
  }
}

/* Hero */
.ba-hero {
  position: relative;
  width: 100%;
  min-height: 420px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .ba-hero {
    min-height: 580px;
  }
}

.ba-hero__bg {
  position: absolute;
  inset: 0;
}

.ba-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
}

.ba-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(43, 26, 14, 0.85), rgba(43, 26, 14, 0.6), rgba(43, 26, 14, 0.3));
}

@media (min-width: 768px) {
  .ba-hero__overlay {
    background: linear-gradient(to right, rgba(43, 26, 14, 0.85), rgba(43, 26, 14, 0.6), rgba(43, 26, 14, 0.3), transparent);
  }
}

.ba-hero__overlay-mobile {
  position: absolute;
  inset: 0;
  background: rgba(43, 26, 14, 0.2);
}

@media (min-width: 768px) {
  .ba-hero__overlay-mobile {
    background: transparent;
  }
}

.ba-hero__content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 420px;
  padding: 3rem 0;
}

/* Hero stays full width; only inner content has side gutters */
.ba-hero .ba-container {
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  /* padding-left: 48px;
  padding-right: 48px; */
}

@media (min-width: 768px) {
  .ba-hero__content {
    min-height: 580px;
    padding: 4rem 0;
  }
}

@media (max-width: 1140px) {
  .ba-hero .ba-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.ba-hero__inner {
  max-width: 41rem;
}

.ba-hero__badge {
  display: inline-block;
  background: var(--ba-rose);
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.375rem 0.75rem;
  border-radius: 9999px;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .ba-hero__badge {
    font-size: 0.75rem;
    padding: 0.375rem 1rem;
    margin-bottom: 1.5rem;
  }
}

.ba-hero__title {
  color: #fff;
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 1.25;
  margin: 0 0 1rem;
}

@media (min-width: 640px) {
  .ba-hero__title {
    font-size: 2.25rem;
  }
}

@media (min-width: 768px) {
  .ba-hero__title {
    font-size: 4rem;
    margin-bottom: 1.5rem;
  }
}

.ba-hero__title strong {
  font-weight: 600;
  font-style: italic;
}

.ba-hero__lead {
  color: var(--ba-cream);
  font-size: 1rem;
  line-height: 1.625;
  max-width: 32rem;
  margin: 0;
}

@media (min-width: 768px) {
  .ba-hero__lead {
    font-size: 24px;
  }
}

.ba-hero__actions {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 640px) {
  .ba-hero__actions {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .ba-hero__actions {
    margin-top: 2rem;
  }
}

.ba-btn {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  padding: 0.875rem 2rem;
  border-radius: 9999px;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  transition: background-color 0.2s, color 0.2s;
  font-family: inherit;
}

.ba-btn--primary {
  background: var(--ba-rose);
  color: #fff;
}

.ba-btn--primary:hover {
  background: var(--ba-rose-hover);
  color: #fff;
}

.ba-btn--ghost {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.ba-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
}

/* Zone selector */
.ba-zones {
  width: 100%;
  background: var(--ba-cream-bg);
  padding: 2.5rem 0 1.5rem;
  scroll-margin-top: 72px;
}

@media (min-width: 768px) {
  .ba-zones {
    padding: 5rem 0;
    scroll-margin-top: 100px;
  }
}

.ba-zones__head {
  text-align: center;
  max-width: 48rem;
  margin: 0 auto 2rem;
}

@media (min-width: 768px) {
  .ba-zones__head {
    margin-bottom: 3rem;
  }
}

.ba-zones__title {
  font-size: 1.5rem;
  font-weight: 300;
  color: var(--ba-brown);
  margin: 0 0 0.75rem;
}

@media (min-width: 768px) {
  .ba-zones__title {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
}

.ba-zones__title strong {
  font-weight: 600;
}

.ba-zones__desc {
  color: var(--ba-brown-mid);
  font-size: 0.875rem;
  line-height: 1.625;
  margin: 0;
}

@media (min-width: 640px) {
  .ba-zones__desc--desktop {
    display: block;
    font-size: 1.25rem;
  }

  .ba-zones__desc--mobile {
    display: none;
  }
}

@media (max-width: 639px) {
  .ba-zones__desc--desktop {
    display: none;
  }

  .ba-zones__desc--mobile {
    display: block;
  }
}

.ba-products {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .ba-products {
    margin-bottom: 2.5rem;
  }
}

.ba-products__inner {
  display: inline-flex;
  background: #fff;
  border: 1px solid var(--ba-border);
  border-radius: 9999px;
  padding: 0.25rem;
}

.ba-product-btn {
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 500;
  border: none;
  background: transparent;
  color: var(--ba-brown-mid);
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s;
  font-family: inherit;
}

@media (min-width: 768px) {
  .ba-product-btn {
    padding: 0.5rem 1.5rem;
    font-size: 1rem;
  }
}

.ba-product-btn:hover:not(:disabled) {
  color: var(--ba-rose);
}

.ba-product-btn.is-active {
  background: var(--ba-rose);
  color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.ba-product-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.ba-product-btn__soon {
  margin-left: 0.375rem;
  font-size: 10px;
  background: var(--ba-border);
  color: var(--ba-brown-mid);
  padding: 0.125rem 0.375rem;
  border-radius: 9999px;
}

.ba-zones-scroll-wrap {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

@media (max-width: 767px) {
  .ba-zones-scroll-wrap {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

.ba-zones-scroll-hint {
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0.5rem;
  width: 3.5rem;
  z-index: 10;
  background: linear-gradient(to right, transparent, var(--ba-cream-bg) 80%);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (min-width: 768px) {
  .ba-zones-scroll-hint {
    display: none;
  }
}

.ba-zones-scroll-hint__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 9999px;
  background: #fff;
  border: 1px solid var(--ba-border);
  margin-right: 0.375rem;
  animation: ba-bounce-x 1.2s ease-in-out infinite;
}

@keyframes ba-bounce-x {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(5px); }
}

.ba-zones-list {
  display: flex;
  gap: 0.75rem;
  overflow-x: auto;
  padding-bottom: 0.5rem;
  scroll-snap-type: x mandatory;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.ba-zones-list::-webkit-scrollbar {
  display: none;
}

@media (min-width: 768px) {
  .ba-zones-list {
    flex-wrap: wrap;
    justify-content: center;
    overflow: visible;
    padding-bottom: 0;
    scroll-snap-type: none;
    gap: 1.25rem;
  }
}

.ba-zone-card {
  flex: 0 0 140px;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
  padding: 1rem;
  border-radius: 1rem;
  border: 1px solid var(--ba-border);
  background: #fff;
  cursor: pointer;
  transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
  font-family: inherit;
}

@media (min-width: 768px) {
  .ba-zone-card {
    flex: 0 1 auto;
    min-width: 155px;
  }

  .ba-zone-card:hover,
  .ba-zone-card.is-active {
    /* transform: scale(1.05); */
  }
}

.ba-zone-card.is-active {
  border-color: var(--ba-rose);
  box-shadow: 0 2px 16px rgba(196, 123, 123, 0.12);
}

.ba-zone-card:hover:not(.is-active) {
  border-color: var(--ba-border-hover);
}

.ba-zone-card__icon {
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  background: var(--ba-rose-bg);
}

.ba-zone-card__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.65;
  transition: opacity 0.3s;
}

.ba-zone-card.is-active .ba-zone-card__icon img,
.ba-zone-card:hover .ba-zone-card__icon img {
  opacity: 1;
}

.ba-zone-card__icon img.ba-blend-multiply {
  mix-blend-mode: multiply;
}

.ba-zone-card__label {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  color: var(--ba-brown);
  margin: 0;
  transition: color 0.3s;
}

@media (min-width: 768px) {
  .ba-zone-card__label {
    font-size: 1rem;
  }
}

.ba-zone-card.is-active .ba-zone-card__label {
  color: var(--ba-rose);
  font-size:20px !important;
}

p.ba-zone-card__label {
  font-size: 20px !important;
}
p.ba-zone-card__desc {
  font-size: 16px !important;
}

.ba-zone-card__desc {
  font-size: 0.75rem;
  color: var(--ba-brown-muted);
  margin: 0;
  line-height: 1.25;
  text-align: center;
  display: none;
}

@media (min-width: 768px) {
  .ba-zone-card__desc {
    display: block;
  }
}

.ba-zone-card__dots {
  display: none;
  gap: 0.25rem;
}

.ba-zone-card.is-active .ba-zone-card__dots {
  display: flex;
}

.ba-zone-card__dots[hidden] {
  display: none !important;
}

.ba-zone-card__dots span:first-child {
  width: 1rem;
  height: 2.5px;
  background: var(--ba-rose);
  border-radius: 9999px;
}

.ba-zone-card__dots span:last-child {
  width: 0.375rem;
  height: 2.5px;
  background: var(--ba-rose-light);
  border-radius: 9999px;
}

/* Sticky side nav */
.ba-sticky-nav {
  display: none;
  position: fixed;
  right: 4rem;
  top: 50%;
  z-index: 40;
  flex-direction: column;
  gap: 0.75rem;
  transform: translateY(-50%) translateX(32px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s, transform 0.5s;
}

@media (min-width: 1024px) {
  .ba-sticky-nav {
    display: flex;
  }
}

.ba-sticky-nav.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(-50%) translateX(0);
}

.ba-sticky-nav__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.ba-sticky-nav__tooltip {
  position: absolute;
  right: 100%;
  margin-right: 0.625rem;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transform: translateX(6px);
  transition: opacity 0.2s, transform 0.2s;
}

.ba-sticky-nav__item:hover .ba-sticky-nav__tooltip {
  opacity: 1;
  transform: translateX(0);
}

.ba-sticky-nav__tooltip span {
  display: inline-block;
  background: var(--ba-brown);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.375rem 0.75rem;
  border-radius: 9999px;
}

.ba-sticky-nav__tooltip::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -5px;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left-color: var(--ba-brown);
}

.ba-sticky-nav__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  border: 2px solid var(--ba-border);
  background: var(--ba-rose-bg);
  cursor: pointer;
  width: 3.5rem;
  height: 3.5rem;
  transition: all 0.3s;
  box-shadow: 0 2px 8px rgba(43, 26, 14, 0.09);
  padding: 0;
}

.ba-sticky-nav__btn.is-active {
  width: 4rem;
  height: 4rem;
  border-color: var(--ba-rose);
  box-shadow: 0 4px 20px rgba(196, 123, 123, 0.22);
}

.ba-sticky-nav__btn img {
  width: 2.25rem;
  height: 2.25rem;
  object-fit: contain;
  opacity: 0.65;
  transition: opacity 0.3s, width 0.3s, height 0.3s;
}

.ba-sticky-nav__btn.is-active img {
  width: 2.5rem;
  height: 2.5rem;
  opacity: 1;
}

.ba-sticky-nav__btn:hover img {
  opacity: 1;
}

.ba-sticky-nav__dot {
  position: absolute;
  left: -0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--ba-rose);
}

/* Results */
.ba-results {
  width: 100%;
  padding: 0.5rem 0 1rem;
  background: #fff;
  transition: opacity 0.5s, transform 0.5s;
}

@media (min-width: 768px) {
  .ba-results {
    padding: 1.5rem 0 7rem;
  }
}

.ba-results.is-fading {
  opacity: 0;
  transform: translateY(1rem);
}

.ba-results__badge-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .ba-results__badge-row {
    margin-bottom: 2.5rem;
  }
}

.ba-results__line {
  flex: 1;
  height: 1px;
  background: var(--ba-border);
}

.ba-results__zone-badge {
  background: var(--ba-rose);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.5rem 1.25rem;
  border-radius: 9999px;
  white-space: nowrap;
}

.ba-results__inner {
  max-width: 64rem;
  margin: 0 auto;
}

.ba-results__text {
  margin-bottom: 2.5rem;
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1), transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.ba-results__text.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.ba-results__subtitle {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--ba-brown);
  line-height: 1.375;
  margin: 0 0 1.5rem;
}

@media (min-width: 768px) {
  .ba-results__subtitle {
    font-size: 2.25rem;
    margin-bottom: 2rem;
  }
}

.ba-results__description {
  color: var(--ba-brown-mid);
  font-size: 1rem;
  line-height: 2;
  font-weight: 300;
  margin: 0 0 2rem;
}

@media (min-width: 768px) {
  .ba-results__description {
    font-size: 1.5rem;
    margin-bottom: 3rem;
  }
}

.ba-results__highlight {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.75rem;
  background: var(--ba-rose-bg2);
  border-left: 4px solid var(--ba-rose);
  border-radius: 0 0.75rem 0.75rem 0;
  padding: 1rem 1.25rem;
}

.ba-results__highlight svg {
  flex-shrink: 0;
  margin-top: 2px;
}

.ba-results__highlight p {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.625;
  color: var(--ba-brown);
}

@media (min-width: 768px) {
  .ba-results__highlight p {
    font-size: 1.25rem;
  }
}

.ba-results__highlight strong {
  font-weight: 700;
  color: var(--ba-rose);
}

.ba-cards {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 2.5rem;
  width: 100%;
}

/* Override theme global `article { width: calc(...) }` rules */
.ba-page article.ba-card {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  border-radius: 1rem;
  box-shadow: none;
  background: transparent;
  overflow: hidden;
}

.ba-card {
  position: relative;
  width: 100%;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid var(--ba-border);
  opacity: 0;
  transform: translateY(48px) scale(0.97);
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.ba-card.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.ba-card__grid {
  display: grid;
  grid-template-columns: 1fr 2px 1fr;
  width: 100%;
  align-items: stretch;
}

.ba-card__side {
  position: relative;
  overflow: hidden;
  cursor: zoom-in;
  min-width: 0;
  height: 100%;
}

.ba-page .ba-card__side img {
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.5s;
  border-radius: 0;
}

.ba-card:hover .ba-card__side img {
  transform: scale(1.02);
}

.ba-card__label-overlay {
  display: none;
  position: absolute;
  top: 0.75rem;
  padding: 0.5rem 1.25rem;
  border-radius: 9999px;
  backdrop-filter: blur(4px);
}

@media (min-width: 768px) {
  .ba-card__label-overlay {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .ba-card__label-overlay--before {
    left: 0.75rem;
    background: rgba(43, 26, 14, 0.7);
  }

  .ba-card__label-overlay--after {
    right: 0.75rem;
    background: rgba(196, 123, 123, 0.85);
  }
}

.ba-card__label-overlay span {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ba-card__zoom {
  display: none;
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  width: 1.75rem;
  height: 1.75rem;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(4px);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.2s;
}

@media (min-width: 768px) {
  .ba-card__zoom {
    display: flex;
  }

  .ba-card:hover .ba-card__zoom {
    opacity: 0.6;
  }
}

.ba-card__divider {
  background: var(--ba-rose);
  position: relative;
  z-index: 10;
  height: 100%;
}

.ba-card__divider-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2rem;
  height: 2rem;
  background: var(--ba-rose);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ba-card__mobile-labels {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

@media (min-width: 768px) {
  .ba-card__mobile-labels {
    display: none;
  }
}

.ba-card__mobile-labels div {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.375rem 0;
}

.ba-card__mobile-labels div:first-child {
  background: var(--ba-label-bg);
}

.ba-card__mobile-labels div:last-child {
  background: var(--ba-rose-bg2);
}

.ba-card__mobile-labels span {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ba-card__mobile-labels div:first-child span {
  color: var(--ba-brown);
}

.ba-card__mobile-labels div:last-child span {
  color: var(--ba-rose);
}

.ba-results__disclaimer {
  text-align: center;
  font-size: 0.875rem;
  color: var(--ba-brown-soft);
  font-style: italic;
  margin: 3rem 0 0;
  opacity: 0;
  transition: opacity 0.6s ease 0.4s;
}

.ba-results__disclaimer.is-visible {
  opacity: 1;
  padding-top:2rem;
  font-size:16px;
}

/* Mobile zone switcher */
.ba-mobile-zones {
  margin-top: 2.5rem;
}

@media (min-width: 1024px) {
  .ba-mobile-zones {
    display: none;
  }
}

.ba-mobile-zones__label {
  text-align: center;
  font-size: 0.75rem;
  color: var(--ba-brown-muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 1rem;
}

.ba-mobile-zones__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.ba-mobile-zone {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.375rem;
  border: none;
  background: none;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s;
  padding: 0;
  font-family: inherit;
}

.ba-mobile-zone.is-active {
  opacity: 1;
}

.ba-mobile-zone__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  border: 2px solid var(--ba-border);
  background: rgb(255 255 255/var(--tw-bg-opacity,1));
  width: 3rem;
  height: 3rem;
  transition: all 0.3s;
}

.ba-mobile-zone.is-active .ba-mobile-zone__icon {
  width: 3.5rem;
  height: 3.5rem;
  border-color: var(--ba-rose);
  box-shadow: 0 3px 14px rgba(196, 123, 123, 0.2);
}

.ba-mobile-zone__icon img {
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}

.ba-mobile-zone.is-active .ba-mobile-zone__icon img {
  width: 2.25rem;
  height: 2.25rem;
}

.ba-mobile-zone__name {
  font-size: 10px;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  color: var(--ba-brown-soft);
}

.ba-mobile-zone.is-active .ba-mobile-zone__name {
  color: var(--ba-rose);
  font-weight: 600;
}

.ba-mobile-zone__bar {
  width: 1rem;
  height: 2px;
  background: var(--ba-rose);
  border-radius: 9999px;
}

/* Coming soon (gel) */
.ba-coming {
  width: 100%;
  padding: 4rem 0;
  background: #fff;
}

.ba-coming__box {
  max-width: 56rem;
  margin: 0 auto;
  text-align: center;
  background: var(--ba-coming-bg);
  border: 1px solid var(--ba-border);
  border-radius: 1rem;
  padding: 3rem;
}

.ba-coming__icon {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--ba-rose-bg2);
  border-radius: 50%;
  margin: 0 auto 1rem;
}

.ba-coming__title {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--ba-brown);
  margin: 0 0 0.75rem;
}

.ba-coming__text {
  color: var(--ba-brown-mid);
  font-size: 0.875rem;
  line-height: 1.625;
  margin: 0;
}

.ba-coming[hidden],
.ba-results-panel[hidden] {
  display: none !important;
}

/* Product banner */
.ba-product-banner {
  width: 100%;
  padding: 1.25rem 0;
  background: #fff;
}

@media (min-width: 768px) {
  .ba-product-banner {
    padding: 2.5rem 0;
  }
}

.ba-product-banner__card {
  position: relative;
  overflow: hidden;
  border-radius: 0.75rem;
  background: var(--ba-banner);
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .ba-product-banner__card {
    flex-direction: row;
    align-items: stretch;
    border-radius: 1.5rem;
  }
}

.ba-product-banner__text {
  position: relative;
  z-index: 10;
  flex: 1;
  padding: 1.25rem 1.25rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  order: 2;
}

@media (min-width: 768px) {
  .ba-product-banner__text {
    padding: 3.5rem;
    order: 1;
  }
}

.ba-product-banner__badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.3);
  color: var(--ba-banner-dark);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  margin-bottom: 0.5rem;
  width: fit-content;
  backdrop-filter: blur(4px);
}

@media (min-width: 768px) {
  .ba-product-banner__badge {
    font-size: 0.75rem;
    padding: 0.375rem 1rem;
    margin-bottom: 1.25rem;
  }
}

.ba-product-banner__title {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.375;
  margin: 0 0 0.5rem;
  color: var(--ba-brown);
}

@media (min-width: 768px) {
  .ba-product-banner__title {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
}

.ba-product-banner__title em {
  font-weight: 600;
  font-style: italic;
}

.ba-product-banner__sub {
  color: var(--ba-banner-dark);
  font-size: 0.875rem;
  font-weight: 500;
  margin: 0 0 0.125rem;
}

@media (min-width: 768px) {
  .ba-product-banner__sub {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
}

.ba-product-banner__desc {
  color: var(--ba-banner-mid);
  font-size: 0.75rem;
  line-height: 1.625;
  margin: 0 0 0.75rem;
  max-width: 32rem;
}

@media (min-width: 768px) {
  .ba-product-banner__desc {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
}

.ba-product-banner__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--ba-rose);
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.5rem 1.25rem;
  border-radius: 9999px;
  text-decoration: none;
  width: fit-content;
  transition: background 0.3s;
}

@media (min-width: 768px) {
  .ba-product-banner__cta {
    font-size: 20px;
    gap: 0.75rem;
    padding: 0.875rem 2rem;
  }
}

.ba-product-banner__cta:hover {
  background: var(--ba-rose-hover);
  color: #fff;
}

.ba-product-banner__cta-icon {
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  font-size: 0.75rem;
  line-height: 1;
  transition: transform 0.3s;
}

@media (min-width: 768px) {
  .ba-product-banner__cta-icon {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 0.875rem;
  }
}

.ba-product-banner__cta:hover .ba-product-banner__cta-icon {
  transform: translateX(4px);
}

.ba-product-banner__image {
  flex-shrink: 0;
  width: 100%;
  height: 220px;
  position: relative;
  order: 1;
}

@media (min-width: 768px) {
  .ba-product-banner__image {
    width: 460px;
    height: auto;
    min-height: 380px;
    order: 2;
  }
}

@media (min-width: 1024px) {
  .ba-product-banner__image {
    width: 520px;
  }
}

.ba-product-banner__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.ba-product-banner__fade-left,
.ba-product-banner__fade-bottom,
.ba-product-banner__fade-top {
  position: absolute;
  pointer-events: none;
}

.ba-product-banner__fade-left {
  inset-block: 0;
  left: 0;
  width: 5rem;
  background: linear-gradient(to right, var(--ba-banner), transparent);
}

@media (min-width: 768px) {
  .ba-product-banner__fade-left {
    width: 8rem;
  }
}

.ba-product-banner__fade-bottom {
  inset-inline: 0;
  bottom: 0;
  height: 3rem;
  background: linear-gradient(to top, var(--ba-banner), transparent);
}

@media (min-width: 768px) {
  .ba-product-banner__fade-bottom {
    height: 4rem;
  }
}

.ba-product-banner__fade-top {
  inset-inline: 0;
  top: 0;
  height: 2.5rem;
  background: linear-gradient(to bottom, var(--ba-banner), transparent);
}

/* Lightbox */
.ba-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.9);
  touch-action: none;
}

.ba-lightbox[hidden] {
  display: none !important;
}

.ba-lightbox__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  border: none;
  cursor: pointer;
  z-index: 10;
  transition: background 0.2s;
  padding: 0;
}

.ba-lightbox__close:hover {
  background: rgba(255, 255, 255, 0.25);
}

.ba-lightbox__badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 10;
  padding: 0.375rem 1rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
}

.ba-lightbox__badge--before {
  background: rgba(43, 26, 14, 0.8);
}

.ba-lightbox__badge--after {
  background: var(--ba-rose);
}

.ba-lightbox__frame {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 92vw;
  max-height: 88vh;
}

.ba-lightbox__error {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
}

.ba-lightbox__error.is-shown {
  display: flex;
}

.ba-lightbox__img {
  max-width: 92vw;
  max-height: 88vh;
  object-fit: contain;
  border-radius: 0.75rem;
  box-shadow: 0 8px 48px rgba(0, 0, 0, 0.5);
}

.ba-lightbox__hint {
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.75rem;
  white-space: nowrap;
  pointer-events: none;
  margin: 0;
}
