/*
Theme Name: Energy Capital Group Theme
Theme URI: https://energycapitalgroup.ru
Author: Antigravity
Author URI: https://energycapitalgroup.ru
Description: A high-end custom theme for Energy Capital Group with parallax effects and catalog functionality.
Version: 1.0.0
License: Proprietary
Text Domain: ecg-theme
*/

/* Custom Base Styles */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
}

:root {
    --ecg-mobile-topbar-offset: 56px;
}

.ecg-mobile-topbar {
    left: 0;
    right: 0;
    top: 0;
    padding-top: env(safe-area-inset-top, 0px);
}

.ecg-mobile-topbar-inner {
    border-radius: 0;
}

@media (max-width: 1023.98px) {
    body {
        padding-top: var(--ecg-mobile-topbar-offset, 56px);
    }

    [data-menu-shell-mobile].ecg-mobile-menu-shell {
        left: 0;
        right: 0;
        bottom: 0;
    }

    [data-menu-shell-mobile] .ecg-mobile-menu-drawer {
        border-radius: 2.25rem 2.25rem 0 0;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
        box-shadow: 0 -20px 48px -30px rgba(15, 23, 42, 0.55);
    }

    [data-menu-shell-mobile] .ecg-mobile-menu-header {
        padding: 1rem 1.25rem 0.85rem;
    }

    [data-menu-shell-mobile] .ecg-mobile-menu-title {
        border-radius: 1.35rem;
        padding: 0.7rem 1rem;
    }

    [data-menu-shell-mobile] .ecg-mobile-menu-content {
        padding: 1.15rem 1.25rem 1.35rem;
    }

    [data-menu-shell-mobile] .ecg-mobile-menu-list {
        display: grid;
        gap: 0.9rem;
    }

    [data-menu-shell-mobile] .ecg-mobile-menu-link {
        border-radius: 1.55rem;
        padding: 1.2rem 1.35rem;
        min-height: 6rem;
    }

    [data-menu-shell-mobile] .ecg-mobile-menu-footer {
        padding: 1rem 1.25rem 1.15rem;
    }

    [data-menu-shell-mobile] .ecg-mobile-menu-action {
        border-radius: 1.45rem;
        padding: 0.95rem 0.85rem;
    }

    [data-menu-shell-mobile] .ecg-mobile-menu-meta {
        margin-top: 0.9rem;
    }
}
