/* ── Front Page — component overrides ────────────────── */

/* Hero video fallback (Caroline #8821288): if the video — and its poster —
   can't load, a Linen banner shows behind the wordmark instead of black/blank.
   The video (or poster) covers it normally; the white wordmark still reads
   against the hero's dark left gradient. */
.wp-block-cover:has(.wp-block-cover__video-background) {
    background-color: var(--wp--preset--color--linen);
}

/* Testimonials — carousel dot overrides */

.pl-testimonials-carousel .pl-carousel-dots button {
    background: transparent !important;
    border: 1px solid var(--wp--preset--color--stone-grey) !important;
}

.pl-testimonials-carousel .pl-carousel-dots button.active {
    background: var(--wp--preset--color--stone-grey) !important;
}

/* Standards — responsive border switch */

@media (max-width: 781px) {
    .pl-standards-columns > .wp-block-column {
        border-right: none !important;
        border-top: 1px solid var(--wp--preset--color--heritage-gold) !important;
        padding-right: 0 !important;
        padding-top: var(--wp--preset--spacing--3-x);
        margin-top: var(--wp--preset--spacing--3-x);
    }
}
