:root {
	--schoefs-ink: #17212b;
	--schoefs-muted: #65717e;
	--schoefs-line: #dde5ec;
	--schoefs-surface: #f5f8fa;
	--schoefs-blue: #55b8df;
	--schoefs-blue-dark: #157da6;
	--schoefs-red: #e4573d;
	--schoefs-gold: #d99c36;
}

body {
	color: var(--schoefs-ink);
	background: #ffffff;
}

html {
	scroll-behavior: smooth;
}

.container {
	max-width: 1200px;
}

.schoefs-topbar {
	background: #102332;
	color: #ffffff;
	border: 0;
}

.schoefs-topbar .text-caption-1,
.schoefs-topbar .topbar-note,
.schoefs-topbar a {
	color: rgba(255, 255, 255, 0.86);
	margin: 0;
}

.schoefs-topbar .topbar-right {
	gap: 22px;
}

.schoefs-header {
	position: sticky;
	top: 0;
	z-index: 40;
	background: rgba(255, 255, 255, 0.94);
	border-bottom: 1px solid rgba(23, 33, 43, 0.08);
	backdrop-filter: blur(18px);
}

.schoefs-header .container-full,
.schoefs-topbar .container-full {
	padding-left: clamp(18px, 4vw, 56px);
	padding-right: clamp(18px, 4vw, 56px);
}

.schoefs-header .row {
	min-height: 96px;
}

.schoefs-header .box-nav-ul {
	gap: 26px;
}

.schoefs-header .box-nav-ul a {
	font-weight: 700;
	color: var(--schoefs-ink);
}

.brand-lockup {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	color: var(--schoefs-ink);
	font-size: 28px;
	font-weight: 800;
	letter-spacing: 0;
}

.brand-lockup img {
	width: clamp(72px, 7vw, 92px);
	height: auto;
}

.mobile-menu-toggle {
	position: absolute;
	left: 18px;
	top: 50%;
	display: inline-grid;
	gap: 5px;
	width: 42px;
	height: 42px;
	place-content: center;
	border: 1px solid var(--schoefs-line);
	border-radius: 6px;
	background: #ffffff;
	transform: translateY(-50%);
}

.mobile-menu-toggle span {
	display: block;
	width: 18px;
	height: 2px;
	background: var(--schoefs-ink);
}

.schoefs-mobile-menu .mobile-brand {
	justify-content: flex-start;
	margin-bottom: 24px;
}

.schoefs-mobile-menu .mb-menu-link {
	font-weight: 800;
}

.schoefs-mobile-contact .schoefs-btn {
	width: 100%;
	margin: 22px 0;
}

.schoefs-btn,
.schoefs-btn-secondary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 22px;
	border-radius: 6px;
	font-weight: 800;
	border: 1px solid transparent;
	transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.schoefs-btn {
	background: var(--schoefs-red);
	color: #ffffff;
	box-shadow: 0 12px 26px rgba(228, 87, 61, 0.24);
}

.schoefs-btn:hover {
	color: #ffffff;
	background: #cc432b;
	transform: translateY(-1px);
}

.schoefs-btn-secondary {
	color: var(--schoefs-ink);
	background: #ffffff;
	border-color: var(--schoefs-line);
}

.schoefs-btn-secondary:hover {
	color: var(--schoefs-blue-dark);
	border-color: var(--schoefs-blue);
}

.eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--schoefs-blue-dark);
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.eyebrow::before {
	content: "";
	width: 24px;
	height: 2px;
	background: var(--schoefs-red);
}

.schoefs-hero {
	position: relative;
	overflow: hidden;
	padding: clamp(54px, 8vw, 112px) 0 72px;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.9) 38%, rgba(255, 255, 255, 0.42) 68%, rgba(255, 255, 255, 0.12) 100%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(238, 246, 250, 0.48)),
		url("../images/hero-faucet-water.png") right center / cover no-repeat,
		linear-gradient(180deg, #ffffff 0%, #eef6fa 100%);
}

.schoefs-hero::after {
	content: none;
}

.hero-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.75fr);
	gap: clamp(34px, 6vw, 84px);
	align-items: start;
}

.hero-copy h1 {
	max-width: 760px;
	margin: 18px 0 20px;
	font-size: clamp(42px, 6vw, 82px);
	line-height: 0.98;
	letter-spacing: 0;
	color: var(--schoefs-ink);
}

