/* Custom styles for Kastri prototype — index2 uses #EBE9E6 page tone (custom2.css) */

/* index4: same horizontal inset for fluid header + hero copy */
:root {
	--kastri-index4-gutter-x: 100px;
	--kastri-header-height: 130px;
	--kastri-header-height-sticky: 90px;
	--kastri-header-logo-height: 130px;
	--kastri-header-logo-height-sticky: 72px;
}

@media (max-width: 767px) {
	:root {
		--kastri-index4-gutter-x: max(1rem, 24px);
	}
}

@media (max-width: 1023px) {
	:root {
		--kastri-header-height-sticky: 64px;
		--kastri-header-logo-height-sticky: 64px;
	}
}

@media (max-width: 991px) {
	:root {
		--kastri-header-height: 88px;
		--kastri-header-logo-height: 80px;
	}
}

@media (min-width: 1280px) {
	:root {
		--kastri-header-logo-height-sticky: 90px;
	}
}

/* Hero image crops from top first when space is limited. */
.custom-hero-slider .owl-item .background-image-wrapper {
	background-position: center 88% !important;
}

/* Hero typography — News Cycle headline + uppercase spaced tagline; no panel (index4) */
.custom-hero-slider .custom-hero-copy {
	display: block;
	background: none !important;
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
	padding: 0;
	border-radius: 0;
	max-width: 100%;
	width: 100%;
	box-sizing: border-box;
	box-shadow: none !important;
	margin-left: 0;
	margin-right: auto;
	text-align: left !important;
}

/* Fluid hero: inset matches header logo gutter */
.custom-hero-slider .owl-item .container-fluid > .row {
	align-items: flex-start !important;
	justify-content: flex-start !important;
	padding-top: calc(var(--kastri-header-height) + 100px);
	margin-left: 0;
	margin-right: 0;
}

.custom-hero-slider .owl-item .container-fluid {
	padding-left: var(--kastri-index4-gutter-x);
	padding-right: var(--kastri-index4-gutter-x);
}

.custom-hero-slider .custom-hero-title {
	font-family: "News Cycle", sans-serif;
	font-weight: 500;
	font-size: clamp(1.5rem, 3.15vw, 2.35rem);
	line-height: 1.2;
	letter-spacing: 0.015em;
	color: #1c1c1c !important;
	/*text-shadow: 0 1px 0 rgba(235, 233, 230, 0.45);*/
	margin-bottom: 1.15rem !important;
}

.custom-hero-slider .custom-hero-tagline {
	font-family: "News Cycle", sans-serif;
	font-size: clamp(0.65rem, 1.1vw, 0.8125rem);
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.38em;
	text-transform: uppercase;
	color: #f4cc9f !important;
	margin-top: 0;
}

@media (max-width: 767px) {
	.custom-hero-slider .owl-item .container-fluid > .row {
		padding-top: calc(var(--kastri-header-height) + 100px);
	}

	.custom-hero-slider .custom-hero-copy {
		width: 100%;
		max-width: 100%;
		text-align: left !important;
	}

	.custom-hero-slider .custom-hero-tagline {
		letter-spacing: 0.22em;
		font-size: 0.62rem;
		white-space: normal;
	}
}

@media (min-width: 768px) {
	.custom-hero-slider .custom-hero-tagline {
		white-space: nowrap;
	}
}

/* Products page hero — title + descriptive paragraph (overview mockup) */
.custom-hero-slider--products .custom-hero-title {
	color: #fff !important;
	font-size: clamp(2rem, 4vw, 3rem);
	margin-bottom: 0 !important;
}

.custom-hero-slider--products .custom-hero-title::after {
	content: "";
	display: block;
	width: 40px;
	height: 3px;
	background-color: #c8b69a;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.custom-hero-slider--products .custom-hero-desc {
	font-family: "News Cycle", sans-serif;
	font-size: clamp(0.95rem, 1.5vw, 1.125rem);
	font-weight: 400;
	line-height: 1.55;
	letter-spacing: normal;
	text-transform: none;
	color: #fff !important;
	max-width: 520px;
	white-space: normal;
}

.custom-hero-slider--products .owl-item::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
	background: linear-gradient(
		to right,
		rgba(0, 0, 0, 0.78) 0%,
		rgba(0, 0, 0, 0.62) 28%,
		rgba(0, 0, 0, 0.32) 52%,
		rgba(0, 0, 0, 0.1) 68%,
		transparent 82%
	);
}

@media (max-width: 767px) {
	.custom-hero-slider--products .owl-item::after {
		background: linear-gradient(
			to right,
			rgba(0, 0, 0, 0.82) 0%,
			rgba(0, 0, 0, 0.65) 45%,
			rgba(0, 0, 0, 0.38) 72%,
			transparent 100%
		);
	}
}

/* Floor types & installation sections — overview panels (products page) */
.custom-floor-types-section .container,
.custom-installation-section .container {
	padding-top: 3.25rem !important;
	padding-bottom: 4.75rem !important;
}

.custom-floor-types-title,
.custom-installation-title {
	font-family: "News Cycle", sans-serif;
	font-weight: 400;
	font-size: clamp(1.75rem, 2.5vw, 2.25rem);
	line-height: 1.25;
	letter-spacing: 0.02em;
	margin-bottom: 0 !important;
}

.custom-floor-types-title::after,
.custom-installation-title::after {
	content: "";
	display: block;
	width: 40px;
	height: 3px;
	background-color: #c8b69a;
	margin-top: 1rem;
	margin-bottom: 1.5rem;
}

.custom-floor-types-lead,
.custom-installation-lead {
	font-family: "Poppins", sans-serif;
	font-size: 0.9375rem;
	line-height: 1.65;
	color: #3d3d3d !important;
	max-width: 36ch;
}

.custom-floor-types-panels,
.custom-installation-panels {
	height: 100%;
}

@media (max-width: 991px) {
	.custom-floor-types-section .container,
	.custom-installation-section .container {
		padding-top: 2.5rem !important;
		padding-bottom: 3.5rem !important;
	}

	.custom-floor-types-lead,
	.custom-installation-lead {
		max-width: none;
	}
}

.custom-floor-type-image {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.custom-floor-type-card {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background-color: rgba(255, 255, 255, 0.35);
}

.custom-floor-type-name {
	font-family: "News Cycle", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.35;
	margin-bottom: 0.75rem;
	padding: 1.25rem 1.25rem 0;
	text-transform: none;
}

.custom-floor-type-body {
	font-family: "Poppins", sans-serif;
	font-size: 0.9375rem;
	line-height: 1.65;
	color: #3d3d3d !important;
	padding: 0 1.25rem 1.5rem;
	flex: 1 1 auto;
}

.custom-floor-type-body p {
	margin-bottom: 1rem;
}

.custom-new-tech-section .container {
	padding-top: 3.25rem !important;
	padding-bottom: 4.75rem !important;
}

.custom-new-tech-section-title {
	text-align: center;
	margin-bottom: 0.5rem !important;
}

.custom-new-tech-section-title::after {
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 991px) {
	.custom-new-tech-section .container {
		padding-top: 2.5rem !important;
		padding-bottom: 3.5rem !important;
	}
}

.custom-deck-materials-section .container {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.custom-deck-material-card {
	border: none;
	background-color: transparent;
}

.custom-deck-material-lightbox {
	display: block;
	cursor: zoom-in;
	text-decoration: none;
}

.custom-deck-material-lightbox:focus-visible {
	outline: 2px solid #c8b69a;
	outline-offset: 2px;
}

.custom-deck-material-card .custom-floor-type-name {
	padding-top: 1rem;
	padding-bottom: 0;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.04em;
}

/* Use & durability — full-width image with left copy overlay (products page) */
.custom-use-durability-section {
	padding: 0 !important;
	min-height: clamp(420px, 52vh, 580px);
}

.custom-use-durability-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.38) 38%, rgba(0, 0, 0, 0.08) 68%, rgba(0, 0, 0, 0) 100%);
	z-index: 1;
	pointer-events: none;
}

.custom-use-durability-bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.custom-use-durability-section .container-fluid {
	padding-left: var(--kastri-index4-gutter-x);
	padding-right: var(--kastri-index4-gutter-x);
	min-height: clamp(420px, 52vh, 580px);
	display: flex;
	align-items: center;
}

