/*
Theme Name:   Harmony Park
Theme URI:    https://harmonypark.one
Description:  Custom block theme for Harmony Park spiritual community
Author:       Harmony Park
Version:      1.0.0
Requires at least: 6.0
Tested up to: 6.7
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:  harmony-park
*/

/* ── Header ── */
.hp-header {
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    position: sticky;
    top: 0;
    z-index: 100;
    min-height: 0;
}

.wp-block-template-part header {
    margin: 0 !important;
    padding-bottom: 1rem !important;
}

.hp-header .wp-block-site-title a,
.hp-header .wp-block-site-title {
    color: #ffffff !important;
    text-decoration: none;
    font-family: 'Lora', Georgia, serif;
}

.hp-header .wp-block-navigation a,
.hp-header .wp-block-navigation__container .wp-block-navigation-item__content {
    color: #ffffff !important;
    opacity: 0.9;
    transition: opacity 0.2s;
}

.hp-header .wp-block-navigation a:hover {
    opacity: 1;
}

/* ── Global ── */
body {
    font-family: 'Inter', system-ui, sans-serif;
    background-color: #FAF6EF;
    margin: 0;
    padding: 0;
}

.wp-site-blocks,
.wp-block-post-content,
.wp-block-post-content-is-layout-flow,
.entry-content,
.is-layout-flow,
main,
#main {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.entry-content > *:first-child,
.wp-block-post-content > *:first-child,
.is-layout-flow > *:first-child {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.wp-block-template-part {
    display: block;
    margin: 0 !important;
    padding: 0 !important;
}

.wp-block-template-part + * {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
