html {
	scroll-behavior: smooth;
}

body {
	-webkit-font-smoothing: antialiased;
}

.wp-site-blocks {
	overflow-x: clip;
}

.rzh-topbar {
	border-bottom: 1px solid rgba(15, 64, 104, 0.14);
}

.rzh-header-shell > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
.rzh-topbar > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
.rzh-header-menu > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: 100% !important;
}

.rzh-topbar .rzh-header-info {
	box-sizing: border-box;
	gap: 0.5rem 1rem;
	justify-content: flex-start !important;
	overflow-wrap: anywhere;
	padding-bottom: 2px !important;
	padding-left: clamp(1rem, 3vw, 4rem) !important;
	padding-right: clamp(1rem, 3vw, 4rem) !important;
	padding-top: 2px !important;
	width: 100%;
}

.rzh-topbar .rzh-header-info > :first-child {
	margin-right: auto;
}

.rzh-topbar .rzh-header-info > :nth-last-child(-n + 2) {
	text-align: right;
}

.rzh-header {
	position: sticky;
	top: 0;
	z-index: 50;
	backdrop-filter: blur(14px);
	box-shadow: 0 10px 30px rgba(15, 64, 104, 0.08);
}

.rzh-header-menu .wp-block-columns {
	box-sizing: border-box;
	padding-left: clamp(1rem, 3vw, 4rem) !important;
	padding-right: clamp(1rem, 3vw, 4rem) !important;
	padding-top: 2px !important;
	padding-bottom: 2px !important;
	width: 100%;
}

.rzh-header-menu {
	box-shadow: 0 8px 22px rgba(15, 64, 104, 0.08);
	position: relative;
	z-index: 20;
}

.rzh-header-navigation .wp-block-navigation,
.rzh-header-navigation .wp-block-navigation__container {
	column-gap: 14px;
	gap: 14px;
}

.rzh-header-navigation .wp-block-navigation a,
.rzh-footer-nav a {
	border-radius: 10px;
	padding: 0.28rem 0.55rem;
	transition: background-color 160ms ease;
}

.rzh-header-navigation .wp-block-navigation a:hover,
.rzh-header-navigation .wp-block-navigation a:focus,
.rzh-footer-nav a:hover,
.rzh-footer-nav a:focus {
	background-color: var(--wp--preset--color--rzh-green);
	color: inherit;
	text-decoration: none;
}

.wp-block-button__link:hover,
.wp-block-button__link:focus {
	background-color: var(--wp--preset--color--rzh-green) !important;
	border-color: var(--wp--preset--color--rzh-green) !important;
	color: var(--wp--preset--color--white) !important;
}

.rzh-header-actions > .wp-block-group {
	column-gap: 16px;
	gap: 16px;
	position: relative;
}

.rzh-header-search {
	flex: 0 0 auto;
	position: relative;
}

.rzh-header-search.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper {
	width: auto !important;
}

.rzh-header-search:not(.wp-block-search__searchfield-hidden) {
	position: absolute;
	right: 0;
	top: calc(100% + 10px);
	width: min(380px, calc(100vw - 2rem));
	z-index: 100;
}

.rzh-header-search:not(.wp-block-search__searchfield-hidden) .wp-block-search__inside-wrapper {
	align-items: center;
	background: var(--wp--preset--color--white);
	border: 1px solid var(--wp--preset--color--line);
	border-radius: 6px;
	box-shadow: 0 14px 32px rgba(15, 64, 104, 0.16);
	box-sizing: border-box;
	display: flex;
	gap: 0.25rem;
	min-height: 42px;
	min-width: 0;
	padding: 0.25rem 0.35rem;
	position: static;
	width: 100% !important;
}

.rzh-header-search:not(.wp-block-search__searchfield-hidden) .wp-block-search__input {
	border: 0;
	height: 34px;
	line-height: 34px;
	min-width: 0;
	outline: 0;
	padding: 0 0.6rem;
	width: 100%;
}

.rzh-header-search:not(.wp-block-search__searchfield-hidden) .wp-block-search__button {
	flex: 0 0 auto;
	height: 34px;
	margin-left: 0;
	min-width: 34px;
	padding: 0.25rem;
}

.rzh-header-cta .wp-block-button__link {
	min-width: 132px;
	text-align: center;
	white-space: nowrap;
}

.rzh-footer-content,
.rzh-footer-copyright > .wp-block-group,
.rzh-footer-copyright > p {
	box-sizing: border-box;
	padding-left: clamp(1rem, 3vw, 4rem) !important;
	padding-right: clamp(1rem, 3vw, 4rem) !important;
	width: 100%;
}

.rzh-footer-brand,
.rzh-footer-info {
	padding-left: 0 !important;
}

.rzh-footer-contact {
	padding-right: 0 !important;
}

