/*
Theme Name: Malungos Odense
Theme URI: https://malungos.dk
Author: Dansk Webhuset
Author URI: https://danskwebhuset.dk
Description: A premium editorial theme for Capoeira Malungos Odense — built with Tailwind CSS and the "Modern Ginga" design philosophy.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: malungos-odense
Tags: capoeira, tailwind, editorial, one-page
*/

/* === Base & Custom Utilities === */

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.editorial-shadow {
    box-shadow: 0 32px 64px -12px rgba(27, 29, 16, 0.06);
}

.glass-header {
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

#mobile-menu a {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    background: rgba(250, 250, 245, 0.72);
    font-size: 1rem;
    line-height: 1.2;
}

#mobile-menu a:hover,
#mobile-menu a:focus-visible {
    background: rgba(0, 108, 10, 0.08);
    outline: none;
}

#mobile-menu a.font-bold {
    background: rgba(0, 108, 10, 0.12);
}

.dark #mobile-menu a {
    background: rgba(250, 250, 245, 0.08);
}

.dark #mobile-menu a:hover,
.dark #mobile-menu a:focus-visible,
.dark #mobile-menu a.font-bold {
    background: rgba(49, 158, 45, 0.16);
}

body {
    min-height: max(884px, 100dvh);
}
