.alhen-project-showcase {
	--alhen-showcase-orange: #ff4400;
	--alhen-showcase-orange-hover: #ee2b00;
	--alhen-showcase-ink: #0e1015;
	--alhen-showcase-line: rgba(255, 255, 255, 0.15);
	--alhen-showcase-muted: #aeb3bc;
	--alhen-section-width: 1170px;
	position: relative;
	overflow: hidden;
	isolation: isolate;
	padding: 94px 0 80px;
	background: linear-gradient(180deg, #0e1014 0%, #111319 52%, #161920 100%);
	color: #fff;
	font-family: "Raleway", "Helvetica Neue", Arial, sans-serif;
	font-size: 14px;
	line-height: 1.7;
}

.alhen-project-showcase::before,
.alhen-project-showcase::after,
.alhen-material-lab::before,
.alhen-material-lab::after {
	content: "";
	position: absolute;
	left: 50%;
	z-index: 5;
	width: min(var(--alhen-section-width), calc(100% - 30px));
	height: 1px;
	pointer-events: none;
	background: linear-gradient(90deg, transparent 0%, rgba(255, 68, 0, 0.38) 14%, rgba(255, 68, 0, 0.9) 50%, rgba(255, 68, 0, 0.38) 86%, transparent 100%);
	box-shadow: 0 0 20px rgba(255, 68, 0, 0.18);
	transform: translateX(-50%);
}

.alhen-project-showcase::before,
.alhen-material-lab::before {
	top: 0;
}

.alhen-project-showcase::after,
.alhen-material-lab::after {
	bottom: 0;
}

/* Prevent a doubled seam if both modules ever become adjacent. */
.alhen-material-lab + .alhen-project-showcase::before {
	display: none;
}

.alhen-project-showcase *,
.alhen-project-showcase *::before,
.alhen-project-showcase *::after {
	box-sizing: border-box;
}

.alhen-showcase__container {
	width: min(var(--alhen-section-width), calc(100% - 30px));
	margin-inline: auto;
}

.alhen-showcase__heading {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	gap: 64px;
	margin-bottom: 52px;
}

.alhen-showcase__heading-copy {
	max-width: 720px;
}

.alhen-showcase__kicker {
	display: flex;
	align-items: center;
	gap: 14px;
	margin: 0 0 17px;
	color: #d2d5da;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.22em;
	line-height: 1.7;
	text-transform: uppercase;
}

.alhen-showcase__kicker > span {
	width: 44px;
	height: 2px;
	background: var(--alhen-showcase-orange);
}

.alhen-project-showcase .alhen-showcase__heading h3 {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: clamp(42px, 5.2vw, 67px);
	font-weight: 300;
	letter-spacing: -0.035em;
	line-height: 1.02;
	text-transform: none;
}

.alhen-showcase__intro {
	max-width: 650px;
	margin: 23px 0 0;
	color: var(--alhen-showcase-muted);
	font-size: 15px;
	line-height: 1.75;
}

.alhen-showcase__instagram {
	min-width: 255px;
	min-height: 70px;
	display: grid;
	grid-template-columns: 28px 1fr 22px;
	align-items: center;
	gap: 14px;
	padding: 12px 18px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	color: #fff;
	text-decoration: none;
	transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.alhen-showcase__instagram:hover,
.alhen-showcase__instagram:focus {
	border-color: var(--alhen-showcase-orange);
	background: rgba(255, 68, 0, 0.08);
	color: #fff;
	text-decoration: none;
	transform: translateY(-2px);
}

.alhen-showcase__instagram:focus-visible,
.alhen-showcase__card > a:focus-visible,
.alhen-showcase__footer a:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 4px;
}

.alhen-showcase__instagram > svg:first-child {
	width: 27px;
	fill: none;
	stroke: var(--alhen-showcase-orange);
	stroke-width: 1.65;
}

.alhen-showcase__instagram-dot {
	fill: var(--alhen-showcase-orange);
	stroke: none;
}

.alhen-showcase__instagram > span {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.025em;
}

.alhen-showcase__instagram small {
	display: block;
	margin-bottom: 2px;
	color: var(--alhen-showcase-muted);
	font-size: 9px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.alhen-showcase__instagram-arrow {
	width: 22px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.5;
	transition: transform 0.25s ease;
}

.alhen-showcase__instagram:hover .alhen-showcase__instagram-arrow {
	transform: translateX(3px);
}

.alhen-showcase__scroll-hint {
	display: none;
}

.alhen-showcase__grid {
	display: grid;
	grid-template-columns: repeat(15, minmax(0, 1fr));
	grid-template-rows: repeat(2, 306px);
	gap: 14px;
}

.alhen-showcase__card {
	position: relative;
	min-width: 0;
	min-height: 0;
	margin: 0;
	overflow: hidden;
	background: #24272d;
}

.alhen-showcase__card--hero {
	grid-column: 1 / span 6;
	grid-row: 1 / span 2;
}

.alhen-showcase__card--waterfall {
	grid-column: 7 / span 3;
	grid-row: 1;
}

.alhen-showcase__card--balustrade {
	grid-column: 10 / span 3;
	grid-row: 1;
}

.alhen-showcase__card--shower {
	grid-column: 13 / span 3;
	grid-row: 1;
}

.alhen-showcase__card--canopy {
	grid-column: 7 / span 3;
	grid-row: 2;
}

.alhen-showcase__card--ei30 {
	grid-column: 10 / span 3;
	grid-row: 2;
}

.alhen-showcase__card--gold-door {
	grid-column: 13 / span 3;
	grid-row: 2;
}

.alhen-showcase__card > a {
	position: absolute;
	inset: 0;
	display: block;
	overflow: hidden;
	color: #fff;
	text-decoration: none;
}

.alhen-showcase__card > a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 4;
	height: 3px;
	background: var(--alhen-showcase-orange);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.35s ease;
}

.alhen-showcase__card:hover > a::after {
	transform: scaleX(1);
}

.alhen-showcase__card picture {
	position: absolute;
	inset: 0;
	display: block;
}

.alhen-showcase__image {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: transform 0.7s cubic-bezier(0.2, 0.75, 0.2, 1), filter 0.35s ease;
}

.alhen-showcase__card--hero .alhen-showcase__image {
	object-position: center 52%;
}

.alhen-showcase__card--waterfall .alhen-showcase__image {
	object-position: center 48%;
}

.alhen-showcase__card--canopy .alhen-showcase__image {
	object-position: center 42%;
}

.alhen-showcase__card--ei30 .alhen-showcase__image {
	object-position: 50% 46%;
}

.alhen-showcase__card--gold-door .alhen-showcase__image {
	object-position: 50% 48%;
}

.alhen-showcase__card:hover .alhen-showcase__image {
	transform: scale(1.045);
	filter: saturate(1.05) contrast(1.02);
}

.alhen-showcase__shade {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(6, 7, 9, 0.27) 0%, transparent 38%), linear-gradient(0deg, rgba(6, 7, 9, 0.92) 0%, rgba(6, 7, 9, 0.2) 50%, transparent 72%);
	transition: background 0.35s ease;
}

