/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/* === RozumVent homepage styles start === */
body.home .wd-page-title,
body.page-id-4695 .wd-page-title {
	display: none !important;
}

body.home .main-page-wrapper,
body.page-id-4695 .main-page-wrapper {
	padding-top: 0;
}

body.home .wd-content-layout,
body.page-id-4695 .wd-content-layout {
	max-width: none;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
}

body.home .wd-content-area,
body.page-id-4695 .wd-content-area {
	--wd-col-lg: 12 !important;
	width: 100%;
	max-width: 100%;
	flex: 0 0 100%;
	grid-column: 1 / -1 !important;
	padding-right: 0;
	padding-left: 0;
}

body.home .wd-sidebar,
body.page-id-4695 .wd-sidebar {
	display: none !important;
}

body.home .site-content,
body.page-id-4695 .site-content,
body.home .entry-content,
body.page-id-4695 .entry-content {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

body.home .entry-content > .wp-block-html,
body.page-id-4695 .entry-content > .wp-block-html {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.entry-content > section.rv-home,
.entry-content > .wp-block-html > section.rv-home {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.rv-home {
	--rv-ink: #17253a;
	--rv-muted: #5f6f7f;
	--rv-line: #d8e1ec;
	--rv-soft: #f4f7fb;
	--rv-paper: #ffffff;
	--rv-blue: #1C4271;
	--rv-blue-dark: #123154;
	--rv-blue-soft: #e8eff7;
	--rv-red: #C9212E;
	--rv-red-dark: #9f1a24;
	--rv-red-soft: #fae7e9;
	--rv-shadow: 0 14px 36px rgba(28, 66, 113, 0.12);
	color: var(--rv-ink);
	background: var(--rv-paper);
}

section.rv-home {
	overflow: hidden;
	margin: 0 !important;
	padding: 40px 16px;
}

section.rv-home.rv-home__hero {
	grid-template-columns: minmax(0, 1fr);
	grid-template-rows: minmax(0, 1fr) auto;
	min-height: calc(100vh - var(--rv-home-header-height, 0px));
	min-height: calc(100dvh - var(--rv-home-header-height, 0px));
	padding: 0 !important;
}

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

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

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

.rv-home__section-inner {
	width: min(100%, 1360px);
	margin: 0 auto;
}

.rv-home__section-inner--wide {
	width: min(100%, 1500px);
}

.rv-home__section-head--split {
	display: grid;
	gap: 18px;
	align-items: end;
	max-width: none;
}

.rv-home__section-head--split > div {
	max-width: 760px;
}

.rv-home__section-cta {
	min-width: 188px;
	color: #ffffff !important;
	background: var(--rv-blue);
	box-shadow: 0 12px 26px rgba(28, 66, 113, 0.18);
}

.rv-home__section-cta:hover {
	color: #ffffff !important;
	background: var(--rv-red-dark);
}

.rv-home__hero {
	display: grid;
	gap: 0;
	align-items: stretch;
	background: linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%);
}

.rv-home__hero-main {
	display: grid;
	width: 100%;
	max-width: 100%;
	min-height: 0;
	min-width: 0;
	gap: 18px;
	align-items: stretch;
	padding: 40px 16px 28px;
}

.rv-home__hero-copy,
.rv-home__section-head,
.rv-home__compare-copy,
.rv-home__form-intro {
	max-width: 720px;
}

.rv-home__hero-copy {
	width: 100%;
	max-width: 760px;
	min-width: 0;
}

.rv-home__eyebrow {
	margin: 0 0 8px;
	color: var(--rv-red);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0;
}

.rv-home h1,
.rv-home h2,
.rv-home h3,
.rv-home p {
	margin-top: 0;
}

.rv-home h1 {
	margin-bottom: 14px;
	font-size: 34px;
	line-height: 1.06;
	letter-spacing: 0;
}

.rv-home h2 {
	margin-bottom: 12px;
	font-size: 26px;
	line-height: 1.14;
	letter-spacing: 0;
}

.rv-home h3 {
	margin-bottom: 8px;
	font-size: 18px;
	line-height: 1.2;
	letter-spacing: 0;
}

.rv-home__lead,
.rv-home__section-head p,
.rv-home__compare-copy p,
.rv-home__seo p,
.rv-home__faq p,
.rv-home__form-intro p {
	color: var(--rv-muted);
	font-size: 16px;
	line-height: 1.55;
}

.rv-home__hero-actions,
.rv-home__social-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}

.rv-home__button,
.rv-home__section-cta,
.rv-home__social-link,
.rv-home__link-row {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 44px;
	padding: 11px 16px;
	border: 1px solid transparent;
	border-radius: 8px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
}

.rv-home__button--primary {
	color: #ffffff !important;
	background: var(--rv-blue);
}

.rv-home__button--primary:hover {
	color: #ffffff !important;
	background: var(--rv-blue-dark);
}

.rv-home__button--secondary,
.rv-home__section-cta,
.rv-home__link-row {
	color: var(--rv-blue);
	background: var(--rv-blue-soft);
}

.rv-home__button--secondary:hover,
.rv-home__section-cta:hover,
.rv-home__link-row:hover {
	border-color: rgba(201, 33, 46, 0.28);
	color: var(--rv-red-dark);
	background: var(--rv-red-soft);
}

.rv-home__section-head.rv-home__section-head--split {
	max-width: none;
}

.rv-home__product-cta {
	color: #ffffff !important;
	background: var(--rv-blue);
}

.rv-home__product-cta:hover {
	color: #ffffff !important;
	background: var(--rv-red-dark);
}

.rv-home__button:focus-visible,
.rv-home__section-cta:focus-visible,
.rv-home__social-link:focus-visible,
.rv-home__link-row:focus-visible,
.rv-home__hero-card:focus-visible,
.rv-home__ticker-item:focus-visible,
.rv-home__service-card:focus-visible,
.rv-home__faq summary:focus-visible {
	outline: 3px solid rgba(201, 33, 46, 0.24);
	outline-offset: 2px;
}

.rv-home__hero-grid {
	display: grid;
	width: 100%;
	min-width: 0;
	gap: 12px;
}

.rv-home__hero-card {
	position: relative;
	display: flex;
	min-height: 210px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 8px;
	background: #e3e9f1;
	box-shadow: var(--rv-shadow);
	color: #ffffff !important;
	isolation: isolate;
	transition:
		border-color 220ms ease,
		box-shadow 220ms ease;
}

.rv-home__hero-card img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.001);
	transform-origin: center center;
	transition: transform 720ms cubic-bezier(0.18, 0.84, 0.22, 1), filter 720ms ease;
	will-change: transform;
}

.rv-home__hero-card::after {
	position: absolute;
	inset: 0;
	z-index: 0;
	content: "";
	background:
		linear-gradient(180deg, rgba(12, 27, 47, 0.02) 0%, rgba(12, 27, 47, 0.22) 42%, rgba(12, 27, 47, 0.82) 100%),
		linear-gradient(115deg, rgba(28, 66, 113, 0.68) 0%, rgba(28, 66, 113, 0.16) 46%, rgba(201, 33, 46, 0.1) 100%);
	transition: opacity 220ms ease;
}

.rv-home__hero-card::before {
	position: absolute;
	inset: 0;
	z-index: 1;
	content: "";
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0) 32%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
	opacity: 0;
	pointer-events: none;
	transition: opacity 220ms ease;
}

.rv-home__hero-card-body {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: 100%;
	min-height: 210px;
	padding: 18px;
	color: #ffffff;
}

.rv-home__hero-card-label {
	margin-bottom: 7px;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.1;
}

.rv-home__hero-card-text {
	max-width: 36em;
	font-size: 14px;
	line-height: 1.42;
}

.rv-home__hero-card-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: flex-start;
	min-height: 38px;
	margin-top: 14px;
	padding: 10px 15px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 8px;
	background: var(--rv-blue);
	box-shadow: 0 12px 28px rgba(5, 22, 42, 0.22);
	color: #ffffff !important;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.15;
	transition:
		background 180ms ease,
		border-color 180ms ease,
		box-shadow 180ms ease;
}

.rv-home__hero-card:hover {
	border-color: rgba(255, 255, 255, 0.46);
	box-shadow: 0 26px 58px rgba(18, 49, 84, 0.24);
}

.rv-home__hero-card:hover::before {
	opacity: 1;
}

.rv-home__hero-card:hover .rv-home__hero-card-link {
	border-color: rgba(255, 255, 255, 0.34);
	background: var(--rv-red-dark);
	box-shadow: 0 16px 34px rgba(201, 33, 46, 0.28);
}

@media (hover: hover) and (pointer: fine) {
	.rv-home__hero-card:hover img {
		transform: scale(1.038);
		filter: saturate(1.04) contrast(1.03);
	}
}

.rv-home__ticker {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	padding: 0 !important;
	background: var(--rv-blue-dark);
	color: #ffffff !important;
}

.rv-home__ticker-viewport {
	width: 100%;
	min-width: 0;
	overflow: hidden;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.rv-home__ticker-track {
	display: flex;
	width: max-content;
	animation: rvTickerScroll 34s linear infinite;
	will-change: transform;
}

.rv-home__ticker-viewport:hover .rv-home__ticker-track {
	animation-play-state: paused;
}

.rv-home__ticker-group {
	display: flex;
	align-items: center;
	gap: 48px;
	padding: 14px 48px 14px 0;
}

.rv-home__ticker-item {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: #ffffff !important;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
	white-space: nowrap;
	text-transform: uppercase;
}

.rv-home__ticker-item span {
	color: #ffffff !important;
}

.rv-home__ticker-mark {
	position: relative;
	display: inline-flex;
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	border: 2px solid rgba(255, 255, 255, 0.72);
	border-radius: 999px;
}

.rv-home__ticker-mark::after {
	position: absolute;
	inset: 4px;
	content: "";
	border-radius: inherit;
	background: var(--rv-red);
}

@keyframes rvTickerScroll {
	from {
		transform: translate3d(0, 0, 0);
	}

	to {
		transform: translate3d(-50%, 0, 0);
	}
}

.rv-home__service-grid,
.rv-home__compare-grid,
.rv-home__info-panel,
.rv-home__form-notes,
.rv-home__form-contact-grid {
	display: grid;
	gap: 12px;
}

.rv-home__service-grid--visual {
	gap: 16px;
}

.rv-home__service-card {
	position: relative;
	display: flex;
	min-height: 248px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 8px;
	background: var(--rv-blue-dark);
	box-shadow: var(--rv-shadow);
	color: #ffffff !important;
	isolation: isolate;
}

.rv-home__service-card img {
	position: absolute;
	inset: 0;
	z-index: -2;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 240ms ease;
}

.rv-home__service-card::after {
	position: absolute;
	inset: 0;
	z-index: -1;
	content: "";
	background:
		linear-gradient(180deg, rgba(18, 49, 84, 0.08), rgba(18, 49, 84, 0.72)),
		linear-gradient(90deg, rgba(18, 49, 84, 0.92), rgba(18, 49, 84, 0.18));
}

.rv-home__service-card:hover img {
	transform: scale(1.035);
}

.rv-home__service-card-body {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: 100%;
	min-height: 248px;
	padding: 22px;
}

.rv-home__service-card-kicker {
	width: fit-content;
	margin-bottom: 10px;
	padding: 5px 9px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.16);
	color: #ffffff;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
}

.rv-home__service-card-title {
	margin-bottom: 7px;
	color: #ffffff;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.12;
}

.rv-home__service-card small {
	max-width: 30em;
	color: rgba(255, 255, 255, 0.86);
	font-size: 14px;
	line-height: 1.38;
}

.rv-home__products {
	background: var(--rv-soft);
}

.rv-home__products--conditioners {
	box-shadow: inset 0 1px 0 rgba(28, 66, 113, 0.06);
}

.rv-home__products--recuperators {
	border-top: 1px solid rgba(28, 66, 113, 0.1);
	background: #ffffff;
}

.rv-home__product-list {
	margin-top: 24px;
}

.rv-home__product-cta {
	margin-top: 20px;
}

.rv-home__product-list ul.products {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px !important;
	margin: 0 !important;
}

.rv-home__product-list ul.products::before,
.rv-home__product-list ul.products::after {
	display: none !important;
}

.rv-home__product-list ul.products li.product {
	width: auto !important;
	max-width: none !important;
	margin: 0 !important;
}

.rv-home__link-row {
	margin-top: 18px;
}

.rv-home__split,
.rv-home__info-layout,
.rv-home__form-layout {
	display: grid;
	gap: 24px;
	align-items: center;
}

