/*
Theme Name: HomeBase Agency
Theme URI: 
Description: A professional web design agency theme - child of Twenty Twenty-Five
Author: AetherHook
Author URI: 
Template: twentytwentyfive
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: homebase-agency
*/

/* Smooth scrolling and resets */
html {
  scroll-behavior: smooth;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body {
  margin: 0 !important;
  padding: 0 !important;
}

/* Fix gap above fixed header */
.wp-site-blocks {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.wp-site-blocks>header,
.wp-site-blocks>.wp-block-template-part {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Ensure fixed header stays at absolute top */
header[style*="position:fixed"] {
  top: 0 !important;
}