/*!
 * -----------------------------------------------------------------------------
 * Theme Name: Enzo
 * Theme URI: https://www.enzodijital.com
 *
 * Developed by: Enzo Dijital
 * Developer URI: https://www.enzodijital.com
 *
 * Copyright © 2026 Enzo Dijital.
 * All rights reserved.
 * -----------------------------------------------------------------------------
 */

@font-face {
	font-family: "Poppins";
	src: url("../fonts/poppins-400.woff2") format("woff2");
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	src: url("../fonts/poppins-600.woff2") format("woff2");
	font-style: normal;
	font-weight: 600;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	src: url("../fonts/poppins-700.woff2") format("woff2");
	font-style: normal;
	font-weight: 700;
	font-display: swap;
}

:root {
	--primary: #e8462a;
	--primary-rgb: 232, 70, 42;
	--dark: #43474a;
	--text: #43474a;
	--muted: #777777;
	--light: #f6f7f8;
	--white: #ffffff;
	--border: #e6e8eb;
	--enzo-red: #e8462a;
	--enzo-dark: #43474a;
	--enzo-gray: #666666;
	--enzo-light: #f6f7f8;
	--enzo-white: #ffffff;
	--enzo-border: #e7e8ea;
	--enzo-radius: 18px;
	--enzo-shadow: 0 18px 50px rgba(21, 21, 21, 0.08);
	--enzo-container: 1300px;
	--font-family: "Poppins", sans-serif;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--enzo-white);
	color: var(--enzo-dark);
	font-family: var(--font-family);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.65;
	text-rendering: optimizeLegibility;
}

body,
button,
input,
textarea,
select,
a,
p,
li,
span,
strong,
small,
blockquote,
table,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font-family);
}

h1 {
	font-weight: 700;
}

h2 {
	font-weight: 700;
}

h3 {
	font-weight: 700;
}

.primary-menu > li > a {
	font-weight: 600;
}

.button,
.header-cta,
.wpcf7-submit,
.enzo-cf7-submit input[type="submit"] {
	font-weight: 600;
}

.product-card h2,
.product-card h3 {
	font-weight: 600;
}

.card h2,
.blog-card h2 {
	font-weight: 700;
}

.section-heading p,
.product-card p,
.blog-card p,
.category-card p,
.entry-meta,
.empty-state p {
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
strong {
	overflow-wrap: break-word;
}

img,
svg,
iframe {
	display: block;
	max-width: 100%;
}

img {
	height: auto;
}

a {
	color: inherit;
	text-decoration: none;
	transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

a:hover,
a:focus-visible {
	color: var(--enzo-red);
}

button,
input,
textarea,
select {
	font: inherit;
}

.enzo-container,
.container,
.site-container {
	width: 100%;
	max-width: var(--enzo-container);
	margin-left: auto;
	margin-right: auto;
	padding-left: 24px;
	padding-right: 24px;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	z-index: 100000;
	top: 16px;
	left: 16px;
	width: auto;
	height: auto;
	padding: 10px 14px;
	background: var(--enzo-dark);
	color: var(--enzo-white);
	clip: auto;
}

.site-top-header {
	position: relative;
	z-index: 60;
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
	background: linear-gradient(135deg, #14171b 0%, #1d1a20 55%, #2a1119 100%);
	color: rgba(255, 255, 255, 0.78);
	font-size: 13px;
	line-height: 1.4;
}

.site-top-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 40px;
}

.site-top-header__col {
	display: flex;
	align-items: center;
	gap: 16px;
}

.site-top-header__col--right {
	justify-content: flex-end;
	margin-left: auto;
}

.enzo-top-header-widget {
	display: flex;
	align-items: center;
	gap: 16px;
}

.enzo-top-header-widget p {
	margin: 0;
}

.enzo-top-header-widget a {
	color: rgba(255, 255, 255, 0.78);
	text-decoration: none;
	transition: color 160ms ease;
}

.enzo-top-header-widget a:hover,
.enzo-top-header-widget a:focus-visible {
	color: var(--enzo-white);
}

.top-header-contact {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 18px;
}

.top-header-contact a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: rgba(255, 255, 255, 0.78);
	font-weight: 500;
	text-decoration: none;
	transition: color 160ms ease;
}

.top-header-contact a:hover,
.top-header-contact a:focus-visible {
	color: var(--enzo-white);
}

.top-header-contact a::before {
	display: inline-block;
	width: 15px;
	height: 15px;
	background: currentColor;
	opacity: 0.8;
	content: "";
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: contain;
}

.top-header-contact a[href^="tel:"]::before {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.79 19.79 0 0 1 2.08 4.18 2 2 0 0 1 4.06 2h3a2 2 0 0 1 2 1.72c.12.89.32 1.76.59 2.6a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.48-1.11a2 2 0 0 1 2.11-.45c.84.27 1.71.47 2.6.59A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
}

.top-header-contact a[href^="mailto:"]::before {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='20' height='16' x='2' y='4' rx='2'/%3E%3Cpath d='m22 7-10 6L2 7'/%3E%3C/svg%3E");
}

@media (max-width: 768px) {
.site-top-header__inner {
		flex-wrap: wrap;
		justify-content: center;
		min-height: auto;
		padding-top: 8px;
		padding-bottom: 8px;
		text-align: center;
	}
.site-top-header__col,
	.site-top-header__col--right,
	.enzo-top-header-widget,
	.top-header-contact {
		justify-content: center;
	}
.site-top-header__col--right {
		margin-left: 0;
	}
}

@media (max-width: 520px) {
.top-header-contact {
		gap: 10px;
	}
.top-header-contact a {
		font-size: 12px;
	}
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	overflow: visible;
	background: rgba(255, 255, 255, 0.94);
	border-bottom: 1px solid var(--enzo-border);
	backdrop-filter: blur(14px);
}

.site-header__inner {
	display: flex;
	align-items: center;
	gap: 28px;
	min-height: 101px;
	overflow: visible;
}

.site-branding {
	display: flex;
	align-items: center;
	margin-right: auto;
}

.custom-logo,
.site-logo__image {
	width: auto;
	max-height: 56px;
}

.site-logo__text {
	color: var(--enzo-dark);
	font-size: 1.35rem;
	font-weight: 700;
	letter-spacing: -0.03em;
}

.primary-navigation {
	display: block;
	overflow: visible;
}

.primary-menu,
.enzo-footer-bottom-menu,
.enzo-footer-widget ul,
.enzo-footer-fallback__contact,
.social-links {
	padding: 0;
	margin: 0;
	list-style: none;
}

.primary-menu {
	display: flex;
	align-items: center;
	gap: 28px;
}

.primary-menu .menu-item {
	position: relative;
}

.primary-menu > li > a {
	color: var(--enzo-dark);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
}

.site-header .primary-menu .menu-item-has-children > a::after {
	content: "▾";
	margin-left: 4px;
	color: rgba(21, 21, 21, 0.4);
	font-size: 11px;
	line-height: 1;
	transform: translateY(1px);
	transition: color 0.18s ease;
}

.site-header .primary-menu .menu-item-has-children:hover > a::after,
.site-header .primary-menu .menu-item-has-children:focus-within > a::after,
.site-header .primary-menu .menu-item-has-children.current-menu-item > a::after,
.site-header .primary-menu .menu-item-has-children.current-menu-ancestor > a::after,
.site-header .primary-menu .menu-item-has-children.current_page_item > a::after,
.site-header .primary-menu .menu-item-has-children.current_page_ancestor > a::after {
	color: var(--primary);
}

.site-header .primary-menu .menu-item-has-children {
	position: relative;
}

.site-header .primary-menu .menu-item-has-children::after {
	content: "";
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	z-index: 998;
	height: 12px;
	background: transparent;
	pointer-events: auto;
}

.site-header .primary-menu .sub-menu {
	position: absolute;
	top: calc(100% + 4px);
	left: 0;
	z-index: 999;
	min-width: 240px;
	max-width: 300px;
	max-height: calc(100vh - 140px);
	margin: 0;
	padding: 8px;
	overflow-y: auto;
	list-style: none;
	border: 1px solid rgba(21, 21, 21, 0.06);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 12px 32px rgba(21, 21, 21, 0.08);
	opacity: 0;
	visibility: hidden;
	transform: translateY(3px);
	pointer-events: none;
	transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
	scrollbar-width: thin;
	scrollbar-color: rgba(15, 23, 42, 0.18) transparent;
}

.site-header .primary-menu .sub-menu::-webkit-scrollbar {
	width: 6px;
}

.site-header .primary-menu .sub-menu::-webkit-scrollbar-thumb {
	border-radius: 999px;
	background: rgba(15, 23, 42, 0.18);
}

.site-header .primary-menu > .menu-item-has-children:last-child > .sub-menu {
	left: auto;
	right: 0;
}

.site-header .primary-menu .menu-item:hover > .sub-menu,
.site-header .primary-menu .menu-item:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
}

.site-header .primary-menu .sub-menu .menu-item {
	position: relative;
}

.site-header .primary-menu .sub-menu li {
	margin: 0;
}

.site-header .primary-menu .sub-menu li + li {
	margin-top: 1px;
}

.site-header .primary-menu .sub-menu a {
	display: block;
	padding: 11px 14px;
	border-radius: 8px;
	background: transparent;
	color: var(--dark);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	white-space: normal;
	transition: color 0.16s ease;
}

.site-header .primary-menu .sub-menu a::after {
	content: none;
}

.site-header .primary-menu .sub-menu a:hover,
.site-header .primary-menu .sub-menu a:focus,
.site-header .primary-menu .sub-menu a:focus-visible {
	background: transparent;
	color: var(--primary);
	transform: none;
}