.rv-home__form-layout {
	align-items: start;
}

.rv-home__compare {
	border-top: 1px solid rgba(28, 66, 113, 0.08);
	background: #f6f9fc;
}

.rv-home__split--compare {
	align-items: stretch;
}

.rv-home__compare-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: none;
	padding: 22px;
	border: 1px solid var(--rv-line);
	border-radius: 8px;
	background: #ffffff;
}

.rv-home__compare-grid {
	margin-top: 8px;
}

.rv-home__compare-action {
	margin-top: 22px;
	align-self: flex-start;
}

.rv-home__compare-image,
.rv-home__info-image {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	border-radius: 8px;
	box-shadow: var(--rv-shadow);
}

.rv-home__split--compare .rv-home__compare-image {
	height: 100%;
	min-height: 360px;
	aspect-ratio: auto;
}

.rv-home__compare-item,
.rv-home__info-panel span,
.rv-home__form-card,
.rv-home__form-notes span,
.rv-home__form-contact-item {
	padding: 16px;
	border: 1px solid var(--rv-line);
	border-radius: 8px;
	background: var(--rv-paper);
}

.rv-home__services,
.rv-home__faq {
	background: #f8fafc;
}

/* ---------- Brand trust strip (marquee under hero) ----------
   Double class beats the base `.rv-home` vertical padding (54px) so the strip
   stays thin; the item height alone gives it breathing room. */
.rv-home.rv-home__brandstrip {
	padding-block: 0;
	padding-inline: 0;
	background: var(--rv-paper);
	border-top: 1px solid var(--rv-line);
	border-bottom: 1px solid var(--rv-line);
}

.rv-home__brandstrip-viewport {
	display: flex;
	width: 100%;
	overflow: hidden;
	/* Soft fade at both edges so items enter and leave without a hard cut. */
	-webkit-mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
	mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
}

.rv-home__brand-track {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	min-width: max-content;
	animation: rv-brand-marquee 46s linear infinite;
	will-change: transform;
}

/* Pause on hover so a visitor can read a logo or click through. */
.rv-home__brandstrip-viewport:hover .rv-home__brand-track {
	animation-play-state: paused;
}

.rv-home__brand-item {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	height: 88px;
	padding: 0 clamp(28px, 4vw, 56px);
	text-decoration: none;
}

.rv-home__brand-logo {
	max-height: 44px;
	width: auto;
	object-fit: contain;
	/* Brands stay in colour for recognition; a slight dim lifts on hover. */
	opacity: 0.82;
	transition: opacity 0.25s ease, transform 0.25s ease;
}

.rv-home__brand-item:hover .rv-home__brand-logo,
.rv-home__brand-item:focus-visible .rv-home__brand-logo {
	opacity: 1;
	transform: scale(1.04);
}

/* Ventoxx is a stacked (near-square) mark; give it more height so it carries the
   same optical weight as the wide logos in the row. */
.rv-home__brand-item[data-brand="ventoxx"] .rv-home__brand-logo {
	max-height: 62px;
}

.rv-home__brand-name {
	font-weight: 800;
	font-size: 18px;
	letter-spacing: 0.01em;
	white-space: nowrap;
	color: var(--rv-blue);
	opacity: 0.5;
	transition: color 0.25s ease, opacity 0.25s ease;
}

.rv-home__brand-item:hover .rv-home__brand-name,
.rv-home__brand-item:focus-visible .rv-home__brand-name {
	color: var(--rv-red);
	opacity: 1;
}

.rv-home__brand-item:focus-visible {
	outline: 2px solid var(--rv-blue);
	outline-offset: -6px;
	border-radius: 6px;
}

@keyframes rv-brand-marquee {
	from { transform: translateX(0); }
	to   { transform: translateX(-100%); }
}

@media (prefers-reduced-motion: reduce) {
	.rv-home__brand-track {
		animation: none;
	}
	/* No auto-scroll: let the second (duplicate) track collapse and scroll by hand. */
	.rv-home__brand-track[aria-hidden="true"] {
		display: none;
	}
	.rv-home__brandstrip-viewport {
		overflow-x: auto;
	}
}

.rv-home__social {
	background: #102c4b;
	color: #ffffff;
}

.rv-home__social-panel {
	position: relative;
	display: grid;
	gap: 24px;
	align-items: center;
	overflow: hidden;
	padding: 24px 18px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 8px;
	background: linear-gradient(135deg, rgba(18, 49, 84, 0.96), rgba(28, 66, 113, 0.88));
	box-shadow: var(--rv-shadow);
	isolation: isolate;
}

.rv-home__social-bg {
	position: absolute;
	inset: 0;
	z-index: -2;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.24;
}

.rv-home__social-panel::after {
	position: absolute;
	inset: 0;
	z-index: -1;
	content: "";
	background:
		linear-gradient(90deg, rgba(18, 49, 84, 0.98) 0%, rgba(18, 49, 84, 0.84) 48%, rgba(201, 33, 46, 0.34) 100%),
		radial-gradient(circle at 88% 16%, rgba(255, 255, 255, 0.18), transparent 34%);
}

.rv-home__social-copy {
	max-width: 720px;
}

.rv-home__social .rv-home__eyebrow,
.rv-home__social h2,
.rv-home__social p {
	color: #ffffff;
}

.rv-home__social p {
	max-width: 68ch;
	opacity: 0.86;
}

.rv-home__social-links {
	position: relative;
	display: grid;
	gap: 12px;
	width: 100%;
	margin-top: 0;
}

.rv-home__social-link {
	justify-content: flex-start;
	min-height: 78px;
	gap: 14px;
	padding: 16px 18px;
	border-color: rgba(255, 255, 255, 0.18);
	background: rgba(255, 255, 255, 0.1);
	color: #ffffff !important;
	font-size: 17px;
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.16);
	backdrop-filter: blur(8px);
}

.rv-home__social-link:hover {
	border-color: rgba(255, 255, 255, 0.34);
	background: rgba(255, 255, 255, 0.18);
	color: #ffffff !important;
}

.rv-home__social-icon {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	flex: 0 0 44px;
	border-radius: 14px;
	font-size: 24px;
	font-weight: 900;
	line-height: 1;
}

.rv-home__social-icon::before {
	content: var(--wd-social-icon, "");
	font-family: "woodmart-font";
	font-weight: 400;
	line-height: 1;
}

.rv-home__social-label {
	display: grid;
	gap: 3px;
	min-width: 0;
	text-align: left;
}

.rv-home__social-label strong,
.rv-home__social-label small {
	display: block;
	color: #ffffff;
	line-height: 1.2;
}

.rv-home__social-label strong {
	font-size: 15px;
	font-weight: 800;
}

.rv-home__social-label small {
	opacity: 0.76;
	font-size: 12px;
	font-weight: 600;
}

.rv-home__social-link--youtube .rv-home__social-icon {
	--wd-social-icon: "\f162";
	background: #ff0033;
}

.rv-home__social-link--instagram .rv-home__social-icon {
	--wd-social-icon: "\f163";
	background: radial-gradient(circle at 30% 110%, #feda75 0 21%, #fa7e1e 22% 39%, #d62976 40% 58%, #962fbf 59% 78%, #4f5bd5 79% 100%);
}

.rv-home__social-link--tiktok .rv-home__social-icon {
	--wd-social-icon: "\f133";
	background: #050505;
	color: #ffffff;
	text-shadow: -2px 0 #25f4ee, 2px 0 #fe2c55;
}

.rv-home__seo a,
.rv-home__form-notes a,
.rv-home__form-contact-item a {
	color: var(--rv-blue);
	font-weight: 700;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.rv-home__seo a:hover,
.rv-home__form-notes a:hover,
.rv-home__form-contact-item a:hover {
	color: var(--rv-red-dark);
}

.rv-home__info {
	border-top: 1px solid rgba(28, 66, 113, 0.08);
	background: #f6f9fc;
}

.rv-home__info-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: none;
	padding: 24px;
	border: 1px solid var(--rv-line);
	border-radius: 8px;
	background: #ffffff;
}

.rv-home__info-copy .rv-home__button {
	align-self: flex-start;
	margin-top: 8px;
}

.rv-home__info-side {
	display: grid;
	gap: 12px;
	align-content: stretch;
}

.rv-home__info-panel span,
.rv-home__form-notes span {
	color: var(--rv-ink);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
}

.rv-home__info-panel span {
	display: grid;
	gap: 5px;
}

.rv-home__info-panel span strong {
	color: var(--rv-blue);
	font-size: 15px;
	line-height: 1.2;
}

.rv-home__info-panel span small {
	color: var(--rv-muted);
	font-size: 13px;
	font-weight: 500;
	line-height: 1.35;
}

.rv-home__form-contact-grid {
	margin-top: 16px;
}

.rv-home__form-contact-item {
	display: grid;
	gap: 8px;
	align-content: start;
	min-height: 138px;
	color: var(--rv-ink);
	font-size: 14px;
	line-height: 1.4;
	text-decoration: none;
}

.rv-home__form-contact-item:hover {
	border-color: rgba(201, 33, 46, 0.32);
}

.rv-home__form-contact-item span {
	color: var(--rv-red);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	text-transform: uppercase;
}

.rv-home__form-contact-item strong {
	color: var(--rv-blue);
	font-size: 17px;
	line-height: 1.25;
}

.rv-home__form-contact-item small {
	color: var(--rv-muted);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.35;
}

.rv-home__faq {
	border-top: 1px solid rgba(28, 66, 113, 0.08);
	background: #ffffff;
}

.rv-home__faq-layout {
	display: grid;
	gap: 24px;
	align-items: stretch;
}

.rv-home__faq-intro {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 16px;
	min-height: 100%;
	overflow: hidden;
	padding: 22px;
	border: 1px solid var(--rv-line);
	border-radius: 8px;
	background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
	box-shadow: 0 10px 28px rgba(28, 66, 113, 0.08);
}

.rv-home__faq-intro::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 4px;
	content: "";
	background: linear-gradient(90deg, var(--rv-red), var(--rv-blue));
}

.rv-home__faq-copy {
	display: grid;
	gap: 0;
}

.rv-home__faq-copy h2 {
	font-size: 28px;
	line-height: 1.12;
}

.rv-home__faq-copy p:last-child {
	margin-bottom: 0;
}

.rv-home__faq-support {
	display: grid;
	flex: 1;
	gap: 12px;
	align-content: center;
}

.rv-home__faq-support-title {
	color: var(--rv-red);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	text-transform: uppercase;
}

.rv-home__faq-support-list {
	display: grid;
	gap: 10px;
}

.rv-home__faq-support-list span,
.rv-home__faq-action {
	border: 1px solid rgba(28, 66, 113, 0.12);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.86);
}

.rv-home__faq-support-list span {
	position: relative;
	display: grid;
	gap: 5px;
	padding: 14px 14px 14px 18px;
}

.rv-home__faq-support-list span::before {
	position: absolute;
	top: 14px;
	bottom: 14px;
	left: 0;
	width: 4px;
	border-radius: 999px;
	content: "";
	background: var(--rv-red);
}

.rv-home__faq-support-list strong,
.rv-home__faq-action strong {
	color: var(--rv-blue);
	font-size: 15px;
	font-weight: 800;
	line-height: 1.2;
}

.rv-home__faq-support-list small,
.rv-home__faq-action small {
	color: var(--rv-muted);
	font-size: 13px;
	font-weight: 500;
	line-height: 1.38;
}

.rv-home__faq-action {
	display: grid;
	gap: 14px;
	padding: 16px;
	background: var(--rv-blue-soft);
}

.rv-home__faq-action span {
	display: grid;
	gap: 5px;
}

.rv-home__faq-action .rv-home__button {
	width: 100%;
	margin-top: 0;
}

.rv-home__faq-list {
	display: grid;
	gap: 12px;
}

.rv-home__faq-item {
	overflow: hidden;
	border: 1px solid var(--rv-line);
	border-radius: 8px;
	background: #ffffff;
}

.rv-home__faq summary {
	position: relative;
	display: block;
	cursor: pointer;
	padding: 18px 54px 18px 18px;
	color: var(--rv-ink);
	font-size: 16px;
	font-weight: 800;
	line-height: 1.35;
}

.rv-home__faq summary::-webkit-details-marker {
	display: none;
}

.rv-home__faq summary::after {
	position: absolute;
	top: 50%;
	right: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 999px;
	background: var(--rv-blue-soft);
	color: var(--rv-blue);
	content: "+";
	font-size: 18px;
	font-weight: 800;
	transform: translateY(-50%);
}

