/*
Theme Name: BARO Fast Theme
Theme URI: https://www.baroservicephiladelphia.com/
Author: BARO Service
Author URI: https://www.baroservicephiladelphia.com/
Description: Fast local-service WordPress theme for BARO commercial equipment repair pages.
Version: 1.4.5
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: baro-fast
*/

:root {
	--baro-red: #f60433;
	--baro-red-dark: #d9002a;
	--baro-ink: #141821;
	--baro-text: #30343d;
	--baro-muted: #667085;
	--baro-line: #e7eaf0;
	--baro-soft: #f5f7fa;
	--baro-paper: #ffffff;
	--baro-dark: #0f1724;
	--baro-blue: #6ebee8;
	--baro-max: 1180px;
	--baro-radius: 8px;
	--baro-shadow: 0 28px 70px rgba(5, 13, 28, .24);
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	color: var(--baro-text);
	background: var(--baro-paper);
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.55;
	letter-spacing: 0;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

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

.baro-skip-link,
.baro-sr-only {
	position: fixed;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.baro-skip-link:focus {
	top: 12px;
	left: 12px;
	z-index: 100;
	width: auto;
	height: auto;
	margin: 0;
	clip: auto;
	padding: 10px 14px;
	color: #fff;
	background: var(--baro-dark);
	border-radius: 6px;
	font-weight: 800;
}

button,
input,
textarea,
select {
	font: inherit;
}

button {
	touch-action: manipulation;
}

.baro-wrap {
	width: min(100% - 40px, var(--baro-max));
	margin: 0 auto;
}

.baro-hero {
	min-height: 760px;
	padding-top: 76px;
	color: #fff;
	background:
		linear-gradient(90deg, rgba(8, 14, 26, .92) 0%, rgba(13, 22, 37, .80) 43%, rgba(13, 22, 37, .48) 100%),
		url("https://www.baroservicephiladelphia.com/wp-content/uploads/2021/01/set-tools-tool-kit-isolated-scaled.jpg") center / cover no-repeat;
	overflow: hidden;
}

.baro-nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99998;
	width: 100%;
	min-height: 76px;
	margin: 0;
	padding: 12px max(20px, calc((100% - var(--baro-max)) / 2));
	display: grid !important;
	grid-template-columns: 170px minmax(0, 1fr) 245px;
	align-items: center;
	gap: 28px;
	background: rgba(12, 18, 30, .92);
	border-bottom: 1px solid rgba(255, 255, 255, .12);
	box-shadow: 0 18px 50px rgba(4, 9, 18, .18);
	-webkit-backdrop-filter: blur(16px);
	backdrop-filter: blur(16px);
	opacity: 1;
	visibility: visible;
}

.baro-nav-panel {
	min-width: 0;
}

.baro-menu-toggle {
	display: none;
	width: 46px;
	height: 46px;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 6px;
	background: rgba(255, 255, 255, .08);
	color: #fff;
	cursor: pointer;
}

.baro-menu-lines,
.baro-menu-lines::before,
.baro-menu-lines::after {
	display: block;
	width: 20px;
	height: 2px;
	background: currentColor;
	border-radius: 999px;
	content: "";
}

.baro-menu-lines {
	position: relative;
}

.baro-menu-lines::before,
.baro-menu-lines::after {
	position: absolute;
	left: 0;
}

.baro-menu-lines::before {
	top: -7px;
}

.baro-menu-lines::after {
	top: 7px;
}

body.admin-bar .baro-nav {
	top: 32px;
}

@media (max-width: 782px) {
	body.admin-bar .baro-nav {
		top: 46px;
	}
}

.baro-brand,
.baro-nav-call,
.baro-btn,
.baro-lead-form button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 6px;
	color: #fff;
	background: var(--baro-red);
	font-weight: 800;
	cursor: pointer;
	transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}

.baro-brand {
	min-height: 42px;
	padding: 0 22px;
	justify-self: start;
	font-size: 15px;
}

.baro-nav-links {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 24px;
	color: rgba(255, 255, 255, .92);
	font-size: 14px;
	font-weight: 800;
	white-space: nowrap;
}

.baro-nav-links a,
.baro-nav-links button {
	min-height: 44px;
	padding: 12px 0;
	border-bottom: 2px solid transparent;
}

.baro-nav-links button {
	color: inherit;
	background: transparent;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	cursor: pointer;
	font-weight: inherit;
}

.baro-nav-links a:hover,
.baro-nav-links button:hover {
	color: #fff;
	border-bottom-color: rgba(255, 255, 255, .45);
}

.baro-nav a:focus-visible,
.baro-nav button:focus-visible,
.baro-btn:focus-visible,
.baro-floating-call:focus-visible,
.baro-mobile-cta a:focus-visible {
	outline: 3px solid rgba(255, 255, 255, .86);
	outline-offset: 3px;
}

.baro-services-menu {
	position: relative;
}

.baro-services-menu::after {
	content: "";
	position: fixed;
	top: 58px;
	left: 0;
	right: 0;
	z-index: 1000;
	display: none;
	height: 28px;
}

body.admin-bar .baro-services-menu::after {
	top: 90px;
}

.baro-services-menu:hover::after,
.baro-services-menu.baro-services-open::after,
.baro-services-menu:focus-within::after {
	display: block;
}