@media (min-width: 961px) {
.site-header .primary-menu {
		gap: 30px;
	}
.site-header .primary-menu > li > a {
		display: inline-block;
		color: var(--enzo-dark);
		font-size: 15px;
		font-weight: 600;
		letter-spacing: -0.01em;
		transition: color 0.16s ease;
	}
.site-header .primary-menu > li.current-menu-item > a,
	.site-header .primary-menu > li.current-menu-ancestor > a,
	.site-header .primary-menu > li.current_page_item > a,
	.site-header .primary-menu > li.current_page_ancestor > a {
		color: var(--primary);
		font-weight: 600;
	}
.site-header .primary-menu > li > a:hover,
	.site-header .primary-menu > li > a:focus-visible {
		color: var(--primary);
	}
.site-header .primary-menu .sub-menu .menu-item:not(.menu-item-has-children) > a {
		position: relative;
		padding-right: 28px;
	}
.site-header .primary-menu .sub-menu .menu-item:not(.menu-item-has-children) > a::after {
		position: absolute;
		top: 50%;
		right: 12px;
		width: 5px;
		height: 5px;
		border-radius: 1px;
		background: var(--primary);
		opacity: 0;
		transform: translateY(-50%) scale(0.6);
		content: "";
		transition: opacity 0.16s ease, transform 0.16s ease;
	}
.site-header .primary-menu .sub-menu .menu-item:not(.menu-item-has-children) > a:hover::after,
	.site-header .primary-menu .sub-menu .menu-item:not(.menu-item-has-children) > a:focus::after,
	.site-header .primary-menu .sub-menu .menu-item:not(.menu-item-has-children) > a:focus-visible::after,
	.site-header .primary-menu .sub-menu .current-menu-item:not(.menu-item-has-children) > a::after,
	.site-header .primary-menu .sub-menu .current_page_item:not(.menu-item-has-children) > a::after {
		opacity: 1;
		transform: translateY(-50%) scale(1);
	}
.site-header .primary-menu .sub-menu .current-menu-item > a,
	.site-header .primary-menu .sub-menu .current_page_item > a {
		background: transparent;
		color: var(--primary);
		font-weight: 600;
	}
.site-header .primary-menu .sub-menu {
		overflow: visible;
		max-height: none;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}
.site-header .primary-menu .sub-menu::-webkit-scrollbar {
		display: none;
		width: 0;
		height: 0;
	}
.site-header .primary-menu > .menu-item-has-children > .sub-menu {
		overflow: visible;
		max-height: none;
		min-width: 260px;
	}
.site-header .primary-menu .sub-menu .menu-item-has-children {
		position: relative;
	}
.site-header .primary-menu .sub-menu .menu-item-has-children > .sub-menu {
		position: absolute;
		top: 0;
		left: calc(100% + 8px);
		right: auto;
		overflow: visible;
		max-height: none;
		z-index: 1001;
		min-width: 240px;
		max-width: 300px;
		transform: translateX(3px);
	}
.site-header .primary-menu .sub-menu .menu-item-has-children:hover > .sub-menu,
	.site-header .primary-menu .sub-menu .menu-item-has-children:focus-within > .sub-menu {
		transform: translateX(0);
	}
.site-header .primary-menu .sub-menu .menu-item-has-children::after {
		top: 0;
		right: auto;
		left: 100%;
		width: 10px;
		height: 100%;
	}
.site-header .primary-menu .sub-menu .menu-item-has-children > a::after {
		content: "▸";
		display: inline-block;
		margin-left: 8px;
		color: rgba(21, 21, 21, 0.35);
		font-size: 11px;
		line-height: 1;
		transform: none;
	}
.site-header .primary-menu .sub-menu .menu-item-has-children:hover > a::after,
	.site-header .primary-menu .sub-menu .menu-item-has-children:focus-within > a::after {
		color: var(--primary);
	}
}

.header-phone {
	color: var(--dark);
	font-weight: 700;
	white-space: nowrap;
}

.header-search {
	max-width: 220px;
}

.header-search .search-form {
	display: flex;
	gap: 6px;
}

.header-search input[type="search"] {
	width: 100%;
	min-width: 0;
	padding: 9px 10px;
	border: 1px solid var(--border);
	border-radius: 999px;
}

.header-search .search-submit {
	display: none;
}

.header-cta,
.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 12px 22px;
	border: 1px solid var(--enzo-red);
	border-radius: 999px;
	background: var(--enzo-red);
	color: var(--enzo-white);
	font-weight: 600;
	line-height: 1.1;
	box-shadow: 0 10px 24px rgba(var(--primary-rgb), 0.2);
}

.header-cta:hover,
.header-cta:focus-visible,
.button:hover,
.button:focus-visible {
	background: var(--enzo-dark);
	border-color: var(--enzo-dark);
	color: var(--enzo-white);
	transform: translateY(-1px);
}

.menu-toggle,
.mobile-search-toggle,
.mobile-search-panel {
	display: none;
}

.menu-toggle {
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	border-radius: 12px;
	background: transparent;
	color: var(--enzo-dark);
	cursor: pointer;
}

.menu-toggle__icon {
	display: block;
}

.menu-toggle__bar {
	transform-box: fill-box;
	transform-origin: center;
	transition: transform 160ms ease, opacity 160ms ease;
}

.menu-toggle.is-active .menu-toggle__bar--top {
	transform: translateY(6px) rotate(45deg);
}

.menu-toggle.is-active .menu-toggle__bar--middle {
	opacity: 0;
}

.menu-toggle.is-active .menu-toggle__bar--bottom {
	transform: translateY(-6px) rotate(-45deg);
}

@keyframes heroDotProgress {
	from {
		width: 0;
	}

	to {
		width: 100%;
	}
}

.enzo-page-hero {
	position: relative;
	overflow: hidden;
	padding: 32px 0;
	border-bottom: 1px solid rgba(21, 21, 21, 0.08);
	background: #f7f7f7;
}

.enzo-page-hero::before {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background-image:
		linear-gradient(rgba(21, 21, 21, 0.025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(21, 21, 21, 0.025) 1px, transparent 1px);
	background-size: 56px 56px;
	mask-image: linear-gradient(90deg, transparent 0%, transparent 42%, rgba(0, 0, 0, 0.4) 72%, rgba(0, 0, 0, 0.62) 100%);
	content: "";
}

.enzo-page-hero::after {
	position: absolute;
	top: 18%;
	right: 4%;
	z-index: 0;
	width: min(120px, 16vw);
	height: min(72px, 42%);
	border-top: 1px solid rgba(21, 21, 21, 0.035);
	border-right: 1px solid rgba(21, 21, 21, 0.035);
	pointer-events: none;
	content: "";
}

.enzo-page-hero__inner {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 32px;
}

.enzo-page-hero__left {
	min-width: 0;
	max-width: min(720px, 100%);
}

.enzo-page-hero__eyebrow {
	margin: 0 0 10px;
	color: var(--primary);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	line-height: 1.2;
	text-transform: uppercase;
}

.enzo-page-hero__title {
	position: relative;
	margin: 0;
	padding-bottom: 14px;
	color: var(--dark);
	font-size: clamp(1.75rem, 2.4vw, 2.15rem);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.03em;
}

/* Controlled editorial hairline — not a full title/section divider */
.enzo-page-hero__title::before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: min(100%, 280px);
	height: 1px;
	background: rgba(21, 21, 21, 0.08);
	content: "";
}

/* Match footer heading underline: 28×1 primary segment */
.enzo-page-hero__title::after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 28px;
	height: 1px;
	background: var(--primary);
	content: "";
}

.enzo-page-hero__right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-shrink: 0;
	max-width: 46%;
	/* Match title padding-bottom so crumb sits on the H1 text line, not the hairline */
	padding-bottom: 14px;
}

.enzo-page-hero .breadcrumb {
	justify-content: flex-end;
	gap: 6px;
	color: var(--muted);
	font-size: 12px;
	font-weight: 500;
	line-height: 1.4;
}

.enzo-page-hero .breadcrumb a {
	color: var(--muted);
	transition: color 0.16s ease;
}

.enzo-page-hero .breadcrumb a:hover,
.enzo-page-hero .breadcrumb a:focus-visible {
	color: var(--primary);
}

.enzo-page-hero .breadcrumb__current {
	color: rgba(21, 21, 21, 0.72);
	font-weight: 600;
}

.enzo-page-hero .breadcrumb__separator {
	color: rgba(21, 21, 21, 0.35);
}

.eyebrow {
	margin: 0 0 14px;
	color: var(--enzo-red);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.home-hero__image,
.entry-image {
	width: 100%;
	border-radius: var(--enzo-radius);
	box-shadow: var(--enzo-shadow);
}

.enzo-page-content {
	padding-top: 40px;
	padding-bottom: 90px;
}

.enzo-page-content > .content-section,
.enzo-page-content > .enzo-product-detail,
.enzo-page-content > .enzo-product-tabs,
.enzo-page-content article > .content-section,
.enzo-page-content article > .enzo-product-detail,
.enzo-page-content article > .enzo-product-tabs {
	padding-top: 0;
	padding-bottom: 0;
}

.enzo-page-content > * + *,
.enzo-page-content article > * + * {
	margin-top: 48px;
}

.enzo-page-content .product-card > * + *,
.product-card > * + * {
	margin-top: 0;
}

.enzo-page-content > .content-section--light {
	padding-top: 48px;
	padding-bottom: 48px;
}

.enzo-page-content > .content-section--light:first-child {
	padding-top: 0;
}

.enzo-page-content > .content-section--light:last-child {
	padding-bottom: 0;
}

.enzo-page-content .enzo-contact-map,
.enzo-page-content .map-embed {
	margin-top: 0;
}

.content-section {
	padding: 0;
}

.page-template-default .entry-content {
	width: 100%;
	max-width: none;
	text-align: left;
}

.entry-content > *:first-child {
	margin-top: 0;
}

.entry-content a {
	color: var(--enzo-red);
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.product-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 26px;
}

.pagination {
	grid-column: 1 / -1;
}

.card,
.product-card {
	overflow: hidden;
	border: 1px solid var(--enzo-border);
	border-radius: var(--enzo-radius);
	background: var(--enzo-white);
	box-shadow: 0 12px 36px rgba(21, 21, 21, 0.05);
}

.card__media {
	display: block;
	aspect-ratio: 4 / 3;
	background: var(--enzo-light);
}

.product-card__media {
	display: block;
	aspect-ratio: 3 / 2;
	height: auto;
	margin-top: 0;
	overflow: hidden;
	background: var(--enzo-light);
}

.card__image,
.product-card__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.card__body,
.product-card__body {
	padding: 26px;
}

.card h2,
.product-card h2,
.product-card h3 {
	margin: 0 0 10px;
	font-size: 1.25rem;
	line-height: 1.25;
	letter-spacing: -0.025em;
}

.entry-meta {
	margin: 0 0 10px;
	color: var(--enzo-gray);
	font-size: 0.9rem;
}

.text-link {
	display: inline-flex;
	margin-top: 8px;
	color: var(--enzo-red);
	font-weight: 700;
}

.enzo-search-form {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 24px;
}

.enzo-search-form__input {
	flex: 1 1 auto;
	width: 100%;
	min-width: 0;
	height: 54px;
	padding: 0 18px;
	border: 1px solid var(--border);
	border-radius: 14px;
	background: var(--white);
	color: var(--dark);
	font-size: 15px;
}

.enzo-search-form__input:focus {
	border-color: var(--primary);
	outline: none;
	box-shadow: 0 0 0 4px rgba(var(--primary-rgb), 0.08);
}

.enzo-search-form__submit {
	flex: 0 0 auto;
	height: 54px;
	min-height: 54px;
	padding: 0 22px;
}

.enzo-search-form--empty {
	max-width: 560px;
	margin: 0 auto;
}

.enzo-search-count {
	margin: 0 0 24px;
	color: var(--muted);
	font-size: 15px;
	font-weight: 600;
}

.enzo-search-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 26px;
}

