.pyrotech-products-page {
	--pyrotech-products-nav-max: 1320px;
}

/* Awards & Recognition loads only this sheet (not products/industries page CSS) — match full-bleed + editor width */
.site-main .page-awards-recognition.pyrotech-products-page,
.site-main .page-certificates.pyrotech-products-page,
.site-main .page-literature.pyrotech-products-page,
.site-main .page-media.pyrotech-products-page,
.site-main .page-standards-we-follow.pyrotech-products-page,
.site-main .page-csr-policy.pyrotech-products-page,
.site-main .page-plant-machinery.pyrotech-products-page,
.site-main .page-product-tested.pyrotech-products-page,
.site-main .page-directors-brief.pyrotech-products-page {
	max-width: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

.awards-recognition-page-editor {
	max-width: var(--content-max-width, 840px);
	margin: 0 auto;
	padding: var(--space-2, 1rem);
}

@media (max-width: 1024px) {
	.awards-recognition-page-editor {
		padding: 1rem 1.25rem;
	}
}

@media (max-width: 768px) {
	.awards-recognition-page-editor {
		padding: 1rem 16px;
	}
}

/* Fixed stack: utility bar + nav — always above hero + page sections */
.pyrotech-products-hero__barstack {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10050;
	pointer-events: none;
}

body.admin-bar .pyrotech-products-hero__barstack {
	top: 32px;
}

@media (max-width: 782px) {
	body.admin-bar .pyrotech-products-hero__barstack {
		top: 46px;
	}
}

.pyrotech-products-hero__barstack > * {
	pointer-events: auto;
}

/* Top bar — part of hero; sits on gradient (no solid strip) */
.pyrotech-products-topbar {
	position: relative;
	z-index: 1;
	background: transparent;
	padding: 10px 20px 8px;
}

.pyrotech-products-header {
	position: relative;
	z-index: 2;
	margin: 0;
}

.pyrotech-products-topbar__inner {
	max-width: var(--container-max-width);
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px 24px;
}

.pyrotech-products-topbar__contact {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px 20px;
}

.pyrotech-products-topbar__item {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 400;
	font-size: 13px;
	line-height: 1;
	
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
}

.pyrotech-products-topbar__item:hover {
	text-decoration: underline;
}

.pyrotech-products-topbar__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	line-height: 0;
	color: #ffffff;
}

.pyrotech-products-topbar__icon svg {
	width: 18px;
	height: 18px;
	display: block;
}

.pyrotech-products-topbar__social {
	display: flex;
	align-items: center;
	gap: 12px;
}

.pyrotech-products-topbar__social-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.15);
	color: #fff;
	line-height: 0;
}

.pyrotech-products-topbar__social-link svg {
	width: 18px;
	height: 18px;
	display: block;
}

/* Nav pill */
.pyrotech-products-nav-outer {
	padding: 12px 20px 0;
	display: flex;
	justify-content: center;
}

@media (min-width: 981px) {
	.pyrotech-products-nav-outer {
		padding-left: 60px;
		padding-right: 60px;
	}
}

.pyrotech-products-nav {
	box-sizing: border-box;
	width: 100%;
	max-width: var(--pyrotech-products-nav-max);
	min-height: 63px;
	display: grid;
	grid-template-columns: auto 1fr auto auto;
	align-items: center;
	gap: 12px 16px;
	padding: 10px 12px;
	border-radius: 100px;
	background: #ffffffb2;
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	box-shadow: 0 4px 40px 0 #00000026;
}

.pyrotech-products-nav__logo {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	line-height: 0;
}

.pyrotech-products-nav__logo img {
	display: block;
	height: 40px;
	width: auto;
	max-width: 160px;
	object-fit: contain;
}

.pyrotech-products-nav__center {
	display: none;
	justify-content: center;
	min-width: 0;
}

.pyrotech-products-nav__list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	row-gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
	column-gap: 30px;
	font-weight: 400;
	font-size: 15px;
	line-height: 1;
	
	text-transform: uppercase;
	color: #163764;
}

.pyrotech-products-nav__list a {
	color: #163764;
	text-decoration: none;
}

.pyrotech-products-nav__list a:hover {
	text-decoration: underline;
}

.pyrotech-products-nav__list li.is-current a {
	font-weight: 700;
}

