/*
 Theme Name:   Joseph Child (Fixed)
 Theme URI:    https://josephpridgen.com
 Description:  Minimal child theme for safe preview
 Author:       Joseph Pridgen
 Author URI:   https://josephpridgen.com
 Version:      1.0.0

 # IMPORTANT:
 # Change the 'Template' value below to your parent theme's FOLDER NAME.
 # Example: twentytwentyfour, astra, generatepress, kadence, etc.
 Template:     twentytwentyfour
*/

/* Optional: base tweaks so you know the child is loaded */
body { outline: none; }
header, .site-header { z-index: 1000; }

.hero-video {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.hero-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
}
