/* ---------------------------------------------------------------------------
 * Mobile/responsivity fixes for the FORKED template.
 *
 * This file exists because the original theme is frozen: customers already
 * bought and designed on it, so its look must not change under them. Every
 * rule here is therefore scoped to this fork only. Loaded LAST (after the
 * theme's own stylesheets), so plain specificity is enough - no !important.
 *
 * Note: the themes all <link> a css/complete.css that has never existed, on
 * prod or locally. It 404s everywhere; it is not a build artifact to merge into.
 * ------------------------------------------------------------------------- */

/* --- The two photo bands (#story-bg and #about-us-bg) ----------------------
 * Same defect as in the julie and barbora forks: the lazy loader writes
 * background-image inline and nothing sets a size, so the band paints the
 * top-left corner of a 1920px photo at 1:1 and the visitor sees a meaningless
 * fragment. This template has TWO of them, under the story and under "O nás". */
.wpo-cta-section {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .wpo-cta-section { min-height: 220px; }
}