.rzh-hero {
	min-height: 680px;
	position: relative;
}

.rzh-hero::before {
	background: linear-gradient(90deg, rgba(15, 64, 104, 0.92), rgba(15, 64, 104, 0.68), rgba(15, 64, 104, 0.22));
	content: "";
	inset: 0;
	position: absolute;
	z-index: 1;
}

.rzh-hero > * {
	position: relative;
	z-index: 2;
}

.rzh-hero-slider {
	background: var(--wp--preset--color--rzh-navy);
	color: var(--wp--preset--color--white);
	min-height: 560px;
	overflow: hidden;
	position: relative;
}

.rzh-hero-slider__track,
.rzh-hero-slide {
	min-height: 560px;
	position: relative;
}

.rzh-hero-slide {
	inset: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transition: opacity 700ms ease;
}

.rzh-hero-slide.is-active {
	opacity: 1;
	pointer-events: auto;
	position: relative;
	z-index: 1;
}

.rzh-hero-slide__image {
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	width: 100%;
}

.rzh-hero-slide__overlay {
	background: linear-gradient(90deg, rgba(15, 64, 104, 0.92), rgba(15, 64, 104, 0.7), rgba(15, 64, 104, 0.22));
	inset: 0;
	position: absolute;
	z-index: 1;
}

.rzh-hero-slide__content {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	min-height: 560px;
	padding: var(--wp--preset--spacing--70) clamp(1rem, 4vw, 4rem);
	position: relative;
	width: min(1180px, 100%);
	z-index: 2;
}

.rzh-hero-slide__kicker {
	color: var(--wp--preset--color--rzh-green);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
	margin: 0 0 1rem;
	text-transform: uppercase;
}

.rzh-hero-slide__title {
	color: var(--wp--preset--color--white);
	font-size: clamp(2.4rem, 5vw, 4.6rem);
	font-weight: 700;
	line-height: 1.08;
	margin: 0;
	max-width: 780px;
}

.rzh-hero-slide__description {
	color: var(--wp--preset--color--white);
	font-size: 18px;
	line-height: 1.65;
	margin: 1.2rem 0 0;
	max-width: 680px;
}

.rzh-hero-slide__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
	margin-top: var(--wp--preset--spacing--50);
}