.alhen-showcase__card:hover .alhen-showcase__shade {
	background: linear-gradient(180deg, rgba(6, 7, 9, 0.18) 0%, transparent 38%), linear-gradient(0deg, rgba(6, 7, 9, 0.9) 0%, rgba(6, 7, 9, 0.1) 56%, transparent 76%);
}

.alhen-showcase__tag {
	position: absolute;
	top: 18px;
	left: 18px;
	z-index: 2;
	padding: 7px 10px 6px;
	background: rgba(10, 12, 15, 0.78);
	border-left: 2px solid var(--alhen-showcase-orange);
	color: #fff;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.13em;
	line-height: 1.25;
	text-transform: uppercase;
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
}

.alhen-showcase__caption {
	position: absolute;
	left: 20px;
	right: 18px;
	bottom: 18px;
	z-index: 3;
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: end;
	column-gap: 12px;
	transition: transform 0.35s ease;
}

.alhen-showcase__card:hover .alhen-showcase__caption {
	transform: translateY(-5px);
}

.alhen-showcase__number {
	grid-row: 1 / span 2;
	align-self: start;
	padding-top: 5px;
	color: var(--alhen-showcase-orange);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.alhen-project-showcase .alhen-showcase__title {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.25;
	text-transform: none;
}

.alhen-showcase__card--hero .alhen-showcase__caption {
	left: 28px;
	right: 27px;
	bottom: 27px;
	column-gap: 16px;
}

.alhen-project-showcase .alhen-showcase__card--hero .alhen-showcase__title {
	font-size: clamp(22px, 2.2vw, 31px);
	font-weight: 400;
	letter-spacing: -0.025em;
}

.alhen-showcase__meta {
	grid-column: 2;
	margin-top: 5px;
	color: rgba(255, 255, 255, 0.64);
	font-size: 9px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.alhen-showcase__arrow {
	grid-column: 3;
	grid-row: 1 / span 2;
	align-self: center;
	width: 34px;
	height: 34px;
	display: grid;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.42);
	color: #fff;
	font-size: 16px;
	line-height: 1;
	transition: background 0.25s ease, border-color 0.25s ease;
}

.alhen-showcase__card:hover .alhen-showcase__arrow {
	border-color: var(--alhen-showcase-orange);
	background: var(--alhen-showcase-orange);
}

.alhen-showcase__footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 40px;
	margin-top: 30px;
	padding-top: 28px;
	border-top: 1px solid var(--alhen-showcase-line);
}