.custom-use-durability-copy {
	padding: clamp(2.5rem, 6vh, 4rem) 0;
	max-width: 34rem;
}

.custom-use-durability-title {
	font-family: "News Cycle", sans-serif;
	font-weight: 400;
	font-size: clamp(1.75rem, 2.5vw, 2.25rem);
	line-height: 1.25;
	letter-spacing: 0.02em;
	color: #fff !important;
	margin-bottom: 0 !important;
}

.custom-use-durability-title::after {
	content: "";
	display: block;
	width: 40px;
	height: 3px;
	background-color: #c8b69a;
	margin-top: 1rem;
	margin-bottom: 1.5rem;
}

.custom-use-durability-text {
	font-family: "Poppins", sans-serif;
	font-size: 0.9375rem;
	line-height: 1.65;
	color: #fff !important;
}

.custom-use-durability-text + .custom-use-durability-text {
	margin-top: 1rem;
}

.custom-new-use-section .custom-use-durability-bg {
	background-position: left center;
}

@media (max-width: 991px) {
	.custom-use-durability-section::before {
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.42) 55%, rgba(0, 0, 0, 0.18) 100%);
	}

	.custom-use-durability-copy {
		max-width: none;
	}
}

/* Stairs page — 50/50 split bands */
section.section.custom-stairs-split-section {
	background: #f2ece4 !important;
	background-color: #f2ece4 !important;
	border-top: none !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.custom-stairs-split-section .container-fluid {
	padding: 0 !important;
}

.custom-hero-slider.custom-hero-slider--products + section.section.custom-stairs-split-section {
	margin-top: 5px !important;
	position: relative;
	z-index: 1;
}

/* Stairs page: gap below hero (main contains split sections, not products grid) */
.main:has(> .custom-stairs-split-section:not(.custom-motiva-split-section)) > .custom-hero-slider.custom-hero-slider--products {
	margin-bottom: 5px !important;
	box-shadow: 0 5px 0 0 #f2ece4;
}

/* Motiva page — text column background, no section gaps */
.main:has(> .custom-motiva-split-section) > .custom-hero-slider.custom-hero-slider--products {
	margin-bottom: 0 !important;
	box-shadow: none;
}

section.section.custom-motiva-split-section,
.custom-motiva-split-section {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.custom-motiva-split-section + .custom-motiva-split-section,
.custom-motiva-split-section + section.section.custom-motiva-split-section,
section.section.custom-motiva-split-section + .custom-motiva-split-section,
.custom-stairs-split-section.custom-motiva-split-section + .custom-stairs-split-section.custom-motiva-split-section {
	margin-top: 0 !important;
}

.custom-hero-slider.custom-hero-slider--products + section.section.custom-motiva-split-section::before,
.custom-motiva-split-section + .custom-motiva-split-section::before,
.custom-motiva-split-section + section.section.custom-motiva-split-section::before,
section.section.custom-motiva-split-section + .custom-motiva-split-section::before,
.custom-motiva-split-section:last-of-type::after {
	display: none;
}

section.section.custom-motiva-split-section {
	background: transparent !important;
	background-color: transparent !important;
}

.custom-motiva-split-section .custom-stairs-split-copy {
	background-color: #ebe8e3 !important;
}

.custom-motiva-split-section .custom-stairs-split-text + .custom-stairs-split-text {
	margin-top: 0;
}

/* Deck page — text column background */
section.section.custom-deck-split-section,
.custom-deck-split-section {
	background: transparent !important;
	background-color: transparent !important;
}

.custom-deck-split-section .custom-stairs-split-copy {
	background-color: #e0ddd8 !important;
}

/* Epipla page — collection split with decorative text background */
section.section.custom-epipla-collection-section,
.custom-epipla-collection-section {
	background: transparent !important;
	background-color: transparent !important;
}

.custom-epipla-collection-copy {
	background-color: #ebe8e3;
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
}

.custom-epipla-collection-media {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: clamp(1rem, 2.5vw, 1.5rem);
	padding: clamp(2rem, 4vw, 3rem);
	background-color: #faf2e8;
	min-height: 100%;
}

.custom-epipla-collection-photo {
	width: auto;
	max-width: min(calc(50% - 0.75rem), 460px);
	height: auto;
	flex: 1 1 calc(50% - 0.75rem);
	object-fit: contain;
	display: block;
	background-color: #faf2e8;
}

.custom-epipla-design-section .custom-use-durability-bg {
	background-position: center;
}

.custom-epipla-design-section::before {
	background: linear-gradient(
		to right,
		rgba(0, 0, 0, 0.78) 0%,
		rgba(0, 0, 0, 0.62) 28%,
		rgba(0, 0, 0, 0.32) 52%,
		rgba(0, 0, 0, 0.1) 68%,
		transparent 82%
	);
}

@media (max-width: 991px) {
	.custom-epipla-design-section::before {
		background: linear-gradient(
			to bottom,
			rgba(0, 0, 0, 0.72) 0%,
			rgba(0, 0, 0, 0.5) 45%,
			rgba(0, 0, 0, 0.2) 70%,
			transparent 100%
		);
	}
}

/* Epipla page — iroko split text column */
section.section.custom-epipla-split-section,
.custom-epipla-split-section {
	background: transparent !important;
	background-color: transparent !important;
}

.custom-epipla-split-section .custom-stairs-split-copy {
	background-color: #e0ddd8 !important;
}

@media (max-width: 991px) {
	.custom-epipla-collection-media {
		flex-direction: column;
		padding: 2rem 1.5rem;
	}

	.custom-epipla-collection-photo {
		flex: 0 0 auto;
		max-width: min(100%, 380px);
	}
}

@media (min-width: 992px) {
	.custom-motiva-split-section .custom-motiva-split-photo {
		object-fit: contain;
		object-position: center;
		background-color: transparent;
	}
}

.custom-hero-slider.custom-hero-slider--products + section.section.custom-stairs-split-section::before {
	content: "";
	position: absolute;
	top: -5px;
	left: 0;
	right: 0;
	height: 5px;
	background-color: #f2ece4;
	z-index: 1;
}

.custom-stairs-split-section + section.section.custom-stairs-split-section,
.custom-stairs-split-section + .custom-stairs-split-section {
	margin-top: 5px !important;
	position: relative;
	z-index: 1;
}

.custom-stairs-split-section + section.section.custom-stairs-split-section::before,
.custom-stairs-split-section + .custom-stairs-split-section::before {
	content: "";
	position: absolute;
	top: -5px;
	left: 0;
	right: 0;
	height: 5px;
	background-color: #f2ece4;
}

.custom-stairs-split-section:last-of-type {
	margin-bottom: 5px !important;
	position: relative;
	z-index: 1;
}

.custom-stairs-split-section:last-of-type::after {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
	height: 5px;
	background-color: #f2ece4;
}

.custom-stairs-split-copy .custom-stairs-split-text + .custom-stairs-split-text {
	margin-top: 5px;
}

.custom-stairs-split-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(2.5rem, 5vw, 4rem) clamp(1.5rem, 4vw, 3.5rem);
}

.custom-stairs-split-title {
	font-family: "News Cycle", sans-serif;
	font-weight: 400;
	font-size: clamp(1.75rem, 2.5vw, 2.25rem);
	line-height: 1.25;
	letter-spacing: 0.02em;
	margin-bottom: 0 !important;
}

.custom-stairs-split-title::after {
	content: "";
	display: block;
	width: 40px;
	height: 3px;
	background-color: #c8b69a;
	margin-top: 1rem;
	margin-bottom: 1.5rem;
}

.custom-stairs-split-text {
	font-family: "Poppins", sans-serif;
	font-size: 0.9375rem;
	line-height: 1.65;
	color: #3d3d3d !important;
	max-width: 42ch;
}

.custom-stairs-split-media {
	padding: 0;
	margin: 0;
	position: relative;
	min-height: 280px;
	overflow: hidden;
}

.custom-stairs-split-photo {
	display: block;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
	min-height: 280px;
}

@media (min-width: 992px) {
	.custom-stairs-split-copy {
		padding: clamp(3rem, 5vw, 4.5rem) clamp(2rem, 5vw, 4rem);
		min-height: 420px;
	}

	.custom-stairs-split-media {
		min-height: 420px;
	}

	.custom-stairs-split-photo {
		position: absolute;
		inset: 0;
		min-height: 100%;
	}
}

@media (max-width: 991px) {
	.custom-stairs-split-text {
		max-width: none;
	}
}

/* Stairs — dark split band (safety & durability) */
section.section.custom-stairs-split-section--dark {
	background: #1a1a1a !important;
	background-color: #1a1a1a !important;
}

.custom-stairs-split-section--dark .custom-stairs-split-title {
	color: #fff !important;
}

.custom-stairs-split-section--dark .custom-stairs-split-text {
	color: #fff !important;
	max-width: 42ch;
}

/* Products page CTA bar */
section.section.custom-products-cta-section,
.custom-products-cta-section {
	background-color: #1a1a1a !important;
	background: #1a1a1a !important;
	padding: 0 !important;
}

.custom-products-cta-inner {
	padding: clamp(2rem, 4vw, 3rem) var(--kastri-index4-gutter-x);
}

.custom-products-cta-heading {
	font-family: "News Cycle", sans-serif;
	font-size: clamp(1.5rem, 2.2vw, 2rem);
	font-weight: 400;
	line-height: 1.35;
	letter-spacing: 0.02em;
	color: #c8b69a !important;
}

.custom-products-cta-lead {
	font-family: "Poppins", sans-serif;
	font-size: 0.9375rem;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.85) !important;
	max-width: 42ch;
}

