/* Limosa Home — bright modern AC-repair landing */
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;500;600;700&family=Outfit:wght@600;700;800&display=swap');

.lh {
	--ink: #12324a;
	--muted: #4d6b80;
	--line: #d7e8f4;
	--sky: #eef7fc;
	--paper: #ffffff;
	--blue: #1f8fd8;
	--blue-deep: #1470ad;
	--mint: #19b7a6;
	--shadow: 0 18px 40px rgba(18, 86, 130, 0.1);
	--display: 'Outfit', 'Be Vietnam Pro', sans-serif;
	--body: 'Be Vietnam Pro', system-ui, sans-serif;
	--ease: cubic-bezier(0.22, 1, 0.36, 1);
	--wrap: min(1120px, calc(100% - 2rem));

	font-family: var(--body);
	color: var(--ink);
	background:
		radial-gradient(900px 420px at 0% 0%, #dff2ff 0%, transparent 55%),
		radial-gradient(700px 380px at 100% 10%, #e5fbf7 0%, transparent 50%),
		linear-gradient(180deg, #f7fbfe 0%, #ffffff 40%, #f3f9fd 100%);
	overflow: clip;
}

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

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

.lh-wrap { width: var(--wrap); margin-inline: auto; }

.lh-eyebrow {
	margin: 0 0 0.55rem;
	font-family: var(--display);
	font-size: 0.84rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--blue-deep);
}

.lh-eyebrow--light { color: rgba(255,255,255,0.85); }

.lh-title {
	margin: 0 0 1rem;
	font-family: var(--display);
	font-size: clamp(2rem, 5vw, 3.35rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.08;
	color: var(--ink);
	max-width: 16ch;
}

.lh-h2 {
	margin: 0 0 0.65rem;
	font-family: var(--display);
	font-size: clamp(1.55rem, 3.4vw, 2.25rem);
	font-weight: 800;
	letter-spacing: -0.025em;
	line-height: 1.15;
	color: var(--ink);
}

.lh-h2--light { color: #fff; }

.lh-lead,
.lh-sub {
	margin: 0;
	color: var(--muted);
	line-height: 1.65;
	font-size: 1.05rem;
	max-width: 40rem;
}

.lh-head { margin-bottom: 1.75rem; }

.lh-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3.05rem;
	padding: 0.8rem 1.35rem;
	border-radius: 999px;
	font-family: var(--display);
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: -0.01em;
	transition: transform 0.3s var(--ease), box-shadow 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.lh-btn:hover,
.lh-btn:focus-visible { transform: translateY(-2px); }

.lh-btn--primary {
	background: linear-gradient(120deg, var(--blue), var(--blue-deep));
	color: #fff;
	box-shadow: 0 14px 28px rgba(31, 143, 216, 0.3);
}

.lh-btn--soft {
	background: #fff;
	color: var(--blue-deep);
	border: 1px solid var(--line);
}

.lh-btn--light {
	background: #fff;
	color: var(--blue-deep);
	box-shadow: var(--shadow);
}

.lh-btn--outline {
	border: 1px solid rgba(255,255,255,0.55);
	color: #fff;
	background: rgba(255,255,255,0.08);
}

/* Hero */
.lh-hero {
	padding: clamp(2.5rem, 6vw, 4rem) 0 clamp(2rem, 4vw, 3rem);
}

.lh-hero__grid {
	width: var(--wrap);
	margin-inline: auto;
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: clamp(1.5rem, 4vw, 2.75rem);
	align-items: center;
}

.lh-hero__copy {
	opacity: 0;
	animation: lh-in 0.8s var(--ease) 0.05s forwards;
}

.lh-hero__cta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin: 1.35rem 0 1.25rem;
}

.lh-pills {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.lh-pills li {
	padding: 0.4rem 0.75rem;
	border-radius: 999px;
	background: rgba(31, 143, 216, 0.1);
	color: var(--blue-deep);
	font-size: 0.82rem;
	font-weight: 600;
}

.lh-hero__media {
	margin: 0;
	position: relative;
	border-radius: 1.35rem;
	overflow: hidden;
	box-shadow: var(--shadow);
	aspect-ratio: 4 / 3;
	opacity: 0;
	animation: lh-in 0.9s var(--ease) 0.15s forwards;
}

.lh-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.lh-hero__media figcaption {
	position: absolute;
	left: 0.9rem;
	right: 0.9rem;
	bottom: 0.9rem;
	padding: 0.65rem 0.85rem;
	border-radius: 0.75rem;
	background: rgba(255,255,255,0.92);
	backdrop-filter: blur(8px);
	font-size: 0.85rem;
	font-weight: 600;
	color: var(--ink);
}

/* Services */
.lh-services { padding: clamp(2.5rem, 5vw, 4rem) 0; }

.lh-services__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
}

.lh-service {
	display: grid;
	grid-template-rows: auto 1fr;
	background: var(--paper);
	border: 1px solid var(--line);
	border-radius: 1.15rem;
	overflow: hidden;
	box-shadow: 0 10px 24px rgba(18, 86, 130, 0.05);
	transition: transform 0.35s var(--ease), box-shadow 0.35s ease, border-color 0.35s ease;
}

.lh-service:hover,
.lh-service:focus-visible {
	transform: translateY(-4px);
	border-color: rgba(31, 143, 216, 0.45);
	box-shadow: var(--shadow);
}

.lh-service__media {
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: var(--sky);
}

.lh-service__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s var(--ease);
}

.lh-service:hover .lh-service__media img {
	transform: scale(1.05);
}

.lh-service__body {
	display: grid;
	gap: 0.45rem;
	padding: 1.05rem 1.1rem 1.2rem;
}

.lh-service__body strong {
	font-family: var(--display);
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: -0.02em;
}

.lh-service__body span {
	color: var(--muted);
	font-size: 0.94rem;
	line-height: 1.5;
}

.lh-service__body em {
	font-style: normal;
	font-weight: 700;
	font-size: 0.88rem;
	color: var(--blue-deep);
}

/* Why */
.lh-why {
	padding: clamp(2rem, 4vw, 3rem) 0;
}

.lh-why__inner {
	padding: clamp(1.5rem, 3vw, 2.25rem);
	border-radius: 1.4rem;
	background: linear-gradient(145deg, #ffffff 0%, #eaf6fd 100%);
	border: 1px solid var(--line);
}

.lh-why__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
}

.lh-why__list li {
	display: grid;
	gap: 0.35rem;
	padding: 1rem;
	border-radius: 1rem;
	background: rgba(255,255,255,0.8);
	border: 1px solid rgba(215, 232, 244, 0.9);
}

.lh-why__list strong {
	font-family: var(--display);
	font-size: 1.2rem;
	font-weight: 800;
	letter-spacing: -0.02em;
	color: var(--blue-deep);
}

.lh-why__list span {
	color: var(--muted);
	line-height: 1.5;
	font-size: 0.95rem;
}

/* Process */
.lh-process {
	padding: clamp(2.5rem, 5vw, 3.5rem) 0;
}

.lh-process__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0.85rem;
}

.lh-process__list li {
	display: grid;
	gap: 0.3rem;
	padding: 1.15rem 1rem;
	border-radius: 1.1rem;
	background: #fff;
	border: 1px solid var(--line);
	opacity: 0;
	transform: translateY(16px);
}

.lh-process__list li.is-in {
	opacity: 1;
	transform: none;
	transition: opacity 0.65s var(--ease), transform 0.65s var(--ease);
}

.lh-process__n {
	font-family: var(--display);
	font-size: 1.4rem;
	font-weight: 800;
	color: var(--mint);
	line-height: 1;
}

.lh-process__list strong {
	font-family: var(--display);
	font-size: 1.15rem;
	font-weight: 800;
	letter-spacing: -0.02em;
}

.lh-process__list span {
	color: var(--muted);
	font-size: 0.9rem;
	line-height: 1.45;
}

/* Gallery */
.lh-gallery { padding: clamp(2rem, 4vw, 3.25rem) 0; }

.lh-gallery__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0.75rem;
}