.alhen-showcase__note {
	display: flex;
	align-items: center;
	gap: 15px;
	color: var(--alhen-showcase-muted);
}

.alhen-showcase__note > span {
	color: var(--alhen-showcase-orange);
	font-size: 22px;
	font-weight: 300;
}

.alhen-showcase__note p {
	margin: 0;
	font-size: 11px;
	letter-spacing: 0.03em;
}

.alhen-showcase__actions {
	display: flex;
	align-items: center;
	gap: 26px;
}

.alhen-showcase__text-link {
	min-height: 44px;
	display: inline-flex;
	align-items: center;
	padding: 10px 0;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-decoration: none;
	text-transform: uppercase;
}

.alhen-showcase__text-link:hover,
.alhen-showcase__text-link:focus {
	color: #fff;
	text-decoration: none;
}

.alhen-showcase__text-link span {
	display: inline-block;
	margin-left: 8px;
	color: var(--alhen-showcase-orange);
	transition: transform 0.25s ease;
}

.alhen-showcase__text-link:hover span {
	transform: translateX(4px);
}

.alhen-showcase__button {
	min-height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 27px;
	background: var(--alhen-showcase-orange);
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 0.25s ease, transform 0.25s ease;
}

.alhen-showcase__button:hover,
.alhen-showcase__button:focus {
	background: var(--alhen-showcase-orange-hover);
	color: #fff;
	text-decoration: none;
	transform: translateY(-2px);
}

@media (max-width: 1199px) {
	.alhen-project-showcase {
		--alhen-section-width: 970px;
	}

	.alhen-showcase__container {
		width: min(var(--alhen-section-width), calc(100% - 30px));
	}

	.alhen-showcase__grid {
		grid-template-rows: repeat(2, 280px);
	}

	.alhen-project-showcase .alhen-showcase__title {
		font-size: 13px;
	}

	.alhen-showcase__caption {
		left: 15px;
		right: 14px;
		bottom: 15px;
	}
}

