/*
Theme Name: Jungbauten
Theme URI: https://jungbauten.de/
Author: Jungbauten GmbH
Description: A custom brutalist WordPress theme for Jungbauten.
Version: 0.1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jungbauten
*/

:root {
	--jb-red: #cb1517;
	--jb-black: #080807;
	--jb-ink: #f0eee7;
	--jb-paper: #f2f1ed;
	--jb-concrete: #deddd8;
	--jb-muted: #777;
	--jb-line: rgba(0, 0, 0, 0.18);
	--jb-white: #fff;
	--jb-hero-black: #0c0c0a;
	--jb-hero-ink: #f0eee7;
	--jb-hero-muted: #c9c5b8;
	--jb-hero-line: rgba(240, 238, 231, 0.18);
	--jb-max: 1440px;
	--jb-pad: clamp(24px, 4vw, 64px);
	--jb-condensed: "Arial Narrow", "Roboto Condensed", "Helvetica Neue Condensed", Impact, sans-serif;
	--jb-sans: Arial, Helvetica, sans-serif;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	overflow-x: hidden;
}

body {
	margin: 0;
	color: var(--jb-ink);
	font-family: var(--jb-sans);
	font-size: 16px;
	line-height: 1.45;
	background:
		radial-gradient(circle at 24px 24px, rgba(240, 238, 231, 0.045) 1px, transparent 1.5px),
		linear-gradient(90deg, rgba(240, 238, 231, 0.035) 1px, transparent 1px),
		var(--jb-black);
	background-size: 31px 31px, 240px 100%, auto;
	overflow-x: hidden;
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

button,
input,
textarea {
	font: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	hyphens: auto;
	overflow-wrap: anywhere;
	word-break: normal;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.site {
	min-height: 100vh;
	overflow-x: clip;
}

.site-header {
	position: fixed;
	inset: 0 0 auto 0;
	z-index: 50;
	display: grid;
	grid-template-columns: minmax(170px, 28vw) 1fr auto;
	align-items: start;
	gap: clamp(14px, 2vw, 28px);
	padding: 22px var(--jb-pad);
	pointer-events: none;
	color: var(--jb-hero-ink);
	background: rgba(8, 8, 7, 0.74);
	backdrop-filter: blur(12px);
}

.brand {
	display: inline-block;
	width: fit-content;
	max-width: 220px;
	pointer-events: auto;
}

.brand__logo {
	width: auto;
	max-width: 220px;
	max-height: 64px;
	object-fit: contain;
	object-position: left top;
}

.brand__name {
	display: flex;
	align-items: baseline;
	gap: 8px;
	font-size: clamp(32px, 3.2vw, 52px);
	line-height: 0.9;
	letter-spacing: -1px;
}

.brand__divider {
	display: inline-block;
	width: 2px;
	height: 1.35em;
	background: currentColor;
	transform: translateY(0.18em);
}

.brand__red {
	color: var(--jb-red);
}

.brand__claim {
	margin: 8px 0 0 92px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: -0.2px;
	text-transform: lowercase;
}

.icon-nav {
	justify-self: end;
	width: 100%;
	max-width: 820px;
	padding-top: 16px;
	pointer-events: auto;
}

.icon-nav ul,
.icon-nav__list {
	display: flex;
	justify-content: flex-end;
	gap: clamp(10px, 1.55vw, 28px);
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.icon-nav ul {
	flex-direction: row;
	align-items: center;
}

.icon-nav li,
.icon-nav__item {
	flex: 0 0 auto;
	margin: 0;
	padding: 0;
	list-style: none;
}

.icon-nav a,
.icon-nav__link {
	position: relative;
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	color: var(--jb-hero-ink);
	text-indent: 0;
}

.icon-nav a svg,
.icon-nav__link svg,
.social-rail a svg,
.hamburger svg,
.arrow-icon {
	width: 26px;
	height: 26px;
	stroke: currentColor;
	stroke-width: 2;
	fill: none;
}

.icon-nav a > .nav-label,
.nav-label {
	position: absolute;
	top: calc(100% + 12px);
	left: 50%;
	transform: translateX(-50%) translateY(-6px);
	display: block;
	padding: 13px 18px;
	background: var(--jb-hero-ink);
	color: var(--jb-hero-black);
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
	opacity: 0;
	pointer-events: none;
	transition: opacity 160ms ease, transform 160ms ease;
}

.icon-nav a::after,
.icon-nav__link::after {
	content: "";
	position: absolute;
	top: calc(100% + 5px);
	left: 50%;
	width: 10px;
	height: 10px;
	background: var(--jb-hero-ink);
	opacity: 0;
	transform: translateX(-50%) rotate(45deg);
	transition: opacity 160ms ease;
}

.icon-nav a:hover,
.icon-nav a:focus-visible,
.icon-nav__link:hover,
.icon-nav__link:focus-visible,
.social-rail a:hover,
.social-rail a:focus-visible {
	color: var(--jb-red);
	outline: 0;
}

.icon-nav a:hover .nav-label,
.icon-nav a:focus-visible .nav-label,
.icon-nav a:hover::after,
.icon-nav a:focus-visible::after,
.icon-nav__link:hover .nav-label,
.icon-nav__link:focus-visible .nav-label,
.icon-nav__link:hover::after,
.icon-nav__link:focus-visible::after,
.current-menu-item .icon-nav__link::after,
.current_page_item .icon-nav__link::after {
	opacity: 1;
}

.icon-nav a:hover .nav-label,
.icon-nav a:focus-visible .nav-label,
.icon-nav__link:hover .nav-label,
.icon-nav__link:focus-visible .nav-label {
	transform: translateX(-50%) translateY(0);
}

.current-menu-item > a,
.current_page_item > a,
.current-menu-item .icon-nav__link,
.current_page_item .icon-nav__link {
	color: var(--jb-red);
}

.hamburger {
	justify-self: end;
	display: none;
	place-items: center;
	width: 44px;
	height: 44px;
	margin-top: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--jb-hero-ink);
	cursor: pointer;
	pointer-events: auto;
}

.hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(360px, 39vw) minmax(0, 1fr);
	min-height: 760px;
	border-bottom: 1px solid var(--jb-line);
	overflow: hidden;
}

.hero__panel {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 72px 1fr;
	align-content: center;
	gap: 28px;
	padding: 130px 48px 64px var(--jb-pad);
	background-size: 240px 100%, 28px 28px, auto;
	color: var(--jb-hero-ink);
}



.social-rail {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 28px;
	border-right: 1px solid var(--jb-hero-line);
}

.social-rail a {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	color: var(--jb-hero-ink);
}

.hero__copy {
	max-width: 580px;
}

.hero__title {
	margin: 0;
	font-family: var(--jb-condensed);
	font-size: clamp(72px, 8.2vw, 142px);
	font-weight: 900;
	line-height: 0.88;
	letter-spacing: 0;
	text-transform: uppercase;
	hyphens: manual;
	overflow-wrap: normal;
	word-break: keep-all;
}

.hero__text {
	max-width: 360px;
	margin: 28px 0 0;
	font-size: clamp(16px, 1.45vw, 22px);
	line-height: 1.35;
	color: var(--jb-hero-muted);
}

.jb-link {
	display: inline-grid;
	grid-template-columns: auto 42px;
	align-items: center;
	gap: 24px;
	margin-top: 44px;
	padding-bottom: 12px;
	border-bottom: 2px solid currentColor;
	font-size: 14px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

.jb-link .arrow-icon {
	width: 34px;
	height: 18px;
	transition: transform 160ms ease;
}

.jb-link:hover .arrow-icon,
.jb-link:focus-visible .arrow-icon {
	transform: translateX(8px);
}

.hero__image {
	position: relative;
	min-height: 560px;
	margin-top: 102px;
	background: var(--jb-black);
}

.hero__image img {
	width: 100%;
	height: 100%;
	min-height: 660px;
	object-fit: cover;
	object-position: center right;
	filter: saturate(0.88) contrast(1.05);
}

.hero__image::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(90deg, rgba(12, 12, 10, 0.98) 0, rgba(12, 12, 10, 0.42) 20%, rgba(12, 12, 10, 0.05) 42%, transparent 70%);
	pointer-events: none;
}

.section {
	padding: 54px var(--jb-pad);
	border-bottom: 1px solid var(--jb-hero-line);
	color: var(--jb-hero-ink);
}

.section__head {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: end;
	gap: 28px;
	max-width: var(--jb-max);
	margin: 0 auto 28px;
}

.eyebrow {
	margin: 0 0 12px;
	color: var(--jb-red);
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.section__title {
	margin: 0;
	font-family: var(--jb-condensed);
	font-size: clamp(30px, 4vw, 58px);
	font-weight: 900;
	line-height: 0.98;
	text-transform: uppercase;
	hyphens: auto;
	overflow-wrap: anywhere;
	word-break: normal;
}

.project-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(18px, 2vw, 30px);
	max-width: var(--jb-max);
	margin: 0 auto;
}

.project-card {
	position: relative;
	display: grid;
	min-height: clamp(390px, 34vw, 520px);
	overflow: hidden;
	background: var(--jb-black);
	color: var(--jb-hero-ink);
}

.project-card > a {
	position: absolute;
	inset: 0;
	display: block;
	color: inherit;
}

.project-card > a:focus-visible {
	outline: 3px solid var(--jb-red);
	outline-offset: -3px;
}

.project-card::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 38%, rgba(0, 0, 0, 0.9) 100%);
	pointer-events: none;
}

.project-card__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 260ms ease, filter 260ms ease;
}

.project-card:hover .project-card__image,
.project-card:focus-within .project-card__image {
	transform: scale(1.045);
	filter: grayscale(1) contrast(1.15);
}

.project-card__plus {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	background: var(--jb-red);
	color: var(--jb-hero-ink);
	font-size: 28px;
	line-height: 1;
}

.project-card__body {
	position: absolute;
	inset: auto 0 0;
	z-index: 3;
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: end;
	gap: 18px;
	padding: clamp(22px, 2.4vw, 34px);
}

