/*
Theme Name: Carolina Severe Weather Research
Theme URI: https://thefreewebsiteguys.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: A single-page WordPress theme for Carolina Severe Weather Research — storm chasing, field observation, photography, and public education.
Version: 1.0.3
Requires at least: 6.0
Tested up to: 6.8
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
*/

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
}

img,
video {
  max-width: 100%;
  display: block;
}

/* Preserve explicit Tailwind height utilities on logos, covers, and portraits. */
img:not([class*="h-"]),
video:not([class*="h-"]) {
  height: auto;
}

#tmt-app {
  min-height: 100vh;
}

/* Fixed header + scroll progress under WP admin bar */
body.admin-bar {
  --tmt-admin-bar-offset: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar {
    --tmt-admin-bar-offset: 46px;
  }
}

body.admin-bar #tmt-app > div > header.fixed,
body.admin-bar #tmt-app > div > .fixed.h-\[2px\] {
  top: var(--tmt-admin-bar-offset);
}
