/*
Theme Name: True Nest Services
Theme URI: https://thefreewebsiteguys.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: Custom WordPress theme for True Nest Services LLC, built by The Free Website Guys. Premium paver and outdoor living design with a fully editable Customizer experience.
Version: 1.0.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: true-nest-services
Tags: one-column, custom-colors, custom-logo, full-width-template
*/

/* Base theme styles — component styles ship in assets/build/theme-app.css */

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
}

#tmt-app {
	min-height: 100vh;
}

/*
 * Neutralize WordPress core / classic-theme defaults that fight Tailwind.
 * Scoped to #tmt-app so admin and other pages are untouched.
 */
#tmt-app,
#tmt-app *,
#tmt-app *::before,
#tmt-app *::after {
	box-sizing: border-box;
}

#tmt-app img,
#tmt-app video {
	max-width: 100%;
	/* Do not force height:auto — breaks h-full / object-cover media (parallax, hero, cards) */
	vertical-align: middle;
}

#tmt-app a {
	text-decoration: none;
	/* Do not set color — Tailwind utilities (e.g. text-primary-foreground) must win */
}

#tmt-app ul,
#tmt-app ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

#tmt-app button,
#tmt-app input,
#tmt-app textarea,
#tmt-app select {
	font: inherit;
}

#tmt-app h1,
#tmt-app h2,
#tmt-app h3,
#tmt-app h4,
#tmt-app h5,
#tmt-app h6,
#tmt-app p {
	text-align: inherit;
}

/* Offset fixed SiteNav below the WP admin bar (front-end + Customizer preview) */
:root {
	--tmt-admin-bar-offset: 0px;
}

.admin-bar {
	--tmt-admin-bar-offset: 32px;
}

@media screen and (max-width: 782px) {
	.admin-bar {
		--tmt-admin-bar-offset: 46px;
	}
}

#tmt-app header.tmt-site-header {
	top: var(--tmt-admin-bar-offset, 0px);
}
