/*
Theme Name: Myhal
Theme URI: https://myhal.construction/
Author: Myhal Construction
Description: Block theme for Myhal Construction — owner's representation & construction management. Design system in theme.json; native blocks throughout.
Requires at least: 6.6
Tested up to: 7.0
Requires PHP: 7.4
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: myhal
*/

/* Minimal chrome — everything else is theme.json + native blocks */
.wp-site-blocks { overflow-x: clip; }

/* Fixed, transparent header that turns solid on scroll (toggled by assets/home.js) */
.site-header { position: fixed; left: 0; right: 0; top: 0; z-index: 100; transition: background .3s ease, box-shadow .3s ease; }
.site-header.solid { background: rgba(255,255,255,.94); backdrop-filter: blur(12px); box-shadow: 0 1px 0 rgba(0,0,0,.06); }

/* Brand wordmark dot */
.wp-block-site-title a { text-decoration: none; }
.wp-block-site-title a::after { content: "."; }
