/*
Theme Name: usurv Theme
Theme URI: https://usurv.ai
Description: Astra Child Theme for usurv.ai
Author: usurv
Template: astra
Version: 1.0.0
Text Domain: usurv-theme
*/

/*
 * All custom CSS goes here.
 * This is the single source of truth for site styling.
 * Agents: make CSS changes in this file only. Do not edit Astra directly.
 */

/* Responsive video visibility */
.show-on-mobile {
    display: none;
}

@media (max-width: 921px) {
    .hide-on-mobile {
        display: none;
    }
    .show-on-mobile {
        display: block;
    }

    /* On mobile/tablet, nav sits in normal flow so content falls below it naturally.
       Must target #masthead to beat Astra's transparent-header inline rule which uses ID specificity. */
    #masthead {
        position: relative !important;
    }
}
