/*
Theme Name: Strategic Pathways
Theme URI: https://thefreewebsiteguys.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: Commercial growth advisory landing theme powered by a React SPA shell.
Version: 1.3.2
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: tmt
*/

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
}

#tmt-app {
  min-height: 100vh;
  min-height: 100dvh;
}

/* Admin bar — offset fixed header only (WP already shifts html) */
body.admin-bar .fixed.inset-x-0.top-0 {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar .fixed.inset-x-0.top-0 {
    top: 46px;
  }
}

/* Interactive cursors */
a[href],
button,
[role="button"],
label[for],
input[type="submit"],
input[type="button"],
input[type="reset"],
summary,
.tilt-card,
.jp-hover-lift,
select {
  cursor: pointer;
}

button:disabled,
input:disabled {
  cursor: not-allowed;
}