.project-card h3 {
	margin: 0 0 8px;
	font-family: var(--jb-condensed);
	font-size: clamp(26px, 2.1vw, 38px);
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

.project-card p {
	margin: 0;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.project-card .arrow-icon {
	width: 35px;
	height: 20px;
}

.flexbox-band {
	display: grid;
	grid-template-columns: minmax(280px, 34vw) 1fr minmax(220px, 280px);
	gap: clamp(28px, 4vw, 72px);
	align-items: center;
	padding: 54px var(--jb-pad);
	background:
		radial-gradient(circle at 24px 24px, rgba(255, 255, 255, 0.06) 1px, transparent 1.5px),
		#080808;
	background-size: 32px 32px, auto;
	color: var(--jb-hero-ink);
}

.flexbox-band__title {
	margin: 0;
	font-family: var(--jb-condensed);
	font-size: clamp(44px, 5vw, 80px);
	font-weight: 900;
	line-height: 0.96;
	text-transform: uppercase;
}

.flexbox-band__text {
	max-width: 360px;
	margin: 20px 0 0;
	color: #e2e2e2;
}

.flexbox-band__visual img {
	width: 100%;
	max-height: 430px;
	object-fit: contain;
	filter: saturate(0.9);
}

.feature-list {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.feature-list li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 16px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.28);
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.site-footer {
	display: grid;
	grid-template-columns: minmax(220px, 1.25fr) minmax(170px, 0.75fr) minmax(190px, 0.85fr) minmax(150px, 0.7fr) auto;
	grid-template-areas:
		"brand address contact menu social"
		"partners partners partners partners partners";
	gap: clamp(24px, 4vw, 72px);
	row-gap: 30px;
	align-items: center;
	padding: 34px var(--jb-pad);
	background: #11110f;
	border-top: 1px solid var(--jb-hero-line);
	color: var(--jb-hero-ink);
}

.site-footer__brand {
	grid-area: brand;
	display: flex;
	align-items: center;
	gap: 22px;
	min-width: 0;
}

.site-footer__address {
	grid-area: address;
}

.site-footer__contact {
	grid-area: contact;
}

.site-footer__menu {
	grid-area: menu;
}

.site-footer__social {
	grid-area: social;
	justify-self: end;
}

.site-footer__partners {
	grid-area: partners;
	display: grid;
	grid-template-columns: auto 1fr;
	gap: clamp(22px, 3vw, 46px);
	align-items: center;
	padding-top: 26px;
	border-top: 1px solid var(--jb-hero-line);
}

.site-footer__partners > p {
	margin: 0;
	color: var(--jb-red);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.site-footer__crest {
	width: auto;
	max-width: 96px;
	max-height: 52px;
	object-fit: contain;
	opacity: 0.78;
	filter: saturate(0.9);
}

.footer-partners {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: clamp(22px, 3vw, 46px);
}

.footer-partners img {
	width: auto;
	max-width: min(220px, 42vw);
	max-height: 62px;
	object-fit: contain;
	opacity: 0.88;
	filter: saturate(0.9);
}

.site-footer .brand {
	max-width: 190px;
}

.site-footer .brand__logo {
	max-width: 190px;
	max-height: 56px;
}

.site-footer .brand__name {
	font-size: 34px;
}

.site-footer .brand__claim {
	margin-left: 62px;
}

.footer-small {
	margin: 0;
	font-size: 12px;
	line-height: 1.6;
	font-style: normal;
	color: var(--jb-hero-muted);
	overflow-wrap: anywhere;
}

.footer-small a {
	color: var(--jb-hero-ink);
	text-decoration: none;
}

.footer-small a:hover,
.footer-small a:focus-visible {
	color: var(--jb-red);
}

.footer-menu__list {
	display: grid;
	gap: 7px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-menu__list li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-menu__list a {
	color: var(--jb-hero-muted);
	font-size: 12px;
	font-weight: 900;
	line-height: 1.25;
	text-transform: uppercase;
	transition: color 160ms ease;
}

.footer-menu__list a:hover,
.footer-menu__list a:focus-visible,
.footer-menu__list .current-menu-item > a,
.footer-menu__list .current_page_item > a {
	color: var(--jb-red);
	outline: 0;
}

.footer-social {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 14px;
}

.footer-social a {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border: 1px solid var(--jb-hero-line);
	color: var(--jb-hero-ink);
	transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.footer-social a:hover,
.footer-social a:focus-visible {
	background: rgba(240, 238, 231, 0.08);
	border-color: var(--jb-red);
	color: var(--jb-red);
	outline: 0;
}

.footer-social svg {
	width: 22px;
	height: 22px;
	stroke: currentColor;
	stroke-width: 2;
	fill: none;
}

.content-page {
	max-width: 980px;
	min-height: 55vh;
	margin: 0 auto;
	padding: 160px var(--jb-pad) 80px;
	color: var(--jb-hero-ink);
}

.content-page h1 {
	font-family: var(--jb-condensed);
	font-size: clamp(52px, 7vw, 110px);
	font-weight: 900;
	line-height: 0.95;
	text-transform: uppercase;
}

.alu-page {
	color: var(--jb-hero-ink);
	background: var(--jb-black);
}

.alu-page h1,
.alu-page h2,
.alu-page p {
	margin-top: 0;
}

.alu-kicker {
	margin-bottom: 18px;
	color: var(--jb-red);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.alu-hero {
	display: grid;
	grid-template-columns: minmax(340px, 0.82fr) minmax(0, 1.18fr);
	gap: clamp(34px, 5vw, 86px);
	min-height: 100vh;
	padding: clamp(150px, 13vw, 210px) var(--jb-pad) 76px;
	border-bottom: 1px solid var(--jb-hero-line);
}

.alu-hero__copy {
	align-self: end;
	max-width: 720px;
}

.alu-hero h1 {
	margin-bottom: 28px;
	color: var(--jb-hero-ink);
	font-family: var(--jb-condensed);
	font-size: clamp(68px, 10vw, 178px);
	font-weight: 900;
	line-height: 0.83;
	text-transform: uppercase;
}

.alu-hero__lead {
	max-width: 520px;
	margin-bottom: 42px;
	color: var(--jb-hero-muted);
	font-size: clamp(17px, 1.5vw, 24px);
	line-height: 1.35;
}

.alu-link {
	display: inline-flex;
	align-items: center;
	gap: 28px;
	min-width: min(100%, 320px);
	padding: 14px 0;
	border-bottom: 2px solid currentColor;
	color: var(--jb-hero-ink);
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
	transition: color 160ms ease, gap 160ms ease;
}

.alu-link:hover,
.alu-link:focus-visible {
	gap: 38px;
	color: var(--jb-red);
	outline: 0;
}

.alu-link--secondary {
	color: var(--jb-hero-muted);
}

.alu-inline-link {
	display: inline-flex;
	align-items: center;
	gap: 18px;
	margin-top: 18px;
	padding-bottom: 9px;
	border-bottom: 1px solid currentColor;
	color: var(--jb-hero-ink);
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
	transition: color 160ms ease, gap 160ms ease;
}

.alu-inline-link:hover,
.alu-inline-link:focus-visible {
	gap: 26px;
	color: var(--jb-red);
	outline: 0;
}

.alu-hero__media {
	position: relative;
	align-self: center;
	min-height: min(68vh, 760px);
	border-left: 1px solid var(--jb-hero-line);
}

.alu-hero__media::before {
	position: absolute;
	inset: 0 auto 0 0;
	z-index: 1;
	width: 42%;
	content: "";
	background: linear-gradient(90deg, var(--jb-black), rgba(8, 8, 7, 0));
	pointer-events: none;
}

.alu-hero__media > img {
	width: 100%;
	height: min(68vh, 760px);
	min-height: 520px;
	object-fit: cover;
	filter: saturate(0.92) contrast(1.08);
}

.alu-hero__badge {
	position: absolute;
	right: clamp(18px, 3vw, 46px);
	bottom: clamp(18px, 3vw, 46px);
	z-index: 2;
	display: grid;
	place-items: center;
	width: clamp(112px, 12vw, 190px);
	aspect-ratio: 1;
	padding: 18px;
	background: rgba(200, 200, 200, 0.82);
	border: 1px solid var(--jb-hero-line);
}

.hero--subpage .alu-hero__badge img {
	max-height: 100%;
	object-fit: contain !important;
}

.alu-intro,
.alu-solutions,
.alu-product,
.alu-cta {
	padding: clamp(56px, 7vw, 112px) var(--jb-pad);
	border-bottom: 1px solid var(--jb-hero-line);
}

.alu-intro,
.alu-section-head,
.alu-product,
.alu-cta {
	display: grid;
	grid-template-columns: minmax(260px, 0.74fr) minmax(0, 1.26fr);
	gap: clamp(30px, 5vw, 84px);
}

.alu-intro h2,
.alu-section-head h2,
.alu-product h2,
.alu-cta h2 {
	max-width: 780px;
	margin-bottom: 0;
	font-family: var(--jb-condensed);
	font-size: clamp(42px, 6vw, 104px);
	font-weight: 900;
	line-height: 0.9;
	text-transform: uppercase;
}

.alu-intro__text,
.alu-section-head > p,
.alu-product__copy p:not(.alu-kicker):not(.alu-product__number) {
	color: var(--jb-hero-muted);
	font-size: clamp(16px, 1.1vw, 19px);
	line-height: 1.58;
}

.alu-intro__text p:last-child,
.alu-product__copy p:last-child {
	margin-bottom: 0;
}

.alu-solutions {
	padding-top: clamp(50px, 6vw, 90px);
}

.alu-section-head {
	align-items: end;
	margin-bottom: clamp(28px, 4vw, 58px);
}

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

.alu-solution-card {
	position: relative;
	display: grid;
	min-height: clamp(320px, 31vw, 520px);
	align-content: end;
	padding: 24px;
	overflow: hidden;
	background: #11110f;
	border: 1px solid var(--jb-hero-line);
}

.alu-solution-card img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.74;
	transition: transform 220ms ease, opacity 220ms ease;
}

.alu-solution-card::after {
	position: absolute;
	inset: 38% 0 0;
	content: "";
	background: linear-gradient(180deg, rgba(8, 8, 7, 0), rgba(8, 8, 7, 0.94));
}

.alu-solution-card strong,
.alu-solution-card span {
	position: relative;
	z-index: 1;
}

.alu-solution-card strong {
	max-width: 9ch;
	font-family: var(--jb-condensed);
	font-size: clamp(34px, 3.7vw, 66px);
	font-weight: 900;
	line-height: 0.9;
	text-transform: uppercase;
}

.alu-solution-card > span:last-child {
	position: absolute;
	top: 0;
	right: 0;
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	background: var(--jb-red);
	color: var(--jb-hero-ink);
	font-size: 28px;
}

.alu-solution-card__label {
	margin-bottom: 12px;
	color: var(--jb-red);
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.alu-solution-card:hover img,
.alu-solution-card:focus-visible img {
	transform: scale(1.045);
	opacity: 0.96;
}

.alu-solution-card:focus-visible {
	outline: 2px solid var(--jb-red);
	outline-offset: 3px;
}

.alu-product {
	align-items: start;
}

.alu-product__copy {
	position: sticky;
	top: 128px;
}

.alu-product__number {
	margin-bottom: 28px;
	color: transparent;
	font-family: var(--jb-condensed);
	font-size: clamp(88px, 13vw, 210px);
	font-weight: 900;
	line-height: 0.8;
	-webkit-text-stroke: 1px rgba(240, 238, 231, 0.32);
}

.alu-product__copy h2 {
	margin-bottom: 26px;
}

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

.alu-product__gallery img {
	width: 100%;
	height: 100%;
	min-height: 290px;
	object-fit: cover;
	border: 1px solid var(--jb-hero-line);
}

.alu-product__gallery img:first-child {
	grid-column: span 4;
	min-height: 520px;
}

.alu-product__gallery img:nth-child(2),
.alu-product__gallery img:nth-child(3) {
	grid-column: span 2;
}

.alu-cta {
	align-items: center;
	background: #0f0f0d;
}

.alu-cta .alu-link {
	justify-self: end;
}

.alu-cta__actions {
	display: grid;
	gap: 18px;
	justify-self: end;
	width: min(100%, 360px);
}

.alu-cta__actions .alu-link {
	justify-self: stretch;
	justify-content: space-between;
}

.flex-page {
	color: var(--jb-hero-ink);
	background: var(--jb-black);
}

.flex-page h1,
.flex-page h2,
.flex-page p {
	margin-top: 0;
}

.flex-kicker {
	margin-bottom: 18px;
	color: var(--jb-red);
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.flex-hero {
	display: grid;
	grid-template-columns: minmax(360px, 0.78fr) minmax(0, 1.22fr);
	gap: clamp(34px, 5vw, 86px);
	align-items: end;
	min-height: 100vh;
	padding: clamp(150px, 13vw, 210px) var(--jb-pad) 76px;
	border-bottom: 1px solid var(--jb-hero-line);
}

.flex-hero__copy {
	position: relative;
	z-index: 2;
	max-width: 760px;
}

.flex-hero h1 {
	margin-bottom: 28px;
	font-family: var(--jb-condensed);
	font-size: clamp(62px, 8.4vw, 148px);
	font-weight: 900;
	line-height: 0.86;
	text-transform: uppercase;
}

.flex-hero p {
	max-width: 560px;
	color: var(--jb-hero-muted);
	font-size: clamp(17px, 1.45vw, 23px);
	line-height: 1.36;
}

.flex-actions {
	display: grid;
	gap: 16px;
	width: min(100%, 420px);
	margin-top: 40px;
}

.flex-actions .alu-link {
	justify-content: space-between;
}

.flex-hero__media {
	position: relative;
	min-height: min(68vh, 760px);
	overflow: hidden;
	border: 1px solid var(--jb-hero-line);
}

.flex-hero__media::before {
	position: absolute;
	inset: 0;
	z-index: 1;
	content: "";
	background: linear-gradient(90deg, rgba(8, 8, 7, 0.84), rgba(8, 8, 7, 0.06) 46%, rgba(8, 8, 7, 0.34));
	pointer-events: none;
}

.flex-hero__media img {
	width: 100%;
	height: min(68vh, 760px);
	min-height: 520px;
	object-fit: cover;
	filter: saturate(0.95) contrast(1.08);
}

.flex-intro,
.flex-detail-band {
	display: grid;
	grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
	gap: clamp(30px, 5vw, 84px);
	padding: clamp(56px, 7vw, 112px) var(--jb-pad);
	border-bottom: 1px solid var(--jb-hero-line);
}

.flex-intro h2,
.flex-detail-band h2 {
	max-width: 820px;
	margin-bottom: 0;
	font-family: var(--jb-condensed);
	font-size: clamp(42px, 6vw, 104px);
	font-weight: 900;
	line-height: 0.9;
	text-transform: uppercase;
}

.flex-intro__text,
.flex-detail-band p,
.flex-feature-list span {
	color: var(--jb-hero-muted);
	font-size: clamp(16px, 1.1vw, 19px);
	line-height: 1.58;
}

.flex-projects {
	padding-top: clamp(58px, 7vw, 112px);
	padding-bottom: clamp(58px, 7vw, 112px);
	background: #0d0d0b;
}

.flex-project-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.flex-detail-band {
	grid-template-columns: minmax(260px, 0.72fr) minmax(280px, 0.9fr) minmax(240px, 0.56fr);
	align-items: center;
	background:
		radial-gradient(circle at 24px 24px, rgba(240, 238, 231, 0.045) 1px, transparent 1.5px),
		#090908;
	background-size: 31px 31px, auto;
}

.flex-detail-band__copy p {
	max-width: 560px;
}

.flex-detail-band__copy .alu-link {
	margin-top: 22px;
}

.flex-detail-band__visual img {
	width: 100%;
	max-height: 560px;
	object-fit: contain;
	filter: saturate(0.88) contrast(1.08);
}

.flex-feature-list {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid var(--jb-hero-line);
}

.flex-feature-list li {
	display: grid;
	gap: 8px;
	padding: 20px 0;
	border-bottom: 1px solid var(--jb-hero-line);
}

.flex-feature-list strong {
	color: var(--jb-hero-ink);
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.messe-page {
	color: var(--jb-hero-ink);
	background: var(--jb-black);
}

.messe-page h1,
.messe-page h2,
.messe-page h3,
.messe-page p {
	margin-top: 0;
}

.messe-projects {
	padding-top: clamp(58px, 7vw, 112px);
	padding-bottom: clamp(58px, 7vw, 112px);
	background: #0d0d0b;
}

.messe-project-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: clamp(18px, 2vw, 30px);
	max-width: var(--jb-max);
	margin: 0 auto;
}

.messe-project-grid .project-card {
	grid-column: span 2;
	min-height: clamp(360px, 30vw, 520px);
}

.messe-project-grid .project-card--wide {
	grid-column: span 4;
	min-height: clamp(460px, 42vw, 680px);
}

.messe-intro,
.messe-logistics,
.messe-process,
.messe-cta {
	display: grid;
	grid-template-columns: minmax(260px, 0.74fr) minmax(0, 1.26fr);
	gap: clamp(30px, 5vw, 84px);
	padding: clamp(56px, 7vw, 112px) var(--jb-pad);
	border-bottom: 1px solid var(--jb-hero-line);
}

.messe-intro h2,
.messe-logistics h2,
.messe-process h2,
.messe-services h2,
.messe-cta h2 {
	max-width: 860px;
	margin-bottom: 0;
	font-family: var(--jb-condensed);
	font-size: clamp(42px, 6vw, 104px);
	font-weight: 900;
	line-height: 0.9;
	text-transform: uppercase;
}

.messe-intro__text {
	color: var(--jb-hero-muted);
	font-size: clamp(16px, 1.1vw, 19px);
	line-height: 1.58;
}

.messe-logistics {
	background: #0f0f0d;
}

.messe-logistics__text {
	color: var(--jb-hero-muted);
	font-size: clamp(16px, 1.1vw, 19px);
	line-height: 1.58;
}

.messe-logistics__text a {
	color: var(--jb-hero-ink);
	font-weight: 900;
	border-bottom: 1px solid var(--jb-red);
}

.messe-logistics__text a:hover,
.messe-logistics__text a:focus-visible {
	color: var(--jb-red);
	outline: 0;
}

.messe-services {
	padding: clamp(56px, 7vw, 112px) var(--jb-pad);
	border-bottom: 1px solid var(--jb-hero-line);
}

.messe-section-head {
	display: grid;
	grid-template-columns: minmax(260px, 0.74fr) minmax(0, 1.26fr);
	gap: clamp(30px, 5vw, 84px);
	align-items: end;
	margin-bottom: clamp(28px, 4vw, 58px);
}

.messe-service-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	background: var(--jb-hero-line);
	border: 1px solid var(--jb-hero-line);
}

.messe-service {
	min-height: 260px;
	padding: clamp(22px, 2.4vw, 38px);
	background: var(--jb-black);
}

.messe-service h3 {
	margin-bottom: 18px;
	font-family: var(--jb-condensed);
	font-size: clamp(30px, 3vw, 54px);
	font-weight: 900;
	line-height: 0.94;
	text-transform: uppercase;
}

.messe-service p {
	margin-bottom: 0;
	color: var(--jb-hero-muted);
	line-height: 1.55;
}

.messe-step-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	margin: 0;
	padding: 0;
	background: var(--jb-hero-line);
	border: 1px solid var(--jb-hero-line);
	list-style: none;
}

.messe-step-list li {
	display: grid;
	grid-template-columns: 64px 1fr;
	align-items: center;
	gap: 18px;
	min-height: 92px;
	padding: 22px;
	background: var(--jb-black);
}

.messe-step-list span {
	color: var(--jb-red);
	font-family: var(--jb-condensed);
	font-size: 34px;
	font-weight: 900;
	line-height: 1;
}

.messe-step-list strong {
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.messe-facts {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-bottom: 1px solid var(--jb-hero-line);
}

.messe-facts strong {
	display: grid;
	align-content: center;
	min-height: 170px;
	padding: 28px var(--jb-pad);
	border-right: 1px solid var(--jb-hero-line);
	color: var(--jb-hero-ink);
	font-family: var(--jb-condensed);
	font-size: clamp(34px, 4vw, 68px);
	font-weight: 900;
	line-height: 0.95;
	text-transform: uppercase;
}

.messe-facts strong:last-child {
	border-right: 0;
}

.messe-empty {
	grid-column: 1 / -1;
	margin: 0;
	color: var(--jb-hero-muted);
}

.hero.hero--subpage {
	grid-template-columns: minmax(360px, 39vw) minmax(0, 1fr);
	gap: 0;
	min-height: 760px;
	padding: 0;
}

.hero--subpage .hero__panel {
	grid-template-columns: 72px 1fr;
	align-content: center;
	gap: 28px;
	padding: 130px 48px 64px var(--jb-pad);
}

.hero__rail-title {
	align-self: stretch;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding-left: 22px;
	border-right: 1px solid var(--jb-hero-line);
	color: var(--jb-red);
	font-size: 13px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
	writing-mode: sideways-lr;
}

@supports not (writing-mode: sideways-lr) {
	.hero__rail-title {
		writing-mode: vertical-rl;
		transform: rotate(180deg);
	}
}

.hero--subpage .hero__copy {
	max-width: 620px;
}

.hero--subpage .hero__title {
	margin: 0;
	font-family: var(--jb-condensed);
	font-size: clamp(62px, 8.2vw, 142px);
	font-weight: 900;
	line-height: 0.88;
	text-transform: uppercase;
	hyphens: manual;
	overflow-wrap: normal;
	word-break: keep-all;
}

.hero--subpage .hero__text {
	max-width: 430px;
	margin: 28px 0 0;
	color: var(--jb-hero-muted);
	font-size: clamp(16px, 1.45vw, 22px);
	line-height: 1.35;
}

.hero--subpage .alu-link,
.hero--subpage .flex-actions {
	margin-top: 44px;
}

.hero--subpage .hero__image {
	min-height: 560px;
	margin-top: 102px;
	border: 0;
}

.hero--subpage .hero__image img,
.hero--subpage .alu-hero__media > img,
.hero--subpage .flex-hero__media img {
	width: 100%;
	height: 100%;
	min-height: 100px;
	object-fit: cover;
	object-position: center right;
}

.hero--subpage .hero__image::before,
.hero--subpage .alu-hero__media::before,
.hero--subpage .flex-hero__media::before {
	inset: 0;
	width: auto;
	background: linear-gradient(90deg, rgba(12, 12, 10, 0.98) 0, rgba(12, 12, 10, 0.42) 20%, rgba(12, 12, 10, 0.05) 42%, transparent 70%);
}

/* Default pages and posts */
.content-hero .hero__title {
	hyphens: manual;
	overflow-wrap: normal;
	word-break: keep-all;
}

.content-hero__meta {
	display: flex;
	gap: 10px;
	margin: 0 0 22px;
	color: var(--jb-red);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.standard-content {
	display: grid;
	grid-template-columns: minmax(72px, 8vw) minmax(0, 860px) 1fr;
	padding: clamp(72px, 9vw, 150px) var(--jb-pad);
	background: var(--jb-hero-ink);
	color: var(--jb-black);
}

.standard-content__rail {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: flex-start;
	padding-top: 8px;
	color: var(--jb-red);
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
}

.standard-content__body {
	grid-column: 2;
	min-width: 0;
	font-size: clamp(17px, 1.35vw, 20px);
	line-height: 1.7;
}

.entry-content > :first-child {
	margin-top: 0;
}

.entry-content > :last-child {
	margin-bottom: 0;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
	margin: 1.8em 0 0.55em;
	font-family: var(--jb-condensed);
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

.entry-content h2 {
	font-size: clamp(38px, 5vw, 72px);
}

.entry-content h3 {
	font-size: clamp(28px, 3.4vw, 48px);
}

.entry-content a {
	color: inherit;
	font-weight: 800;
	text-decoration-color: var(--jb-red);
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
}

.entry-content a:hover,
.entry-content a:focus-visible {
	color: var(--jb-red);
}

.entry-content img {
	height: auto;
}

.entry-content figure,
.entry-content .wp-block-image,
.entry-content .wp-block-gallery {
	margin: clamp(38px, 6vw, 72px) 0;
}

.entry-content figcaption {
	margin-top: 10px;
	color: #575750;
	font-size: 12px;
	text-transform: uppercase;
}

.entry-content blockquote {
	margin: clamp(42px, 6vw, 80px) 0;
	padding: 10px 0 10px clamp(24px, 4vw, 54px);
	border-left: 5px solid var(--jb-red);
	font-family: var(--jb-condensed);
	font-size: clamp(28px, 4vw, 52px);
	font-weight: 900;
	line-height: 1.05;
	text-transform: uppercase;
}

.entry-content ul,
.entry-content ol {
	padding-left: 1.25em;
}

.entry-content li::marker {
	color: var(--jb-red);
	font-weight: 900;
}

.entry-content hr {
	margin: clamp(50px, 7vw, 90px) 0;
	border: 0;
	border-top: 1px solid rgba(8, 8, 7, 0.24);
}

.standard-post__footer {
	margin-top: clamp(56px, 8vw, 100px);
	padding-top: 20px;
	border-top: 1px solid rgba(8, 8, 7, 0.24);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.page-links {
	margin-top: 40px;
	font-weight: 900;
}

/* Archives */
.archive-page {
	background: var(--jb-black);
	color: var(--jb-hero-ink);
}

.archive-hero .hero__title {
	max-width: 10ch;
}

.archive-hero .hero__text {
	max-width: 520px;
}

.archive-hero .hero__text p {
	margin: 0;
}

.archive-hero__media img {
	object-position: center;
}

.archive-listing {
	padding-top: clamp(62px, 7vw, 110px);
	padding-bottom: clamp(72px, 8vw, 130px);
}

.archive-grid {
	align-items: stretch;
}

.archive-card {
	min-height: clamp(360px, 31vw, 500px);
}

.archive-card__body {
	align-items: end;
}

.archive-card__date {
	margin-bottom: 12px !important;
	color: var(--jb-red);
	font-size: 11px !important;
	letter-spacing: 0;
}

.archive-pagination {
	max-width: var(--jb-max);
	margin: clamp(34px, 5vw, 70px) auto 0;
}

.archive-pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.archive-pagination .page-numbers {
	display: inline-grid;
	place-items: center;
	min-width: 44px;
	height: 44px;
	padding: 0 14px;
	border: 1px solid var(--jb-hero-line);
	color: var(--jb-hero-ink);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.archive-pagination .page-numbers.current,
.archive-pagination .page-numbers:hover,
.archive-pagination .page-numbers:focus-visible {
	background: var(--jb-red);
	border-color: var(--jb-red);
	color: var(--jb-hero-ink);
	outline: 0;
}

.archive-empty {
	max-width: var(--jb-max);
	margin: 0 auto;
	padding: clamp(46px, 7vw, 90px);
	border: 1px solid var(--jb-hero-line);
}

.archive-empty h2 {
	max-width: 780px;
	margin: 0;
	font-family: var(--jb-condensed);
	font-size: clamp(42px, 6vw, 92px);
	font-weight: 900;
	line-height: 0.98;
	text-transform: uppercase;
}

/* Lohnarbeit */
.lohn-page {
	background: var(--jb-black);
	color: var(--jb-hero-ink);
}

.lohn-hero__media img {
	object-position: right center !important;
}

.lohn-intro,
.lohn-depth,
.lohn-audience,
.lohn-process,
.lohn-cta {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: clamp(50px, 8vw, 140px);
	padding: clamp(76px, 9vw, 150px) var(--jb-pad);
	border-top: 1px solid var(--jb-hero-line);
}

.lohn-intro h2,
.lohn-depth h2,
.lohn-audience h2,
.lohn-process h2,
.lohn-cta h2 {
	max-width: 11ch;
	margin: 14px 0 0;
	font-family: var(--jb-condensed);
	font-size: clamp(44px, 6vw, 92px);
	font-weight: 900;
	line-height: 0.93;
	text-transform: uppercase;
	hyphens: auto;
	overflow-wrap: anywhere;
	word-break: normal;
}

.lohn-intro__text,
.lohn-depth__lead > p:last-child,
.lohn-cta > div:last-child {
	color: var(--jb-hero-muted);
	font-size: clamp(17px, 1.35vw, 21px);
	line-height: 1.65;
}

.lohn-services {
	padding: clamp(70px, 8vw, 130px) var(--jb-pad);
	background: var(--jb-hero-ink);
	color: var(--jb-black);
}

.lohn-service-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 40px;
	border-top: 1px solid rgba(8, 8, 7, 0.28);
	border-left: 1px solid rgba(8, 8, 7, 0.28);
}

.lohn-service {
	display: flex;
	flex-direction: column;
	min-width: 0;
	border-right: 1px solid rgba(8, 8, 7, 0.28);
	border-bottom: 1px solid rgba(8, 8, 7, 0.28);
}

.lohn-service img {
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	filter: contrast(1.08);
}

.lohn-service > div {
	flex: 1;
	padding: 24px;
	background: #11110f;
	color: var(--jb-hero-ink);
}

.lohn-service h3,
.lohn-depth h3,
.lohn-process h3 {
	margin: 0;
	font-family: var(--jb-condensed);
	font-size: clamp(25px, 2.3vw, 38px);
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

.lohn-service p,
.lohn-depth p,
.lohn-process p {
	margin: 14px 0 0;
	color: var(--jb-hero-muted);
	line-height: 1.55;
}

.lohn-depth__list {
	border-top: 1px solid var(--jb-hero-line);
}

.lohn-depth__list article {
	display: grid;
	grid-template-columns: 48px 0.8fr 1.2fr;
	gap: 24px;
	padding: 28px 0;
	border-bottom: 1px solid var(--jb-hero-line);
}

.lohn-depth__list span,
.lohn-process li > span {
	color: var(--jb-red);
	font-weight: 900;
}

.lohn-depth__list p {
	margin: 0;
}

.lohn-audience {
	background: var(--jb-hero-ink);
	color: var(--jb-black);
}

.lohn-audience ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-self: start;
	margin: 0;
	padding: 0;
	border-top: 1px solid rgba(8, 8, 7, 0.28);
	list-style: none;
}

.lohn-audience li {
	padding: 22px 0;
	border-bottom: 1px solid rgba(8, 8, 7, 0.28);
	font-family: var(--jb-condensed);
	font-size: clamp(23px, 2.4vw, 38px);
	font-weight: 900;
	text-transform: uppercase;
}

.lohn-audience li:nth-child(odd) {
	padding-right: 24px;
}

.lohn-orders {
	padding: clamp(70px, 8vw, 120px) var(--jb-pad);
	border-top: 1px solid var(--jb-hero-line);
}

.lohn-order-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	margin-top: 28px;
}

.lohn-order-list span {
	padding: 14px 20px;
	border: 1px solid var(--jb-hero-line);
	font-family: var(--jb-condensed);
	font-size: clamp(22px, 2.5vw, 40px);
	font-weight: 900;
	text-transform: uppercase;
}

.lohn-process ol {
	margin: 0;
	padding: 0;
	border-top: 1px solid var(--jb-hero-line);
	list-style: none;
}

.lohn-process li {
	display: grid;
	grid-template-columns: 48px 1fr;
	gap: 20px;
	padding: 24px 0;
	border-bottom: 1px solid var(--jb-hero-line);
}

.lohn-process p {
	margin-top: 8px;
}

.lohn-advantages {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-top: 1px solid var(--jb-hero-line);
	border-bottom: 1px solid var(--jb-hero-line);
}

.lohn-advantages strong {
	display: flex;
	align-items: flex-end;
	min-height: 170px;
	padding: 28px var(--jb-pad);
	border-right: 1px solid var(--jb-hero-line);
	font-family: var(--jb-condensed);
	font-size: clamp(27px, 3vw, 48px);
	line-height: 0.95;
	text-transform: uppercase;
}

.lohn-advantages strong:last-child {
	border-right: 0;
}

.lohn-cta {
	background: var(--jb-red);
}

.lohn-cta .eyebrow,
.lohn-cta p {
	color: var(--jb-hero-ink) !important;
}

.lohn-cta .alu-link {
	margin-top: 32px;
	border-color: var(--jb-hero-ink);
	color: var(--jb-hero-ink);
}

/* Unternehmen */
.company-page {
	background: var(--jb-black);
	color: var(--jb-hero-ink);
}

.company-intro,
.company-history,
.company-work,
.company-sustainability,
.company-cta {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: clamp(50px, 8vw, 140px);
	padding: clamp(76px, 9vw, 150px) var(--jb-pad);
	border-top: 1px solid var(--jb-hero-line);
}

.company-intro h2,
.company-history h2,
.company-work h2,
.company-sustainability h2,
.company-team h2,
.company-cta h2 {
	max-width: 12ch;
	margin: 14px 0 0;
	font-family: var(--jb-condensed);
	font-size: clamp(44px, 6vw, 92px);
	font-weight: 900;
	line-height: 0.93;
	text-transform: uppercase;
}

.company-intro__text,
.company-history p,
.company-work__copy,
.company-sustainability > div:last-child,
.company-team header > p:last-child,
.company-cta > div:last-child {
	color: var(--jb-hero-muted);
	font-size: clamp(17px, 1.35vw, 21px);
	line-height: 1.65;
}

.company-principles {
	padding: clamp(70px, 8vw, 130px) var(--jb-pad);
	background: var(--jb-hero-ink);
	color: var(--jb-black);
}

.company-principles__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 44px;
	border-top: 1px solid rgba(8, 8, 7, 0.28);
	border-left: 1px solid rgba(8, 8, 7, 0.28);
}

.company-principles__grid article {
	min-height: 330px;
	padding: 28px;
	border-right: 1px solid rgba(8, 8, 7, 0.28);
	border-bottom: 1px solid rgba(8, 8, 7, 0.28);
}

.company-principles__grid span {
	color: var(--jb-red);
	font-weight: 900;
}

.company-principles__grid h3 {
	margin: 72px 0 0;
	font-family: var(--jb-condensed);
	font-size: clamp(28px, 2.6vw, 44px);
	font-weight: 900;
	line-height: 0.95;
	text-transform: uppercase;
}

.company-principles__grid p {
	margin: 18px 0 0;
	line-height: 1.55;
}

.company-history {
	grid-template-columns: minmax(260px, 0.65fr) minmax(0, 1.35fr);
}

.company-history__year {
	align-self: start;
	max-width: 100%;
	color: var(--jb-red);
	font-family: var(--jb-condensed);
	font-size: clamp(96px, 15vw, 240px);
	font-weight: 900;
	line-height: 0.75;
	overflow-wrap: normal;
}

.company-work {
	background: #11110f;
}

.company-work__copy strong {
	display: block;
	margin-top: clamp(36px, 5vw, 70px);
	padding-top: 22px;
	border-top: 1px solid var(--jb-red);
	color: var(--jb-hero-ink);
	font-family: var(--jb-condensed);
	font-size: clamp(28px, 3.4vw, 52px);
	line-height: 1;
	text-transform: uppercase;
}

.company-sustainability {
	background: var(--jb-hero-ink);
	color: var(--jb-black);
}

.company-sustainability > div:last-child {
	color: #3e3e38;
}

.company-sustainability a {
	color: inherit;
	font-weight: 900;
	text-decoration-color: var(--jb-red);
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
}

.company-facts {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-top: 1px solid var(--jb-hero-line);
	border-bottom: 1px solid var(--jb-hero-line);
}

.company-facts div {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 190px;
	padding: 28px var(--jb-pad);
	border-right: 1px solid var(--jb-hero-line);
}

.company-facts div:last-child {
	border-right: 0;
}

.company-facts strong {
	font-family: var(--jb-condensed);
	font-size: clamp(42px, 5vw, 82px);
	line-height: 0.9;
	text-transform: uppercase;
}

.company-facts span {
	margin-top: 12px;
	color: var(--jb-hero-muted);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.company-team {
	padding: clamp(76px, 9vw, 150px) var(--jb-pad);
	background: var(--jb-hero-ink);
	color: var(--jb-black);
}

.company-team header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 0.7fr);
	gap: 20px 80px;
	margin-bottom: 56px;
}

.company-team header .eyebrow {
	grid-column: 1 / -1;
}

.company-team header > p:last-child {
	align-self: end;
	margin: 0;
	color: #3e3e38;
}

.company-team__plugin .rt-team-container {
	max-width: none !important;
	padding: 0 !important;
}

.company-team__plugin img {
	filter: grayscale(1);
	transition: filter 180ms ease;
}

.company-team__plugin a:hover img {
	filter: grayscale(0);
}

.company-team__plugin .tlp-content,
.company-team__plugin .tlp-content2 {
	background: var(--jb-black) !important;
	color: var(--jb-hero-ink) !important;
	border-radius: 0 !important;
}

.company-team__plugin h3,
.company-team__plugin h3 a,
.company-team__plugin .tlp-position,
.company-team__plugin .tlp-position a {
	color: var(--jb-hero-ink) !important;
}

.company-team__plugin h3 {
	font-family: var(--jb-condensed) !important;
	font-weight: 900 !important;
	text-transform: uppercase;
}

.company-team__plugin .tlp-position,
.company-team__plugin .tlp-position a {
	color: var(--jb-red) !important;
}

.company-cta {
	background: var(--jb-red);
}

.company-cta .eyebrow,
.company-cta p {
	color: var(--jb-hero-ink) !important;
}

.company-cta .alu-link {
	margin-top: 32px;
	border-color: var(--jb-hero-ink);
	color: var(--jb-hero-ink);
}

/* Glossar */
.glossary-index,
.glossary-single {
	background: var(--jb-black);
	color: var(--jb-hero-ink);
}

.glossary-hero__media img {
	object-fit: contain !important;
	object-position: center right !important;
}

.glossary-directory {
	padding: clamp(76px, 9vw, 150px) var(--jb-pad);
	background: var(--jb-hero-ink);
	color: var(--jb-black);
}

.glossary-directory__head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.65fr);
	gap: 60px;
}

.glossary-directory__head h2,
.glossary-faq h2 {
	margin: 12px 0 0;
	font-family: var(--jb-condensed);
	font-size: clamp(48px, 7vw, 108px);
	font-weight: 900;
	line-height: 0.9;
	text-transform: uppercase;
}

.glossary-directory__intro {
	align-self: end;
	font-size: clamp(17px, 1.3vw, 20px);
	line-height: 1.65;
}

.glossary-directory__intro > :first-child {
	margin-top: 0;
}

.glossary-directory__intro > :last-child {
	margin-bottom: 0;
}

.glossary-alphabet {
	display: grid;
	grid-template-columns: repeat(13, minmax(0, 1fr));
	margin: clamp(48px, 7vw, 90px) 0;
	border-top: 1px solid rgba(8, 8, 7, 0.28);
	border-left: 1px solid rgba(8, 8, 7, 0.28);
}

.glossary-alphabet a,
.glossary-alphabet span {
	display: grid;
	place-items: center;
	aspect-ratio: 1;
	border-right: 1px solid rgba(8, 8, 7, 0.28);
	border-bottom: 1px solid rgba(8, 8, 7, 0.28);
	font-family: var(--jb-condensed);
	font-size: clamp(20px, 2vw, 32px);
	font-weight: 900;
	text-decoration: none;
}

.glossary-alphabet a {
	color: var(--jb-black);
}

.glossary-alphabet a:hover,
.glossary-alphabet a:focus-visible {
	background: var(--jb-red);
	color: var(--jb-hero-ink);
}

.glossary-alphabet span {
	color: rgba(8, 8, 7, 0.25);
}

.glossary-group {
	display: grid;
	grid-template-columns: minmax(90px, 0.22fr) minmax(0, 1fr);
	scroll-margin-top: 120px;
	border-top: 1px solid rgba(8, 8, 7, 0.28);
}

.glossary-group > h2 {
	margin: 0;
	padding: 26px 0;
	color: var(--jb-red);
	font-family: var(--jb-condensed);
	font-size: clamp(70px, 10vw, 150px);
	font-weight: 900;
	line-height: 0.8;
}

.glossary-group__entries {
	border-left: 1px solid rgba(8, 8, 7, 0.28);
}

.glossary-card {
	position: relative;
	padding: 0 28px;
	border-bottom: 1px solid rgba(8, 8, 7, 0.28);
}

.glossary-card > a {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 24px;
	align-items: center;
	min-height: 150px;
	color: var(--jb-black);
	text-decoration: none;
}

.glossary-card h3 {
	margin: 0;
	font-family: var(--jb-condensed);
	font-size: clamp(30px, 3.6vw, 58px);
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

.glossary-card p {
	max-width: 720px;
	margin: 12px 0 0;
	color: #54544d;
	line-height: 1.5;
}

.glossary-card__arrow {
	font-size: 28px;
}

.glossary-card > a:hover h3,
.glossary-card > a:focus-visible h3,
.glossary-card > a:hover .glossary-card__arrow {
	color: var(--jb-red);
}

.glossary-card__topics {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 0 0 22px;
}

.glossary-card__topics span {
	color: var(--jb-red);
	font-size: 10px;
	font-weight: 900;
	text-transform: uppercase;
}

.glossary-single__content {
	display: grid;
	grid-template-columns: minmax(120px, 0.28fr) minmax(0, 860px) 1fr;
	padding: clamp(76px, 9vw, 150px) var(--jb-pad);
	background: var(--jb-hero-ink);
	color: var(--jb-black);
}

.glossary-single__content > aside {
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding-right: 30px;
	color: var(--jb-red);
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
}

.glossary-single__content > aside a {
	color: var(--jb-black);
	text-decoration-color: var(--jb-red);
	text-underline-offset: 4px;
}

.glossary-single__body {
	grid-column: 2;
}

.glossary-faq {
	display: grid;
	grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
	gap: clamp(50px, 8vw, 140px);
	padding: clamp(76px, 9vw, 150px) var(--jb-pad);
	border-top: 1px solid var(--jb-hero-line);
}

.glossary-faq__items {
	border-top: 1px solid var(--jb-hero-line);
}

.glossary-faq details {
	border-bottom: 1px solid var(--jb-hero-line);
}

.glossary-faq summary {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 24px;
	align-items: center;
	padding: 25px 0;
	cursor: pointer;
	font-family: var(--jb-condensed);
	font-size: clamp(24px, 2.5vw, 38px);
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
	list-style: none;
}

.glossary-faq summary::-webkit-details-marker {
	display: none;
}

.glossary-faq summary span {
	color: var(--jb-red);
	font-size: 28px;
}

.glossary-faq details[open] summary span {
	transform: rotate(45deg);
}

.glossary-faq details > div {
	max-width: 680px;
	padding: 0 45px 24px 0;
	color: var(--jb-hero-muted);
	line-height: 1.65;
}

.glossary-related {
	padding: clamp(70px, 8vw, 130px) var(--jb-pad);
	background: var(--jb-hero-ink);
	color: var(--jb-black);
}

.glossary-related__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 38px;
	border-top: 1px solid rgba(8, 8, 7, 0.28);
	border-left: 1px solid rgba(8, 8, 7, 0.28);
}

.glossary-related__grid a {
	display: flex;
	flex-direction: column;
	min-height: 260px;
	padding: 26px;
	border-right: 1px solid rgba(8, 8, 7, 0.28);
	border-bottom: 1px solid rgba(8, 8, 7, 0.28);
	color: var(--jb-black);
	text-decoration: none;
}

.glossary-related__grid span {
	color: var(--jb-red);
	font-size: 10px;
	font-weight: 900;
	text-transform: uppercase;
}

.glossary-related__grid h3 {
	margin: auto 0 24px;
	font-family: var(--jb-condensed);
	font-size: clamp(30px, 3vw, 50px);
	line-height: 0.95;
	text-transform: uppercase;
}

.glossary-related__grid strong {
	font-size: 26px;
}

.glossary-related__grid a:hover,
.glossary-related__grid a:focus-visible {
	background: var(--jb-red);
	color: var(--jb-hero-ink);
}

.glossary-related__grid a:hover span,
.glossary-related__grid a:focus-visible span {
	color: var(--jb-hero-ink);
}

/* Ladenbau */
.laden-page {
	background: var(--jb-black);
	color: var(--jb-hero-ink);
}

.laden-projects {
	background: var(--jb-hero-ink);
	color: var(--jb-black);
}

.laden-project-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-top: 38px;
}

.laden-project-grid .project-card {
	min-height: clamp(390px, 38vw, 590px);
}

.laden-intro,
.laden-process,
.laden-production,
.laden-cta {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: clamp(50px, 8vw, 140px);
	padding: clamp(76px, 9vw, 150px) var(--jb-pad);
	border-top: 1px solid var(--jb-hero-line);
}

.laden-intro h2,
.laden-process h2,
.laden-production h2,
.laden-cta h2 {
	max-width: 12ch;
	margin: 14px 0 0;
	font-family: var(--jb-condensed);
	font-size: clamp(44px, 6vw, 92px);
	font-weight: 900;
	line-height: 0.93;
	text-transform: uppercase;
}

.laden-intro__text,
.laden-process > div > p:last-child,
.laden-production > div:last-child,
.laden-cta > div:last-child {
	color: var(--jb-hero-muted);
	font-size: clamp(17px, 1.35vw, 21px);
	line-height: 1.65;
}

.laden-spaces {
	padding: clamp(70px, 8vw, 130px) var(--jb-pad);
	background: var(--jb-hero-ink);
	color: var(--jb-black);
}

.laden-space-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 42px;
	border-top: 1px solid rgba(8, 8, 7, 0.28);
	border-left: 1px solid rgba(8, 8, 7, 0.28);
}

.laden-space-grid article {
	min-height: 320px;
	padding: 28px;
	border-right: 1px solid rgba(8, 8, 7, 0.28);
	border-bottom: 1px solid rgba(8, 8, 7, 0.28);
}

.laden-space-grid span,
.laden-process li > span {
	color: var(--jb-red);
	font-weight: 900;
}

.laden-space-grid h3,
.laden-process h3 {
	margin: 70px 0 0;
	font-family: var(--jb-condensed);
	font-size: clamp(28px, 3vw, 48px);
	font-weight: 900;
	line-height: 0.95;
	text-transform: uppercase;
}

.laden-space-grid p,
.laden-process li p {
	margin: 16px 0 0;
	line-height: 1.55;
}

.laden-process {
	background: #11110f;
}

.laden-process ol {
	margin: 0;
	padding: 0;
	border-top: 1px solid var(--jb-hero-line);
	list-style: none;
}

.laden-process li {
	display: grid;
	grid-template-columns: 48px 1fr;
	gap: 20px;
	padding: 25px 0;
	border-bottom: 1px solid var(--jb-hero-line);
}

.laden-process h3 {
	margin: 0;
}

.laden-process li p {
	color: var(--jb-hero-muted);
}

.laden-production {
	background: var(--jb-hero-ink);
	color: var(--jb-black);
}

.laden-production > div:last-child {
	color: #3e3e38;
}

.laden-capabilities {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid var(--jb-hero-line);
}

.laden-capabilities strong {
	flex: 1 1 14%;
	min-width: 170px;
	padding: 28px 22px;
	border-right: 1px solid var(--jb-hero-line);
	border-bottom: 1px solid var(--jb-hero-line);
	font-family: var(--jb-condensed);
	font-size: clamp(23px, 2.2vw, 36px);
	text-align: center;
	text-transform: uppercase;
}

.laden-cta {
	background: var(--jb-red);
}

.laden-cta .eyebrow,
.laden-cta p {
	color: var(--jb-hero-ink) !important;
}

.laden-cta .alu-link {
	margin-top: 32px;
	border-color: var(--jb-hero-ink);
	color: var(--jb-hero-ink);
}

/* Moebelbau */
.furniture-page {
	background: var(--jb-black);
	color: var(--jb-hero-ink);
}

.furniture-types {
	background: var(--jb-hero-ink);
	color: var(--jb-black);
}

.furniture-origin,
.furniture-production,
.furniture-audience,
.furniture-process,
.furniture-cta {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: clamp(50px, 8vw, 140px);
	padding: clamp(76px, 9vw, 150px) var(--jb-pad);
	border-top: 1px solid var(--jb-hero-line);
}

.furniture-origin h2,
.furniture-production h2,
.furniture-audience h2,
.furniture-process h2,
.furniture-cta h2 {
	max-width: 12ch;
	margin: 14px 0 0;
	font-family: var(--jb-condensed);
	font-size: clamp(44px, 6vw, 92px);
	font-weight: 900;
	line-height: 0.93;
	text-transform: uppercase;
}

.furniture-origin__statement,
.furniture-production > div:last-child,
.furniture-cta > div:last-child {
	color: var(--jb-hero-muted);
	font-size: clamp(17px, 1.35vw, 21px);
	line-height: 1.65;
}

.furniture-origin__statement strong {
	display: block;
	margin-bottom: 36px;
	color: var(--jb-red);
	font-family: var(--jb-condensed);
	font-size: clamp(38px, 5vw, 78px);
	line-height: 0.95;
	text-transform: uppercase;
}

.furniture-types {
	padding: clamp(70px, 8vw, 130px) var(--jb-pad);
}

.furniture-type-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 42px;
	border-top: 1px solid rgba(8, 8, 7, 0.28);
	border-left: 1px solid rgba(8, 8, 7, 0.28);
}

.furniture-type-grid article {
	min-height: 330px;
	padding: 28px;
	border-right: 1px solid rgba(8, 8, 7, 0.28);
	border-bottom: 1px solid rgba(8, 8, 7, 0.28);
}

.furniture-type-grid span,
.furniture-process li > span {
	color: var(--jb-red);
	font-weight: 900;
}

.furniture-type-grid h3,
.furniture-process h3 {
	margin: 72px 0 0;
	font-family: var(--jb-condensed);
	font-size: clamp(28px, 3vw, 48px);
	font-weight: 900;
	line-height: 0.95;
	text-transform: uppercase;
}

.furniture-type-grid p,
.furniture-process li p {
	margin: 16px 0 0;
	line-height: 1.55;
}

.furniture-detail {
	padding: clamp(82px, 11vw, 180px) var(--jb-pad);
	text-align: center;
}

.furniture-detail blockquote {
	max-width: 1300px;
	margin: 30px auto;
	font-family: var(--jb-condensed);
	font-size: clamp(52px, 8.4vw, 140px);
	font-weight: 900;
	line-height: 0.82;
	text-transform: uppercase;
	text-wrap: balance;
}

.furniture-detail > p:last-child {
	max-width: 720px;
	margin: 38px auto 0;
	color: var(--jb-hero-muted);
	font-size: clamp(17px, 1.35vw, 21px);
	line-height: 1.65;
}

.furniture-production {
	background: var(--jb-hero-ink);
	color: var(--jb-black);
}

.furniture-production > div:last-child {
	color: #3e3e38;
}

.furniture-audience {
	background: #11110f;
}

.furniture-audience__list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-self: start;
	border-top: 1px solid var(--jb-hero-line);
}

