/*
Theme Name: Garage at Home
Theme URI: https://garageathome.com
Author: Garage at Home
Author URI: https://garageathome.com
Description: Professional bike service at your doorstep - Mobile-first header and navigation theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: garage-at-home
Tags: custom, bike-service, doorstep-service, mobile-first, accessibility-ready
*/

/* Dark Theme Base Styles - Don't apply in customizer */
body:not(.wp-customizer) {
	background-color: #0F1113;
	color: #F5F6F7;
	margin: 0;
	padding: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	line-height: 1.6;
}

/* Don't apply in customizer */
body:not(.wp-customizer):not(.customize-previewing) .site {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

body:not(.wp-customizer):not(.customize-previewing) .site-main {
	flex: 1;
	background-color: #0F1113;
	color: #F5F6F7;
}

/* Entry Content */
.entry-content {
	color: #F5F6F7;
}

.entry-content a {
	color: #FF6F61;
	text-decoration: none;
}

.entry-content a:hover {
	color: #C62828;
	text-decoration: underline;
}

/* Site Footer */
.site-footer {
	background-color: #141618;
	color: #BFC4C6;
	padding: 2rem 1rem;
	text-align: center;
	margin-top: auto;
}

.site-info {
	color: #BFC4C6;
	font-size: 0.875rem;
}

/* Screen Reader Text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.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;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* COMPLETELY REMOVED - was interfering with customizer
 * Let WordPress core handle all customizer styling
 */

/* Reset all theme styles in customizer sidebar */
body.wp-customizer #customize-controls,
body.wp-customizer .wp-full-overlay-sidebar {
	background-color: #f0f0f1 !important;
	color: #2c3338 !important;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
}

body.wp-customizer #customize-controls * {
	box-sizing: border-box !important;
}

body.wp-customizer #customize-controls .control-section,
body.wp-customizer #customize-controls .accordion-section {
	background-color: #fff !important;
	border-color: #ddd !important;
	color: #2c3338 !important;
}

body.wp-customizer #customize-controls .accordion-section-title {
	color: #50575e !important;
	background-color: #fff !important;
}

/* Hide sticky buttons in customizer */
body.wp-customizer .gha-sticky-actions-container {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}