.rzh-hero-slide__button {
	align-items: center;
	border-radius: 8px;
	display: inline-flex;
	font-weight: 700;
	justify-content: center;
	min-height: 48px;
	padding: 0.85rem 1.4rem;
	text-decoration: none;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.rzh-hero-slide__button--primary {
	background: var(--wp--preset--color--rzh-blue);
	color: var(--wp--preset--color--white);
}

.rzh-hero-slide__button--secondary {
	border: 2px solid rgba(255, 255, 255, 0.82);
	color: var(--wp--preset--color--white);
}

.rzh-hero-slide__button:hover,
.rzh-hero-slide__button:focus {
	background: var(--wp--preset--color--rzh-green);
	border-color: var(--wp--preset--color--rzh-green);
	color: var(--wp--preset--color--white);
	text-decoration: none;
}

.rzh-hero-slider__arrow {
	align-items: center;
	background: rgba(255, 255, 255, 0.88);
	border: 0;
	border-radius: 999px;
	color: var(--wp--preset--color--rzh-navy);
	cursor: pointer;
	display: flex;
	font-size: 2.25rem;
	height: 44px;
	justify-content: center;
	line-height: 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
	z-index: 4;
}

.rzh-hero-slider__arrow:hover,
.rzh-hero-slider__arrow:focus {
	background: var(--wp--preset--color--rzh-green);
	color: var(--wp--preset--color--white);
}

.rzh-hero-slider__arrow--prev {
	left: clamp(0.75rem, 2vw, 2rem);
}

.rzh-hero-slider__arrow--next {
	right: clamp(0.75rem, 2vw, 2rem);
}

.rzh-hero-slider__dots {
	bottom: 1.5rem;
	display: flex;
	gap: 0.65rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	z-index: 4;
}

.rzh-hero-slider__dot {
	background: rgba(255, 255, 255, 0.56);
	border: 0;
	border-radius: 999px;
	cursor: pointer;
	height: 10px;
	padding: 0;
	width: 10px;
}

.rzh-hero-slider__dot.is-active,
.rzh-hero-slider__dot:hover,
.rzh-hero-slider__dot:focus {
	background: var(--wp--preset--color--rzh-green);
}

.rzh-template-page {
	margin-top: 0;
}

.rzh-template-hero {
	min-height: 220px;
}

.rzh-template-hero .wp-block-cover__inner-container {
	width: 100%;
}

.rzh-template-hero .wp-block-post-title {
	font-size: clamp(2rem, 4vw, 3.25rem);
	line-height: 1.12;
	margin-left: auto;
	margin-right: auto;
	max-width: 980px;
}

.rzh-template-breadcrumbs {
	box-sizing: border-box;
	color: var(--wp--preset--color--rzh-blue);
	font-size: 12px;
	margin-top: 0;
	padding-left: clamp(1rem, 3vw, 4rem);
	padding-right: clamp(1rem, 3vw, 4rem);
}

.rzh-template-content {
	box-sizing: border-box;
	padding-left: clamp(1rem, 3vw, 4rem);
	padding-right: clamp(1rem, 3vw, 4rem);
}

.rzh-product-featured-image {
	margin-left: auto;
	margin-right: auto;
	max-width: 860px;
}

.rzh-kicker {
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.rzh-card {
	border: 1px solid var(--wp--preset--color--line);
	border-radius: 6px;
	overflow: hidden;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.rzh-card:hover {
	border-color: rgba(0, 164, 200, 0.45);
	box-shadow: 0 18px 36px rgba(15, 64, 104, 0.14);
	transform: translateY(-3px);
}

.rzh-card img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
	width: 100%;
}

.rzh-product-range-intro {
	font-size: 18px;
	line-height: 1.65;
	margin-left: auto;
	margin-right: auto;
	max-width: 860px;
}

.rzh-product-range-item {
	border: 1px solid var(--wp--preset--color--line);
	border-radius: 8px;
	box-shadow: 0 14px 32px rgba(15, 64, 104, 0.08);
	box-sizing: border-box;
	margin-top: 18px;
	overflow: hidden;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.rzh-product-range-item:hover {
	border-color: rgba(15, 150, 190, 0.45);
	box-shadow: 0 18px 36px rgba(15, 64, 104, 0.13);
	transform: translateY(-3px);
}

.rzh-product-range-line {
	gap: 22px;
	margin-bottom: 0;
}

.rzh-product-range-media {
	align-items: center;
	aspect-ratio: 4 / 3;
	background:
		linear-gradient(135deg, rgba(15, 150, 190, 0.18), rgba(44, 160, 44, 0.12)),
		linear-gradient(0deg, rgba(15, 64, 104, 0.08), rgba(15, 64, 104, 0.08));
	border-radius: 6px;
	display: flex;
	justify-content: center;
	min-height: 150px;
	position: relative;
}

.rzh-product-range-media::before {
	border: 1px dashed rgba(15, 64, 104, 0.28);
	border-radius: 6px;
	content: "";
	inset: 16px;
	position: absolute;
}

.rzh-product-range-media .rzh-product-range-media-label {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
	margin: 0;
	position: relative;
	text-transform: uppercase;
	z-index: 1;
}

.rzh-product-range-kicker {
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin-bottom: 0;
	margin-top: 0;
	text-transform: uppercase;
}

.rzh-product-range-main h3 {
	font-size: 22px;
	line-height: 1.22;
	margin-bottom: 0;
	margin-top: 0.35rem;
}

.rzh-product-range-main p:not(.rzh-product-range-kicker) {
	line-height: 1.62;
	margin-bottom: 0;
	margin-top: 0.85rem;
}

.rzh-product-range-subtitle {
	font-size: 15px;
	margin-bottom: 0;
	margin-top: 0;
}

.rzh-product-range-list {
	display: grid;
	gap: 0.35rem;
	line-height: 1.45;
	margin-bottom: 0;
	margin-top: 0.75rem;
	padding-left: 1.15rem;
}

.rzh-product-range-main .wp-block-buttons {
	margin-top: 1rem;
}

.rzh-product-range-button .wp-block-button__link {
	min-height: 42px;
	padding: 0.65rem 1rem;
}

.rzh-spec {
	border-left: 3px solid var(--wp--preset--color--rzh-blue);
}

.rzh-number {
	align-items: center;
	background: var(--wp--preset--color--rzh-blue);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-weight: 800;
	height: 2.4rem;
	justify-content: center;
	width: 2.4rem;
}

.rzh-form input,
.rzh-form textarea,
.rzh-form select {
	border: 1px solid var(--wp--preset--color--line);
	border-radius: 4px;
	box-sizing: border-box;
	font: inherit;
	padding: 0.85rem 1rem;
	width: 100%;
}

.rzh-form textarea {
	min-height: 130px;
}

.rzh-form label {
	color: var(--wp--preset--color--rzh-navy);
	display: grid;
	font-size: 0.9rem;
	font-weight: 700;
	gap: 0.35rem;
}

.rzh-form .wp-block-button__link {
	width: 100%;
}

.rzh-range-page {
	background: var(--wp--preset--color--white);
}

.rzh-range-hero {
	background-position: center;
	background-size: cover;
	color: var(--wp--preset--color--white);
	min-height: 420px;
}

.rzh-range-hero__inner {
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	max-width: 1180px;
	padding: var(--wp--preset--spacing--70) clamp(1rem, 4vw, 4rem);
}

.rzh-range-kicker {
	color: var(--wp--preset--color--rzh-green);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin: 0 0 0.9rem;
	text-transform: uppercase;
}

.rzh-range-kicker--blue {
	color: var(--wp--preset--color--rzh-blue);
}

.rzh-range-hero h1 {
	color: var(--wp--preset--color--white);
	font-size: clamp(2.1rem, 4vw, 4rem);
	line-height: 1.08;
	margin: 0;
	max-width: 820px;
}

.rzh-range-summary {
	font-size: 18px;
	line-height: 1.65;
	margin: 1.25rem 0 0;
	max-width: 760px;
}

.rzh-range-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
	margin-top: var(--wp--preset--spacing--50);
}

.rzh-range-button {
	align-items: center;
	background: var(--wp--preset--color--rzh-blue);
	border: 2px solid var(--wp--preset--color--rzh-blue);
	border-radius: 8px;
	color: var(--wp--preset--color--white);
	display: inline-flex;
	font-weight: 800;
	min-height: 46px;
	padding: 0.75rem 1.15rem;
	text-decoration: none;
}

.rzh-range-button--secondary {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.82);
}

.rzh-range-button:hover,
.rzh-range-button:focus {
	background: var(--wp--preset--color--rzh-green);
	border-color: var(--wp--preset--color--rzh-green);
	color: var(--wp--preset--color--white);
	text-decoration: none;
}

.rzh-range-stats,
.rzh-range-overview,
.rzh-range-card-grid,
.rzh-range-process,
.rzh-range-inquiry {
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	max-width: 1180px;
	padding-left: clamp(1rem, 3vw, 4rem);
	padding-right: clamp(1rem, 3vw, 4rem);
}

.rzh-range-stats {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: -38px;
	position: relative;
	z-index: 2;
}

.rzh-range-stats p {
	background: var(--wp--preset--color--white);
	border: 1px solid var(--wp--preset--color--line);
	border-radius: 8px;
	box-shadow: 0 14px 32px rgba(15, 64, 104, 0.12);
	color: var(--wp--preset--color--rzh-navy);
	font-weight: 800;
	margin: 0;
	padding: 1rem 1.15rem;
}

.rzh-range-overview {
	display: grid;
	gap: var(--wp--preset--spacing--50);
	grid-template-columns: 38% 1fr;
	padding-bottom: var(--wp--preset--spacing--60);
	padding-top: var(--wp--preset--spacing--70);
}

.rzh-range-overview h2,
.rzh-range-process h2,
.rzh-range-inquiry h2 {
	font-size: clamp(1.65rem, 2.5vw, 2.5rem);
	margin: 0;
}

.rzh-range-overview p {
	color: var(--wp--preset--color--ink);
	margin-top: 0;
}

.rzh-range-card-grid {
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	padding-bottom: var(--wp--preset--spacing--60);
}

.rzh-range-card {
	background: var(--wp--preset--color--surface);
	border: 1px solid var(--wp--preset--color--line);
	border-radius: 8px;
	padding: var(--wp--preset--spacing--40);
}

.rzh-range-card h2 {
	font-size: 1.25rem;
	margin: 0 0 0.85rem;
}

.rzh-range-card ul {
	display: grid;
	gap: 0.45rem;
	margin-bottom: 0;
	margin-top: 0;
	padding-left: 1.15rem;
}

.rzh-range-process {
	padding-bottom: var(--wp--preset--spacing--70);
}

.rzh-range-process h2 {
	text-align: center;
}

.rzh-range-process__grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: var(--wp--preset--spacing--40);
}