.furniture-audience__list span {
	padding: 22px 0;
	border-bottom: 1px solid var(--jb-hero-line);
	font-family: var(--jb-condensed);
	font-size: clamp(23px, 2.5vw, 40px);
	font-weight: 900;
	text-transform: uppercase;
}

.furniture-audience__list span:nth-child(odd) {
	padding-right: 24px;
}

.furniture-process ol {
	margin: 0;
	padding: 0;
	border-top: 1px solid var(--jb-hero-line);
	list-style: none;
}

.furniture-process li {
	display: grid;
	grid-template-columns: 48px 1fr;
	gap: 20px;
	padding: 25px 0;
	border-bottom: 1px solid var(--jb-hero-line);
}

.furniture-process h3 {
	margin: 0;
}

.furniture-process li p {
	color: var(--jb-hero-muted);
}

.furniture-cta {
	background: var(--jb-red);
}

.furniture-cta .eyebrow,
.furniture-cta p {
	color: var(--jb-hero-ink) !important;
}

.furniture-cta .alu-link {
	margin-top: 32px;
	border-color: var(--jb-hero-ink);
	color: var(--jb-hero-ink);
}

/* Kontakt */
.contact-page {
	background: var(--jb-black);
	color: var(--jb-hero-ink);
}

.contact-direct,
.contact-form-section,
.contact-location {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
	gap: clamp(50px, 8vw, 140px);
	padding: clamp(76px, 9vw, 150px) var(--jb-pad);
	border-top: 1px solid var(--jb-hero-line);
}