.baro-services-trigger {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.baro-services-trigger::after {
	content: "";
	width: 7px;
	height: 7px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: translateY(-2px) rotate(45deg);
	opacity: .78;
}

.baro-services-dropdown {
	position: fixed;
	top: 76px;
	left: 50%;
	z-index: 1001;
	width: min(1120px, calc(100vw - 40px));
	max-height: min(74vh, 680px);
	overflow: auto;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	padding: 22px;
	color: var(--baro-ink);
	background: #fff;
	border: 1px solid var(--baro-line);
	border-radius: 8px;
	box-shadow: 0 30px 80px rgba(4, 9, 18, .24);
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, 12px);
	transition: opacity .18s ease, transform .18s ease;
}

body.admin-bar .baro-services-dropdown {
	top: 108px;
}

.baro-services-menu.baro-services-open .baro-services-dropdown,
.baro-services-menu:hover .baro-services-dropdown,
.baro-services-menu:focus-within .baro-services-dropdown {
	opacity: 1;
	pointer-events: auto;
	transform: translate(-50%, 0);
}

.baro-services-all {
	grid-column: 1 / -1;
	display: flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	color: #fff !important;
	background: var(--baro-red);
	border-radius: 6px;
	font-size: 14px;
	font-weight: 900;
	text-align: center;
}

.baro-services-all:hover {
	background: var(--baro-red-dark);
}

.baro-services-group {
	display: grid;
	align-content: start;
	gap: 8px;
	padding: 14px;
	background: #f7f8fb;
	border: 1px solid #edf0f4;
	border-radius: 8px;
}