.custom-products-cta-actions {
	justify-content: flex-start;
}

@media (min-width: 992px) {
	.custom-products-cta-actions {
		justify-content: flex-end;
	}
}

.custom-products-cta-btn {
	font-family: "Poppins", sans-serif;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	text-decoration: none !important;
	padding: 0.875rem 1.5rem;
	white-space: nowrap;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

.custom-products-cta-btn--outline {
	background: transparent;
	border: 1px solid #c8b69a;
	color: #fff !important;
}

.custom-products-cta-btn--outline:hover {
	background: rgba(200, 182, 154, 0.12);
	color: #fff !important;
}

.custom-products-cta-btn--solid {
	background: #c8b69a;
	border: 1px solid #c8b69a;
	color: #1a1a1a !important;
}

.custom-products-cta-btn--solid:hover {
	background: #d4c4a8;
	border-color: #d4c4a8;
	color: #1a1a1a !important;
}

.custom-collection-section .container {
	padding-top: 3.25rem !important;
	padding-bottom: 4.75rem !important;
}

.custom-collection-section .col.text-center > p {
	max-width: 900px;
	margin: 0 auto;
	line-height: 1.7;
}

.custom-collection-section .custom-collection-photo {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	object-fit: contain;
	margin-left: auto;
	margin-right: auto;
	border-radius: 4px;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
}

.custom-collection-lead {
	line-height: 1.6 !important;
}

.custom-collection-section .custom-collection-cta,
.custom-company-section .custom-company-cta {
	font-family: "News Cycle", sans-serif !important;
	font-weight: 700;
	font-size: 0.8125rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	text-decoration: none !important;
	background: none !important;
	border: none !important;
	box-shadow: none !important;
	padding: 0;
	transition: color 0.2s ease, opacity 0.2s ease;
}

.custom-collection-section .custom-collection-cta:hover,
.custom-company-section .custom-company-cta:hover {
	color: #000 !important;
	opacity: 0.88;
}

.custom-collection-section .custom-collection-cta-arrow,
.custom-company-section .custom-company-cta-arrow {
	font-weight: 400;
	line-height: 1;
}

.custom-products-section .container {
	padding-top: 3.5rem !important;
	padding-bottom: 5rem !important;
}

.custom-product-tile {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	border-radius: 8px;
}

.custom-product-link {
	display: block;
	color: inherit;
	text-decoration: none;
}

.custom-product-link:hover {
	color: inherit;
}

.custom-product-tile img {
	display: block;
	width: 100%;
	max-height: 300px;
	height: auto;
	object-fit: cover;
	transition: transform 0.45s ease;
}

.custom-product-tile::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.66) 0%, rgba(0, 0, 0, 0.28) 38%, rgba(0, 0, 0, 0) 72%);
	pointer-events: none;
}

.custom-product-tile:hover img {
	transform: scale(1.03);
}

.custom-product-title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 14px 16px;
	color: #fff;
	font-family: "News Cycle", sans-serif;
	font-size: 1.6em;
	font-weight: 400;
	font-style: normal;
	line-height: 1.3;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.45);
	z-index: 1;
}

@media (max-width: 991px) {
	.custom-collection-section .container,
	.custom-products-section .container {
		padding-top: 2.5rem !important;
		padding-bottom: 3.5rem !important;
	}

	.custom-product-title {
		font-size: 1.4em;
		padding: 11px 12px;
	}
}

section.section.custom-company-section {
	border-top: none !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	position: relative;
	overflow: hidden;
}

.custom-company-section .container-xl-custom {
	position: relative;
	z-index: 2;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.custom-company-section .row {
	min-height: 0;
}

.custom-company-section .custom-company-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 2.5rem 2rem 2.5rem max(1rem, var(--kastri-index4-gutter-x, 24px));
}

.custom-company-section p {
	line-height: 1.65;
}

.custom-company-spacer {
	min-height: 1px;
}

.custom-company-media {
	position: relative;
	overflow: hidden;
	min-height: 360px;
}

.custom-company-image {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 360px;
	object-fit: cover;
	object-position: right center;
	border-radius: 0;
	box-shadow: none;
}

@media (min-width: 992px) {
	.custom-company-spacer {
		min-height: 100%;
	}

	.custom-company-media {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: calc((100vw - min(100vw, 1440px)) / 2 + min(100vw, 1440px) / 3);
		min-height: 0;
		z-index: 1;
	}

	.custom-company-image {
		position: absolute;
		inset: 0;
		min-height: 100%;
	}
}

@media (max-width: 991px) {
	.custom-company-section .custom-company-copy {
		padding: 2rem 1.25rem;
	}
}

.custom-process-section .container {
	padding-top: 3.25rem !important;
	padding-bottom: 3.25rem !important;
}

.custom-process-main-title,
.custom-section-title {
	font-family: "News Cycle", sans-serif;
	font-weight: 400;
	font-size: clamp(1.75rem, 2.5vw, 2.25rem);
	line-height: 1.25;
	letter-spacing: 0.02em;
	text-transform: none;
	padding-bottom: 1em;;
}

.custom-process-block {
	gap: 1rem;
}

.custom-process-icon {
	width: 100px;
	height: auto;
	object-fit: contain;
	align-self: flex-start;
}

.custom-process-label {
	font-family: inherit;
	font-size: 0.8125rem;
	font-weight: 600;
	text-transform: none;
	letter-spacing: normal;
	color: #6b6b6b;
	margin-bottom: 0.25rem;
}

.custom-process-stage-title {
	font-family: "News Cycle", sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.35;
	text-transform: none;
}

.custom-process-desc {
	font-size: 0.9375rem;
	line-height: 1.65;
	color: #3d3d3d !important;
	max-width: 42ch;
}

.custom-process-separator {
	font-size: 1.35rem;
	font-weight: 300;
	color: #9a9a9a;
	line-height: 1;
	padding-top: 0.35rem;
}

@media (max-width: 991px) {
	.custom-process-desc {
		max-width: none;
	}
}

.custom-process-cards-row {
	--custom-split-min-height: 260px;
}

.custom-process-split-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border-radius: 8px;
	box-shadow: 0 10px 26px rgba(0, 0, 0, 0.12);
	background: #ebe9e6;
}

@media (min-width: 992px) {
	.custom-process-split-card {
		flex-direction: row;
		align-items: stretch;
		min-height: var(--custom-split-min-height);
	}
}

.custom-process-split-text {
	flex: 1 1 auto;
	padding: 1.65rem 1.35rem;
	background: linear-gradient(145deg, #4a433c 0%, #3a3530 55%, #342f2b 100%);
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}

@media (min-width: 992px) {
	.custom-process-split-text {
		flex: 0 0 54%;
		max-width: 54%;
		padding: 1.75rem 1.5rem;
	}
}

.custom-process-split-text::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 36px;
	background: linear-gradient(to right, rgba(58, 53, 48, 0.95), rgba(58, 53, 48, 0));
	pointer-events: none;
}

@media (max-width: 991px) {
	.custom-process-split-text::after {
		display: none;
	}
}