.rv-home__faq details[open] summary::after {
	background: var(--rv-red-soft);
	color: var(--rv-red-dark);
	content: "-";
}

.rv-home__faq details p {
	margin: 0;
	padding: 0 18px 18px;
}

.rv-home__form-section {
	background: linear-gradient(180deg, #f6f9fc 0%, #ffffff 100%);
}

.rv-home__form-intro {
	display: flex;
	flex-direction: column;
	max-width: none;
}

.rv-home__form-card {
	width: 100%;
	padding: 18px 20px 20px;
	box-shadow: var(--rv-shadow);
}

.rv-home__form-card .wpcf7-form {
	display: grid;
	gap: 10px;
	margin: 0;
}

.rv-home__form-card .wpcf7-form p {
	margin: 0;
}

.rv-home__form-card label {
	display: grid;
	gap: 5px;
	margin: 0;
	color: var(--rv-ink);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.25;
}

.rv-home__form-card input,
.rv-home__form-card select,
.rv-home__form-card textarea {
	width: 100%;
	min-height: 42px;
	padding: 8px 12px;
	border: 1px solid var(--rv-line);
	border-radius: 8px;
	background: #ffffff;
	color: var(--rv-ink);
	font-size: 16px;
	line-height: 1.35;
}

.rv-home__form-card textarea {
	min-height: 150px;
	resize: vertical;
}

.rv-home__form-card input[type="submit"],
.rv-home__form-card .wpcf7-submit {
	width: 100%;
	min-width: 190px;
	border-color: var(--rv-blue) !important;
	background: var(--rv-blue) !important;
	color: #ffffff !important;
	font-weight: 800;
}

.rv-home__form-card input[type="submit"]:hover,
.rv-home__form-card .wpcf7-submit:hover {
	border-color: var(--rv-red-dark) !important;
	background: var(--rv-red-dark) !important;
}

.rv-home__form-card .wpcf7-spinner {
	margin: 0 0 0 10px;
}

@media (prefers-reduced-motion: reduce) {
	.rv-home__hero-card,
	.rv-home__hero-card img,
	.rv-home__hero-card::before,
	.rv-home__hero-card::after,
	.rv-home__hero-card-link {
		transition: none;
	}

	.rv-home__hero-card:hover,
	.rv-home__hero-card:hover img,
	.rv-home__hero-card:hover .rv-home__hero-card-link {
		transform: none;
	}

	.rv-home__ticker-track {
		width: auto;
		flex-wrap: wrap;
		animation: none;
	}

	.rv-home__ticker-group {
		flex-wrap: wrap;
		gap: 14px 28px;
		padding: 14px 16px;
	}

	.rv-home__ticker-group[aria-hidden="true"] {
		display: none;
	}
}

@media (min-width: 720px) {
	section.rv-home {
		padding: 54px 28px;
	}

	.rv-home__hero-main {
		padding: 54px 28px 38px;
	}

	.rv-home__ticker {
		padding: 0 !important;
	}

	.rv-home h1 {
		font-size: 46px;
	}

	.rv-home h2 {
		font-size: 32px;
	}

	.rv-home__button,
	.rv-home__section-cta,
	.rv-home__social-link,
	.rv-home__link-row {
		width: auto;
	}

	.rv-home__form-card input[type="submit"],
	.rv-home__form-card .wpcf7-submit {
		width: auto;
	}

	.rv-home__section-head--split {
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.rv-home__section-cta {
		justify-self: end;
	}

	.rv-home__products .rv-home__section-inner--wide {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		grid-template-areas:
			"head cta"
			"products products";
		column-gap: 24px;
		align-items: end;
	}

	.rv-home__products .rv-home__section-head {
		grid-area: head;
	}

	.rv-home__products .rv-home__product-list {
		grid-area: products;
	}

	.rv-home__products .rv-home__product-cta {
		grid-area: cta;
		margin-top: 0;
	}

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

	.rv-home__product-list ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.rv-home__split,
	.rv-home__info-layout,
	.rv-home__form-layout {
		grid-template-columns: minmax(0, 1fr) minmax(280px, 0.8fr);
	}

	.rv-home__form-layout {
		grid-template-columns: minmax(0, 1fr) minmax(320px, 0.76fr);
		align-items: start;
	}

	.rv-home__social-panel {
		grid-template-columns: minmax(0, 1fr) auto;
		padding: 34px;
	}

	.rv-home__social-links {
		width: auto;
		min-width: min(100%, 600px);
		grid-template-columns: repeat(3, minmax(0, 1fr));
		justify-content: flex-end;
	}

	.rv-home__social-link {
		min-height: 82px;
	}

	.rv-home__info-panel {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rv-home__form-contact-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rv-home__faq-layout {
		grid-template-columns: minmax(290px, 0.82fr) minmax(0, 1.18fr);
	}

	.rv-home__faq-intro {
		padding: 30px;
	}

	.rv-home__faq-copy h2 {
		font-size: 30px;
	}
}

	@media (min-width: 1040px) {
		section.rv-home {
			padding-right: max(40px, calc((100vw - 1680px) / 2));
			padding-left: max(40px, calc((100vw - 1680px) / 2));
		}

		section.rv-home.rv-home__info {
			display: grid;
			box-sizing: border-box;
			min-height: 100vh;
			min-height: 100dvh;
			align-items: center;
			padding-top: 54px;
			padding-bottom: 54px;
		}

	.rv-home__ticker {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	section.rv-home.rv-home__hero {
		grid-template-columns: minmax(0, 1fr);
	}

	.rv-home__hero-main {
		grid-template-columns: minmax(420px, 0.86fr) minmax(0, 1.14fr);
		min-height: 0;
		padding: 46px max(40px, calc((100vw - 1680px) / 2)) 34px;
	}

	.rv-home__hero-copy {
		align-self: center;
	}

	.rv-home h1 {
		font-size: 56px;
	}

	.rv-home__hero-grid {
		grid-template-columns: 1.18fr 0.82fr;
		grid-template-rows: repeat(2, 1fr);
	}

	.rv-home__hero-card--large {
		grid-row: span 2;
	}

	.rv-home__hero-card,
	.rv-home__hero-card-body {
		min-height: 0;
	}

	.rv-home__product-list ul.products {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.rv-home__service-card,
	.rv-home__service-card-body {
		min-height: 300px;
	}

		.rv-home__info-layout {
			grid-template-columns: minmax(460px, 0.94fr) minmax(500px, 1.06fr);
			gap: 20px;
			align-items: stretch;
		}

		.rv-home__info-copy {
			height: 100%;
			padding: 20px 22px;
		}

		.rv-home__info-copy .rv-home__eyebrow {
			margin-bottom: 6px;
		}

		.rv-home__info-copy h2 {
			margin-bottom: 10px;
			font-size: 32px;
			line-height: 1.08;
		}

		.rv-home__info-copy p:not(.rv-home__eyebrow) {
			margin-bottom: 14px;
			font-size: 15.25px;
			line-height: 1.45;
		}

		.rv-home__info-copy .rv-home__button {
			margin-top: 0;
		}

		.rv-home__info-side {
			height: 100%;
			grid-template-rows: minmax(0, 1fr) auto;
			gap: 12px;
			align-content: stretch;
		}

		.rv-home__info-image {
			height: 100%;
			aspect-ratio: 16 / 9;
		}

		.rv-home__info-panel {
			gap: 10px;
		}

		.rv-home__info-panel span {
			padding: 14px 15px;
			gap: 4px;
			font-size: 13.5px;
			line-height: 1.34;
		}

		.rv-home__info-panel span strong {
			font-size: 14.5px;
		}

		.rv-home__info-panel span small {
			font-size: 12.5px;
			line-height: 1.3;
		}

		.rv-home__form-layout {
		grid-template-columns: minmax(420px, 0.98fr) minmax(420px, 0.82fr);
		align-items: stretch;
		column-gap: 30px;
	}

	.rv-home__form-intro {
		height: 100%;
	}

	.rv-home__form-contact-grid {
		flex: 1;
		grid-auto-rows: minmax(148px, 1fr);
	}

	.rv-home__form-card {
		justify-self: end;
		max-width: 640px;
	}

	.rv-home__faq-layout {
		grid-template-columns: minmax(340px, 0.68fr) minmax(0, 1.32fr);
	}

	.rv-home__faq-copy h2 {
		font-size: 34px;
	}

	.rv-home__social-panel {
		padding: 42px;
	}

	.rv-home__social-link {
		min-width: 180px;
	}
}

/* === RozumVent homepage styles end === */

/* === RozumVent header phone button styles start === */
.rv-header-phone {
	--rv-phone-blue: #1C4271;
	--rv-phone-blue-dark: #123154;
	--rv-phone-red: #C9212E;
	--rv-phone-red-soft: rgba(201, 33, 46, 0.2);
	--rv-phone-shadow: rgba(28, 66, 113, 0.22);
	position: relative;
	isolation: isolate;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 46px;
	padding: 7px 17px 7px 9px;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 999px;
	background: var(--rv-phone-blue);
	box-shadow: 0 10px 24px var(--rv-phone-shadow);
	color: #ffffff !important;
	font-family: inherit;
	font-weight: 800;
	line-height: 1;
	text-decoration: none !important;
	white-space: nowrap;
	transform: translateZ(0);
	transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.rv-header-phone::before,
.rv-header-phone::after {
	position: absolute;
	inset: -4px;
	z-index: -1;
	border-radius: inherit;
	content: "";
	pointer-events: none;
}

.rv-header-phone::before {
	border: 1px solid var(--rv-phone-red-soft);
	animation: rv-header-phone-ring 2200ms ease-out infinite;
}

.rv-header-phone::after {
	inset: -8px;
	border: 1px solid rgba(28, 66, 113, 0.16);
	animation: rv-header-phone-ring 2200ms ease-out 650ms infinite;
}

.rv-header-phone:hover {
	background: var(--rv-phone-blue-dark);
	box-shadow: 0 14px 30px rgba(28, 66, 113, 0.3);
	color: #ffffff !important;
	transform: translateY(-1px);
}

.rv-header-phone:focus-visible {
	outline: 3px solid rgba(201, 33, 46, 0.28);
	outline-offset: 4px;
}

.rv-header-phone__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	flex: 0 0 32px;
	border-radius: 50%;
	background: #ffffff;
	color: var(--rv-phone-red);
	box-shadow: inset 0 0 0 1px rgba(28, 66, 113, 0.08);
}

.rv-header-phone__icon::before {
	display: block;
	width: 18px;
	height: 18px;
	background: currentColor;
	content: "";
	mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Cpath%20fill='black'%20d='M6.62%2010.79c1.44%202.83%203.76%205.14%206.59%206.59l2.2-2.2c.27-.27.67-.36%201.02-.24%201.12.37%202.33.57%203.57.57.55%200%201%20.45%201%201V20c0%20.55-.45%201-1%201C10.61%2021%203%2013.39%203%204c0-.55.45-1%201-1h3.5c.55%200%201%20.45%201%201%200%201.24.2%202.45.57%203.57.11.35.03.74-.25%201.02l-2.2%202.2Z'/%3E%3C/svg%3E") center / contain no-repeat;
	-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Cpath%20fill='black'%20d='M6.62%2010.79c1.44%202.83%203.76%205.14%206.59%206.59l2.2-2.2c.27-.27.67-.36%201.02-.24%201.12.37%202.33.57%203.57.57.55%200%201%20.45%201%201V20c0%20.55-.45%201-1%201C10.61%2021%203%2013.39%203%204c0-.55.45-1%201-1h3.5c.55%200%201%20.45%201%201%200%201.24.2%202.45.57%203.57.11.35.03.74-.25%201.02l-2.2%202.2Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.rv-header-phone__icon svg {
	display: block;
	width: 18px;
	height: 18px;
	stroke: currentColor;
	stroke-width: 2.4;
}

.rv-header-phone__text {
	display: grid;
	gap: 3px;
	min-width: 0;
}

.rv-header-phone__label {
	color: rgba(255, 255, 255, 0.72);
	font-size: 9px;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0;
}

.rv-header-phone__number {
	color: #ffffff;
	font-size: 15px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0;
}

.rv-header-phone--compact {
	min-height: 42px;
	padding: 6px 13px 6px 7px;
}

.rv-header-phone--compact .rv-header-phone__label {
	display: none;
}

.rv-header-phone--icon-only {
	width: 44px;
	height: 44px;
	min-height: 44px;
	padding: 6px;
	justify-content: center;
}

.rv-header-phone--icon-only .rv-header-phone__text {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
}

@keyframes rv-header-phone-ring {
	0% {
		opacity: 0.75;
		transform: scale(0.94);
	}

	70% {
		opacity: 0;
		transform: scale(1.16);
	}

	100% {
		opacity: 0;
		transform: scale(1.16);
	}
}

@media (max-width: 480px) {
	.rv-header-phone {
		min-height: 42px;
		padding: 6px 12px 6px 7px;
		gap: 8px;
	}

	.rv-header-phone__label {
		display: none;
	}

	.rv-header-phone__number {
		font-size: 14px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.rv-header-phone,
	.rv-header-phone::before,
	.rv-header-phone::after {
		animation: none;
		transition: none;
	}
}

/* === RozumVent header phone button styles end === */

/* === RozumVent header address link styles start === */
.rv-header-address {
	--rv-address-white: rgba(255, 255, 255, 0.96);
	--rv-address-white-soft: rgba(255, 255, 255, 0.72);
	--rv-address-focus: rgba(255, 255, 255, 0.34);
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-width: 0;
	height: 40px;
	color: var(--rv-address-white) !important;
	font-family: inherit;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	text-decoration: none !important;
	white-space: nowrap;
	opacity: 0.94;
	transition: color 180ms ease, opacity 180ms ease;
}

.rv-header-address:hover {
	color: #ffffff !important;
	opacity: 1;
}

.rv-header-address:focus-visible {
	outline: 2px solid var(--rv-address-focus);
	outline-offset: 3px;
	border-radius: 999px;
}

.rv-header-address__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 14px;
	height: 14px;
	flex: 0 0 14px;
	color: currentColor;
	opacity: 0.95;
}

.rv-header-address__icon::before {
	display: block;
	width: 14px;
	height: 14px;
	background: currentColor;
	content: "";
	mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Cpath%20fill='black'%20d='M12%202C8.13%202%205%205.13%205%209c0%205.25%207%2013%207%2013s7-7.75%207-13c0-3.87-3.13-7-7-7Zm0%209.5A2.5%202.5%200%201%201%2012%206.5a2.5%202.5%200%200%201%200%205Z'/%3E%3C/svg%3E") center / contain no-repeat;
	-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Cpath%20fill='black'%20d='M12%202C8.13%202%205%205.13%205%209c0%205.25%207%2013%207%2013s7-7.75%207-13c0-3.87-3.13-7-7-7Zm0%209.5A2.5%202.5%200%201%201%2012%206.5a2.5%202.5%200%200%201%200%205Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.rv-header-address__text {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	color: inherit;
}

@media (max-width: 1280px) {
	.rv-header-address {
		max-width: 360px;
	}
}

@media (max-width: 1100px) {
	.rv-header-address {
		max-width: 300px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.rv-header-address {
		transition: none;
	}
}

/* === RozumVent header address link styles end === */

/* === RozumVent about page styles start === */
.rv-about-page {
	--rv-about-blue: #1C4271;
	--rv-about-blue-dark: #123154;
	--rv-about-red: #C9212E;
	--rv-about-green: #14866d;
	--rv-about-ink: #172033;
	--rv-about-muted: #5b6475;
	--rv-about-line: rgba(28, 66, 113, 0.14);
	--rv-about-panel: #f4f7fb;
	--rv-about-panel-strong: #edf3f9;
	--rv-about-screen-height: calc(100svh - var(--rv-about-header-height, 0px));
	color: var(--rv-about-ink);
	font-family: inherit;
	overflow: visible;
}

@supports (height: 100dvh) {
	.rv-about-page {
		--rv-about-screen-height: calc(100dvh - var(--rv-about-header-height, 0px));
	}
}

body:has(.rv-about-page) .page-title {
	display: none;
}

body:has(.rv-about-page) .content-layout-wrapper,
body:has(.rv-about-page) .site-content {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

body:has(.rv-about-page) .main-page-wrapper {
	padding-top: 0;
	padding-bottom: 0;
}

.rv-about-page,
.rv-about-page * {
	box-sizing: border-box;
}

.rv-about-page > .wp-block-group {
	margin-top: 0;
	margin-bottom: 0;
}

.rv-about {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	min-height: var(--rv-about-screen-height);
	margin: 0 auto;
	padding: 70px 24px;
	scroll-margin-top: var(--rv-about-header-height, 0px);
}

.rv-about--center,
.rv-about--wide {
	width: 100vw;
	max-width: none;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	padding-right: max(24px, calc((100vw - 1360px) / 2));
	padding-left: max(24px, calc((100vw - 1360px) / 2));
}

.rv-about--center {
	background: #ffffff;
}

.rv-about--wide {
	background: var(--rv-about-panel-strong);
}

.rv-about__inner {
	width: 100%;
	max-width: 1360px;
	min-width: 0;
	margin-right: auto;
	margin-left: auto;
}

.rv-about__hero-grid,
.rv-about__story-grid,
.rv-about__objects-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(440px, 1.08fr);
	gap: 44px;
	align-items: center;
}

.rv-about__hero-grid > *,
.rv-about__story-grid > *,
.rv-about__objects-grid > *,
.rv-about__stats-layout > *,
.rv-about__process-layout > * {
	min-width: 0;
	max-width: 100%;
}

.rv-about__hero-copy,
.rv-about__hero-media,
.rv-about__story-copy,
.rv-about__story-media,
.rv-about__section-intro {
	width: 100%;
	max-width: 100%;
}

.rv-about__hero-copy.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
.rv-about__story-copy.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
.rv-about__section-intro.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: 100%;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.rv-about__story-grid {
	grid-template-columns: minmax(420px, 0.96fr) minmax(0, 1.04fr);
}

.rv-about__objects-grid {
	grid-template-columns: minmax(0, 0.94fr) minmax(460px, 1.06fr);
}

.rv-about__hero-copy > p:first-child,
.rv-about__story-copy > p:first-child {
	display: inline-flex;
	width: fit-content;
	margin: 0 0 16px;
	padding: 7px 10px;
	border: 1px solid rgba(201, 33, 46, 0.16);
	border-radius: 999px;
	background: rgba(201, 33, 46, 0.06);
	color: var(--rv-about-red);
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0;
}

.rv-about h1,
.rv-about h2,
.rv-about h3,
.rv-about p {
	margin-top: 0;
}

.rv-about h1 {
	max-width: 740px;
	margin-bottom: 18px;
	color: var(--rv-about-blue-dark);
	font-size: 58px;
	line-height: 1.02;
	letter-spacing: 0;
}

.rv-about h2 {
	margin-bottom: 14px;
	color: var(--rv-about-blue-dark);
	font-size: 44px;
	line-height: 1.05;
	letter-spacing: 0;
}

.rv-about h3 {
	margin-bottom: 8px;
	color: var(--rv-about-blue-dark);
	font-size: 18px;
	line-height: 1.22;
	letter-spacing: 0;
}

.rv-about p {
	color: var(--rv-about-muted);
	font-size: 17px;
	line-height: 1.68;
}

.rv-about__hero-copy > p:not(:first-child) {
	max-width: 680px;
	margin-bottom: 24px;
	font-size: 19px;
	line-height: 1.7;
}

.rv-about__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
}

.rv-about__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 13px 18px;
	border: 1px solid transparent;
	border-radius: 8px;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none !important;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.rv-about__button--primary {
	background: var(--rv-about-blue);
	color: #ffffff !important;
}

.rv-about__button--secondary {
	border-color: var(--rv-about-line);
	background: #ffffff;
	color: var(--rv-about-blue) !important;
}

.rv-about__button:hover {
	transform: translateY(-1px);
}

.rv-about__button--primary:hover {
	background: var(--rv-about-blue-dark);
}

.rv-about__button--secondary:hover {
	border-color: rgba(201, 33, 46, 0.32);
	color: var(--rv-about-red) !important;
}

.rv-about__hero-media,
.rv-about__story-media,
.rv-about__expo-card {
	position: relative;
}

.rv-about__hero-media {
	display: flex;
	min-height: min(620px, calc(var(--rv-about-screen-height) - 150px));
}

.rv-about__story-media {
	display: flex;
}

.rv-about__hero-photo,
.rv-about__story-photo,
.rv-about__expo-photo {
	overflow: hidden;
	margin: 0;
	border-radius: 8px;
	background: #d9e1eb;
	box-shadow: 0 24px 52px rgba(28, 66, 113, 0.16);
}

.rv-about__hero-photo img,
.rv-about__story-photo img,
.rv-about__expo-photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rv-about__hero-photo {
	flex: 1 1 auto;
	width: 100%;
	height: min(620px, calc(var(--rv-about-screen-height) - 150px));
	min-height: 500px;
	aspect-ratio: auto;
}

.rv-about__story-photo {
	width: 100%;
	aspect-ratio: 4 / 3;
}

.rv-about__expo-photo {
	aspect-ratio: 16 / 10;
}

.rv-about__hero-proof {
	position: absolute;
	right: 18px;
	bottom: 18px;
	width: min(250px, calc(100% - 36px));
	padding: 16px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 16px 36px rgba(18, 49, 84, 0.18);
}

.rv-about__hero-proof span {
	display: block;
	margin-bottom: 3px;
	color: var(--rv-about-green);
	font-size: 38px;
	font-weight: 900;
	line-height: 1;
}

.rv-about__hero-proof p {
	margin: 0;
	color: var(--rv-about-ink);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.3;
}

.rv-about__section-intro {
	max-width: 780px;
	margin-bottom: 26px;
}

.rv-about__section-intro p {
	margin-bottom: 0;
}

.rv-about__stats-layout,
.rv-about__process-layout {
	display: grid;
	grid-template-columns: minmax(300px, 0.78fr) minmax(560px, 1.22fr);
	gap: 56px;
	align-items: center;
}

.rv-about__process-layout {
	grid-template-columns: minmax(360px, 0.82fr) minmax(620px, 1.18fr);
	gap: 64px;
}

.rv-about__process-final {
	isolation: isolate;
	overflow: hidden;
	background:
		linear-gradient(118deg, rgba(18, 49, 84, 0.98) 0%, rgba(28, 66, 113, 0.94) 48%, rgba(20, 134, 109, 0.9) 100%),
		#123154;
	color: #ffffff;
}

.rv-about__process-final::before,
.rv-about__process-final::after {
	position: absolute;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	content: "";
}

.rv-about__process-final::before {
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
		linear-gradient(0deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
	background-size: 88px 88px;
	opacity: 0.42;
}

.rv-about__process-final::after {
	background:
		linear-gradient(125deg, transparent 0 58%, rgba(201, 33, 46, 0.2) 58% 59.4%, transparent 59.4%),
		linear-gradient(22deg, rgba(255, 255, 255, 0.1), transparent 34%);
	opacity: 0.72;
}

.rv-about__process-shell {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 26px;
}

.rv-about__process-final h2,
.rv-about__process-final .rv-about__section-intro p {
	color: #ffffff;
}

.rv-about__process-final .rv-about__section-intro {
	margin-bottom: 0;
}

.rv-about__process-final .rv-about__section-intro p {
	opacity: 0.78;
}

.rv-about__process-note {
	max-width: 560px;
	margin-top: 22px;
	padding: 18px 20px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.82);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.55;
}

.rv-about__stat-grid,
.rv-about__partner-grid,
.rv-about__process-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.rv-about__stat-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	border: 1px solid rgba(28, 66, 113, 0.13);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.62);
	box-shadow: 0 24px 58px rgba(28, 66, 113, 0.08);
}

.rv-about__process-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.rv-about__process .rv-about__card {
	min-height: 184px;
}

.rv-about__process-final .rv-about__card {
	border-color: rgba(255, 255, 255, 0.28);
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 24px 58px rgba(4, 22, 43, 0.22);
}

.rv-about__process-cta {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 24px;
	align-items: center;
	padding: 24px 28px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 8px;
	background: rgba(8, 30, 55, 0.58);
	box-shadow: 0 26px 64px rgba(4, 22, 43, 0.22);
	backdrop-filter: blur(10px);
}

.rv-about__process-cta h2 {
	margin-bottom: 8px;
	font-size: 34px;
}

.rv-about__process-cta p {
	max-width: 820px;
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.8);
	font-size: 16px;
	line-height: 1.58;
}

.rv-about__process-cta .rv-about__button--primary {
	background: #ffffff;
	color: var(--rv-about-blue-dark) !important;
}

.rv-about__process-cta .rv-about__button--primary:hover {
	background: rgba(255, 255, 255, 0.9);
}

.rv-about__process-cta .rv-about__button--secondary {
	border-color: rgba(255, 255, 255, 0.28);
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff !important;
}

.rv-about__stat,
.rv-about__card,
.rv-about__expo-card {
	border: 1px solid var(--rv-about-line);
	border-radius: 8px;
	background: #ffffff;
}

.rv-about__stat,
.rv-about__card {
	padding: 22px;
}

.rv-about__stat {
	min-height: 170px;
	border: 0;
	border-right: 1px solid rgba(28, 66, 113, 0.12);
	border-bottom: 1px solid rgba(28, 66, 113, 0.12);
	border-radius: 0;
	background: transparent;
}

.rv-about__stat:nth-child(2n) {
	border-right: 0;
}

.rv-about__stat:nth-last-child(-n + 2) {
	border-bottom: 0;
}

.rv-about__stat strong {
	display: inline-flex;
	align-items: baseline;
	gap: 3px;
	margin-bottom: 12px;
	color: var(--rv-about-red);
	font-size: 56px;
	font-weight: 900;
	line-height: 0.95;
	letter-spacing: 0;
}

.rv-about__stat-prefix,
.rv-about__stat-suffix {
	font-size: 0.76em;
	line-height: 1;
}

.rv-about__stat strong.rv-about__stat-value--phrase {
	gap: 8px;
}

.rv-about__stat p,
.rv-about__card p,
.rv-about__expo-card p {
	margin-bottom: 0;
	font-size: 15px;
	line-height: 1.58;
}

.rv-about__story-copy {
	padding: 6px 0;
}

.rv-about__story-copy p:last-child {
	margin-bottom: 0;
}

.rv-about__logo-carousel {
	overflow: hidden;
	margin: 30px 0 26px;
	border: 1px solid var(--rv-about-line);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.78);
}

.rv-about__logo-track {
	display: flex;
	width: max-content;
	animation: rv-about-logo-marquee 26s linear infinite;
}

.rv-about__logo-carousel:hover .rv-about__logo-track {
	animation-play-state: paused;
}

.rv-about__logo-item {
	display: flex;
	flex: 0 0 210px;
	align-items: center;
	justify-content: center;
	height: 92px;
	margin: 0;
	padding: 18px 28px;
	border-right: 1px solid rgba(28, 66, 113, 0.1);
}

.rv-about__logo-item img {
	display: block;
	width: auto;
	max-width: 150px;
	max-height: 54px;
	object-fit: contain;
	filter: saturate(0.96);
}

@keyframes rv-about-logo-marquee {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-50%);
	}
}