.rzh-range-process article {
	border: 1px solid var(--wp--preset--color--line);
	border-radius: 8px;
	padding: 1rem;
}

.rzh-range-process span {
	align-items: center;
	background: var(--wp--preset--color--rzh-blue);
	border-radius: 999px;
	color: var(--wp--preset--color--white);
	display: inline-flex;
	font-weight: 800;
	height: 2.2rem;
	justify-content: center;
	width: 2.2rem;
}

.rzh-range-process p {
	color: var(--wp--preset--color--rzh-navy);
	font-weight: 800;
	margin-bottom: 0;
}

.rzh-range-inquiry {
	background: var(--wp--preset--color--surface);
	display: grid;
	gap: var(--wp--preset--spacing--50);
	grid-template-columns: 42% 1fr;
	margin-bottom: var(--wp--preset--spacing--70);
	padding-bottom: var(--wp--preset--spacing--50);
	padding-top: var(--wp--preset--spacing--50);
}

.rzh-line-page {
	background: var(--wp--preset--color--white);
	color: var(--wp--preset--color--ink);
}

.rzh-line-hero {
	background: var(--wp--preset--color--rzh-navy);
	color: var(--wp--preset--color--white);
	overflow: hidden;
}

.rzh-line-hero__inner,
.rzh-line-section,
.rzh-line-band {
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	padding-left: clamp(1rem, 4vw, 4rem);
	padding-right: clamp(1rem, 4vw, 4rem);
}