.custom-process-split-text--gnosi {
	background: #c8b69a;
	color: #000;
}

.custom-process-split-text--gnosi::after {
	display: none;
}

.custom-process-split-text--gnosi .custom-process-split-title,
.custom-process-split-text--gnosi .custom-process-split-desc,
.custom-process-split-text--gnosi .custom-process-split-link,
.custom-process-split-text--gnosi .custom-process-split-link:hover {
	color: #000 !important;
}

.custom-process-split-text--efarmoges {
	background: #e6e0d6;
	color: #000;
}

.custom-process-split-text--efarmoges::after {
	display: none;
}

.custom-process-split-text--efarmoges .custom-process-split-title,
.custom-process-split-text--efarmoges .custom-process-split-desc,
.custom-process-split-text--efarmoges .custom-process-split-link,
.custom-process-split-text--efarmoges .custom-process-split-link:hover {
	color: #000 !important;
}

.custom-process-split-text--architects {
	background: #1f1f1f;
	color: #fff;
}

.custom-process-split-text--architects::after {
	display: none;
}

.custom-process-split-text--architects .custom-process-split-title,
.custom-process-split-text--architects .custom-process-split-desc,
.custom-process-split-text--architects .custom-process-split-link,
.custom-process-split-text--architects .custom-process-split-link:hover {
	color: #fff !important;
}

.custom-process-split-title {
	font-family: "News Cycle", sans-serif;
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 1.3;
	color: #fff !important;
	text-transform: none;
	letter-spacing: 0.02em;
	margin-bottom: 0;
}

.custom-process-split-desc {
	font-size: 0.9rem;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.92) !important;
	margin-bottom: 0;
}

.custom-process-split-link {
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	color: #fff !important;
	text-transform: none;
	transition: opacity 0.2s ease;
}

.custom-process-split-link:hover {
	opacity: 0.85;
	color: #fff !important;
}

.custom-process-split-media {
	flex: 1 1 auto;
	position: relative;
	min-height: 200px;
	background: #e3e1de;
}

@media (min-width: 992px) {
	.custom-process-split-media {
		flex: 1 1 46%;
		min-height: var(--custom-split-min-height);
	}
}

.custom-process-split-media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 200px;
	object-fit: cover;
	object-position: center;
}

@media (min-width: 992px) {
	.custom-process-split-media img {
		position: absolute;
		inset: 0;
		min-height: 100%;
	}
}

.custom-surface-section .container {
	padding-top: 3.25rem !important;
	padding-bottom: 4.75rem !important;
}

.custom-surface-card {
	padding: 0.2rem;
}

.custom-surface-card img {
	display: block;
	width: 100%;
	height: 130px;
	object-fit: cover;
	border-radius: 2px;
}

.custom-surface-title {
	margin: 0.75rem 0 0;
	font-size: 1.1rem;
	font-weight: 500;
	color: #2b2b2b;
}

.custom-surface-text {
	margin: 0.45rem 0 0;
	font-size: 0.84rem;
	line-height: 1.5;
	color: #4f4f4f;
}

@media (max-width: 991px) {
	.custom-surface-section .container {
		padding-bottom: 3.5rem !important;
	}

	.custom-surface-card img {
		height: 84px;
	}
}

/* Porto theme: section.section sets background var(--grey-100); override with matching specificity */
section.section.custom-sustainability-section {
	background: #ebe9e6 !important;
	background-color: #ebe9e6 !important;
	border-top: none !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.custom-sustainability-section .container-fluid {
	padding: 0 !important;
}

.custom-sustainability-media {
	padding: 0;
	margin: 0;
	position: relative;
	min-height: 280px;
	overflow: hidden;
}

.custom-sustainability-photo {
	display: block;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	object-fit: cover;
	object-position: center left;
	width: 100%;
	height: 100%;
	min-height: 280px;
	max-height: none;
}

@media (min-width: 992px) {
	.custom-sustainability-media {
		min-height: 420px;
	}

	.custom-sustainability-photo {
		position: absolute;
		inset: 0;
		min-height: 100%;
	}
}

.custom-sustainability-copy {
	display: flex;
	align-items: flex-start;
	padding: 2.5rem max(1rem, var(--kastri-index4-gutter-x, 24px)) 2.5rem 2rem;
}

.custom-sustainability-content {
	align-items: flex-start;
}

@media (max-width: 991px) {
	.custom-sustainability-copy {
		padding: 2rem 1.25rem;
	}
}

.custom-sustainability-icon-wrap {
	color: #a3866b;
	font-size: 2rem;
	line-height: 1;
	padding-top: 0.15rem;
}

.custom-sustainability-title {
	font-family: "News Cycle", sans-serif;
	font-weight: 400;
	font-size: clamp(1.65rem, 2.2vw, 2rem);
	line-height: 1.25;
	letter-spacing: 0.02em;
	text-transform: none;
}

.custom-sustainability-text {
	font-size: 0.95rem;
	line-height: 1.65;
	color: #333 !important;
	max-width: 38rem;
}

.custom-sustainability-cta {
	display: inline-block;
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	color: #2c2c2c !important;
	transition: color 0.2s ease;
}

.custom-sustainability-cta:hover {
	color: #000 !important;
}

/* Fluid dark footer */
.custom-site-footer {
	background: #1a1a1a !important;
	color: #fff;
	margin-top: 0 !important;
}

.custom-site-footer .custom-footer-logo {
	max-width: 200px;
	width: 100%;
	height: auto;
}

@media (max-width: 1023px) {
	.custom-site-footer .custom-footer-logo {
		max-width: 150px;
	}
}

.custom-site-footer .custom-footer-heading {
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.95) !important;
	margin-bottom: 1.15rem;
}

.custom-site-footer .custom-footer-links li {
	margin-bottom: 0.5rem;
	line-height: 1.35;
}

.custom-site-footer .custom-footer-links a {
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	text-transform: none;
	color: rgba(255, 255, 255, 0.88) !important;
	text-decoration: none;
	transition: color 0.2s ease;
}

.custom-site-footer .custom-footer-links a:hover {
	color: #fff !important;
}

@media (min-width: 992px) {
	.custom-site-footer .custom-footer-divider {
		border-left: 1px solid rgba(255, 255, 255, 0.14);
	}
}

.custom-site-footer .custom-footer-follow {
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.85) !important;
}

.custom-site-footer .custom-footer-instagram {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.35);
	color: #fff !important;
	font-size: 1.25rem;
	transition: background 0.2s ease, border-color 0.2s ease;
}

.custom-site-footer .custom-footer-instagram:hover {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.55);
	color: #fff !important;
}

.custom-site-footer .custom-footer-copy-border {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.custom-site-footer .custom-footer-copy {
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.65) !important;
}

/* index2: page shell #EBE9E6 — overrides Porto / Bootstrap white & grey-100 section fills */
html,
body {
	background-color: #ebe9e6 !important;
}

.body,
.body > .main,
.main[role="main"],
.main {
	background-color: #ebe9e6 !important;
}

section.section {
	background-color: #ebe9e6 !important;
	background: #ebe9e6 !important;
}

section.section.bg-light,
section.section.bg-color-grey {
	background-color: #ebe9e6 !important;
	background: #ebe9e6 !important;
}

section.section.custom-stairs-split-section {
	background: #f2ece4 !important;
	background-color: #f2ece4 !important;
}

section.section.custom-motiva-split-section {
	background: transparent !important;
	background-color: transparent !important;
}

section.section.custom-stairs-split-section--dark {
	background: #1a1a1a !important;
	background-color: #1a1a1a !important;
}

#header .header-body,
.header-body {
	background-color: #ebe9e6 !important;
}

#header.custom-header-over-hero .header-logo.header-logo-sticky-change {
	min-width: 120px;
	min-height: 130px;
}

#header.custom-header-over-hero .header-logo.header-logo-sticky-change a {
	display: block;
	position: relative;
	height: 130px;
}

#header.custom-header-over-hero .header-logo.header-logo-sticky-change img {
	height: 130px;
	width: auto;
}

html.sticky-header-active #header .header-body,
#header.header-narrow .header-body {
	background-color: #ebe9e6 !important;
}

.custom-hero-slider .owl-stage-outer,
.custom-hero-slider .owl-item {
	background-color: #ebe9e6 !important;
}