.hero-copy p {
	max-width: 650px;
	margin: 0;
	color: var(--schoefs-muted);
	font-size: 19px;
	line-height: 1.7;
}

.hero-actions,
.hero-proof {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.hero-proof {
	gap: 10px;
	margin-top: 24px;
}

.hero-proof span {
	padding: 9px 12px;
	border: 1px solid rgba(23, 33, 43, 0.1);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.75);
	color: #44515e;
	font-size: 14px;
	font-weight: 700;
}

.hero-panel {
	padding: 24px;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 28px 70px rgba(23, 33, 43, 0.13);
	border: 1px solid rgba(23, 33, 43, 0.06);
}

.hero-panel-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 18px;
	padding-bottom: 18px;
	margin-bottom: 18px;
	border-bottom: 1px solid var(--schoefs-line);
}

.hero-panel-top span {
	color: var(--schoefs-muted);
	font-weight: 700;
}

.hero-panel-top strong {
	color: var(--schoefs-blue-dark);
}

.system-card {
	display: grid;
	grid-template-columns: 54px 1fr;
	gap: 16px;
	align-items: center;
	padding: 18px;
	border-radius: 8px;
	background: var(--schoefs-surface);
}

.system-card + .system-card {
	margin-top: 14px;
}

.system-icon {
	display: grid;
	place-items: center;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	color: #ffffff;
	font-weight: 900;
}

.system-card.warm .system-icon {
	background: var(--schoefs-red);
}

.system-card.water .system-icon {
	background: var(--schoefs-blue);
}

.system-card strong,
.system-card small {
	display: block;
}

.system-card strong {
	font-size: 17px;
}

.system-card small {
	margin-top: 4px;
	color: var(--schoefs-muted);
	line-height: 1.55;
}

.hero-metric {
	display: flex;
	align-items: center;
	gap: 18px;
	margin-top: 18px;
	padding: 18px;
	border-radius: 8px;
	color: #ffffff;
	background: #102332;
}

.hero-metric strong {
	font-size: 38px;
	line-height: 1;
}

.hero-metric span {
	color: rgba(255, 255, 255, 0.78);
	line-height: 1.45;
}

.schoefs-products,
.schoefs-services,
.schoefs-testimonials,
.schoefs-contact,
.schoefs-collections {
	padding: clamp(58px, 8vw, 96px) 0;
}

.schoefs-heading h2,
.service-intro h2,
.schoefs-testimonials h2,
.schoefs-contact h2,
.footer-cta h2 {
	margin: 10px 0 12px;
	font-size: clamp(30px, 4vw, 48px);
	line-height: 1.08;
	letter-spacing: 0;
}

.schoefs-heading .text_secondary,
.service-intro p {
	color: var(--schoefs-muted);
	font-size: 17px;
}

.schoefs-heading,
.service-intro,
.schoefs-testimonials .text-center,
.contact-copy {
	text-align: left !important;
}

.schoefs-product-card,
.service-card,
.schoefs-review,
.schoefs-collection {
	height: 100%;
	border-radius: 8px;
	background: #ffffff;
	border: 1px solid var(--schoefs-line);
	overflow: hidden;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.schoefs-product-card {
	display: flex;
	flex-direction: column;
}

.schoefs-product-card:hover,
.service-card:hover,
.schoefs-collection:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 40px rgba(23, 33, 43, 0.1);
}

.product-visual {
	position: relative;
	display: block;
	min-height: 190px;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: var(--schoefs-surface);
}

.product-visual img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 220ms ease;
}

.schoefs-product-card:hover .product-visual img {
	transform: scale(1.04);
}

.product-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 22px;
}