@media (max-width: 991px) {
	.alhen-project-showcase {
		--alhen-section-width: 750px;
		padding: 80px 0 72px;
	}

	.alhen-showcase__container {
		width: min(var(--alhen-section-width), calc(100% - 30px));
	}

	.alhen-showcase__heading {
		grid-template-columns: 1fr;
		align-items: start;
		gap: 28px;
	}

	.alhen-showcase__instagram {
		min-width: 0;
		width: fit-content;
	}

	.alhen-showcase__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		grid-template-rows: 420px repeat(2, 280px);
	}

	.alhen-showcase__card--hero {
		grid-column: 1 / span 3;
		grid-row: 1;
	}

	.alhen-showcase__card--waterfall {
		grid-column: 1;
		grid-row: 2;
	}

	.alhen-showcase__card--balustrade {
		grid-column: 2;
		grid-row: 2;
	}

	.alhen-showcase__card--shower {
		grid-column: 3;
		grid-row: 2;
	}

	.alhen-showcase__card--canopy {
		grid-column: 1;
		grid-row: 3;
	}

	.alhen-showcase__card--ei30 {
		grid-column: 2;
		grid-row: 3;
	}

	.alhen-showcase__card--gold-door {
		grid-column: 3;
		grid-row: 3;
	}
}

@media (max-width: 767px) {
	.alhen-project-showcase {
		padding: 72px 0 64px;
	}

	.alhen-showcase__heading {
		margin-bottom: 38px;
	}

	.alhen-showcase__kicker {
		font-size: 9px;
		letter-spacing: 0.16em;
	}

	.alhen-project-showcase .alhen-showcase__heading h3 {
		font-size: 43px;
	}

	.alhen-showcase__intro {
		font-size: 14px;
	}

	.alhen-showcase__instagram {
		width: 100%;
	}

	.alhen-showcase__scroll-hint {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		gap: 8px;
		margin: -18px 0 13px;
		color: var(--alhen-showcase-muted);
		font-size: 10px;
		font-weight: 600;
		letter-spacing: 0.11em;
		text-transform: uppercase;
	}

	.alhen-showcase__scroll-hint span {
		color: var(--alhen-showcase-orange);
		font-size: 14px;
	}

	.alhen-showcase__grid {
		width: 100%;
		display: grid;
		grid-template-columns: none;
		grid-template-rows: minmax(470px, 67vh);
		grid-auto-columns: min(82vw, 350px);
		grid-auto-flow: column;
		gap: 12px;
		margin-right: 0;
		padding: 0 15px 14px 0;
		overflow-x: auto;
		overscroll-behavior-inline: contain;
		scroll-padding-inline: 0;
		scroll-snap-type: inline mandatory;
		scrollbar-color: var(--alhen-showcase-orange) rgba(255, 255, 255, 0.1);
		scrollbar-width: thin;
	}

	.alhen-showcase__card,
	.alhen-showcase__card--hero,
	.alhen-showcase__card--waterfall,
	.alhen-showcase__card--balustrade,
	.alhen-showcase__card--shower,
	.alhen-showcase__card--canopy,
	.alhen-showcase__card--ei30,
	.alhen-showcase__card--gold-door {
		grid-column: auto;
		grid-row: 1;
		scroll-snap-align: start;
	}

	.alhen-showcase__card--hero .alhen-showcase__caption,
	.alhen-showcase__caption {
		left: 20px;
		right: 18px;
		bottom: 20px;
	}

	.alhen-project-showcase .alhen-showcase__card--hero .alhen-showcase__title,
	.alhen-project-showcase .alhen-showcase__title {
		font-size: 20px;
	}

	.alhen-showcase__tag {
		top: 16px;
		left: 16px;
	}

	.alhen-showcase__footer {
		align-items: flex-start;
		flex-direction: column;
		gap: 24px;
		margin-top: 24px;
	}

	.alhen-showcase__actions {
		width: 100%;
		align-items: stretch;
		flex-direction: column;
		gap: 10px;
	}

	.alhen-showcase__text-link,
	.alhen-showcase__button {
		width: 100%;
		min-height: 50px;
		justify-content: center;
		text-align: center;
	}
}

