/*
Theme Name: TVDM — True Vine Digital Marketing
Theme URI: https://tvdm.com.au
Author: TVDM
Author URI: https://tvdm.com.au
Description: Custom WordPress theme for True Vine Digital Marketing (TVDM) — premium web development, SEO, AI chatbots, branding, WordPress and Shopify solutions for Australian businesses. A pixel-perfect port of the original design system with SEO-optimised, semantic markup.
Version: 1.0.0
Requires at least: 6.3
Tested up to: 6.8
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: tvdm
Tags: one-column, custom-logo, custom-menu, featured-images, translation-ready
*/

/* Design-system styles live in /assets/css/ (theme.css, navbar.css,
   footer.css, pages.css, motion.css) and are enqueued via functions.php.
   Only WordPress-required accessibility utilities live here — they add
   no visual change to the design. */

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.skip-link {
	left: -9999rem;
	position: absolute;
	top: -9999rem;
	z-index: 999999999;
}

.skip-link:focus {
	background: var(--surface-dark, #202020);
	border-radius: 9999px;
	clip: auto;
	color: #fcfcfc;
	display: block;
	font-size: 14px;
	font-weight: 600;
	height: auto;
	left: 16px;
	line-height: normal;
	padding: 12px 24px;
	text-decoration: none;
	top: 16px;
	width: auto;
}