.baro-services-group strong {
	color: var(--baro-red);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.baro-services-group a {
	display: block;
	align-items: center;
	padding: 9px 0;
	color: var(--baro-ink);
	border: 0;
	font-size: 13px;
	line-height: 1.28;
	font-weight: 800;
	white-space: normal;
	position: relative;
}

.baro-services-group a::before {
	content: none;
}

.baro-services-group a:hover {
	color: var(--baro-red);
	border: 0;
}

.baro-service-icon {
	display: inline-grid;
	width: 32px;
	height: 32px;
	place-items: center;
	flex: 0 0 auto;
	color: var(--baro-red);
	background: #fff;
	border: 1px solid #e9edf2;
	border-radius: 8px;
}

.baro-service-icon svg {
	width: 19px;
	height: 19px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.baro-nav-call {
	min-height: 42px;
	padding: 0 21px;
	justify-self: end;
	font-size: 15px;
	box-shadow: 0 14px 30px rgba(246, 4, 51, .24);
}

.baro-call-compact {
	display: none;
}

.baro-nav-call:hover,
.baro-btn:hover,
.baro-lead-form button:hover {
	transform: translateY(-2px);
	background: var(--baro-red-dark);
	box-shadow: 0 18px 42px rgba(246, 4, 51, .28);
}

.baro-hero-inner {
	width: min(100% - 40px, var(--baro-max));
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 360px;
	gap: 68px;
	align-items: center;
	padding: 92px 0 72px;
}

.baro-hero-copy {
	padding-top: 22px;
}

.baro-eyebrow,
.baro-kicker {
	margin: 0 0 10px;
	color: #ffd2dc;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.baro-kicker {
	color: var(--baro-red);
}

.baro-hero h1 {
	max-width: 740px;
	margin: 0;
	color: #fff;
	font-size: clamp(46px, 6.3vw, 82px);
	line-height: .98;
	font-weight: 900;
	letter-spacing: 0;
}

.baro-hero-lede {
	max-width: 700px;
	margin: 18px 0 0;
	color: rgba(255, 255, 255, .91);
	font-size: 20px;
	line-height: 1.45;
}

.baro-answer-section {
	padding: 28px 0 0;
	background: #fff;
}

.baro-answer-block {
	padding: 22px 24px;
	color: var(--baro-text);
	background: linear-gradient(135deg, #fff 0%, #f7f9fc 100%);
	border: 1px solid var(--baro-line);
	border-left: 4px solid var(--baro-red);
	border-radius: var(--baro-radius);
	box-shadow: 0 18px 45px rgba(15, 23, 36, .08);
}

.baro-answer-block p {
	margin: 0;
	color: var(--baro-text);
	font-size: 17px;
	line-height: 1.65;
}

.baro-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 30px;
}

.baro-btn {
	min-height: 52px;
	padding: 0 25px;
	font-size: 16px;
}

.baro-btn.baro-ghost {
	color: #fff;
	background: rgba(255, 255, 255, .08);
	border: 1px solid rgba(255, 255, 255, .28);
	box-shadow: none;
}

.baro-benefits {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px 28px;
	max-width: 760px;
	margin: 34px 0 0;
	padding: 24px 0 0;
	border-top: 1px solid rgba(255, 255, 255, .18);
	list-style: none;
}

.baro-benefits li {
	position: relative;
	padding-left: 20px;
	color: #fff;
	font-size: 15px;
	font-weight: 800;
}

.baro-benefits li::before {
	content: "";
	position: absolute;
	top: .57em;
	left: 0;
	width: 10px;
	height: 10px;
	background: var(--baro-red);
	border-radius: 50%;
	box-shadow: 0 0 0 4px rgba(246, 4, 51, .18);
}

.baro-hero-meta {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	max-width: 640px;
	margin-top: 38px;
	border: 1px solid rgba(255, 255, 255, .14);
	background: rgba(255, 255, 255, .08);
}

.baro-meta-item {
	padding: 16px 18px;
	border-right: 1px solid rgba(255, 255, 255, .12);
}

.baro-meta-item:last-child {
	border-right: 0;
}

.baro-meta-item strong {
	display: block;
	color: #fff;
	font-size: 24px;
	line-height: 1;
}

.baro-meta-item span {
	display: block;
	margin-top: 7px;
	color: rgba(255, 255, 255, .72);
	font-size: 12px;
}

.baro-lead-panel {
	padding-top: 36px;
}

.baro-lead-form {
	background: #fff;
	box-shadow: var(--baro-shadow);
}

.baro-form-body {
	padding: 28px 30px 34px;
}

.baro-form-rule {
	width: 48px;
	height: 3px;
	margin-bottom: 24px;
	background: #c6d4dc;
}

.baro-lead-form h2 {
	margin: 0;
	color: var(--baro-red);
	text-align: center;
	font-size: 20px;
	line-height: 1.15;
}

.baro-form-intro,
.baro-privacy-note {
	color: var(--baro-muted);
	text-align: center;
	font-size: 12px;
}

.baro-privacy-note a {
	color: var(--baro-red);
	font-weight: 900;
}

.baro-field {
	margin-top: 16px;
}

.baro-field label {
	display: block;
	margin-bottom: 7px;
	color: #1d2939;
	font-size: 13px;
	font-weight: 900;
}

.baro-field input,
.baro-field textarea,
.baro-field select {
	width: 100%;
	min-height: 46px;
	border: 1px solid #ced5df;
	border-radius: 4px;
	padding: 10px 12px;
	color: var(--baro-ink);
	background: #fff;
	font-size: 14px;
}

.baro-field textarea {
	min-height: 94px;
	resize: vertical;
}

.baro-consent-field label {
	display: grid;
	grid-template-columns: 18px minmax(0, 1fr);
	gap: 10px;
	align-items: start;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.45;
}

.baro-consent-field input {
	width: 18px;
	height: 18px;
	min-height: 18px;
	margin-top: 2px;
	accent-color: var(--baro-red);
}

.baro-field input:focus,
.baro-field textarea:focus,
.baro-field select:focus {
	border-color: var(--baro-red);
	box-shadow: 0 0 0 3px rgba(246, 4, 51, .12);
}

.baro-lead-form button {
	min-height: 42px;
	width: 100%;
	margin-top: 18px;
	font-size: 14px;
}

.baro-phone-strip {
	display: flex;
	min-height: 78px;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: var(--baro-red);
	font-size: 22px;
	font-weight: 900;
}

.baro-trustbar {
	color: #fff;
	background: var(--baro-red);
}

.baro-trustbar-grid {
	width: min(100% - 40px, var(--baro-max));
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1px;
	background: rgba(255, 255, 255, .22);
}

.baro-trustbar-item {
	min-height: 78px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
	background: var(--baro-red);
	text-align: center;
	font-size: 14px;
	font-weight: 900;
}

.baro-section {
	padding: 86px 0;
}

.baro-section.baro-soft {
	background: var(--baro-soft);
}

.baro-section-head {
	max-width: 780px;
	margin-bottom: 40px;
}

.baro-section-head.baro-center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.baro-section-head h2,
.baro-content h2 {
	margin: 0;
	color: var(--baro-ink);
	font-size: clamp(31px, 4vw, 48px);
	line-height: 1.06;
	font-weight: 900;
}

.baro-section-head p {
	margin: 14px 0 0;
	color: var(--baro-muted);
	font-size: 18px;
}

.baro-equipment {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
	gap: 54px;
	align-items: start;
}

.baro-equipment > *,
.baro-dark-grid > *,
.baro-map-grid > *,
.baro-bottom-cta-grid > * {
	min-width: 0;
}

.baro-equipment-image {
	padding: 22px;
	background: #fff;
	border: 1px solid var(--baro-line);
	border-radius: var(--baro-radius);
	align-self: start;
}

.baro-equipment-image img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	border-radius: 6px;
	background: #eef2f6;
}

.baro-content p,
.baro-content li {
	color: var(--baro-muted);
	font-size: 16px;
}

.baro-content .baro-answer-block {
	margin: 18px 0 24px;
}

.baro-content .baro-answer-block p {
	color: var(--baro-text);
	font-size: 17px;
	line-height: 1.65;
}

.baro-content h1,
.baro-content h2,
.baro-content h3 {
	color: var(--baro-ink);
}

.baro-content h3 {
	margin: 34px 0 12px;
	font-size: 26px;
	line-height: 1.2;
}

.baro-content ul,
.baro-content ol {
	padding-left: 20px;
}

.baro-content li {
	margin: 12px 0;
}

.baro-service-extra {
	margin-top: 36px;
}

.baro-content-wide {
	max-width: none;
}

.baro-content-wide .baro-page-grid,
.baro-content-wide .wp-block-columns {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	width: 100%;
}

.baro-content-wide .baro-page-grid > *,
.baro-content-wide .wp-block-column {
	min-width: 0;
}

.baro-service-detail-panel {
	margin-top: 42px;
	padding: 32px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, .98) 0%, rgba(247, 249, 252, .98) 100%);
	border: 1px solid var(--baro-line);
	border-radius: var(--baro-radius);
	box-shadow: 0 22px 60px rgba(15, 23, 42, .07);
}