.product-body small {
	color: var(--schoefs-blue-dark);
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.product-body h3,
.service-card h3,
.schoefs-review h3,
.schoefs-collection h3,
.schoefs-footer h3 {
	margin: 8px 0;
	font-size: 21px;
	line-height: 1.25;
	letter-spacing: 0;
}

.product-body p,
.service-card p,
.schoefs-review p,
.schoefs-collection p,
.schoefs-footer p,
.schoefs-footer a {
	color: var(--schoefs-muted);
	line-height: 1.65;
}

.product-bottom {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 14px;
	margin-top: auto;
	padding-top: 18px;
}

.product-bottom strong {
	font-size: 20px;
	color: var(--schoefs-ink);
}

.product-bottom a {
	color: var(--schoefs-red);
	font-weight: 900;
}

.schoefs-services {
	position: relative;
	background: #102332;
	color: #ffffff;
}

.section-anchor {
	position: absolute;
	top: -96px;
}

.schoefs-services .eyebrow,
.schoefs-services .service-intro p {
	color: rgba(255, 255, 255, 0.72);
}

.service-header {
	margin-bottom: 34px;
}

.service-intro {
	max-width: 760px;
	margin-bottom: 0;
}

.service-message {
	position: relative;
	padding: 0;
	border: 1px solid rgba(21, 125, 166, 0.22);
	border-left: 6px solid var(--schoefs-blue-dark);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.9);
	color: var(--schoefs-ink);
	box-shadow: 0 20px 48px rgba(23, 33, 43, 0.12);
	overflow: hidden;
}

.service-message summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 18px 20px;
	background: linear-gradient(90deg, #ffffff 0%, #eef8fc 100%);
	cursor: pointer;
	list-style: none;
}

.service-message summary::-webkit-details-marker {
	display: none;
}

.service-message summary::after {
	content: "+";
	display: inline-grid;
	flex: 0 0 auto;
	width: 34px;
	height: 34px;
	place-items: center;
	border-radius: 6px;
	background: var(--schoefs-red);
	color: #ffffff;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	transition: transform 180ms ease, background 180ms ease;
}

.service-message[open] summary {
	border-bottom: 1px solid rgba(21, 125, 166, 0.16);
}

.service-message[open] summary::after {
	content: "-";
	background: var(--schoefs-blue-dark);
}

.service-message summary:hover::after {
	transform: translateY(-1px);
}

.service-message summary strong {
	display: block;
	color: var(--schoefs-ink);
	font-size: 20px;
	font-weight: 900;
	line-height: 1.15;
	text-transform: uppercase;
}

.service-message summary small {
	display: block;
	margin-top: 5px;
	color: var(--schoefs-muted);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.35;
}

.service-message-content {
	padding: 20px 22px 22px;
	background: #ffffff;
}

.service-message h3 {
	margin: 0 0 10px;
	color: var(--schoefs-ink);
	font-size: 18px;
	line-height: 1.25;
	text-transform: uppercase;
}

.service-message p {
	margin: 0 0 12px;
	color: #36424f;
	font-size: 15px;
	line-height: 1.55;
}

.service-message a {
	color: var(--schoefs-blue-dark);
	font-weight: 900;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.service-message ul {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.service-message li {
	color: #36424f;
	font-size: 15px;
	line-height: 1.45;
}

.hero-message {
	width: 100%;
	max-width: 520px;
	margin-top: 0;
	justify-self: end;
	align-self: start;
}

@media (min-width: 1200px) {
	.hero-message {
		margin-top: calc((12px - clamp(54px, 8vw, 112px)));
		transform: translateX(calc(((100vw - 1200px) / 2) - clamp(18px, 4vw, 56px) + 5px));
	}
}

.service-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.service-card {
	padding: 24px;
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.14);
}

.service-card span {
	color: var(--schoefs-gold);
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.service-card h3,
.service-card p {
	color: #ffffff;
}

.service-card p {
	color: rgba(255, 255, 255, 0.72);
}

.service-action {
	margin-top: 32px;
}

.schoefs-testimonials {
	background: var(--schoefs-surface);
}

.testimonial-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 28px;
}

.testimonial-slider-wrap {
	position: relative;
	padding: 0 58px;
}

.testimonial-controls {
	position: absolute;
	inset: 50% 0 auto 0;
	z-index: 3;
	display: flex;
	justify-content: space-between;
	pointer-events: none;
	transform: translateY(-50%);
}

.testimonial-nav {
	display: inline-grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border: 1px solid var(--schoefs-line);
	border-radius: 50%;
	background: #ffffff;
	color: var(--schoefs-ink);
	font-size: 20px;
	font-weight: 900;
	pointer-events: auto;
	transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.testimonial-nav:hover {
	background: var(--schoefs-red);
	border-color: var(--schoefs-red);
	color: #ffffff;
}

.tf-sw-testimonial .swiper-slide {
	height: auto;
}

.schoefs-review {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 250px;
	padding: 34px;
}

.schoefs-review p {
	margin: 0;
	font-size: 18px;
	line-height: 1.8;
}

.schoefs-review h3 {
	margin-top: 34px;
	padding-top: 18px;
	border-top: 1px solid var(--schoefs-line);
	color: var(--schoefs-ink);
}

.schoefs-contact {
	background: #ffffff;
}

.contact-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1fr);
	gap: clamp(28px, 6vw, 72px);
	align-items: start;
}