.pyrotech-products-nav__cta {
	display: none;
	flex-shrink: 0;
	align-items: center;
	gap: 8px;
	padding: 12px 20px;
	background: var(--pyrotech-blue, #2563eb);
	color: #ffffff;
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 100px;
	transition: background-color 0.2s ease;
}

.pyrotech-products-nav__cta:hover {
	background: var(--pyrotech-blue-dark, #1e40af);
	color: #ffffff;
}

.pyrotech-products-nav__cta-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	flex-shrink: 0;
	border-radius: 50%;
	background: #ffffff;
	line-height: 0;
}

.pyrotech-products-nav__cta-icon svg {
	width: 14px;
	height: 14px;
	display: block;
}

.pyrotech-products-nav__toggle {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 44px;
	height: 44px;
	padding: 0;
	border: none;
	background: transparent;
	cursor: pointer;
	border-radius: 8px;
	flex-shrink: 0;
}

.pyrotech-products-nav__toggle:focus-visible {
	outline: 2px solid #163764;
	outline-offset: 2px;
}

@media (max-width: 980px) {
	.pyrotech-products-nav {
		display: flex;
		justify-content: space-between;
		align-items: center;
		gap: 12px;
	}
}

.pyrotech-products-nav__toggle-bar {
	display: block;
	width: 22px;
	height: 2px;
	background: #163764;
	border-radius: 1px;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 981px) {
	.pyrotech-products-nav__center {
		display: flex;
	}

	.pyrotech-products-nav__cta {
		display: inline-flex;
	}

	.pyrotech-products-nav__toggle {
		display: none;
	}
}

@media (min-width: 981px) and (max-width: 1200px) {
	.pyrotech-products-nav__list {
		column-gap: 0.85rem;
		font-size: 13px;
	}
}

/* Mobile drawer */
.pyrotech-products-drawer[hidden] {
	display: none;
}

.pyrotech-products-drawer:not([hidden]) {
	display: block;
	position: fixed;
	inset: 0;
	z-index: 10100;
}

.pyrotech-products-drawer__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
	opacity: 0;
	animation: pyrotechDrawerFade 0.25s ease forwards;
}

.pyrotech-products-drawer__panel {
	position: absolute;
	top: 0;
	right: 0;
	width: min(100%, 360px);
	height: 100%;
	background: #ffffff;
	box-shadow: -4px 0 24px rgba(0, 0, 0, 0.12);
	transform: translateX(100%);
	animation: pyrotechDrawerSlide 0.3s ease forwards;
	display: flex;
	flex-direction: column;
	padding: 20px;
	box-sizing: border-box;
}

@keyframes pyrotechDrawerFade {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes pyrotechDrawerSlide {
	from {
		transform: translateX(100%);
	}
	to {
		transform: translateX(0);
	}
}

.pyrotech-products-drawer__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 24px;
}

.pyrotech-products-drawer__close {
	width: 44px;
	height: 44px;
	border: none;
	background: transparent;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	color: #163764;
}

.pyrotech-products-drawer__nav {
	display: flex;
	flex-direction: column;
	gap: 20px;
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
	
}

.pyrotech-products-drawer__nav a {
	color: #163764;
	text-decoration: none;
	padding: 8px 0;
	border-bottom: 1px solid #e5e7eb;
}

.pyrotech-products-drawer__nav a:hover {
	color: #0364b8;
}

.pyrotech-products-drawer__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: 8px;
	padding: 14px 20px;
	background: var(--pyrotech-blue, #2563eb);
	color: #ffffff !important;
	font-weight: 700;
	border-radius: 100px;
	text-decoration: none;
	border: none;
	border-bottom: none !important;
}

.pyrotech-products-drawer__cta:hover {
	background: var(--pyrotech-blue-dark, #1e40af);
	color: #ffffff !important;
}

.pyrotech-products-drawer__cta-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #ffffff;
	line-height: 0;
}

.pyrotech-products-drawer__cta-icon svg {
	width: 14px;
	height: 14px;
	display: block;
}

/* Hero — first section; chrome is fixed and layered above this */
.pyrotech-products-hero {
	position: relative;
	height: 60vh;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	overflow: hidden;
	background: #0a0a0a;
	isolation: isolate;
}

.pyrotech-products-hero__media {
	position: absolute;
	inset: 0;
	z-index: 0;
	background: #0a0a0a;
}

