/*
Theme Name: FYF
Theme URI: https://fyf-big.com/
Author: FYF
Author URI: https://fyf-big.com/
Description: FYF — a premium, SEO-focused, luxury AI companion showcase WordPress theme. Dark glassmorphism design, conversion-optimised, fully responsive, no page builders or plugins required.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 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: fyf
Tags: luxury, dark, glassmorphism, seo, responsive, custom-menu, featured-images, threaded-comments
*/

/* Base reset & accessibility helpers. Full design system lives in /assets/css/main.css */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }

.screen-reader-text {
	border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%);
	height: 1px; width: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute;
}
.skip-link { position: absolute; left: -9999px; top: 0; z-index: 9999; }
.skip-link:focus { left: 1rem; top: 1rem; background: #fff; color: #000; padding: .6rem 1rem; border-radius: 8px; }