.baro-service-detail-head {
	max-width: 920px;
	margin-bottom: 24px;
}

.baro-service-detail-head .baro-kicker {
	color: var(--baro-red);
}

.baro-service-detail-head h2 {
	max-width: 860px;
	margin: 0;
	color: var(--baro-ink);
	font-size: clamp(30px, 3.2vw, 44px);
	line-height: 1.08;
	font-weight: 900;
}

.baro-service-detail-head p {
	max-width: 920px;
	margin: 14px 0 0;
	color: var(--baro-muted);
	font-size: 17px;
	line-height: 1.65;
}

.baro-service-detail-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.baro-service-detail-card {
	min-width: 0;
	min-height: 245px;
	padding: 24px;
	background: #fff;
	border: 1px solid var(--baro-line);
	border-radius: var(--baro-radius);
	box-shadow: 0 18px 42px rgba(15, 23, 42, .05);
}

.baro-service-detail-card > span {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	margin-bottom: 18px;
	color: var(--baro-red);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.baro-service-detail-card h3 {
	margin: 0 0 14px;
	color: var(--baro-ink);
	font-size: clamp(22px, 2vw, 30px);
	line-height: 1.15;
	font-weight: 900;
}

.baro-service-detail-card ul {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.baro-service-detail-card li {
	position: relative;
	margin: 0;
	padding-left: 20px;
	color: var(--baro-text);
	font-size: 16px;
	line-height: 1.55;
}

.baro-service-detail-card li::before {
	content: "";
	position: absolute;
	top: .72em;
	left: 0;
	width: 8px;
	height: 2px;
	background: var(--baro-red);
}

.baro-service-detail-card p {
	margin: 0;
	color: var(--baro-muted);
	font-size: 16px;
	line-height: 1.65;
}

.baro-service-detail-card a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	margin-top: 20px;
	color: var(--baro-red);
	font-size: 14px;
	font-weight: 900;
	line-height: 1.35;
	text-transform: uppercase;
	letter-spacing: .08em;
}

.baro-service-detail-cta {
	background: linear-gradient(180deg, #fff 0%, #fff6f8 100%);
}

.baro-warning-grid,
.baro-standard-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

.baro-standard-grid {
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

.baro-warning,
.baro-standard-card,
.baro-basic-page .baro-content {
	padding: 24px;
	background: #fff;
	border: 1px solid var(--baro-line);
	border-radius: var(--baro-radius);
}

.baro-warning {
	min-height: 200px;
	transition: transform .18s ease, box-shadow .18s ease;
}

.baro-warning:hover {
	transform: translateY(-3px);
	box-shadow: 0 18px 38px rgba(16, 24, 40, .1);
}

.baro-warning-number {
	display: inline-grid;
	width: 34px;
	height: 34px;
	place-items: center;
	color: #fff;
	background: var(--baro-red);
	border-radius: 50%;
	font-size: 14px;
	font-weight: 900;
}

.baro-warning h3,
.baro-standard-card h3 {
	margin: 18px 0 8px;
	color: var(--baro-ink);
	font-size: 19px;
	line-height: 1.22;
}

.baro-warning p,
.baro-standard-card p {
	margin: 0;
	color: var(--baro-muted);
	font-size: 15px;
}

.baro-standard-card {
	min-height: 208px;
}

.baro-standard-card svg {
	width: 32px;
	height: 32px;
	color: var(--baro-red);
}

.baro-dark-band {
	padding: 88px 0;
	color: #fff;
	background:
		linear-gradient(90deg, rgba(15, 23, 36, .96), rgba(15, 23, 36, .82)),
		url("https://www.baroservicephiladelphia.com/wp-content/uploads/2021/01/set-tools-tool-kit-isolated-scaled.jpg") center / cover no-repeat;
}

.baro-dark-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
	gap: 56px;
	align-items: start;
}

.baro-dark-band h2 {
	margin: 0;
	max-width: 680px;
	font-size: clamp(34px, 5vw, 58px);
	line-height: 1.02;
	font-weight: 900;
}

.baro-dark-band p {
	margin: 18px 0 0;
	max-width: 610px;
	color: rgba(255, 255, 255, .74);
	font-size: 17px;
}

.baro-process {
	margin: 0;
	padding: 0;
	list-style: none;
}

.baro-process li {
	display: grid;
	grid-template-columns: 42px 1fr;
	gap: 16px;
	padding: 0 0 24px;
	color: rgba(255, 255, 255, .9);
}

.baro-process li:not(:last-child) {
	border-bottom: 1px solid rgba(255, 255, 255, .14);
	margin-bottom: 24px;
}

.baro-process strong {
	display: block;
	color: #fff;
	font-size: 18px;
}

.baro-process span:first-child {
	display: inline-grid;
	width: 42px;
	height: 42px;
	place-items: center;
	color: #fff;
	background: var(--baro-red);
	border-radius: 50%;
	font-weight: 900;
}

.baro-service-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}

.baro-service-grid a {
	min-height: 136px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	padding: 22px;
	background: #fff;
	border: 1px solid var(--baro-line);
	border-radius: var(--baro-radius);
	color: var(--baro-ink);
	font-size: 17px;
	font-weight: 900;
	box-shadow: 0 14px 36px rgba(15, 23, 36, .06);
	transition: color .16s ease, background .16s ease, border-color .16s ease, transform .16s ease, box-shadow .16s ease;
}

.baro-service-grid a strong {
	display: block;
	font-size: 18px;
	line-height: 1.22;
}

.baro-service-grid a > span:not(.baro-service-tag) {
	display: block;
	margin-top: 10px;
	color: var(--baro-muted);
	font-size: 14px;
	line-height: 1.45;
	font-weight: 600;
}

.baro-service-grid a em {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--baro-muted);
	font-size: 13px;
	font-style: normal;
	font-weight: 900;
}