@media (prefers-reduced-motion: reduce) {
	.alhen-project-showcase *,
	.alhen-project-showcase *::before,
	.alhen-project-showcase *::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}

/* Waterjet Material Lab --------------------------------------------------- */

.alhen-material-lab {
	--alhen-material-ink: #080b0e;
	--alhen-material-panel: #0e1216;
	--alhen-material-line: rgba(255, 255, 255, 0.13);
	--alhen-material-muted: #9ba3aa;
	--alhen-material-orange: #ff4b16;
	--alhen-material-orange-soft: #ff7a42;
	--alhen-section-width: 1170px;
	position: relative;
	isolation: isolate;
	overflow: hidden;
	margin: 0;
	padding: 0 !important;
	background:
		linear-gradient(112deg, rgba(75, 99, 109, 0.1) 0%, transparent 35%),
		linear-gradient(135deg, #080b0e 0%, #0d1115 50%, #090c0f 100%);
	color: #f5f5f2;
	font-family: "Raleway", "Helvetica Neue", Arial, sans-serif;
}

.alhen-material-lab *,
.alhen-material-lab *::before,
.alhen-material-lab *::after {
	box-sizing: border-box;
}

.alhen-material-lab__top-fade,
.alhen-material-lab__bottom-fade {
	position: absolute;
	right: 0;
	left: 0;
	z-index: 3;
	height: 54px;
	pointer-events: none;
}

.alhen-material-lab__top-fade {
	top: 1px;
	background: linear-gradient(to bottom, rgba(4, 7, 9, 0.52), transparent);
}

.alhen-material-lab__bottom-fade {
	bottom: 1px;
	background: linear-gradient(to top, rgba(4, 7, 9, 0.66), transparent);
}

.alhen-material-lab__shell {
	position: relative;
	z-index: 4;
	width: min(var(--alhen-section-width), calc(100% - 30px));
	margin: 0 auto;
	padding: clamp(92px, 8vw, 132px) 0 clamp(88px, 7vw, 116px);
}

.alhen-material-lab__heading {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	gap: 48px;
	margin-bottom: 44px;
}

.alhen-material-lab__heading-copy {
	max-width: 820px;
}

.alhen-material-lab__kicker {
	display: flex;
	align-items: center;
	gap: 13px;
	margin: 0 0 23px;
	color: #b8bfc4;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.24em;
	line-height: 1.4;
	text-transform: uppercase;
}

.alhen-material-lab__kicker span {
	flex: 0 0 34px;
	width: 34px;
	height: 2px;
	background: var(--alhen-material-orange);
	box-shadow: 8px 0 20px rgba(255, 75, 22, 0.34);
}

.alhen-material-lab h3 {
	margin: 0;
	padding: 0;
	color: #f4f5f3;
	font-size: clamp(42px, 5vw, 72px);
	font-weight: 300;
	letter-spacing: -0.055em;
	line-height: 0.96;
	text-transform: none;
}

.alhen-material-lab h3 em {
	color: #8f9aa1;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 400;
	letter-spacing: -0.04em;
}

.alhen-material-lab__lead {
	max-width: 690px;
	margin: 27px 0 0;
	color: #a9b0b5;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.8;
}

.alhen-material-lab__scope-note {
	display: flex;
	align-items: center;
	gap: 18px;
	min-width: 270px;
	padding: 18px 20px;
	border-top: 1px solid var(--alhen-material-line);
	border-bottom: 1px solid var(--alhen-material-line);
}

.alhen-material-lab__scope-note > span {
	color: var(--alhen-material-orange);
	font: 400 39px/1 Georgia, serif;
}

.alhen-material-lab__scope-note p {
	margin: 0;
	color: #848e95;
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 1.55;
	text-transform: uppercase;
}

.alhen-material-lab__scope-note strong {
	display: block;
	margin-bottom: 2px;
	color: #e7e9e8;
	font-weight: 700;
}

.alhen-material-lab__gallery {
	display: grid;
	grid-template-columns: 1.28fr 1fr 1fr;
	grid-template-rows: repeat(2, minmax(255px, 1fr));
	gap: 12px;
	min-height: 630px;
}

.alhen-material-card {
	position: relative;
	min-width: 0;
	margin: 0;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.11);
	background: var(--alhen-material-panel);
	box-shadow: 0 16px 46px rgba(0, 0, 0, 0.22);
	opacity: 1;
	transform: translateY(0);
	transition: transform 0.7s cubic-bezier(0.2, 0.75, 0.2, 1), opacity 0.7s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

/* Cards remain visible by default. JavaScript opts into reveal motion only. */
.alhen-material-lab.has-alhen-motion:not(.is-visible) .alhen-material-card {
	opacity: 0;
	transform: translateY(16px);
}

.alhen-material-lab.has-alhen-motion.is-visible .alhen-material-card:nth-child(2) { transition-delay: 0.06s; }
.alhen-material-lab.has-alhen-motion.is-visible .alhen-material-card:nth-child(3) { transition-delay: 0.12s; }
.alhen-material-lab.has-alhen-motion.is-visible .alhen-material-card:nth-child(4) { transition-delay: 0.18s; }
.alhen-material-lab.has-alhen-motion.is-visible .alhen-material-card:nth-child(5) { transition-delay: 0.24s; }

.alhen-material-card:hover,
.alhen-material-card:focus-within {
	z-index: 2;
	border-color: rgba(255, 96, 42, 0.65);
	box-shadow: 0 22px 58px rgba(0, 0, 0, 0.42), inset 0 0 0 1px rgba(255, 75, 22, 0.09);
	transform: translateY(-3px);
}

.alhen-material-card--glass {
	grid-row: 1 / span 2;
}

.alhen-material-card__specimen,
.alhen-material-card__specimen picture {
	position: absolute;
	inset: 0;
	display: block;
	overflow: hidden;
	background: #151a1f;
}

.alhen-material-card__specimen::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
	background:
		linear-gradient(to top, rgba(3, 5, 7, 0.96) 0%, rgba(3, 5, 7, 0.53) 31%, transparent 66%),
		linear-gradient(120deg, rgba(255, 255, 255, 0.08), transparent 33%);
}