/* Η συλλογή μας, Η εταιρεία, Από τη μελέτη στην εφαρμογή — same band on index2 */
section.section.custom-collection-section,
section.section.custom-company-section,
section.section.custom-process-section {
	background-color: #e3dedd !important;
	background: #e3dedd !important;
}

section.section.custom-products-section {
	background-color: #c0bbbb !important;
	background: #c0bbbb !important;
}

section.section.custom-products-cta-section {
	background-color: #1a1a1a !important;
	background: #1a1a1a !important;
}

section.section.custom-surface-section {
	background-color: #fff !important;
	background: #fff !important;
}

section.section.custom-contact-section {
	background-color: #fff !important;
	background: #fff !important;
}

.custom-contact-form {
	max-width: none;
	margin-left: 0;
	margin-right: 0;
}

.custom-contact-locations {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	height: 100%;
	padding-top: 0.25rem;
}

.custom-contact-location-title {
	font-family: "News Cycle", sans-serif;
	font-weight: 700;
	font-size: 0.8125rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #333 !important;
	margin: 0 0 0.75rem;
}

.custom-contact-location-text {
	font-family: "News Cycle", sans-serif;
	font-size: 0.95rem;
	line-height: 1.55;
	color: #333 !important;
}

@media (min-width: 992px) {
	.custom-contact-locations {
		padding-left: 1rem;
		border-left: 1px solid rgba(0, 0, 0, 0.1);
	}

	.custom-contact-location-text {
		font-size: 0.875rem;
	}
}

.custom-contact-form .custom-contact-label {
	font-family: "News Cycle", sans-serif;
	font-weight: 600;
	font-size: 0.8125rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #333 !important;
	margin-bottom: 0.35rem;
}

.custom-contact-form .custom-contact-input {
	border-radius: 4px;
}

/* index4: fluid header (theme gives #header .container position: relative; mirror for container-fluid) */
#header.custom-header-over-hero .header-container.container-fluid {
	position: relative;
	box-sizing: border-box;
	padding-left: var(--kastri-index4-gutter-x) !important;
	padding-right: var(--kastri-index4-gutter-x) !important;
}

/* index4: main nav centered in header bar; logo stays left (desktop) */
@media (min-width: 992px) {
	#header.custom-header-over-hero .header-container > .header-row {
		position: relative;
		width: 100%;
		justify-content: flex-start;
		align-items: center;
	}

	#header.custom-header-over-hero .header-container > .header-row > .header-column:first-child {
		flex-grow: 0 !important;
		width: auto;
		position: relative;
		z-index: 2;
	}

	#header.custom-header-over-hero .header-container > .header-row > .header-column:last-child {
		position: absolute;
		left: 50%;
		top: 0;
		bottom: 0;
		transform: translateX(-50%);
		flex-grow: 0 !important;
		width: auto;
		max-width: min(960px, calc(100% - 120px));
		display: flex;
		align-items: center;
		justify-content: center;
		pointer-events: none;
		z-index: 1;
	}

	#header.custom-header-over-hero .header-container > .header-row > .header-column:last-child > .header-row {
		justify-content: center !important;
		width: auto;
		pointer-events: auto;
	}

	#header.custom-header-over-hero .header-nav.header-nav-links {
		width: auto;
	}

	#header.custom-header-over-hero .header-nav-main {
		width: auto;
	}

	#header.custom-header-over-hero #mainNav {
		justify-content: center;
		flex-wrap: nowrap;
	}

	#header.custom-header-over-hero #mainNav > li {
		flex-shrink: 0;
	}

	#header.custom-header-over-hero #mainNav > li > .nav-link {
		white-space: nowrap;
	}

	#header.custom-header-over-hero .header-btn-collapse-nav {
		display: none !important;
	}
}

@media (min-width: 992px) and (max-width: 1279px) {
	#header.custom-header-over-hero .header-container > .header-row > .header-column:last-child {
		max-width: min(980px, calc(100vw - 100px));
	}

	#header.custom-header-over-hero #mainNav > li > .nav-link {
		padding-left: 0.55rem !important;
		padding-right: 0.55rem !important;
		font-size: 0.9375rem;
	}
}

@media (max-width: 991px) {
	#header.custom-header-over-hero .header-container > .header-row > .header-column:last-child {
		position: static !important;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		transform: none !important;
		max-width: none !important;
		width: auto !important;
		flex-grow: 1 !important;
		display: block;
		pointer-events: auto;
		justify-content: flex-end !important;
	}

	#header.custom-header-over-hero .header-container > .header-row > .header-column:last-child > .header-row {
		justify-content: flex-end !important;
		pointer-events: auto;
	}

	#header.custom-header-over-hero .header-btn-collapse-nav {
		display: inline-flex !important;
	}
}

/* index4: transparent main nav over full-height hero; frosted bar once sticky */
html:not(.sticky-header-active) #header.custom-header-over-hero {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1030;
}

html:not(.sticky-header-active) #header.custom-header-over-hero .header-body {
	position: relative;
	z-index: 1;
	/*background: linear-gradient(
		180deg,
		rgba(22, 20, 18, 0.72) 0%,
		rgba(22, 20, 18, 0.38) 52%,
		rgba(22, 20, 18, 0) 100%
	) !important;*/
	background-color: transparent !important;
	box-shadow: none !important;
	border-color: transparent !important;
}

#header.custom-header-over-hero #mainNav .nav-link {
	font-family: "News Cycle", sans-serif !important;
	font-weight: 600;
	letter-spacing: 0.02em;
}

html:not(.sticky-header-active) #header.custom-header-over-hero #mainNav .nav-link {
	color: rgba(255, 255, 255, 0.95) !important;
}

html:not(.sticky-header-active) #header.custom-header-over-hero #mainNav .nav-link:hover,
html:not(.sticky-header-active) #header.custom-header-over-hero #mainNav .nav-link:focus {
	color: #fff !important;
}

html:not(.sticky-header-active) #header.custom-header-over-hero #mainNav .nav-link.active {
	color: #fff !important;
}

#header.custom-header-over-hero #mainNav .dropdown-menu {
	background-color: #1a1a1a !important;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 0;
	padding: 0.35rem 0;
	min-width: 15rem;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

#header.custom-header-over-hero #mainNav .dropdown-menu .nav-link {
	font-family: "Poppins", sans-serif !important;
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.95) !important;
	padding: 0.55rem 1.25rem;
	white-space: nowrap;
	background-color: transparent !important;
}

#header.custom-header-over-hero #mainNav .dropdown-menu .nav-link:hover,
#header.custom-header-over-hero #mainNav .dropdown-menu .nav-link:focus {
	color: #cd9560 !important;
	background-color: rgba(255, 255, 255, 0.06) !important;
}

html:not(.sticky-header-active) #header.custom-header-over-hero .header-btn-collapse-nav {
	color: #fff !important;
}

/* Sticky bar: same fill as .custom-site-footer (#1a1a1a); white nav text */
html.sticky-header-active #header.custom-header-over-hero .header-body,
#header.custom-header-over-hero.header-narrow .header-body {
	background-color: #1a1a1a !important;
	background: #1a1a1a !important;
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
	box-shadow: none !important;
	border-color: transparent !important;
}

html.sticky-header-active #header.custom-header-over-hero #mainNav .nav-link,
#header.custom-header-over-hero.header-narrow #mainNav .nav-link {
	color: rgba(255, 255, 255, 0.95) !important;
}

html.sticky-header-active #header.custom-header-over-hero #mainNav .nav-link:hover,
html.sticky-header-active #header.custom-header-over-hero #mainNav .nav-link:focus,
#header.custom-header-over-hero.header-narrow #mainNav .nav-link:hover,
#header.custom-header-over-hero.header-narrow #mainNav .nav-link:focus {
	color: #fff !important;
	background-color: transparent !important;
}

html.sticky-header-active #header.custom-header-over-hero #mainNav .nav-link.active,
#header.custom-header-over-hero.header-narrow #mainNav .nav-link.active {
	color: #fff !important;
	background-color: transparent !important;
}

html.sticky-header-active #header.custom-header-over-hero .header-btn-collapse-nav,
#header.custom-header-over-hero.header-narrow .header-btn-collapse-nav {
	color: #fff !important;
	background-color: transparent !important;
	border-color: rgba(255, 255, 255, 0.35) !important;
}

