.booking-page {
  --profile-ink: #132a3a;
  --profile-gold: #ffb39f;
  --profile-cream: #fff7f0;
  background:
    radial-gradient(circle at 10% 0%, rgba(242, 107, 78, 0.16), transparent 32%),
    linear-gradient(180deg, #fff1e7 0%, #fffaf6 38%, #f1f7f6 100%);
}

.booking-page .public-shop-shell {
  width: min(calc(100% - 32px), 1180px);
  padding-top: 20px;
}

.shop-hero {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  color: #fff;
  background: #132a3a;
  border-radius: 32px;
  box-shadow: 0 28px 70px rgba(45, 33, 20, 0.2);
}

.shop-hero-media,
.shop-hero-shade {
  position: absolute;
  inset: 0;
}

.shop-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shop-photo-placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  background:
    linear-gradient(120deg, rgba(0, 0, 0, 0.18), transparent),
    radial-gradient(circle at 70% 25%, #f26b4e 0%, transparent 28%),
    linear-gradient(135deg, #132a3a 0%, #1d4656 48%, #276e68 100%);
}

.shop-photo-placeholder span {
  color: rgba(255, 255, 255, 0.12);
  font-family: Inter, "Avenir Next", "Segoe UI", sans-serif;
  font-size: clamp(11rem, 30vw, 24rem);
  font-weight: 700;
  line-height: 0.8;
}

.shop-hero-shade {
  background:
    linear-gradient(90deg, rgba(15, 12, 9, 0.92) 0%, rgba(15, 12, 9, 0.58) 50%, rgba(15, 12, 9, 0.22) 100%),
    linear-gradient(0deg, rgba(15, 12, 9, 0.72) 0%, transparent 55%);
}

.shop-hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 430px;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 34px 36px;
}

.shop-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.shop-hero-copy {
  display: grid;
  max-width: 690px;
  gap: 12px;
  padding: 54px 0 32px;
}

.shop-hero-copy .eyebrow { color: var(--profile-gold); }

.shop-hero-copy h1 {
  max-width: 780px;
  font-family: Inter, "Avenir Next", "Segoe UI", sans-serif;
  font-size: clamp(3rem, 7vw, 5.6rem);
  font-weight: 500;
  line-height: 0.95;
  text-wrap: balance;
}

.shop-hero-copy > p:last-child {
  max-width: 580px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 2vw, 1.15rem);
  line-height: 1.6;
}

.hero-primary-action,
.hero-secondary-action {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 150ms ease, background 150ms ease;
}

.hero-primary-action {
  color: var(--profile-ink);
  background: var(--profile-gold);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24);
}

.hero-secondary-action {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(12px);
}

.hero-primary-action:hover,
.hero-secondary-action:hover { transform: translateY(-2px); }

.shop-content-grid {
  display: grid;
  grid-template-columns: minmax(270px, 340px) minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  margin-top: 22px;
}

.shop-profile-column {
  display: grid;
  gap: 18px;
}

.shop-info-card,
.shop-map-card {
  overflow: hidden;
  background: rgba(255, 253, 249, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 24px;
  box-shadow: 0 18px 42px rgba(70, 52, 33, 0.08);
}

.shop-info-card { padding: 22px; }
.shop-info-card h2 { margin-top: 7px; }

.shop-detail-list {
  display: grid;
  gap: 5px;
  margin-top: 18px;
}

.shop-detail-row {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 13px 0;
  color: var(--text);
  border-top: 1px solid var(--line);
  text-decoration: none;
}

.shop-detail-row:first-child { border-top: 0; }

.detail-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--accent-strong);
  background: rgba(85, 191, 167, 0.14);
  border-radius: 13px;
  font-size: 1.15rem;
}

.shop-detail-row span:last-child { display: grid; gap: 3px; }
.shop-detail-row small { color: var(--muted); font-weight: 650; }
.shop-detail-row strong { line-height: 1.45; }
.shop-detail-row em { color: var(--muted); font-size: 0.84rem; font-style: normal; line-height: 1.4; }

.shop-map-card iframe {
  display: block;
  width: 100%;
  height: 260px;
  border: 0;
}

.map-link {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  color: var(--accent-strong);
  border-top: 1px solid var(--line);
  font-weight: 800;
  text-decoration: none;
}

.booking-page .booking-experience {
  margin: 0;
  padding: 24px;
  border-radius: 26px;
}

.booking-experience .booking-header {
  margin: 2px 2px 20px;
  scroll-margin-top: 18px;
}

.booking-experience .booking-header h2 {
  font-family: Inter, "Avenir Next", "Segoe UI", sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 500;
}