.alhen-specimen {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	display: block;
	object-fit: cover;
	filter: saturate(0.84) brightness(0.8) contrast(1.05);
	transition: transform 0.85s cubic-bezier(0.2, 0.75, 0.2, 1), filter 0.85s ease;
}

.alhen-specimen--glass { object-position: 50% 51%; }
.alhen-specimen--stone { object-position: 50% 53%; }
.alhen-specimen--ceramic { object-position: 50% 52%; }
.alhen-specimen--metal,
.alhen-specimen--polymer { object-position: 50% 50%; }

.alhen-material-card:hover .alhen-specimen {
	filter: saturate(0.98) brightness(0.94) contrast(1.04);
	transform: scale(1.035);
}

.alhen-material-card__copy {
	position: absolute;
	right: 24px;
	bottom: 24px;
	left: 24px;
	z-index: 4;
}

.alhen-material-card--glass .alhen-material-card__copy {
	right: 38px;
	bottom: 38px;
	left: 38px;
}

.alhen-material-card__copy p {
	margin: 0 0 9px;
	color: #c3c8ca;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1.4;
	text-transform: uppercase;
}

.alhen-material-card__copy p span {
	margin-right: 7px;
	color: var(--alhen-material-orange);
}

.alhen-material-card h4 {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: clamp(21px, 2vw, 31px);
	font-weight: 400;
	letter-spacing: -0.035em;
	line-height: 1.08;
	text-transform: none;
}