.rv-about__objects-grid {
	align-items: stretch;
}

.rv-about__objects-grid > div:first-child {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.rv-about__pill-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.rv-about__pill-list li {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 9px 12px;
	border: 1px solid rgba(28, 66, 113, 0.13);
	border-radius: 999px;
	background: #ffffff;
	color: var(--rv-about-blue-dark);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
}

.rv-about__object-notes {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-top: 22px;
}

.rv-about__object-notes .rv-about__card {
	padding: 18px;
}

.rv-about__expo-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	padding: 0;
}

.rv-about__expo-copy {
	padding: 18px 22px 22px;
}

.rv-about__expo-card h3 {
	margin-top: 0;
}

.rv-about__expo-card p {
	margin-bottom: 0;
}

@media (max-width: 1024px) {
	.rv-about {
		min-height: auto;
		padding-top: 56px;
		padding-bottom: 56px;
	}

	.rv-about__hero-grid,
	.rv-about__story-grid,
	.rv-about__objects-grid,
	.rv-about__stats-layout,
	.rv-about__process-layout,
	.rv-about__process-cta {
		grid-template-columns: 1fr;
	}

	.rv-about__stat-grid,
	.rv-about__partner-grid,
	.rv-about__process-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rv-about__process-cta {
		align-items: start;
	}

	.rv-about__hero-media,
	.rv-about__story-media {
		min-height: auto;
	}

	.rv-about__hero-photo {
		min-height: 420px;
		aspect-ratio: 4 / 3;
	}
}