.enzo-search-grid .pagination {
	grid-column: 1 / -1;
}

.empty-state {
	grid-column: 1 / -1;
	padding: clamp(28px, 5vw, 46px);
	border: 1px solid var(--border);
	border-radius: 26px;
	background:
		linear-gradient(135deg, rgba(var(--primary-rgb), 0.06), rgba(21, 21, 21, 0.02)),
		var(--white);
	box-shadow: 0 16px 45px rgba(21, 21, 21, 0.06);
	text-align: center;
}

.empty-state h2 {
	margin: 0 0 10px;
	font-size: clamp(1.5rem, 3vw, 2.2rem);
}

.empty-state p {
	max-width: 620px;
	margin: 0 auto 22px;
	color: var(--muted);
}

.map-embed {
	overflow: hidden;
	border-radius: var(--enzo-radius);
	background: var(--enzo-light);
}

.map-embed iframe {
	width: 100%;
	min-height: 360px;
	border: 0;
}

.wpcf7 form input,
.wpcf7 form textarea,
.wpcf7 form select {
	width: 100%;
	padding: 13px 14px;
	border: 1px solid var(--border);
	border-radius: 14px;
	background: var(--light);
	color: var(--text);
	outline: none;
}

.wpcf7 form input:focus,
.wpcf7 form textarea:focus,
.wpcf7 form select:focus {
	border-color: rgba(var(--primary-rgb), 0.45);
	background: var(--white);
	box-shadow: 0 0 0 4px rgba(var(--primary-rgb), 0.1);
}

.wpcf7 form label {
	display: block;
	color: var(--dark);
	font-weight: 700;
}

.wpcf7 form label > br {
	display: none;
}

.wpcf7 form label .wpcf7-form-control-wrap {
	display: block;
	margin-top: 7px;
}

.wpcf7-form-control-wrap {
	display: block;
}

.enzo-cf7-stack {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.enzo-cf7-field {
	display: block;
	margin: 0;
	padding: 0;
}

.enzo-cf7-field p,
.enzo-cf7-stack p {
	margin: 0;
}

.enzo-cf7-field .wpcf7-form-control-wrap {
	display: block;
	margin: 0;
}

.enzo-cf7-stack br {
	display: none;
}

.enzo-cf7-submit {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

.enzo-cf7-submit input[type="submit"] {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: none;
	min-width: 0;
	height: 54px;
	padding: 0;
	border: none;
	border-radius: 14px;
	appearance: none;
	-webkit-appearance: none;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: normal;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	transition: background-color 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
}

.enzo-cf7-submit input[type="submit"]:hover,
.enzo-cf7-submit input[type="submit"]:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 14px 30px rgba(var(--primary-rgb), 0.22);
}

.enzo-cf7-submit input[type="submit"]:active {
	transform: translateY(0);
}

.enzo-cf7-stack input,
.enzo-cf7-stack textarea,
.enzo-cf7-stack select {
	display: block;
	width: 100%;
}

.enzo-cf7-stack textarea {
	min-height: 140px;
	height: 140px;
	resize: vertical;
}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
	margin-bottom: 0;
}

.wpcf7 form textarea {
	min-height: 60px;
	resize: vertical;
}

.enzo-contact-form .enzo-cf7-stack .enzo-cf7-submit,
.enzo-quote-page .enzo-cf7-stack .enzo-cf7-submit,
.product-quote-modal__form .enzo-cf7-stack .enzo-cf7-submit,
.product-quote-modal__form .enzo-cf7-submit {
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}

.enzo-contact-form .enzo-cf7-stack .enzo-cf7-submit p,
.enzo-quote-page .enzo-cf7-stack .enzo-cf7-submit p,
.product-quote-modal__form .enzo-cf7-stack .enzo-cf7-submit p,
.product-quote-modal__form .enzo-cf7-submit p {
	margin: 0;
	padding: 0;
	width: 100%;
}

.enzo-quote-page .enzo-cf7-stack .enzo-cf7-submit input[type="submit"],
.enzo-quote-page .enzo-cf7-stack .enzo-cf7-submit .wpcf7-submit,
.enzo-quote-page .wpcf7 input[type="submit"],
.enzo-quote-page .wpcf7-submit,
.enzo-quote-page .wpcf7 p:last-of-type input[type="submit"],
.product-quote-modal__form .enzo-cf7-stack .enzo-cf7-submit input[type="submit"],
.product-quote-modal__form .enzo-cf7-stack .enzo-cf7-submit .wpcf7-submit,
.product-quote-modal__form .wpcf7 input[type="submit"],
.product-quote-modal__form .wpcf7-submit,
.product-quote-modal__form .wpcf7 p:last-of-type input[type="submit"] {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	height: 54px;
	padding: 0 !important;
	margin: 0;
	border: none;
	border-radius: 14px;
	appearance: none;
	-webkit-appearance: none;
	background: var(--primary);
	color: var(--white);
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1 !important;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	box-shadow: 0 14px 32px rgba(var(--primary-rgb), 0.22);
	transition: background-color 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
}

.enzo-quote-page .enzo-cf7-stack .enzo-cf7-submit input[type="submit"]:hover,
.enzo-quote-page .enzo-cf7-stack .enzo-cf7-submit .wpcf7-submit:hover,
.enzo-quote-page .enzo-cf7-stack .enzo-cf7-submit input[type="submit"]:focus-visible,
.enzo-quote-page .enzo-cf7-stack .enzo-cf7-submit .wpcf7-submit:focus-visible,
.enzo-quote-page .wpcf7 input[type="submit"]:hover,
.enzo-quote-page .wpcf7-submit:hover,
.enzo-quote-page .wpcf7 input[type="submit"]:focus-visible,
.enzo-quote-page .wpcf7-submit:focus-visible,
.enzo-quote-page .wpcf7 p:last-of-type input[type="submit"]:hover,
.enzo-quote-page .wpcf7 p:last-of-type input[type="submit"]:focus-visible,
.product-quote-modal__form .enzo-cf7-stack .enzo-cf7-submit input[type="submit"]:hover,
.product-quote-modal__form .enzo-cf7-stack .enzo-cf7-submit .wpcf7-submit:hover,
.product-quote-modal__form .enzo-cf7-stack .enzo-cf7-submit input[type="submit"]:focus-visible,
.product-quote-modal__form .enzo-cf7-stack .enzo-cf7-submit .wpcf7-submit:focus-visible,
.product-quote-modal__form .wpcf7 input[type="submit"]:hover,
.product-quote-modal__form .wpcf7-submit:hover,
.product-quote-modal__form .wpcf7 input[type="submit"]:focus-visible,
.product-quote-modal__form .wpcf7-submit:focus-visible,
.product-quote-modal__form .wpcf7 p:last-of-type input[type="submit"]:hover,
.product-quote-modal__form .wpcf7 p:last-of-type input[type="submit"]:focus-visible {
	background: var(--primary);
	color: var(--white);
	transform: translateY(-2px);
	box-shadow: 0 14px 30px rgba(var(--primary-rgb), 0.22);
}

.wpcf7 form select {
	appearance: none;
	background-image:
		linear-gradient(45deg, transparent 50%, var(--muted) 50%),
		linear-gradient(135deg, var(--muted) 50%, transparent 50%);
	background-position:
		calc(100% - 18px) 20px,
		calc(100% - 13px) 20px;
	background-size: 5px 5px, 5px 5px;
	background-repeat: no-repeat;
}

.wpcf7 form input.wpcf7-submit,
.wpcf7-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	min-height: 48px;
	padding: 14px 22px;
	border: 0;
	border-radius: 999px;
	background: var(--enzo-red);
	color: var(--white);
	cursor: pointer;
	font-weight: 600;
	box-shadow: 0 14px 32px rgba(var(--primary-rgb), 0.22);
	transition: background-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.wpcf7-submit:hover,
.wpcf7-submit:focus-visible {
	background: var(--primary);
	transform: translateY(-1px);
	box-shadow: 0 16px 34px rgba(var(--primary-rgb), 0.28);
}

.wpcf7-spinner {
	margin: 0 0 0 10px;
}

.wpcf7-not-valid-tip {
	margin-top: 6px;
	color: #9f1117;
	font-size: 0.88rem;
	font-weight: 700;
}

.wpcf7 form .wpcf7-response-output {
	margin: 4px 0 0;
	padding: 14px 16px;
	border: 1px solid rgba(var(--primary-rgb), 0.24);
	border-radius: 14px;
	background: rgba(var(--primary-rgb), 0.08);
	color: var(--dark);
	font-weight: 600;
}

.contact-form-wrap {
	padding: 28px;
	border: 1px solid var(--border);
	border-radius: 24px;
	background: var(--white);
	box-shadow: 0 16px 45px rgba(21, 21, 21, 0.06);
}

.contact-form-wrap h2 {
	margin: 0 0 8px;
	font-size: 1.55rem;
}

.contact-form-wrap > p {
	margin: 0 0 22px;
	color: var(--muted);
}

.site-footer {
	position: relative;
	background: #111213;
	color: var(--enzo-white);
}

.enzo-footer-top {
	position: relative;
	padding-block: 56px 48px;
	overflow: visible;
}

.enzo-footer-top::after {
	position: absolute;
	right: 3%;
	bottom: 10%;
	z-index: 0;
	color: rgba(255, 255, 255, 0.028);
	font-size: clamp(5rem, 12vw, 9rem);
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1;
	pointer-events: none;
	content: "YTM";
}

.enzo-footer-top > .enzo-container {
	position: relative;
	z-index: 1;
}

.enzo-footer-top__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 32px;
	align-items: start;
}

.enzo-footer-top__col {
	min-width: 0;
}

.enzo-footer-top__col:not(:first-child) {
	padding-left: 24px;
	border-left: 1px solid rgba(255, 255, 255, 0.07);
}

/* Footer column 1 — architectural brand slab */
.enzo-footer-top__col:first-child {
	position: relative;
	margin-top: -24px;
	min-height: 280px;
	padding: 36px 28px 38px;
	border: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-right: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 4px;
	background: #171819;
	box-shadow: none;
}

.enzo-footer-top__col:first-child::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 48px;
	height: 2px;
	background: var(--primary);
	content: "";
}

.enzo-footer-top__col:first-child .site-logo,
.enzo-footer-top__col:first-child .wp-block-image {
	margin-bottom: 22px;
}

.enzo-footer-top__col:first-child .site-logo img,
.enzo-footer-top__col:first-child .site-logo__image,
.enzo-footer-top__col:first-child .wp-block-image img {
	display: block;
	max-width: 180px;
	width: 100%;
	height: auto;
	max-height: none;
	border-radius: 0;
}