.alhen-material-card--glass h4 {
	font-size: clamp(32px, 3.2vw, 48px);
}

.alhen-material-card__copy small {
	display: block;
	max-width: 430px;
	margin-top: 15px;
	color: #b4bbbf;
	font-size: 12px;
	line-height: 1.65;
}

.alhen-material-card__mark {
	position: absolute;
	top: 19px;
	right: 19px;
	z-index: 4;
	padding: 7px 9px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	color: rgba(255, 255, 255, 0.66);
	font-size: 8px;
	font-weight: 700;
	letter-spacing: 0.14em;
}

.alhen-material-lab__capabilities {
	display: grid;
	grid-template-columns: 245px 1fr;
	align-items: center;
	gap: 24px;
	margin-top: 12px;
	padding: 27px 30px;
	border: 1px solid var(--alhen-material-line);
	background: rgba(7, 10, 12, 0.5);
}

.alhen-material-lab__capabilities > p {
	margin: 0;
	color: #8d969c;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.18em;
}

.alhen-material-lab__capabilities ul {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.alhen-material-lab__capabilities li {
	display: flex;
	align-items: center;
	gap: 13px;
	min-height: 38px;
	padding: 0 18px;
	border-left: 1px solid var(--alhen-material-line);
	color: #e2e5e5;
	font-size: 12px;
	font-weight: 600;
}

.alhen-shape {
	position: relative;
	flex: 0 0 26px;
	width: 26px;
	height: 26px;
	display: inline-block;
	border: 1px solid #748087;
}

.alhen-shape::after {
	content: "";
	position: absolute;
	background: var(--alhen-material-orange);
}

.alhen-shape--contour {
	border-radius: 43% 57% 68% 32% / 56% 36% 64% 44%;
	transform: rotate(18deg);
}

.alhen-shape--contour::after {
	top: 5px;
	right: -2px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
}

.alhen-shape--hole::after {
	top: 8px;
	left: 8px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
}

.alhen-shape--cutout::after {
	right: -1px;
	bottom: -1px;
	width: 13px;
	height: 13px;
}

.alhen-shape--notch::after {
	top: -1px;
	left: 8px;
	width: 8px;
	height: 13px;
}

.alhen-material-lab__footer {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 32px;
	padding: 34px 0 24px;
}

.alhen-material-lab__footer-copy p {
	margin: 0 0 6px;
	color: #f4f4f2;
	font-size: 18px;
	font-weight: 500;
}

.alhen-material-lab__footer-copy > span {
	color: #8f989e;
	font-size: 12px;
	line-height: 1.65;
}

.alhen-material-lab__actions {
	display: flex;
	align-items: stretch;
	gap: 10px;
}

.alhen-material-lab__actions a {
	min-height: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	padding: 0 21px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	color: #fff !important;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.12em;
	line-height: 1.2;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.alhen-material-lab__actions a:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 4px;
}

.alhen-material-lab__actions a span {
	font-size: 15px;
	font-weight: 400;
}

.alhen-material-lab__actions .alhen-material-lab__primary {
	border-color: var(--alhen-material-orange);
	background: var(--alhen-material-orange);
}

.alhen-material-lab__actions .alhen-material-lab__primary:hover,
.alhen-material-lab__actions .alhen-material-lab__primary:focus-visible {
	border-color: var(--alhen-material-orange-soft);
	background: var(--alhen-material-orange-soft);
}

.alhen-material-lab__actions .alhen-material-lab__secondary:hover,
.alhen-material-lab__actions .alhen-material-lab__secondary:focus-visible {
	border-color: #fff;
	background: #fff;
	color: #0a0d0f !important;
}

.alhen-material-lab__verification {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0;
	padding-top: 18px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	color: #747e84;
	font-size: 10px;
	line-height: 1.6;
}

.alhen-material-lab__verification > span {
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #5f696f;
	border-radius: 50%;
	color: #aeb4b7;
	font-family: Georgia, serif;
	font-size: 11px;
}

@media (max-width: 1199px) {
	.alhen-material-lab {
		--alhen-section-width: 970px;
	}
}

@media (max-width: 1100px) {
	.alhen-material-lab__gallery {
		grid-template-columns: 1.12fr 1fr;
		grid-template-rows: repeat(4, minmax(220px, 1fr));
	}

	.alhen-material-card--glass {
		grid-row: 1 / span 4;
	}

	.alhen-material-lab__capabilities {
		grid-template-columns: 1fr;
	}

	.alhen-material-lab__capabilities ul {
		padding-top: 18px;
		border-top: 1px solid var(--alhen-material-line);
	}

	.alhen-material-lab__capabilities li:first-child {
		padding-left: 0;
		border-left: 0;
	}
}

@media (max-width: 991px) {
	.alhen-material-lab {
		--alhen-section-width: 750px;
	}
}

@media (max-width: 820px) {
	.alhen-material-lab__shell {
		padding: 84px 0 82px;
	}

	.alhen-material-lab__heading {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.alhen-material-lab__scope-note {
		width: 100%;
		min-width: 0;
	}

	.alhen-material-lab__gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: auto;
		min-height: 0;
	}

	.alhen-material-card,
	.alhen-material-card--glass {
		grid-row: auto;
		min-height: 255px;
	}

	.alhen-material-card--glass {
		grid-column: 1 / -1;
		min-height: 470px;
	}

	.alhen-material-lab__capabilities ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px 0;
	}

	.alhen-material-lab__capabilities li:nth-child(3) {
		padding-left: 0;
		border-left: 0;
	}

	.alhen-material-lab__footer {
		grid-template-columns: 1fr;
	}

	.alhen-material-lab__actions {
		flex-wrap: wrap;
	}
}