.rzh-line-hero__inner {
	align-items: center;
	display: grid;
	gap: 2.25rem;
	grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
	max-width: 1180px;
	min-height: 620px;
	padding-bottom: var(--wp--preset--spacing--70);
	padding-top: var(--wp--preset--spacing--70);
}

.rzh-line-hero h1 {
	color: var(--wp--preset--color--white);
	font-size: clamp(2.35rem, 4.2vw, 4.5rem);
	line-height: 1.08;
	margin: 0;
}

.rzh-line-summary {
	color: rgba(255, 255, 255, 0.86);
	font-size: 18px;
	line-height: 1.65;
	margin: 1.2rem 0 0;
}

.rzh-line-kicker {
	color: var(--wp--preset--color--rzh-blue);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin: 0 0 0.75rem;
	text-transform: uppercase;
}

.rzh-line-hero .rzh-line-kicker {
	color: var(--wp--preset--color--rzh-green);
}

.rzh-line-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
	margin-top: var(--wp--preset--spacing--50);
}

.rzh-line-button {
	align-items: center;
	background: var(--wp--preset--color--rzh-blue);
	border: 2px solid var(--wp--preset--color--rzh-blue);
	border-radius: 8px;
	color: var(--wp--preset--color--white);
	display: inline-flex;
	font-weight: 800;
	min-height: 46px;
	padding: 0.75rem 1.15rem;
	text-decoration: none;
}

.rzh-line-button--secondary {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.82);
}

.rzh-line-button:hover,
.rzh-line-button:focus {
	background: var(--wp--preset--color--rzh-green);
	border-color: var(--wp--preset--color--rzh-green);
	color: var(--wp--preset--color--white);
	text-decoration: none;
}

.rzh-line-mini-specs {
	display: grid;
	gap: 0.75rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 1.25rem;
}

.rzh-line-mini-specs p {
	background: rgba(255, 255, 255, 0.1);
	border-left: 3px solid var(--wp--preset--color--rzh-green);
	margin: 0;
	padding: 0.8rem;
}

.rzh-line-hero__media {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 8px;
	padding: 1rem;
}

.rzh-line-hero__media img,
.rzh-line-two-col aside img {
	border-radius: 6px;
	object-fit: cover;
	width: 100%;
}

.rzh-line-hero__media img {
	aspect-ratio: 16 / 10;
}

.rzh-line-section,
.rzh-line-band {
	max-width: 1180px;
	padding-bottom: var(--wp--preset--spacing--70);
	padding-top: var(--wp--preset--spacing--70);
}

.rzh-line-band {
	background: var(--wp--preset--color--surface);
	max-width: none;
}

.rzh-line-band > * {
	margin-left: auto;
	margin-right: auto;
	max-width: 1180px;
}

.rzh-line-section-head {
	margin-bottom: 2rem;
	max-width: 780px;
}

.rzh-line-section-head--center {
	text-align: center;
}

.rzh-line-section-head h2 {
	font-size: clamp(1.8rem, 3vw, 2.7rem);
	margin: 0;
}

.rzh-line-material-grid,
.rzh-line-solution-grid,
.rzh-line-equipment-grid,
.rzh-line-process-grid {
	display: grid;
	gap: 1rem;
}

