/*
Theme Name: Air Quality HVAC Showcase
Text Domain: air-quality-hvac-showcase
Description: Modern KKS demonstration theme for a Phoenix HVAC contractor website.
Version: 1.0.1
Requires at least: 6.0
Requires PHP: 7.4
License: GPL-2.0-or-later
WPVibe: yes
*/

/* This file holds the WordPress theme header (above) plus truly global
 * rules only. Tailwind handles everything else.
 *
 * - Design tokens live in theme.css's @theme block.
 * - Prose + form styles live in presets.css.
 * - Layout, color, typography utilities come from Tailwind v4.
 *
 * Do NOT add component classes here (.btn-primary, .card, etc.). Use
 * Tailwind utilities in templates instead.
 */

html {
	scroll-behavior: smooth;
}

/* STATIC SHOWCASE CSS */
/* Air Quality HVAC Showcase: industrial editorial / desert after dark. */


/* @layer base */

	:root { --ink:#07111f; --ink-2:#0d1b2b; --paper:#f4f1e9; --white:#fff; --ice:#8eeaff; --hot:#ff6b35; --muted:#91a0ae; --line:rgba(255,255,255,.16); }
	* { box-sizing:border-box; }
	html { scroll-behavior:smooth; }
	body.aq-site { margin:0; background:var(--paper); color:var(--ink); font-family:"Manrope",sans-serif; font-size:16px; line-height:1.6; -webkit-font-smoothing:antialiased; }
	body.aq-site a { color:inherit; }
	body.aq-site h1, body.aq-site h2, body.aq-site h3 { font-family:"Barlow Condensed",sans-serif; margin:0; line-height:.94; text-wrap:balance; }
	body.aq-site button, body.aq-site a { -webkit-tap-highlight-color:transparent; }
	[x-cloak] { display:none !important; }
	::selection { background:var(--hot); color:#fff; }


/* @layer components */

	.aq-shell { width:min(1180px, calc(100% - 48px)); margin-inline:auto; }
	.aq-skip { position:fixed; left:16px; top:-80px; z-index:999; background:#fff; color:#000; padding:12px 18px; font-weight:700; }
	.aq-skip:focus { top:16px; }
	.aq-demo-bar { background:var(--hot); color:var(--ink); font-size:12px; letter-spacing:.02em; }
	.aq-demo-bar .aq-shell { min-height:34px; display:flex; align-items:center; justify-content:space-between; gap:20px; }
	.aq-demo-bar b { font-size:10px; letter-spacing:.14em; margin-right:10px; }
	.aq-demo-bar a { font-weight:700; text-decoration:none; }
	.aq-demo-bar a:hover { text-decoration:underline; }

	.aq-header { position:sticky; top:0; z-index:50; background:rgba(7,17,31,.94); color:#fff; border-bottom:1px solid rgba(255,255,255,.1); backdrop-filter:blur(12px); }
	.aq-nav-wrap { height:76px; display:flex; align-items:center; gap:30px; }
	.aq-brand { display:inline-flex; align-items:center; gap:12px; text-decoration:none; flex:none; }
	.aq-brand > span:last-child { display:flex; flex-direction:column; line-height:1; }
	.aq-brand b { font-family:"Barlow Condensed",sans-serif; font-size:22px; letter-spacing:.07em; }
	.aq-brand small { margin-top:5px; font-family:ui-monospace,monospace; font-size:8px; letter-spacing:.2em; color:var(--ice); }
	.aq-brand-mark { position:relative; width:31px; height:31px; border:1px solid rgba(142,234,255,.5); display:grid; place-items:center; transform:rotate(45deg); }
	.aq-brand-mark i { position:absolute; width:3px; height:20px; background:var(--ice); border-radius:2px; }
	.aq-brand-mark i:nth-child(2) { transform:rotate(60deg); }
	.aq-brand-mark i:nth-child(3) { transform:rotate(120deg); }
	.aq-nav { display:flex; align-items:center; gap:28px; margin-left:auto; }
	.aq-nav a { color:#dce5ec; text-decoration:none; font-size:13px; font-weight:600; }
	.aq-nav a:hover, .aq-nav a:focus-visible { color:var(--ice); }
	.aq-header-cta { display:inline-flex; align-items:center; gap:18px; background:#fff; color:var(--ink)!important; padding:11px 15px; text-decoration:none; font-size:12px; font-weight:800; text-transform:uppercase; letter-spacing:.06em; transition:transform .2s, background .2s; }
	.aq-header-cta:hover { transform:translateY(-2px); background:var(--ice); }
	.aq-menu-toggle, .aq-mobile-nav { display:none; }
	.aq-mobile-nav[hidden], .aq-symptom-panel[hidden] { display:none!important; }

	.aq-hero { position:relative; overflow:hidden; background:var(--ink); color:#fff; min-height:720px; }
	.aq-hero::before { content:""; position:absolute; width:780px; height:780px; right:-260px; top:-300px; border-radius:50%; background:radial-gradient(circle, rgba(142,234,255,.14), transparent 64%); pointer-events:none; }
	.aq-hero-grid { position:absolute; inset:0; opacity:.13; background-image:linear-gradient(rgba(255,255,255,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.1) 1px,transparent 1px); background-size:48px 48px; mask-image:linear-gradient(to right,transparent,#000 48%,#000); }
	.aq-hero-layout { position:relative; display:grid; grid-template-columns:minmax(0,1.05fr) minmax(420px,.8fr); gap:70px; align-items:center; min-height:720px; padding-block:86px; }
	.aq-kicker { display:flex; align-items:center; gap:12px; margin:0 0 26px; color:var(--ice); font:600 11px/1 ui-monospace,monospace; letter-spacing:.15em; text-transform:uppercase; }
	.aq-kicker > span { width:28px; height:1px; background:currentColor; }
	.aq-kicker-dark { color:#9c3615; }
	.aq-hero h1 { max-width:700px; font-size:clamp(72px,8.2vw,124px); font-weight:600; letter-spacing:-.04em; }
	.aq-hero h1 em { color:var(--ice); font-style:italic; font-weight:500; }
	.aq-hero-lead { max-width:660px; margin:30px 0 0; color:#b8c4ce; font-size:18px; line-height:1.7; }
	.aq-hero-actions { display:flex; align-items:center; gap:28px; margin-top:38px; }
	.aq-button { display:inline-flex; align-items:center; justify-content:center; gap:24px; min-height:54px; padding:0 20px; color:#fff!important; text-decoration:none; font-size:13px; font-weight:800; text-transform:uppercase; letter-spacing:.05em; border:1px solid transparent; transition:transform .2s, box-shadow .2s, background .2s; }
	.aq-button:hover { transform:translateY(-3px); }
	.aq-button-hot { background:var(--hot); color:var(--ink)!important; box-shadow:8px 8px 0 rgba(255,107,53,.18); }
	.aq-button-hot:hover { box-shadow:3px 3px 0 rgba(255,107,53,.25); }
	.aq-text-link { color:#fff!important; text-decoration:none; font-size:13px; font-weight:700; border-bottom:1px solid rgba(255,255,255,.4); padding-block:7px; }
	.aq-text-link:hover { color:var(--ice)!important; border-color:var(--ice); }
	.aq-proof-row { display:flex; gap:20px; flex-wrap:wrap; margin-top:52px; color:#7f919f; font:500 10px/1 ui-monospace,monospace; letter-spacing:.1em; text-transform:uppercase; }
	.aq-proof-row span { display:flex; align-items:center; gap:8px; }
	.aq-proof-row span::before { content:""; width:5px; height:5px; border-radius:50%; background:var(--ice); }

	.aq-dispatch { position:relative; background:#0b1928; border:1px solid rgba(142,234,255,.24); box-shadow:0 30px 80px rgba(0,0,0,.35); }
	.aq-dispatch::after { content:""; position:absolute; inset:8px; border:1px solid rgba(255,255,255,.04); pointer-events:none; }
	.aq-dispatch-head { position:relative; z-index:1; display:flex; align-items:center; gap:12px; padding:18px 20px; border-bottom:1px solid var(--line); }
	.aq-live-dot { width:8px; height:8px; background:#5dffa2; border-radius:50%; box-shadow:0 0 0 6px rgba(93,255,162,.08); }
	.aq-dispatch-head > div { display:flex; flex-direction:column; }
	.aq-dispatch-head small, .aq-visual-label small { color:#94a6b4; font:500 8px/1 ui-monospace,monospace; letter-spacing:.16em; }
	.aq-dispatch-head strong { margin-top:5px; font-size:12px; }
	.aq-temp { margin-left:auto; color:var(--hot); font:600 26px/1 "Barlow Condensed",sans-serif; }
	.aq-system-visual { position:relative; height:250px; display:grid; place-items:center; overflow:hidden; background:linear-gradient(145deg,#0c1b2b,#07111f); color:var(--ice); }
	.aq-system-visual svg { width:140px; filter:drop-shadow(0 0 35px rgba(142,234,255,.18)); animation:aq-fan 16s linear infinite; }
	.aq-air-ring { position:absolute; border:1px solid rgba(142,234,255,.15); border-radius:50%; }
	.aq-air-ring-one { width:210px; height:210px; }
	.aq-air-ring-two { width:290px; height:290px; }
	.aq-visual-label { position:absolute; left:20px; bottom:18px; display:flex; flex-direction:column; color:#fff; }
	.aq-visual-label strong { margin-top:5px; font-size:12px; }
	.aq-dispatch-options { position:relative; z-index:1; display:grid; grid-template-columns:repeat(3,1fr); }
	.aq-dispatch-options a { min-width:0; display:flex; flex-direction:column; padding:18px 14px; color:#fff; text-decoration:none; border-top:1px solid var(--line); border-right:1px solid var(--line); transition:background .2s; }
	.aq-dispatch-options a:last-child { border-right:0; }
	.aq-dispatch-options a:hover { background:rgba(142,234,255,.08); }
	.aq-dispatch-options span { color:var(--hot); font:600 9px/1 ui-monospace,monospace; }
	.aq-dispatch-options strong { margin-top:9px; font:600 17px/1 "Barlow Condensed",sans-serif; }
	.aq-dispatch-options small { margin-top:7px; color:#94a6b4; font-size:9px; }
	@keyframes aq-fan { to { transform:rotate(360deg); } }
	.aq-reveal { animation:aq-reveal .8s cubic-bezier(.2,.8,.2,1) both; }
	.aq-delay-1 { animation-delay:.18s; }
	@keyframes aq-reveal { from { opacity:0; transform:translateY(24px); } to { opacity:1; transform:none; } }

	.aq-marquee { overflow:hidden; background:var(--ice); color:var(--ink); border-block:1px solid var(--ink); }
	.aq-marquee > div { width:max-content; min-width:100%; display:flex; justify-content:space-around; align-items:center; gap:36px; padding:15px 24px; font:700 13px/1 "Barlow Condensed",sans-serif; letter-spacing:.1em; }
	.aq-marquee i { width:8px; height:8px; background:var(--hot); transform:rotate(45deg); }

	.aq-section { padding:120px 0; }
	.aq-light { background:var(--paper); }
	.aq-section-intro { display:grid; grid-template-columns:1fr .8fr; column-gap:80px; align-items:end; }
	.aq-section-intro .aq-kicker { grid-column:1/-1; }
	.aq-section h2, .aq-final-cta h2 { font-size:clamp(52px,6vw,88px); font-weight:600; letter-spacing:-.035em; }
	.aq-section-intro > p:last-child { margin:0; font-size:18px; line-height:1.75; color:#526476; }
	.aq-symptom-tool { margin-top:72px; border-top:1px solid #aeb9be; }
	.aq-symptom-tabs { display:grid; grid-template-columns:repeat(3,1fr); }
	.aq-symptom-tabs button { appearance:none; border:0; border-bottom:1px solid #aeb9be; border-right:1px solid #aeb9be; padding:20px; background:transparent; color:#526476; text-align:left; font:600 14px/1 "Manrope",sans-serif; cursor:pointer; }
	.aq-symptom-tabs button:last-child { border-right:0; }
	.aq-symptom-tabs button.is-active { background:var(--ink); color:#fff; }
	.aq-symptom-tabs button:focus-visible { outline:3px solid var(--hot); outline-offset:-3px; }
	.aq-symptom-panel { display:grid; grid-template-columns:1fr auto; gap:50px; align-items:end; padding:46px; background:#fff; border:1px solid #aeb9be; border-top:0; }
	.aq-symptom-panel small { color:#bd451d; font:600 10px/1 ui-monospace,monospace; letter-spacing:.12em; }
	.aq-symptom-panel h3 { margin-top:12px; font-size:42px; font-weight:600; }
	.aq-symptom-panel p { max-width:660px; margin:16px 0 0; color:#526476; }
	.aq-symptom-panel > a { color:var(--ink); text-decoration:none; font-size:13px; font-weight:800; padding:13px 0; border-bottom:2px solid var(--hot); }

	.aq-ink { background:var(--ink); color:#fff; }
	.aq-numbered-grid { display:grid; grid-template-columns:1.4fr repeat(3,1fr); border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
	.aq-number-intro { padding:50px 50px 50px 0; }
	.aq-number-intro h2 { font-size:58px; }
	.aq-numbered-grid article { min-height:330px; padding:40px 28px; border-left:1px solid var(--line); display:flex; flex-direction:column; }
	.aq-numbered-grid article > span { color:var(--hot); font:600 11px/1 ui-monospace,monospace; }
	.aq-numbered-grid article h3 { margin-top:auto; font-size:31px; }
	.aq-numbered-grid article p { margin:16px 0 0; color:#8fa0ad; font-size:14px; line-height:1.65; }

	.aq-map-section { background:#dfe7e9; }
	.aq-map-layout { display:grid; grid-template-columns:.72fr 1.28fr; gap:100px; align-items:start; }
	.aq-map-layout h2 { font-size:80px; }
	.aq-muted { margin-top:28px; max-width:460px; color:#526476; font-size:17px; line-height:1.7; }
	.aq-city-grid { display:grid; grid-template-columns:repeat(2,1fr); border-top:1px solid #8c9ba5; }
	.aq-city-grid a { display:grid; grid-template-columns:40px 1fr auto; gap:10px; align-items:center; min-height:70px; padding:0 18px; text-decoration:none; border-bottom:1px solid #8c9ba5; }
	.aq-city-grid a:nth-child(odd) { border-right:1px solid #8c9ba5; }
	.aq-city-grid a:hover { background:var(--ice); }
	.aq-city-grid span { color:#455864; font:500 10px/1 ui-monospace,monospace; }
	.aq-city-grid b { color:var(--hot); }

	.aq-content-engine { background:var(--ink-2); color:#fff; }
	.aq-content-head { display:flex; align-items:end; justify-content:space-between; gap:40px; }
	.aq-content-head > div { max-width:720px; }
	.aq-text-link-light { flex:none; }
	.aq-post-grid { display:grid; grid-template-columns:repeat(3,1fr); margin-top:70px; border-top:1px solid var(--line); border-left:1px solid var(--line); }
	.aq-post-card { min-height:380px; display:flex; flex-direction:column; padding:34px; color:#fff; text-decoration:none; border-right:1px solid var(--line); border-bottom:1px solid var(--line); transition:background .2s, transform .2s; }
	.aq-post-card:hover { background:rgba(255,255,255,.04); transform:translateY(-4px); }
	.aq-post-card small { color:var(--ice); font:500 9px/1 ui-monospace,monospace; letter-spacing:.12em; }
	.aq-post-card h3 { margin-top:38px; font-size:35px; line-height:1.02; }
	.aq-post-card p { color:#8fa0ad; font-size:14px; }
	.aq-post-card > span, .aq-post-card > a { margin-top:auto; color:#fff; text-decoration:none; font-size:12px; font-weight:700; }
	.aq-post-card-accent { background:var(--hot); color:var(--ink); }
	.aq-post-card-accent small, .aq-post-card-accent p, .aq-post-card-accent h3, .aq-post-card-accent > a { color:var(--ink); }

	.aq-final-cta { background:var(--hot); color:var(--ink); padding:110px 0; }
	.aq-final-layout { display:grid; grid-template-columns:1.45fr .55fr; gap:80px; align-items:end; }
	.aq-final-layout .aq-kicker { grid-column:1/-1; color:var(--ink); }
	.aq-final-layout > div { padding-bottom:8px; }
	.aq-final-layout > div p { margin:0 0 26px; line-height:1.7; }
	.aq-button-light { background:#fff; color:var(--ink)!important; }
	.aq-button-light:hover { background:var(--ice); }

	.aq-footer { background:#050c16; color:#fff; padding:74px 0 28px; }
	.aq-footer-grid { display:grid; grid-template-columns:1.6fr .6fr .6fr; gap:80px; }
	.aq-brand-footer { color:#fff!important; }
	.aq-footer-grid > div:first-child p { max-width:440px; margin:28px 0 0; color:#718391; font-size:13px; }
	.aq-footer-grid > div:not(:first-child) { display:flex; flex-direction:column; gap:12px; }
	.aq-footer-grid small { color:var(--ice); font:600 9px/1 ui-monospace,monospace; letter-spacing:.16em; margin-bottom:10px; }
	.aq-footer-grid a { color:#c4d0d9; text-decoration:none; font-size:13px; }
	.aq-footer-grid a:hover { color:var(--ice); }
	.aq-footer-bottom { display:flex; justify-content:space-between; gap:30px; margin-top:64px; padding-top:22px; border-top:1px solid var(--line); color:#7b8d9a; font:500 9px/1.5 ui-monospace,monospace; text-transform:uppercase; letter-spacing:.08em; }

	/* Interior pages and posts. */
	body:not(.home) .aq-header { position:relative; }
	body:not(.home) main.flex-1 { background:var(--paper); min-height:60vh; }
	body:not(.home) main.flex-1 > article { width:min(900px,calc(100% - 48px)); max-width:none; padding:90px 0; }
	body:not(.home) main.flex-1 h1 { font-family:"Barlow Condensed",sans-serif; font-size:clamp(52px,7vw,86px); line-height:.95; letter-spacing:-.03em; }
	body:not(.home) .prose { font-family:"Manrope",sans-serif; color:#24384a; }
	body:not(.home) .prose h2, body:not(.home) .prose h3 { font-family:"Barlow Condensed",sans-serif; color:var(--ink); }
	body:not(.home) .prose h2 { font-size:42px; }
	body:not(.home) .prose a { color:#c74619; }
	body:not(.home) .prose img { border-radius:0; box-shadow:12px 12px 0 #d9e3e6; }

	@media (prefers-reduced-motion:reduce) { *,*::before,*::after { scroll-behavior:auto!important; animation-duration:.01ms!important; animation-iteration-count:1!important; transition-duration:.01ms!important; } }

	@media (max-width:1050px) {
		.aq-nav { display:none; }
		.aq-header-cta { margin-left:auto; }
		.aq-hero-layout { grid-template-columns:1fr; gap:60px; padding-block:80px; }
		.aq-hero-copy { max-width:760px; }
		.aq-dispatch { max-width:650px; }
		.aq-numbered-grid { grid-template-columns:1fr 1fr; }
		.aq-number-intro { grid-column:1/-1; padding-right:0; }
		.aq-numbered-grid article:nth-child(3) { border-left:0; border-top:1px solid var(--line); }
		.aq-numbered-grid article:nth-child(4) { border-top:1px solid var(--line); }
		.aq-map-layout { gap:60px; }
		.aq-post-grid { grid-template-columns:1fr 1fr; }
		.aq-post-card-accent { grid-column:1/-1; min-height:300px; }
	}

	@media (max-width:760px) {
		.aq-shell { width:min(100% - 32px,1180px); }
		.aq-demo-bar .aq-shell { justify-content:center; text-align:center; padding:8px 0; }
		.aq-demo-bar a { display:none; }
		.aq-nav-wrap { height:66px; }
		.aq-header-cta { display:none; }
		.aq-menu-toggle { margin-left:auto; width:48px; height:48px; padding:13px; display:flex; flex-direction:column; justify-content:center; gap:5px; border:1px solid var(--line); background:transparent; }
		.aq-menu-toggle > span { width:100%; height:1px; background:#fff; }
		.aq-mobile-nav { position:absolute; top:100%; left:0; right:0; display:flex; flex-direction:column; padding:16px; background:#07111f; border-top:1px solid var(--line); }
		.aq-mobile-nav a { min-height:50px; display:flex; align-items:center; padding:0 14px; color:#fff; text-decoration:none; border-bottom:1px solid var(--line); font-size:14px; }
		.aq-mobile-nav a:last-child { margin-top:10px; justify-content:center; background:var(--hot); border:0; font-weight:800; }
		.aq-hero { min-height:0; }
		.aq-hero-layout { min-height:0; padding-block:64px; }
		.aq-hero h1 { font-size:clamp(62px,21vw,88px); }
		.aq-hero-lead { font-size:16px; }
		.aq-hero-actions { align-items:stretch; flex-direction:column; gap:15px; }
		.aq-button { width:100%; }
		.aq-text-link { text-align:center; }
		.aq-proof-row { gap:12px 18px; margin-top:36px; }
		.aq-dispatch-head { padding:15px; }
		.aq-system-visual { height:210px; }
		.aq-dispatch-options { grid-template-columns:1fr; }
		.aq-dispatch-options a { border-right:0; padding:15px; }
		.aq-marquee > div { justify-content:flex-start; overflow:hidden; }
		.aq-section { padding:80px 0; }
		.aq-section-intro { grid-template-columns:1fr; gap:26px; }
		.aq-section-intro .aq-kicker { grid-column:auto; }
		.aq-section h2,.aq-final-cta h2 { font-size:54px; }
		.aq-symptom-tool { margin-top:48px; }
		.aq-symptom-tabs { grid-template-columns:1fr; }
		.aq-symptom-tabs button { min-height:52px; border-right:0; }
		.aq-symptom-panel { grid-template-columns:1fr; gap:28px; padding:28px 22px; }
		.aq-symptom-panel h3 { font-size:36px; }
		.aq-numbered-grid { grid-template-columns:1fr; }
		.aq-number-intro { padding:40px 0; }
		.aq-number-intro h2 { font-size:48px; }
		.aq-numbered-grid article { min-height:240px; border-left:0; border-top:1px solid var(--line); padding:30px 0; }
		.aq-map-layout { grid-template-columns:1fr; gap:44px; }
		.aq-map-layout h2 { font-size:56px; }
		.aq-city-grid { grid-template-columns:1fr; }
		.aq-city-grid a:nth-child(odd) { border-right:0; }
		.aq-content-head { align-items:flex-start; flex-direction:column; }
		.aq-post-grid { grid-template-columns:1fr; margin-top:48px; }
		.aq-post-card,.aq-post-card-accent { min-height:310px; grid-column:auto; }
		.aq-final-cta { padding:80px 0; }
		.aq-final-layout { grid-template-columns:1fr; gap:30px; }
		.aq-final-layout .aq-kicker { grid-column:auto; }
		.aq-footer-grid { grid-template-columns:1fr 1fr; gap:50px 30px; }
		.aq-footer-grid > div:first-child { grid-column:1/-1; }
		.aq-footer-bottom { flex-direction:column; }
		body:not(.home) main.flex-1 > article { width:calc(100% - 32px); padding:64px 0; }
	}