@media (max-width: 767px) {
	.rv-about {
		padding: 44px 16px;
	}

	.rv-about h1 {
		font-size: 38px;
		line-height: 1.03;
	}

	.rv-about h2 {
		font-size: 29px;
	}

	.rv-about p,
	.rv-about__hero-copy > p:not(:first-child) {
		font-size: 16px;
		line-height: 1.62;
	}

	.rv-about__actions,
	.rv-about__button {
		width: 100%;
	}

	.rv-about__stat-grid,
	.rv-about__partner-grid,
	.rv-about__process-grid,
	.rv-about__object-notes {
		grid-template-columns: 1fr;
	}

	.rv-about__stat:nth-child(n) {
		border-right: 0;
		border-bottom: 1px solid rgba(28, 66, 113, 0.12);
	}

	.rv-about__stat:last-child {
		border-bottom: 0;
	}

	.rv-about__hero-proof {
		position: static;
		width: 100%;
		margin-top: 12px;
	}

	.rv-about__hero-photo,
	.rv-about__story-photo,
	.rv-about__expo-photo {
		box-shadow: 0 16px 34px rgba(28, 66, 113, 0.14);
	}

	.rv-about__hero-photo {
		min-height: auto;
	}

	.rv-about__story-grid {
		display: flex;
		flex-direction: column-reverse;
	}

	.rv-about__process-note {
		margin-top: 16px;
		padding: 16px;
		font-size: 15px;
	}

	.rv-about__process-cta {
		padding: 20px;
	}

	.rv-about__process-cta h2 {
		font-size: 27px;
	}

	.rv-about__logo-item {
		flex-basis: 176px;
		height: 82px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.rv-about__logo-track {
		animation: none;
	}
}

/* === RozumVent about page styles end === */

/* === RozumVent contacts page styles start === */
.rv-contacts-page {
	--rv-c-blue: #1C4271;
	--rv-c-blue-deep: #123154;
	--rv-c-red: #C9212E;
	--rv-c-ink: #172033;
	--rv-c-muted: #5b6475;
	--rv-c-line: rgba(28, 66, 113, 0.14);
	--rv-c-panel: #f4f7fb;
	--rv-c-panel-strong: #e6edf5;
	--rv-c-card-pad: 24px;
	--rv-c-map-left: 38%;
	--rv-c-screen: calc(100svh - var(--rv-contacts-header-height, 0px));
	color: var(--rv-c-ink);
	font-family: inherit;
}

@supports (height: 100dvh) {
	.rv-contacts-page {
		--rv-c-screen: calc(100dvh - var(--rv-contacts-header-height, 0px));
	}
}

.rv-contacts-page,
.rv-contacts-page * {
	box-sizing: border-box;
}

/* WoodMart page title bar is disabled through post meta; this is a safety net. */
body:has(.rv-contacts-page) .page-title {
	display: none;
}

/* The section is full-bleed, so the boxed content container must stand down. */
body:has(.rv-contacts-page) .content-layout-wrapper,
body:has(.rv-contacts-page) .entry-content {
	max-width: none;
	width: 100%;
	margin: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

body:has(.rv-contacts-page) .main-page-wrapper {
	padding-top: 0;
	padding-bottom: 0;
}

body:has(.rv-contacts-page) .entry-content > .wp-block-html {
	margin-top: 0;
	margin-bottom: 0;
}

/* ---------- Section ---------- */
.rv-contacts {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	background: #fff;
	overflow: clip;
}

.rv-contacts__inner {
	position: relative;
	z-index: 2;
	width: 100%;
	padding: 36px 20px 28px;
}

.rv-contacts__card {
	position: relative;
	background: #fff;
	border: 1px solid var(--rv-c-line);
	border-radius: 6px;
	padding: var(--rv-c-card-pad);
}

.rv-contacts__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 40px;
}

/* ---------- Type ---------- */
.rv-contacts__eyebrow {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 12px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.18em;
	line-height: 1.3;
	text-transform: uppercase;
	color: var(--rv-c-red);
}

.rv-contacts__eyebrow::before {
	content: "";
	width: 28px;
	height: 2px;
	background: var(--rv-c-red);
	flex: 0 0 auto;
}

.rv-contacts__eyebrow--muted {
	color: var(--rv-c-muted);
}

.rv-contacts__eyebrow--muted::before {
	background: var(--rv-c-blue);
}

.rv-contacts__title {
	margin: 0 0 12px;
	font-size: clamp(32px, 7vw, 42px);
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: -0.025em;
	color: var(--rv-c-blue);
}

.rv-contacts__subtitle {
	margin: 0 0 10px;
	font-size: clamp(24px, 5vw, 30px);
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: -0.02em;
	color: var(--rv-c-blue);
	scroll-margin-top: calc(var(--rv-contacts-header-height, 0px) + 24px);
}

.rv-contacts__lead {
	margin: 0;
	max-width: 46ch;
	font-size: 15px;
	line-height: 1.55;
	color: var(--rv-c-muted);
}

/* ---------- Contact rows ---------- */
.rv-contacts__list {
	list-style: none;
	margin: 26px 0 0;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr;
	border-bottom: 1px solid var(--rv-c-line);
}

.rv-contacts__row {
	display: grid;
	grid-template-columns: 36px 1fr;
	align-items: start;
	gap: 14px;
	margin: 0;
	padding: 14px 0;
	border-top: 1px solid var(--rv-c-line);
}

.rv-contacts__row::before {
	display: none;
}

.rv-contacts__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: var(--rv-c-panel);
	color: var(--rv-c-blue);
	flex: 0 0 auto;
}

.rv-contacts__icon svg {
	width: 18px;
	height: 18px;
	display: block;
}

.rv-contacts__body {
	min-width: 0;
}

.rv-contacts__label {
	display: block;
	margin-bottom: 3px;
	font-size: 10.5px;
	font-weight: 600;
	letter-spacing: 0.14em;
	line-height: 1.3;
	text-transform: uppercase;
	color: var(--rv-c-muted);
}

.rv-contacts__value {
	display: block;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.35;
	color: var(--rv-c-ink);
	font-variant-numeric: tabular-nums;
}

/* Phone numbers must never wrap; only the address may. */
a.rv-contacts__value {
	white-space: nowrap;
	width: max-content;
	max-width: 100%;
	text-decoration: none;
	background-image: linear-gradient(var(--rv-c-red), var(--rv-c-red));
	background-repeat: no-repeat;
	background-size: 0 2px;
	background-position: 0 100%;
	transition: background-size 0.28s ease, color 0.2s ease;
}

a.rv-contacts__value:hover,
a.rv-contacts__value:focus-visible {
	color: var(--rv-c-blue);
	background-size: 100% 2px;
}

a.rv-contacts__value:focus-visible {
	outline: 2px solid var(--rv-c-blue);
	outline-offset: 4px;
	border-radius: 2px;
}

/* ---------- Opening hours badge ---------- */
.rv-contacts__hours {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px 12px;
}

.rv-contacts__hours .rv-contacts__status {
	margin-top: 0;
}

.rv-contacts__status {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 7px;
	padding: 4px 11px 4px 9px;
	border-radius: 999px;
	font-size: 11.5px;
	font-weight: 600;
	line-height: 1.4;
	background: var(--rv-c-panel);
	color: var(--rv-c-muted);
}

.rv-contacts__status[data-rv-state="open"] {
	background: rgba(20, 134, 109, 0.1);
	color: #0e6552;
}

.rv-contacts__status[data-rv-state="closed"] {
	background: rgba(201, 33, 46, 0.08);
	color: #9c1a24;
}

.rv-contacts__dot {
	position: relative;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: currentColor;
	flex: 0 0 auto;
}

.rv-contacts__status[data-rv-state="open"] .rv-contacts__dot::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 50%;
	background: currentColor;
	animation: rv-c-pulse 2.2s ease-out infinite;
}

@keyframes rv-c-pulse {
	0% { transform: scale(1); opacity: 0.55; }
	70% { transform: scale(2.6); opacity: 0; }
	100% { transform: scale(2.6); opacity: 0; }
}

/* ---------- Social ---------- */
.rv-contacts__social {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 18px;
	margin-top: 22px;
}

.rv-contacts__social-title {
	margin: 0;
	font-size: 10.5px;
	font-weight: 600;
	letter-spacing: 0.14em;
	line-height: 1.3;
	text-transform: uppercase;
	color: var(--rv-c-muted);
}

.rv-contacts__social-list {
	display: flex;
	gap: 10px;
}

.rv-contacts__social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 1px solid var(--rv-c-line);
	color: var(--rv-c-blue);
	background: #fff;
	transition: background-color 0.22s ease, color 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
}

