/*
Theme Name: Root & Rise Wellness
Theme URI: https://rootandrisewellness.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: A warm, modern WordPress theme for Root & Rise Wellness — movement, nutrition, and community for women 40+.
Version: 1.4.8
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tmt
Tags: one-column, custom-colors, custom-menu, featured-images, theme-options, block-styles
*/

/* Structural overrides — bundled app styles live in assets/build/theme-app.css */

html {
  scroll-behavior: smooth;
}

/*
 * Admin bar offset (body.admin-bar is added by WordPress when logged in).
 * Fixed SPA chrome must sit below the admin bar, not under it.
 */
body.admin-bar {
  --tmt-admin-bar-height: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar {
    --tmt-admin-bar-height: 46px;
  }
}

body.admin-bar #tmt-app .tmt-site-header,
body.admin-bar #tmt-app .tmt-scroll-progress {
  top: var(--tmt-admin-bar-height, 32px);
}

@media (min-width: 1024px) {
  body.admin-bar #tmt-app .tmt-sticky-below-header {
    top: calc(4.5rem + var(--tmt-admin-bar-height, 32px));
  }
}

@media screen and (max-width: 600px) {
  html #wpadminbar {
    position: fixed;
  }
}

/* Global interactive cursor affordance */
a,
button,
[role="button"],
label[for],
input[type="submit"],
input[type="button"],
input[type="reset"],
select,
summary,
.tmt-clickable {
  cursor: pointer;
}

button:disabled,
input:disabled,
[aria-disabled="true"] {
  cursor: not-allowed;
}
