/*
Theme Name: Nerjavillas
Theme URI: https://nerjavillas.com
Author: mowomo
Author URI: https://mowomo.com
Description: Custom FSE theme for Nerjavillas — luxury villa rentals in Nerja, Spain.
Version: 1.0.1
Requires at least: 6.4
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: nerjavillas
Tags: full-site-editing, block-styles, custom-colors, custom-fonts
*/

:root {
	/* Altura cabecera fija (.mwm-header); responsive en sync con mwm-header.css / hero */
	--mwm-header-height: 88px;
	/* Admin bar (WP) + cabecera — scroll-margin, pin GSAP, etc. */
	--mwm-sticky-top-offset: calc(var(--wp-admin--admin-bar--height, 0px) + var(--mwm-header-height));
}

@media (max-width: 1023px) {

	:root {
		--mwm-header-height: 72px;
	}
}

html {
	box-sizing: border-box;
}

/* Menos rebote/overscroll al llegar al final (p. ej. Safari en macOS). */
body {
	overscroll-behavior-y: none;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

:where(.wp-site-blocks) > * {
	margin-block-start: 0;
}