html.sticky-header-active #header.custom-header-over-hero {
	z-index: 1030;
}

/* Company page */
.custom-hero-slider--company .owl-item .container-fluid > .row {
	align-items: center !important;
	padding-top: 130px;
	min-height: 100vh;
	box-sizing: border-box;
}

.custom-company-hero-copy {
	max-width: 34rem;
}

.custom-company-hero-divider {
	display: block;
	width: 40px;
	height: 2px;
	background-color: #c8b69a;
}

.custom-company-hero-divider:first-child {
	margin-bottom: 1.25rem;
}

.custom-company-hero-divider:last-child {
	margin-top: 1.25rem;
}

section.section.custom-company-timeline-section {
	background: #efeae6 !important;
	background-color: #efeae6 !important;
	padding: 0 !important;
}

.custom-company-timeline-copy {
	padding: clamp(2.5rem, 5vw, 4rem) clamp(1.5rem, 4vw, 3.5rem);
}

.custom-company-timeline {
	position: relative;
	padding-left: 2rem;
}

.custom-company-timeline::before {
	content: "";
	position: absolute;
	top: 0.35rem;
	bottom: 0;
	left: 0.45rem;
	width: 1px;
	background-color: #cd9560;
}

.custom-company-timeline-item {
	position: relative;
	display: flex;
	gap: 1rem;
	padding-bottom: 1.35rem;
}

.custom-company-timeline-item:last-child {
	padding-bottom: 0;
}

.custom-company-timeline-marker {
	position: absolute;
	left: -2rem;
	top: 0.15rem;
	width: 0.95rem;
	height: 0.95rem;
	border: 1px solid #cd9560;
	border-radius: 50%;
	background-color: #efeae6;
	box-shadow: inset 0 0 0 2px #efeae6;
}

.custom-company-timeline-marker::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0.35rem;
	height: 0.35rem;
	border-radius: 50%;
	background-color: #cd9560;
	transform: translate(-50%, -50%);
}

.custom-company-timeline-year {
	display: block;
	font-family: "News Cycle", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.3;
	color: #1c1c1c;
	margin-bottom: 0.35rem;
}

.custom-company-timeline-text {
	font-family: "Poppins", sans-serif;
	font-size: 0.875rem;
	line-height: 1.65;
	color: #1c1c1c;
	margin-bottom: 0;
}

.custom-company-location {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	margin-top: 2rem;
	padding-top: 1.5rem;
}

.custom-company-location-icon {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.75rem;
	height: 2.75rem;
	border: 1px solid #cd9560;
	color: #cd9560;
	background-color: transparent;
}

.custom-company-location-icon svg {
	width: 1.25rem;
	height: 1.25rem;
}

.custom-company-timeline-media {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 320px;
	padding: clamp(2rem, 4vw, 3rem);
}

.custom-company-timeline-photo {
	display: block;
	width: 90%;
	max-width: 90%;
	min-height: 288px;
	object-fit: cover;
	object-position: center;
	border-radius: 8px;
}

section.section.custom-company-quote-section {
	background: #e8e3dc !important;
	background-color: #e8e3dc !important;
	padding: clamp(2.5rem, 6vh, 3.75rem) var(--kastri-index4-gutter-x) !important;
	text-align: center;
}

.custom-company-quote {
	font-family: "News Cycle", sans-serif;
	font-size: clamp(1.35rem, 2.2vw, 1.75rem);
	font-weight: 400;
	line-height: 1.45;
	letter-spacing: 0.01em;
	color: #1c1c1c;
	max-width: 42rem;
	margin-left: auto;
	margin-right: auto;
}

.custom-company-quote-divider {
	display: block;
	width: 40px;
	height: 2px;
	background-color: #c8b69a;
	margin: 1rem auto 0;
}

section.section.custom-company-art-section,
.custom-company-art-section {
	background: #efeae6 !important;
	background-color: #efeae6 !important;
}

.custom-company-art-section .custom-stairs-split-copy,
.custom-company-art-media {
	background-color: #efeae6 !important;
}

.custom-company-art-section .custom-stairs-split-copy {
	justify-content: flex-start;
	padding-bottom: clamp(1.5rem, 3vw, 2rem);
}

