/*
Theme Name: La Binerie
Theme URI: https://labinerie.ca
Author: Sequence Marketing
Author URI: https://sequencemarketing.ca
Description: A modern, ultra-high-performance hybrid starter theme for WordPress 7.0. Built on classic PHP templates with full Gutenberg integration, theme.json v3 styling, block template parts, and customizable PHP patterns.
Version: 1.0.0
Requires at least: 6.6
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: labinerie
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-menu, featured-images, full-width-template, translation-ready, block-patterns

This stylesheet is only for WordPress theme registration and baseline resets.
All layout, theme HSL variables, fluid typography, and micro-animations are
defined in assets/css/theme.css to maintain a clean, modular structure.
*/

/* Accessibility: Keyboard Navigation Skip-link */
.skip-link {
	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;
}

.skip-link:focus {
	background-color: #f1f5f9;
	border-radius: 6px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #0f172a;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px;
	position: absolute;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
