/**
 * Unified page headers (News-style) — all shop/seller pages
 */
.site-page-hero,
.news-hero {
    margin: 0 0 2rem;
    padding: 0 0 1.15rem;
    border: none;
    border-bottom: 1px solid rgba(212, 175, 55, 0.18);
    background: transparent;
    box-shadow: none;
}

.site-page-hero--has-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem 1.5rem;
}

.site-page-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
}

.site-page-hero__actions .bins-hero__back {
    white-space: nowrap;
}

.site-page-hero__eyebrow,
.news-hero__eyebrow {
    margin: 0 0 0.5rem;
    font-size: 0.625rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--chan-gold-mid, #d4af37);
    opacity: 0.9;
}

.site-page-hero__title .bins-hero__hash,
.news-hero__title .bins-hero__hash {
    color: var(--chan-gold-mid, #d4af37);
    font-weight: 700;
}

.site-page-hero__title,
.news-hero__title {
    margin: 0;
    font-size: clamp(1.85rem, 4vw, 2.35rem);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 1.15;
    color: var(--default-text-color, #f5f0e6);
}

.site-page-hero__intro,
.news-hero__intro {
    margin: 0.65rem 0 0;
    max-width: 42rem;
    font-size: 0.875rem;
    line-height: 1.65;
    color: var(--text-muted, rgba(230, 220, 198, 0.55));
}

.site-page-hero__meta {
    margin: 0.45rem 0 0;
    font-size: 0.75rem;
    color: rgba(212, 175, 55, 0.75);
    letter-spacing: 0.02em;
}

.site-page-hero__extra {
    margin-top: 0.35rem;
    font-size: 0.8125rem;
    color: rgba(230, 220, 198, 0.65);
}

.site-page-hero__extra .seller-dash__seller {
    color: #e8c547;
    font-weight: 600;
}

body.dark-mode .site-page-hero__title,
body.dark-mode .news-hero__title {
    color: #f5f0e6;
}

body.dark-mode .site-page-hero__intro,
body.dark-mode .news-hero__intro {
    color: rgba(168, 159, 140, 0.85);
}

/* Glass UI: plain title (no gradient) for consistency with News screenshot */
body.dark-mode.chan-glass-ui .site-page-hero__title,
body.dark-mode.chan-glass-ui .news-hero__title {
    background: none !important;
    -webkit-background-clip: unset !important;
    background-clip: unset !important;
    color: #f5f0e6 !important;
}

body.dark-mode.chan-glass-ui .site-page-hero__intro,
body.dark-mode.chan-glass-ui .news-hero__intro {
    color: rgba(168, 159, 140, 0.85) !important;
}

/* Legacy boxed seller hero → flat when using unified title */
.seller-dash__hero:has(.site-page-hero) {
    padding: 0;
    border: none;
    background: transparent;
    box-shadow: none;
}

.seller-dash__hero:has(.site-page-hero) .site-page-hero {
    margin-bottom: 0;
    flex: 1 1 18rem;
    min-width: 0;
}