section.section.custom-company-art-section {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.main > section.custom-company-art-section:last-child::after {
	display: none;
}

.custom-company-art-media {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0.75rem;
	min-height: 100%;
	padding: clamp(2rem, 4vw, 3rem) clamp(2rem, 4vw, 3rem) clamp(1.25rem, 2.5vw, 1.75rem);
}

.custom-company-art-photo {
	width: 90%;
	max-width: 90%;
	flex: 0 0 auto;
	min-height: 216px;
	object-fit: cover;
	display: block;
	border-radius: 8px;
}

@media (max-width: 991px) {
	.custom-company-timeline::before {
		bottom: 0.5rem;
	}

	.custom-company-timeline-media {
		order: -1;
	}

	.custom-company-art-photo {
		min-height: 198px;
	}
}

/* Architects page */
.custom-hero-slider--products .custom-hero-desc + .custom-hero-desc {
	margin-top: 1rem;
}

.main:has(> .custom-architects-split-section) > .custom-hero-slider.custom-hero-slider--products {
	margin-bottom: 0 !important;
	box-shadow: none;
}

section.section.custom-architects-split-section,
section.section.custom-architects-form-section {
	background: #efeae6 !important;
	background-color: #efeae6 !important;
	border: none !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.custom-architects-section-inner {
	padding: clamp(2rem, 4vw, 3rem) clamp(1.5rem, 4vw, 3.5rem);
}

.custom-architects-appointment-row {
	margin-top: 0;
}

.custom-architects-media--appointment {
	padding-top: 0;
	padding-bottom: 0;
}

.custom-architects-bordered-block--appointment .custom-architects-media--appointment {
	padding: clamp(2rem, 4vw, 3rem);
}

section.section.custom-architects-form-section {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.custom-architects-bordered-block {
	border: 1px solid rgba(28, 28, 28, 0.16);
	background-color: #efeae6;
}

.custom-architects-bordered-block .custom-architects-form-intro {
	border-right: 1px solid rgba(28, 28, 28, 0.16);
}

.custom-architects-bordered-block .custom-architects-form-roles-col {
	border-left: 1px solid rgba(28, 28, 28, 0.16);
}

.custom-architects-copy--bordered {
	flex: 1 1 auto;
}

.custom-architects-form,
.custom-architects-form-panel,
.custom-architects-form .row,
.custom-architects-fields {
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
}

.custom-architects-form:focus,
.custom-architects-form:focus-within {
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
}

.custom-architects-copy,
.custom-architects-form-fields-col,
.custom-architects-form-roles-col,
.custom-architects-form-panel {
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
}

.custom-architects-form-panel {
	background-color: #efeae6;
}

.custom-architects-form-fields-col,
.custom-architects-form-roles-col {
	padding: clamp(2.5rem, 5vw, 4rem) clamp(1.5rem, 4vw, 3.5rem);
	background-color: #efeae6;
}

.custom-architects-form-fields-col {
	padding-left: clamp(1rem, 2.5vw, 2rem);
}

.custom-architects-form-roles-col {
	padding-top: clamp(2.5rem, 5vw, 4rem);
}

.custom-architects-copy {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding: clamp(2.5rem, 5vw, 4rem) clamp(1.5rem, 4vw, 3.5rem);
	background-color: #efeae6;
}

.custom-architects-title {
	font-family: "News Cycle", sans-serif;
	font-weight: 400;
	font-size: clamp(1.75rem, 2.5vw, 2.25rem);
	line-height: 1.25;
	letter-spacing: 0.02em;
	color: #1c1c1c;
	margin-bottom: 0 !important;
}

.custom-architects-title::after {
	content: "";
	display: block;
	width: 40px;
	height: 3px;
	background-color: #cd9560;
	margin-top: 1rem;
	margin-bottom: 1.5rem;
}

.custom-architects-text {
	font-family: "Poppins", sans-serif;
	font-size: 0.9375rem;
	line-height: 1.65;
	color: #1c1c1c;
	margin-bottom: 1rem;
}

.custom-architects-text + .custom-architects-collection-link {
	margin-top: 0.25rem;
}

.custom-architects-collection-link {
	display: inline-block;
	font-family: "Poppins", sans-serif;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #1c1c1c !important;
	text-decoration: none;
	transition: color 0.2s ease;
}

.custom-architects-collection-link:hover {
	color: #cd9560 !important;
}

.custom-architects-media {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100%;
	padding: clamp(2rem, 4vw, 3rem);
	background-color: #efeae6;
}

.custom-architects-photo {
	display: block;
	width: 90%;
	max-width: 90%;
	min-height: 260px;
	object-fit: cover;
	object-position: center;
	border-radius: 8px;
}

.custom-architects-list {
	font-family: "Poppins", sans-serif;
	font-size: 0.9375rem;
	line-height: 1.65;
	color: #1c1c1c;
	padding-left: 1.1rem;
	margin-bottom: 1rem;
}

.custom-architects-list li + li {
	margin-top: 0.5rem;
}

.custom-architects-form,
.custom-architects-form .custom-architects-label,
.custom-architects-form .custom-architects-input,
.custom-architects-form .custom-architects-role-label,
.custom-architects-form .custom-architects-role-other-text,
.custom-architects-form .custom-architects-role-other-input,
.custom-architects-form .custom-contact-page-privacy,
.custom-architects-form .custom-architects-submit-btn,
.custom-architects-form label.error {
	font-family: "News Cycle", sans-serif !important;
}

.custom-architects-form .custom-contact-page-privacy {
	font-size: 0.9375rem;
}

.custom-architects-label {
	font-size: 0.9375rem;
	font-weight: 400;
	color: #1c1c1c;
	margin-bottom: 0.35rem;
}

.custom-architects-input {
	font-size: 1.0625rem;
	font-weight: 400;
	line-height: 1.5;
	border: none !important;
	border-bottom: 1px solid rgba(28, 28, 28, 0.28) !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	padding-left: 0;
	padding-right: 0;
	color: #1c1c1c;
}

.custom-architects-input:focus {
	border-bottom-color: #cd9560 !important;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	background: transparent !important;
	box-shadow: none !important;
}

.custom-architects-field + .custom-architects-field {
	margin-top: 1.25rem;
}

.custom-architects-roles {
	border: none;
	outline: none;
	margin: 0;
	padding: 0;
	min-width: 0;
}

.custom-architects-roles-heading {
	margin-bottom: 1rem;
}

.custom-architects-roles-list {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	clear: both;
}

.custom-architects-role-btn {
	position: relative;
	display: block;
	margin: 0;
	cursor: pointer;
}

.custom-architects-role-btn input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

.custom-architects-role-label {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	padding: 0.55rem 0.75rem;
	border: 1px solid rgba(28, 28, 28, 0.2);
	background-color: transparent;
	color: #1c1c1c;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.45;
	letter-spacing: 0.01em;
	transition: border-color 0.2s ease, background-color 0.2s ease;
}

.custom-architects-role-label::after {
	content: "";
	flex: 0 0 auto;
	width: 1rem;
	height: 1rem;
	border: 1px solid rgba(28, 28, 28, 0.25);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 0.65rem;
	transition: border-color 0.2s ease, background-color 0.2s ease;
}

.custom-architects-role-btn input[type="checkbox"]:checked + .custom-architects-role-label {
	border-color: #cd9560;
	background-color: rgba(205, 149, 96, 0.08);
}

.custom-architects-role-btn input[type="checkbox"]:checked + .custom-architects-role-label::after {
	border-color: #cd9560;
	background-color: #cd9560;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='1.75' d='M1 5l3.5 3.5L11 1'/%3E%3C/svg%3E");
}

.custom-architects-role-label--other {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 0.5rem 0.75rem;
}

.custom-architects-role-label--other::after {
	grid-column: 3;
	grid-row: 1;
	align-self: center;
}

.custom-architects-role-other-text {
	white-space: nowrap;
}

.custom-architects-role-other-input {
	grid-column: 2;
	min-width: 0;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.45;
	margin: 0;
	padding-bottom: 0.2rem;
}

.custom-architects-field label.error,
.custom-architects-roles label.error {
	display: block;
	margin-top: 0.35rem;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.45;
	color: #c0392b;
}

.custom-architects-roles label.error {
	margin-top: 0.75rem;
}

.custom-architects-form-actions {
	margin-top: 0;
	padding: clamp(1.25rem, 2.5vw, 1.75rem) clamp(1.5rem, 4vw, 3.5rem);
	padding-left: clamp(1rem, 2.5vw, 2rem);
	text-align: left;
	border-top: 1px solid rgba(28, 28, 28, 0.12);
}

.custom-architects-form-actions .custom-architects-privacy-field {
	max-width: 42rem;
}

.custom-architects-submit-btn {
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #fff;
	background-color: #1c1c1c;
	border: 1px solid #1c1c1c;
	padding: 0.85rem 2rem;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.custom-architects-submit-btn:hover {
	background-color: #cd9560;
	border-color: #cd9560;
	color: #fff;
}

@media (max-width: 991px) {
	.custom-architects-bordered-block .custom-architects-form-intro {
		border-right: none;
		border-bottom: 1px solid rgba(28, 28, 28, 0.16);
	}

	.custom-architects-bordered-block .custom-architects-form-roles-col {
		border-left: none;
		border-top: 1px solid rgba(28, 28, 28, 0.16);
	}

	.custom-architects-media {
		order: -1;
		padding-bottom: 1.5rem;
	}

	.custom-architects-photo {
		min-height: 220px;
	}
}

/* Contact page */
.main:has(> .custom-contact-page-section) > .custom-hero-slider.custom-hero-slider--products {
	margin-bottom: 0 !important;
	box-shadow: none;
}

.custom-contact-hero-quote {
	max-width: 560px;
}

section.section.custom-contact-page-section {
	background: #fff !important;
	background-color: #fff !important;
	border: none !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.custom-contact-page-section-inner {
	padding: clamp(2.5rem, 5vw, 4rem) clamp(1.5rem, 4vw, 3.5rem);
}

.custom-contact-page-layout {
	border: 1px solid rgba(28, 28, 28, 0.12);
	background-color: #fff;
}

.custom-contact-page-form-col {
	padding: clamp(2rem, 4vw, 3rem);
	border-right: 1px solid rgba(28, 28, 28, 0.12);
}

.custom-contact-page-locations-col {
	padding: clamp(2rem, 4vw, 3rem);
}

.custom-contact-page-title {
	font-family: "News Cycle", sans-serif;
	font-weight: 400;
	font-size: clamp(1.75rem, 2.5vw, 2.25rem);
	line-height: 1.25;
	letter-spacing: 0.02em;
	color: #1c1c1c;
	margin-bottom: 0 !important;
}

.custom-contact-page-location-title {
	font-family: "News Cycle", sans-serif;
	font-weight: 400;
	font-size: clamp(1.125rem, 1.75vw, 1.375rem);
	line-height: 1.25;
	letter-spacing: 0.02em;
	color: #1c1c1c;
	margin-bottom: 0 !important;
}

.custom-contact-page-title::after {
	content: "";
	display: block;
	width: 40px;
	height: 3px;
	background-color: #cd9560;
	margin-top: 1rem;
	margin-bottom: 1.75rem;
}

.custom-contact-page-location-title::after {
	content: "";
	display: block;
	width: 32px;
	height: 2px;
	background-color: #cd9560;
	margin-top: 0.65rem;
	margin-bottom: 1.25rem;
}

.custom-contact-page-fields {
	margin-top: 0;
}

.custom-contact-page-label {
	font-family: "Poppins", sans-serif;
	font-size: 0.8125rem;
	font-weight: 500;
	color: #1c1c1c;
	margin-bottom: 0.35rem;
}

.custom-contact-page-input {
	border: 1px solid rgba(28, 28, 28, 0.16) !important;
	border-radius: 0 !important;
	background: #fff !important;
	box-shadow: none !important;
	padding: 0.7rem 0.85rem;
	color: #1c1c1c;
}

.custom-contact-page-input:focus {
	border-color: #cd9560 !important;
	background: #fff !important;
	box-shadow: none !important;
}

.custom-contact-page-textarea {
	resize: vertical;
	min-height: 150px;
}

.custom-contact-page-privacy {
	display: flex;
	align-items: flex-start;
	gap: 0.65rem;
	font-family: "Poppins", sans-serif;
	font-size: 0.8125rem;
	line-height: 1.55;
	color: #1c1c1c;
	margin: 0;
	cursor: pointer;
}

.custom-contact-page-privacy input[type="checkbox"] {
	flex: 0 0 auto;
	margin-top: 0.2rem;
	accent-color: #cd9560;
}

.custom-contact-page-privacy-field label.error,
.custom-architects-privacy-field label.error {
	display: block;
	width: 100%;
	margin: 0.35rem 0 0;
	font-family: "Poppins", sans-serif;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.45;
	color: #c0392b;
}

.custom-contact-page-submit-btn {
	font-family: "Poppins", sans-serif;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #fff;
	background-color: #1c1c1c;
	border: 1px solid #1c1c1c;
	padding: 0.6rem 1.35rem;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.custom-contact-page-submit-btn:hover {
	background-color: #cd9560;
	border-color: #cd9560;
	color: #fff;
}

.custom-contact-page-location + .custom-contact-page-location {
	margin-top: clamp(2rem, 4vw, 3rem);
	padding-top: clamp(2rem, 4vw, 3rem);
	border-top: 1px solid rgba(28, 28, 28, 0.12);
}

.custom-contact-page-location-head {
	display: flex;
	align-items: flex-start;
	gap: 0.85rem;
	margin-bottom: 0;
}

.custom-contact-page-location-title-wrap {
	flex: 1 1 auto;
	min-width: 0;
}

.custom-contact-page-location-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	background-color: #1c1c1c;
	color: #fff;
	flex: 0 0 auto;
	font-size: 0.95rem;
}

.custom-contact-page-detail-list {
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
	margin-bottom: 1.25rem;
}

.custom-contact-page-detail-list li {
	display: grid;
	grid-template-columns: 1rem 1fr;
	gap: 0.75rem;
	align-items: start;
	font-family: "Poppins", sans-serif;
	font-size: 0.875rem;
	line-height: 1.6;
	color: #1c1c1c;
}

.custom-contact-page-detail-list li > i {
	color: #cd9560;
	margin-top: 0.15rem;
	font-size: 0.85rem;
}

.custom-contact-page-detail-link {
	color: #1c1c1c !important;
	text-decoration: none;
	transition: color 0.2s ease;
}

.custom-contact-page-detail-link:hover {
	color: #cd9560 !important;
}

.custom-contact-page-map-embed {
	position: relative;
	width: 100%;
	height: 160px;
	margin-bottom: 0.75rem;
	border: 1px solid rgba(28, 28, 28, 0.12);
	background-color: #fff;
}

.custom-contact-page-map-iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.custom-contact-page-map-link {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	font-family: "Poppins", sans-serif;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #1c1c1c !important;
	text-decoration: none;
	transition: color 0.2s ease;
}

.custom-contact-page-map-link:hover {
	color: #cd9560 !important;
}

.custom-contact-page-form .contact-form-success,
.custom-contact-page-form .contact-form-error {
	margin-bottom: 1rem;
}

.custom-architects-form .contact-form-success,
.custom-architects-form .contact-form-error,
.custom-contact-form.contact-form .contact-form-success,
.custom-contact-form.contact-form .contact-form-error {
	margin-bottom: 1rem;
}

@media (max-width: 991px) {
	.custom-contact-page-form-col {
		border-right: none;
		border-bottom: 1px solid rgba(28, 28, 28, 0.12);
	}
}

/* ==========================================================================
   Site-wide: sticky header + mobile nav (all pages)
   ========================================================================== */

@media (max-width: 1023px) {
	html.sticky-header-active #header.custom-header-over-hero .header-logo.header-logo-sticky-change a {
		height: 64px;
		width: 64px;
	}

	html.sticky-header-active #header.custom-header-over-hero .header-logo.header-logo-sticky-change img {
		height: 64px !important;
		width: 64px !important;
		object-fit: contain;
	}
}

@media (min-width: 1280px) {
	html.sticky-header-active #header.custom-header-over-hero .header-logo.header-logo-sticky-change a {
		height: 90px;
		width: 90px;
	}

	html.sticky-header-active #header.custom-header-over-hero .header-logo.header-logo-sticky-change img {
		height: 90px !important;
		width: 90px !important;
		object-fit: contain;
	}
}

#header.custom-header-over-hero .header-container {
	height: var(--kastri-header-height) !important;
	min-height: 0;
	transition: height 0.3s ease;
}

