/*
Theme Name:  Renova Signature
Theme URI:   https://www.renova-signature.com/
Author:      Renova Signature
Description: Pixel-faithful WordPress port of the Renova Signature Projects site. Ships the original Webflow stylesheet and interaction runtime as versioned theme assets, with content driven by custom post types and the posts archive. Frontend is deliberately lightweight: no plugin CSS/JS is loaded on the front end, forms post through a small AJAX adapter.
Version:     1.0.0
Requires at least: 6.5
Tested up to: 7.0
Requires PHP: 8.1
License:     GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: renova-signature
Tags:        custom-post-types, custom-menu, translation-ready

This file carries the theme header only. The real stylesheet is the original
Webflow build, enqueued from assets/css/ — see inc/assets.php.
*/

/* Accessibility helper the Webflow stylesheet does not provide. */
.screen-reader-text {
	border: 0;
	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: #f7f0ee;
	clip-path: none;
	color: #1a2b32;
	display: block;
	font-size: 0.875rem;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
