/* ---------------------------------------------------------------------------
 * 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.
 * ------------------------------------------------------------------------- */

/* --- Section rhythm on phones ----------------------------------------------
 * .section-padding is a flat `padding: 100px 0` with no mobile breakpoint, so
 * every section contributes 100px of dead space at each end and consecutive
 * sections meet with a 200px empty band - a full half-screen of nothing between
 * "Naše společná cesta životem" and the gallery on a 390x844 phone.
 * The sibling templates already scale this down (julie and barbora to 40px,
 * sona to 80px); vanessa simply never got the rule. 55px keeps this template's
 * airier feel while halving the gap to 110px. */
@media (max-width: 767px) {
    .section-padding { padding: 55px 0; }
    .section-banner  { padding: 130px 0 55px; }
}