html.sticky-header-active #header.custom-header-over-hero .header-container {
	height: var(--kastri-header-height-sticky) !important;
}

#header.custom-header-over-hero .header-logo.header-logo-sticky-change {
	min-width: 0;
	min-height: 0;
}

#header.custom-header-over-hero .header-logo.header-logo-sticky-change a {
	height: var(--kastri-header-logo-height);
	transition: height 0.3s ease;
}

#header.custom-header-over-hero .header-logo.header-logo-sticky-change img {
	height: var(--kastri-header-logo-height) !important;
	width: auto;
	transition: height 0.3s ease;
}

html.sticky-header-active #header.custom-header-over-hero .header-logo.header-logo-sticky-change a,
html.sticky-header-active #header.custom-header-over-hero .header-logo.header-logo-sticky-change img {
	height: var(--kastri-header-logo-height-sticky) !important;
}

.page-home .custom-hero-index .owl-item .container-fluid > .row {
	padding-top: calc(var(--kastri-header-height) + 100px);
}

html.sticky-header-active #header.custom-header-over-hero .header-body {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1035;
}

html.mobile-menu-opened #header.custom-header-over-hero .header-body {
	background-color: #1a1a1a !important;
}

#header.custom-header-over-hero .header-row {
	align-items: center;
}

@media (max-width: 991px) {
	#header.custom-header-over-hero .header-container > .header-row {
		flex-wrap: nowrap;
	}

	#header.custom-header-over-hero .header-btn-collapse-nav {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		margin-left: 0.5rem;
		padding: 0.35rem 0.55rem;
	}

	#header.custom-header-over-hero .header-nav-main nav > ul > li > a,
	#header.custom-header-over-hero .header-nav-main nav > ul > li.dropdown .dropdown-menu .nav-link {
		min-height: 0;
		padding-top: 0.65rem !important;
		padding-bottom: 0.65rem !important;
	}

	#header.custom-header-over-hero .header-nav-main nav > ul > li.dropdown .dropdown-menu {
		position: static !important;
		float: none;
		width: 100%;
		background-color: #141414 !important;
		border: none;
		box-shadow: none;
		margin: 0;
		padding-left: 0.75rem;
	}

	#header.custom-header-over-hero .header-nav-main nav.collapse.show {
		position: absolute;
		top: 100%;
		left: calc(-1 * var(--kastri-index4-gutter-x));
		right: calc(-1 * var(--kastri-index4-gutter-x));
		width: auto;
		background-color: #1a1a1a;
		padding: 0.5rem var(--kastri-index4-gutter-x) 1rem;
		box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
		z-index: 1040;
		max-height: calc(100vh - var(--kastri-header-height-sticky));
		overflow-y: auto;
	}

	html.sticky-header-active #header.custom-header-over-hero .header-nav-main nav.collapse.show {
		max-height: calc(100vh - var(--kastri-header-height-sticky));
	}

	html:not(.sticky-header-active) #header.custom-header-over-hero .header-nav-main nav.collapse.show {
		max-height: calc(100vh - var(--kastri-header-height));
	}

	.page-home .custom-section-title {
		font-size: clamp(1.35rem, 5vw, 1.75rem);
	}

	.page-home .custom-product-tile img {
		max-height: 220px;
	}

	.page-home .custom-process-icon {
		width: 72px;
		height: 72px;
	}

	.page-home .custom-process-block {
		gap: 0.85rem;
	}

	.page-home .custom-contact-section .custom-contact-locations {
		padding-top: 0.5rem;
		border-left: none;
	}

	.page-home .custom-sustainability-icon-wrap {
		font-size: 1.75rem;
	}

	.page-home .custom-sustainability-content {
		flex-direction: column;
	}

	.page-home .custom-sustainability-content .ps-3 {
		padding-left: 0 !important;
		padding-top: 0.75rem;
	}
}

@media (max-width: 575px) {
	.page-home .custom-product-title {
		font-size: 1.05rem;
		padding: 10px;
	}

	.page-home .custom-hero-index .custom-hero-title {
		font-size: clamp(1.35rem, 7vw, 1.75rem);
	}
}
