/*
Theme Name:        Huong Viet Noodle House
Theme URI:         https://huongvietnoodlehouse.com.au
Author:            Huong Viet Noodle House
Author URI:        https://huongvietnoodlehouse.com.au
Description:       Premium Vietnamese restaurant theme. Kubio-compatible, drag-and-drop ready. theme. Full Site Editing (FSE), Block Theme Architecture, WooCommerce Compatible, WCAG 2.2 Accessible, Mobile-First, Multilingual Ready. Converted from bespoke HTML template preserving exact layout, typography and animation system.
Version:           1.1.0
Requires at least: 6.4
Tested up to:      6.7
Requires PHP:      8.1
License:           GNU General Public License v2 or later
License URI:       https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:       huong-viet
Tags:              restaurant, food, vietnamese, one-page, full-site-editing, block-theme, woocommerce, custom-colors, custom-logo, custom-menu, featured-images, responsive-layout, rtl-language-support, translation-ready, accessibility-ready
*/

/*
 * NOTE: All presentational CSS lives in /assets/css/main.css
 * and is enqueued via functions.php. This file contains
 * only the WordPress theme header (above) and base resets
 * that must load first.
 */

/* ── Skip Link (WCAG 2.2) ── */
.skip-link {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	z-index: -999;
}
.skip-link:focus {
	position: fixed;
	top: 0;
	left: 0;
	width: auto;
	height: auto;
	padding: 0.75rem 1.5rem;
	background: #3B5BDB;
	color: #fff;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-decoration: none;
	z-index: 99999;
	outline: 3px solid #E8C547;
	outline-offset: 2px;
}

/* ── Screen Reader Text ── */
.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;
	width: 1px;
	word-wrap: normal !important;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