@media (max-width: 520px) {
	.alhen-material-lab__shell {
		padding: 74px 0 72px;
	}

	.alhen-material-lab h3 {
		font-size: 42px;
	}

	.alhen-material-lab__lead {
		font-size: 14px;
		line-height: 1.7;
	}

	.alhen-material-lab__gallery {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.alhen-material-card,
	.alhen-material-card--glass {
		grid-column: auto;
		min-height: 310px;
	}

	.alhen-material-card--glass {
		min-height: 430px;
	}

	.alhen-material-card--glass .alhen-material-card__copy {
		right: 24px;
		bottom: 28px;
		left: 24px;
	}

	.alhen-material-card__copy small {
		max-width: 290px;
	}

	.alhen-material-lab__capabilities {
		padding: 24px 20px;
	}

	.alhen-material-lab__capabilities ul {
		grid-template-columns: 1fr;
		gap: 13px;
	}

	.alhen-material-lab__capabilities li,
	.alhen-material-lab__capabilities li:nth-child(n) {
		padding: 0 0 13px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
		border-left: 0;
	}

	.alhen-material-lab__actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.alhen-material-lab__actions a {
		width: 100%;
		min-height: 54px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.alhen-material-lab *,
	.alhen-material-lab *::before,
	.alhen-material-lab *::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}

	.alhen-material-lab.has-alhen-motion .alhen-material-card {
		opacity: 1 !important;
		transform: none !important;
	}
}


/* Keep Shapely's global visited/active link palette from overriding this dark module. */
.alhen-project-showcase .alhen-showcase__instagram:visited,
.alhen-project-showcase .alhen-showcase__instagram:active,
.alhen-project-showcase .alhen-showcase__card > a:visited,
.alhen-project-showcase .alhen-showcase__card > a:active,
.alhen-project-showcase .alhen-showcase__text-link:visited,
.alhen-project-showcase .alhen-showcase__text-link:active,
.alhen-project-showcase .alhen-showcase__button:visited,
.alhen-project-showcase .alhen-showcase__button:active {
	color: #fff;
}