.enzo-footer-top__col:first-child .enzo-footer-widget > p,
.enzo-footer-top__col:first-child .enzo-footer-widget .wp-block-paragraph {
	max-width: 260px;
	margin-top: 0;
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.66);
	font-size: 0.95rem;
	line-height: 1.75;
}

.enzo-footer-top__col:first-child .enzo-footer-widget > p:first-child,
.enzo-footer-top__col:first-child .enzo-footer-widget .wp-block-paragraph:first-child {
	margin-top: 0;
}

.enzo-footer-top__col:first-child .footer-social {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 18px;
	margin-top: 28px;
}

.enzo-footer-top__col:first-child .footer-social a {
	color: rgba(255, 255, 255, 0.42);
	transition: color 0.2s ease;
}

.enzo-footer-top__col:first-child .footer-social a:hover,
.enzo-footer-top__col:first-child .footer-social a:focus-visible {
	color: var(--primary);
	transform: none;
}

.enzo-footer-top__col:first-child .footer-social svg {
	width: 20px;
	height: 20px;
}

.enzo-footer-bottom {
	position: relative;
	padding: 28px 0;
	border-top: 0;
	background: rgba(255, 255, 255, 0.03);
}

.enzo-footer-bottom::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.12) 50%, rgba(255, 255, 255, 0) 100%);
}

.enzo-footer-bottom__grid {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 24px;
}

.enzo-footer-bottom__col {
	min-width: 0;
}

.enzo-footer-bottom__col--right {
	display: flex;
	justify-content: flex-end;
}

.enzo-footer-widget__title {
	position: relative;
	margin: 0 0 24px;
	padding-bottom: 14px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	color: var(--enzo-white);
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.01em;
}

.enzo-footer-widget__title::after {
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 28px;
	height: 1px;
	background: var(--primary);
	content: "";
}

.enzo-footer-widget p,
.enzo-footer-widget li,
.enzo-footer-widget a,
.enzo-footer-fallback__description,
.enzo-footer-fallback__contact,
.enzo-footer-fallback__contact a,
.enzo-footer-copyright,
.enzo-footer-bottom-menu a {
	color: rgba(255, 255, 255, 0.66);
}

.enzo-footer-widget .footer-link-list li a,
.enzo-footer-widget ul li a,
.enzo-footer-widget .wp-block-navigation .wp-block-navigation-item a {
	position: relative;
	display: inline-block;
	padding-bottom: 2px;
	color: rgba(255, 255, 255, 0.62);
	font-size: 0.95rem;
	line-height: 1.5;
	text-decoration: none;
	transition: color 0.2s ease, transform 0.2s ease;
}

.enzo-footer-widget .footer-link-list li a::before,
.enzo-footer-widget ul li a::before,
.enzo-footer-widget .wp-block-navigation .wp-block-navigation-item a::before {
	content: none;
	display: none;
}

.enzo-footer-widget .footer-link-list li a::after,
.enzo-footer-widget ul li a::after,
.enzo-footer-widget .wp-block-navigation .wp-block-navigation-item a::after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background: var(--primary);
	content: "";
	transition: width 0.2s ease;
}

.enzo-footer-widget .footer-social a::before,
.enzo-footer-widget .footer-social a::after,
.enzo-footer-widget .footer-contact a::before,
.enzo-footer-widget .footer-contact a::after {
	content: none;
	display: none;
	margin: 0;
}

.enzo-footer-widget .footer-link-list li a:hover,
.enzo-footer-widget .footer-link-list li a:focus-visible,
.enzo-footer-widget ul li a:hover,
.enzo-footer-widget ul li a:focus-visible,
.enzo-footer-widget .wp-block-navigation .wp-block-navigation-item a:hover,
.enzo-footer-widget .wp-block-navigation .wp-block-navigation-item a:focus-visible {
	color: #fff;
	transform: translateX(3px);
}

.enzo-footer-widget .footer-link-list li a:hover::after,
.enzo-footer-widget .footer-link-list li a:focus-visible::after,
.enzo-footer-widget ul li a:hover::after,
.enzo-footer-widget ul li a:focus-visible::after,
.enzo-footer-widget .wp-block-navigation .wp-block-navigation-item a:hover::after,
.enzo-footer-widget .wp-block-navigation .wp-block-navigation-item a:focus-visible::after {
	width: 100%;
}

.enzo-footer-widget a:hover,
.enzo-footer-widget a:focus-visible,
.enzo-footer-fallback__contact a:hover,
.enzo-footer-fallback__contact a:focus-visible,
.enzo-footer-bottom-menu a:hover,
.enzo-footer-bottom-menu a:focus-visible {
	color: #fff;
}

.enzo-footer-widget .footer-link-list li + li,
.enzo-footer-widget ul li + li,
.enzo-footer-fallback__contact li + li {
	margin-top: 14px;
}

.enzo-footer-widget p {
	margin: 0 0 12px;
}

.enzo-footer-widget p:last-child {
	margin-bottom: 0;
}

.enzo-footer-widget .wp-block-heading,
.enzo-footer-widget .wp-block-paragraph,
.enzo-footer-widget .wp-block-list,
.enzo-footer-widget .wp-block-navigation,
.enzo-footer-widget .wp-block-image,
.enzo-footer-widget .wp-block-custom-html {
	margin-top: 0;
	margin-bottom: 16px;
}

.enzo-footer-widget .wp-block-heading:last-child,
.enzo-footer-widget .wp-block-paragraph:last-child,
.enzo-footer-widget .wp-block-list:last-child,
.enzo-footer-widget .wp-block-navigation:last-child,
.enzo-footer-widget .wp-block-image:last-child,
.enzo-footer-widget .wp-block-custom-html:last-child {
	margin-bottom: 0;
}

.enzo-footer-widget .wp-block-navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.enzo-footer-widget .wp-block-navigation-item + .wp-block-navigation-item {
	margin-top: 14px;
}

.enzo-footer-widget .wp-block-image img {
	max-width: 100%;
	height: auto;
	border-radius: 0;
}

.enzo-footer-widget .footer-social {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 18px;
}

.enzo-footer-widget .footer-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: auto;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: rgba(255, 255, 255, 0.42);
	text-decoration: none;
	box-shadow: none;
	transition: color 0.2s ease;
}

.enzo-footer-widget .footer-social a:hover,
.enzo-footer-widget .footer-social a:focus-visible {
	background: transparent;
	border-color: transparent;
	color: var(--primary);
	transform: none;
	box-shadow: none;
}

.enzo-footer-widget .footer-social svg {
	display: block;
	width: 20px;
	height: 20px;
	fill: currentColor;
}

.enzo-footer-widget .footer-contact {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.enzo-footer-widget .footer-contact__item {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 8px;
}

.enzo-footer-widget .footer-contact__icon {
	display: inline-flex;
	flex: 0 0 18px;
	flex-shrink: 0;
	align-items: flex-start;
	justify-content: flex-start;
	width: 18px;
	min-width: 18px;
	max-width: 18px;
	height: 18px;
	margin: 1px 0 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: var(--primary);
	line-height: 1;
	box-shadow: none;
}

.enzo-footer-widget .footer-contact__icon svg {
	display: block;
	width: 18px;
	height: 18px;
	fill: currentColor;
	color: currentColor;
}

.enzo-footer-widget .footer-contact__icon::before {
	display: block;
	width: 18px;
	height: 18px;
	background: currentColor;
	content: "";
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: contain;
}

.enzo-footer-widget .footer-contact__icon--phone::before {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.79 19.79 0 0 1 2.08 4.18 2 2 0 0 1 4.06 2h3a2 2 0 0 1 2 1.72c.12.89.32 1.76.59 2.6a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.48-1.11a2 2 0 0 1 2.11-.45c.84.27 1.71.47 2.6.59A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
}

.enzo-footer-widget .footer-contact__icon--mail::before {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2z'/%3E%3Cpath d='m22 6-10 7L2 6'/%3E%3C/svg%3E");
}

.enzo-footer-widget .footer-contact__icon--pin::before {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
}

.enzo-footer-widget .footer-contact__icon--pin::after {
	content: none;
	display: none;
}

.enzo-footer-widget .footer-contact__content,
.enzo-footer-widget .footer-contact__item > div:not(.footer-contact__icon) {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 6px;
	min-width: 0;
	margin: 0;
	padding: 0;
	text-align: left;
}

.enzo-footer-widget .footer-contact__item strong,
.enzo-footer-widget .footer-contact__content > strong {
	display: block;
	color: rgba(255, 255, 255, 0.4);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	line-height: 1.2;
	text-transform: uppercase;
}

.enzo-footer-widget .footer-contact a,
.enzo-footer-widget .footer-contact p,
.enzo-footer-widget .footer-contact__item > div:not(.footer-contact__icon) > span,
.enzo-footer-widget .footer-contact__content > span {
	display: block;
	margin: 0;
	padding: 0;
	color: rgba(255, 255, 255, 0.88);
	font-size: 0.95rem;
	font-weight: 500;
	line-height: 1.6;
	text-align: left;
	text-decoration: none;
	transition: color 0.2s ease;
}

.enzo-footer-widget .footer-contact a + a {
	margin-top: 2px;
}

.enzo-footer-widget .footer-contact a:hover,
.enzo-footer-widget .footer-contact a:focus-visible {
	color: #fff;
	transform: none;
}

.enzo-footer-fallback {
	max-width: 560px;
}

.enzo-footer-fallback__description {
	margin: 16px 0 0;
	color: rgba(255, 255, 255, 0.72);
	line-height: 1.8;
}

.enzo-footer-fallback__contact {
	margin-top: 16px;
}

.enzo-footer-copyright {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.58);
}

.enzo-footer-bottom-menu {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 12px 20px;
}

.enzo-footer-bottom-menu li + li {
	margin-top: 0;
}

.enzo-footer-bottom-menu a {
	transition: color 0.25s ease;
}

.site-footer .site-logo__text {
	color: var(--enzo-white);
}

.site-footer .site-logo img,
.enzo-footer-fallback .site-logo img {
	max-height: 58px;
	width: auto;
}

.social-links {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 16px;
}

.social-links li + li {
	margin-top: 0;
}

.social-links a {
	display: inline-flex;
	padding: 7px 12px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
}

.social-links a:hover,
.social-links a:focus-visible {
	color: var(--primary);
	border-color: rgba(var(--primary-rgb), 0.45);
}

.floating-whatsapp,
.scroll-to-top {
	position: fixed;
	right: 18px;
	z-index: 70;
	border: 0;
	border-radius: 999px;
	box-shadow: 0 14px 34px rgba(21, 21, 21, 0.18);
	font-weight: 700;
	cursor: pointer;
}

.floating-whatsapp {
	bottom: 22px;
	padding: 13px 18px;
	background: #25d366;
	color: var(--white);
}

.scroll-to-top {
	bottom: 78px;
	padding: 11px 15px;
	background: var(--dark);
	color: var(--white);
}