.rv-contacts__social-link svg {
	width: 18px;
	height: 18px;
	display: block;
	fill: currentColor;
}

.rv-contacts__social-link:hover,
.rv-contacts__social-link:focus-visible {
	background: var(--rv-c-blue);
	border-color: var(--rv-c-blue);
	color: #fff;
	transform: translateY(-2px);
}

.rv-contacts__social-link:focus-visible {
	outline: 2px solid var(--rv-c-red);
	outline-offset: 3px;
}

/* ---------- Form column ---------- */
.rv-contacts__form-intro {
	margin: 0 0 22px;
	max-width: 42ch;
	font-size: 14.5px;
	line-height: 1.6;
	color: var(--rv-c-muted);
}

.rv-contacts__form .wpcf7 {
	margin: 0;
}

.rv-contacts__form .wpcf7-form {
	display: grid;
	gap: 18px;
	grid-template-columns: 1fr;
}

.rv-contacts__form .wpcf7-form > p {
	margin: 0;
}

.rv-contacts__form label {
	display: block;
	margin: 0;
	font-size: 10.5px;
	font-weight: 600;
	letter-spacing: 0.14em;
	line-height: 1.3;
	text-transform: uppercase;
	color: var(--rv-c-muted);
}

.rv-contacts__form .wpcf7-form-control-wrap {
	display: block;
	margin-top: 5px;
}

/* WoodMart styles form controls with its own inline stylesheets, which load
   after the child theme. Every control rule below carries the page class so it
   wins on specificity instead of on !important. */
.rv-contacts-page .rv-contacts__form .wpcf7-form-control:not(.wpcf7-submit) {
	width: 100%;
	max-width: 100%;
	height: auto;
	min-height: 44px;
	padding: 8px 0;
	border: 0;
	border-bottom: 1px solid var(--rv-c-line);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	font-family: inherit;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.5;
	text-transform: none;
	color: var(--rv-c-ink);
	transition: border-color 0.22s ease, box-shadow 0.22s ease;
}

/* Contact Form 7 renders the textarea with rows="10". Height is set here, not
   min-height, because the rows attribute drives the intrinsic height. */
.rv-contacts-page .rv-contacts__form textarea.wpcf7-form-control:not(.wpcf7-submit) {
	height: 78px;
	min-height: 78px;
	resize: vertical;
	line-height: 1.55;
}

.rv-contacts-page .rv-contacts__form select.wpcf7-form-control:not(.wpcf7-submit) {
	appearance: none;
	-webkit-appearance: none;
	padding-right: 28px;
	cursor: pointer;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%235b6475' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 2px center;
}

.rv-contacts-page .rv-contacts__form .wpcf7-form-control:not(.wpcf7-submit)::placeholder {
	color: #9aa3b2;
	font-weight: 400;
}

.rv-contacts-page .rv-contacts__form .wpcf7-form-control:not(.wpcf7-submit):focus {
	outline: none;
	border-bottom-color: var(--rv-c-blue);
	box-shadow: 0 1px 0 0 var(--rv-c-blue);
}

.rv-contacts-page .rv-contacts__form .wpcf7-form-control:not(.wpcf7-submit):focus-visible {
	outline: 2px solid rgba(28, 66, 113, 0.4);
	outline-offset: 6px;
}

.rv-contacts-page .rv-contacts__form .wpcf7-not-valid {
	border-bottom-color: var(--rv-c-red);
	box-shadow: 0 1px 0 0 var(--rv-c-red);
}

.rv-contacts__form .wpcf7-not-valid-tip {
	display: block;
	margin-top: 7px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: none;
	color: var(--rv-c-red);
}

.rv-contacts-page .rv-contacts__form input.wpcf7-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: 48px;
	min-height: 48px;
	padding: 0 32px;
	border: 0;
	border-radius: 4px;
	background: var(--rv-c-blue);
	color: #fff;
	font-family: inherit;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.09em;
	line-height: 1;
	text-transform: uppercase;
	cursor: pointer;
	transition: background-color 0.22s ease, transform 0.18s ease, box-shadow 0.22s ease;
}

.rv-contacts-page .rv-contacts__form input.wpcf7-submit:hover {
	background: var(--rv-c-blue-deep);
	transform: translateY(-1px);
	box-shadow: 0 10px 24px -12px rgba(18, 49, 84, 0.8);
}

.rv-contacts-page .rv-contacts__form input.wpcf7-submit:active {
	transform: translateY(0) scale(0.99);
}

.rv-contacts-page .rv-contacts__form input.wpcf7-submit:focus-visible {
	outline: 2px solid var(--rv-c-red);
	outline-offset: 3px;
}

.rv-contacts__form .wpcf7-response-output {
	margin: 0 !important;
	padding: 13px 15px !important;
	border: 0 !important;
	border-left: 3px solid var(--rv-c-blue) !important;
	border-radius: 4px;
	background: var(--rv-c-panel);
	font-size: 14px;
	line-height: 1.5;
}

.rv-contacts__form .wpcf7-form.invalid .wpcf7-response-output,
.rv-contacts__form .wpcf7-form.failed .wpcf7-response-output {
	border-left-color: var(--rv-c-red) !important;
	background: rgba(201, 33, 46, 0.06);
}

.rv-contacts__form .wpcf7-spinner {
	margin: 0 0 0 14px;
}

/* ---------- Directions button (secondary action) ---------- */
.rv-contacts__route {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	margin-top: 24px;
	min-height: 50px;
	padding: 0 24px;
	border: 1px solid var(--rv-c-blue);
	border-radius: 4px;
	background: #fff;
	color: var(--rv-c-blue);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none;
	transition: background-color 0.22s ease, color 0.22s ease, transform 0.18s ease, box-shadow 0.22s ease;
}

.rv-contacts__route svg {
	width: 17px;
	height: 17px;
	flex: 0 0 auto;
	color: var(--rv-c-red);
	transition: color 0.22s ease;
}

.rv-contacts__route:hover,
.rv-contacts__route:focus-visible {
	background: var(--rv-c-blue);
	color: #fff;
}

.rv-contacts__route:hover svg,
.rv-contacts__route:focus-visible svg {
	color: #fff;
}

.rv-contacts__route:focus-visible {
	outline: 2px solid var(--rv-c-red);
	outline-offset: 3px;
}

/* ---------- Map ---------- */
.rv-contacts__map {
	position: relative;
	z-index: 1;
	width: 100%;
	height: clamp(320px, 58vw, 420px);
	background:
		radial-gradient(circle at 1px 1px, rgba(28, 66, 113, 0.14) 1px, transparent 0) 0 0 / 22px 22px,
		linear-gradient(135deg, var(--rv-c-panel) 0%, var(--rv-c-panel-strong) 100%);
	overflow: hidden;
}

.rv-contacts__map::after {
	content: attr(data-rv-map-loading);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--rv-c-muted);
	opacity: 0.75;
	pointer-events: none;
}

.rv-contacts__map[data-rv-map-loaded="1"]::after {
	content: none;
}

.rv-contacts__map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
}

/* The map must not swallow page scroll before the visitor asks for it. */
.rv-contacts__map-shield {
	position: absolute;
	inset: 0;
	z-index: 3;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding-bottom: 22px;
	border: 0;
	background: transparent;
	cursor: pointer;
	font: inherit;
}

.rv-contacts__map-shield span {
	padding: 9px 16px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 8px 22px -12px rgba(11, 34, 60, 0.6);
	color: var(--rv-c-blue);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.04em;
	opacity: 0;
	transform: translateY(6px);
	transition: opacity 0.22s ease, transform 0.22s ease;
}

.rv-contacts__map-shield:hover span,
.rv-contacts__map-shield:focus-visible span {
	opacity: 1;
	transform: translateY(0);
}

.rv-contacts__map-shield:focus-visible {
	outline: 3px solid var(--rv-c-blue);
	outline-offset: -6px;
}

@media (hover: none) {
	.rv-contacts__map-shield span {
		opacity: 1;
		transform: none;
	}
}

/* ---------- Tablet ---------- */
@media (min-width: 768px) {
	.rv-contacts-page {
		--rv-c-card-pad: 40px;
	}

	.rv-contacts__inner {
		padding: 48px 32px 40px;
	}

	.rv-contacts__card {
		max-width: 760px;
		margin: 0 auto;
	}

	.rv-contacts__route {
		width: auto;
	}
}

/* ---------- Laptop: two-column card, map underneath ---------- */
@media (min-width: 960px) {
	.rv-contacts-page {
		--rv-c-card-pad: 48px;
	}

	.rv-contacts__inner {
		padding: 56px 40px 48px;
	}

	.rv-contacts__card {
		max-width: 1180px;
	}

	.rv-contacts__grid {
		grid-template-columns: 1.02fr 1fr;
		gap: 0;
	}

	.rv-contacts__col--info {
		padding-right: 44px;
	}

	.rv-contacts__col--form {
		padding-left: 44px;
		border-left: 1px solid var(--rv-c-line);
	}

	/* Two by two keeps the info column short enough to fit one screen.
	   The address and the opening hours need the full width, the two phone
	   numbers sit side by side. */
	.rv-contacts__list {
		grid-template-columns: 1fr 1fr;
		column-gap: 32px;
	}

	.rv-contacts__row--wide {
		grid-column: 1 / -1;
	}

	.rv-contacts__map {
		height: clamp(380px, 34vw, 480px);
	}
}

/* ---------- Desktop: card rests on the left edge of the map ----------
   The map keeps its own left origin, so the Google logo and terms links
   stay visible. Its centre, and therefore the pin, lands right of the card. */
