/*
Theme Name: Patrick Baccanari Properties
Theme URI: https://patrickbaccanariproperties.com
Author: Custom Development
Author URI: https://patrickbaccanariproperties.com
Description: Luxury real estate WordPress theme for Patrick Baccanari Properties — Carmel-by-the-Sea, CA. Built for Elementor Free + Ultimate Addons for Elementor (UAE) header/footer builder, with Optima Express IDX integration and YouTube Data API v3 video feeds. MLSListings compliant.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
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: patricke-theme
Tags: real-estate, custom-colors, custom-menu, custom-logo, featured-images, footer-widgets, full-width-template, threaded-comments, translation-ready
*/

/* Root reset & base styles. All component, layout, and visual styles
   live in modular files under assets/css/ and are enqueued via inc/enqueue.php */

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #2d3748;
	background: #f8f9fa;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img,
picture,
video,
svg {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: inherit;
	text-decoration: none;
}

button {
	font: inherit;
	cursor: pointer;
}

/* Accessible skip link */
.skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	background: #1c2d37;
	color: #ffffff;
	padding: 12px 20px;
	z-index: 100000;
	font-weight: 600;
}
.skip-link:focus {
	left: 0;
}

/* Visually hidden but accessible to screen readers */
.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: #ffffff;
	clip: auto !important;
	clip-path: none;
	color: #1c2d37;
	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;
}

/* Reduce motion for users who prefer it */
@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}