.baro-service-grid a em::after {
	content: ">";
	color: var(--baro-red);
}

.baro-service-tag {
	display: inline-flex;
	color: var(--baro-red);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.baro-service-grid a:hover {
	color: #fff;
	background: var(--baro-dark);
	border-color: var(--baro-dark);
	box-shadow: 0 20px 50px rgba(15, 23, 36, .16);
	transform: translateY(-3px);
}

.baro-service-grid a:hover .baro-service-tag,
.baro-service-grid a:hover > span:not(.baro-service-tag),
.baro-service-grid a:hover em,
.baro-service-grid a:hover em::after {
	color: #fff;
}

.baro-service-grid .baro-service-icon {
	margin-bottom: 16px;
	background: #fff;
}

.baro-equipment-tabs-section {
	background: #fff;
}

.baro-equipment-tabs {
	position: relative;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--baro-line);
	border-radius: var(--baro-radius);
	box-shadow: 0 22px 60px rgba(15, 23, 36, .08);
}

.baro-tab-input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.baro-tab-labels {
	display: flex;
	justify-content: center;
	gap: 0;
	padding: 24px 18px 0;
	border-bottom: 1px solid #f3c5ce;
	background: #fbfcfe;
	overflow-x: auto;
}

.baro-tab-labels label {
	display: inline-flex;
	min-height: 58px;
	align-items: center;
	justify-content: center;
	padding: 0 18px;
	color: #7b8088;
	border-radius: 6px 6px 0 0;
	font-weight: 900;
	white-space: nowrap;
	cursor: pointer;
	transition: color .16s ease, background .16s ease;
}

.baro-tab-labels label:hover {
	color: var(--baro-red);
}

#baro-tab-cooking:checked ~ .baro-tab-labels label[for="baro-tab-cooking"],
#baro-tab-refrigeration:checked ~ .baro-tab-labels label[for="baro-tab-refrigeration"],
#baro-tab-supporting:checked ~ .baro-tab-labels label[for="baro-tab-supporting"],
#baro-tab-warewashing:checked ~ .baro-tab-labels label[for="baro-tab-warewashing"],
#baro-tab-hvac:checked ~ .baro-tab-labels label[for="baro-tab-hvac"],
#baro-tab-beverage:checked ~ .baro-tab-labels label[for="baro-tab-beverage"] {
	color: #fff;
	background: #e93542;
}

.baro-tab-panels {
	position: relative;
	min-height: 450px;
}

.baro-tab-panel {
	display: none;
	grid-template-columns: minmax(0, 1fr) 340px;
	gap: 42px;
	align-items: start;
	padding: 52px 46px;
}

#baro-tab-cooking:checked ~ .baro-tab-panels .baro-panel-cooking,
#baro-tab-refrigeration:checked ~ .baro-tab-panels .baro-panel-refrigeration,
#baro-tab-supporting:checked ~ .baro-tab-panels .baro-panel-supporting,
#baro-tab-warewashing:checked ~ .baro-tab-panels .baro-panel-warewashing,
#baro-tab-hvac:checked ~ .baro-tab-panels .baro-panel-hvac,
#baro-tab-beverage:checked ~ .baro-tab-panels .baro-panel-beverage {
	display: grid;
}

.baro-tab-title {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 22px;
}

.baro-tab-title h3 {
	margin: 0;
	color: var(--baro-ink);
	font-size: 25px;
	line-height: 1.1;
}

.baro-repair-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px 28px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.baro-repair-list li {
	position: relative;
	padding-left: 24px;
	color: var(--baro-ink);
	font-size: 15px;
	line-height: 1.35;
}

.baro-repair-list li::before {
	content: "";
	position: absolute;
	top: .68em;
	left: 0;
	width: 12px;
	height: 1px;
	background: var(--baro-red);
}

.baro-repair-list a {
	color: inherit;
}

.baro-repair-list a:hover {
	color: var(--baro-red);
}

.baro-tab-visual {
	position: sticky;
	top: 100px;
	display: grid;
	gap: 14px;
}

.baro-tab-visual img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	background: #eef2f6;
	border-radius: 6px;
	box-shadow: 0 20px 50px rgba(15, 23, 36, .16);
}

.baro-tab-callout,
.baro-network-callout {
	border: 1px solid var(--baro-line);
	border-radius: var(--baro-radius);
	background: #fff;
	box-shadow: 0 16px 40px rgba(15, 23, 36, .08);
}

.baro-tab-callout {
	padding: 16px;
}

.baro-tab-callout strong,
.baro-tab-callout span {
	display: block;
}

.baro-tab-callout strong {
	color: var(--baro-ink);
	font-size: 16px;
}

.baro-tab-callout span {
	margin-top: 4px;
	color: var(--baro-muted);
	font-size: 14px;
}

