<?php
/**
 * Theme Name: Green Tree Landscape
 * Theme URI: https://thefreewebsiteguys.com
 * Author: The Free Website Guys
 * Author URI: https://thefreewebsiteguys.com
 * Description: A custom WordPress theme built by The Free Website Guys for Green Tree Landscape — premium yard care and landscaping in Utah.
 * Version: 1.1.8
 * License: GNU General Public License v2 or later
 * Text Domain: tmt
 */

*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; padding: 0; }

dl, dt, dd { margin: 0; padding: 0; }

img:not(.tmt-logo-img):not(.tmt-cover-img) { height: auto; }

.tmt-cover-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

a[href],
button:not(:disabled),
[role="button"],
label[for],
summary {
	cursor: pointer;
}

button:disabled,
[aria-disabled="true"] {
	cursor: not-allowed;
}

[hidden] { display: none !important; }

/* Offset anchor targets below fixed header */
html {
	scroll-padding-top: 5rem;
}

.admin-bar html {
	scroll-padding-top: calc(5rem + var(--wp-admin--admin-bar--height, 32px));
}

@media screen and (max-width: 782px) {
	.admin-bar html {
		scroll-padding-top: calc(5rem + var(--wp-admin--admin-bar--height, 46px));
	}
}

/* ── Admin bar + fixed header offset ─────────────────────────────── */
.admin-bar .tmt-site-header,
.admin-bar .tmt-scroll-progress {
	top: var(--wp-admin--admin-bar--height, 32px);
}

@media screen and (max-width: 782px) {
	.admin-bar .tmt-site-header,
	.admin-bar .tmt-scroll-progress {
		top: var(--wp-admin--admin-bar--height, 46px);
	}
}

/* Keep admin bar fixed on small screens (WP defaults to position:absolute ≤600px) */
@media screen and (max-width: 600px) {
	#wpadminbar {
		position: fixed !important;
	}
}

/* Prevent the classic white-gap bug — never force position:relative on body */
body.admin-bar {
	position: static;
}