@media (min-width: 1440px) {
	.rv-contacts-page {
		--rv-c-card-pad: 44px;
	}

	.rv-contacts {
		display: block;
		min-height: max(640px, var(--rv-c-screen));
		background: linear-gradient(90deg, var(--rv-c-panel) 0 var(--rv-c-map-left), #fff var(--rv-c-map-left));
	}

	.rv-contacts__inner {
		display: flex;
		align-items: center;
		min-height: max(640px, var(--rv-c-screen));
		/* Top padding keeps the card clear of the Google place card that sits in
		   the top left corner of the embed: name, address and rating, ~116px. */
		padding: 124px max(48px, calc((100vw - 1560px) / 2)) 56px;
	}

	.rv-contacts__card {
		width: min(960px, 60vw);
		max-width: none;
		margin: 0;
		padding: var(--rv-c-card-pad) var(--rv-c-card-pad) calc(var(--rv-c-card-pad) + 6px);
		border-color: transparent;
		box-shadow:
			0 60px 120px -46px rgba(11, 34, 60, 0.55),
			0 10px 30px -16px rgba(11, 34, 60, 0.22);
	}

	/* The form column needs the width: the CF7 select placeholder is 176px of
	   text and gets cut off in anything narrower than a 208px column. */
	.rv-contacts__grid {
		grid-template-columns: 1fr 1.25fr;
	}

	.rv-contacts__col--info {
		padding-right: 40px;
	}

	.rv-contacts__col--form {
		padding-left: 40px;
	}

	.rv-contacts__list {
		column-gap: 24px;
	}

	.rv-contacts__row {
		grid-template-columns: 32px 1fr;
		gap: 12px;
	}

	/* The lead already says this; on one screen the room is worth more. */
	.rv-contacts__form-intro {
		display: none;
	}

	.rv-contacts__form .wpcf7-form {
		grid-template-columns: 1fr 1fr;
		gap: 16px 24px;
	}

	.rv-contacts__form .wpcf7-form > p:nth-of-type(5),
	.rv-contacts__form .wpcf7-form > p:nth-of-type(6),
	.rv-contacts__form .wpcf7-response-output {
		grid-column: 1 / -1;
	}

	.rv-contacts__route {
		position: absolute;
		right: var(--rv-c-card-pad);
		bottom: 0;
		width: auto;
		margin-top: 0;
		border-color: transparent;
		border-radius: 999px;
		box-shadow:
			0 18px 40px -18px rgba(11, 34, 60, 0.7),
			0 2px 6px -2px rgba(11, 34, 60, 0.25);
		transform: translateY(50%);
	}

	.rv-contacts__route:hover,
	.rv-contacts__route:focus-visible {
		transform: translateY(calc(50% - 2px));
	}

	.rv-contacts__map {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: var(--rv-c-map-left);
		width: auto;
		height: auto;
	}

	.rv-contacts__map-shield {
		align-items: flex-end;
		justify-content: flex-end;
		padding: 0 36px 36px;
	}
}

@media (min-width: 1800px) {
	.rv-contacts-page {
		--rv-c-map-left: 42%;
	}
}

/* ---------- Entrance ---------- */
@media (prefers-reduced-motion: no-preference) {
	.rv-contacts__card {
		opacity: 0;
		transform: translateY(18px);
		animation: rv-c-rise 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.05s forwards;
	}

	.rv-contacts__row {
		opacity: 0;
		animation: rv-c-fade 0.5s ease-out forwards;
	}

	.rv-contacts__row:nth-child(1) { animation-delay: 0.30s; }
	.rv-contacts__row:nth-child(2) { animation-delay: 0.36s; }
	.rv-contacts__row:nth-child(3) { animation-delay: 0.42s; }
	.rv-contacts__row:nth-child(4) { animation-delay: 0.48s; }
}

@keyframes rv-c-rise {
	to { opacity: 1; transform: translateY(0); }
}

@keyframes rv-c-fade {
	to { opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
	.rv-contacts-page *,
	.rv-contacts-page *::before,
	.rv-contacts-page *::after {
		animation: none !important;
		transition: none !important;
	}

	.rv-contacts__status[data-rv-state="open"] .rv-contacts__dot::after {
		display: none;
	}
}
/* === RozumVent contacts page styles end === */

/* === RozumVent services page styles start === */
.rv-services-page {
	--rv-s-blue: #1C4271;
	--rv-s-blue-deep: #123154;
	--rv-s-red: #C9212E;
	--rv-s-ink: #172033;
	--rv-s-muted: #5b6475;
	--rv-s-line: rgba(28, 66, 113, 0.14);
	--rv-s-panel: #f4f7fb;
	--rv-s-panel-strong: #e6edf5;
	--rv-s-gutter: max(20px, calc((100vw - 1500px) / 2));
	--rv-s-screen: calc(100svh - var(--rv-services-header-height, 0px));
	color: var(--rv-s-ink);
	font-family: inherit;
}

@supports (height: 100dvh) {
	.rv-services-page {
		--rv-s-screen: calc(100dvh - var(--rv-services-header-height, 0px));
	}
}

.rv-services-page,
.rv-services-page * {
	box-sizing: border-box;
}

/* WoodMart page title bar is disabled through post meta; this is a safety net. */
body:has(.rv-services-page) .page-title {
	display: none;
}

/* The sections are full-bleed, so the boxed content container must stand down. */
body:has(.rv-services-page) .content-layout-wrapper,
body:has(.rv-services-page) .entry-content {
	max-width: none;
	width: 100%;
	margin: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

body:has(.rv-services-page) .main-page-wrapper {
	padding-top: 0;
	padding-bottom: 0;
}

body:has(.rv-services-page) .entry-content > .wp-block-html {
	margin-top: 0;
	margin-bottom: 0;
}

.rv-services {
	position: relative;
	width: 100%;
}

.rv-s-inner {
	width: 100%;
	padding-inline: var(--rv-s-gutter);
}

/* ---------- Shared type ---------- */
.rv-s-eyebrow {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 12px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.18em;
	line-height: 1.3;
	text-transform: uppercase;
	color: var(--rv-s-red);
}

.rv-s-eyebrow::before {
	content: "";
	width: 28px;
	height: 2px;
	background: currentColor;
	flex: 0 0 auto;
}

.rv-s-eyebrow--light {
	color: #fff;
}

.rv-s-title {
	margin: 0;
	font-size: clamp(28px, 3.2vw, 44px);
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: -0.02em;
	color: var(--rv-s-blue);
}

.rv-s-lead {
	margin: 18px 0 0;
	max-width: 58ch;
	font-size: 16px;
	line-height: 1.65;
	color: var(--rv-s-muted);
}

.rv-s-head {
	margin-bottom: 36px;
}

/* ---------- Buttons ---------- */
.rv-s-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 28px;
	border: 1px solid transparent;
	border-radius: 4px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none;
	transition: background-color 0.22s ease, color 0.22s ease, border-color 0.22s ease, transform 0.18s ease;
}

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

.rv-s-btn:focus-visible {
	outline: 2px solid var(--rv-s-red);
	outline-offset: 3px;
}

.rv-s-btn--light {
	background: #fff;
	color: var(--rv-s-blue);
}

.rv-s-btn--light:hover,
.rv-s-btn--light:focus-visible {
	background: #fff;
	color: var(--rv-s-blue-deep);
}

.rv-s-btn--ghost {
	border-color: rgba(255, 255, 255, 0.55);
	color: #fff;
	font-variant-numeric: tabular-nums;
}

.rv-s-btn--ghost:hover,
.rv-s-btn--ghost:focus-visible {
	border-color: #fff;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
}

.rv-s-btn--primary {
	background: var(--rv-s-blue);
	color: #fff;
}

.rv-s-btn--primary:hover,
.rv-s-btn--primary:focus-visible {
	background: var(--rv-s-blue-deep);
	color: #fff;
}

.rv-s-btn--outline {
	border-color: var(--rv-s-blue);
	color: var(--rv-s-blue);
	font-variant-numeric: tabular-nums;
}

.rv-s-btn--outline:hover,
.rv-s-btn--outline:focus-visible {
	background: var(--rv-s-blue);
	color: #fff;
}

/* ---------- Image placeholder ----------
   Renders when the media file is not in the library yet. Deliberately loud:
   a placeholder must never look like a finished design. */
.rv-s-placeholder {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	aspect-ratio: 16 / 9;
	padding: 16px;
	text-align: center;
	background:
		repeating-linear-gradient(135deg, rgba(28, 66, 113, 0.05) 0 12px, transparent 12px 24px),
		linear-gradient(135deg, var(--rv-s-panel) 0%, var(--rv-s-panel-strong) 100%);
	border: 1px dashed rgba(28, 66, 113, 0.35);
	color: var(--rv-s-muted);
}

.rv-s-placeholder__slot {
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--rv-s-blue);
}

.rv-s-placeholder__meta {
	font-size: 11px;
	letter-spacing: 0.06em;
	font-variant-numeric: tabular-nums;
	word-break: break-all;
}

/* ---------- Hero ---------- */
/* On mobile the hero is NOT pinned to the viewport height: WoodMart renders a
   fixed bottom toolbar there, and a full-height hero puts the trust strip
   straight under it. Full-height kicks in from the tablet breakpoint. */
.rv-s-hero {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	overflow: clip;
	background: var(--rv-s-blue-deep);
}

.rv-s-hero__media {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.rv-s-hero__media .rv-s-placeholder {
	height: 100%;
	aspect-ratio: auto;
	border: 0;
	color: rgba(255, 255, 255, 0.85);
}

.rv-s-hero__media .rv-s-placeholder__slot {
	color: #fff;
}

.rv-s-hero__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* Anchor the crop to the top: the action (raised arms, indoor unit under the
	   ceiling) sits in the upper part of the frame. With centre cropping a short
	   viewport cuts the head off under the header. Top keeps head and unit visible
	   at any window height; only the floor and ladder base get trimmed. */
	object-position: center top;
	display: block;
}

.rv-s-hero__scrim {
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(90deg, rgba(18, 49, 84, 0.95) 0%, rgba(18, 49, 84, 0.82) 42%, rgba(18, 49, 84, 0.25) 100%),
		linear-gradient(180deg, rgba(18, 49, 84, 0.35) 0%, transparent 30%);
}

.rv-s-hero__inner {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	flex: 1 1 auto;
	padding: 64px var(--rv-s-gutter) 48px;
}

.rv-s-hero__text {
	max-width: 660px;
}

.rv-s-hero__title {
	margin: 0;
	font-size: clamp(32px, 4.4vw, 60px);
	font-weight: 800;
	line-height: 1.04;
	letter-spacing: -0.025em;
	color: #fff;
}

.rv-s-hero__lead {
	margin: 20px 0 0;
	max-width: 52ch;
	font-size: clamp(15px, 1.1vw, 17px);
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.86);
}

.rv-s-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 32px;
}

.rv-s-hero__strip {
	position: relative;
	z-index: 2;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
	background: rgba(18, 49, 84, 0.55);
	backdrop-filter: blur(6px);
}

.rv-s-hero__strip-inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px 20px;
	padding: 18px var(--rv-s-gutter);
}

.rv-s-strip-item {
	position: relative;
	padding-left: 18px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.35;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.92);
}

.rv-s-strip-item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 7px;
	height: 7px;
	margin-top: -3.5px;
	border-radius: 50%;
	background: var(--rv-s-red);
}

/* ---------- Service cards ---------- */
.rv-s-catalog {
	padding: 72px 0;
	background: #fff;
}

.rv-s-cards {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
}

.rv-s-card {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid var(--rv-s-line);
	border-radius: 8px;
	overflow: hidden;
	transition: box-shadow 0.28s ease, border-color 0.28s ease;
}

.rv-s-card:hover {
	border-color: transparent;
	box-shadow: 0 26px 50px -30px rgba(11, 34, 60, 0.55);
}

.rv-s-card__media {
	position: relative;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: var(--rv-s-panel);
}

.rv-s-card__media .rv-s-placeholder {
	height: 100%;
	border: 0;
}

.rv-s-card__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Only the image scales, never the card or the button. */
.rv-s-card:hover .rv-s-card__img {
	transform: scale(1.038);
}

.rv-s-card__body {
	padding: 22px 22px 26px;
}

.rv-s-card__title {
	margin: 0 0 8px;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: -0.01em;
	color: var(--rv-s-blue);
}

.rv-s-card__text {
	margin: 0;
	font-size: 14.5px;
	line-height: 1.6;
	color: var(--rv-s-muted);
}

/* ---------- Process ---------- */
.rv-s-process {
	padding: 72px 0;
	background: var(--rv-s-panel);
}

.rv-s-steps {
	display: grid;
	grid-template-columns: 1fr;
	gap: 28px;
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: none;
}

.rv-s-step {
	margin: 0;
	padding: 22px 0 0;
	border-top: 2px solid var(--rv-s-line);
}

.rv-s-step::before,
.rv-s-step::marker {
	content: none;
}

.rv-s-step__num {
	display: block;
	margin-bottom: 10px;
	font-size: 40px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.03em;
	color: rgba(28, 66, 113, 0.18);
	font-variant-numeric: tabular-nums;
}

.rv-s-step__title {
	margin: 0 0 8px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	color: var(--rv-s-blue);
}

.rv-s-step__text {
	margin: 0;
	font-size: 14.5px;
	line-height: 1.6;
	color: var(--rv-s-muted);
}

/* ---------- Clean work ---------- */
.rv-s-clean {
	padding: 72px 0;
	background: #fff;
}

.rv-s-clean__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 32px;
	align-items: center;
}

.rv-s-clean__media {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	background: var(--rv-s-panel);
}

.rv-s-clean__media .rv-s-placeholder {
	border: 0;
}

.rv-s-clean__img {
	width: 100%;
	height: auto;
	display: block;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.rv-s-checks {
	list-style: none;
	margin: 26px 0 0;
	padding: 0;
	display: grid;
	gap: 12px;
}

.rv-s-check {
	position: relative;
	margin: 0;
	padding-left: 30px;
	font-size: 15px;
	line-height: 1.5;
	font-weight: 600;
	color: var(--rv-s-ink);
}

.rv-s-check::before {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	width: 18px;
	height: 18px;
	background-color: var(--rv-s-blue);
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / contain no-repeat;
}

/* ---------- Stats ---------- */
.rv-s-stats {
	padding: 64px 0;
	background: var(--rv-s-blue-deep);
	color: #fff;
}

.rv-s-stats__title {
	margin: 0 0 40px;
	font-size: clamp(24px, 2.4vw, 32px);
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: -0.02em;
	color: #fff;
}

.rv-s-stats__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 32px 24px;
	margin: 0;
}

.rv-s-stat {
	position: relative;
	padding-top: 18px;
	border-top: 2px solid rgba(255, 255, 255, 0.18);
}

.rv-s-stat__value {
	margin: 0 0 6px;
	font-size: clamp(30px, 3vw, 44px);
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.03em;
	color: #fff;
	font-variant-numeric: tabular-nums;
}

.rv-s-stat__label {
	margin: 0;
	font-size: 13px;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.72);
}

/* ---------- Closing CTA ---------- */
.rv-s-cta {
	padding: 72px 0;
	background: var(--rv-s-panel);
}

.rv-s-cta__box {
	display: grid;
	grid-template-columns: 1fr;
	gap: 28px;
	padding: 40px 28px;
	background: #fff;
	border-radius: 10px;
	border: 1px solid var(--rv-s-line);
}