.baro-network-callout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 22px;
	align-items: center;
	margin-top: 24px;
	padding: 24px;
	background: linear-gradient(135deg, #fff 0%, #f7f8fb 100%);
}

.baro-network-callout h3 {
	margin: 0;
	color: var(--baro-ink);
	font-size: 24px;
	line-height: 1.15;
}

.baro-network-callout p:not(.baro-kicker) {
	margin: 8px 0 0;
	color: var(--baro-muted);
}

.baro-network-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.baro-network-links a {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	padding: 0 16px;
	color: #fff;
	background: var(--baro-red);
	border-radius: 6px;
	font-weight: 900;
}

.baro-network-links a:hover {
	background: var(--baro-red-dark);
}

.baro-proof-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.baro-proof-card {
	min-height: 210px;
	background: #fff;
	border: 1px solid var(--baro-line);
	border-radius: var(--baro-radius);
	padding: 24px;
	box-shadow: 0 18px 45px rgba(15, 23, 36, .06);
}

.baro-proof-card span {
	display: inline-flex;
	margin-bottom: 18px;
	color: var(--baro-red);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.baro-proof-card h3 {
	margin: 0;
	color: var(--baro-ink);
	font-size: 23px;
	line-height: 1.12;
	font-weight: 900;
}

.baro-proof-card p {
	margin: 14px 0 0;
	color: var(--baro-muted);
	font-size: 16px;
}

.baro-map-grid {
	display: grid;
	grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
	gap: 38px;
	align-items: stretch;
}

.baro-map-copy {
	align-self: center;
}

.baro-map-copy h2 {
	margin: 0;
	color: var(--baro-ink);
	font-size: clamp(31px, 4vw, 48px);
	line-height: 1.06;
	font-weight: 900;
}

.baro-map-copy p {
	margin: 14px 0 0;
	color: var(--baro-muted);
	font-size: 17px;
}

.baro-area-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 18px;
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.baro-area-list li {
	padding: 11px 0;
	border-bottom: 1px solid var(--baro-line);
	color: var(--baro-ink);
	font-weight: 800;
}

.baro-map-card {
	min-height: 390px;
	overflow: hidden;
	border: 1px solid var(--baro-line);
	border-radius: var(--baro-radius);
	background: #e8edf3;
	box-shadow: 0 22px 60px rgba(15, 23, 36, .12);
}

.baro-map-card iframe {
	display: block;
	width: 100%;
	min-height: 390px;
	height: 100%;
	border: 0;
}

.baro-bottom-cta {
	padding: 84px 0;
	color: #fff;
	background: var(--baro-red);
}

.baro-bottom-cta-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 30px;
	align-items: center;
}

.baro-bottom-cta h2 {
	margin: 0;
	font-size: clamp(31px, 4vw, 50px);
	line-height: 1.05;
}

.baro-bottom-cta p {
	margin: 14px 0 0;
	color: rgba(255, 255, 255, .84);
	font-size: 17px;
}

.baro-bottom-cta .baro-btn {
	color: var(--baro-red);
	background: #fff;
	box-shadow: none;
}

.baro-bottom-cta .baro-btn:hover {
	color: #fff;
	background: var(--baro-dark);
}

.baro-footer {
	padding: 32px 0;
	border-top: 1px solid var(--baro-line);
	color: var(--baro-muted);
	background: #fff;
	font-size: 14px;
}

.baro-footer-grid {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr 1fr;
	gap: 28px;
}

.baro-footer strong {
	display: block;
	margin-bottom: 10px;
	color: var(--baro-ink);
	font-size: 15px;
}

.baro-footer p {
	margin: 0;
	max-width: 330px;
	line-height: 1.5;
}

.baro-footer a {
	display: block;
	margin-top: 8px;
	color: var(--baro-muted);
}

.baro-footer a:hover {
	color: var(--baro-red);
}

.baro-footer-bottom {
	display: flex;
	justify-content: space-between;
	gap: 18px;
	flex-wrap: wrap;
	margin-top: 28px;
	padding-top: 18px;
	border-top: 1px solid var(--baro-line);
}

.baro-floating-call {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 80;
	display: inline-flex;
	width: 72px;
	height: 72px;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: var(--baro-red);
	border-radius: 50%;
	font-weight: 900;
	box-shadow: 0 22px 55px rgba(246, 4, 51, .38), 0 0 0 0 rgba(246, 4, 51, .38);
	animation: baro-call-pulse 2.2s ease-out infinite;
}

.baro-floating-call svg {
	width: 31px;
	height: 31px;
}

.baro-floating-call-label {
	position: absolute;
	top: 50%;
	right: 86px;
	transform: translate(8px, -50%);
	opacity: 0;
	pointer-events: none;
	white-space: nowrap;
	padding: 10px 12px;
	color: #fff;
	background: var(--baro-dark);
	border-radius: 6px;
	font-size: 14px;
	line-height: 1;
	box-shadow: 0 14px 34px rgba(15, 23, 36, .24);
	transition: opacity .18s ease, transform .18s ease;
}

.baro-floating-call:hover,
.baro-floating-call:focus-visible {
	background: var(--baro-red-dark);
	transform: translateY(-2px);
}

.baro-floating-call:hover .baro-floating-call-label,
.baro-floating-call:focus-visible .baro-floating-call-label {
	opacity: 1;
	transform: translate(0, -50%);
}