.lh-gallery__item {
	margin: 0;
	aspect-ratio: 4 / 3;
	border-radius: 1rem;
	overflow: hidden;
	border: 1px solid var(--line);
	background: var(--sky);
}

.lh-gallery__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.55s var(--ease);
}

.lh-gallery__item:hover img { transform: scale(1.04); }

/* Reviews */
.lh-reviews { padding: clamp(2rem, 4vw, 3rem) 0; }

.lh-reviews__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0.85rem;
}

.lh-review {
	margin: 0;
	padding: 1.2rem 1.15rem;
	border-radius: 1.1rem;
	background: #fff;
	border: 1px solid var(--line);
}

.lh-review p {
	margin: 0 0 0.85rem;
	color: var(--ink);
	line-height: 1.55;
	font-size: 0.98rem;
}

.lh-review footer {
	font-family: var(--display);
	font-weight: 800;
	color: var(--blue-deep);
	letter-spacing: -0.01em;
}

/* CTA */
.lh-cta {
	padding: 0 0 clamp(3rem, 6vw, 4.5rem);
}

.lh-cta__box {
	padding: clamp(2rem, 4vw, 3rem);
	border-radius: 1.5rem;
	background:
		radial-gradient(500px 220px at 90% 10%, rgba(255,255,255,0.2), transparent 60%),
		linear-gradient(125deg, #1f8fd8 0%, #1470ad 55%, #0f8f9c 120%);
	color: #fff;
	box-shadow: 0 22px 48px rgba(20, 112, 173, 0.28);
}

.lh-cta__text {
	margin: 0 0 1.25rem;
	color: rgba(255,255,255,0.9);
	max-width: 36rem;
	line-height: 1.55;
}

@keyframes lh-in {
	from { opacity: 0; transform: translateY(18px); }
	to { opacity: 1; transform: none; }
}

@media (prefers-reduced-motion: reduce) {
	.lh-hero__copy,
	.lh-hero__media,
	.lh-process__list li {
		animation: none !important;
		opacity: 1;
		transform: none;
	}
}

@media (max-width: 960px) {
	.lh-hero__grid,
	.lh-services__grid,
	.lh-why__list,
	.lh-reviews__grid {
		grid-template-columns: 1fr 1fr;
	}

	.lh-process__list,
	.lh-gallery__grid {
		grid-template-columns: 1fr 1fr;
	}

	.lh-title { max-width: none; }
}

@media (max-width: 640px) {
	.lh-hero__grid,
	.lh-services__grid,
	.lh-why__list,
	.lh-process__list,
	.lh-gallery__grid,
	.lh-reviews__grid {
		grid-template-columns: 1fr;
	}

	.lh-hero__cta { flex-direction: column; }
	.lh-btn { width: 100%; }
}

body.limosa-home-page #wrapper { overflow-x: clip; }
body.limosa-home-page .page-title,
body.limosa-home-page .page-header,
body.limosa-home-page .entry-header { display: none !important; }
body.limosa-home-page #main,
body.limosa-home-page .page-wrapper,
body.limosa-home-page .content-area {
	background: transparent;
}