.rzh-line-material-grid {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.rzh-line-material-grid article,
.rzh-line-material-grid > .wp-block-group,
.rzh-line-solution-grid article,
.rzh-line-solution-grid > .wp-block-column,
.rzh-line-equipment-grid article,
.rzh-line-equipment-grid > .wp-block-group,
.rzh-line-process-grid article,
.rzh-line-process-grid > .wp-block-column,
.rzh-line-checklist,
.rzh-line-two-col aside {
	background: var(--wp--preset--color--white);
	border: 1px solid var(--wp--preset--color--line);
	border-radius: 8px;
}

.rzh-line-material-grid article,
.rzh-line-material-grid > .wp-block-group {
	align-content: start;
	display: grid;
	gap: 0.65rem;
	grid-template-rows: auto 1fr;
	margin-block-start: 0;
	padding: 0.85rem;
}

.rzh-line-material-grid > * {
	margin-block-start: 0 !important;
}

.rzh-line-material-grid strong {
	align-self: end;
	color: var(--wp--preset--color--rzh-navy);
	line-height: 1.25;
	margin: 0;
}

.rzh-line-material-grid span,
.rzh-line-equipment-grid span {
	align-items: center;
	background:
		linear-gradient(135deg, rgba(15, 150, 190, 0.14), rgba(44, 160, 44, 0.1)),
		var(--wp--preset--color--surface);
	border: 1px dashed rgba(15, 64, 104, 0.24);
	border-radius: 6px;
	color: var(--wp--preset--color--rzh-blue);
	display: flex;
	font-size: 12px;
	font-weight: 800;
	justify-content: center;
	min-height: 115px;
	text-transform: uppercase;
}

.rzh-line-solution-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rzh-line-solution-grid article,
.rzh-line-solution-grid > .wp-block-column,
.rzh-line-process-grid article,
.rzh-line-process-grid > .wp-block-column,
.rzh-line-checklist,
.rzh-line-two-col aside {
	padding: 1.25rem;
}

.rzh-line-flow {
	background: var(--wp--preset--color--surface);
	border-radius: 6px;
	color: var(--wp--preset--color--rzh-navy);
	font-size: 0.88rem;
	font-weight: 800;
	line-height: 1.5;
	padding: 0.9rem;
}

.rzh-line-equipment-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.rzh-line-equipment-grid article,
.rzh-line-equipment-grid > .wp-block-group {
	display: flex;
	flex-direction: column;
	margin-block-start: 0;
	overflow: hidden;
}

.rzh-line-equipment-grid .wp-block-image {
	line-height: 0;
	margin: 0;
}

.rzh-line-equipment-grid img,
.rzh-line-equipment-grid span {
	aspect-ratio: 4 / 3;
	display: block;
	min-height: 0;
	object-fit: cover;
	width: 100%;
}

.rzh-line-equipment-grid article > div,
.rzh-line-equipment-grid > .wp-block-group > h3,
.rzh-line-equipment-grid > .wp-block-group > p:not(:first-child) {
	padding: 1rem;
}

.rzh-line-two-col {
	display: grid;
	gap: 1.25rem;
	grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.7fr);
	margin-left: auto;
	margin-right: auto;
	max-width: 1180px;
}

.rzh-line-two-col > * {
	min-width: 0;
}

.rzh-line-table {
	border-collapse: collapse;
	display: block;
	font-size: 0.95rem;
	overflow-x: auto;
	width: 100%;
}

.rzh-line-table th,
.rzh-line-table td {
	border-bottom: 1px solid var(--wp--preset--color--line);
	padding: 1rem;
	text-align: left;
	vertical-align: top;
}

.rzh-line-table th {
	background: var(--wp--preset--color--rzh-navy);
	color: var(--wp--preset--color--white);
}

.rzh-line-process-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.rzh-line-process-grid span {
	align-items: center;
	background: var(--wp--preset--color--rzh-blue);
	border-radius: 999px;
	color: var(--wp--preset--color--white);
	display: inline-flex;
	font-weight: 800;
	height: 2.3rem;
	justify-content: center;
	width: 2.3rem;
}

.rzh-line-list {
	display: grid;
	gap: 0.75rem;
	margin-bottom: 0;
	padding-left: 1.2rem;
}