.rv-s-cta__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
}

/* ---------- Tablet ---------- */
@media (min-width: 640px) {
	.rv-s-cards {
		grid-template-columns: repeat(2, 1fr);
	}

	.rv-s-steps {
		grid-template-columns: repeat(2, 1fr);
		gap: 32px;
	}
}

@media (min-width: 768px) {
	.rv-services-page {
		--rv-s-gutter: max(32px, calc((100vw - 1500px) / 2));
	}

	.rv-s-hero {
		min-height: max(560px, var(--rv-s-screen));
	}

	.rv-s-hero__strip-inner {
		display: flex;
		flex-wrap: wrap;
		gap: 14px 36px;
		padding: 20px var(--rv-s-gutter);
	}

	.rv-s-strip-item {
		padding-left: 20px;
		font-size: 12.5px;
		letter-spacing: 0.06em;
	}

	.rv-s-catalog,
	.rv-s-process,
	.rv-s-clean,
	.rv-s-cta {
		padding: 96px 0;
	}

	.rv-s-stats {
		padding: 80px 0;
	}

	.rv-s-cta__box {
		padding: 48px 44px;
	}
}

/* ---------- Laptop ---------- */
@media (min-width: 1024px) {
	.rv-s-head {
		margin-bottom: 44px;
	}

	.rv-s-clean__grid {
		grid-template-columns: 1.1fr 0.9fr;
		gap: 56px;
	}

	.rv-s-cta__box {
		grid-template-columns: 1.4fr auto;
		align-items: center;
		gap: 48px;
		padding: 52px 56px;
	}

	.rv-s-cta__actions {
		justify-content: flex-end;
	}
}

/* ---------- Desktop ---------- */
@media (min-width: 1100px) {
	.rv-s-cards {
		grid-template-columns: repeat(3, 1fr);
		gap: 28px;
	}

	.rv-s-steps {
		grid-template-columns: repeat(4, 1fr);
		gap: 36px;
	}

	.rv-s-stats__grid {
		grid-template-columns: repeat(5, 1fr);
		gap: 28px;
	}

	.rv-s-hero__inner {
		padding-top: 80px;
		padding-bottom: 64px;
	}
}

/* ---------- Motion ---------- */
@media (prefers-reduced-motion: reduce) {
	.rv-services-page *,
	.rv-services-page *::before,
	.rv-services-page *::after {
		animation: none !important;
		transition: none !important;
	}

	.rv-s-card:hover .rv-s-card__img {
		transform: none;
	}
}
/* === RozumVent services page styles end === */

/* === RozumVent square product images styles start === */
/* Keep every product image within a square frame without cropping it. */
.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image {
    aspect-ratio: 1 / 1;
    background: #fff;
}

.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

/* WoodMart builds the thumbnail rail separately and defaults it to cropping. */
.single-product .woocommerce-product-gallery .wd-gallery-thumb .wd-carousel-item {
    height: 132px !important;
}

.single-product .woocommerce-product-gallery .wd-gallery-thumb img {
    display: block;
    width: 100%;
    height: 122px !important;
    margin-bottom: 10px;
    background: #fff;
    object-fit: contain !important;
    object-position: center;
}

.wd-products .wd-product-thumb {
    aspect-ratio: 1 / 1;
    background: #fff;
}

.wd-products .wd-product-img-link,
.wd-products .wd-product-img-link picture,
.wd-products .wd-product-img-hover,
.wd-products .wd-product-img-hover picture {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.wd-products .wd-product-img-link img,
.wd-products .wd-product-img-hover img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

/* === RozumVent square product images styles end === */

/* === RozumVent contact phones styles start === */
.rv-header-phones-wrap {
	text-align: right;
}

.rv-header-phones {
	position: relative;
	display: inline-block;
	text-align: left;
}

.rv-header-phones__trigger {
	position: relative;
	isolation: isolate;
	display: inline-flex;
	align-items: stretch;
	border-radius: 999px;
	box-shadow: 0 10px 24px rgba(28, 66, 113, 0.22);
	transition: box-shadow 180ms ease, transform 180ms ease;
}

.rv-header-phones__trigger::before,
.rv-header-phones__trigger::after {
	position: absolute;
	inset: -4px;
	z-index: -1;
	border-radius: inherit;
	content: "";
	pointer-events: none;
}

.rv-header-phones__trigger::before {
	border: 1px solid rgba(201, 33, 46, 0.2);
	animation: rv-header-phone-ring 2200ms ease-out infinite;
}

.rv-header-phones__trigger::after {
	inset: -8px;
	border: 1px solid rgba(28, 66, 113, 0.16);
	animation: rv-header-phone-ring 2200ms ease-out 650ms infinite;
}

.rv-header-phones:hover .rv-header-phones__trigger {
	box-shadow: 0 14px 30px rgba(28, 66, 113, 0.3);
	transform: translateY(-1px);
}

/* Кнопка телефону всередині групи втрачає власну пігулку і кільця:
   вони переїхали на .rv-header-phones__trigger, інакше було б два кола. */
.rv-header-phones .rv-header-phone {
	border-radius: 999px 0 0 999px;
	border-right: 0;
	padding-right: 12px;
	box-shadow: none;
	transform: none;
}

.rv-header-phones .rv-header-phone::before,
.rv-header-phones .rv-header-phone::after {
	display: none;
}

.rv-header-phones .rv-header-phone:hover {
	box-shadow: none;
	transform: none;
}

.rv-header-phones__toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	min-height: 46px;
	padding: 0 12px 0 6px;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-left: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 0 999px 999px 0;
	background: #1C4271;
	color: #ffffff;
	cursor: pointer;
	transition: background-color 180ms ease;
}

.rv-header-phones:hover .rv-header-phone,
.rv-header-phones:hover .rv-header-phones__toggle,
.rv-header-phones[data-rv-open="true"] .rv-header-phone,
.rv-header-phones[data-rv-open="true"] .rv-header-phones__toggle {
	background: #123154;
}

.rv-header-phones__toggle:focus-visible {
	outline: 3px solid rgba(201, 33, 46, 0.28);
	outline-offset: 4px;
}

.rv-header-phones__chevron {
	display: block;
	width: 8px;
	height: 8px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: translateY(-2px) rotate(45deg);
	transition: transform 180ms ease;
}

.rv-header-phones:hover .rv-header-phones__chevron,
.rv-header-phones:focus-within .rv-header-phones__chevron,
.rv-header-phones[data-rv-open="true"] .rv-header-phones__chevron {
	transform: translateY(2px) rotate(-135deg);
}

.rv-header-phones__menu {
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 400;
	min-width: 244px;
	margin-top: 12px;
	padding: 14px 16px 13px;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 18px 40px rgba(28, 66, 113, 0.22), 0 0 0 1px rgba(28, 66, 113, 0.08);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-6px);
	transition: opacity 160ms ease, transform 160ms ease, visibility 160ms;
}

/* Невидимий місток, щоб курсор не втрачав hover у зазорі під кнопкою. */
.rv-header-phones__menu::before {
	position: absolute;
	top: -14px;
	right: 0;
	left: 0;
	height: 14px;
	content: "";
}

.rv-header-phones:hover .rv-header-phones__menu,
.rv-header-phones:focus-within .rv-header-phones__menu,
.rv-header-phones[data-rv-open="true"] .rv-header-phones__menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.rv-header-phones__title {
	margin: 0 0 8px;
	color: #8a96a8;
	font-size: 10px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.rv-header-phones__list {
	display: grid;
	gap: 2px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.rv-header-phones__list li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.rv-header-phones__list a {
	display: block;
	margin: 0 -8px;
	padding: 7px 8px;
	border-radius: 9px;
	color: #1C4271 !important;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.1;
	text-decoration: none !important;
	white-space: nowrap;
	transition: background-color 140ms ease, color 140ms ease;
}

.rv-header-phones__list a:hover,
.rv-header-phones__list a:focus-visible {
	background: rgba(28, 66, 113, 0.07);
	color: #C9212E !important;
}

.rv-header-phones__messenger {
	margin: 10px 0 0;
	padding-top: 10px;
	border-top: 1px solid rgba(28, 66, 113, 0.12);
	color: #6b7787;
	font-size: 13px;
	line-height: 1.4;
}

.rv-header-phones__messenger a {
	color: #1C4271 !important;
	font-weight: 700;
	text-decoration: none !important;
}

.rv-header-phones__messenger a:hover {
	color: #C9212E !important;
}

.rv-header-phones__all {
	display: inline-block;
	margin-top: 9px;
	color: #C9212E !important;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none !important;
}

.rv-header-phones__all:hover {
	text-decoration: underline !important;
}

/* Список номерів у контенті сторінок. */
.rv-contacts__phones {
	display: grid;
	gap: 5px;
}

.rv-phones {
	margin: 0;
	padding: 0;
	list-style: none;
}

.rv-phones__muted {
	color: rgba(255, 255, 255, 0.55);
	font-size: 13px;
}

@media (prefers-reduced-motion: reduce) {
	.rv-header-phones__trigger,
	.rv-header-phones__trigger::before,
	.rv-header-phones__trigger::after,
	.rv-header-phones__chevron,
	.rv-header-phones__menu {
		animation: none;
		transition: none;
	}
}
/* === RozumVent contact phones styles end === */

/* === RozumVent delivery term === */
.rv-delivery {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 16px;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 500;
}

.rv-delivery__dot {
	width: 8px;
	height: 8px;
	flex: 0 0 8px;
	border-radius: 50%;
}

.rv-delivery--in {
	color: #1f8a4c;
}

.rv-delivery--in .rv-delivery__dot {
	background: #1f8a4c;
}

.rv-delivery--order {
	color: #1C4271;
}

.rv-delivery--order .rv-delivery__dot {
	background: #1C4271;
	opacity: .55;
}
/* === RozumVent delivery term end === */

/* === RozumVent breadcrumbs styles start === */
.rv-breadcrumbs {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 1.4;
}

.rv-breadcrumbs .rank-math-breadcrumb p {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 0;
	column-gap: 2px;
}

/* Contrast on white: links 6.6:1, current page 4.8:1, both above WCAG AA for 14px. */
.rv-breadcrumbs a {
	color: rgba(28, 66, 113, 0.85);
	text-decoration: none;
}

.rv-breadcrumbs a:hover,
.rv-breadcrumbs a:focus-visible {
	color: #c9212e;
}

.rv-breadcrumbs .separator {
	padding: 0 6px;
	opacity: 0.5;
}

.rv-breadcrumbs .last {
	color: rgba(28, 66, 113, 0.72);
}

/* Full-screen pages: the breadcrumbs sit inside the left hero column, above its
   eyebrow line, so they inherit the column's left edge at every width. */
.rv-breadcrumbs--in-hero {
	margin-bottom: 10px;
	font-size: 13px;
}

/* Fallback only: used when the hero column class is not found in the markup. */
.entry-content:has(> .rv-breadcrumbs--overlay) {
	position: relative;
}

.rv-breadcrumbs--overlay {
	position: absolute;
	z-index: 5;
	top: 18px;
	right: 0;
	left: 0;
	margin-bottom: 0;
	padding-right: max(40px, calc((100vw - 1680px) / 2));
	padding-left: max(40px, calc((100vw - 1680px) / 2));
	pointer-events: none;
}

.rv-breadcrumbs--overlay a {
	pointer-events: auto;
}

/* Light hero (`/about/`, `/contacts/`): keep the brand blue of a normal row. */
.rv-breadcrumbs--overlay a:hover,
.rv-breadcrumbs--overlay a:focus-visible {
	color: #c9212e;
	text-decoration: underline;
}

/* Dark hero (`/services/`): flip the text to white and add a soft shadow,
   because the hero image under the scrim is not evenly dark. */
.rv-breadcrumbs--on-dark a,
.rv-breadcrumbs--on-dark .separator,
.rv-breadcrumbs--on-dark .last {
	color: #fff;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
}

.rv-breadcrumbs--on-dark .last {
	opacity: 0.85;
}

.rv-breadcrumbs--on-dark a:hover,
.rv-breadcrumbs--on-dark a:focus-visible {
	color: #fff;
	text-decoration: underline;
}

@media (max-width: 768.98px) {
	.rv-breadcrumbs {
		margin-bottom: 14px;
		font-size: 13px;
	}

	.rv-breadcrumbs--overlay {
		top: 10px;
		padding-right: 20px;
		padding-left: 20px;
		font-size: 12px;
	}
}
/* === RozumVent breadcrumbs styles end === */