.mobile-contact-fab {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 70;
}

.mobile-contact-fab__list {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mobile-contact-fab__item {
	margin: 0;
}

.mobile-contact-fab__link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border: 0;
	border-radius: 999px;
	color: var(--white);
	box-shadow: 0 14px 34px rgba(21, 21, 21, 0.18);
	transition: transform 160ms ease, box-shadow 160ms ease;
}

.mobile-contact-fab__link:hover,
.mobile-contact-fab__link:focus-visible {
	transform: scale(1.05);
	box-shadow: 0 18px 40px rgba(21, 21, 21, 0.22);
	outline: none;
	color: #fff;
}

.mobile-contact-fab__link:hover .mobile-contact-fab__icon,
.mobile-contact-fab__link:focus-visible .mobile-contact-fab__icon,
.mobile-contact-fab__link:hover .mobile-contact-fab__icon svg,
.mobile-contact-fab__link:focus-visible .mobile-contact-fab__icon svg {
	color: #fff;
	fill: currentColor;
}

.mobile-contact-fab__link--whatsapp {
	background: #25d366;
}

.mobile-contact-fab__link--whatsapp .mobile-contact-fab__icon svg {
	width: 27px;
	height: 27px;
}

.mobile-contact-fab__link--phone {
	background: var(--primary);
}

.mobile-contact-fab__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	line-height: 1;
}

.mobile-contact-fab__icon svg {
	display: block;
	flex-shrink: 0;
	width: 24px;
	height: 24px;
}

@media (min-width: 769px) {
.mobile-contact-fab {
		display: none;
	}
}

@media (max-width: 768px) {
.floating-whatsapp {
		display: none;
	}
}

@media (max-width: 960px) {
.site-header__inner {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 74px;
	}
.site-branding {
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 auto;
	}
.menu-toggle {
		position: absolute;
		top: 50%;
		left: 20px;
		z-index: 2;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-width: 44px;
		min-height: 44px;
		transform: translateY(-50%);
	}
.menu-toggle:hover,
	.menu-toggle:focus-visible {
		background: rgba(21, 21, 21, 0.05);
	}
.mobile-search-toggle {
		position: absolute;
		top: 50%;
		right: 20px;
		z-index: 2;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-width: 44px;
		min-height: 44px;
		width: 44px;
		height: 44px;
		padding: 0;
		border: 0;
		border-radius: 12px;
		background: transparent;
		color: var(--enzo-dark);
		cursor: pointer;
		transform: translateY(-50%);
	}
.mobile-search-toggle:hover,
	.mobile-search-toggle:focus-visible {
		background: rgba(21, 21, 21, 0.05);
	}
.mobile-search-toggle.is-active {
		color: var(--primary);
	}
.mobile-search-toggle__icon {
		display: block;
	}
.mobile-search-panel {
		display: block;
		border-top: 1px solid var(--enzo-border);
		background: var(--enzo-white);
	}
.mobile-search-panel[hidden] {
		display: none;
	}
.mobile-search-panel__form {
		display: flex;
		align-items: center;
		gap: 10px;
		padding: 14px 0;
	}
.mobile-search-panel__input {
		flex: 1 1 auto;
		width: 100%;
		min-width: 0;
		height: 48px;
		padding: 0 16px;
		border: 1px solid var(--border);
		border-radius: 14px;
		background: var(--white);
		color: var(--dark);
		font-size: 15px;
	}
.mobile-search-panel__input:focus {
		border-color: var(--primary);
		outline: none;
		box-shadow: 0 0 0 4px rgba(var(--primary-rgb), 0.08);
	}
.mobile-search-panel__submit {
		flex: 0 0 auto;
		height: 48px;
		min-height: 48px;
		padding: 0 18px;
	}
.primary-navigation {
		position: absolute;
		top: 100%;
		left: 0;
		display: none;
		width: 100vw;
		max-width: none;
		max-height: calc(100dvh - 74px);
		margin-left: calc(50% - 50vw);
		padding: 0;
		overflow-y: auto;
		overflow-x: hidden;
		background: var(--enzo-white);
		border-bottom: 1px solid var(--enzo-border);
		box-shadow: 0 18px 34px rgba(21, 21, 21, 0.08);
		-webkit-overflow-scrolling: touch;
	}
.primary-navigation.is-open {
		display: block;
	}
.menu-toggle.is-active {
		color: var(--primary);
	}
.primary-menu {
		display: flex;
		flex-direction: column;
		gap: 0;
		width: 100%;
		max-width: none;
		margin: 0;
		padding: 0;
		text-align: left;
	}
.site-header .primary-menu > li {
		width: 100%;
		border-bottom: 1px solid var(--enzo-border);
	}
.site-header .primary-menu > li > a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		width: 100%;
		padding: 14px 20px;
		color: var(--enzo-dark);
		font-size: 14px;
		font-weight: 600;
		line-height: 1.35;
		letter-spacing: 0.02em;
		text-align: left;
	}
.site-header .primary-menu > li.current-menu-item > a,
	.site-header .primary-menu > li.current-menu-ancestor > a,
	.site-header .primary-menu > li.current_page_item > a,
	.site-header .primary-menu > li.current_page_ancestor > a {
		color: var(--primary);
	}
.site-header .primary-menu .menu-item-has-children > a::after {
		content: "▾";
		flex: 0 0 auto;
		margin-left: auto;
		padding-left: 12px;
		font-size: 15px;
		line-height: 1;
		transform: none;
		transition: transform 0.2s ease;
	}
.site-header .primary-menu .menu-item-has-children.is-submenu-open > a::after {
		transform: rotate(180deg);
	}
.site-header .primary-menu .menu-item-has-children::after {
		display: none;
	}
.site-header .primary-menu .sub-menu {
		position: static;
		display: none;
		width: 100%;
		min-width: 0;
		max-width: none;
		max-height: none;
		margin: 0;
		padding: 0;
		overflow: visible;
		border: 0;
		border-radius: 0;
		background: var(--enzo-white);
		box-shadow: none;
		opacity: 1;
		visibility: visible;
		transform: none;
		pointer-events: auto;
	}
.site-header .primary-menu .menu-item.is-submenu-open > .sub-menu {
		display: block;
	}
.site-header .primary-menu .sub-menu li {
		width: 100%;
		margin: 0;
		border-bottom: 1px solid var(--enzo-border);
	}
.site-header .primary-menu .sub-menu li:last-child {
		border-bottom: 0;
	}
.site-header .primary-menu .sub-menu li + li {
		margin-top: 0;
	}
.site-header .primary-menu .sub-menu a {
		display: block;
		width: 100%;
		padding: 12px 20px 12px 28px;
		border-radius: 0;
		color: var(--enzo-dark);
		font-size: 13px;
		font-weight: 600;
		line-height: 1.4;
		letter-spacing: 0.02em;
		text-align: left;
		white-space: normal;
	}
.site-header .primary-menu .sub-menu .sub-menu a {
		padding-left: 40px;
		font-size: 12px;
	}
.site-header .primary-menu .sub-menu a::after {
		content: none;
	}
.site-header .primary-menu .sub-menu .menu-item-has-children > a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
	}
.site-header .primary-menu .sub-menu .menu-item-has-children > a::after {
		content: "▾";
		flex: 0 0 auto;
		margin-left: auto;
		padding-left: 12px;
		font-size: 14px;
		line-height: 1;
		transform: none;
		transition: transform 0.2s ease;
	}
.site-header .primary-menu .sub-menu .menu-item-has-children.is-submenu-open > a::after {
		transform: rotate(180deg);
	}
.site-header .primary-menu .sub-menu .sub-menu li {
		background: var(--light);
	}
.site-header .primary-menu .sub-menu .current-menu-item > a,
	.site-header .primary-menu .sub-menu .current_page_item > a {
		color: var(--primary);
		font-weight: 600;
	}
.site-header .primary-menu .sub-menu a:hover,
	.site-header .primary-menu .sub-menu a:focus,
	.site-header .primary-menu .sub-menu a:focus-visible {
		background: transparent;
		color: var(--primary);
		transform: none;
	}
.header-cta {
		display: none;
	}
.header-phone,
	.header-search {
		display: none;
	}
.hero-showcase {
		max-width: 520px;
		margin-left: 0;
		margin-right: auto;
	}
.hero-showcase__card {
		position: static;
		width: 100%;
		max-width: none;
		margin-top: 10px;
	}
.product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
.enzo-container,
	.container,
	.site-container {
		padding-left: 16px;
		padding-right: 16px;
	}
.product-grid {
		grid-template-columns: 1fr;
	}
.hero-showcase {
		max-width: none;
	}
.hero-showcase__card {
		position: static;
		width: 100%;
		max-width: none;
		margin-top: 8px;
	}
}

@media (max-width: 992px) {
.enzo-page-content {
		padding-top: 32px;
		padding-bottom: 40px;
	}
.enzo-footer-top__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 28px;
	}
.enzo-footer-top__col:not(:first-child) {
		padding-left: 0;
		border-left: 0;
	}
.enzo-footer-top__col:first-child {
		margin-top: -12px;
		min-height: 0;
		padding: 32px 24px 34px;
	}
.enzo-footer-top::after {
		opacity: 0.7;
	}
}

@media (max-width: 768px) {
/* Mobile header: hide search, slight logo scale — tablet (769–960) unchanged */
.mobile-search-toggle,
	.mobile-search-panel {
		display: none;
	}
.custom-logo,
	.site-logo__image {
		max-height: 51px;
	}
.site-branding {
		margin: 0 auto;
	}
.section-heading h2 {
		font-size: clamp(24px, 7vw, 30px);
		line-height: 1.15;
	}
.enzo-page-content {
		padding-top: 24px;
		padding-bottom: 32px;
	}
.enzo-page-hero {
		padding: 22px 0;
	}
.enzo-page-hero::before,
	.enzo-page-hero::after {
		display: none;
		content: none;
	}
.enzo-page-hero__inner {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
	}
.enzo-page-hero__eyebrow {
		margin-bottom: 8px;
		font-size: 0.64rem;
	}
.enzo-page-hero__title {
		font-size: clamp(1.5rem, 6vw, 1.85rem);
		line-height: 1.22;
		padding-bottom: 12px;
	}
.enzo-page-hero__right {
		max-width: 100%;
		width: 100%;
		padding-bottom: 0;
	}
.enzo-page-hero .breadcrumb,
	.breadcrumb {
		justify-content: flex-start;
		gap: 4px;
		font-size: 11px;
		line-height: 1.3;
	}
body.single-post .enzo-page-hero .breadcrumb__current,
	body.single-product .enzo-page-hero .breadcrumb__current {
		display: none;
	}
body.single-post .enzo-page-hero .breadcrumb__separator:has(+ .breadcrumb__current),
	body.single-product .enzo-page-hero .breadcrumb__separator:has(+ .breadcrumb__current) {
		display: none;
	}
.enzo-footer-top__grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}
.enzo-footer-top__col:not(:first-child) {
		padding-left: 0;
		border-left: 0;
		padding-top: 8px;
		border-top: 1px solid rgba(255, 255, 255, 0.06);
	}
