/* Homepage lighting types section parity. */
.ks-types {
	background: #070b0e;
	color: #fff;
	isolation: isolate;
	overflow: hidden;
	padding: 64px 16px;
	position: relative;
}

.ks-types__glow {
	background: radial-gradient(circle at 88% 18%, rgba(255, 218, 1, 0.28), transparent 30%);
	inset: 0;
	opacity: 0.24;
	position: absolute;
}

.ks-types__inner {
	margin: 0 auto;
	max-width: 1440px;
	position: relative;
	z-index: 10;
}

.ks-types__layout {
	display: grid;
	gap: 40px;
	grid-template-columns: minmax(0, 1fr);
}

.ks-types .ks-section-title--dark > p {
	color: #ffda01;
}

.ks-types .ks-section-title--dark h2 {
	color: #fff;
}

.ks-types .ks-types__lead {
	color: #a3a7aa;
	font-size: 16px;
	line-height: 28px;
	margin: 20px 0 0;
	max-width: 512px;
}

.ks-types__grid {
	border-inline-start: 1px solid rgba(255, 255, 255, 0.1);
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	margin: 0;
}

.ks-types .ks-type-card {
	background: #070b0e;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	border-inline-end: 1px solid rgba(255, 255, 255, 0.1);
	min-height: 0;
	overflow: hidden;
	padding: 24px;
	position: relative;
}

.ks-type-card__wash {
	background: linear-gradient(135deg, rgba(255, 218, 1, 0.045), transparent 48%);
	inset: 0;
	position: absolute;
}

.ks-type-card__top {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.ks-type-card__top svg {
	fill: none;
	height: 42px;
	stroke: #ffda01;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.15;
	width: 42px;
}

.ks-type-card__top span {
	color: #73787c;
	font-size: 12px;
	letter-spacing: 0.18em;
	line-height: 16px;
}

.ks-types .ks-type-card h3 {
	font-size: 24px;
	font-weight: 600;
	letter-spacing: -0.025em;
	line-height: 32px;
	margin: 32px 0 0;
	position: relative;
}

.ks-types .ks-type-card > p {
	color: #a3a7aa;
	font-size: 14px;
	line-height: 24px;
	margin: 12px 0 0;
	position: relative;
}

.ks-types__pendant {
	display: none;
}

@media (min-width: 640px) {
	.ks-types {
		padding: 96px 32px;
	}

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

	.ks-types .ks-type-card {
		padding: 28px;
	}
}

@media (min-width: 1024px) {
	.ks-types__layout {
		gap: 64px;
		grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
	}

	.ks-types__intro {
		align-self: start;
		position: sticky;
		top: 144px;
	}

	.ks-types__pendant {
		display: block;
		height: 560px;
		inset-inline-end: 0;
		pointer-events: none;
		position: absolute;
		top: 0;
		width: 360px;
		z-index: 20;
	}

	.ks-types__cord {
		background: #73787c;
		height: 112px;
		left: 50%;
		position: absolute;
		top: 0;
		transform: translateX(-50%);
		width: 1px;
	}

	.ks-types__fixture {
		left: 50%;
		position: absolute;
		top: 96px;
		transform: translateX(-50%);
		z-index: 20;
	}

	.ks-types__cap {
		background: #151c19;
		border-radius: 0 0 8px 8px;
		height: 12px;
		margin: 0 auto;
		width: 80px;
	}

	.ks-types__shade {
		background: #1e2722;
		box-shadow: 0 16px 36px rgba(0, 0, 0, 0.5);
		clip-path: polygon(25% 0, 75% 0, 100% 100%, 0 100%);
		height: 80px;
		width: 128px;
	}

	.ks-types__bulb {
		background: #ffda01;
		border: 1px solid rgba(255, 255, 255, 0.15);
		border-radius: 8px 8px 50% 50%;
		box-shadow: 0 0 54px rgba(255, 218, 1, 0.72);
		height: 48px;
		margin: -4px auto 0;
		width: 36px;
	}

	.ks-types__beam {
		background: linear-gradient(180deg, rgba(255, 218, 1, 0.28), rgba(255, 218, 1, 0.06) 65%, transparent);
		clip-path: polygon(44% 0, 56% 0, 100% 100%, 0 100%);
		filter: blur(8px);
		height: 370px;
		left: 50%;
		opacity: 0.48;
		position: absolute;
		top: 184px;
		transform: translateX(-50%);
		width: 330px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ks-type-card,
	.ks-types__bulb {
		transition: none;
	}
}