.contact-direct h2,
.contact-form-section h2,
.contact-location h2 {
	max-width: 11ch;
	margin: 14px 0 0;
	font-family: var(--jb-condensed);
	font-size: clamp(44px, 6vw, 92px);
	font-weight: 900;
	line-height: 0.93;
	text-transform: uppercase;
}

.contact-direct__links {
	border-top: 1px solid var(--jb-hero-line);
}

.contact-direct__links > a,
.contact-direct__links > div {
	display: grid;
	grid-template-columns: 110px minmax(0, 1fr) auto;
	gap: 24px;
	align-items: center;
	min-height: 112px;
	padding: 20px 0;
	border-bottom: 1px solid var(--jb-hero-line);
	color: var(--jb-hero-ink);
	text-decoration: none;
}

.contact-direct__links > a::after {
	content: "->";
	color: var(--jb-red);
	font-size: 24px;
}

.contact-direct__links span {
	color: var(--jb-red);
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
}

.contact-direct__links strong {
	overflow-wrap: anywhere;
	font-family: var(--jb-condensed);
	font-size: clamp(25px, 3vw, 46px);
	line-height: 1;
}

.contact-direct__links > a:hover strong,
.contact-direct__links > a:focus-visible strong {
	color: var(--jb-red);
}

.contact-form-section {
	background: var(--jb-hero-ink);
	color: var(--jb-black);
}

