/* =========================================================================
   Fleet UI: announce bar + hero + booking embed (Monogram)
   ========================================================================= */
.rf-announce {
	max-width: 100%;
}

.rf-announce__inner {
	flex-wrap: nowrap;
	min-width: 0;
	max-width: 100%;
}

.rf-announce__copy {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.45rem 1.25rem;
	flex: 1 1 auto;
	min-width: 0;
}

.rf-announce__phone {
	display: none;
	flex-shrink: 0;
}

.rf-announce__note {
	color: rgba(255, 255, 255, 0.88);
	white-space: normal;
	overflow: hidden;
}

/* Custom WP logo is 990×145 — constrain so header cannot overflow on resize. */
.rf-header .rf-brand__logo {
	display: block;
	min-width: 0;
	max-width: min(220px, 42vw);
}

.rf-header .rf-brand__logo img,
.rf-header .custom-logo {
	display: block;
	max-height: 46px;
	width: auto;
	max-width: 100%;
	height: auto;
	object-fit: contain;
	object-position: left center;
}

.rf-hero--campaign .rf-hero__trust,
.rf-hero__trust {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 0.75rem;
}

.rf-hero--campaign .rf-hero__trust li,
.rf-hero__trust li {
	position: relative;
	display: flex;
	align-items: center;
	flex: 1 1 10.5rem;
	max-width: 16rem;
	min-height: 3.25rem;
	padding: 0.7rem 0.9rem 0.7rem 1.15rem;
	background: rgba(0, 0, 0, 0.52);
	border: 1px solid rgba(255, 255, 255, 0.2);
	box-shadow: inset 3px 0 0 var(--rf-primary);
	color: #fff;
}

.rf-hero--campaign .rf-hero__trust li::before,
.rf-hero__trust li::before {
	content: none;
}

.rf-hero--campaign .rf-hero__trust-ico,
.rf-hero__trust-ico {
	display: none !important;
}

/* Form-first hero: photo + veil + copy rail + booking iframe card. */
.rf-hero--with-form {
	overflow: hidden;
}

.rf-hero__photo {
	position: absolute;
	inset: 0;
	z-index: 0;
	background: var(--rf-hero-image) center right / cover no-repeat;
	pointer-events: none;
}

.rf-hero__veil {
	position: absolute;
	inset: 0;
	z-index: 0;
	background: linear-gradient(
		90deg,
		rgba(250, 250, 248, 0.96) 0%,
		rgba(250, 250, 248, 0.82) 42%,
		rgba(250, 250, 248, 0.35) 72%,
		rgba(250, 250, 248, 0.12) 100%
	);
	pointer-events: none;
}

.rf-hero--with-form .rf-hero__inner {
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 26.5rem);
	gap: clamp(1.25rem, 3.5vw, 2.75rem);
	align-items: center;
	min-width: 0;
}

.rf-hero__rail,
.rf-hero__copy {
	min-width: 0;
	max-width: 38rem;
}

.rf-hero__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	margin: 0 0 1rem;
	font-size: 0.85rem;
	font-weight: 600;
	color: var(--rf-ink-2);
}

.rf-hero__eyebrow .rf-icon {
	width: 1.1em;
	height: 1.1em;
	color: var(--rf-primary);
}

.rf-hero__card--embed {
	min-width: 0;
	max-width: 100%;
	padding: 0;
	overflow: hidden;
}

.rf-booking-embed {
	width: 100%;
	max-width: 100%;
	margin: 0;
	overflow: hidden;
	background: #fff;
}

.rf-booking-embed__frame,
iframe.schedule.rf-booking-embed__frame {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 860px;
	min-height: 860px;
	border: 0;
	box-sizing: border-box;
}

.rf-hero--with-form .rf-hero__card--embed .rf-booking-embed,
.rf-panel .rf-booking-embed,
.rf-contact-panel .rf-booking-embed,
.rf-modal__body .rf-booking-embed {
	height: 728px;
	overflow: hidden;
}

.rf-hero--with-form .rf-hero__card--embed .rf-booking-embed__frame,
.rf-panel .rf-booking-embed__frame,
.rf-contact-panel .rf-booking-embed__frame,
.rf-modal__body .rf-booking-embed__frame {
	height: 860px;
	min-height: 860px;
}

/* Homepage #contact: do not clip the ProLead first step / Continue control. */
.rf-contact__form .rf-booking-embed,
#contact #booking .rf-booking-embed {
	height: auto;
	min-height: 960px;
	overflow: visible;
}

.rf-contact__form .rf-booking-embed__frame,
#contact #booking .rf-booking-embed__frame,
#contact iframe.schedule.rf-booking-embed__frame {
	height: 960px;
	min-height: 960px;
}