@media (max-width: 782px) {
	.rzh-hero {
		min-height: 620px;
	}

	.rzh-hero::before {
		background: linear-gradient(180deg, rgba(15, 64, 104, 0.94), rgba(15, 64, 104, 0.72));
	}

	.rzh-hero-slider,
	.rzh-hero-slider__track,
	.rzh-hero-slide,
	.rzh-hero-slide__content {
		min-height: 620px;
	}

	.rzh-hero-slide__overlay {
		background: linear-gradient(180deg, rgba(15, 64, 104, 0.94), rgba(15, 64, 104, 0.74));
	}

	.rzh-hero-slide__content {
		padding: var(--wp--preset--spacing--60) 1.25rem;
	}

	.rzh-hero-slide__title {
		font-size: clamp(2rem, 10vw, 3rem);
	}

	.rzh-hero-slide__description {
		font-size: 16px;
	}

	.rzh-hero-slider__arrow {
		bottom: 1.15rem;
		height: 38px;
		top: auto;
		transform: none;
		width: 38px;
	}

	.rzh-hero-slider__arrow--prev {
		left: 1rem;
	}

	.rzh-hero-slider__arrow--next {
		right: 1rem;
	}

	.rzh-template-hero {
		min-height: 180px;
	}

	.rzh-template-hero .wp-block-post-title {
		font-size: clamp(1.65rem, 8vw, 2.35rem);
	}

	.rzh-template-breadcrumbs,
	.rzh-template-content {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.rzh-header .wp-block-navigation__responsive-container-open {
		display: flex;
	}

	.rzh-header-menu .wp-block-columns {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
		padding-top: 2px !important;
		padding-bottom: 2px !important;
	}

	.rzh-header-navigation .wp-block-navigation,
	.rzh-header-navigation .wp-block-navigation__container {
		gap: var(--wp--style--block-gap, 1.5rem);
	}

	.rzh-header-search:not(.wp-block-search__searchfield-hidden) .wp-block-search__inside-wrapper {
		width: 100% !important;
	}

	.rzh-header-search:not(.wp-block-search__searchfield-hidden) {
		right: -0.5rem;
		top: calc(100% + 8px);
		width: min(320px, calc(100vw - 2rem));
	}

	.rzh-footer-content,
	.rzh-footer-copyright > .wp-block-group,
	.rzh-footer-copyright > p {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}

	.rzh-product-range-item {
		margin-top: 16px;
	}

	.rzh-product-range-line {
		gap: 16px;
	}

	.rzh-product-range-media {
		min-height: 170px;
	}

	.rzh-product-range-main h3 {
		font-size: 20px;
	}

	.rzh-range-hero {
		min-height: 360px;
	}

	.rzh-range-hero__inner {
		padding-bottom: var(--wp--preset--spacing--60);
		padding-top: var(--wp--preset--spacing--60);
	}

	.rzh-range-stats,
	.rzh-range-overview,
	.rzh-range-card-grid,
	.rzh-range-process__grid,
	.rzh-range-inquiry {
		grid-template-columns: 1fr;
	}

	.rzh-range-overview {
		padding-top: var(--wp--preset--spacing--60);
	}

	.rzh-line-hero__inner,
	.rzh-line-mini-specs,
	.rzh-line-material-grid,
	.rzh-line-solution-grid,
	.rzh-line-equipment-grid,
	.rzh-line-two-col,
	.rzh-line-process-grid {
		grid-template-columns: 1fr;
	}

	.rzh-line-hero__inner {
		min-height: 560px;
	}
}

.rzh-line-hero,
.rzh-auxiliary-page-intro,
.rzh-drying-page-intro,
.rzh-wear-parts-page-intro,
.rzh-biomass-pellets-page-intro {
	background:
		linear-gradient(90deg, rgba(3, 65, 114, 0.98), rgba(3, 65, 114, 0.9), rgba(15, 150, 190, 0.5)),
		var(--wp--preset--color--rzh-navy) !important;
	color: var(--wp--preset--color--white) !important;
}

.rzh-line-hero .rzh-line-kicker,
.rzh-auxiliary-page-intro .rzh-line-kicker,
.rzh-drying-page-intro .rzh-line-kicker,
.rzh-wear-parts-page-intro .rzh-line-kicker,
.rzh-biomass-pellets-page-intro .rzh-line-kicker {
	color: var(--wp--preset--color--rzh-green) !important;
	font-size: 0.8125rem !important;
	font-weight: 800 !important;
	letter-spacing: 0.08em !important;
	text-transform: uppercase !important;
}

.rzh-line-hero h1,
.rzh-auxiliary-page-intro h2,
.rzh-drying-page-intro h2,
.rzh-wear-parts-page-intro h2,
.rzh-biomass-pellets-page-intro h2 {
	color: var(--wp--preset--color--white) !important;
	font-size: 2.75rem !important;
	line-height: 1.08 !important;
	margin-bottom: 1rem !important;
}

.rzh-line-summary,
.rzh-auxiliary-page-intro p:not(.rzh-line-kicker):not(.rzh-product-range-media-label),
.rzh-drying-page-intro p:not(.rzh-line-kicker):not(.rzh-product-range-media-label),
.rzh-wear-parts-page-intro p:not(.rzh-line-kicker):not(.rzh-product-range-media-label),
.rzh-biomass-pellets-page-intro p:not(.rzh-line-kicker):not(.rzh-product-range-media-label) {
	color: rgba(255, 255, 255, 0.86) !important;
	font-size: 1.0625rem !important;
	line-height: 1.65 !important;
}

.rzh-line-section-head .rzh-line-kicker,
.rzh-line-section .rzh-line-kicker,
.rzh-line-band .rzh-line-kicker {
	color: var(--wp--preset--color--rzh-blue) !important;
	font-size: 0.8125rem !important;
	font-weight: 800 !important;
	letter-spacing: 0.08em !important;
	text-transform: uppercase !important;
}

.rzh-line-section-head h2,
.rzh-line-section > h2,
.rzh-line-band h2,
.rzh-range-overview h2,
.rzh-range-process h2,
.rzh-range-inquiry h2 {
	color: var(--wp--preset--color--rzh-navy) !important;
	font-size: 2.125rem !important;
	line-height: 1.16 !important;
}

.rzh-line-section-head p:not(.rzh-line-kicker),
.rzh-line-section p:not(.rzh-line-kicker):not(.rzh-product-range-media-label),
.rzh-line-band p:not(.rzh-line-kicker):not(.rzh-product-range-media-label),
.rzh-range-overview p {
	color: var(--wp--preset--color--muted) !important;
	font-size: 1rem !important;
	line-height: 1.65 !important;
}

.rzh-line-equipment-grid h3,
.rzh-line-process-grid h3,
.rzh-line-solution-grid h3,
.rzh-range-card h2 {
	color: var(--wp--preset--color--rzh-navy) !important;
	font-size: 1.1875rem !important;
	line-height: 1.28 !important;
}

.rzh-line-equipment-grid p,
.rzh-line-process-grid p,
.rzh-line-solution-grid p,
.rzh-range-card li,
.rzh-line-list li {
	color: var(--wp--preset--color--muted) !important;
	font-size: 0.96875rem !important;
	line-height: 1.6 !important;
}

.rzh-product-range-media .rzh-product-range-media-label {
	color: var(--wp--preset--color--rzh-blue) !important;
	font-size: 0.8125rem !important;
}

.rzh-range-stats p {
	color: var(--wp--preset--color--rzh-navy) !important;
	font-size: 0.9375rem !important;
	font-weight: 800 !important;
}

.rzh-range-inquiry {
	background:
		linear-gradient(90deg, rgba(3, 65, 114, 0.96), rgba(3, 65, 114, 0.86)),
		var(--wp--preset--color--rzh-navy) !important;
	color: var(--wp--preset--color--white) !important;
}

.rzh-range-inquiry h2,
.rzh-range-inquiry p {
	color: var(--wp--preset--color--white) !important;
}

#project-inquiry.rzh-range-inquiry {
	background: var(--wp--preset--color--white) !important;
	color: var(--wp--preset--color--ink) !important;
}

