.renoskam-fh-page {
	--renoskam-fh-accent: #ff4f0a;
	--renoskam-fh-accent-dark: #e74708;
	--renoskam-fh-ink: #242429;
	--renoskam-fh-muted: #626973;
	--renoskam-fh-soft: #f2f2f1;
	--renoskam-fh-soft-2: #e9e9e7;
	--renoskam-fh-line: #d9d9d6;
	--renoskam-fh-white: #ffffff;
	--renoskam-fh-dark: #050b14;
	--renoskam-fh-max: 1280px;
	--renoskam-fh-font-family: "Overused Grotesk", "Lato", Arial, sans-serif;
	--renoskam-accent: var(--renoskam-fh-accent);
	--renoskam-ink: var(--renoskam-fh-ink);
	--renoskam-muted: var(--renoskam-fh-muted);
	--renoskam-surface: var(--renoskam-fh-soft);
	--renoskam-surface-strong: var(--renoskam-fh-soft-2);
	--renoskam-line: var(--renoskam-fh-line);
	--renoskam-white: var(--renoskam-fh-white);
	--renoskam-max: var(--renoskam-fh-max);

	background: var(--renoskam-fh-soft);
	color: var(--renoskam-fh-ink);
	font-family: var(--renoskam-fh-font-family);
	letter-spacing: 0;
	overflow: clip;
}

.renoskam-fh-page *,
.renoskam-fh-page *::before,
.renoskam-fh-page *::after {
	box-sizing: border-box;
}

.renoskam-fh-page a {
	color: inherit;
	text-decoration: none;
}

.renoskam-fh-page button,
.renoskam-fh-page input,
.renoskam-fh-page textarea {
	font: inherit;
}

.renoskam-fh-page img {
	block-size: auto;
	display: block;
	inline-size: 100%;
}

.renoskam-fh-container {
	inline-size: min(var(--renoskam-fh-max), calc(100% - 112px));
	margin-inline: auto;
}

.renoskam-fh-eyebrow {
	align-items: center;
	color: var(--renoskam-fh-ink);
	display: flex;
	font-size: 0.81rem;
	font-weight: 600;
	gap: 10px;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0 0 30px;
	text-wrap: balance;
	text-transform: uppercase;
}

.renoskam-fh-eyebrow--center {
	justify-content: center;
}

.renoskam-fh-eyebrow__bolt {
	align-items: center;
	background: var(--renoskam-fh-accent);
	block-size: 18px;
	border-radius: 999px;
	color: var(--renoskam-fh-white);
	display: inline-flex;
	flex: 0 0 18px;
	inline-size: 18px;
	justify-content: center;
}

.renoskam-fh-eyebrow__bolt .renoskam-icon {
	block-size: 11px;
	inline-size: 11px;
	stroke-width: 3;
}

