/*
Theme Name: hitech-energy-2026
Text Domain: hitech-energy-2026
Description: Lightweight custom WordPress theme for Hi Tech Energy, built for Toronto, GTA and Windsor HVAC services, conversion, technical SEO, schema, accessibility and performance.
Version: 1.0.5
Requires at least: 6.0
Requires PHP: 7.4
License: GPL-2.0-or-later
WPVibe: yes
*/

html {
	scroll-behavior: smooth;
}

/* Keep the mobile navigation closed whenever JavaScript sets the hidden state. */
body .mobile-panel[hidden] {
	display: none !important;
}

/* Inner-page hero treatment. */
body.hitech-site .page-hero {
	position: relative;
	display: flex;
	min-height: 620px;
	align-items: flex-end;
	overflow: hidden;
}

body.hitech-site .page-hero > .container {
	position: relative;
	z-index: 2;
}

body.hitech-site .page-hero .hero__media,
body.hitech-site .page-hero .hero__overlay,
body.hitech-site .page-hero .hero__glow {
	position: absolute;
	inset: 0;
}

body.hitech-site .page-hero .hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 58% center;
}

body.hitech-site .page-hero .hero__overlay {
	z-index: 1;
	background: linear-gradient(90deg, rgba(7, 26, 43, 0.96) 0%, rgba(7, 26, 43, 0.84) 48%, rgba(7, 26, 43, 0.35) 100%);
}

body.hitech-site .page-hero .hero__glow {
	z-index: 1;
	background: radial-gradient(circle at 76% 54%, rgba(18, 104, 229, 0.32), transparent 38%);
}

body.hitech-site .page-hero .eyebrow {
	color: #a9d7ff;
}

body.hitech-site .page-hero__actions {
	margin-top: 30px;
}

/* Service-area landing page sections. */
body.hitech-site .section--soft {
	background: var(--mist);
}

body.hitech-site .section--dark {
	background: var(--ink);
	color: #fff;
}

body.hitech-site .section--dark .section-heading > p,
body.hitech-site .section--dark .process-card p {
	color: #b7c5d0;
}

body.hitech-site .area-page-content .area-intro .content-shell {
	padding-top: 0;
	padding-bottom: 0;
}

body.hitech-site .area-page-content .kicker {
	margin: 0 0 14px;
	color: var(--blue);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

body.hitech-site a.area-chip {
	transition: border-color 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

body.hitech-site a.area-chip:hover,
body.hitech-site a.area-chip:focus-visible {
	transform: translateY(-2px);
	border-color: var(--sky);
	color: var(--blue-deep);
	box-shadow: var(--shadow-sm);
}

@media (max-width: 760px) {
	body.hitech-site .page-hero {
		min-height: 560px;
	}

	body.hitech-site .page-hero .hero__media img {
		object-position: 64% center;
	}
}