/* Industries / Products / Awards & Recognition pages — taller layer for parallax (hero-parallax.js; not product single, see product-single.css) */
.page-industries .pyrotech-products-hero .pyrotech-products-hero__media,
.page-products .pyrotech-products-hero .pyrotech-products-hero__media,
.page-awards-recognition .pyrotech-products-hero .pyrotech-products-hero__media,
.page-certificates .pyrotech-products-hero .pyrotech-products-hero__media,
.page-literature .pyrotech-products-hero .pyrotech-products-hero__media,
.page-media .pyrotech-products-hero .pyrotech-products-hero__media,
.page-standards-we-follow .pyrotech-products-hero .pyrotech-products-hero__media,
.page-csr-policy .pyrotech-products-hero .pyrotech-products-hero__media,
.page-plant-machinery .pyrotech-products-hero .pyrotech-products-hero__media,
.page-product-tested .pyrotech-products-hero .pyrotech-products-hero__media {
	top: -12%;
	height: 124%;
	bottom: auto;
	left: 0;
	right: 0;
	width: 100%;
	will-change: transform;
}

.pyrotech-products-hero__photo {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	display: block;
}

.pyrotech-products-hero__gradient-top {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: min(55vh, 380px);
	min-height: 180px;
	z-index: 2;
	pointer-events: none;
	background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.pyrotech-products-hero__content {
	position: relative;
    z-index: 4;
    display: flex;
    flex-direction: column;
	gap: 30px;
    width: 100%;
	margin: auto;
	padding-left: 24px;
	padding-right: 24px;
	max-width: var(--container-max-width);
}

.pyrotech-products-hero .heading-common {
	font-size: clamp(32px, 6vw, 50px);
	line-height: 1.4;
	color: #ffffff;
	max-width: none;
}

.pyrotech-products-hero .heading-common-light {
	font-weight: 300;
}

.pyrotech-products-hero .heading-common-line--heavy {
	font-weight: 900;
}

.pyrotech-products-hero .section-hero-lead {
	max-width: 500px;
	margin: 0;
}

/* Tablet / mobile — industries & products landing heroes */
@media (max-width: 1024px) {
	.pyrotech-products-hero {
		height: auto;
		min-height: min(56vh, 520px);
	}

	.pyrotech-products-hero__content {
		flex: 1 1 auto;
		justify-content: center;
		min-height: min(42vh, 380px);
		padding: max(96px, 16vh) 40px max(56px, 8vh);
		gap: 20px;
		align-items: center;
		text-align: center;
		max-width: 720px;
		margin-left: auto;
		margin-right: auto;
	}

	.pyrotech-products-hero .section-hero-lead {
		font-size: 17px;
		line-height: 1.45;
		max-width: 36rem;
		margin-left: auto;
		margin-right: auto;
	}

	.pyrotech-products-hero__gradient-top {
		height: min(48vh, 320px);
		min-height: 160px;
	}
}

@media (max-width: 768px) {
	.pyrotech-products-hero {
		min-height: min(52vh, 440px);
	}

	.pyrotech-products-hero__content {
		padding: max(80px, 12vh) 20px 40px;
		gap: 14px;
		min-height: min(38vh, 320px);
		max-width: 100%;
	}

	.pyrotech-products-hero .heading-common {
		font-size: clamp(24px, 6.5vw, 36px);
		line-height: 1.35;
	}

	.pyrotech-products-hero .section-hero-lead {
		font-size: 15px;
		padding: 0 8px;
	}

	.pyrotech-products-hero__gradient-top {
		height: min(40vh, 240px);
		min-height: 120px;
	}
}

@media (max-width: 480px) {
	.pyrotech-products-hero__content {
		padding: 72px 16px 32px;
		gap: 12px;
	}

	.pyrotech-products-hero .section-hero-lead {
		font-size: 14px;
		padding: 0 4px;
	}
}

body.pyrotech-products-drawer-open {
	overflow: hidden;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

@media (max-width: 980px) {
	.pyrotech-products-topbar__text {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
		border: 0;
	}

	.pyrotech-products-topbar__contact {
		gap: 8px;
	}

	.pyrotech-products-nav-outer {
		padding-left: 16px;
		padding-right: 16px;
	}
}
