/*!
Theme Name: bb park
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bb park
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

bb park is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* Фікс для десктопної версії адмін-бару */
body.admin-bar #wpadminbar nav,
body.admin-bar header {
    top: 32px !important;
}

body.admin-bar header + div.overflow-hidden {
    padding-top: 32px !important;
}


/* Фікс для мобільної версії адмін-бару (він стає вищим або поводиться інакше) */
@media screen and (max-width: 782px) {
    body.admin-bar #wpadminbar nav,
    body.admin-bar header {
        top: 46px !important;
    }
}

/* Якщо ваш навбар прихований під баром, додаємо відступ для всієї сторінки */
html {
    margin-top: 0 !important;
}
body.admin-bar {
    margin-top: 0 !important;
}

[x-cloak] { display: none !important; }

/* Базові стилі для анімацій появи */
.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.reveal.active {
    opacity: 1;
    transform: translateY(0);
}
.delay-100 { transition-delay: 100ms; }
.delay-200 { transition-delay: 200ms; }
.delay-300 { transition-delay: 300ms; }
.delay-400 { transition-delay: 400ms; }

/* Ефект матового скла */
.glass-nav {
    background: rgba(245, 244, 240, 0.85);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

/* Стилізація відео-фону */
.hero-overlay {
    background: linear-gradient(to bottom, rgba(26, 29, 26, 0.4) 0%, rgba(26, 29, 26, 0.8) 100%);
}

@media (max-width: 1600px) {
    .container{
        max-width: 100% !important;
    }
}