@media (max-width: 900px) {
	.rf-announce__inner {
		justify-content: flex-start;
		padding-block: 0.5rem;
	}

	.rf-announce__copy {
		display: none;
	}

	.rf-announce__phone {
		display: flex;
		justify-content: flex-end;
		width: auto;
		margin-left: auto;
		flex: 0 0 auto;
	}

	.rf-nav-toggle.rf-announce__toggle {
		display: inline-flex;
		flex-shrink: 0;
	}

	.rf-header .rf-brand__logo {
		max-width: min(160px, 42vw);
	}

	.rf-hero--campaign .rf-hero__trust,
	.rf-hero__trust {
		flex-direction: column;
		gap: 0.55rem;
		font-size: 0.9375rem;
	}

	.rf-hero--campaign .rf-hero__trust li,
	.rf-hero__trust li {
		flex: 1 1 auto;
		max-width: none;
		width: 100%;
		min-height: 2.75rem;
		padding: 0.65rem 0.85rem 0.65rem 1.1rem;
	}

	.rf-hero--with-form .rf-hero__inner {
		grid-template-columns: minmax(0, 1fr);
		min-height: auto;
	}

	.rf-hero__rail,
	.rf-hero__copy {
		max-width: none;
	}

	.rf-hero__veil {
		background: linear-gradient(
			180deg,
			rgba(250, 250, 248, 0.94) 0%,
			rgba(250, 250, 248, 0.78) 55%,
			rgba(250, 250, 248, 0.92) 100%
		);
	}

	.rf-hero__photo {
		background-position: center;
	}
}

@media (max-width: 420px) {
	.rf-header .rf-brand__logo {
		max-width: min(138px, 48vw);
	}
}

/* Drawer stacking — header stays above overlay (see main.css). */
.rf-drawer {
	z-index: 400;
}

.rf-drawer__overlay {
	z-index: 0;
}

.rf-drawer__panel {
	z-index: 1;
	background: #fff;
}

/* =========================================================================
   Homepage card lists (process + approach)
   Native <ol> markers, 4-col process grid, and 1fr/auto approach tracks
   come from main.css / UA styles. This file loads last — lock the layout.
   ========================================================================= */
ol.rf-process__grid,
ol.rf-transform {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
}

ol.rf-process__grid > li,
ol.rf-transform > li,
li.rf-pcard,
li.rf-transform__card {
	list-style: none;
	min-width: 0;
}

ol.rf-process__grid > li::marker,
ol.rf-transform > li::marker,
li.rf-pcard::marker,
li.rf-transform__card::marker {
	content: none;
}

ol.rf-process__grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.5rem;
}

ol.rf-transform {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: stretch;
	gap: 1rem;
}

.rf-pcard {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	min-width: 0;
}

.rf-pcard__top {
	justify-content: center;
}

.rf-pcard__title,
.rf-pcard__text {
	width: 100%;
	text-align: center;
	margin-inline: auto;
}

.rf-pcard::after {
	left: 0;
	right: 0;
	margin-inline: auto;
}

@media (max-width: 1080px) {
	ol.rf-process__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 1024px) {
	ol.rf-transform { grid-template-columns: minmax(0, 1fr); }
}

@media (max-width: 560px) {
	ol.rf-process__grid { grid-template-columns: minmax(0, 1fr); }
}

/* =========================================================================
   Services cards — lock 5×2 (fleet loads last; kill leftover 8-col offsets)
   ========================================================================= */
.rf-appliances-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 1.5rem;
}

.rf-appliances-grid > *,
.rf-appliances-grid > :nth-child(n) {
	grid-column: auto;
	min-width: 0;
}

@media (max-width: 1080px) {
	.rf-appliances-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
	.rf-appliances-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 560px) {
	.rf-appliances-grid { grid-template-columns: minmax(0, 1fr); }
}

/* =========================================================================
   Homepage contact: copy + NAP left, ProLead iframe right
   ========================================================================= */
#contact .rf-contact__layout {
	overflow-x: clip;
}

.rf-contact__layout {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.18fr);
	gap: clamp(1.75rem, 4vw, 3rem);
	align-items: start;
	min-width: 0;
}

.rf-contact__intro,
.rf-contact__form,
.rf-contact__form-shell {
	min-width: 0;
	max-width: 100%;
}

.rf-contact__intro .rf-heading {
	max-width: none;
	margin-bottom: 1.5rem;
}

.rf-contact__nap .rf-nap {
	gap: 0.85rem;
}

.rf-contact__form-shell {
	overflow: visible;
}

@media (max-width: 900px) {
	.rf-contact__layout {
		grid-template-columns: minmax(0, 1fr);
	}

	.rf-contact__form .rf-booking-embed,
	#contact #booking .rf-booking-embed {
		min-height: 960px;
	}
}
