/*
Theme Name: Anointed Hands Business Services
Theme URI: https://thefreewebsiteguys.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: A custom WordPress theme handcrafted by The Free Website Guys for Anointed Hands Business Services — professional bookkeeping, QuickBooks support, notary services, and virtual administrative support.
Version: 1.0.8
License: GNU General Public License v2 or later
Text Domain: tmt
*/

*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; padding: 0; }

/* ── WordPress admin bar + fixed header offset ── */
html {
	margin-top: 0 !important;
}

body.admin-bar {
	--tmt-admin-offset: var(--wp-admin--admin-bar--height, 32px);
}

@media screen and (max-width: 782px) {
	body.admin-bar {
		--tmt-admin-offset: var(--wp-admin--admin-bar--height, 46px);
	}
}

@media screen and (max-width: 600px) {
	html #wpadminbar {
		position: fixed !important;
	}
}

body.admin-bar .tmt-site-header {
	top: var(--tmt-admin-offset, 0px);
}

body.admin-bar .tmt-mobile-overlay {
	top: var(--tmt-admin-offset, 0px);
}

/* Anti-regression resets */
dl, dt, dd {
	margin: 0;
	padding: 0;
}

img:not(.tmt-logo):not([class*="object-cover"]) {
	height: auto;
	max-width: 100%;
}

[hidden] {
	display: none !important;
}

/* Logo — preserve aspect ratio; sizes match Lovable (h-11 / md:h-14) */
.tmt-logo {
	width: auto;
	max-width: 100%;
	object-fit: contain;
}

.tmt-logo--header {
	height: 2.75rem;
}

@media (min-width: 768px) {
	.tmt-logo--header {
		height: 3.5rem;
	}
}

.tmt-logo--footer {
	height: 3.5rem;
}

.tmt-logo--custom.tmt-logo--header {
	height: var(--tmt-logo-height-mobile, 2.75rem);
}

@media (min-width: 768px) {
	.tmt-logo--custom.tmt-logo--header {
		height: var(--tmt-logo-height-desktop, 3.5rem);
	}
}

.tmt-logo--custom.tmt-logo--footer {
	height: var(--tmt-logo-height-desktop, 3.5rem);
}
