/*
Theme Name: TOF2
Theme URI: https://thatonefirm.com
Author: That One Firm
Description: Classic WordPress theme built from bundled Stitch exports under web-build/TOF2. Run: node sync-bundled.mjs then npm run build (vendored fonts + Tailwind). Mobile-first, WCAG-oriented.
Version: 1.1.23
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
Text Domain: tof2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Typography tokens: Tailwind in inc/enqueue.php */

/* Header brand: scales with favicon / site icon */
.tof2-header-brand .tof2-brand-name {
	font-size: clamp(1.05rem, 0.45rem + 1.6vw, 1.45rem);
	font-weight: 900;
	letter-spacing: -0.04em;
	line-height: 1.05;
	color: #001529;
}

.tof2-brand-mark {
	width: 2.25rem;
	height: 2.25rem;
	border-radius: 0.35rem;
	object-fit: contain;
	flex-shrink: 0;
	box-shadow: 0 0 0 1px rgba(11, 28, 48, 0.08);
}

@media (min-width: 640px) {
	.tof2-brand-mark {
		width: 2.5rem;
		height: 2.5rem;
	}
}

.tof2-brand-mark--footer {
	width: 2rem;
	height: 2rem;
	border-radius: 0.3rem;
	box-shadow: 0 0 0 1px rgba(248, 249, 255, 0.12);
}

.tof2-brand-name-footer {
	font-size: clamp(1rem, 0.4rem + 1.4vw, 1.25rem);
	font-weight: 900;
	letter-spacing: -0.035em;
	line-height: 1.15;
}

.tof2-skip-link {
	position: absolute;
	left: -9999px;
	z-index: 999999;
	padding: 0.75rem 1rem;
	background: #001529;
	color: #f8f9ff;
	font-weight: 600;
	text-decoration: none;
}

.tof2-skip-link:focus {
	left: 0.5rem;
	top: 0.5rem;
	outline: 2px solid #ffdea5;
	outline-offset: 2px;
}

#tof2-mobile-nav[hidden] {
	display: none !important;
}