.renoskam-fh-button {
	align-items: center;
	block-size: 56px;
	border: 1px solid var(--renoskam-fh-line);
	display: inline-flex;
	font-size: 0.96rem;
	font-weight: 600;
	gap: 12px;
	justify-content: center;
	line-height: 1;
	min-inline-size: 196px;
	padding-inline: 26px;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.renoskam-fh-button:hover {
	transform: translateY(-1px);
}

.renoskam-fh-button--primary {
	background: var(--renoskam-fh-accent);
	border-color: var(--renoskam-fh-accent);
	color: var(--renoskam-fh-white);
}

.renoskam-fh-button--primary:hover {
	background: var(--renoskam-fh-accent-dark);
	border-color: var(--renoskam-fh-accent-dark);
	color: var(--renoskam-fh-white);
}

.renoskam-fh-button--secondary {
	background: var(--renoskam-fh-white);
	color: var(--renoskam-fh-ink);
}

.renoskam-fh-button--secondary:hover {
	background: #f8f8f7;
	border-color: #c9c9c5;
}

.renoskam-fh-button .renoskam-icon,
.renoskam-fh-text-button .renoskam-icon {
	block-size: 18px;
	inline-size: 18px;
	stroke-width: 2.25;
}

.renoskam-fh-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.renoskam-fh-actions--center {
	justify-content: center;
}

.renoskam-fh-icon-box {
	align-items: center;
	background: var(--renoskam-fh-white);
	block-size: 56px;
	border: 1px solid var(--renoskam-fh-line);
	box-shadow: inset 0 0 0 4px #f3f3f2;
	color: var(--renoskam-fh-ink);
	display: inline-flex;
	flex: 0 0 56px;
	inline-size: 56px;
	justify-content: center;
}

.renoskam-fh-icon-box .renoskam-icon {
	block-size: 23px;
	inline-size: 23px;
	stroke-width: 2.25;
}

.renoskam-fh-centered-heading {
	margin: 0 auto 58px;
	max-inline-size: 780px;
	text-align: center;
}

.renoskam-fh-centered-heading h2,
.renoskam-fh-split-heading h2,
.renoskam-fh-proof-stage__card h2,
.renoskam-fh-scale__content h2,
.renoskam-fh-faq__intro h2,
.renoskam-fh-quote-card h2 {
	color: var(--renoskam-fh-ink);
	font-size: 3.42rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 0.98;
	margin: 0;
}

.renoskam-fh-centered-heading h2 span,
.renoskam-fh-split-heading h2 span,
.renoskam-fh-proof-stage__card h2 span,
.renoskam-fh-scale__content h2 span,
.renoskam-fh-faq__intro h2 span,
.renoskam-fh-quote-card h2 span {
	font-weight: 600;
}

.renoskam-fh-centered-heading p,
.renoskam-fh-split-heading > p,
.renoskam-fh-scale__content > p,
.renoskam-fh-faq__intro > p,
.renoskam-fh-quote-card blockquote p {
	color: var(--renoskam-fh-muted);
	font-size: 1.08rem;
	line-height: 1.68;
	margin: 22px 0 0;
}

.renoskam-fh-hero {
	--renoskam-fh-hero-dot: #f35405;
	--renoskam-fh-hero-line: rgba(255, 255, 255, 0.5);
	--renoskam-fh-hero-square: rgba(255, 255, 255, 0.08);
	--renoskam-fh-hero-square-edge: rgba(255, 255, 255, 0.16);
	background: #050b14;
	color: #ffffff;
	isolation: isolate;
	overflow: hidden;
	padding: 80px 5% 0;
	position: relative;
}

.renoskam-fh-hero::before {
	background-image: url("../images/fd-bremen-overview.jpg");
	background-position: center 30%;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	inset: 0;
	opacity: 0.24;
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

.renoskam-fh-hero::after {
	background:
		linear-gradient(90deg, rgba(3, 10, 17, 0.94) 0%, rgba(3, 10, 17, 0.76) 52%, rgba(3, 10, 17, 0.34) 100%),
		linear-gradient(0deg, rgba(3, 10, 17, 0.94) 0%, rgba(3, 10, 17, 0.5) 58%, rgba(3, 10, 17, 0.18) 100%),
		repeating-linear-gradient(30deg, transparent 0 61px, rgba(255, 255, 255, 0.1) 62px 63px, transparent 64px 124px),
		repeating-linear-gradient(150deg, transparent 0 61px, rgba(255, 255, 255, 0.1) 62px 63px, transparent 64px 124px);
	content: "";
	inset: 0;
	mask-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0.94) 58%, rgba(0, 0, 0, 0.72) 100%);
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

.renoskam-fh-hero__container {
	inline-size: 100%;
	margin-inline: auto;
	max-inline-size: 1280px;
	position: relative;
	z-index: 2;
}

.renoskam-fh-hero__ambient {
	inset: 0;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

.renoskam-fh-hero__ambient span {
	background: rgba(255, 255, 255, 0.045);
	border: 1px solid rgba(255, 255, 255, 0.13);
	display: block;
	position: absolute;
}

.renoskam-fh-hero__ambient span:nth-child(1) {
	block-size: 156px;
	inline-size: 156px;
	inset-block-start: 132px;
	inset-inline-start: 8%;
	opacity: 0.62;
}

.renoskam-fh-hero__ambient span:nth-child(2) {
	background: rgba(255, 255, 255, 0.025);
	block-size: 112px;
	inline-size: 112px;
	inset-block-start: 310px;
	inset-inline-start: 18%;
	opacity: 0.72;
}

.renoskam-fh-hero__ambient span:nth-child(3) {
	block-size: 188px;
	inline-size: 188px;
	inset-block-start: 108px;
	inset-inline-end: 10%;
	opacity: 0.52;
}

.renoskam-fh-hero__ambient span:nth-child(4) {
	background: rgba(255, 255, 255, 0.02);
	block-size: 132px;
	inline-size: 132px;
	inset-block-start: 365px;
	inset-inline-end: 22%;
	opacity: 0.78;
}

.renoskam-fh-hero__ambient span:nth-child(5) {
	background: transparent;
	block-size: 96px;
	inline-size: 96px;
	inset-block-start: 510px;
	inset-inline-start: 5%;
	opacity: 0.7;
}

.renoskam-fh-hero__ambient span:nth-child(6) {
	background: rgba(255, 255, 255, 0.06);
	block-size: 72px;
	inline-size: 72px;
	inset-block-start: 458px;
	inset-inline-end: 6%;
	opacity: 0.64;
}

.renoskam-fh-hero__title-wrapper {
	align-items: center;
	display: flex;
	flex-flow: column;
	gap: 32px;
	margin: 0 auto 64px;
	max-inline-size: 820px;
	position: relative;
	text-align: center;
	z-index: 1;
}

.renoskam-fh-hero__column {
	align-items: center;
	display: flex;
	flex-flow: column;
	gap: 24px;
	inline-size: 100%;
}

.renoskam-fh-page .renoskam-fh-hero__overline {
	align-items: center;
	color: rgba(255, 255, 255, 0.82);
	display: flex;
	font-family: var(--renoskam-fh-font-family);
	font-size: 14px;
	font-weight: 600;
	gap: 10px;
	letter-spacing: 0;
	line-height: 20px;
	margin: 0;
	text-wrap: balance;
	text-transform: uppercase;
}

.renoskam-fh-hero__overline-icon {
	--renoskam-eyebrow-square-neutral: rgba(255, 255, 255, 0.62);
	background: transparent;
	block-size: 18px;
	border-radius: 0;
	display: inline-block;
	flex: 0 0 18px;
	inline-size: 18px;
	position: relative;
}

.renoskam-fh-hero__overline-icon::before,
.renoskam-fh-hero__overline-icon::after {
	block-size: 11px;
	clip-path: none;
	content: "";
	inset: auto;
	inline-size: 11px;
	position: absolute;
}

.renoskam-fh-hero__overline-icon::before {
	background: var(--renoskam-eyebrow-square-neutral);
	right: 0;
	top: 0;
	z-index: 0;
}

.renoskam-fh-hero__overline-icon::after {
	background: #f35405;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.renoskam-fh-page .renoskam-fh-hero__title {
	color: #ffffff;
	font-family: var(--renoskam-fh-font-family);
	font-size: 76px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.12;
	margin: 0;
	max-inline-size: 820px;
}

.renoskam-fh-hero__title span {
	color: #f35405;
	font-weight: 600;
}

.renoskam-fh-hero__lead-wrapper {
	inline-size: 100%;
	max-inline-size: 760px;
}

.renoskam-fh-hero__lead {
	color: rgba(255, 255, 255, 0.9);
	font-family: var(--renoskam-fh-font-family);
	font-size: 20px;
	font-weight: 400;
	line-height: 32px;
	margin: 0;
}

.renoskam-fh-hero__mobile-break {
	display: none;
}

.renoskam-fh-hero .renoskam-fh-actions {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 28px;
	inline-size: min(440px, 100%);
}

.renoskam-fh-hero .renoskam-fh-button {
	block-size: 62px;
	font-family: var(--renoskam-fh-font-family);
	font-size: 18px;
	font-weight: 600;
	gap: 14px;
	inline-size: min(410px, 100%);
	line-height: 30px;
	min-inline-size: 0;
	padding: 15px 30px;
	transform: none;
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
	white-space: nowrap;
}

.renoskam-fh-hero .renoskam-fh-button .renoskam-icon {
	block-size: 20px;
	inline-size: 20px;
}

.renoskam-fh-page .renoskam-fh-hero .renoskam-fh-button--primary {
	background: #f35405;
	border-color: #f35405;
	color: #ffffff;
}

.renoskam-fh-page .renoskam-fh-hero .renoskam-fh-button--primary:hover {
	background: #ff641f;
	border-color: #ff641f;
	box-shadow: 0 9px 24px rgba(243, 84, 5, 0.24);
	color: #ffffff;
	transform: translateY(-1px);
}

.renoskam-fh-hero-rating {
	align-items: center;
	border-block-start: 0;
	color: #ffffff;
	display: flex;
	gap: 14px;
	inline-size: 100%;
	justify-content: center;
	padding-block-start: 0;
}

.renoskam-fh-hero-rating__stars {
	color: #ffc43d;
	display: flex;
	flex: none;
	gap: 3px;
}

.renoskam-fh-hero-rating__stars .renoskam-icon {
	block-size: 16px;
	fill: currentColor;
	inline-size: 16px;
	stroke: currentColor;
	stroke-width: 1.8;
}

.renoskam-fh-hero-rating__copy {
	display: grid;
	gap: 5px;
	line-height: 1.2;
	margin: 0;
	text-align: start;
}

.renoskam-fh-hero-rating__copy strong {
	color: #ffffff;
	font-family: var(--renoskam-fh-font-family);
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0;
}

.renoskam-fh-hero-rating__copy span {
	color: rgba(255, 255, 255, 0.74);
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0;
}

.renoskam-fh-page .renoskam-fh-hero .renoskam-fh-button--secondary {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.26);
	color: #ffffff;
	padding: 9px 23px;
}

.renoskam-fh-page .renoskam-fh-hero .renoskam-fh-button--secondary:hover {
	background: rgba(255, 255, 255, 0.14);
	border-color: rgba(255, 255, 255, 0.38);
	color: #ffffff;
	transform: none;
}

.renoskam-fh-page .renoskam-fh-hero__media {
	block-size: 320px;
	border-block-start: 1px solid rgba(255, 255, 255, 0.14);
	margin: 0;
	overflow: hidden;
	position: relative;
}

.renoskam-fh-page .renoskam-fh-hero__media::after {
	background: linear-gradient(180deg, rgba(5, 11, 20, 0.34), rgba(5, 11, 20, 0.18));
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

.renoskam-fh-page .renoskam-fh-hero__image {
	block-size: 100%;
	filter: saturate(0.92) brightness(0.82);
	object-fit: cover;
	object-position: 50% 0%;
}

@media (min-width: 941px) {
	.renoskam-fh-page .renoskam-fh-hero__media {
		block-size: 390px;
	}

	.renoskam-fh-page .renoskam-fh-hero__media::after {
		display: none;
	}

	.renoskam-fh-page .renoskam-fh-hero__image {
		filter: none;
		object-position: 50% 32%;
	}
}

.renoskam-fh-hero__squares {
	block-size: 128px;
	display: flex;
	inset: 0 0 auto;
	justify-content: space-between;
	opacity: 0.9;
	pointer-events: none;
	position: absolute;
	z-index: 3;
}

.renoskam-fh-hero__squares-group {
	align-items: flex-end;
	display: flex;
	justify-content: flex-start;
}

.renoskam-fh-hero__lines-group {
	align-items: flex-end;
	display: flex;
	justify-content: space-between;
}

.renoskam-fh-hero__line-wrapper {
	align-items: flex-start;
	display: flex;
	justify-content: center;
	position: relative;
}

.renoskam-fh-hero__dot {
	background: var(--renoskam-fh-hero-dot);
	block-size: 6px;
	border-radius: 100%;
	box-shadow: 0 0 0 5px rgba(243, 84, 5, 0.14);
	inline-size: 6px;
	inset-inline-start: 50%;
	position: absolute;
	transform: translateX(-50%);
	z-index: 2;
}

.renoskam-fh-hero__line-wrapper > .renoskam-fh-hero__dot:first-child {
	inset-block-start: 0;
}

.renoskam-fh-hero__line-wrapper > .renoskam-fh-hero__dot:last-child {
	inset-block-end: 0;
}

.renoskam-fh-hero__line {
	background: linear-gradient(180deg, var(--renoskam-fh-hero-line), rgba(255, 255, 255, 0.14));
	block-size: 370px;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04);
	inline-size: 1px;
	position: relative;
}

.renoskam-fh-hero__line--short {
	block-size: 370px;
}

.renoskam-fh-hero__line--medium {
	block-size: 370px;
}

.renoskam-fh-hero__square {
	align-items: center;
	background: var(--renoskam-fh-hero-square);
	border: 1px solid var(--renoskam-fh-hero-square-edge);
	block-size: 64px;
	backdrop-filter: blur(1px);
	display: flex;
	inline-size: 64px;
	justify-content: space-between;
}

.renoskam-fh-hero__square--clear {
	background: transparent;
}

.renoskam-fh-hero__square--outlier {
	background: rgba(255, 255, 255, 0.12);
	margin-block-end: -64px;
}

.renoskam-fh-hero-stats {
	background: #f7f7f5;
	border-block: 1px solid rgba(36, 36, 41, 0.08);
}

.renoskam-fh-hero-stats__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.renoskam-fh-hero-stat {
	border-inline-start: 1px solid rgba(36, 36, 41, 0.08);
	display: grid;
	gap: 9px;
	min-block-size: 124px;
	padding: 27px 30px 29px;
}

.renoskam-fh-hero-stat:last-child {
	border-inline-end: 1px solid rgba(36, 36, 41, 0.08);
}

.renoskam-fh-hero-stat__label {
	color: #f35405;
	font-family: var(--renoskam-fh-font-family);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.3;
	text-transform: uppercase;
}

.renoskam-fh-hero-stat strong {
	color: #242429;
	font-family: var(--renoskam-fh-font-family);
	font-size: 32px;
	font-weight: 650;
	letter-spacing: 0;
	line-height: 1.05;
	white-space: nowrap;
}

.renoskam-fh-hero-stat p {
	color: #626973;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 21px;
	margin: 0;
}

.renoskam-fh-proof-stage {
	background: #ffffff;
	color: #434347;
	font-family: var(--renoskam-fh-font-family);
	font-size: 16px;
	line-height: 28px;
	padding: 80px 5%;
	position: relative;
}

.renoskam-fh-proof-stage .renoskam-fh-container {
	inline-size: 100%;
	max-inline-size: 1280px;
	position: relative;
	z-index: 1;
}

.renoskam-fh-proof-stage__frame {
	border: 1px solid #e6e6e7;
}

.renoskam-fh-proof-stage__content {
	align-items: flex-start;
	display: flex;
	isolation: isolate;
	overflow: hidden;
	padding: 8px;
	position: relative;
}

.renoskam-fh-proof-stage__card {
	background: #ffffff;
	display: flex;
	flex-direction: column;
	gap: 112px;
	inline-size: 100%;
	margin: 0;
	max-inline-size: 478px;
	padding: 32px;
}

.renoskam-fh-proof-stage__header {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.renoskam-fh-proof-stage__overline {
	align-items: center;
	color: #252527;
	display: flex;
	font-size: 14px;
	font-weight: 600;
	gap: 10px;
	letter-spacing: 0;
	line-height: 20px;
	margin: 0;
	text-wrap: balance;
	text-transform: uppercase;
}

.renoskam-fh-proof-stage__overline-icon {
	align-items: center;
	block-size: 18px;
	display: inline-flex;
	flex: 0 0 18px;
	inline-size: 18px;
	justify-content: center;
}

.renoskam-fh-proof-stage__card h2 {
	color: #252527;
	font-family: var(--renoskam-fh-font-family);
	font-size: 40px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 60px;
	margin: 0;
}

.renoskam-fh-proof-stage__card h2 > span {
	color: #f35405;
	font-weight: 600;
}

.renoskam-fh-proof-stage__mobile-line {
	display: inline;
}

.renoskam-fh-proof-stage__feature {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 24px;
	inline-size: 100%;
}

.renoskam-fh-proof-stage__tabs {
	inline-size: min(100%, 378.8125px);
	position: static;
}

.renoskam-fh-proof-stage__tab-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
	position: relative;
}

.renoskam-fh-proof-stage__tab {
	appearance: none;
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #222222;
	cursor: pointer;
	display: inline-flex;
	flex-direction: column;
	inline-size: 100%;
	margin: 0;
	max-inline-size: 100%;
	padding: 0;
	text-align: start;
}

.renoskam-fh-proof-stage__tab-title {
	transition: color 180ms ease;
}

.renoskam-fh-page .renoskam-fh-proof-stage .renoskam-fh-proof-stage__tab:hover {
	background: transparent !important;
	border-color: transparent !important;
	box-shadow: none !important;
	color: #222222 !important;
	filter: none !important;
	transform: none !important;
}

.renoskam-fh-proof-stage__tab:hover .renoskam-fh-proof-stage__tab-title {
	color: #f35405;
}

.renoskam-fh-proof-stage__tab:focus-visible {
	outline: 2px solid #f35405;
	outline-offset: 4px;
}

.renoskam-fh-proof-stage__tab-inner {
	display: flex;
	flex-direction: column;
	inline-size: 100%;
}

.renoskam-fh-proof-stage__tab-title {
	color: #252527;
	display: block;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 28px;
}

.renoskam-fh-proof-stage__tab-description {
	color: #59595f;
	display: block;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 24px;
}

.renoskam-fh-proof-stage__progress-base {
	background: #f5f5f6;
	block-size: 4px;
	border: 1px solid #f5f5f6;
	display: block;
	inline-size: 100%;
	margin-block-start: 12px;
	padding: 1px 2px;
}

.renoskam-fh-proof-stage__progress {
	background: #f35405;
	block-size: 2px;
	display: block;
	inline-size: 0;
	transform-origin: left center;
}

.renoskam-fh-proof-stage__tab.is-active .renoskam-fh-proof-stage__progress {
	animation: renoskam-fh-content-tab-progress 5000ms linear forwards;
}

@keyframes renoskam-fh-content-tab-progress {
	from {
		inline-size: 0;
	}

	to {
		inline-size: 100%;
	}
}

.renoskam-fh-proof-stage__media {
	inset: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.renoskam-fh-proof-stage__pane {
	inset: 0;
	opacity: 0;
	position: absolute;
	transition: opacity 300ms ease;
	visibility: hidden;
}

.renoskam-fh-proof-stage__pane.is-active {
	opacity: 1;
	visibility: visible;
}

.renoskam-fh-proof-stage__pane.is-leaving {
	opacity: 0;
	transition-duration: 100ms;
	visibility: visible;
}

.renoskam-fh-proof-stage__pane img {
	block-size: 100%;
	inline-size: 100%;
	object-fit: cover;
	object-position: center center;
}

.renoskam-fh-proof-stage .renoskam-fh-proof-stage__button {
	align-items: center;
	background: #f35405;
	block-size: 48px;
	color: #ffffff;
	display: flex;
	font-size: 16px;
	font-weight: 600;
	gap: 8px;
	inline-size: max-content;
	justify-content: center;
	line-height: 28px;
	min-inline-size: 196px;
	padding: 10px 24px;
	transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
	white-space: nowrap;
}

.renoskam-fh-proof-stage .renoskam-fh-proof-stage__button:hover {
	background: #e74708;
	box-shadow: 0 8px 20px rgba(243, 84, 5, 0.2);
	color: #ffffff;
	transform: translateY(-1px);
}

.renoskam-fh-proof-stage__stats {
	display: flex;
}

.renoskam-fh-proof-stage__stat {
	display: flex;
	flex: 1 1 0;
	flex-direction: column;
	gap: 12px;
	inline-size: 100%;
	padding: 24px;
}

.renoskam-fh-proof-stage__stat--middle {
	border-inline: 1px solid #e6e6e7;
}

.renoskam-fh-proof-stage__stat-row {
	align-items: center;
	display: flex;
	gap: 16px;
}

.renoskam-fh-proof-stage__stat-icon {
	background: #f5f5f6;
	block-size: 56px;
	border: 1px solid #e6e6e7;
	color: #252527;
	display: block;
	flex: 0 0 56px;
	inline-size: 56px;
	padding: 4px;
}

.renoskam-fh-proof-stage__stat-icon > span {
	align-items: center;
	background: #ffffff;
	block-size: 46px;
	box-shadow: 0 2px 1.5px 0.5px rgba(149, 160, 178, 0.16);
	display: flex;
	inline-size: 46px;
	justify-content: center;
	padding: 11px;
}

.renoskam-fh-proof-stage__stat-icon svg {
	block-size: 24px;
	inline-size: 24px;
	stroke: currentColor;
	stroke-width: 2;
}

.renoskam-fh-proof-stage__stat strong {
	color: #252527;
	font-family: var(--renoskam-fh-font-family);
	font-size: 40px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 60px;
	white-space: nowrap;
}

.renoskam-fh-proof-stage__stat p {
	color: #59595f;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 28px;
	margin: 0;
}

.renoskam-fh-feature {
	background: var(--renoskam-fh-white);
	padding-block: 126px;
}

.renoskam-fh-split-heading {
	align-items: end;
	display: grid;
	gap: 80px;
	grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.64fr);
	margin-block-end: 58px;
}

.renoskam-fh-feature__grid {
	background: var(--renoskam-fh-white);
	border-block-start: 1px solid var(--renoskam-fh-line);
	border-inline-start: 1px solid var(--renoskam-fh-line);
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.renoskam-fh-feature-card {
	background: #f7f7f6;
	border-block-end: 1px solid var(--renoskam-fh-line);
	border-inline-end: 1px solid var(--renoskam-fh-line);
	min-block-size: 302px;
}

.renoskam-fh-feature-card--media {
	display: grid;
	grid-column: span 2;
	grid-template-columns: 1fr 1fr;
}

.renoskam-fh-feature-card--media > img {
	block-size: 100%;
	min-block-size: 336px;
	object-fit: cover;
}

.renoskam-fh-feature-card--plain {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.renoskam-fh-feature-card__body {
	padding: 36px;
}

.renoskam-fh-feature-card small {
	color: var(--renoskam-fh-accent);
	display: block;
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 26px 0 14px;
	text-transform: uppercase;
}

.renoskam-fh-feature-card h3 {
	color: var(--renoskam-fh-ink);
	font-size: 1.46rem;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.12;
	margin: 0;
}

.renoskam-fh-feature-card p {
	color: var(--renoskam-fh-muted);
	font-size: 0.99rem;
	line-height: 1.62;
	margin: 16px 0 0;
}

.renoskam-fh-scale {
	background: var(--renoskam-fh-white);
	padding-block: 0 128px;
}

.renoskam-fh-scale__grid {
	align-items: center;
	display: grid;
	gap: 74px;
	grid-template-columns: minmax(0, 1.04fr) minmax(380px, 0.86fr);
}

.renoskam-fh-scale__mosaic {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.renoskam-fh-scale__image {
	block-size: 250px;
	border: 1px solid var(--renoskam-fh-line);
	object-fit: cover;
}

.renoskam-fh-scale__image--wide {
	block-size: 374px;
	grid-column: 1 / -1;
}

.renoskam-fh-scale__content h2 {
	max-inline-size: 560px;
}

.renoskam-fh-scale__facts {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-block-start: 38px;
}

.renoskam-fh-scale__facts > div {
	background: var(--renoskam-fh-soft);
	border: 1px solid var(--renoskam-fh-line);
	min-block-size: 154px;
	padding: 26px;
}

.renoskam-fh-scale__facts strong {
	display: block;
	font-size: 1.72rem;
	font-weight: 600;
	line-height: 1.05;
}

.renoskam-fh-scale__facts span {
	color: var(--renoskam-fh-muted);
	display: block;
	font-size: 0.93rem;
	line-height: 1.55;
	margin-block-start: 12px;
}

.renoskam-fh-process {
	background: var(--renoskam-fh-soft);
	padding-block: 122px;
}

.renoskam-fh-process__grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.renoskam-fh-process__grid li {
	background: var(--renoskam-fh-white);
	border: 1px solid var(--renoskam-fh-line);
	min-block-size: 512px;
	padding: 18px 18px 32px;
}

.renoskam-fh-process__grid figure {
	block-size: 286px;
	margin: 0 0 28px;
	overflow: hidden;
	position: relative;
}

.renoskam-fh-process__grid img {
	block-size: 100%;
	object-fit: cover;
}

.renoskam-fh-process__grid figure span {
	align-items: center;
	background: var(--renoskam-fh-accent);
	block-size: 54px;
	color: var(--renoskam-fh-white);
	display: inline-flex;
	font-size: 1rem;
	font-weight: 600;
	inline-size: 54px;
	inset-block-start: 0;
	inset-inline-start: 0;
	justify-content: center;
	position: absolute;
}

.renoskam-fh-process__grid h3 {
	color: var(--renoskam-fh-ink);
	font-size: 1.48rem;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.14;
	margin: 0;
	padding-inline: 12px;
}

.renoskam-fh-process__grid p {
	color: var(--renoskam-fh-muted);
	font-size: 0.99rem;
	line-height: 1.62;
	margin: 16px 0 0;
	padding-inline: 12px;
}

.renoskam-fh-projects {
	background: var(--renoskam-fh-white);
	padding-block: 126px;
}

.renoskam-fh-project-card {
	min-inline-size: 0;
}

.renoskam-fh-project-card__media {
	background: var(--renoskam-fh-soft);
	block-size: 396px;
	border: 0;
	color: var(--renoskam-fh-white);
	cursor: zoom-in;
	display: block;
	inline-size: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-align: inherit;
}

.renoskam-fh-project-card__media img {
	block-size: 100%;
	object-fit: cover;
	transition: transform 240ms ease;
}

.renoskam-fh-project-card__media:hover img {
	transform: scale(1.035);
}

.renoskam-fh-project-card__media > span {
	align-items: center;
	background: rgba(5, 11, 20, 0.74);
	block-size: 48px;
	color: #ffffff;
	display: inline-flex;
	inline-size: 48px;
	inset-block-end: 18px;
	inset-inline-end: 18px;
	justify-content: center;
	position: absolute;
}

.renoskam-fh-project-card__media .renoskam-icon {
	block-size: 22px;
	inline-size: 22px;
	stroke: currentColor;
}

.renoskam-fh-project-card__meta {
	border-block-end: 1px solid var(--renoskam-fh-line);
	color: var(--renoskam-fh-muted);
	display: flex;
	font-size: 0.85rem;
	font-weight: 600;
	justify-content: space-between;
	letter-spacing: 0;
	line-height: 1;
	padding-block: 20px;
	text-transform: uppercase;
}

.renoskam-fh-project-card h3 {
	color: var(--renoskam-fh-ink);
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.08;
	margin: 24px 0 0;
}

.renoskam-fh-project-card p {
	color: var(--renoskam-fh-muted);
	font-size: 1rem;
	line-height: 1.62;
	margin: 16px 0 0;
}

.renoskam-fh-project-card > a {
	align-items: center;
	color: var(--renoskam-fh-ink);
	display: inline-flex;
	font-weight: 600;
	gap: 10px;
	line-height: 1;
	margin-block-start: 22px;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

.renoskam-fh-project-card > a .renoskam-icon {
	block-size: 18px;
	inline-size: 18px;
}

.renoskam-fh-testimonial {
	background: var(--renoskam-fh-soft);
	padding-block: 120px;
}

.renoskam-fh-testimonial__grid {
	align-items: stretch;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(280px, 0.74fr) minmax(0, 1.26fr);
}

.renoskam-fh-rating-card,
.renoskam-fh-quote-card {
	background: var(--renoskam-fh-white);
	border: 1px solid var(--renoskam-fh-line);
}

.renoskam-fh-rating-card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-block-size: 472px;
	padding: 42px;
}

.renoskam-fh-rating-card__stars {
	color: var(--renoskam-fh-accent);
	display: flex;
	gap: 8px;
}

.renoskam-fh-rating-card__stars .renoskam-icon {
	block-size: 22px;
	fill: currentColor;
	inline-size: 22px;
	stroke-width: 1.5;
}

.renoskam-fh-rating-card > strong {
	display: block;
	font-size: 5.1rem;
	font-weight: 600;
	line-height: 0.88;
	margin-block-start: auto;
}

.renoskam-fh-rating-card > p {
	color: var(--renoskam-fh-muted);
	font-size: 1rem;
	line-height: 1.58;
	margin: 24px 0 0;
}

.renoskam-fh-rating-card__line {
	border-block-start: 1px solid var(--renoskam-fh-line);
	display: grid;
	gap: 12px;
	margin-block-start: 32px;
	padding-block-start: 22px;
}

.renoskam-fh-rating-card__line span {
	color: var(--renoskam-fh-muted);
	font-size: 0.88rem;
	font-weight: 600;
	line-height: 1.2;
	text-transform: uppercase;
}

.renoskam-fh-quote-card {
	padding: 54px;
}

.renoskam-fh-quote-card blockquote {
	margin: 28px 0 0;
}

.renoskam-fh-quote-card__author {
	align-items: center;
	border-block-start: 1px solid var(--renoskam-fh-line);
	display: flex;
	gap: 16px;
	margin-block-start: 36px;
	padding-block-start: 28px;
}

.renoskam-fh-quote-card__author > span {
	align-items: center;
	background: var(--renoskam-fh-dark);
	block-size: 54px;
	color: var(--renoskam-fh-white);
	display: inline-flex;
	flex: 0 0 54px;
	font-weight: 600;
	inline-size: 54px;
	justify-content: center;
}

.renoskam-fh-quote-card__author p {
	margin: 0;
}

.renoskam-fh-quote-card__author strong,
.renoskam-fh-quote-card__author small {
	display: block;
}

.renoskam-fh-quote-card__author small {
	color: var(--renoskam-fh-muted);
	font-size: 0.93rem;
	line-height: 1.3;
	margin-block-start: 4px;
}

.renoskam-fh-faq {
	background: var(--renoskam-fh-soft);
	padding-block: 0 124px;
}

.renoskam-fh-faq__panel {
	background: var(--renoskam-fh-white);
	border: 1px solid var(--renoskam-fh-line);
	display: grid;
	gap: 72px;
	grid-template-columns: minmax(300px, 0.76fr) minmax(0, 1.24fr);
	padding: 54px;
}

.renoskam-fh-faq__intro .renoskam-fh-button {
	margin-block-start: 32px;
}

.renoskam-fh-faq__list {
	border-block-start: 1px solid var(--renoskam-fh-line);
}

.renoskam-fh-faq__list details {
	border-block-end: 1px solid var(--renoskam-fh-line);
}

.renoskam-fh-faq__list summary {
	align-items: center;
	color: var(--renoskam-fh-ink);
	cursor: pointer;
	display: flex;
	font-size: 1.12rem;
	font-weight: 600;
	gap: 24px;
	justify-content: space-between;
	letter-spacing: 0;
	line-height: 1.25;
	list-style: none;
	min-block-size: 84px;
	padding-block: 24px;
}

.renoskam-fh-faq__list summary::-webkit-details-marker {
	display: none;
}

.renoskam-fh-faq__list summary .renoskam-icon {
	block-size: 22px;
	flex: 0 0 22px;
	inline-size: 22px;
	transition: transform 180ms ease;
}

.renoskam-fh-faq__list details[open] summary .renoskam-icon {
	transform: rotate(180deg);
}

.renoskam-fh-faq__list details > p {
	color: var(--renoskam-fh-muted);
	font-size: 1rem;
	line-height: 1.66;
	margin: -6px 0 26px;
	max-inline-size: 720px;
}

.renoskam-fh-cta {
	background: var(--renoskam-fh-soft);
	overflow: hidden;
	padding-block: 118px 0;
	position: relative;
}

.renoskam-fh-cta__contact-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0 auto;
	max-inline-size: 654px;
	position: relative;
	z-index: 2;
}

.renoskam-fh-cta__contact-grid a {
	background: var(--renoskam-fh-white);
	border: 1px solid var(--renoskam-fh-line);
	display: grid;
	min-block-size: 184px;
	padding: 26px;
}

.renoskam-fh-cta__contact-grid strong {
	align-self: end;
	color: var(--renoskam-fh-ink);
	display: block;
	font-size: 1.02rem;
	line-height: 1.22;
	margin-block-start: 24px;
}

.renoskam-fh-cta__contact-grid small {
	color: var(--renoskam-fh-ink);
	display: block;
	font-size: 0.92rem;
	font-weight: 600;
	line-height: 1.25;
	margin-block-start: 10px;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.renoskam-fh-cta__composition {
	margin-block-start: 16px;
	min-block-size: 598px;
	position: relative;
}

.renoskam-fh-cta__composition > img {
	block-size: 330px;
	inline-size: 100%;
	inset-block-end: 0;
	inset-inline: 0;
	object-fit: cover;
	object-position: center 38%;
	position: absolute;
}

.renoskam-fh-cta__paint {
	background: var(--renoskam-fh-accent);
	block-size: 250px;
	inline-size: 390px;
	inset-block-start: 62px;
	inset-inline-start: calc(50% + 230px);
	position: absolute;
	transform: rotate(-19deg);
	z-index: 0;
}

.renoskam-fh-cta__paint::after {
	background: var(--renoskam-fh-accent);
	block-size: 124px;
	content: "";
	inline-size: 302px;
	inset-block-start: 174px;
	inset-inline-start: 120px;
	position: absolute;
	transform: rotate(28deg);
}

.renoskam-fh-cta__form {
	background: var(--renoskam-fh-white);
	border: 1px solid var(--renoskam-fh-line);
	display: grid;
	gap: 26px;
	inline-size: min(680px, 100%);
	margin: 0 auto;
	padding: 32px;
	position: relative;
	top: 84px;
	z-index: 1;
}

.renoskam-fh-cta__row {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.renoskam-fh-cta__form label {
	display: grid;
	gap: 10px;
}

.renoskam-fh-cta__form label span {
	color: var(--renoskam-fh-ink);
	font-size: 0.92rem;
	font-weight: 600;
	line-height: 1.2;
}

.renoskam-fh-cta__form label i {
	color: var(--renoskam-fh-accent);
	font-style: normal;
}

.renoskam-fh-cta__form input {
	background: #f4f4f3;
	block-size: 48px;
	border: 1px solid var(--renoskam-fh-line);
	color: var(--renoskam-fh-ink);
	font-size: 0.95rem;
	inline-size: 100%;
	padding-inline: 16px;
}

.renoskam-fh-cta__form input:focus {
	border-color: var(--renoskam-fh-accent);
	outline: 2px solid rgba(255, 79, 10, 0.18);
	outline-offset: 0;
}

.renoskam-contact-modal--flachdach {
	--renoskam-fh-font-family: "Overused Grotesk", "Lato", Arial, sans-serif;
	--renoskam-contact-accent: var(--renoskam-fh-accent, #ff4f0a);
	--renoskam-contact-submit: var(--renoskam-fh-accent, #ff4f0a);
	--renoskam-contact-submit-hover: var(--renoskam-fh-accent-dark, #d93f00);
	font-family: var(--renoskam-fh-font-family);
}

.renoskam-contact-modal--flachdach .renoskam-contact-form__submit,
.renoskam-contact-modal--flachdach .renoskam-contact-form--cf7 .wpcf7-submit,
.renoskam-contact-modal--flachdach .renoskam-contact-form--cf7 .renoskam-cf7-submit {
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.renoskam-contact-modal--flachdach .renoskam-contact-form__submit:hover,
.renoskam-contact-modal--flachdach .renoskam-contact-form--cf7 .wpcf7-submit:hover,
.renoskam-contact-modal--flachdach .renoskam-contact-form--cf7 .renoskam-cf7-submit:hover {
	box-shadow: 0 8px 20px rgba(243, 84, 5, 0.2) !important;
	transform: translateY(-1px);
}

.renoskam-contact-modal--flachdach .renoskam-contact-form__submit:focus-visible,
.renoskam-contact-modal--flachdach .renoskam-contact-form--cf7 .wpcf7-submit:focus-visible,
.renoskam-contact-modal--flachdach .renoskam-contact-form--cf7 .renoskam-cf7-submit:focus-visible {
	outline-color: rgba(255, 79, 10, 0.32);
}

.renoskam-contact-modal--flachdach .renoskam-contact-modal__eyebrow {
	text-wrap: balance;
}

.renoskam-contact-modal--flachdach .renoskam-eyebrow__mark {
	--renoskam-fd-eyebrow-neutral: rgba(255, 255, 255, 0.62);
	background: transparent !important;
	block-size: 18px;
	border-radius: 0;
	flex: 0 0 18px;
	inline-size: 18px;
}

.renoskam-fh-page [data-renoskam-fh-reveal] {
	opacity: 1;
	transform: none;
}

.renoskam-fh-page.renoskam-fh-motion-ready [data-renoskam-fh-reveal] {
	opacity: 0;
	transform: translate3d(0, 18px, 0);
}

.renoskam-fh-page.renoskam-fh-motion-ready [data-renoskam-fh-reveal="scale"] {
	transform: translate3d(0, 10px, 0) scale(0.99);
}

.renoskam-fh-page.renoskam-fh-motion-ready [data-renoskam-fh-reveal].is-visible {
	animation: renoskam-fh-reveal-up 620ms cubic-bezier(0.22, 1, 0.36, 1) var(--renoskam-fh-reveal-delay, 0ms) both;
}

.renoskam-fh-page.renoskam-fh-motion-ready [data-renoskam-fh-reveal="scale"].is-visible {
	animation-name: renoskam-fh-reveal-scale;
}

.renoskam-fh-page.renoskam-fh-motion-ready [data-renoskam-fh-reveal].is-reveal-complete {
	animation: none;
	opacity: 1;
	transform: none;
}

@keyframes renoskam-fh-reveal-up {
	from {
		opacity: 0;
		transform: translate3d(0, 18px, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

@keyframes renoskam-fh-reveal-scale {
	from {
		opacity: 0;
		transform: translate3d(0, 10px, 0) scale(0.99);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.renoskam-fh-page *,
	.renoskam-fh-page *::before,
	.renoskam-fh-page *::after {
		animation-duration: 0.01ms !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

@media (max-width: 1180px) {
	.renoskam-fh-container {
		inline-size: min(var(--renoskam-fh-max), calc(100% - 64px));
	}

	.renoskam-fh-page .renoskam-fh-hero__title {
		font-size: 68px;
	}

	.renoskam-fh-hero__lead-wrapper {
		max-inline-size: 690px;
	}

	.renoskam-fh-centered-heading h2,
	.renoskam-fh-split-heading h2,
	.renoskam-fh-scale__content h2,
	.renoskam-fh-faq__intro h2,
	.renoskam-fh-quote-card h2 {
		font-size: 3rem;
	}

	.renoskam-fh-split-heading,
	.renoskam-fh-scale__grid {
		gap: 46px;
	}

	.renoskam-fh-feature-card--media {
		grid-template-columns: 1fr;
	}

	.renoskam-fh-feature-card--media > img {
		block-size: 248px;
		min-block-size: 248px;
	}
}

@media (max-width: 940px) {
	.renoskam-fh-split-heading,
	.renoskam-fh-scale__grid,
	.renoskam-fh-testimonial__grid,
	.renoskam-fh-faq__panel {
		grid-template-columns: 1fr;
	}

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

	.renoskam-fh-feature-card--media {
		grid-column: span 1;
	}

	.renoskam-fh-process__grid {
		grid-template-columns: 1fr;
	}

	.renoskam-fh-process__grid li {
		min-block-size: 0;
	}
}

@media (max-width: 991px) {
	.renoskam-fh-hero {
		--renoskam-fh-hero-line: rgba(255, 255, 255, 0.36);
		--renoskam-fh-hero-square: rgba(255, 255, 255, 0.06);
		--renoskam-fh-hero-square-edge: rgba(255, 255, 255, 0.12);
	}

	.renoskam-fh-page .renoskam-fh-hero__title {
		font-size: 60px;
	}

	.renoskam-fh-hero__ambient {
		opacity: 0.6;
	}

	.renoskam-fh-hero__ambient span:nth-child(n+5) {
		display: none;
	}

	.renoskam-fh-hero__squares {
		block-size: 64px;
		opacity: 0.62;
	}

	.renoskam-fh-hero__line {
		background: linear-gradient(180deg, var(--renoskam-fh-hero-line), rgba(255, 255, 255, 0.08));
	}

	.renoskam-fh-hero__square {
		block-size: 32px;
		inline-size: 32px;
	}

	.renoskam-fh-hero__square--outlier {
		display: none;
	}

	.renoskam-fh-hero-stats__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.renoskam-fh-hero-stat:nth-child(2n) {
		border-inline-end: 1px solid rgba(36, 36, 41, 0.08);
	}
}

@media (max-width: 780px) {
	.renoskam-fh-container {
		inline-size: calc(100% - 40px);
	}

	.renoskam-fh-eyebrow {
		font-size: 0.78rem;
		margin-block-end: 30px;
	}

	.renoskam-fh-actions {
		display: grid;
		gap: 14px;
		grid-template-columns: 1fr;
	}

	.renoskam-fh-button {
		inline-size: 100%;
		min-inline-size: 0;
	}

	.renoskam-fh-hero .renoskam-fh-actions {
		display: flex;
		gap: 24px;
		inline-size: min(380px, 100%);
	}

	.renoskam-fh-hero .renoskam-fh-button {
		block-size: 58px;
		font-size: 17px;
		gap: 12px;
		inline-size: 100%;
		padding: 14px 24px;
	}

	.renoskam-fh-hero .renoskam-fh-button .renoskam-icon {
		block-size: 21px;
		inline-size: 21px;
	}

	.renoskam-fh-feature,
	.renoskam-fh-process,
	.renoskam-fh-projects,
	.renoskam-fh-testimonial,
	.renoskam-fh-cta {
		padding-block: 76px;
	}

	.renoskam-fh-scale {
		padding-block: 0 76px;
	}

	.renoskam-fh-faq {
		padding-block: 0 76px;
	}

	.renoskam-fh-centered-heading {
		margin-block-end: 38px;
	}

	.renoskam-fh-centered-heading h2,
	.renoskam-fh-split-heading h2,
	.renoskam-fh-scale__content h2,
	.renoskam-fh-faq__intro h2,
	.renoskam-fh-quote-card h2 {
		font-size: 2.32rem;
		line-height: 1.05;
	}

	.renoskam-fh-centered-heading p,
	.renoskam-fh-split-heading > p,
	.renoskam-fh-scale__content > p,
	.renoskam-fh-faq__intro > p,
	.renoskam-fh-quote-card blockquote p {
		font-size: 1rem;
		line-height: 1.6;
	}

	.renoskam-fh-mini-list > div {
		grid-template-columns: 48px 1fr;
	}

	.renoskam-fh-mini-list > div > span,
	.renoskam-fh-icon-box {
		block-size: 48px;
		inline-size: 48px;
	}

	.renoskam-fh-feature__grid,
	.renoskam-fh-scale__facts,
	.renoskam-fh-cta__contact-grid,
	.renoskam-fh-cta__row {
		grid-template-columns: 1fr;
	}

	.renoskam-fh-feature-card__body {
		padding: 28px;
	}

	.renoskam-fh-scale__mosaic {
		gap: 16px;
	}

	.renoskam-fh-scale__image,
	.renoskam-fh-scale__image--wide {
		block-size: 242px;
	}

	.renoskam-fh-process__grid figure {
		block-size: 250px;
	}

	.renoskam-fh-project-card__media {
		block-size: 292px;
	}

	.renoskam-fh-project-card h3 {
		font-size: 1.62rem;
	}

	.renoskam-fh-rating-card,
	.renoskam-fh-quote-card,
	.renoskam-fh-faq__panel {
		padding: 28px;
	}

	.renoskam-fh-rating-card {
		min-block-size: 360px;
	}

	.renoskam-fh-rating-card > strong {
		font-size: 4.1rem;
	}

	.renoskam-fh-faq__panel {
		gap: 36px;
	}

	.renoskam-fh-faq__list summary {
		font-size: 1.02rem;
		min-block-size: 76px;
	}

	.renoskam-fh-cta {
		padding-block-end: 0;
	}

	.renoskam-fh-cta__contact-grid a {
		min-block-size: 164px;
	}

	.renoskam-fh-cta__composition {
		min-block-size: 0;
		padding-block-end: 0;
	}

	.renoskam-fh-cta__composition > img {
		block-size: 250px;
		margin-block-start: -14px;
		position: static;
	}

	.renoskam-fh-cta__paint {
		block-size: 172px;
		inline-size: 260px;
		inset-block-start: 206px;
		inset-inline-start: 42%;
	}

	.renoskam-fh-cta__paint::after {
		block-size: 80px;
		inline-size: 190px;
		inset-block-start: 116px;
		inset-inline-start: 74px;
	}

	.renoskam-fh-cta__form {
		margin-block-start: 16px;
		padding: 24px;
		top: 0;
	}
}

@media (max-width: 767px) {
	.renoskam-fh-hero {
		--renoskam-fh-hero-line: rgba(255, 255, 255, 0.42);
		--renoskam-fh-hero-square: rgba(255, 255, 255, 0.065);
		--renoskam-fh-hero-square-edge: rgba(255, 255, 255, 0.18);
	}

	.renoskam-fh-hero__title-wrapper,
	.renoskam-fh-hero__column {
		align-items: flex-start;
		text-align: left;
	}

	.renoskam-fh-page .renoskam-fh-hero__overline {
		justify-content: flex-start;
		text-align: left;
	}

	.renoskam-fh-hero__squares {
		opacity: 0.66;
	}

	.renoskam-fh-hero__ambient {
		opacity: 0.42;
	}

	.renoskam-fh-hero__ambient span:nth-child(n+3) {
		display: none;
	}

	.renoskam-fh-hero__dot {
		box-shadow: 0 0 0 4px rgba(243, 84, 5, 0.11);
	}

	.renoskam-fh-page .renoskam-fh-hero__title {
		font-size: 48px;
		line-height: 1.2;
	}

	.renoskam-fh-hero .renoskam-fh-actions {
		align-items: stretch;
		inline-size: 100%;
	}

	.renoskam-fh-hero-rating {
		align-items: flex-start;
		justify-content: flex-start;
	}

	.renoskam-fh-hero-rating__copy {
		text-align: left;
	}

	.renoskam-fh-hero-stats {
		display: none;
	}
}

@media (max-width: 460px) {
	.renoskam-fh-container {
		inline-size: calc(100% - 32px);
	}

	.renoskam-fh-hero-rating {
		flex-direction: column;
		gap: 10px;
	}

	.renoskam-fh-hero-rating__copy {
		text-align: left;
	}

	.renoskam-fh-centered-heading h2,
	.renoskam-fh-split-heading h2,
	.renoskam-fh-scale__content h2,
	.renoskam-fh-faq__intro h2,
	.renoskam-fh-quote-card h2 {
		font-size: 2.05rem;
	}

	.renoskam-fh-feature-card__body,
	.renoskam-fh-rating-card,
	.renoskam-fh-quote-card,
	.renoskam-fh-faq__panel,
	.renoskam-fh-cta__form {
		padding: 22px;
	}

	.renoskam-fh-button {
		font-size: 0.9rem;
		padding-inline: 18px;
	}
}

@media (max-width: 991px) {
	.renoskam-fh-proof-stage {
		padding-block: 54px;
	}

	.renoskam-fh-proof-stage__stats {
		flex-direction: column;
	}

	.renoskam-fh-proof-stage__stat--middle {
		border-block: 1px solid #e6e6e7;
		border-inline: 0;
	}
}

@media (max-width: 767px) {
	.renoskam-fh-proof-stage__card {
		gap: 36px;
	}

	.renoskam-fh-proof-stage__feature {
		gap: 18px;
	}

	.renoskam-fh-proof-stage .renoskam-fh-proof-stage__button {
		display: none;
	}
}

@media (max-width: 479px) {
	.renoskam-fh-proof-stage__card {
		gap: 30px;
	}

	.renoskam-fh-proof-stage__card h2 {
		font-size: 32px;
		line-height: 48px;
	}

	.renoskam-fh-proof-stage__mobile-line {
		display: inline;
	}

	.renoskam-fh-proof-stage__stat strong {
		font-size: 32px;
		line-height: 48px;
	}
}

/* Exact Helio source mappings for the remaining Flachdach sections. */
.renoskam-fh-source-overline {
	align-items: center;
	color: #252527;
	display: flex;
	font-family: var(--renoskam-fh-font-family);
	font-size: 14px;
	font-weight: 600;
	gap: 10px;
	letter-spacing: 0;
	line-height: 20px;
	margin: 0;
	text-wrap: balance;
	text-transform: uppercase;
}

.renoskam-fh-page p.renoskam-fh-source-overline {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	min-block-size: 20px;
}

.renoskam-fh-source-overline--center {
	justify-content: center;
}

.renoskam-fh-source-overline > span {
	block-size: 18px;
	display: block;
	flex: 0 0 18px;
	inline-size: 18px;
}

.renoskam-fh-page .renoskam-eyebrow__mark--squares,
.renoskam-contact-modal--flachdach .renoskam-eyebrow__mark--squares {
	--renoskam-eyebrow-square-neutral: rgba(13, 20, 27, 0.42);
	background: transparent;
	block-size: 18px;
	border-radius: 0;
	display: inline-block;
	flex: 0 0 18px;
	inline-size: 18px;
	position: relative;
}

.renoskam-fh-page .renoskam-eyebrow__mark--squares::before,
.renoskam-fh-page .renoskam-eyebrow__mark--squares::after,
.renoskam-contact-modal--flachdach .renoskam-eyebrow__mark--squares::before,
.renoskam-contact-modal--flachdach .renoskam-eyebrow__mark--squares::after {
	block-size: 11px;
	clip-path: none;
	content: "";
	inline-size: 11px;
	position: absolute;
}

.renoskam-fh-page .renoskam-eyebrow__mark--squares::before,
.renoskam-contact-modal--flachdach .renoskam-eyebrow__mark--squares::before {
	background: var(--renoskam-eyebrow-square-neutral);
	right: 0;
	top: 0;
	z-index: 0;
}

.renoskam-fh-page .renoskam-eyebrow__mark--squares::after,
.renoskam-contact-modal--flachdach .renoskam-eyebrow__mark--squares::after {
	background: #f35405;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.renoskam-fh-hero .renoskam-eyebrow__mark--squares,
.renoskam-fh-process .renoskam-eyebrow__mark--squares,
.renoskam-fh-standards .renoskam-eyebrow__mark--squares,
.renoskam-contact-modal--flachdach .renoskam-eyebrow__mark--squares {
	--renoskam-eyebrow-square-neutral: rgba(255, 255, 255, 0.62);
}

.renoskam-fh-page .renoskam-review-strip__dots {
	align-items: center;
	block-size: 24px;
	overflow: visible;
}

.renoskam-fh-page .renoskam-review-strip__dots button {
	block-size: 44px;
	inline-size: 32px;
}

.renoskam-fh-feature > .renoskam-fh-container,
.renoskam-fh-scale > .renoskam-fh-container,
.renoskam-fh-process > .renoskam-fh-container,
.renoskam-fh-projects > .renoskam-fh-container,
.renoskam-fh-testimonial > .renoskam-fh-container,
.renoskam-fh-faq > .renoskam-fh-container {
	inline-size: 100%;
	max-inline-size: 1280px;
}

.renoskam-fh-feature {
	background: #f5f5f6;
	padding: 80px 5%;
}

.renoskam-fh-feature__heading-grid {
	align-items: end;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
	margin-block-end: 64px;
}

.renoskam-fh-feature__heading {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.renoskam-fh-feature__heading h2,
.renoskam-fh-scale__heading h2,
.renoskam-fh-process__heading h2,
.renoskam-fh-projects__heading h2,
.renoskam-fh-faq__intro h2,
.renoskam-fh-cta__heading h2 {
	color: #252527;
	font-family: var(--renoskam-fh-font-family);
	font-size: 56px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 67.2px;
	margin: 0;
}

.renoskam-fh-feature__heading h2 > span,
.renoskam-fh-scale__heading h2 > span,
.renoskam-fh-process__heading h2 > span,
.renoskam-fh-projects__heading h2 > span,
.renoskam-fh-faq__intro h2 > span,
.renoskam-fh-cta__heading h2 > span {
	display: inline;
	font-weight: 600;
}

.renoskam-fh-feature__heading h2 em,
.renoskam-fh-scale__heading h2 em,
.renoskam-fh-process__heading h2 em,
.renoskam-fh-faq__intro h2 > span,
.renoskam-fh-cta__heading h2 > span {
	color: #f35405;
	font-style: normal;
}

.renoskam-fh-feature__heading-grid > p {
	color: #434347;
	font-family: var(--renoskam-fh-font-family);
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 32px;
	margin: 0;
}

.renoskam-fh-feature__card-shell {
	background: #ffffff;
	padding: 24px;
}

.renoskam-fh-feature__outline {
	border-block-end: 1px solid #e6e6e7;
	border-inline-end: 1px solid #e6e6e7;
}

.renoskam-fh-feature__grid {
	background: transparent;
	border: 0;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.renoskam-fh-feature-card {
	background: transparent;
	border: 0;
	border-block-start: 1px solid #e6e6e7;
	border-inline-start: 1px solid #e6e6e7;
	color: #252527;
	min-block-size: 0;
}

.renoskam-fh-feature-card--media {
	display: flex;
	flex-direction: column;
	gap: 24px;
	grid-column: span 2;
	block-size: 373px;
	padding: 24px;
}

.renoskam-fh-feature-card__image {
	block-size: 240px;
	border: 1px solid #e6e6e7;
	overflow: hidden;
	position: relative;
}

.renoskam-fh-feature-card__image > img:first-child {
	block-size: 100%;
	inline-size: 100%;
	object-fit: cover;
}

.renoskam-fh-feature-card--media .renoskam-fh-feature-card__body {
	display: flex;
	flex-direction: column;
	padding: 0;
}

.renoskam-fh-feature-card h3 {
	color: #252527;
	font-family: var(--renoskam-fh-font-family);
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 32px;
	margin: 0;
}

.renoskam-fh-feature-card p {
	color: #59595f;
	font-family: var(--renoskam-fh-font-family);
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 28px;
	margin: 0;
}

.renoskam-fh-feature-card--plain {
	block-size: auto;
	display: flex;
	flex-direction: column;
	gap: 24px;
	justify-content: flex-start;
	min-block-size: 236px;
	padding: 24px;
	transition: background-color 180ms ease;
}

.renoskam-fh-feature-card--plain:hover {
	background: #ededee;
}

.renoskam-fh-feature-card__icon {
	align-items: center;
	background: #ffffff;
	block-size: 56px;
	border: 1px solid #e6e6e7;
	box-shadow: inset 0 0 0 4px #f5f5f6;
	display: inline-flex;
	flex: 0 0 56px;
	inline-size: 56px;
	justify-content: center;
}

.renoskam-fh-feature-card__icon .renoskam-icon {
	block-size: 24px;
	inline-size: 24px;
	stroke-width: 1.75;
}

.renoskam-fh-feature-card--plain .renoskam-fh-feature-card__body {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 0;
}

.renoskam-fh-feature-card--plain h3 {
	font-size: 16px;
	line-height: 28px;
}

.renoskam-fh-feature-card--plain p {
	font-size: 14px;
	line-height: 24px;
}

.renoskam-fh-scale {
	background: #f5f5f6;
	padding: 120px 5%;
}

.renoskam-fh-scale__grid {
	align-items: stretch;
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.renoskam-fh-scale__mosaic {
	align-self: stretch;
	aspect-ratio: auto;
	display: flex;
	flex-direction: column;
	gap: 24px;
	min-block-size: 100%;
}

.renoskam-fh-scale__image--wide {
	block-size: calc((100% - 24px) / 2);
	flex: 0 0 calc((100% - 24px) / 2);
	min-block-size: 0;
	overflow: hidden;
}

.renoskam-fh-scale__mosaic-bottom {
	block-size: calc((100% - 24px) / 2);
	display: grid;
	flex: 0 0 calc((100% - 24px) / 2);
	gap: 24px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	min-block-size: 0;
}

.renoskam-fh-scale__accent-image {
	min-block-size: 0;
	overflow: hidden;
	position: relative;
}

.renoskam-fh-scale__image,
.renoskam-fh-scale__image--wide {
	block-size: 100%;
	border: 1px solid #e6e6e7;
	inline-size: 100%;
	object-fit: cover;
}

.renoskam-fh-page img.renoskam-fh-scale__image {
	block-size: 100%;
}

.renoskam-fh-page img.renoskam-fh-scale__image--wide {
	block-size: calc((100% - 24px) / 2);
}

.renoskam-fh-scale__content {
	align-self: center;
	inline-size: 100%;
	justify-self: end;
	max-inline-size: 550px;
}

.renoskam-fh-scale__content-inner {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.renoskam-fh-scale__heading {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.renoskam-fh-scale__heading h2 {
	max-inline-size: none;
}

.renoskam-fh-scale__heading h2 em {
	position: relative;
	white-space: nowrap;
}

.renoskam-fh-scale__heading h2 em::after,
.renoskam-fh-scale__heading h2 em::before {
	border-block-start: 3px solid #252527;
	border-radius: 50%;
	content: "";
	inline-size: 100%;
	inset-block-end: 8px;
	inset-inline-start: 0;
	position: absolute;
	transform: rotate(-2deg);
}

.renoskam-fh-scale__heading h2 em::before {
	inset-block-end: 5px;
	transform: rotate(1deg) scaleX(0.84);
}

.renoskam-fh-scale__heading > p:not(.renoskam-fh-source-overline) {
	color: #434347;
	font-family: var(--renoskam-fh-font-family);
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 28px;
	margin: 0;
}

.renoskam-fh-scale__facts {
	border-block-end: 1px solid #e6e6e7;
	border-inline-end: 1px solid #e6e6e7;
	display: grid;
	gap: 0;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0;
}

.renoskam-fh-scale__facts > .renoskam-fh-scale__fact {
	background: transparent;
	block-size: auto;
	border: 0;
	border-block-start: 1px solid #e6e6e7;
	border-inline-start: 1px solid #e6e6e7;
	display: flex;
	flex-direction: column;
	gap: 8px;
	justify-content: center;
	min-block-size: 168px;
	padding: 24px;
}

.renoskam-fh-scale__fact > div {
	align-items: center;
	display: flex;
	gap: 12px;
}

.renoskam-fh-scale__fact .renoskam-icon {
	block-size: 32px;
	flex: 0 0 32px;
	inline-size: 32px;
	stroke-width: 1.75;
}

.renoskam-fh-scale__fact strong {
	color: #252527;
	font-family: var(--renoskam-fh-font-family);
	font-size: 32px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 48px;
	white-space: nowrap;
}

.renoskam-fh-scale__fact p {
	color: #59595f;
	font-family: var(--renoskam-fh-font-family);
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 24px;
	margin: 0;
	text-wrap: balance;
}

.renoskam-fh-process {
	background: #07131e;
	color: #ffffff;
	isolation: isolate;
	overflow: hidden;
	padding: 80px 5%;
	position: relative;
}

.renoskam-fh-process::before {
	background:
		linear-gradient(90deg, rgba(7, 19, 30, 0.72) 0%, rgba(7, 19, 30, 0.9) 58%, rgba(7, 19, 30, 0.96) 100%),
		url("../images/fd-bremen-overview.jpg") center 48% / cover no-repeat;
	content: "";
	inset: 0;
	opacity: 0.42;
	position: absolute;
	z-index: -1;
}

.renoskam-fh-process > .renoskam-fh-container {
	position: relative;
	z-index: 1;
}

.renoskam-fh-process__heading {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin: 0 auto 64px;
	max-inline-size: 800px;
	text-align: center;
}

.renoskam-fh-process__heading h2 em {
	color: #f35405;
	font-style: normal;
}

.renoskam-fh-process .renoskam-fh-source-overline {
	color: rgba(255, 255, 255, 0.82);
}

.renoskam-fh-process__heading h2,
.renoskam-fh-process__heading h2 > span {
	color: #ffffff;
}

.renoskam-fh-process__grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.renoskam-fh-process__grid li {
	background: rgba(255, 255, 255, 0.045);
	block-size: auto;
	border: 1px solid rgba(255, 255, 255, 0.16);
	display: flex;
	flex-direction: column;
	gap: 24px;
	min-block-size: 0;
	padding: 24px;
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.renoskam-fh-process__grid li:hover {
	background: #0d1c28;
	border-color: rgba(255, 255, 255, 0.24);
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

.renoskam-fh-process__media,
.renoskam-fh-process__grid figure {
	aspect-ratio: 1.4 / 1;
	block-size: auto;
	border: 1px solid rgba(243, 84, 5, 0.78);
	margin: 0;
	overflow: visible;
	position: relative;
}

.renoskam-fh-process__grid img {
	block-size: 100%;
	inline-size: 100%;
	object-fit: cover;
}

.renoskam-fh-process__media > span,
.renoskam-fh-process__grid figure span {
	align-items: center;
	background: #f35405;
	block-size: 48px;
	color: #ffffff;
	display: inline-flex;
	inline-size: 48px;
	inset-block-start: 0;
	inset-inline-start: 0;
	justify-content: center;
	padding: 5px;
	position: absolute;
}

.renoskam-fh-process__media > span i {
	align-items: center;
	block-size: 38px;
	border: 1px solid rgba(255, 255, 255, 0.48);
	display: flex;
	font-family: var(--renoskam-fh-font-family);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	inline-size: 38px;
	justify-content: center;
	line-height: 32px;
}

.renoskam-fh-process__body {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.renoskam-fh-process__grid h3 {
	color: #ffffff;
	font-family: var(--renoskam-fh-font-family);
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 36px;
	margin: 0;
	padding: 0;
}

.renoskam-fh-process__grid p {
	color: rgba(255, 255, 255, 0.72);
	font-family: var(--renoskam-fh-font-family);
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 28px;
	margin: 0;
	padding: 0;
}

.renoskam-fh-process__grid p span {
	color: #f35405;
}

.renoskam-fh-projects {
	background: #f5f5f6;
	padding: 80px 5%;
}

.renoskam-fh-projects__heading {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin: 0 auto 64px;
	max-inline-size: 600px;
	text-align: center;
}

.renoskam-fh-project-card {
	background: #ffffff;
	box-shadow: 0 2px 3px rgba(37, 37, 39, 0.08);
	min-inline-size: 0;
}

.renoskam-fh-project-card__media {
	appearance: none;
	aspect-ratio: 5.88 / 3.2;
	background: #ededee;
	block-size: auto;
	border: 0;
	color: #ffffff;
	cursor: zoom-in;
	display: block;
	inline-size: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-align: inherit;
}

.renoskam-fh-project-card__media img {
	block-size: 100%;
	inline-size: 100%;
	object-fit: cover;
	transform: scale(1);
	transition: transform 640ms cubic-bezier(0.22, 1, 0.36, 1);
	will-change: transform;
}

.renoskam-fh-project-card__media:hover img,
.renoskam-fh-project-card__media:focus-visible img {
	transform: scale(1.045);
}

.renoskam-fh-project-card__media > span {
	color: #ffffff;
	opacity: 0;
	transform: translateY(6px);
	transition: opacity 220ms ease, transform 220ms ease;
}

.renoskam-fh-project-card__media:hover > span,
.renoskam-fh-project-card__media:focus-visible > span {
	opacity: 1;
	transform: none;
}

.renoskam-fh-project-card__media:focus-visible {
	outline: 3px solid rgba(255, 79, 10, 0.38);
	outline-offset: 3px;
}

.renoskam-fh-project-card__content {
	block-size: 229px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 24px;
}

.renoskam-fh-project-card__copy {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.renoskam-fh-project-card__meta {
	border: 0;
	color: #252527;
	display: flex;
	font-family: var(--renoskam-fh-font-family);
	font-size: 12px;
	font-weight: 600;
	gap: 24px;
	justify-content: flex-start;
	letter-spacing: 0;
	line-height: 20px;
	padding: 0;
	text-transform: none;
}

.renoskam-fh-project-card__meta span {
	align-items: center;
	display: inline-flex;
	gap: 6px;
	white-space: nowrap;
}

.renoskam-fh-project-card__meta .renoskam-icon {
	block-size: 16px;
	color: #f35405;
	inline-size: 16px;
	stroke-width: 2.5;
}

.renoskam-fh-project-card h3 {
	color: #252527;
	font-family: var(--renoskam-fh-font-family);
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 36px;
	margin: 0;
}

.renoskam-fh-project-card p {
	color: #59595f;
	font-family: var(--renoskam-fh-font-family);
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 24px;
	margin: 0;
}

.renoskam-fh-project-card__divider {
	background: #e6e6e7;
	block-size: 1px;
	flex: 0 0 1px;
	inline-size: 100%;
}

.renoskam-fh-project-card__actions {
	align-items: center;
	display: flex;
	gap: 16px;
}

.renoskam-fh-project-card__actions button {
	align-items: center;
	background: #000000;
	block-size: 48px;
	border: 0;
	color: #ffffff !important;
	cursor: pointer;
	display: inline-flex;
	font-family: var(--renoskam-fh-font-family);
	font-size: 16px;
	font-weight: 600;
	justify-content: center;
	line-height: 24px;
	padding: 12px 24px !important;
	transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
	white-space: nowrap;
}

.renoskam-fh-project-card__actions button:hover {
	background: #20252a;
	box-shadow: 0 7px 18px rgba(5, 11, 20, 0.16);
	transform: translateY(-1px);
}

.renoskam-fh-project-card__actions > span {
	align-items: center;
	color: #252527;
	display: inline-flex;
	font-family: var(--renoskam-fh-font-family);
	font-size: 12px;
	font-weight: 600;
	gap: 8px;
	line-height: 20px;
	white-space: nowrap;
}

.renoskam-fh-project-card__actions .renoskam-icon {
	block-size: 16px;
	inline-size: 16px;
	stroke-width: 1.75;
}

.renoskam-fh-projects--carousel {
	border-block-start: 1px solid #e6e6e7;
	overflow: hidden;
	padding-inline: 0;
}

.renoskam-fh-projects__heading--carousel {
	align-items: end;
	display: grid;
	gap: 32px;
	grid-template-columns: minmax(0, 680px) auto;
	justify-content: space-between;
	margin-block-end: 44px;
	max-inline-size: none;
	text-align: start;
}

.renoskam-fh-projects__heading--carousel > div:first-child {
	display: grid;
	gap: 16px;
}

.renoskam-fh-projects__controls {
	display: flex;
	gap: 12px;
	justify-content: end;
}

.renoskam-fh-projects__controls button {
	align-items: center;
	background: #ffffff;
	block-size: 52px;
	border: 1px solid #d9d9d6;
	color: #252527;
	cursor: pointer;
	display: inline-flex;
	inline-size: 52px;
	justify-content: center;
	padding: 0;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, opacity 180ms ease;
}

.renoskam-fh-projects__controls button:not(:disabled):hover {
	background: #fff4ef;
	border-color: rgba(243, 84, 5, 0.58);
	color: #e74708;
}

.renoskam-fh-projects__controls button:disabled {
	background: #e9e9e7;
	color: #626973;
	cursor: default;
	opacity: 0.42;
}

.renoskam-fh-projects__controls button:focus-visible,
.renoskam-fh-projects__carousel-viewport:focus-visible {
	outline: 3px solid rgba(255, 79, 10, 0.35);
	outline-offset: 3px;
}

.renoskam-fh-projects__controls .renoskam-icon {
	block-size: 20px;
	inline-size: 20px;
	stroke: currentColor;
	stroke-width: 2.25;
}

.renoskam-fh-projects__carousel-viewport {
	inline-size: 100%;
	min-inline-size: 0;
	overflow: hidden;
	padding-block: 0 54px;
	touch-action: pan-y;
}

.renoskam-fh-projects__carousel-track {
	display: flex;
	gap: 24px;
	padding-inline: max(56px, calc((100% - var(--renoskam-fh-max)) / 2)) clamp(112px, calc((100vw - var(--renoskam-fh-max)) / 2 + 96px), 240px);
	transform: none;
	transition: transform 680ms cubic-bezier(0.22, 1, 0.36, 1);
}

.renoskam-fh-projects--carousel .renoskam-fh-project-card {
	box-shadow: 0 16px 44px rgba(37, 37, 39, 0.12);
	flex: 0 0 clamp(420px, 38vw, 540px);
}

.renoskam-fh-projects--carousel .renoskam-fh-project-card__media {
	aspect-ratio: 5.88 / 3.45;
}

.renoskam-fh-projects--carousel .renoskam-fh-project-card__content {
	block-size: auto;
	min-block-size: 244px;
}

.renoskam-fh-projects__carousel-footer {
	margin-block-start: -16px;
}

.renoskam-fh-projects__carousel-footer p {
	color: #626973;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 22px;
	margin: 0;
}

.renoskam-realization-lightbox__backdrop {
	animation: renoskam-fh-lightbox-fade-in 220ms ease both;
}

.renoskam-realization-lightbox__dialog {
	animation: renoskam-fh-lightbox-dialog-in 300ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes renoskam-fh-lightbox-fade-in {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes renoskam-fh-lightbox-dialog-in {
	from {
		opacity: 0;
		transform: translateY(18px) scale(0.975);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

@media (max-width: 940px) {
	.renoskam-fh-projects__heading--carousel {
		grid-template-columns: 1fr;
	}

	.renoskam-fh-projects__controls {
		justify-content: start;
	}

	.renoskam-fh-projects--carousel .renoskam-fh-project-card {
		flex-basis: clamp(380px, 58vw, 500px);
	}
}

@media (max-width: 767px) {
	.renoskam-fh-projects--carousel {
		padding-inline: 5%;
	}

	.renoskam-fh-projects__heading--carousel {
		display: flex;
		flex-direction: column;
		margin-inline: auto;
		max-inline-size: 600px;
		text-align: center;
	}

	.renoskam-fh-projects__heading--carousel .renoskam-fh-source-overline {
		justify-content: center;
	}

	.renoskam-fh-projects__controls,
	.renoskam-fh-projects__carousel-footer {
		display: none;
	}

	.renoskam-fh-projects__carousel-viewport {
		overflow: visible;
		padding-block-end: 0;
	}

	.renoskam-fh-projects__carousel-track {
		display: grid;
		gap: 24px;
		grid-template-columns: 1fr;
		padding-inline: 0;
		transform: none !important;
		transition: none;
	}

	.renoskam-fh-projects--carousel .renoskam-fh-project-card {
		flex-basis: auto;
	}

	.renoskam-fh-projects--carousel .renoskam-fh-project-card__content {
		min-block-size: 0;
	}
}

.renoskam-fh-testimonial {
	background: #f5f5f6;
	padding: 80px 5%;
}

.renoskam-fh-testimonial__grid {
	align-items: stretch;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
}

.renoskam-fh-rating-card,
.renoskam-fh-quote-card {
	background: #ffffff;
	border: 0;
	box-shadow: 0 2px 3px rgba(37, 37, 39, 0.08);
}

.renoskam-fh-rating-card {
	align-items: center;
	block-size: 312px;
	display: flex;
	flex-direction: column;
	gap: 32px;
	justify-content: center;
	min-block-size: 0;
	padding: 48px 24px;
	text-align: center;
}

.renoskam-fh-rating-card > .renoskam-fh-rating-card__brand {
	align-items: center;
	block-size: 40px;
	color: #252527;
	display: flex;
	font-family: var(--renoskam-fh-font-family);
	font-size: 24px;
	font-weight: 600;
	inline-size: 133px;
	justify-content: center;
	letter-spacing: 0;
	line-height: 40px;
	margin: 0;
}

.renoskam-fh-rating-card__rating {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.renoskam-fh-rating-card__rating > div {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: center;
}

.renoskam-fh-rating-card__rating > div > strong {
	color: #252527;
	font-family: var(--renoskam-fh-font-family);
	font-size: 24px;
	font-weight: 600;
	line-height: 36px;
}

.renoskam-fh-stars {
	color: #f35405;
	display: flex;
	gap: 8px;
}

.renoskam-fh-stars .renoskam-icon {
	block-size: 20px;
	fill: currentColor;
	inline-size: 20px;
	stroke-width: 1.5;
}

.renoskam-fh-rating-card__rating p {
	color: #59595f;
	font-family: var(--renoskam-fh-font-family);
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	margin: 0;
}

.renoskam-fh-quote-card {
	block-size: 312px;
	display: flex;
	flex-direction: column;
	gap: 32px;
	justify-content: center;
	padding: 24px;
}

.renoskam-fh-quote-card__copy {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.renoskam-fh-quote-card blockquote {
	margin: 0;
}

.renoskam-fh-quote-card blockquote p {
	color: #252527;
	font-family: var(--renoskam-fh-font-family);
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 32px;
	margin: 0;
}

.renoskam-fh-quote-card__copy > p {
	color: #59595f;
	font-family: var(--renoskam-fh-font-family);
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	margin: 0;
}

.renoskam-fh-quote-card__author {
	align-items: center;
	border: 0;
	display: flex;
	gap: 12px;
	margin: 0;
	padding: 0;
}

.renoskam-fh-quote-card__author > span {
	align-items: center;
	background: #ededee;
	block-size: 48px;
	border: 4px solid #e6e6e7;
	border-radius: 50%;
	color: #252527;
	display: inline-flex;
	flex: 0 0 48px;
	font-family: var(--renoskam-fh-font-family);
	font-weight: 600;
	inline-size: 48px;
	justify-content: center;
}

.renoskam-fh-quote-card__author p {
	margin: 0;
}

.renoskam-fh-quote-card__author strong,
.renoskam-fh-quote-card__author small {
	display: block;
	font-family: var(--renoskam-fh-font-family);
}

.renoskam-fh-quote-card__author strong {
	color: #252527;
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
}

.renoskam-fh-quote-card__author small {
	color: #59595f;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	margin: 0;
}

.renoskam-fh-review-strip .renoskam-eyebrow,
.renoskam-fh-review-strip .renoskam-review-strip__heading {
	text-wrap: balance;
}

.renoskam-fh-page .renoskam-fh-review-strip .renoskam-review-card,
.renoskam-fh-page .renoskam-fh-review-strip .renoskam-review-card:hover {
	background: #ffffff;
	color: #252527;
	transform: none;
}

.renoskam-fh-page .renoskam-fh-review-strip .renoskam-review-strip__controls button:hover {
	background: #fff4ef;
	border-color: rgba(243, 84, 5, 0.58);
	color: #e74708 !important;
}

.renoskam-fh-page .renoskam-fh-review-strip .renoskam-review-strip__dots button:hover::before {
	background: rgba(243, 84, 5, 0.56);
}

.renoskam-fh-page .renoskam-fh-review-strip .renoskam-review-card__avatar {
	block-size: 48px;
	inline-size: 48px;
}

.renoskam-fh-faq {
	background: #f5f5f6;
	padding: 80px 5%;
}

.renoskam-fh-faq__panel {
	align-items: center;
	background: #ffffff;
	border: 0;
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	padding: 24px;
}

.renoskam-fh-faq__intro {
	block-size: auto;
	display: flex;
	flex-direction: column;
	min-block-size: 388px;
	padding: 32px 40px;
}

.renoskam-fh-faq__intro h2 {
	margin-block-start: 16px;
}

.renoskam-fh-faq__intro > p:not(.renoskam-fh-source-overline) {
	color: #59595f;
	font-family: var(--renoskam-fh-font-family);
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 28px;
	margin: 16px 0 0;
}

.renoskam-fh-faq__button {
	align-items: center;
	align-self: flex-start;
	background: #000000;
	block-size: 48px;
	color: #ffffff;
	display: inline-flex;
	font-family: var(--renoskam-fh-font-family);
	font-size: 16px;
	font-weight: 600;
	justify-content: center;
	line-height: 24px;
	margin-block-start: 32px;
	padding: 12px 24px;
	transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.renoskam-fh-page .renoskam-fh-faq__button {
	color: #ffffff;
}

.renoskam-fh-faq__button:hover {
	background: #20252a;
	box-shadow: 0 7px 18px rgba(5, 11, 20, 0.16);
	color: #ffffff;
	transform: translateY(-1px);
}

.renoskam-fh-faq__list {
	align-self: center;
	border: 0;
	border-block-start: 1px solid #e6e6e7;
	border-inline-end: 1px solid #e6e6e7;
	inline-size: 100%;
}

.renoskam-fh-faq__item {
	border-block-end: 1px solid #e6e6e7;
	border-inline-start: 1px solid #e6e6e7;
}

.renoskam-fh-faq__item > button {
	align-items: center;
	background: transparent;
	block-size: auto;
	border: 0;
	color: #252527;
	cursor: pointer;
	display: flex;
	font-family: var(--renoskam-fh-font-family);
	font-size: 16px;
	font-weight: 600;
	gap: 16px;
	inline-size: 100%;
	justify-content: space-between;
	letter-spacing: 0;
	line-height: 28px;
	min-block-size: 76px;
	padding: 24px !important;
	text-align: start;
	transition: background-color 180ms ease, color 180ms ease;
}

.renoskam-fh-faq__item > button:hover {
	background: #fff8f4;
	color: #d94300;
}

.renoskam-fh-faq__item > button .renoskam-icon {
	block-size: 16px;
	flex: 0 0 16px;
	inline-size: 16px;
	transition: transform 220ms ease;
}

.renoskam-fh-faq__item > button[aria-expanded="true"] .renoskam-icon {
	transform: rotate(180deg);
}

.renoskam-fh-faq__answer {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 240ms ease;
}

.renoskam-fh-faq__answer > p {
	color: #59595f;
	font-family: var(--renoskam-fh-font-family);
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	margin: -8px 0 0;
	min-block-size: 0;
	overflow: hidden;
	padding: 0 24px;
}

.renoskam-fh-faq__answer[aria-hidden="false"] {
	grid-template-rows: 1fr;
}

.renoskam-fh-faq__answer[aria-hidden="false"] > p {
	padding-block-end: 24px;
}

.renoskam-fh-cta {
	background: #1b2832;
	color: #ffffff;
	isolation: isolate;
	overflow: hidden;
	padding: 96px 5%;
	position: relative;
}

.renoskam-fh-cta__container {
	inline-size: min(760px, 100%);
	margin-inline: auto;
	position: relative;
	z-index: 3;
}

.renoskam-fh-cta__heading {
	display: flex;
	flex-direction: column;
	gap: 16px;
	inline-size: min(760px, 100%);
	margin-inline: auto;
	text-align: center;
}

.renoskam-fh-cta .renoskam-fh-source-overline {
	color: rgba(255, 255, 255, 0.78);
}

.renoskam-fh-cta .renoskam-eyebrow__mark--squares {
	--renoskam-eyebrow-square-neutral: rgba(255, 255, 255, 0.62);
}

.renoskam-fh-cta .renoskam-fh-cta__heading h2 {
	color: #ffffff;
}

.renoskam-fh-cta__heading > p:not(.renoskam-fh-source-overline) {
	color: rgba(255, 255, 255, 0.78);
	font-family: var(--renoskam-fh-font-family);
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 32px;
	margin: 0 auto;
	max-inline-size: 700px;
}

.renoskam-fh-cta__stack {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-block-start: 64px;
}

.renoskam-fh-cta__contact-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0;
	max-inline-size: none;
	position: static;
}

.renoskam-fh-cta__contact-grid > div {
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(255, 255, 255, 0.82);
	display: flex;
	flex-direction: column;
	gap: 20px;
	min-block-size: 170px;
	padding: 24px;
}

.renoskam-fh-cta__contact-icon {
	align-items: center;
	background: #f5f5f6;
	block-size: 56px;
	border: 1px solid #d9d9dc;
	box-shadow: inset 0 0 0 4px #ffffff;
	color: #252527;
	display: inline-flex;
	flex: 0 0 56px;
	inline-size: 56px;
	justify-content: center;
}

.renoskam-fh-cta__contact-icon .renoskam-icon {
	block-size: 24px;
	inline-size: 24px;
	stroke-width: 1.75;
}

.renoskam-fh-cta__contact-grid > div > span:last-child {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	text-align: start;
}

.renoskam-fh-cta__contact-grid strong {
	align-self: auto;
	color: #252527;
	display: block;
	font-family: var(--renoskam-fh-font-family);
	font-size: 16px;
	font-weight: 600;
	line-height: 28px;
	margin: 0;
}

.renoskam-fh-cta__contact-grid small {
	color: #59595f;
	display: block;
	font-family: var(--renoskam-fh-font-family);
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	margin: 4px 0 0;
	text-decoration: none;
}

.renoskam-fh-cta__form {
	background: rgba(255, 255, 255, 0.98);
	border: 1px solid rgba(255, 255, 255, 0.88);
	box-shadow: 0 24px 64px rgba(5, 11, 20, 0.2);
	color-scheme: light;
	display: flex;
	flex-direction: column;
	gap: 24px;
	inline-size: 100%;
	margin: 0;
	padding: 32px;
	position: static;
	top: auto;
	z-index: auto;
}

.renoskam-fh-cta__row {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.renoskam-fh-cta__form label {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.renoskam-fh-cta__form label > span {
	color: #252527;
	font-family: var(--renoskam-fh-font-family);
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
}

.renoskam-fh-cta__form label i {
	color: #f35405;
	display: inline-block;
	font-style: normal;
	margin-inline-start: 5px;
}

.renoskam-fh-cta__form input:not([type="checkbox"]),
.renoskam-fh-cta__form textarea {
	background: #f5f5f6;
	block-size: 44px;
	border: 1px solid #d8d8db;
	border-radius: 0;
	color: #252527;
	font-family: var(--renoskam-fh-font-family);
	font-size: 14px;
	inline-size: 100%;
	line-height: 24px;
	padding: 10px 14px;
}

.renoskam-fh-cta__form textarea {
	block-size: auto;
	line-height: 22px;
	min-block-size: 152px;
	resize: vertical;
}

.renoskam-fh-cta__form input::placeholder,
.renoskam-fh-cta__form textarea::placeholder {
	color: #73737a;
	opacity: 1;
}

.renoskam-fh-cta__form input:not([type="checkbox"]):focus,
.renoskam-fh-cta__form textarea:focus {
	border-color: #f35405;
	outline: 2px solid rgba(243, 84, 5, 0.18);
	outline-offset: 0;
}

.renoskam-fh-cta__form-end {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.renoskam-fh-cta__consent {
	align-items: center;
	block-size: 24px;
	display: flex !important;
	flex-direction: row !important;
	gap: 10px !important;
}

.renoskam-fh-cta__consent input {
	appearance: none;
	background: #ffffff;
	block-size: 24px;
	border: 1px solid #bcbcc1;
	border-radius: 0;
	flex: 0 0 24px;
	inline-size: 24px;
	margin: 0;
	max-inline-size: 24px;
	min-inline-size: 24px;
	padding: 0;
}

.renoskam-fh-cta__consent input:checked {
	background: #f35405;
	box-shadow: inset 0 0 0 3px #ffffff;
}

.renoskam-fh-cta__consent span {
	color: #4b4b51 !important;
	font-size: 12px !important;
	font-weight: 400 !important;
	line-height: 20px !important;
}

.renoskam-fh-cta__form-end > button {
	background: #f35405;
	block-size: 48px;
	border: 0;
	color: #ffffff !important;
	cursor: pointer;
	font-family: var(--renoskam-fh-font-family);
	font-size: 16px;
	font-weight: 600;
	inline-size: 100%;
	line-height: 24px;
	padding: 12px 24px !important;
	transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.renoskam-fh-cta__form-end > button:hover {
	background: #e74708;
	box-shadow: 0 8px 20px rgba(243, 84, 5, 0.2);
	transform: translateY(-1px);
}

.renoskam-fh-cta__background {
	block-size: 100%;
	inline-size: 100%;
	inset: 0;
	overflow: hidden;
	position: absolute;
	z-index: 0;
}

.renoskam-fh-cta__background::after {
	background:
		linear-gradient(90deg, rgba(27, 40, 50, 0.82), rgba(27, 40, 50, 0.66) 50%, rgba(27, 40, 50, 0.82)),
		linear-gradient(180deg, rgba(27, 40, 50, 0.72), rgba(27, 40, 50, 0.58));
	content: "";
	inset: 0;
	position: absolute;
}

.renoskam-fh-cta__background img {
	block-size: 100%;
	inline-size: 100%;
	object-fit: cover;
	object-position: center;
	opacity: 0.42;
}

.renoskam-fh-cta__media {
	block-size: 440px;
	inline-size: min(1200px, 100%);
	inset-block-end: 0;
	inset-inline-start: 50%;
	overflow: hidden;
	position: absolute;
	transform: translateX(-50%);
	z-index: 1;
}

.renoskam-fh-cta__media img {
	block-size: 100%;
	display: block;
	inline-size: 100%;
	object-fit: cover;
	object-position: center 38%;
	opacity: 1;
}

.renoskam-fh-cta__ambient {
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 2;
}

.renoskam-fh-cta__square {
	background: rgba(255, 255, 255, 0.035);
	border: 1px solid rgba(255, 255, 255, 0.14);
	display: block;
	position: absolute;
}

.renoskam-fh-cta__square--one {
	block-size: 88px;
	inline-size: 88px;
	inset-block-start: 14%;
	inset-inline-start: 3%;
}

.renoskam-fh-cta__square--two {
	background: rgba(243, 84, 5, 0.1);
	block-size: 38px;
	border-color: rgba(243, 84, 5, 0.28);
	inline-size: 38px;
	inset-block-start: 43%;
	inset-inline-start: 14%;
}

.renoskam-fh-cta__square--three {
	block-size: 126px;
	inline-size: 126px;
	inset-block-start: 20%;
	inset-inline-end: 2%;
}

.renoskam-fh-cta__square--four {
	block-size: 52px;
	inline-size: 52px;
	inset-block-start: 57%;
	inset-inline-end: 14%;
}

.renoskam-fh-cta__square--five {
	block-size: 164px;
	inline-size: 164px;
	inset-block-end: 5%;
	inset-inline-start: 2%;
}

.renoskam-fh-cta__square--six {
	background: rgba(243, 84, 5, 0.08);
	block-size: 72px;
	border-color: rgba(243, 84, 5, 0.22);
	inline-size: 72px;
	inset-block-end: 14%;
	inset-inline-end: 7%;
}

@media (max-width: 991px) {
	.renoskam-fh-feature,
	.renoskam-fh-process,
	.renoskam-fh-projects,
	.renoskam-fh-testimonial,
	.renoskam-fh-faq,
	.renoskam-fh-cta {
		padding: 54px 5%;
	}

	.renoskam-fh-scale {
		padding: 96px 5%;
	}

	.renoskam-fh-feature__heading-grid {
		align-items: start;
		grid-template-columns: minmax(0, 1fr);
	}

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

	.renoskam-fh-feature-card--media {
		grid-column: 1 / -1;
	}

	.renoskam-fh-scale__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.renoskam-fh-scale__content {
		justify-self: start;
	}

	.renoskam-fh-scale__mosaic {
		min-block-size: 0;
	}

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

	.renoskam-fh-testimonial__grid,
	.renoskam-fh-faq__panel {
		grid-template-columns: minmax(0, 1fr);
	}

	.renoskam-fh-project-card__media {
		aspect-ratio: 5.88 / 3.2;
	}

	.renoskam-fh-rating-card {
		block-size: 240px;
	}

	.renoskam-fh-quote-card {
		block-size: 344px;
	}

	.renoskam-fh-faq__list {
		min-block-size: 308px;
	}

	.renoskam-fh-cta__media {
		block-size: 460px;
		inline-size: 100%;
	}

	.renoskam-fh-cta__square--one,
	.renoskam-fh-cta__square--three,
	.renoskam-fh-cta__square--five {
		display: none;
	}

}

@media (max-width: 767px) {
	.renoskam-fh-feature__heading h2,
	.renoskam-fh-scale__heading h2,
	.renoskam-fh-process__heading h2,
	.renoskam-fh-projects__heading h2,
	.renoskam-fh-faq__intro h2,
	.renoskam-fh-cta__heading h2 {
		font-size: 40px;
		line-height: 48px;
	}

	.renoskam-fh-feature__heading-grid {
		margin-block-end: 64px;
	}

	.renoskam-fh-feature__card-shell {
		padding: 16px;
	}

	.renoskam-fh-feature__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.renoskam-fh-feature-card--media {
		block-size: 317px;
		grid-column: auto;
		padding: 16px;
	}

	.renoskam-fh-feature-card__image {
		block-size: 200px;
	}

	.renoskam-fh-feature-card--plain {
		block-size: auto;
		min-block-size: 209px;
		padding: 24px;
	}

	.renoskam-fh-scale__mosaic {
		aspect-ratio: auto;
		display: flex;
		flex-direction: column;
	}

	.renoskam-fh-scale__mosaic-bottom {
		block-size: auto;
		display: flex;
		flex: 0 0 auto;
		flex-direction: column;
	}

	.renoskam-fh-scale__image,
	.renoskam-fh-scale__image--wide,
	.renoskam-fh-scale__accent-image {
		block-size: 220px;
		flex: 0 0 220px;
	}

	.renoskam-fh-page img.renoskam-fh-scale__image,
	.renoskam-fh-page img.renoskam-fh-scale__image--wide {
		block-size: 220px;
	}

	.renoskam-fh-scale__content-inner {
		gap: 40px;
	}

	.renoskam-fh-scale__facts {
		grid-template-columns: minmax(0, 1fr);
	}

	.renoskam-fh-scale__facts > .renoskam-fh-scale__fact {
		block-size: auto;
		min-block-size: 123px;
	}

	.renoskam-fh-scale__fact strong {
		font-size: 28px;
		line-height: 42px;
	}

	.renoskam-fh-process__heading,
	.renoskam-fh-projects__heading {
		margin-block-end: 56px;
	}

	.renoskam-fh-process__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.renoskam-fh-project-card__media {
		aspect-ratio: 5.88 / 4.2;
	}

	.renoskam-fh-project-card__content {
		block-size: 285px;
	}

	.renoskam-fh-project-card__actions {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
	}

	.renoskam-fh-quote-card {
		block-size: 472px;
	}

	.renoskam-fh-faq__panel {
		padding: 16px;
	}

	.renoskam-fh-faq__intro {
		block-size: auto;
		min-block-size: 380px;
		padding: 24px;
	}

	.renoskam-fh-faq__item > button {
		min-block-size: 76px;
	}

	.renoskam-fh-cta__stack {
		margin-block-start: 56px;
	}

	.renoskam-fh-cta__contact-grid,
	.renoskam-fh-cta__row {
		grid-template-columns: minmax(0, 1fr);
	}

	.renoskam-fh-cta__row {
		gap: 24px;
	}

	.renoskam-fh-cta__contact-grid > div {
		min-block-size: 154px;
	}

	.renoskam-fh-cta__form {
		padding: 24px;
	}

	.renoskam-fh-cta__media {
		block-size: 520px;
		inline-size: 100%;
	}

	.renoskam-fh-cta__square--two {
		inset-inline-start: 4%;
	}

	.renoskam-fh-cta__square--four {
		inset-inline-end: 4%;
	}

}

/* Helio Feature 04, adapted to the campaign dark palette. */
.renoskam-fh-standards {
	background: #07131e;
	color: #ffffff;
	padding: 80px 5%;
}

.renoskam-fh-standards > .renoskam-fh-container,
.renoskam-fh-principle > .renoskam-fh-container {
	inline-size: 100%;
	max-inline-size: 1280px;
}

.renoskam-fh-standards__heading {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 16px;
	inline-size: min(860px, 100%);
	margin-inline: auto;
	text-align: center;
}

.renoskam-fh-standards .renoskam-fh-source-overline {
	color: #ffffff;
}

.renoskam-fh-standards__heading h2 {
	color: #ffffff;
	font-family: var(--renoskam-fh-font-family);
	font-size: 56px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 67.2px;
	margin: 0;
}

.renoskam-fh-standards__heading h2 > span {
	color: #f35405;
	display: inline;
	font-weight: 600;
}

.renoskam-fh-standards__shell {
	background: #0b121d;
	margin-block-start: 40px;
	padding: 24px;
}

.renoskam-fh-standards__outline {
	border-block-end: 1px solid rgba(255, 255, 255, 0.18);
	border-inline-end: 1px solid rgba(255, 255, 255, 0.18);
}

.renoskam-fh-standards__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.renoskam-fh-standard-card {
	align-items: center;
	background: #0b121d;
	border-block-start: 1px solid rgba(255, 255, 255, 0.18);
	border-inline-start: 1px solid rgba(255, 255, 255, 0.18);
	display: flex;
	flex-direction: column;
	gap: 20px;
	justify-content: center;
	min-block-size: 228px;
	padding: 28px 24px;
	text-align: center;
	transition: background-color 300ms ease;
}

.renoskam-fh-standard-card:hover {
	background: #111b28;
}

.renoskam-fh-standard-card--wide {
	align-items: center;
	grid-column: span 2;
	min-block-size: 212px;
	padding: 32px 24px;
	text-align: center;
}

.renoskam-fh-standard-card__icon {
	align-items: center;
	background: rgba(255, 255, 255, 0.035);
	block-size: 60px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	display: flex;
	flex: 0 0 60px;
	inline-size: 60px;
	justify-content: center;
	padding: 4px;
}

.renoskam-fh-standard-card__icon > span {
	align-items: center;
	background: rgba(255, 255, 255, 0.055);
	block-size: 50px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	color: #f35405;
	display: flex;
	inline-size: 50px;
	justify-content: center;
}

.renoskam-fh-standard-card__icon .renoskam-icon {
	block-size: 26px;
	inline-size: 26px;
	stroke-width: 1.8;
}

.renoskam-fh-standard-card--wide .renoskam-fh-standard-card__icon {
	block-size: 64px;
	flex-basis: 64px;
	inline-size: 64px;
}

.renoskam-fh-standard-card--wide .renoskam-fh-standard-card__icon > span {
	block-size: 54px;
	inline-size: 54px;
}

.renoskam-fh-standard-card--wide .renoskam-fh-standard-card__icon .renoskam-icon {
	block-size: 29px;
	inline-size: 29px;
}

.renoskam-fh-standard-card__copy {
	display: flex;
	flex-direction: column;
	gap: 4px;
	inline-size: 100%;
	max-inline-size: 300px;
}

.renoskam-fh-standard-card--wide .renoskam-fh-standard-card__copy {
	inline-size: auto;
	max-inline-size: 460px;
}

.renoskam-fh-standard-card h3 {
	color: #ffffff;
	font-family: var(--renoskam-fh-font-family);
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 28px;
	margin: 0;
}

.renoskam-fh-standard-card p {
	color: rgba(255, 255, 255, 0.68);
	font-family: var(--renoskam-fh-font-family);
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 24px;
	margin: 0;
}

.renoskam-fh-standard-card__description--mobile {
	display: none;
}

/* Helio Content 05, adapted to the campaign light palette. */
.renoskam-fh-principle {
	background: #f5f5f6;
	color: #252527;
	isolation: isolate;
	overflow: hidden;
	padding: 120px 5%;
	position: relative;
}

.renoskam-fh-principle::before {
	background: url("../images/fd-bremen-overview.jpg") center 42% / cover no-repeat;
	content: "";
	inset: 0;
	opacity: 0.1;
	position: absolute;
	z-index: -1;
}

.renoskam-fh-principle > .renoskam-fh-container {
	position: relative;
	z-index: 1;
}

.renoskam-fh-principle .renoskam-fh-source-overline {
	color: #252527;
}

.renoskam-fh-principle__grid {
	align-items: stretch;
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.renoskam-fh-principle__content {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 56px;
	justify-content: space-between;
	max-inline-size: 540px;
}

.renoskam-fh-principle__intro {
	display: flex;
	flex-direction: column;
	gap: 24px;
	inline-size: 100%;
}

.renoskam-fh-principle__intro h2 {
	color: #252527;
	font-family: var(--renoskam-fh-font-family);
	font-size: 56px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 67.2px;
	margin: 0 0 10px;
}

.renoskam-fh-principle__intro h2 > span {
	display: inline;
	white-space: normal;
}

.renoskam-fh-principle__intro h2 > span:first-child {
	display: inline;
}

.renoskam-fh-principle__intro h2 strong {
	color: #f35405;
	font-weight: 600;
	position: relative;
	white-space: normal;
}

.renoskam-fh-principle__intro h2 strong img {
	filter: none;
	inset-block-start: 65px;
	inset-inline-start: 0;
	max-inline-size: none;
	pointer-events: none;
	position: absolute;
	width: 262px;
}

.renoskam-fh-principle__intro > p {
	color: #434347;
	font-family: var(--renoskam-fh-font-family);
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 32px;
	margin: 0;
}

.renoskam-fh-principle__quote {
	background: rgba(255, 255, 255, 0.72);
	block-size: auto;
	border: 1px solid #e0e0e1;
	box-shadow: 0 18px 54px rgba(37, 37, 39, 0.08);
	display: flex;
	flex-direction: column;
	gap: 16px;
	inline-size: min(424px, 100%);
	margin: 0;
	min-block-size: 236px;
	padding: 24px;
}

.renoskam-fh-principle__quote-mark {
	block-size: 32px;
	color: #f35405;
	display: block;
	font-family: var(--renoskam-fh-font-family);
	font-size: 44px;
	font-weight: 600;
	inline-size: 32px;
	line-height: 42px;
}

.renoskam-fh-principle__quote blockquote {
	margin: 0;
}

.renoskam-fh-principle__quote blockquote p {
	color: #252527;
	font-family: var(--renoskam-fh-font-family);
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 28px;
	margin: 0;
}

.renoskam-fh-principle__quote figcaption {
	align-items: center;
	display: flex;
	gap: 12px;
}

.renoskam-fh-principle__avatar {
	background: #ededee;
	block-size: 48px;
	border: 1px solid #d9d9dc;
	border-radius: 50%;
	display: block;
	flex: 0 0 48px;
	inline-size: 48px;
	padding: 4px;
}

.renoskam-fh-page .renoskam-fh-principle__avatar img {
	block-size: 38px;
	border-radius: 50%;
	inline-size: 38px;
	object-fit: cover;
}

.renoskam-fh-principle__quote figcaption > span:last-child {
	display: flex;
	flex-direction: column;
}

.renoskam-fh-principle__quote figcaption strong,
.renoskam-fh-principle__quote figcaption small {
	font-family: var(--renoskam-fh-font-family);
	font-size: 14px;
	letter-spacing: 0;
	line-height: 24px;
}

.renoskam-fh-principle__quote figcaption strong {
	color: #252527;
	font-weight: 600;
}

.renoskam-fh-principle__quote figcaption small {
	color: #59595f;
	font-weight: 400;
}

.renoskam-fh-principle__media {
	align-self: stretch;
	aspect-ratio: auto;
	block-size: 100%;
	border: 1px solid #e0e0e1;
	box-shadow: 0 18px 54px rgba(37, 37, 39, 0.1);
	inline-size: 100%;
	justify-self: stretch;
	margin: 0;
	min-block-size: 100%;
	overflow: hidden;
	position: relative;
}

.renoskam-fh-page .renoskam-fh-principle__image {
	block-size: 100%;
	inline-size: 100%;
	object-fit: cover;
	object-position: center;
}

.renoskam-fh-page .renoskam-fh-principle__squares {
	block-size: 177px;
	inline-size: 118px;
	inset-inline-start: 0;
	max-inline-size: none;
	position: absolute;
}

.renoskam-fh-principle__squares--top {
	inset-block-start: 0;
}

.renoskam-fh-principle__squares--bottom {
	inset-block-end: 0;
}

.renoskam-fh-floating-cta {
	align-items: center;
	background-color: #12212c;
	background-image:
		linear-gradient(90deg, rgba(18, 33, 44, 0.38) 0%, rgba(18, 33, 44, 0.84) 21%, rgba(18, 33, 44, 0.98) 44%, #12212c 64%),
		url("../images/fd-bremen-finished.jpg");
	background-position: center, left 42%;
	background-repeat: no-repeat;
	background-size: cover, 44% auto;
	border: 1px solid rgba(255, 255, 255, 0.22);
	bottom: 26px;
	box-shadow: 0 18px 44px rgba(4, 12, 18, 0.3);
	color: var(--renoskam-fh-white) !important;
	display: grid;
	font-family: var(--renoskam-fh-font-family);
	gap: 28px;
	grid-template-columns: auto minmax(0, 1fr) auto;
	inline-size: min(1024px, calc(100% - 64px));
	left: 50%;
	letter-spacing: 0;
	max-inline-size: none;
	min-block-size: 104px;
	opacity: 0;
	overflow: hidden;
	padding: 12px 12px 12px 28px;
	pointer-events: none;
	position: fixed;
	right: auto;
	text-decoration: none;
	transform: translate(-50%, 18px);
	transition: opacity 180ms ease, transform 180ms ease, background-color 180ms ease;
	z-index: 900;
}

.renoskam-fh-floating-cta.is-visible {
	opacity: 1;
	pointer-events: auto;
	transform: translate(-50%, 0);
}

.renoskam-fh-floating-cta__offer,
.renoskam-fh-floating-cta__message {
	display: grid;
	gap: 6px;
}

.renoskam-fh-floating-cta__offer {
	min-inline-size: 142px;
	text-shadow: 0 1px 14px rgba(0, 0, 0, 0.52);
}

.renoskam-fh-floating-cta__offer small,
.renoskam-fh-floating-cta__message small {
	color: rgba(255, 255, 255, 0.76);
	font-size: 0.82rem;
	line-height: 1.35;
}

.renoskam-fh-floating-cta__offer small {
	color: var(--renoskam-fh-accent);
	font-weight: 700;
	text-transform: uppercase;
}

.renoskam-fh-floating-cta__offer strong {
	font-size: 1.38rem;
	font-weight: 700;
	line-height: 1.15;
}

.renoskam-fh-floating-cta__message strong {
	font-size: 1.08rem;
	font-weight: 600;
	line-height: 1.25;
}

.renoskam-fh-floating-cta__action {
	align-items: center;
	align-self: stretch;
	background: var(--renoskam-fh-accent);
	display: grid;
	font-size: 1.13rem;
	font-weight: 700;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr) auto;
	inline-size: 300px;
	line-height: 1.2;
	min-block-size: 80px;
	padding: 17px 22px;
	transition: background-color 180ms ease;
}

.renoskam-fh-floating-cta:hover .renoskam-fh-floating-cta__action {
	background: var(--renoskam-fh-accent-dark);
}

.renoskam-fh-floating-cta:focus-visible {
	outline: 3px solid var(--renoskam-fh-accent);
	outline-offset: 4px;
}

.renoskam-fh-floating-cta strong,
.renoskam-fh-floating-cta__action > span {
	min-inline-size: 0;
	text-wrap: balance;
}

.renoskam-fh-floating-cta__action .renoskam-icon {
	block-size: 1.55rem;
	flex-basis: 1.55rem;
	inline-size: 1.55rem;
	stroke-width: 2.1;
}

@media (max-width: 1199px) and (min-width: 992px) {
	.renoskam-fh-standards__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.renoskam-fh-standard-card__copy {
		max-inline-size: 260px;
	}

	.renoskam-fh-standard-card--wide {
		grid-column: auto;
		min-block-size: 228px;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	.renoskam-fh-floating-cta {
		gap: 20px;
		inline-size: calc(100% - 48px);
		min-block-size: 96px;
		padding: 10px 10px 10px 22px;
	}

	.renoskam-fh-floating-cta__offer {
		min-inline-size: 120px;
	}

	.renoskam-fh-floating-cta__offer strong {
		font-size: 1.18rem;
	}

	.renoskam-fh-floating-cta__message small {
		display: none;
	}

	.renoskam-fh-floating-cta__message strong {
		font-size: 0.98rem;
	}

	.renoskam-fh-floating-cta__action {
		font-size: 1.02rem;
		inline-size: 280px;
		min-block-size: 74px;
	}

	.renoskam-fh-standard-card__copy {
		max-inline-size: 260px;
	}

	.renoskam-fh-standard-card--wide .renoskam-fh-standard-card__copy {
		max-inline-size: 460px;
	}
}

@media (max-width: 991px) {
	.renoskam-fh-standards {
		padding: 54px 5%;
	}

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

	.renoskam-fh-standard-card--wide {
		grid-column: 1 / -1;
		min-block-size: 228px;
	}

	.renoskam-fh-principle {
		padding: 96px 5%;
	}

	.renoskam-fh-principle__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.renoskam-fh-principle__content {
		gap: 96px;
		justify-content: flex-start;
	}

	.renoskam-fh-principle__media {
		aspect-ratio: 1;
		block-size: auto;
		inline-size: 47.25%;
		justify-self: end;
		min-block-size: 0;
	}
}

@media (max-width: 767px) {
	.renoskam-fh-floating-cta {
		background: var(--renoskam-fh-accent);
		border-color: rgba(255, 255, 255, 0.3);
		bottom: calc(32px + env(safe-area-inset-bottom));
		gap: 0;
		grid-template-columns: minmax(0, 1fr);
		inline-size: auto;
		left: 16px;
		min-block-size: 72px;
		padding: 13px 20px;
		right: 16px;
		transform: translateY(18px);
	}

	.renoskam-fh-floating-cta.is-visible {
		transform: translateY(0);
	}

	.renoskam-fh-floating-cta:hover {
		background: var(--renoskam-fh-accent-dark);
	}

	.renoskam-fh-floating-cta__offer,
	.renoskam-fh-floating-cta__message {
		display: none;
	}

	.renoskam-fh-floating-cta__action {
		background: transparent;
		font-size: 1.08rem;
		inline-size: 100%;
		min-block-size: 0;
		padding: 0;
	}

	.renoskam-fh-floating-cta:hover .renoskam-fh-floating-cta__action {
		background: transparent;
	}

	.renoskam-fh-floating-cta:focus-visible {
		outline-color: var(--renoskam-fh-white);
	}

	.renoskam-fh-floating-cta__action .renoskam-icon {
		block-size: 1.4rem;
		flex-basis: 1.4rem;
		inline-size: 1.4rem;
	}

	.renoskam-fh-standards__heading h2,
	.renoskam-fh-principle__intro h2 {
		font-size: 40px;
		line-height: 48px;
	}

	.renoskam-fh-standards__shell {
		margin-block-start: 56px;
		padding: 16px;
	}

	.renoskam-fh-standards__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.renoskam-fh-standard-card--wide {
		block-size: auto;
		grid-column: auto;
		min-block-size: 229px;
	}

	.renoskam-fh-standard-card__description--desktop {
		display: none;
	}

	.renoskam-fh-standard-card__description--mobile {
		display: block;
	}

	.renoskam-fh-principle__content {
		gap: 56px;
		max-inline-size: none;
	}

	.renoskam-fh-principle__intro h2 > span {
		gap: 8px;
	}

	.renoskam-fh-principle__intro h2 strong img {
		inset-block-start: 48px;
		width: 190px;
	}

	.renoskam-fh-principle__media {
		inline-size: 47.25%;
	}

	.renoskam-fh-page .renoskam-fh-principle__squares--top {
		display: none;
	}

	.renoskam-fh-page .renoskam-fh-review-strip .renoskam-review-card__avatar {
		block-size: 44px;
		inline-size: 44px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.renoskam-fh-feature-card--plain,
	.renoskam-fh-standard-card,
	.renoskam-fh-process__grid li,
	.renoskam-fh-project-card__media img,
	.renoskam-fh-project-card__media > span,
	.renoskam-fh-project-card__actions button,
	.renoskam-fh-faq__item > button .renoskam-icon,
	.renoskam-fh-faq__answer,
	.renoskam-fh-cta__form-end > button,
	.renoskam-fh-floating-cta,
	.renoskam-fh-floating-cta__action {
		transition: none;
	}

	.renoskam-realization-lightbox__backdrop,
	.renoskam-realization-lightbox__dialog {
		animation: none;
	}
}