.contact-copy p {
	max-width: 520px;
	color: var(--schoefs-muted);
	font-size: 17px;
	line-height: 1.7;
}

.contact-direct {
	display: grid;
	gap: 8px;
	margin-top: 26px;
}

.contact-direct a {
	color: var(--schoefs-blue-dark);
	font-weight: 900;
}

.contact-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	padding: clamp(22px, 4vw, 34px);
	border: 1px solid var(--schoefs-line);
	border-radius: 8px;
	background: var(--schoefs-surface);
}

.form-row {
	display: grid;
	gap: 8px;
}

.form-row.full,
.contact-form button {
	grid-column: 1 / -1;
}

.form-row label {
	color: var(--schoefs-ink);
	font-weight: 800;
}

.form-row input,
.form-row select,
.form-row textarea {
	width: 100%;
	border: 1px solid var(--schoefs-line);
	border-radius: 6px;
	background: #ffffff;
	color: var(--schoefs-ink);
	padding: 13px 14px;
	font: inherit;
}

.form-row textarea {
	resize: vertical;
	min-height: 130px;
}

.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
	outline: 2px solid rgba(85, 184, 223, 0.35);
	border-color: var(--schoefs-blue);
}

.schoefs-collection {
	position: relative;
	padding: 30px;
	min-height: 260px;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.78)),
		radial-gradient(circle at right top, rgba(85, 184, 223, 0.36), transparent 44%),
		#ffffff;
}

.schoefs-collection::before {
	content: "";
	display: block;
	width: 54px;
	height: 6px;
	margin-bottom: 28px;
	border-radius: 999px;
	background: var(--schoefs-red);
}

.schoefs-footer {
	padding: 72px 0 28px;
	background: #0d1b27;
	color: #ffffff;
}

.footer-cta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 28px;
	padding-bottom: 38px;
	margin-bottom: 38px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.schoefs-footer .eyebrow,
.schoefs-footer p,
.schoefs-footer a {
	color: rgba(255, 255, 255, 0.72);
}

.schoefs-footer h2,
.schoefs-footer h3 {
	color: #ffffff;
}

.schoefs-footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.schoefs-footer li + li {
	margin-top: 9px;
}

.footer-bottom-line {
	margin-top: 42px;
	padding-top: 22px;
	border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.footer-bottom-line p {
	margin: 0;
	font-size: 14px;
}

.schoefs-toolbar {
	border-top: 1px solid var(--schoefs-line);
}

@media (max-width: 1199px) {
	.schoefs-header .row {
		min-height: 74px;
	}

	.hero-grid {
		grid-template-columns: 1fr;
	}

	.hero-panel {
		max-width: 620px;
	}

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

	.service-header {
		grid-template-columns: 1fr;
	}

	.contact-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.schoefs-topbar {
		display: none;
	}

	.schoefs-hero {
		padding-top: 42px;
	}

	.hero-copy h1 {
		font-size: 42px;
	}

	.hero-copy p {
		font-size: 17px;
	}

	.hero-actions .btn,
	.footer-cta .btn {
		width: 100%;
	}

	.hero-panel {
		padding: 18px;
	}

	.system-card {
		grid-template-columns: 46px 1fr;
		padding: 14px;
	}

	.system-icon {
		width: 46px;
		height: 46px;
	}

	.service-grid {
		grid-template-columns: 1fr;
	}

	.service-message {
		border-left-width: 4px;
	}

	.service-message summary {
		padding: 16px;
	}

	.service-message-content {
		padding: 18px;
	}

	.footer-cta {
		display: block;
	}

	.footer-cta .btn {
		margin-top: 22px;
	}

	.contact-form {
		grid-template-columns: 1fr;
	}

	.testimonial-head {
		align-items: flex-start;
		flex-direction: column;
	}

	.testimonial-slider-wrap {
		padding: 0 48px;
	}
}
