/* ── BSB Hero & Page Title — supplemental styles ── */
/* Core .bsb-inner-hero-wrapper, .bsb-hero-video-container, .bsb-hero-video,
   .bsb-hero-overlay, .bsb-hero-image-overlay, .bsb-hero-content,
   .bsb-title-line, .bsb-scroll-indicator are defined in assets/css/global.css */

/* Tighten height in the block editor so the preview is usable */
.block-editor-block-preview__content-canvas .bsb-inner-hero-wrapper {
    height:     60vh;
    min-height: 400px;
}

/* Title lines are not animated inside the editor — show them revealed */
.block-editor-block-preview__content-canvas .bsb-title-line-inner {
    transform: translateY( 0 ) !important;
}

.bsb-inner-hero-wrapper {
    color: var(--bsb-page-title-color, #ffffff);
}

.bsb-page-title-body {
    margin-top:  1.5rem;
    font-family: var(--bsb-font-primary);
    font-size:   1.1rem;
    line-height: 1.7;
    max-width:   640px;
}

.bsb-hero-content.text-center .bsb-page-title-body {
    margin-left:  auto;
    margin-right: auto;
}

/* Inline SVG arrow uses fill="currentColor" — cancel the img-specific filter from global.css */
.bsb-inner-hero-wrapper .bsb-arrow-down-icon {
    filter: none;
}
