/* 逐页站点设置：可选页头背景 */
.page-hero--has-bg {
  position: relative;
  padding: clamp(20px, 4vw, 36px) max(var(--content-gutter), var(--safe-left));
  border-radius: var(--radius, 12px);
  margin-bottom: var(--section-gap, 16px);
  background-repeat: no-repeat;
  color: #fff;
}

.page-hero--has-bg h1 {
  text-shadow: 0 2px 12px rgba(18, 42, 69, 0.45);
}

.auth-recovery-hint {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--muted, #64748b);
  max-width: 42rem;
}

.page-hero__lead {
  margin: 8px 0 0;
  font-size: var(--site-font-small, 14px);
  line-height: 1.55;
  color: var(--muted, #64748b);
  max-width: 42rem;
}

.page-hero--has-bg .page-hero__lead {
  color: rgba(255, 255, 255, 0.92);
}

.cart-empty-illustration {
  display: block;
  max-width: 280px;
  width: 100%;
  height: auto;
  margin: 0 auto 16px;
  border-radius: var(--radius, 12px);
}

.hub-page__masthead {
  padding: 0 max(var(--content-gutter), var(--safe-left)) 12px;
}

.hub-page__masthead h1 {
  margin: 0;
  font-size: var(--site-font-page-title, 1.5rem);
}

.hub-page__masthead .page-hero__lead {
  margin-top: 6px;
}

.site-search-page__lead {
  margin: 0 0 16px;
  font-size: var(--site-font-small, 14px);
  color: var(--muted);
  max-width: 40rem;
  line-height: 1.55;
}
