/* Production trust and portal upgrades. */
a[href="#"][aria-label="Instagram"],
a[href="#"][aria-label="TikTok"] {
  display: none !important;
}

.ba-slider img {
  -webkit-user-drag: none;
  user-select: none;
  pointer-events: none;
}

.booth-spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .65rem;
  margin: 1.1rem 0;
}

.booth-spec-grid > div {
  display: flex;
  flex-direction: column;
  gap: .15rem;
  padding: .75rem .85rem;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 12px;
  background: rgba(255, 255, 255, .05);
}

.booth-spec-grid span {
  font-size: .65rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .55);
  font-weight: 800;
}

.booth-spec-grid strong {
  font-size: .82rem;
  color: #fff;
  line-height: 1.35;
}

.booth-sample-wrap {
  margin: 1rem 0 1.2rem;
  padding: .9rem;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 16px;
  background: rgba(255, 255, 255, .035);
}

.booth-sample-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: .8rem;
}

.booth-sample-head > div {
  display: flex;
  flex-direction: column;
  gap: .05rem;
}

.booth-sample-head span {
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #f0a1bd;
}

.booth-sample-head strong {
  font-family: 'Fraunces', Georgia, serif;
  color: #fff;
}

.booth-sample-head small {
  max-width: 220px;
  color: rgba(255, 255, 255, .5);
  font-size: .62rem;
  line-height: 1.4;
  text-align: right;
}

.booth-sample-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .6rem;
}

.booth-sample-strip figure {
  margin: 0;
  padding: .35rem .35rem .5rem;
  background: #fff;
  color: #281f31;
  transform: rotate(-1.5deg);
  box-shadow: 0 8px 18px rgba(0, 0, 0, .2);
}

.booth-sample-strip figure:nth-child(2) { transform: rotate(1.5deg); }
.booth-sample-strip img { aspect-ratio: 4 / 5; width: 100%; height: auto; object-fit: cover; }
.booth-sample-strip figcaption { padding: .35rem .15rem 0; font-family: 'Caveat', cursive; font-weight: 700; font-size: .8rem; text-align: center; line-height: 1; }

.google-reviews-shell {
  margin-top: 2.4rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}

.google-reviews-shell[hidden] { display: none !important; }
.google-reviews-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 1.25rem; padding-bottom: 1rem; border-bottom: 1px solid var(--line); }
.google-reviews-kicker { display: block; color: var(--rose); font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; margin-bottom: .2rem; }
.google-reviews-head h3 { font-size: 1.35rem; margin: 0; }
.google-reviews-score { display: grid; grid-template-columns: auto auto; align-items: center; gap: .1rem .6rem; text-align: right; }
.google-reviews-score > strong { font-family: 'Fraunces', Georgia, serif; font-size: 2rem; line-height: 1; }
.google-reviews-score > small { grid-column: 1 / -1; color: var(--muted); }
.google-reviews-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin-top: 1rem; }
.google-review-card { display: flex; flex-direction: column; align-items: flex-start; padding: 1rem; border-radius: 14px; background: var(--bg-soft); min-width: 0; }
.google-review-card p { font-size: .84rem; line-height: 1.55; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; overflow: hidden; margin: .55rem 0 .8rem; }
.google-review-card > strong { font-size: .82rem; }
.google-review-card > small { font-size: .7rem; color: var(--muted); }
.google-review-source { margin-top: auto; padding-top: .75rem; color: var(--rose); font-size: .75rem; font-weight: 800; }
.google-reviews-footer { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 1rem; padding-top: .9rem; border-top: 1px solid var(--line); }
.google-reviews-footer p { margin: 0; font-size: .7rem; color: var(--muted); }
.google-maps-attribution { font-weight: 800; font-size: .78rem; white-space: nowrap; color: #4285f4; }

@media (max-width: 760px) {
  .booth-sample-head,
  .google-reviews-head,
  .google-reviews-footer { align-items: flex-start; flex-direction: column; }
  .booth-sample-head small { text-align: left; }
  .google-reviews-grid { grid-template-columns: 1fr; }
}

@media (max-width: 420px) {
  .booth-spec-grid { grid-template-columns: 1fr; }
  .booth-sample-strip { gap: .35rem; }
  .booth-sample-strip figcaption { font-size: .68rem; }
}
/* Compact service-area notice above the sticky navigation. */
.service-area-alert {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid rgba(184, 47, 99, .12);
  background: linear-gradient(90deg, var(--rose-soft), #fff8ef 50%, var(--mauve-soft));
  color: var(--ink-soft);
}

[data-color-mode="dark"] .service-area-alert {
  background: linear-gradient(90deg, var(--rose-soft), var(--bg-soft) 50%, var(--mauve-soft));
}

.service-area-alert__inner {
  box-sizing: border-box;
  display: flex;
  height: 36px;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding-top: .4rem;
  padding-bottom: .4rem;
  font-size: .76rem;
  line-height: 1.25;
  text-align: center;
}

.service-area-alert strong,
.service-area-alert__detail,
.service-area-alert a {
  white-space: nowrap;
}

.service-area-alert strong {
  color: var(--rose);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.service-area-alert a {
  color: var(--ink);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(184, 47, 99, .35);
  text-underline-offset: 3px;
}

.service-area-alert a:hover {
  color: var(--rose);
  text-decoration-color: currentColor;
}

.service-area-alert__mobile-label {
  display: none;
}

@media (max-width: 900px) {
  .service-area-alert__inner {
    height: 38px;
    justify-content: space-between;
    gap: .75rem;
    padding-top: .45rem;
    padding-bottom: .45rem;
    font-size: .72rem;
    text-align: left;
  }

  .service-area-alert__detail,
  .service-area-alert__desktop-label {
    display: none;
  }

  .service-area-alert__mobile-label {
    display: inline;
  }

  .service-area-alert strong {
    min-width: 0;
    overflow: hidden;
    font-size: .68rem;
    letter-spacing: .035em;
    text-overflow: ellipsis;
  }

  .service-area-alert a {
    flex-shrink: 0;
  }
}
