/* Sub-header: address, hours, breadcrumbs in one row on desktop */
.header-sub-bar__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}
@media (min-width: 640px) {
  .header-sub-bar__inner {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 1rem 1.5rem;
  }
  .header-sub-bar__inner > * {
    white-space: nowrap;
    flex-shrink: 0;
  }
}

/* Instagram-style highlights */
.ig-highlight {
  flex-shrink: 0;
  width: 4.5rem;
  cursor: pointer;
  border: 0;
  background: transparent;
  padding: 0;
  font: inherit;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.ig-highlight:focus-visible {
  outline: 2px solid #059669;
  outline-offset: 4px;
  border-radius: 0.5rem;
}
.ig-highlight__ring {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 9999px;
  padding: 2px;
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}
.ig-highlight__inner {
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  padding: 2px;
  background: #fff;
}
.ig-highlight__thumb {
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.ig-highlight__thumb:has(img) {
  background: none;
}
.ig-highlight__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ig-highlight__label {
  margin-top: 0.375rem;
  font-size: 0.6875rem;
  line-height: 1.2;
  text-align: center;
  color: #334155;
  max-width: 4.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.story-viewer {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.story-viewer.is-open {
  opacity: 1;
  visibility: visible;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.story-viewer.is-open * {
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.story-viewer.is-open img {
  -webkit-user-drag: none;
  user-drag: none;
  pointer-events: none;
}
.story-viewer.is-open a,
.story-viewer.is-open button {
  -webkit-user-select: none;
  user-select: none;
}
.story-viewer__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
}
.story-viewer__frame {
  position: relative;
  width: 100%;
  max-width: 420px;
  height: 100%;
  max-height: 100dvh;
  display: flex;
  flex-direction: column;
  z-index: 1;
}
@media (min-width: 480px) {
  .story-viewer__frame {
    height: min(100dvh, 780px);
    border-radius: 12px;
    overflow: hidden;
  }
}
.story-viewer__top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  padding: 0.75rem 0.625rem 0.5rem;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55), transparent);
  pointer-events: none;
}
.story-viewer__progress {
  display: flex;
  gap: 3px;
  margin-bottom: 0.625rem;
}
.story-viewer__progress-seg {
  flex: 1;
  height: 2px;
  background: rgba(255, 255, 255, 0.35);
  border-radius: 2px;
  overflow: hidden;
}
.story-viewer__progress-fill {
  display: block;
  height: 100%;
  width: 0%;
  background: #fff;
  border-radius: 2px;
}
.story-viewer__progress-fill.is-done {
  width: 100%;
}
.story-viewer__progress-fill.is-active {
  width: 0%;
}
.story-viewer.is-holding .story-viewer__slide.is-active {
  cursor: pointer;
}
.story-viewer__header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 600;
}
.story-viewer__header-avatar {
  width: 2rem;
  height: 2rem;
  border-radius: 9999px;
  background: linear-gradient(135deg, #059669, #10b981);
  flex-shrink: 0;
  overflow: hidden;
}
.story-viewer__header-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.story-viewer__close {
  position: absolute;
  top: 2.75rem;
  right: 0.625rem;
  z-index: 25;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 1.75rem;
  line-height: 1;
  opacity: 0.9;
}
.story-viewer__slides {
  position: relative;
  flex: 1;
  min-height: 0;
  background: #0f172a;
  touch-action: manipulation;
}
.story-viewer__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.story-viewer__slide.is-active {
  opacity: 1;
  visibility: visible;
}
.story-viewer__cta {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 30;
  width: auto;
  max-width: 92%;
  pointer-events: auto;
}
.story-viewer__tap {
  position: absolute;
  top: 4.5rem;
  bottom: 5.5rem;
  width: 35%;
  z-index: 15;
  cursor: pointer;
  background: transparent;
  border: 0;
  padding: 0;
}
.story-viewer__tap--prev {
  left: 0;
}
.story-viewer__tap--next {
  right: 0;
}
.story-viewer__video-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}
.story-viewer__video-wrap .story-viewer__touch-shield {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: transparent;
}
.story-viewer__video-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.story-slide-content {
  min-height: 100%;
  padding: 4.5rem 1rem 6.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.story-slide-content--light {
  background: #fffbf5;
  color: #334155;
}
.story-slide-content h3 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.story-slide-content .price-row {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(148, 163, 184, 0.3);
  font-size: 0.8125rem;
}
.story-slide-content .price-row:last-child {
  border-bottom: 0;
}
.story-slide-content .info-box {
  background: rgba(209, 250, 229, 0.5);
  border-radius: 0.75rem;
  padding: 0.75rem;
  margin: 0.75rem 0;
  font-size: 0.8125rem;
}
.story-slide-content .discount-box {
  background: #ffe4e6;
  border: 1px solid #fecdd3;
  border-radius: 0.75rem;
  padding: 0.75rem;
  margin: 0.75rem 0;
}
.story-slide-content .discount-box h4 {
  font-weight: 700;
  color: #e11d48;
  margin-bottom: 0.25rem;
}
.story-slide-content .guarantee-card {
  background: #fff;
  border-radius: 0.75rem;
  padding: 0.75rem;
  margin-bottom: 0.5rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.story-slide-content .guarantee-card h4 {
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.story-slide-content .service-card {
  background: #f8fafc;
  border-radius: 0.75rem;
  padding: 0.75rem;
  margin-bottom: 0.5rem;
}
.story-slide-content .service-card h4 {
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  color: #059669;
}
.story-slide-image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0f172a;
  padding-top: 3.5rem;
}
.story-slide-image img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}
.story-viewer__progress:empty,
.story-viewer__progress[style*="display: none"] {
  display: none !important;
  margin: 0;
}
.story-contact-item {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
  align-items: flex-start;
}
.story-contact-item .icon-wrap {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.75rem;
  background: rgba(5, 150, 105, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #059669;
}