#project-inquiry.rzh-range-inquiry h2 {
	color: var(--wp--preset--color--rzh-navy) !important;
}

#project-inquiry.rzh-range-inquiry p {
	color: var(--wp--preset--color--muted) !important;
}

#line-inquiry {
	background: var(--wp--preset--color--white) !important;
	color: var(--wp--preset--color--ink) !important;
}

#line-inquiry h2 {
	color: var(--wp--preset--color--rzh-navy) !important;
}

#line-inquiry p {
	color: var(--wp--preset--color--muted) !important;
}

@media (max-width: 782px) {
	.rzh-line-hero h1,
	.rzh-auxiliary-page-intro h2,
	.rzh-drying-page-intro h2,
	.rzh-wear-parts-page-intro h2,
	.rzh-biomass-pellets-page-intro h2 {
		font-size: 2.125rem !important;
	}

	.rzh-line-section-head h2,
	.rzh-line-section > h2,
	.rzh-line-band h2,
	.rzh-range-overview h2,
	.rzh-range-process h2,
	.rzh-range-inquiry h2 {
		font-size: 1.75rem !important;
	}
}

.rzh-line-hero .rzh-line-kicker,
.rzh-auxiliary-page-intro .rzh-line-kicker,
.rzh-drying-page-intro .rzh-line-kicker,
.rzh-wear-parts-page-intro .rzh-line-kicker,
.rzh-biomass-pellets-page-intro .rzh-line-kicker {
	color: var(--wp--preset--color--rzh-green) !important;
}

.rzh-line-summary,
.rzh-auxiliary-page-intro p:not(.rzh-line-kicker):not(.rzh-product-range-media-label),
.rzh-drying-page-intro p:not(.rzh-line-kicker):not(.rzh-product-range-media-label),
.rzh-wear-parts-page-intro p:not(.rzh-line-kicker):not(.rzh-product-range-media-label),
.rzh-biomass-pellets-page-intro p:not(.rzh-line-kicker):not(.rzh-product-range-media-label) {
	color: rgba(255, 255, 255, 0.86) !important;
}

.rzh-template-page .rzh-template-hero .wp-block-cover__inner-container,
.rzh-template-page .rzh-template-breadcrumbs,
.rzh-template-page .rzh-template-content {
	box-sizing: border-box;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 1180px !important;
	padding-left: clamp(1rem, 3vw, 4rem) !important;
	padding-right: clamp(1rem, 3vw, 4rem) !important;
	width: 100% !important;
}

.rzh-template-page .rzh-template-breadcrumbs {
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}

.rzh-template-page .rzh-template-breadcrumbs > * {
	margin-left: 0 !important;
	margin-right: 0 !important;
	max-width: none !important;
	width: 100% !important;
}

.rzh-product-page .rzh-product-featured-image,
.single-product .rzh-product-featured-image {
	max-width: 1180px !important;
	width: 100% !important;
}

.rzh-product-page .rzh-template-content,
.rzh-page .rzh-template-content {
	padding-top: 0 !important;
}

@media (max-width: 782px) {
	.rzh-template-page .rzh-template-hero .wp-block-cover__inner-container,
	.rzh-template-page .rzh-template-breadcrumbs,
	.rzh-template-page .rzh-template-content {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}
}