.enzo-footer-top__col:first-child {
		margin-top: 0;
		min-height: 0;
		padding: 28px 22px 26px;
		border-right: 0;
	}
.enzo-footer-top__col:first-child .site-logo img,
	.enzo-footer-top__col:first-child .site-logo__image,
	.enzo-footer-top__col:first-child .wp-block-image img {
		max-width: 160px;
	}
.enzo-footer-top {
		padding: 48px 0;
	}
.enzo-footer-top::after {
		display: none;
	}
.enzo-footer-bottom__grid {
		grid-template-columns: 1fr;
		text-align: center;
	}
.enzo-footer-bottom__col--right,
	.enzo-footer-bottom-menu {
		justify-content: center;
	}
.about-intro__media img,
	.about-intro__image {
		max-height: 360px;
	}
}

/* Premium catalog layer */

body {
	color: var(--text);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--dark);
	line-height: 1.12;
	letter-spacing: -0.04em;
}

.home-hero h1,
.home-hero h2 {
	color: var(--white);
}

.section-heading {
	max-width: 760px;
	margin-bottom: clamp(28px, 4vw, 44px);
}

.section-heading h2 {
	margin: 0;
	font-size: clamp(28px, 3vw, 38px);
	line-height: 1.15;
}

.section-heading p {
	color: var(--muted);
}

.section-heading--split {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	max-width: none;
}

.content-section--light {
	background: var(--light);
}

.button--light {
	background: var(--white);
	border-color: rgba(255, 255, 255, 0.5);
	color: var(--dark);
	box-shadow: none;
}

.button--light:hover,
.button--light:focus-visible {
	background: var(--dark);
	border-color: var(--dark);
	color: var(--white);
}

.button--outline {
	background: transparent;
	border-color: var(--border);
	color: var(--dark);
	box-shadow: none;
}

.button--outline:hover,
.button--outline:focus-visible {
	background: var(--primary);
	border-color: var(--primary);
	color: var(--white);
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 28px;
}

.hero-showcase {
	position: relative;
	width: 100%;
	max-width: 520px;
	margin-left: auto;
}

.hero-showcase__image {
	overflow: hidden;
	aspect-ratio: 4 / 3;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.08);
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
}

.hero-showcase__image:empty::before,
.product-card__placeholder,
.blog-card__placeholder {
	display: block;
	width: 100%;
	height: 100%;
	min-height: inherit;
	background:
		linear-gradient(135deg, rgba(var(--primary-rgb), 0.22), rgba(21, 21, 21, 0.08)),
		rgba(255, 255, 255, 0.06);
	content: "";
}

.hero-showcase__image:empty::before {
	min-height: 0;
	aspect-ratio: 4 / 3;
}

.hero-showcase__card {
	position: absolute;
	right: 18px;
	bottom: 18px;
	width: 260px;
	max-width: calc(100% - 36px);
	padding: 20px 22px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.96);
	color: var(--dark);
	box-shadow: 0 16px 40px rgba(15, 23, 42, 0.14);
}

.hero-showcase__card strong,
.hero-showcase__card span {
	display: block;
}

.hero-showcase__card strong {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
}

.hero-showcase__card span {
	margin-top: 6px;
	color: var(--muted);
	font-size: 14px;
	line-height: 1.6;
}

.category-grid,
.blog-grid,
.product-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 26px;
}

.reference-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 24px;
}

.entry-content + .reference-grid {
	margin-top: 32px;
}

.reference-card {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 112px;
	padding: 16px;
	border: 1px solid var(--border);
	border-radius: 16px;
	background: var(--white);
	transition: border-color 160ms ease, box-shadow 160ms ease;
}

.reference-card:hover {
	border-color: rgba(var(--primary-rgb), 0.2);
	box-shadow: 0 8px 24px rgba(21, 21, 21, 0.06);
}

.reference-card__logo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 80px;
}

.reference-card__image {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	object-fit: contain;
}

.references-carousel__controls--solo {
	display: flex;
	justify-content: flex-end;
	gap: 12px;
	margin-bottom: 24px;
}

.related-products-carousel__slide .reference-card {
	height: 100%;
	min-height: 112px;
}

.references-carousel .related-products-carousel__slide {
	flex: 0 0 calc((100% - 96px) / 5);
}

.related-products-carousel__heading.section-heading--split {
	align-items: center;
	max-width: none;
}

.related-products-carousel__controls {
	display: flex;
	flex-shrink: 0;
	gap: 12px;
}

.related-products-carousel__controls.is-hidden {
	display: none;
}

.related-products-carousel__viewport {
	min-width: 0;
	overflow: hidden;
}

.related-products-carousel__track {
	display: flex;
	gap: 24px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	scrollbar-width: none;
	-ms-overflow-style: none;
	-webkit-overflow-scrolling: touch;
}

.related-products-carousel__track::-webkit-scrollbar {
	display: none;
}

.related-products-carousel__slide {
	flex: 0 0 calc((100% - 72px) / 4);
	min-width: 0;
	scroll-snap-align: start;
}

.related-products-carousel__slide .product-card {
	height: 100%;
}

.related-products-carousel__arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border: 1px solid var(--border);
	border-radius: 999px;
	background: var(--white);
	color: var(--text);
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.related-products-carousel__arrow:hover,
.related-products-carousel__arrow:focus-visible {
	border-color: var(--primary);
	background: var(--primary);
	color: #fff;
	transform: scale(1.05);
	outline: none;
}

.related-products-carousel__arrow:disabled {
	opacity: 0.35;
	cursor: default;
	pointer-events: none;
	transform: none;
}

@media (max-width: 1024px) {
.related-products-carousel__slide {
		flex: 0 0 calc((100% - 24px) / 2);
	}
}

@media (max-width: 640px) {
.related-products-carousel__heading.section-heading--split {
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
	}
.related-products-carousel__slide {
		flex: 0 0 100%;
	}
.reference-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px;
	}
}

.archive-category-cards {
	margin-bottom: clamp(34px, 5vw, 58px);
}

.category-card,
.product-card,
.blog-card {
	border: 1px solid var(--border);
	border-radius: 24px;
	background: var(--white);
	box-shadow: 0 16px 45px rgba(21, 21, 21, 0.06);
}

.category-card {
	position: relative;
	min-height: 210px;
	padding: 28px;
	overflow: hidden;
	cursor: pointer;
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.category-card::after {
	position: absolute;
	right: -34px;
	bottom: -34px;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: rgba(var(--primary-rgb), 0.08);
	content: "";
}

.category-card span,
.category-card__count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	padding: 0 14px;
	border-radius: 999px;
	background: rgba(var(--primary-rgb), 0.1);
	color: var(--primary);
	font-size: 0.82rem;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
}

.category-card h3 {
	margin: 24px 0 10px;
	font-size: 1.35rem;
}

.category-card p {
	margin: 0;
	color: var(--muted);
}

.category-card--visual {
	display: grid;
	min-height: 280px;
	padding: 0;
	overflow: hidden;
}

.category-card--visual::after {
	z-index: 1;
}

.category-card__media {
	position: relative;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: var(--light);
}

.category-card__media img,
.category-card__placeholder {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.category-card .category-card__placeholder {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 0;
	background:
		linear-gradient(135deg, rgba(var(--primary-rgb), 0.2), rgba(21, 21, 21, 0.04)),
		var(--light);
}

.category-card__count {
	position: absolute;
	top: 18px;
	left: 18px;
	z-index: 2;
}

.category-card__content {
	position: relative;
	z-index: 2;
	padding: 24px 28px 28px;
}

.category-card--visual h3 {
	margin-top: 0;
}

.product-card,
.blog-card {
	overflow: hidden;
}

.product-card {
	position: relative;
	cursor: pointer;
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.product-card__link {
	position: absolute;
	inset: 0;
	z-index: 1;
	border-radius: inherit;
}

.product-card__link:focus-visible {
	outline: 2px solid var(--primary);
	outline-offset: 2px;
}

.product-card:hover {
	transform: translateY(-6px);
	border-color: rgba(var(--primary-rgb), 0.2);
	box-shadow: 0 28px 64px rgba(21, 21, 21, 0.12);
}

.blog-card {
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.blog-card:hover {
	transform: translateY(-3px);
	border-color: rgba(var(--primary-rgb), 0.28);
	box-shadow: 0 22px 58px rgba(21, 21, 21, 0.1);
}

.category-card:hover {
	transform: translateY(-6px);
	border-color: rgba(var(--primary-rgb), 0.2);
	box-shadow: 0 28px 64px rgba(21, 21, 21, 0.12);
}

.category-card--visual .category-card__media img,
.category-card--visual .category-card__placeholder {
	transition: transform 0.25s ease;
}

.category-card--visual:hover .category-card__media img,
.category-card--visual:hover .category-card__placeholder {
	transform: scale(1.03);
}

.product-card__media {
	display: block;
	aspect-ratio: 3 / 2;
	height: auto;
	margin-top: 0;
	overflow: hidden;
	background: var(--light);
}

.blog-card__media {
	display: block;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: var(--light);
}

.product-card__image,
.product-card__placeholder,
.blog-card__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.25s ease;
}

.product-card:hover .product-card__image {
	transform: scale(1.03);
}

.product-card__body,
.blog-card__body {
	margin-top: 0;
	padding: 24px;
}

.product-card h2,
.product-card h3,
.blog-card h2 {
	margin: 12px 0 10px;
	font-size: 1.24rem;
}

.enzo-product-card__price {
	display: flex;
	align-items: flex-start;
	gap: 6px;
	margin-top: 12px;
}

.enzo-product-card__price strong {
	color: var(--text);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
}

.enzo-product-card__vat {
	margin-top: 3px;
	color: var(--muted);
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
}

.product-card p,
.blog-card p {
	margin: 0;
	color: var(--muted);
}

.card-badge {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(var(--primary-rgb), 0.09);
	color: var(--primary);
	font-size: 0.78rem;
	font-weight: 700;
	line-height: 1;
}

.blog-card__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	color: var(--muted);
	font-size: 0.9rem;
}

.product-card__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.product-code-badge {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	padding: 6px 10px;
	border-radius: 999px;
	background: var(--light);
	color: var(--muted);
	font-size: 0.78rem;
	font-weight: 700;
	line-height: 1;
}

.about-intro__grid {
	display: grid;
	grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
	gap: 48px;
	align-items: center;
}

.about-intro__content {
	max-width: 760px;
}

.about-intro__content .entry-content {
	line-height: 1.8;
}

.about-intro__media {
	overflow: hidden;
	border-radius: 20px;
	box-shadow: 0 16px 45px rgba(21, 21, 21, 0.06);
}

.about-intro__media img,
.about-intro__image {
	display: block;
	width: 100%;
	max-height: 520px;
	object-fit: cover;
	border-radius: 20px;
}

.page-template-template-about .enzo-page-content {
	padding-bottom: 0;
}

.page-template-template-about .about-stats {
	width: 100%;
	max-width: none;
	margin-top: clamp(48px, 6vw, 72px);
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	padding: 0;
}

.page-template-template-about .about-stats__band {
	position: relative;
	overflow: hidden;
	padding: clamp(56px, 7vw, 80px) 0;
	background: #111213;
}

/* Subtle architectural drafting lines — not a literal blueprint */
.page-template-template-about .about-stats__band::before {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
	background-size: 64px 64px;
	background-position: 0 0;
	mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, transparent 36%, transparent 64%, rgba(0, 0, 0, 0.7) 100%);
	content: "";
}