.baro-mobile-cta {
	display: none;
}

.baro-basic-page {
	padding: 88px 0;
	background: var(--baro-soft);
}

.baro-basic-page .baro-content {
	max-width: 1100px;
	margin: 0 auto;
}

.baro-basic-page h1 {
	margin-top: 0;
	color: var(--baro-ink);
	font-size: clamp(36px, 5vw, 60px);
	line-height: 1.05;
}

.baro-rich-page {
	display: grid;
	gap: 28px;
}

.baro-rich-page .baro-page-hero {
	padding: 28px;
	background: linear-gradient(135deg, #fff, #f8fafc);
	border: 1px solid var(--baro-line);
	border-radius: var(--baro-radius);
}

.baro-rich-page .baro-kicker {
	margin: 0 0 10px;
	color: var(--baro-muted);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: .18em;
	text-transform: uppercase;
}

.baro-rich-page h2 {
	margin: 0 0 14px;
	max-width: 860px;
	color: var(--baro-ink);
	font-size: clamp(32px, 4.4vw, 54px);
	line-height: 1.04;
}

.baro-rich-page h3 {
	margin: 0 0 14px;
	color: var(--baro-ink);
	font-size: clamp(24px, 3vw, 34px);
	line-height: 1.12;
}

.baro-rich-page h4 {
	margin: 0 0 10px;
	color: var(--baro-ink);
	font-size: 18px;
	line-height: 1.22;
}

.baro-rich-page p {
	margin: 0 0 16px;
	color: var(--baro-muted);
	font-size: 17px;
	line-height: 1.65;
}

.baro-page-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.baro-page-card {
	min-height: 180px;
	padding: 22px;
	background: #fff;
	border: 1px solid var(--baro-line);
	border-radius: var(--baro-radius);
	box-shadow: 0 18px 45px rgba(15, 23, 42, .06);
}

.baro-page-card p {
	font-size: 15px;
	line-height: 1.55;
}

.baro-page-card a,
.baro-rich-page a {
	color: var(--baro-red);
	font-weight: 900;
}

.baro-page-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 24px;
	padding-left: 18px;
}

.baro-page-list li,
.baro-page-card li {
	margin: 8px 0;
	color: var(--baro-text);
}

.baro-inline-cta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	margin-top: 18px;
	padding: 18px;
	color: #fff;
	background: var(--baro-dark);
	border-radius: var(--baro-radius);
}

.baro-inline-cta strong {
	margin-right: auto;
	font-size: 18px;
}

.baro-inline-cta a {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	padding: 0 18px;
	color: #fff;
	background: var(--baro-red);
	border-radius: 6px;
	font-weight: 900;
}

.baro-inline-cta a + a {
	color: #fff;
	background: rgba(255, 255, 255, .12);
	border: 1px solid rgba(255, 255, 255, .24);
}

.baro-service-directory {
	align-items: stretch;
}

.baro-link-list {
	display: grid;
	gap: 0;
}

.baro-link-list a {
	display: block;
	padding: 10px 0;
	color: var(--baro-ink);
	border-bottom: 1px solid var(--baro-line);
	font-size: 14px;
	line-height: 1.3;
}

.baro-link-list a:hover {
	color: var(--baro-red);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
summary:focus-visible {
	outline: 3px solid rgba(110, 190, 232, .92);
	outline-offset: 3px;
}

@keyframes baro-call-pulse {
	0% {
		box-shadow: 0 22px 55px rgba(246, 4, 51, .38), 0 0 0 0 rgba(246, 4, 51, .38);
	}
	72% {
		box-shadow: 0 22px 55px rgba(246, 4, 51, .38), 0 0 0 18px rgba(246, 4, 51, 0);
	}
	100% {
		box-shadow: 0 22px 55px rgba(246, 4, 51, .38), 0 0 0 0 rgba(246, 4, 51, 0);
	}
}

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

	.baro-floating-call {
		animation: none;
	}
}

