/*
Theme Name: Rowdy Red Construction
Theme URI: https://rowdy-red.com
Author: Rowdy Red Construction
Author URI: https://rowdy-red.com
Description: A developer-focused general contractor's website — custom editorial theme for Rowdy Red Construction. Multi-page (Home, About, Services, Work, Contact) with full-bleed photo heroes, brick-red accent, and an on-page Tweaks panel. Built from the firm's proposal design system.
Version: 1.0.3
Requires at least: 5.9
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rowdy-red
*/

/*
  The full visual system lives in /css/rowdy.css (enqueued from functions.php).
  This file carries the WordPress theme header and a few WP-specific overrides.
*/

/* WordPress admin bar offset for the sticky nav */
body.admin-bar .nav { top: 32px; }
@media (max-width: 782px) { body.admin-bar .nav { top: 46px; } }
@media (max-width: 782px) {
  body.admin-bar .nav-links.open { top: calc(var(--nav-h) + 46px); }
}

/* Alignment helpers if the editor injects content */
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.aligncenter { text-align: center; }