.page-template-template-about .about-stats__band::after {
	position: absolute;
	top: 16%;
	right: 3.5%;
	z-index: 0;
	width: min(140px, 18vw);
	height: min(160px, 34%);
	border-top: 1px solid rgba(255, 255, 255, 0.055);
	border-right: 1px solid rgba(255, 255, 255, 0.055);
	pointer-events: none;
	content: "";
}

.page-template-template-about .about-stats__band .enzo-container {
	position: relative;
	z-index: 1;
}

.page-template-template-about .about-stats__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	align-items: stretch;
}

.page-template-template-about .about-stats__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 0;
	padding: 8px 28px;
	border: 0;
	border-radius: 0;
	background: transparent;
	text-align: center;
	box-shadow: none;
	transition: none;
}

.page-template-template-about .about-stats__item:not(:first-child) {
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.page-template-template-about .about-stats__item:hover {
	transform: none;
	border-color: transparent;
	background: transparent;
}

.page-template-template-about .about-stats__item:not(:first-child):hover {
	border-left-color: rgba(255, 255, 255, 0.1);
}

.page-template-template-about .about-stats__item:last-child {
	border-right: 0;
}

.page-template-template-about .about-stats__value {
	margin: 0;
	color: #fff;
	font-size: clamp(2.1rem, 3.2vw, 2.85rem);
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.04em;
}

.page-template-template-about .about-stats__accent {
	display: block;
	width: 28px;
	height: 1px;
	margin: 14px auto 12px;
	border-radius: 0;
	background: var(--primary);
}

.page-template-template-about .about-stats__label {
	margin: 0;
	color: rgba(255, 255, 255, 0.62);
	font-size: 0.8rem;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: 0.02em;
}

/* Kill global article > * + * 48px gap between stats rail and principles */
.page-template-template-about .enzo-page-content article > .about-stats + .about-principles {
	margin-top: 0;
}

.page-template-template-about .about-principles {
	padding: clamp(40px, 5vw, 56px) 0 clamp(56px, 7vw, 80px);
	background: #ffffff;
}

.page-template-template-about .about-principles__timeline {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	align-items: stretch;
}

.page-template-template-about .about-principles__item {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
	border: 1px solid rgba(21, 21, 21, 0.08);
	border-radius: 8px;
	background: #f7f7f7;
	box-shadow: none;
	transition: border-color 0.16s ease;
}

.page-template-template-about .about-principles__item:hover {
	border-color: rgba(var(--primary-rgb), 0.28);
	box-shadow: none;
	transform: none;
}

.page-template-template-about .about-principles__item:nth-child(2),
.page-template-template-about .about-principles__item:nth-child(3) {
	margin-top: 0;
}

.page-template-template-about .about-principles__number {
	position: absolute;
	top: 16px;
	right: 18px;
	z-index: 0;
	color: rgba(21, 21, 21, 0.05);
	font-size: clamp(2.6rem, 4vw, 3.25rem);
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.04em;
	pointer-events: none;
	user-select: none;
}

.page-template-template-about .about-principles__rail {
	display: none;
}

.page-template-template-about .about-principles__content {
	position: relative;
	z-index: 1;
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 28px 28px 32px;
}

.page-template-template-about .about-principles__item:nth-child(1) .about-principles__content,
.page-template-template-about .about-principles__item:nth-child(2) .about-principles__content,
.page-template-template-about .about-principles__item:nth-child(3) .about-principles__content {
	padding-top: 28px;
}

.page-template-template-about .about-principles__category {
	margin: 0 0 10px;
	color: var(--primary);
	font-size: 0.68rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.page-template-template-about .about-principles__title {
	position: relative;
	margin: 0;
	padding-bottom: 14px;
	border-bottom: 1px solid rgba(21, 21, 21, 0.08);
	color: var(--dark);
	font-size: clamp(1.35rem, 1.8vw, 1.6rem);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.025em;
}

/* Match footer heading underline: hairline + 28×1 primary segment */
.page-template-template-about .about-principles__title::after {
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 28px;
	height: 1px;
	margin: 0;
	background: var(--primary);
	content: "";
}

.page-template-template-about .about-principles__text {
	margin: 16px 0 0;
	color: var(--muted);
	font-size: 0.95rem;
	line-height: 1.7;
}

.page-template-template-about .about-principles__footer-line {
	display: none;
}

@media (max-width: 1100px) {
	.page-template-template-about .about-stats__grid,
	.page-template-template-about .about-principles__timeline {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.page-template-template-about .about-stats__item {
		padding: 20px 18px;
	}

	.page-template-template-about .about-stats__item:nth-child(odd) {
		border-left: 0;
	}

	.page-template-template-about .about-stats__item:nth-child(n + 3) {
		border-top: 1px solid rgba(255, 255, 255, 0.1);
		margin-top: 8px;
		padding-top: 28px;
	}

	.page-template-template-about .about-principles__content {
		padding: 24px;
	}

	.page-template-template-about .about-stats__band::before {
		opacity: 0.55;
	}

	.page-template-template-about .about-stats__band::after {
		opacity: 0.7;
	}
}

@media (max-width: 768px) {
	.page-template-template-about .about-stats__band {
		padding: 44px 0;
	}

	.page-template-template-about .about-stats__band::before,
	.page-template-template-about .about-stats__band::after {
		display: none;
		content: none;
	}

	.page-template-template-about .about-stats__grid {
		grid-template-columns: 1fr 1fr;
		gap: 0;
	}

	.page-template-template-about .about-stats__item {
		padding: 18px 14px;
	}

	.page-template-template-about .about-stats__value {
		font-size: clamp(1.7rem, 6vw, 2.1rem);
	}

	.page-template-template-about .about-stats__accent {
		width: 28px;
		height: 1px;
		margin: 12px auto 10px;
	}

	.page-template-template-about .about-stats__label {
		font-size: 0.76rem;
	}

	.page-template-template-about .about-principles {
		padding: 36px 0 56px;
	}

	.page-template-template-about .about-principles__timeline {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.page-template-template-about .about-principles__number {
		top: 12px;
		right: 14px;
		font-size: 2.4rem;
		color: rgba(21, 21, 21, 0.04);
	}

	.page-template-template-about .about-principles__title {
		font-size: 1.3rem;
	}
}

@media (max-width: 480px) {
	.page-template-template-about .about-stats__grid {
		grid-template-columns: 1fr;
	}

	.page-template-template-about .about-stats__item,
	.page-template-template-about .about-stats__item:not(:first-child),
	.page-template-template-about .about-stats__item:nth-child(odd),
	.page-template-template-about .about-stats__item:nth-child(n + 3) {
		border-left: 0;
		border-top: 0;
		margin-top: 0;
		padding: 22px 12px;
	}

	.page-template-template-about .about-stats__item:not(:first-child) {
		border-top: 1px solid rgba(255, 255, 255, 0.1);
		padding-top: 26px;
		margin-top: 4px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.page-template-template-about .about-principles__item {
		transition: none;
	}
}

.catalog-layout {
	display: grid;
	grid-template-columns: 280px minmax(0, 1fr);
	gap: 34px;
	align-items: start;
}

/*
 * Product archive / category product grid only.
 * Scoped away from homepage, related products, brand archive, search, etc.
 */

body.tax-product_category .enzo-product-archive__grid.product-grid,
body.post-type-archive-product .catalog-results > .product-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 20px;
	align-items: stretch;
}

body.tax-product_category .enzo-product-archive__grid.product-grid .product-card,
body.post-type-archive-product .catalog-results > .product-grid .product-card {
	display: flex;
	flex-direction: column;
	height: 100%;
}

body.tax-product_category .enzo-product-archive__grid.product-grid .product-card__media,
body.post-type-archive-product .catalog-results > .product-grid .product-card__media {
	flex: 0 0 auto;
	aspect-ratio: 4 / 4.35;
	height: auto;
}

body.tax-product_category .enzo-product-archive__grid.product-grid .product-card__image,
body.tax-product_category .enzo-product-archive__grid.product-grid .product-card__placeholder,
body.post-type-archive-product .catalog-results > .product-grid .product-card__image,
body.post-type-archive-product .catalog-results > .product-grid .product-card__placeholder {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body.tax-product_category .enzo-product-archive__grid.product-grid .product-card__body,
body.post-type-archive-product .catalog-results > .product-grid .product-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 16px 16px 18px;
}

body.tax-product_category .enzo-product-archive__grid.product-grid .product-card__meta,
body.post-type-archive-product .catalog-results > .product-grid .product-card__meta {
	margin: 0 0 8px;
}

body.tax-product_category .enzo-product-archive__grid.product-grid .product-card h2,
body.post-type-archive-product .catalog-results > .product-grid .product-card h2 {
	display: -webkit-box;
	flex: 1 1 auto;
	margin: 0;
	overflow: hidden;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: -0.02em;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

body.tax-product_category .enzo-product-archive__grid.product-grid .enzo-product-card__price,
body.post-type-archive-product .catalog-results > .product-grid .enzo-product-card__price {
	margin-top: 10px;
}

@media (min-width: 481px) {
body.tax-product_category .enzo-product-archive__grid.product-grid,
	body.post-type-archive-product .catalog-results > .product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 22px;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
body.tax-product_category .enzo-product-archive__grid.product-grid,
	body.post-type-archive-product .catalog-results > .product-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 24px;
	}
}

@media (min-width: 1200px) {
body.tax-product_category .enzo-product-archive__grid.product-grid,
	body.post-type-archive-product .catalog-results > .product-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 28px;
	}
body.tax-product_category .enzo-product-archive__grid.product-grid .product-card h2,
	body.post-type-archive-product .catalog-results > .product-grid .product-card h2 {
		font-size: 1.125rem;
		line-height: 1.32;
	}
}

.catalog-filter {
	position: sticky;
	top: 104px;
	padding: 22px;
	border: 1px solid var(--border);
	border-radius: 24px;
	background: var(--white);
	box-shadow: 0 16px 42px rgba(21, 21, 21, 0.05);
}

.catalog-filter h2 {
	margin: 0 0 16px;
	font-size: 1.2rem;
}

.filter-link {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
	padding: 12px 14px;
	border-radius: 14px;
	color: var(--text);
	font-weight: 700;
}

.catalog-filter__list {
	display: grid;
	gap: 8px;
}

.filter-link + .filter-link {
	margin-top: 6px;
}

.filter-link:hover,
.filter-link:focus-visible,
.filter-link.is-active {
	background: var(--light);
	color: var(--primary);
}

.filter-link span {
	color: var(--muted);
	font-size: 0.85rem;
}

.filter-link__icon {
	display: inline-flex;
	width: 46px;
	height: 46px;
	flex: 0 0 46px;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	border-radius: 14px;
	background:
		linear-gradient(135deg, rgba(var(--primary-rgb), 0.14), rgba(21, 21, 21, 0.04)),
		var(--white);
}

.filter-link__icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.filter-link__content {
	display: grid;
	gap: 2px;
	min-width: 0;
	flex: 1;
}

.filter-link__content strong {
	color: var(--dark);
	line-height: 1.2;
}

.filter-link__content small {
	color: var(--muted);
	font-size: 0.78rem;
	font-weight: 600;
	line-height: 1.35;
}

.filter-link em {
	display: inline-flex;
	min-width: 28px;
	height: 28px;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: var(--light);
	color: var(--muted);
	font-size: 0.78rem;
	font-style: normal;
	font-weight: 700;
}

.filter-link.is-active .filter-link__content strong,
.filter-link:hover .filter-link__content strong,
.filter-link:focus-visible .filter-link__content strong {
	color: var(--primary);
}

.catalog-results .pagination,
.blog-grid .pagination,
.product-grid .pagination {
	grid-column: 1 / -1;
	margin-top: 12px;
}

.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
	margin: 0;
	color: var(--muted);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
}

.breadcrumb a:hover,
.breadcrumb a:focus-visible {
	color: var(--primary);
}

.breadcrumb__separator,
.breadcrumb a {
	color: var(--muted);
}

.breadcrumb__current {
	color: var(--dark);
}

.breadcrumb__separator {
	color: var(--muted);
}

.button.button--outline.enzo-product-video-trigger {
	cursor: pointer;
	box-shadow: none;
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

.button.button--outline.enzo-product-video-trigger:hover,
.button.button--outline.enzo-product-video-trigger:focus-visible {
	transform: translateY(-2px);
	border-color: var(--primary);
	color: var(--primary);
	background: rgba(var(--primary-rgb), 0.06);
	box-shadow: 0 12px 28px rgba(var(--primary-rgb), 0.14);
}

.button.button--outline.enzo-product-video-trigger:hover svg,
.button.button--outline.enzo-product-video-trigger:focus-visible svg {
	color: var(--primary);
	fill: currentColor;
}

.enzo-empty-note {
	margin: 0;
	color: var(--muted);
	line-height: 1.8;
}

.enzo-sidebar-widget {
	padding: 24px;
	border: 1px solid var(--border);
	border-radius: 16px;
	background: var(--white);
	box-shadow: 0 12px 36px rgba(21, 21, 21, 0.05);
}

.enzo-sidebar-widget__title {
	margin: 0 0 16px;
	color: var(--dark);
	font-size: 20px;
	line-height: 1.3;
}

.entry-content {
	color: var(--text);
}

.entry-content h2,
.entry-content h3 {
	margin-top: 1.6em;
}

.entry-content p,
.entry-content li {
	color: var(--text);
}

.pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.pagination .page-numbers,
.enzo-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 12px;
	border: 1px solid var(--border);
	border-radius: 999px;
	background: var(--white);
	color: var(--dark);
	font-weight: 700;
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover,
.pagination .page-numbers:focus-visible,
.enzo-pagination .page-numbers.current,
.enzo-pagination .page-numbers:hover,
.enzo-pagination .page-numbers:focus-visible {
	background: var(--primary);
	border-color: var(--primary);
	color: var(--white);
}

@media (max-width: 1100px) {
.category-grid,
	.blog-grid,
	.product-grid,
	.enzo-search-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
.reference-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
.references-carousel .related-products-carousel__slide {
		flex: 0 0 calc((100% - 48px) / 3);
	}
}

@media (max-width: 992px) {
.about-intro__grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}
}

@media (max-width: 960px) {
.section-heading--split,
.catalog-layout {
		grid-template-columns: 1fr;
	}
.section-heading--split {
		align-items: start;
	}
.catalog-filter {
		position: static;
	}
}

@media (max-width: 768px) {
.wpcf7 form textarea {
		min-height: 60px;
	}
}

@media (max-width: 700px) {
.category-grid,
.blog-grid,
.product-grid,
.enzo-search-grid {
		grid-template-columns: 1fr;
	}
.enzo-search-form {
		flex-direction: column;
		align-items: stretch;
	}
.enzo-search-form__submit {
		width: 100%;
	}
.hero-showcase {
		min-height: 0;
	}
}

.site-footer .home-footer-cta {
	position: relative;
	z-index: 3;
	background: transparent;
	padding: 0;
	margin: 0 0 72px;
	transform: translateY(-50%);
}

.site-footer .home-footer-cta__panel {
	display: grid;
	grid-template-columns: auto 1px minmax(0, 1fr) 1px auto;
	gap: 0 32px;
	align-items: center;
	min-height: 130px;
	padding: 34px 42px;
	border-radius: 26px;
	background: linear-gradient(135deg, #202327 0%, #2a2528 45%, #65192d 100%);
	box-shadow: 0 30px 70px rgba(18, 20, 25, 0.18);
	transform: none;
}

.site-footer .home-footer-cta + .enzo-footer-top {
	margin-top: -40px;
}

@media (min-width: 961px) {
.site-footer .home-footer-cta + .enzo-footer-top {
		margin-top: -64px;
	}
}

body:not(.error404) .home-footer-cta__left {
	display: flex;
	align-items: center;
	gap: 16px;
	min-width: 0;
}

body:not(.error404) .home-footer-cta__icon {
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	border-radius: 999px;
	background: var(--primary);
}

body:not(.error404) .home-footer-cta__icon::before {
	display: block;
	width: 100%;
	height: 100%;
	background: var(--white);
	content: "";
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.79 19.79 0 0 1 2.08 4.18 2 2 0 0 1 4.06 2h3a2 2 0 0 1 2 1.72c.12.89.32 1.76.59 2.6a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.48-1.11a2 2 0 0 1 2.11-.45c.84.27 1.71.47 2.6.59A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: 22px 22px;
}

body:not(.error404) .home-footer-cta__phone-group {
	min-width: 0;
}

body:not(.error404) .home-footer-cta__eyebrow {
	margin: 0 0 4px;
	color: rgba(196, 120, 138, 0.9);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body:not(.error404) .home-footer-cta__phone {
	display: inline-block;
	color: var(--white);
	font-size: clamp(1.5rem, 2.2vw, 2rem);
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: -0.02em;
	text-decoration: none;
	white-space: nowrap;
	transition: opacity 160ms ease;
}

body:not(.error404) .home-footer-cta__phone:hover,
body:not(.error404) .home-footer-cta__phone:focus-visible {
	opacity: 0.88;
}

body:not(.error404) .home-footer-cta__divider {
	align-self: stretch;
	width: 1px;
	min-height: 48px;
	background: rgba(255, 255, 255, 0.1);
}

body:not(.error404) .home-footer-cta__center {
	min-width: 0;
}

body:not(.error404) .home-footer-cta__text {
	margin: 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.55;
}

body:not(.error404) .home-footer-cta__right {
	display: flex;
	justify-content: flex-end;
}

body:not(.error404) .home-footer-cta__button {
	flex-shrink: 0;
	white-space: nowrap;
	transition: transform 160ms ease, box-shadow 160ms ease;
}

body:not(.error404) .home-footer-cta__button:hover,
body:not(.error404) .home-footer-cta__button:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 14px 32px rgba(var(--primary-rgb), 0.28);
}

@media (max-width: 960px) {
.site-footer .home-footer-cta {
		margin-bottom: 64px;
		transform: translateY(-45%);
	}
body:not(.error404) .home-footer-cta__panel {
		grid-template-columns: 1fr;
		gap: 24px;
		min-height: 0;
		padding: 28px 24px;
	}
body:not(.error404) .home-footer-cta__divider {
		display: none;
	}
body:not(.error404) .home-footer-cta__right {
		justify-content: stretch;
	}
body:not(.error404) .home-footer-cta__button {
		justify-content: center;
		width: 100%;
	}
}

@media (max-width: 640px) {
.site-footer .home-footer-cta {
		margin-bottom: 0;
		transform: translateY(-38%);
	}
body:not(.error404) .home-footer-cta__panel {
		padding: 24px 20px;
		border-radius: 20px;
	}
body:not(.error404) .home-footer-cta__phone {
		white-space: normal;
	}
}

/* 404 page */

.error404 .error-page {
	padding-bottom: 64px;
}

.error404 .error-page__hero {
	position: relative;
	padding: 80px 0 56px;
	text-align: center;
	background: var(--light);
	overflow: hidden;
}

.error404 .error-page__code {
	position: absolute;
	left: 50%;
	top: 24px;
	margin: 0;
	transform: translateX(-50%);
	color: rgba(var(--primary-rgb), 0.1);
	font-size: clamp(120px, 22vw, 220px);
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.04em;
	pointer-events: none;
	user-select: none;
}

.error404 .error-page__eyebrow {
	position: relative;
	z-index: 1;
	margin: 0 0 12px;
	color: var(--primary);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.error404 .error-page__title {
	position: relative;
	z-index: 1;
	max-width: 640px;
	margin: 0 auto 16px;
	color: var(--dark);
	font-size: clamp(28px, 4vw, 42px);
	line-height: 1.2;
}

.error404 .error-page__text {
	position: relative;
	z-index: 1;
	max-width: 520px;
	margin: 0 auto 32px;
	color: var(--text);
	font-size: 17px;
	line-height: 1.7;
}

.error404 .error-page__actions {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px 16px;
}

.error404 .error-page__suggestions {
	padding-top: 64px;
}

.error404 .error-page__suggestions .section-heading {
	margin-bottom: 32px;
	text-align: center;
}

@media (max-width: 640px) {
.error404 .error-page__hero {
		padding: 56px 0 40px;
	}
.error404 .error-page__actions {
		flex-direction: column;
		align-items: stretch;
	}
.error404 .error-page__actions .button {
		width: 100%;
		justify-content: center;
		text-align: center;
	}
}
