.pyrotech-product-single-hero .pyrotech-products-hero__media {
	position: absolute;
	left: 0;
	right: 0;
	top: -12%;
	height: 124%;
	width: 100%;
	z-index: 0;
	background: #0a0a0a;
	will-change: transform;
}

.pyrotech-product-single-hero__overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background: linear-gradient(
		90deg,
		rgba(0, 0, 0, 0.85) 0%,
		rgba(0, 0, 0, 0.5) 50%,
		rgba(0, 0, 0, 0.2) 100%
	);
}

.pyrotech-product-single-hero .pyrotech-products-hero__gradient-top {
	z-index: 2;
}

.pyrotech-product-single-hero__content {
	position: relative;
	z-index: 5;
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
	gap: 16px;
	max-width: 720px;
	margin: 0 auto 0 0;
	padding: max(150px, 15vh) 24px 80px;
	padding-left: max(24px, 4vw);
	text-align: left;
	box-sizing: border-box;
}

@media (min-width: 981px) {
	.pyrotech-product-single-hero__content {
		padding-left: max(56px, 6vw);
	}
}

.pyrotech-product-single-hero__kicker {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 14px;
	
	font-weight: 400;
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
	color: #ffffff;
}

.pyrotech-product-single-hero__kicker-line {
	display: inline-block;
	width: 48px;
	height: 1px;
	background: #ffffff;
	flex-shrink: 0;
}

.pyrotech-product-single-hero .heading-common {
	font-weight: 900;
	font-size: clamp(28px, 5vw, 56px);
	line-height: 1.12;
	color: #ffffff;
	margin: 0 0 18px;
	max-width: none;
}

.pyrotech-product-single-hero .section-hero-lead {
	margin-left: 0;
	margin-right: 0;
	text-align: left;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.95);
	max-width: 560px;
}

/* --- Product overview (section 2) --- */

.pyrotech-product-overview {
	position: relative;
	z-index: 1;
	background: #ffffff;
	padding: 72px 24px 88px;
}

.pyrotech-product-overview__inner {
	max-width: 1320px;
	margin: 0 auto;
}

.pyrotech-product-overview__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 40px;
	align-items: start;
}

@media (min-width: 981px) {
	.pyrotech-product-overview__grid {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		gap: 60px;
		align-items: stretch;
	}
}

.pyrotech-product-overview__title {
	margin: 0 0 20px;
	font-size: 30px;
}

.pyrotech-product-overview__title-part {
	font-weight: 300;
}

.pyrotech-product-overview__title-part--heavy {
	font-weight: 900;
}