.contact-form-section header > p:last-child {
	max-width: 520px;
	color: #4c4c45;
	font-size: clamp(16px, 1.2vw, 19px);
	line-height: 1.6;
}

.contact-form-wrap .pirate_forms {
	display: grid;
	gap: 0;
}

.contact-form-wrap .pirate_forms_three_inputs_wrap {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-form-wrap .form_field_wrap,
.contact-form-wrap .pirate_forms_three_inputs,
.contact-form-wrap [class*="col-"] {
	float: none !important;
	width: auto !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.contact-form-wrap .contact_subject_wrap {
	grid-column: 1 / -1;
}

.contact-form-wrap input:not([type="hidden"]),
.contact-form-wrap textarea {
	display: block;
	width: 100%;
	min-height: 72px;
	padding: 20px 18px;
	border: 0;
	border-right: 1px solid rgba(8, 8, 7, 0.28);
	border-bottom: 1px solid rgba(8, 8, 7, 0.28);
	border-radius: 0;
	outline: 0;
	background: transparent;
	color: var(--jb-black);
	font: inherit;
	box-shadow: none;
}

.contact-form-wrap textarea {
	min-height: 230px;
	resize: vertical;
}

.contact-form-wrap input::placeholder,
.contact-form-wrap textarea::placeholder {
	color: #6b6b64;
	opacity: 1;
}

.contact-form-wrap input:focus,
.contact-form-wrap textarea:focus {
	background: #fff;
	box-shadow: inset 4px 0 0 var(--jb-red);
}

.contact-form-wrap .pirate-forms-submit-button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 76px;
	padding: 18px 22px;
	border: 0;
	border-radius: 0;
	background: var(--jb-red);
	color: var(--jb-hero-ink);
	font-family: var(--jb-condensed);
	font-size: 22px;
	font-weight: 900;
	text-align: left;
	text-transform: uppercase;
	cursor: pointer;
}

.contact-form-wrap .pirate-forms-submit-button::after {
	content: "->";
	font-family: var(--jb-sans);
	font-size: 24px;
}

.contact-form-wrap .pirate-forms-submit-button:hover,
.contact-form-wrap .pirate-forms-submit-button:focus-visible {
	background: var(--jb-black);
}

.contact-form-wrap .form_captcha_wrap,
.contact-form-wrap .form_honeypot {
	grid-column: 1 / -1;
}

.contact-form-wrap .pirate_forms_error_box,
.contact-form-wrap .pirate_forms_thankyou_wrap {
	margin-bottom: 20px;
	padding: 18px;
	border-left: 4px solid var(--jb-red);
	background: rgba(203, 21, 23, 0.08);
}

.contact-form__privacy {
	margin: 18px 0 0;
	color: #66665f;
	font-size: 12px;
	line-height: 1.5;
}

.contact-form__privacy a {
	color: inherit;
	text-decoration-color: var(--jb-red);
	text-underline-offset: 3px;
}

.contact-location {
	align-items: stretch;
	padding-right: 0;
}

.contact-location__info {
	align-self: center;
}

.contact-location address {
	margin: 32px 0 0;
	color: var(--jb-hero-ink);
	font-family: var(--jb-condensed);
	font-size: clamp(28px, 3.5vw, 52px);
	font-style: normal;
	font-weight: 900;
	line-height: 1.05;
	text-transform: uppercase;
}

.contact-location__info > p:not(.eyebrow) {
	max-width: 500px;
	margin-top: 28px;
	color: var(--jb-hero-muted);
	line-height: 1.6;
}

.contact-location__info .alu-link {
	margin-top: 34px;
}

.contact-location__map {
	position: relative;
	display: block;
	min-height: 560px;
	overflow: hidden;
	background: var(--jb-hero-ink);
	color: var(--jb-black);
	text-decoration: none;
}

.contact-location__map img {
	width: 100%;
	height: 100%;
	min-height: 560px;
	object-fit: contain;
	transition: transform 300ms ease;
}

.contact-location__map > span {
	position: absolute;
	right: 0;
	bottom: 0;
	display: flex;
	gap: 30px;
	align-items: center;
	padding: 18px 22px;
	background: var(--jb-red);
	color: var(--jb-hero-ink);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.contact-location__map:hover img,
.contact-location__map:focus-visible img {
	transform: scale(1.025);
}

@media (max-width: 1100px) {
	.site-header {
		position: fixed;
		grid-template-columns: 1fr auto;
		grid-template-areas:
			"brand menu"
			"nav nav";
		row-gap: 14px;
		padding-top: 18px;
		padding-bottom: 18px;
		background: rgba(8, 8, 7, 0.86);
	}

	.brand {
		grid-area: brand;
	}

	.icon-nav {
		grid-area: nav;
		justify-self: stretch;
		max-width: none;
		max-height: 0;
		margin-inline: 0;
		padding: 0;
		overflow: hidden;
		opacity: 0;
		border-top: 1px solid transparent;
		transition: max-height 220ms ease, opacity 160ms ease, padding 220ms ease, border-color 220ms ease;
	}

	.site-header.is-menu-open .icon-nav {
		max-height: calc(100vh - 96px);
		padding-top: 16px;
		overflow-y: auto;
		opacity: 1;
		border-top-color: var(--jb-hero-line);
	}

	.icon-nav ul,
	.icon-nav__list {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		justify-content: stretch;
		gap: 10px;
		min-width: 0;
		width: 100%;
	}

	.icon-nav a,
	.icon-nav__link {
		width: auto;
		min-width: 0;
		height: auto;
		min-height: 58px;
		grid-template-columns: 28px 1fr;
		place-items: center start;
		gap: 13px;
		padding: 14px 16px;
		background: rgba(240, 238, 231, 0.08);
		border: 1px solid var(--jb-hero-line);
	}

	.icon-nav a > .nav-label,
	.nav-label {
		position: static;
		display: block;
		padding: 0;
		background: transparent;
		color: currentColor;
		font-size: 12px;
		font-weight: 900;
		line-height: 1;
		opacity: 1;
		transform: none;
		white-space: nowrap;
	}

	.icon-nav a::after,
	.icon-nav__link::after {
		display: none;
	}

	.hamburger {
		grid-area: menu;
		position: relative;
		z-index: 3;
		display: grid;
		margin-top: 0;
	}

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

	.hero {
		min-height: 0;
	}

	.hero__panel {
		padding-top: 164px;
	}

	.hero__image {
		margin-top: 0;
		min-height: 440px;
		order: -1;
		padding-top: 92px;
	}

	.hero__image img {
		min-height: 440px;
		max-height: 58vh;
		object-position: center;
	}

	.hero__image::before {
		background: linear-gradient(180deg, rgba(12, 12, 10, 0.96) 0, rgba(12, 12, 10, 0.34) 42%, transparent 74%);
	}

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

	.site-footer {
		grid-template-columns: 1.15fr 1fr;
		grid-template-areas:
			"brand social"
			"address contact"
			"menu menu"
			"partners partners";
		align-items: start;
	}

	.site-footer__social {
		justify-self: end;
	}

	.footer-menu__list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 10px 18px;
	}

	.site-footer__partners {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.alu-hero,
	.alu-intro,
	.alu-section-head,
	.alu-product,
	.alu-cta {
		grid-template-columns: 1fr;
	}

	.alu-hero {
		min-height: 0;
		padding-top: 138px;
	}

	.alu-hero__copy {
		max-width: none;
	}

	.alu-hero h1 {
		max-width: 9ch;
	}

	.alu-hero__media {
		min-height: 0;
		border-left: 0;
	}

	.alu-hero__media > img {
		height: min(62vh, 620px);
		min-height: 420px;
	}

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

	.alu-product__copy {
		position: static;
	}

	.alu-product__gallery img:first-child {
		min-height: 430px;
	}

	.alu-cta .alu-link {
		justify-self: start;
	}

	.alu-cta__actions {
		justify-self: start;
	}

	.flex-hero,
	.flex-intro,
	.flex-detail-band {
		grid-template-columns: 1fr;
	}

	.flex-hero {
		min-height: 0;
		padding-top: 138px;
	}

	.flex-hero__copy {
		max-width: none;
	}

	.flex-hero h1 {
		max-width: 10ch;
	}

	.flex-hero__media {
		min-height: 0;
		order: -1;
	}

	.flex-hero__media img {
		height: min(62vh, 620px);
		min-height: 420px;
	}

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

	.flex-detail-band__visual img {
		max-height: 440px;
	}

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

	.messe-project-grid .project-card,
	.messe-project-grid .project-card--wide {
		grid-column: auto;
		min-height: 430px;
	}

	.messe-intro,
	.messe-logistics,
	.messe-process,
	.messe-cta,
	.messe-section-head {
		grid-template-columns: 1fr;
	}

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

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

	.messe-facts strong:nth-child(2n) {
		border-right: 0;
	}

	.hero.hero--subpage {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.hero--subpage .hero__panel {
		padding-top: 164px;
	}

	.hero--subpage .hero__image {
		margin-top: 0;
		min-height: 440px;
		order: -1;
		padding-top: 92px;
	}

	.hero--subpage .hero__image img,
	.hero--subpage .alu-hero__media > img,
	.hero--subpage .flex-hero__media img {
		min-height: 440px;
		max-height: 58vh;
		object-position: center;
	}

	.hero--subpage .hero__image::before,
	.hero--subpage .alu-hero__media::before,
	.hero--subpage .flex-hero__media::before {
		background: linear-gradient(180deg, rgba(12, 12, 10, 0.96) 0, rgba(12, 12, 10, 0.34) 42%, transparent 74%);
	}

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

	.lohn-advantages strong:nth-child(2n) {
		border-right: 0;
	}

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

	.company-facts div:nth-child(2n) {
		border-right: 0;
	}

	.glossary-alphabet {
		grid-template-columns: repeat(9, minmax(0, 1fr));
	}

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

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

@media (max-width: 700px) {
	.site-header {
		padding-top: 14px;
		padding-bottom: 14px;
	}

	.brand,
	.brand__logo {
		max-width: 180px;
		max-height: 52px;
	}

	.brand__name {
		font-size: 34px;
	}

	.brand__claim {
		margin-left: 58px;
		font-size: 9px;
	}

	.hero__panel {
		grid-template-columns: 1fr;
		gap: 18px;
		padding: 34px 22px 42px;
	}

	.hero__image {
		min-height: 360px;
		padding-top: 78px;
	}

	.hero__image img {
		min-height: 360px;
		max-height: 48vh;
	}

	.hero__image::before {
		background: linear-gradient(180deg, rgba(12, 12, 10, 0.96) 0, rgba(12, 12, 10, 0.24) 62%, transparent 100%);
	}

	.social-rail {
		flex-direction: row;
		justify-content: flex-start;
		gap: 18px;
		border-right: 0;
		border-bottom: 1px solid var(--jb-hero-line);
		padding-bottom: 16px;
	}

	.icon-nav ul,
	.icon-nav__list {
		grid-template-columns: 1fr;
	}

	.hero__title {
		font-size: clamp(54px, 17vw, 88px);
		max-width: 8ch;
		hyphens: auto;
		overflow-wrap: anywhere;
		word-break: normal;
	}

	.hero__text {
		font-size: 16px;
	}

	.section__head,
	.site-footer {
		grid-template-columns: 1fr;
	}

	.section {
		padding: 38px 22px;
	}

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

	.project-card {
		min-height: 290px;
	}

	.archive-card {
		min-height: 360px;
	}

	.archive-pagination .nav-links {
		gap: 8px;
	}

	.archive-pagination .page-numbers {
		min-width: 42px;
		height: 42px;
	}

	.archive-empty {
		padding: 38px 22px;
	}

	.flexbox-band {
		padding: 42px 22px;
	}

	.site-footer {
		padding: 30px 22px;
		grid-template-columns: 1fr;
		grid-template-areas:
			"brand"
			"address"
			"contact"
			"menu"
			"social"
			"partners";
		gap: 22px;
	}

	.site-footer__social {
		justify-self: stretch;
	}

	.footer-menu__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px 14px;
	}

	.site-footer__partners {
		grid-template-columns: 1fr;
		padding-top: 22px;
	}

	.site-footer__brand {
		gap: 16px;
	}

	.site-footer__crest {
		max-width: 82px;
		max-height: 48px;
	}

	.footer-partners {
		gap: 18px;
	}

	.footer-partners img {
		max-width: 190px;
		max-height: 56px;
	}

	.footer-social {
		justify-content: flex-start;
		gap: 10px;
	}

	.footer-social a {
		width: 46px;
		height: 46px;
	}

	.footer-small {
		font-size: 13px;
	}

	.alu-hero {
		padding: 116px 22px 46px;
		gap: 28px;
	}

	.alu-hero h1 {
		font-size: clamp(54px, 16vw, 92px);
	}

	.alu-hero__lead {
		margin-bottom: 28px;
		font-size: 16px;
	}

	.alu-hero__media > img {
		height: 58vh;
		min-height: 340px;
	}

	.alu-hero__badge {
		width: 104px;
		padding: 12px;
	}

	.alu-intro,
	.alu-solutions,
	.alu-product,
	.alu-cta {
		padding: 46px 22px;
	}

	.alu-intro h2,
	.alu-section-head h2,
	.alu-product h2,
	.alu-cta h2 {
		font-size: clamp(40px, 12vw, 68px);
	}

	.alu-solution-grid {
		grid-template-columns: 1fr;
	}

	.alu-solution-card {
		min-height: 330px;
	}

	.alu-product__number {
		margin-bottom: 18px;
		font-size: 82px;
	}

	.alu-product__gallery {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.alu-product__gallery img,
	.alu-product__gallery img:first-child,
	.alu-product__gallery img:nth-child(2),
	.alu-product__gallery img:nth-child(3) {
		grid-column: auto;
		min-height: 260px;
		aspect-ratio: 1 / 1;
	}

	.flex-hero {
		padding: 116px 22px 46px;
		gap: 28px;
	}

	.flex-hero h1 {
		font-size: clamp(50px, 15vw, 88px);
	}

	.flex-hero p {
		font-size: 16px;
	}

	.flex-hero__media img {
		height: 58vh;
		min-height: 340px;
	}

	.flex-intro,
	.flex-detail-band {
		padding: 46px 22px;
	}

	.flex-intro h2,
	.flex-detail-band h2 {
		font-size: clamp(40px, 12vw, 68px);
	}

	.flex-project-grid {
		grid-template-columns: 1fr;
	}

	.flex-detail-band__visual {
		order: -1;
	}

	.flex-detail-band__visual img {
		max-height: 360px;
	}

	.messe-project-grid,
	.messe-service-grid,
	.messe-step-list,
	.messe-facts {
		grid-template-columns: 1fr;
	}

	.messe-project-grid .project-card,
	.messe-project-grid .project-card--wide {
		min-height: 310px;
	}

	.messe-intro,
	.messe-services,
	.messe-logistics,
	.messe-process,
	.messe-cta {
		padding: 46px 22px;
	}

	.messe-intro h2,
	.messe-logistics h2,
	.messe-process h2,
	.messe-services h2,
	.messe-cta h2 {
		font-size: clamp(40px, 12vw, 68px);
	}

	.messe-service {
		min-height: 0;
	}

	.messe-step-list li {
		grid-template-columns: 54px 1fr;
	}

	.messe-facts strong,
	.messe-facts strong:nth-child(2n) {
		min-height: 126px;
		padding: 24px 22px;
		border-right: 0;
		border-bottom: 1px solid var(--jb-hero-line);
	}

	.messe-facts strong:last-child {
		border-bottom: 0;
	}

	.hero--subpage .hero__panel {
		grid-template-columns: 1fr;
		gap: 18px;
		padding: 34px 22px 42px;
	}

	.hero--subpage .hero__title {
		font-size: clamp(54px, 17vw, 88px);
		max-width: 8ch;
		hyphens: auto;
		overflow-wrap: anywhere;
		word-break: normal;
	}

	.hero__rail-title {
		align-self: auto;
		justify-content: flex-start;
		padding: 0 0 16px;
		border-right: 0;
		border-bottom: 1px solid var(--jb-hero-line);
		writing-mode: horizontal-tb;
		transform: none;
	}

	.hero--subpage .hero__image {
		min-height: 360px;
		padding-top: 78px;
	}

	.hero--subpage .hero__image img,
	.hero--subpage .alu-hero__media > img,
	.hero--subpage .flex-hero__media img {
		min-height: 360px;
		max-height: 48vh;
	}

	.hero--subpage .hero__image::before,
	.hero--subpage .alu-hero__media::before,
	.hero--subpage .flex-hero__media::before {
		background: linear-gradient(180deg, rgba(12, 12, 10, 0.96) 0, rgba(12, 12, 10, 0.24) 62%, transparent 100%);
	}

	.standard-content {
		grid-template-columns: 1fr;
		padding: 58px 22px 72px;
	}

	.standard-content__rail {
		display: none;
	}

	.standard-content__body {
		grid-column: 1;
	}

	.lohn-intro,
	.lohn-depth,
	.lohn-audience,
	.lohn-process,
	.lohn-cta {
		grid-template-columns: 1fr;
		gap: 40px;
		padding: 64px 22px;
	}

	.lohn-service-grid,
	.lohn-advantages,
	.lohn-audience ul {
		grid-template-columns: 1fr;
	}

	.lohn-services,
	.lohn-orders {
		padding: 64px 22px;
	}

	.lohn-depth__list article {
		grid-template-columns: 38px 1fr;
	}

	.lohn-depth__list article p {
		grid-column: 2;
	}

	.lohn-advantages strong,
	.lohn-advantages strong:nth-child(2n) {
		min-height: 110px;
		padding: 22px;
		border-right: 0;
		border-bottom: 1px solid var(--jb-hero-line);
	}

	.lohn-advantages strong:last-child {
		border-bottom: 0;
	}

	.company-intro,
	.company-history,
	.company-work,
	.company-sustainability,
	.company-cta {
		grid-template-columns: 1fr;
		gap: 40px;
		padding: 64px 22px;
	}

	.company-principles,
	.company-team {
		padding: 64px 22px;
	}

	.company-principles__grid,
	.company-facts,
	.company-team header {
		grid-template-columns: 1fr;
	}

	.company-principles__grid article {
		min-height: 260px;
	}

	.company-history__year {
		font-size: clamp(82px, 34vw, 150px);
	}

	.company-facts div,
	.company-facts div:nth-child(2n) {
		min-height: 135px;
		padding: 24px 22px;
		border-right: 0;
		border-bottom: 1px solid var(--jb-hero-line);
	}

	.company-facts div:last-child {
		border-bottom: 0;
	}

	.company-team header {
		gap: 24px;
	}

	.glossary-directory,
	.glossary-related {
		padding: 64px 22px;
	}

	.glossary-directory__head,
	.glossary-group,
	.glossary-faq {
		grid-template-columns: 1fr;
	}

	.glossary-directory__head {
		gap: 30px;
	}

	.glossary-alphabet {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}

	.glossary-group > h2 {
		padding: 42px 0 24px;
	}

	.glossary-group__entries {
		border-left: 0;
	}

	.glossary-card {
		padding: 0;
	}

	.glossary-card > a {
		min-height: 130px;
	}

	.glossary-single__content {
		grid-template-columns: 1fr;
		padding: 64px 22px;
	}

	.glossary-single__content > aside {
		flex-direction: row;
		justify-content: space-between;
		margin-bottom: 40px;
		padding: 0 0 18px;
		border-bottom: 1px solid rgba(8, 8, 7, 0.24);
	}

	.glossary-single__body {
		grid-column: 1;
	}

	.glossary-faq {
		gap: 40px;
		padding: 64px 22px;
	}

	.glossary-related__grid {
		grid-template-columns: 1fr;
	}

	.glossary-related__grid a {
		min-height: 210px;
	}

	.laden-project-grid,
	.laden-space-grid {
		grid-template-columns: 1fr;
	}

	.laden-project-grid .project-card {
		min-height: 420px;
	}

	.laden-intro,
	.laden-process,
	.laden-production,
	.laden-cta {
		grid-template-columns: 1fr;
		gap: 40px;
		padding: 64px 22px;
	}

	.laden-spaces {
		padding: 64px 22px;
	}

	.laden-space-grid article {
		min-height: 260px;
	}

	.laden-capabilities strong {
		flex-basis: 50%;
		min-width: 0;
	}

	.furniture-type-grid,
	.furniture-audience__list {
		grid-template-columns: 1fr;
	}

	.furniture-origin,
	.furniture-production,
	.furniture-audience,
	.furniture-process,
	.furniture-cta {
		grid-template-columns: 1fr;
		gap: 40px;
		padding: 64px 22px;
	}

	.furniture-types,
	.furniture-detail {
		padding: 64px 22px;
	}

	.furniture-type-grid article {
		min-height: 260px;
	}

	.furniture-detail blockquote {
		max-width: 100%;
		font-size: clamp(44px, 14vw, 78px);
	}

	.contact-direct,
	.contact-form-section,
	.contact-location {
		grid-template-columns: 1fr;
		gap: 44px;
		padding: 64px 22px;
	}

	.contact-location {
		padding-right: 22px;
	}

	.contact-direct__links > a,
	.contact-direct__links > div {
		grid-template-columns: 76px minmax(0, 1fr) auto;
	}

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

	.contact-form-wrap .contact_subject_wrap {
		grid-column: auto;
	}

	.contact-location__map,
	.contact-location__map img {
		min-height: 340px;
	}
}

@media (max-width: 420px) {
	.icon-nav a,
	.icon-nav__link {
		min-width: 62px;
	}

	.icon-nav__link svg,
	.social-rail a svg,
	.hamburger svg,
	.arrow-icon {
		width: 23px;
		height: 23px;
	}

	.hero__title {
		font-size: clamp(48px, 16vw, 68px);
	}

	.hero--subpage .hero__title {
		font-size: clamp(48px, 16vw, 68px);
	}

	.alu-link {
		width: 100%;
		min-width: 0;
		justify-content: space-between;
	}

	.alu-hero__media > img {
		min-height: 300px;
	}

	.alu-solution-card {
		min-height: 285px;
	}

	.flex-actions,
	.flex-actions .alu-link {
		width: 100%;
		min-width: 0;
	}

	.flex-hero__media img {
		min-height: 300px;
	}

	.hero--subpage .hero__image img,
	.hero--subpage .alu-hero__media > img,
	.hero--subpage .flex-hero__media img {
		min-height: 300px;
	}
}