@media (max-width: 1020px) {
	.baro-nav {
		grid-template-columns: minmax(0, 1fr) auto auto;
		min-height: 70px;
		gap: 16px;
		justify-items: stretch;
		padding: 10px 20px;
	}

	.baro-menu-toggle {
		display: inline-flex;
	}

	.baro-nav-panel {
		display: none;
		grid-column: 1 / -1;
		order: 4;
	}

	.baro-nav.baro-nav-open .baro-nav-panel {
		display: block;
	}

	.baro-nav-links {
		display: grid;
		gap: 6px;
		align-items: stretch;
		padding: 12px 0 6px;
		white-space: normal;
	}

	.baro-nav-links > a,
	.baro-services-trigger {
		padding: 12px 14px;
		color: #fff;
		background: rgba(255, 255, 255, .08);
		border: 1px solid rgba(255, 255, 255, .12);
		border-radius: 6px;
	}

	.baro-services-dropdown {
		display: none;
		position: static;
		width: 100%;
		max-height: 52vh;
		grid-template-columns: 1fr;
		margin-top: 8px;
		padding: 12px;
		opacity: 1;
		pointer-events: auto;
		transform: none;
	}

	.baro-services-menu::after {
		display: none !important;
	}

	.baro-services-menu.baro-services-open .baro-services-dropdown,
	.baro-services-menu:focus-within .baro-services-dropdown {
		display: grid;
		transform: none;
	}

	.baro-hero-inner,
	.baro-equipment,
	.baro-dark-grid,
	.baro-map-grid,
	.baro-bottom-cta-grid {
		grid-template-columns: 1fr;
	}

	.baro-hero-inner {
		gap: 38px;
		padding-top: 56px;
	}

	.baro-lead-panel {
		max-width: 470px;
		padding-top: 0;
	}

	.baro-trustbar-grid,
	.baro-warning-grid,
	.baro-standard-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.baro-service-grid,
	.baro-proof-grid {
		grid-template-columns: 1fr 1fr;
	}

	.baro-page-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.baro-content-wide .baro-page-grid,
	.baro-content-wide .wp-block-columns {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.baro-service-detail-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.baro-page-list {
		grid-template-columns: 1fr;
	}

	.baro-tab-panel {
		grid-template-columns: 1fr;
	}

	.baro-tab-visual {
		position: static;
	}

	.baro-repair-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.baro-network-callout,
	.baro-footer-grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 680px) {
	body {
		padding-bottom: 78px;
	}

	.baro-wrap,
	.baro-hero-inner,
	.baro-trustbar-grid {
		width: min(100% - 28px, var(--baro-max));
	}

	.baro-hero {
		min-height: auto;
		padding-top: 64px;
	}

	.baro-nav {
		grid-template-columns: minmax(0, 1fr) auto auto;
		min-height: 64px;
		gap: 8px;
		padding: 9px 12px;
	}

	.baro-brand {
		min-height: 46px;
		min-width: 0;
		width: 100%;
		padding: 0 12px;
		justify-self: stretch;
		font-size: 16px;
		white-space: nowrap;
	}

	.baro-nav-call {
		min-height: 46px;
		padding: 0 12px;
		justify-self: end;
		font-size: 13px;
		white-space: nowrap;
	}

	.baro-call-full {
		display: none;
	}

	.baro-call-compact {
		display: inline;
	}

	.baro-menu-toggle {
		width: 46px;
		height: 46px;
	}

	.baro-btn {
		width: 100%;
	}

	.baro-hero-inner {
		padding: 34px 0 44px;
	}

	.baro-hero-copy {
		padding-top: 0;
	}

	.baro-hero h1 {
		max-width: none;
		font-size: clamp(40px, 11vw, 56px);
		line-height: 1.04;
	}

	.baro-hero-lede {
		font-size: 16px;
		line-height: 1.5;
	}

	.baro-hero-actions {
		align-items: stretch;
	}

	.baro-benefits,
	.baro-hero-meta,
	.baro-trustbar-grid,
	.baro-warning-grid,
		.baro-standard-grid,
		.baro-service-grid,
		.baro-proof-grid,
		.baro-page-grid,
		.baro-content-wide .baro-page-grid,
		.baro-content-wide .wp-block-columns,
		.baro-service-detail-grid,
		.baro-repair-list,
		.baro-network-callout,
		.baro-footer-grid,
	.baro-area-list {
		grid-template-columns: 1fr;
	}

	.baro-tab-labels {
		justify-content: flex-start;
		padding: 12px 12px 0;
	}

	.baro-tab-labels label {
		min-height: 48px;
		padding: 0 13px;
		font-size: 14px;
	}

	.baro-tab-panels {
		min-height: 0;
	}

	.baro-tab-panel {
		padding: 26px 18px;
	}

	.baro-tab-title h3 {
		font-size: 22px;
	}

	.baro-tab-visual img {
		aspect-ratio: 16 / 10;
	}

	.baro-network-links {
		display: grid;
	}

	.baro-footer-bottom {
		display: grid;
	}

	.baro-lead-panel {
		max-width: none;
	}

	.baro-form-body {
		padding: 24px 22px 28px;
	}

	.baro-section,
	.baro-dark-band,
	.baro-bottom-cta,
	.baro-basic-page {
		padding: 62px 0;
	}

	.baro-basic-page .baro-content,
	.baro-rich-page .baro-page-hero,
	.baro-page-card,
	.baro-service-detail-panel {
		padding: 18px;
	}

	.baro-rich-page h2 {
		font-size: clamp(30px, 10vw, 42px);
	}

	.baro-inline-cta {
		align-items: stretch;
	}

	.baro-inline-cta strong,
	.baro-inline-cta a {
		width: 100%;
	}

	.baro-equipment-image {
		padding: 12px;
	}

	.baro-map-card,
	.baro-map-card iframe {
		min-height: 330px;
	}

	.baro-floating-call {
		display: none;
	}

	.baro-floating-call-label {
		display: none;
	}

	.baro-mobile-cta {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1100;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
		padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
		background: rgba(15, 23, 36, .96);
		border-top: 1px solid rgba(255, 255, 255, .14);
		box-shadow: 0 -18px 45px rgba(4, 9, 18, .22);
		-webkit-backdrop-filter: blur(14px);
		backdrop-filter: blur(14px);
	}

	.baro-mobile-cta a {
		min-height: 52px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		border-radius: 6px;
		color: #fff;
		font-size: 15px;
		font-weight: 900;
	}

	.baro-mobile-cta-call {
		background: var(--baro-red);
	}

	.baro-mobile-cta-request {
		background: rgba(255, 255, 255, .12);
		border: 1px solid rgba(255, 255, 255, .22);
	}
}