.pyrotech-product-overview__left {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.product-overview__left-content {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.pyrotech-product-overview__img-inline {
	border-radius: 12px;
	overflow: hidden;
}

.pyrotech-product-overview__photo {
	display: block;
	width: 100%;
	height: auto;
}

.pyrotech-product-overview__img-inline img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}

/* Brochure uses shared .pyrotech-cta-big (main.css) */
.pyrotech-product-overview__brochure.pyrotech-cta-big {
	margin-top: 8px;
}

.pyrotech-product-overview__right {
	min-height: 200px;
}

@media (min-width: 981px) {
	.pyrotech-product-overview__right {
		min-height: 100%;
		display: flex;
	}
}

.pyrotech-product-overview__img-tall {
	flex: 1;
	border-radius: 12px;
	overflow: hidden;
	line-height: 0;
	min-height: 320px;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}

@media (min-width: 981px) {
	.pyrotech-product-overview__img-tall {
		min-height: 480px;
	}
}

.pyrotech-product-overview__img-tall img {
	width: 100%;
	height: 100%;
	min-height: inherit;
	object-fit: cover;
	display: block;
}

/* --- Key features (section 3) --- */

.pyrotech-product-key-features {
	position: relative;
	background: #191919;
	color: #ffffff;
	overflow: hidden;
	padding: 88px 24px 180px;
}

/*
 * Six vertical 1px rules, evenly spaced across full width (gaps at edges + between).
 * For five lines: use denominator 6 instead of 7 and drop the last line pair (500%/7…600%/7).
 */
.pyrotech-product-key-features__grid-lines {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	z-index: 0;
	pointer-events: none;
	box-sizing: border-box;
	background-image: linear-gradient(
		90deg,
		transparent 0,
		transparent calc(100% / 7 - 0.5px),
		#ffffff0f calc(100% / 7 - 0.5px),
		#ffffff0f calc(100% / 7 + 0.5px),
		transparent calc(100% / 7 + 0.5px),
		transparent calc(200% / 7 - 0.5px),
		#ffffff0f calc(200% / 7 - 0.5px),
		#ffffff0f calc(200% / 7 + 0.5px),
		transparent calc(200% / 7 + 0.5px),
		transparent calc(300% / 7 - 0.5px),
		#ffffff0f calc(300% / 7 - 0.5px),
		#ffffff0f calc(300% / 7 + 0.5px),
		transparent calc(300% / 7 + 0.5px),
		transparent calc(400% / 7 - 0.5px),
		#ffffff0f calc(400% / 7 - 0.5px),
		#ffffff0f calc(400% / 7 + 0.5px),
		transparent calc(400% / 7 + 0.5px),
		transparent calc(500% / 7 - 0.5px),
		#ffffff0f calc(500% / 7 - 0.5px),
		#ffffff0f calc(500% / 7 + 0.5px),
		transparent calc(500% / 7 + 0.5px),
		transparent calc(600% / 7 - 0.5px),
		#ffffff0f calc(600% / 7 - 0.5px),
		#ffffff0f calc(600% / 7 + 0.5px),
		transparent calc(600% / 7 + 0.5px),
		transparent 100%
	);
}

.pyrotech-product-key-features__glow {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: min(55vh, 420px);
	object-fit: contain;
	object-position: center bottom;
	z-index: 1;
	pointer-events: none;
	display: block;
}

.pyrotech-product-key-features__inner {
	position: relative;
	z-index: 2;
	max-width: 1320px;
	margin: 0 auto;
}

.pyrotech-product-key-features__grid {
	display: grid;
	gap: 48px;
	align-items: start;
}

@media (min-width: 981px) {
	.pyrotech-product-key-features__grid {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		gap: 64px;
	}
}

/* Shared .heading-common (main.css) + dark-section overrides */
.pyrotech-product-key-features__title.heading-common {
	color: #ffffff;
	margin: 0 0 24px;
	max-width: none;
	font-size: clamp(22px, 3vw, 36px);
	line-height: 1.2;
}

.pyrotech-product-key-features__title.heading-common .heading-common-light,
.pyrotech-product-key-features__title.heading-common .heading-common-line--heavy {
	color: inherit;
}

.pyrotech-product-key-features__desc {
	
	font-weight: 300;
	font-size: 16px;
	line-height: 1.6;
	color: #d1d1d1;
	margin: 0 0 16px;
}

.pyrotech-product-key-features__desc:last-child {
	margin-bottom: 0;
}

.pyrotech-product-key-features__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.pyrotech-product-key-features__item {
	display: flex;
	align-items: center;
	gap: 14px;
}

.pyrotech-product-key-features__tick {
	flex-shrink: 0;
	line-height: 0;
	margin-top: 3px;
}

.pyrotech-product-key-features__tick img {
	display: block;
	width: 18px;
	height: 14px;
}

.pyrotech-product-key-features__pointer {
	
	font-weight: 300;
	font-size: 16px;
	line-height: 1.5;
	
	color: #ffffff;
}

/* --- Other products + FAQ band (#F2F5FB, matches products archive) --- */

.pyrotech-product-single-band {
	background: #f2f5fb;
	color: #000000;
}

.pyrotech-product-single-band__inner {
	max-width: var(--container-max-width);
	margin: 0 auto;
	padding: 80px 24px 80px;
	box-sizing: border-box;
}

.pyrotech-product-other {
	margin: 0;
	padding: 0;
}

.product-other__title {
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 40px;
}

.product-other__title  {
	font-weight: 300;
	font-size: 24px;
	line-height: 1.2;
	color: #000000;
	margin: 0 0 40px;
}

.product-other__title-heavy {
	font-weight: 900;
}

.pyrotech-product-other__grid {
	justify-content: center;
}

.pyrotech-product-single-faq {
	margin-top: 48px;
	padding-top: 0;
}

@media (min-width: 769px) {
	.pyrotech-product-single-faq {
		margin-top: 80px;
	}
}

/* Product single FAQ: arrow-right.svg, no orange chip; icon rotates 90° when opening */
.pyrotech-product-single-faq .pyrotech-faq-item__icon.pyrotech-faq-item__icon--blue {
	background: transparent !important;
	padding: 0;
	width: auto;
	min-height: 0;
	border-radius: 0;
	transition: none;
}

.pyrotech-product-single-faq .pyrotech-faq-item.is-open .pyrotech-faq-item__icon.pyrotech-faq-item__icon--blue {
	background: transparent !important;
}

.pyrotech-product-single-faq .pyrotech-faq-item__icon--blue img {
	display: block;
	width: 17px;
	height: 17px;
	transform: rotate(0deg);
	transform-origin: center center;
	transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.pyrotech-product-single-faq .pyrotech-faq-item.is-open .pyrotech-faq-item__icon--blue img {
	transform: rotate(90deg);
}

.pyrotech-product-single-faq .pyrotech-faq-item__toggle:focus-visible {
	outline: 2px solid #0364b8;
	outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
	.pyrotech-product-single-faq .pyrotech-faq-item__icon--blue img {
		transition: none;
	}
}
