/* PB Traffic — Custom Styles v1.1 */

/* ── Base ───────────────────────────────────── */
html { scroll-behavior: smooth; }

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* ── Card styles ─────────────────────────────── */
.is-style-pbtraffic-card {
	background: var(--wp--preset--color--white);
	border-radius: var(--wp--custom--radius--md);
	box-shadow: var(--wp--custom--shadow--md);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	height: 100%;
	transition: box-shadow 0.25s ease;
}
.is-style-pbtraffic-card > div[style*="padding"] {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
}
.is-style-pbtraffic-card .wp-block-buttons {
	margin-top: auto;
}
.is-style-pbtraffic-card:hover {
	box-shadow: var(--wp--custom--shadow--lg);
}

.is-style-pbtraffic-card-bordered {
	background: var(--wp--preset--color--white);
	border: 1px solid var(--wp--preset--color--border);
	border-radius: var(--wp--custom--radius--lg);
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.is-style-pbtraffic-card-bordered:hover {
	border-color: var(--wp--preset--color--secondary);
	box-shadow: 0 0 0 3px rgba(232,160,32,0.12);
}

/* ── Button styles ───────────────────────────── */
.is-style-pbtraffic-ghost .wp-block-button__link {
	background: transparent;
	color: var(--wp--preset--color--white);
	border: 1.5px solid rgba(255,255,255,0.5);
}
.is-style-pbtraffic-ghost .wp-block-button__link:hover {
	background: rgba(255,255,255,0.12);
	border-color: var(--wp--preset--color--white);
}

.is-style-pbtraffic-outline .wp-block-button__link {
	background: transparent;
	color: var(--wp--preset--color--primary);
	border: 1.5px solid var(--wp--preset--color--primary);
}
.is-style-pbtraffic-outline .wp-block-button__link:hover {
	background: var(--wp--preset--color--primary);
	color: var(--wp--preset--color--white);
}

/* ── Footer links (scoped to footer template part only) ──────────────────────────────── */
footer.wp-block-template-part a:not(.wp-block-button__link):not(.wp-element-button),
footer.wp-block-template-part li a {
	color: rgba(255,255,255,0.85) !important;
	text-decoration: none !important;
	transition: color 0.2s ease;
}
footer.wp-block-template-part a:not(.wp-block-button__link):not(.wp-element-button):hover,
footer.wp-block-template-part li a:hover {
	color: var(--wp--preset--color--secondary) !important;
	text-decoration: none !important;
}

/* ── Navigation ──────────────────────────────── */
.wp-block-navigation a {
	text-decoration: none;
	color: #1A2530;
	position: relative;
}
.wp-block-navigation a::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 1.5px;
	background: var(--wp--preset--color--secondary);
	transition: width 0.25s ease;
}
.wp-block-navigation a:hover::after { width: 100%; }

/* ── Site header ─────────────────────────────── */
.site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: rgba(255,255,255,0.92);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	border-bottom: 1px solid var(--wp--preset--color--border);
}

/* ── Label / tag above headings ──────────────── */
.section-label {
	display: inline-block;
	font-family: var(--wp--preset--font-family--heading);
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--wp--preset--color--secondary);
}

/* ── Stat counter ────────────────────────────── */
.stat-number {
	font-family: var(--wp--preset--font-family--heading);
	font-size: clamp(2rem, 3.5vw, 3rem);
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1;
	color: var(--wp--preset--color--secondary);
}
.stat-label {
	font-size: 0.78rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #E8A020 !important;
	margin-top: 0.4rem;
}

/* ── Product card image ──────────────────────── */
.product-card-image {
	height: 180px;
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
}
.product-card-image::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 60%, rgba(13,33,55,0.45) 100%);
}

/* ── Cover block refinements ─────────────────── */
.wp-block-cover__inner-container {
	width: 100%;
}

/* ── Homepage roadworks hero ─────────────────── */
.pb-roadworks-hero {
	position: relative;
	background: #f6f8fb;
	color: var(--wp--preset--color--primary);
	overflow: hidden;
}
.pb-roadworks-hero__scene {
	width: 100%;
	background: var(--wp--preset--color--primary);
	overflow: hidden;
}
.pb-roadworks-carousel {
	position: relative;
	width: min(100%, 1400px);
	margin: 0 auto;
	aspect-ratio: 1672 / 736;
	background: var(--wp--preset--color--primary);
	isolation: isolate;
	overflow: hidden;
}
.pb-roadworks-carousel::before,
.pb-roadworks-carousel::after {
	position: absolute;
	inset: 0;
	content: "";
	pointer-events: none;
}
.pb-roadworks-carousel::before {
	z-index: 0;
	background-image: var(--active-image);
	background-position: center;
	background-size: cover;
	filter: blur(30px) saturate(1.08);
	opacity: 0.58;
	transform: scale(1.14);
	transition: background-image 0.35s ease;
	-webkit-mask-image:
		linear-gradient(90deg, transparent 0%, #000 18%, #000 82%, transparent 100%),
		linear-gradient(180deg, transparent 0%, #000 12%, #000 82%, transparent 100%);
	-webkit-mask-composite: source-in;
	mask-image:
		linear-gradient(90deg, transparent 0%, #000 18%, #000 82%, transparent 100%),
		linear-gradient(180deg, transparent 0%, #000 12%, #000 82%, transparent 100%);
	mask-composite: intersect;
}
.pb-roadworks-carousel::after {
	z-index: 1;
	background:
		radial-gradient(ellipse at 50% 46%, rgba(255,255,255,0.13), rgba(255,255,255,0) 38%),
		radial-gradient(ellipse at 50% 46%, rgba(13, 33, 55, 0) 0%, rgba(13, 33, 55, 0.18) 48%, rgba(13, 33, 55, 0.92) 82%, var(--wp--preset--color--primary) 100%),
		linear-gradient(90deg, var(--wp--preset--color--primary), rgba(13, 33, 55, 0.28) 29%, rgba(13, 33, 55, 0.28) 71%, var(--wp--preset--color--primary)),
		linear-gradient(180deg, var(--wp--preset--color--primary), rgba(13, 33, 55, 0.04) 38%, rgba(13, 33, 55, 0.5) 78%, var(--wp--preset--color--primary));
}
.pb-roadworks-carousel__track {
	position: absolute;
	inset: 0;
	z-index: 2;
	perspective: 1400px;
}
.pb-roadworks-carousel__slide {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: 76%;
	max-width: min(76%, 920px);
	aspect-ratio: var(--slide-aspect);
	margin: 0;
	overflow: hidden;
	border: 1px solid rgba(255,255,255,0.28);
	border-radius: 8px;
	background: rgba(255,255,255,0.06);
	box-shadow: 0 24px 58px rgba(8, 33, 57, 0.36);
	opacity: 0;
	pointer-events: none;
	transform: translate3d(-50%, -50%, 0) scale(0.74);
	transition: opacity 0.55s ease, transform 0.55s ease, filter 0.55s ease;
	will-change: transform, opacity;
}
.pb-roadworks-carousel__slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.pb-roadworks-carousel__slide.is-active {
	z-index: 6;
	opacity: 1;
	pointer-events: auto;
	transform: translate3d(-50%, -50%, 140px) scale(1);
}
.pb-roadworks-carousel__slide.is-prev {
	z-index: 4;
	opacity: 0.76;
	filter: saturate(0.9) brightness(0.88);
	transform: translate3d(calc(-50% - min(38vw, 31rem)), -50%, -120px) rotateY(12deg) scale(0.72);
}
.pb-roadworks-carousel__slide.is-next {
	z-index: 4;
	opacity: 0.76;
	filter: saturate(0.9) brightness(0.88);
	transform: translate3d(calc(-50% + min(38vw, 31rem)), -50%, -120px) rotateY(-12deg) scale(0.72);
}
.pb-roadworks-carousel__slide.is-prev-far {
	z-index: 3;
	opacity: 0.34;
	filter: saturate(0.75) brightness(0.78);
	transform: translate3d(calc(-50% - min(60vw, 48rem)), -50%, -240px) rotateY(18deg) scale(0.54);
}
.pb-roadworks-carousel__slide.is-next-far {
	z-index: 3;
	opacity: 0.34;
	filter: saturate(0.75) brightness(0.78);
	transform: translate3d(calc(-50% + min(60vw, 48rem)), -50%, -240px) rotateY(-18deg) scale(0.54);
}
.pb-roadworks-carousel__dots {
	position: absolute;
	left: 50%;
	bottom: 1rem;
	z-index: 7;
	display: flex;
	gap: 0.45rem;
	padding: 0.45rem 0.55rem;
	border-radius: 999px;
	background: rgba(8, 33, 57, 0.45);
	backdrop-filter: blur(12px);
	transform: translateX(-50%);
}
.pb-roadworks-carousel__dots button {
	display: block;
	width: 0.55rem;
	height: 0.55rem;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(255,255,255,0.52);
	cursor: pointer;
	transition: background 0.2s ease, transform 0.2s ease, width 0.2s ease;
}
.pb-roadworks-carousel__dots button.is-active {
	width: 1.35rem;
	background: var(--wp--preset--color--secondary);
	transform: scale(1.08);
}
.pb-roadworks-carousel__control {
	position: absolute;
	top: 50%;
	z-index: 7;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.8rem;
	height: 2.8rem;
	padding: 0;
	border: 1px solid rgba(255,255,255,0.38);
	border-radius: 999px;
	background: rgba(8, 33, 57, 0.46);
	backdrop-filter: blur(12px);
	color: var(--wp--preset--color--white);
	cursor: pointer;
	font-family: var(--wp--preset--font-family--heading);
	font-size: 2rem;
	line-height: 1;
	transform: translateY(-50%);
	transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.pb-roadworks-carousel__control:hover,
.pb-roadworks-carousel__control:focus-visible {
	background: var(--wp--preset--color--secondary);
	color: var(--wp--preset--color--primary);
	outline: none;
	transform: translateY(-50%) scale(1.04);
}
.pb-roadworks-carousel__control--prev {
	left: clamp(0.8rem, 2.6vw, 2rem);
}
.pb-roadworks-carousel__control--next {
	right: clamp(0.8rem, 2.6vw, 2rem);
}
.pb-roadworks-hero__content-wrap {
	background: var(--wp--preset--color--white);
	border-bottom: 1px solid var(--wp--preset--color--border);
	padding: clamp(1.35rem, 2.4vw, 2.6rem) var(--wp--preset--spacing--40);
}
.pb-roadworks-hero__content {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 1.4rem 2rem;
	align-items: center;
	max-width: 1160px;
	margin: 0 auto;
}
.pb-roadworks-hero__content p {
	grid-column: 1 / -1;
	margin: 0;
	color: var(--wp--preset--color--secondary);
	font-family: var(--wp--preset--font-family--heading);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.35;
	text-transform: uppercase;
}
.pb-roadworks-hero__content h1 {
	margin: 0;
	font-size: clamp(2rem, 3.2vw, 3.2rem);
	line-height: 1.04;
	letter-spacing: 0;
	max-width: none;
	white-space: nowrap;
}
.pb-roadworks-hero__content .pb-roadworks-hero__subheading {
	grid-column: 1;
	margin: -0.9rem 0 0;
	color: var(--wp--preset--color--primary);
	font-family: var(--wp--preset--font-family--heading);
	font-size: clamp(1.15rem, 1.7vw, 1.55rem);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2;
	text-transform: none;
}
.pb-roadworks-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	justify-content: flex-end;
	grid-column: 2;
	grid-row: 2 / span 2;
}
.pb-roadworks-hero__actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3rem;
	padding: 0.82rem 1.25rem;
	border-radius: 8px;
	background: var(--wp--preset--color--primary);
	color: var(--wp--preset--color--white) !important;
	font-family: var(--wp--preset--font-family--heading);
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.1;
	text-decoration: none !important;
	transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.pb-roadworks-hero__actions a:last-child {
	background: transparent;
	color: var(--wp--preset--color--primary) !important;
	border: 1.5px solid var(--wp--preset--color--primary);
}
.pb-roadworks-hero__actions a:hover,
.pb-roadworks-hero__actions a:focus-visible {
	background: var(--wp--preset--color--secondary);
	color: var(--wp--preset--color--primary) !important;
	transform: translateY(-1px);
	outline: none;
}
@media (max-width: 900px) {
	.pb-roadworks-hero__scene {
		overflow: hidden;
	}
	.pb-roadworks-carousel {
		aspect-ratio: 16 / 8.5;
	}
	.pb-roadworks-carousel__slide {
		height: 72%;
		max-width: 82%;
	}
	.pb-roadworks-carousel__slide.is-prev {
		transform: translate3d(calc(-50% - 52vw), -50%, -120px) rotateY(10deg) scale(0.66);
	}
	.pb-roadworks-carousel__slide.is-next {
		transform: translate3d(calc(-50% + 52vw), -50%, -120px) rotateY(-10deg) scale(0.66);
	}
	.pb-roadworks-carousel__slide.is-prev-far,
	.pb-roadworks-carousel__slide.is-next-far {
		opacity: 0;
	}
	.pb-roadworks-hero__content {
		grid-template-columns: 1fr;
	}
	.pb-roadworks-hero__content h1 {
		white-space: normal;
	}
	.pb-roadworks-hero__content .pb-roadworks-hero__subheading {
		margin-top: -0.7rem;
	}
	.pb-roadworks-hero__actions {
		grid-column: 1;
		grid-row: auto;
		justify-content: flex-start;
	}
}
@media (max-width: 640px) {
	.pb-roadworks-carousel {
		aspect-ratio: 4 / 3.25;
	}
	.pb-roadworks-carousel__slide {
		height: 74%;
		max-width: 84%;
	}
	.pb-roadworks-carousel__slide.is-prev,
	.pb-roadworks-carousel__slide.is-next {
		opacity: 0.32;
	}
	.pb-roadworks-carousel__control {
		display: none;
	}
	.pb-roadworks-hero__actions a {
		width: 100%;
	}
	.pb-roadworks-carousel__dots {
		bottom: 0.55rem;
	}
}
@media (prefers-reduced-motion: reduce) {
	.pb-roadworks-carousel__slide {
		transition: none;
	}
}

/* ── Image borders/radius ────────────────────── */
.wp-block-image img {
	border-radius: var(--wp--custom--radius--md);
}

/* ── Separator ───────────────────────────────── */
.wp-block-separator.is-style-wide {
	border-color: var(--wp--preset--color--border);
	opacity: 1;
}

/* ── Breadcrumb / overline text ──────────────── */
.overline {
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	opacity: 0.75;
}

/* ── Service icon container ──────────────────────── */
.service-icon {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	background: rgba(232,160,32,0.12);
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* ── Product page feature list ───────────────────── */
.product-feature-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.product-feature-list li {
	display: flex;
	align-items: flex-start;
	gap: 0.625rem;
	padding: 0.5rem 0;
	font-size: 0.9rem;
	color: #4A5568;
	border-bottom: 1px solid var(--wp--preset--color--border);
}
.product-feature-list li:last-child { border-bottom: none; }
.product-feature-list li::before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	background: var(--wp--preset--color--secondary);
	border-radius: 50%;
	margin-top: 0.45rem;
	flex-shrink: 0;
}

/* ── Contact Form 7 ─────────────────────────── */
.pbtraffic-form-grid { display: flex; flex-direction: column; gap: 0; }

.pbtraffic-form-row { display: flex; flex-direction: column; gap: 0; }
.pbtraffic-form-row.pbtraffic-form-2col { flex-direction: row; gap: 1rem; }
.pbtraffic-form-row.pbtraffic-form-2col > p { flex: 1; min-width: 0; }

.pbtraffic-form-row > p,
.wpcf7 > form > p { margin: 0 0 1rem; }

.pbtraffic-label,
.wpcf7 label {
	display: block;
	font-family: var(--wp--preset--font-family--body);
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	color: var(--wp--preset--color--primary);
	margin-bottom: 0.25rem;
}
.pbtraffic-label abbr,
.wpcf7 label abbr {
	color: var(--wp--preset--color--secondary);
	text-decoration: none;
	margin-left: 2px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea {
	display: block;
	width: 100%;
	margin-top: 0.3rem;
	padding: 0.625rem 0.875rem;
	border: 1.5px solid var(--wp--preset--color--border);
	border-radius: 6px;
	font-family: var(--wp--preset--font-family--body);
	font-size: 0.9rem;
	color: var(--wp--preset--color--primary);
	background: var(--wp--preset--color--surface);
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
	box-sizing: border-box;
	appearance: none;
	-webkit-appearance: none;
}
.wpcf7 select {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%238A97A4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 0.75rem center;
	padding-right: 2.25rem;
	cursor: pointer;
}
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
	outline: none;
	border-color: var(--wp--preset--color--secondary);
	background: #fff;
	box-shadow: 0 0 0 3px rgba(232,160,32,0.14);
}
.wpcf7 input[type="text"]::placeholder,
.wpcf7 input[type="email"]::placeholder,
.wpcf7 input[type="tel"]::placeholder,
.wpcf7 textarea::placeholder { color: var(--wp--preset--color--muted); }

.wpcf7 textarea { min-height: 120px; resize: vertical; }

.wpcf7 .wpcf7-form-control-wrap { display: block; }

/* Submit button */
.wpcf7 input[type="submit"] {
	display: inline-block;
	margin-top: 0.25rem;
	padding: 0.8rem 2.25rem;
	background: var(--wp--preset--color--secondary);
	color: #fff;
	border: none;
	border-radius: 6px;
	font-family: var(--wp--preset--font-family--body);
	font-size: 0.9375rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	cursor: pointer;
	transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}
.wpcf7 input[type="submit"]:hover {
	background: #c98b18;
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(232,160,32,0.3);
}

/* Validation */
.wpcf7-not-valid-tip {
	display: block;
	margin-top: 0.3rem;
	font-size: 0.78rem;
	color: #c53030;
}
.wpcf7 input.wpcf7-not-valid,
.wpcf7 textarea.wpcf7-not-valid,
.wpcf7 select.wpcf7-not-valid {
	border-color: #c53030;
	box-shadow: 0 0 0 3px rgba(197,48,48,0.1);
}

/* Response messages */
.wpcf7-response-output {
	margin: 1rem 0 0 !important;
	padding: 0.75rem 1rem !important;
	border-radius: 6px !important;
	font-size: 0.875rem;
	font-family: var(--wp--preset--font-family--body);
	border: none !important;
}
.wpcf7-mail-sent-ok  { background: #f0fff4 !important; color: #276749 !important; }
.wpcf7-mail-sent-ng,
.wpcf7-spam-blocked  { background: #fff5f5 !important; color: #c53030 !important; }
.wpcf7-validation-errors { background: #fffaf0 !important; color: #c05621 !important; }

/* Turnstile */
.wpcf7 .cf-turnstile { margin: 0.75rem 0 1rem; }

@media (max-width: 600px) {
	.pbtraffic-form-row.pbtraffic-form-2col { flex-direction: column; gap: 0; }
}

/* ── Pagination ──────────────────────────────── */
.wp-block-query-pagination {
	display: flex;
	gap: 0.375rem;
	align-items: center;
	flex-wrap: wrap;
}
.wp-block-query-pagination-numbers {
	display: flex;
	gap: 0.375rem;
}
.wp-block-query-pagination-numbers a,
.wp-block-query-pagination-numbers span,
.wp-block-query-pagination-previous a,
.wp-block-query-pagination-next a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.25rem;
	height: 2.25rem;
	padding: 0 0.75rem;
	border: 1.5px solid var(--wp--preset--color--border);
	border-radius: 6px;
	font-size: 0.875rem;
	font-weight: 500;
	color: var(--wp--preset--color--primary);
	text-decoration: none;
	background: #fff;
	transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.wp-block-query-pagination-numbers a:hover,
.wp-block-query-pagination-previous a:hover,
.wp-block-query-pagination-next a:hover {
	border-color: var(--wp--preset--color--secondary);
	background: rgba(232,160,32,0.06);
}
.wp-block-query-pagination-numbers .current {
	background: var(--wp--preset--color--secondary);
	border-color: var(--wp--preset--color--secondary);
	color: #fff;
	font-weight: 600;
}

/* ── Post content typography ─────────────────── */
.wp-block-post-content p,
.entry-content p {
	line-height: 1.8;
	color: #2D3748;
}
.wp-block-post-content h2,
.wp-block-post-content h3,
.wp-block-post-content h4 {
	font-family: var(--wp--preset--font-family--heading);
	font-weight: 600;
	letter-spacing: -0.02em;
	margin-top: 2rem;
	margin-bottom: 0.75rem;
	color: var(--wp--preset--color--primary);
}
.wp-block-post-content a {
	color: var(--wp--preset--color--accent);
	text-decoration: underline;
	text-underline-offset: 3px;
}
.wp-block-post-content a:hover {
	color: var(--wp--preset--color--secondary);
}
.wp-block-post-content ul,
.wp-block-post-content ol {
	padding-left: 1.5rem;
	line-height: 1.8;
	color: #2D3748;
}
.wp-block-post-content ul li,
.wp-block-post-content ol li {
	margin-bottom: 0.4rem;
}
.wp-block-post-content blockquote {
	border-left: 3px solid var(--wp--preset--color--secondary);
	padding: 0.75rem 0 0.75rem 1.5rem;
	margin: 1.5rem 0;
	font-style: italic;
	color: #4A5568;
}
.wp-block-post-content img {
	border-radius: var(--wp--custom--radius--md);
	max-width: 100%;
	height: auto;
}
.wp-block-post-content figure figcaption {
	text-align: center;
	font-size: 0.8rem;
	color: var(--wp--preset--color--muted);
	margin-top: 0.5rem;
}
.wp-block-post-content code {
	background: var(--wp--preset--color--surface);
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 4px;
	padding: 0.15em 0.4em;
	font-size: 0.875em;
}
.wp-block-post-content pre {
	background: var(--wp--preset--color--primary);
	color: #e2e8f0;
	border-radius: var(--wp--custom--radius--md);
	padding: 1.25rem 1.5rem;
	overflow-x: auto;
	font-size: 0.875rem;
	line-height: 1.7;
}

/* ── Search form ─────────────────────────────── */
.wp-block-search__input {
	padding: 0.625rem 0.875rem;
	border: 1.5px solid var(--wp--preset--color--border);
	border-radius: 6px 0 0 6px !important;
	font-family: var(--wp--preset--font-family--body);
	font-size: 0.9rem;
	color: var(--wp--preset--color--primary);
	background: var(--wp--preset--color--surface);
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.wp-block-search__input:focus {
	outline: none;
	border-color: var(--wp--preset--color--secondary);
	box-shadow: 0 0 0 3px rgba(232,160,32,0.14);
}
.wp-block-search__button {
	background: var(--wp--preset--color--secondary) !important;
	color: #fff !important;
	border: none !important;
	border-radius: 0 6px 6px 0 !important;
	padding: 0.625rem 1rem !important;
	cursor: pointer;
	transition: background 0.2s ease;
}
.wp-block-search__button:hover {
	background: #c98b18 !important;
}

/* ── Read more link ──────────────────────────── */
.wp-block-read-more {
	font-size: 0.8rem;
	font-weight: 600;
	color: var(--wp--preset--color--secondary) !important;
	text-decoration: none;
}
.wp-block-read-more:hover {
	color: var(--wp--preset--color--accent) !important;
}

/* ── Post featured image in archive/blog ─────── */
.wp-block-post-featured-image img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-radius: 0;
}

/* ── Post title in cards ─────────────────────── */
.wp-block-post-title a {
	text-decoration: none;
	color: var(--wp--preset--color--primary);
	transition: color 0.2s ease;
}
.wp-block-post-title a:hover {
	color: var(--wp--preset--color--accent);
}

/* ── Responsive ──────────────────────────────── */
@media (max-width: 768px) {
	.hide-mobile { display: none !important; }
	.product-card-image { height: 140px; }
}

@media (max-width: 600px) {
	.wp-block-columns { flex-direction: column; }
}

/* ── Brochure product grid ───────────────────── */
.pb-product-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.25rem;
}
.pb-category-browser {
	display: grid;
	gap: 1.75rem;
}
.pb-category-tabs {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	margin-bottom: 0.5rem;
}
.pb-category-tab {
	appearance: none;
	border: 1px solid rgba(8, 33, 57, 0.12);
	border-radius: var(--wp--custom--radius--md);
	background: var(--wp--preset--color--white);
	color: var(--wp--preset--color--primary);
	box-shadow: var(--wp--custom--shadow--sm);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.25rem;
	min-height: 96px;
	padding: 1.15rem 1.2rem;
	position: relative;
	text-align: left;
	transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, transform 0.2s ease;
	width: 100%;
}
.pb-category-tab:hover,
.pb-category-tab:focus-visible {
	border-color: var(--wp--preset--color--accent);
	box-shadow: var(--wp--custom--shadow--md);
	outline: none;
	transform: translateY(-1px);
}
.pb-category-tab.is-active {
	background: var(--wp--preset--color--primary);
	border-color: var(--wp--preset--color--primary);
	color: var(--wp--preset--color--white);
}
.pb-category-tab.is-active::before {
	background: var(--wp--preset--color--secondary);
	content: "";
	height: 4px;
	left: 1rem;
	position: absolute;
	right: 1rem;
	top: 0;
}
.pb-category-tab__content {
	display: grid;
	gap: 0.45rem;
	min-width: 0;
}
.pb-category-tab__title {
	font-family: var(--wp--preset--font-family--heading);
	font-size: clamp(1rem, 1.35vw, 1.25rem);
	font-weight: 700;
	line-height: 1.2;
}
.pb-category-tab small {
	color: inherit;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	opacity: 0.72;
	text-transform: uppercase;
	white-space: nowrap;
}
.pb-category-tab__marker {
	border: 1px solid currentColor;
	border-radius: 999px;
	display: grid;
	flex: 0 0 2.2rem;
	height: 2.2rem;
	opacity: 0.5;
	place-items: center;
	width: 2.2rem;
}
.pb-category-tab__marker::before {
	border-right: 2px solid currentColor;
	border-top: 2px solid currentColor;
	content: "";
	height: 0.5rem;
	transform: rotate(45deg);
	width: 0.5rem;
}
.pb-category-tab.is-active .pb-category-tab__marker {
	background: var(--wp--preset--color--secondary);
	border-color: var(--wp--preset--color--secondary);
	color: var(--wp--preset--color--primary);
	opacity: 1;
}
.pb-category-panel[hidden] {
	display: none !important;
}
.pb-category-heading {
	border-bottom: 1px solid rgba(8, 33, 57, 0.12);
	display: grid;
	grid-template-columns: minmax(0, 0.65fr) minmax(260px, 0.35fr);
	gap: 1.5rem;
	align-items: end;
	margin-bottom: 1.5rem;
	padding-bottom: 1rem;
}
.pb-category-heading h2 {
	color: var(--wp--preset--color--primary);
	font-family: var(--wp--preset--font-family--heading);
	font-size: clamp(1.75rem, 2.4vw, 2.35rem);
	line-height: 1.1;
	margin: 0;
}
.pb-category-heading p:last-child {
	color: #4A5568;
	font-size: 0.95rem !important;
	line-height: 1.65 !important;
	margin: 0;
}
.pb-product-card {
	background: var(--wp--preset--color--white);
	border: 1px solid var(--wp--preset--color--border);
	border-radius: var(--wp--custom--radius--md);
	box-shadow: var(--wp--custom--shadow--sm);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	text-decoration: none !important;
	color: inherit !important;
	transition: box-shadow 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
	-webkit-tap-highlight-color: transparent;
	cursor: pointer;
}
.pb-product-card:hover,
.pb-product-card:focus-visible {
	border-color: var(--wp--preset--color--accent);
	box-shadow: var(--wp--custom--shadow--md);
	transform: translateY(-2px);
	outline: none;
}
.pb-product-card img {
	width: 100%;
	height: 205px;
	object-fit: contain;
	background: #f4f6f8;
	padding: 1rem;
	box-sizing: border-box;
	border-radius: 0;
}
.pb-product-card__body {
	padding: 1.1rem;
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	gap: 0.45rem;
}
.pb-product-card__eyebrow {
	margin: 0;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--wp--preset--color--secondary);
}
.pb-product-card h3 {
	margin: 0;
	font-family: var(--wp--preset--font-family--heading);
	font-size: 1rem;
	line-height: 1.25;
	color: var(--wp--preset--color--primary);
}
.pb-product-card p:last-child {
	margin: 0;
	font-size: 0.875rem;
	line-height: 1.55;
	color: #4A5568;
}
.pb-product-card__action {
	margin-top: auto !important;
	padding-top: 0.75rem;
}
.pb-product-card__action .wp-block-button__link {
	display: block;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	font-size: 0.85rem;
	border: 1.5px solid var(--wp--preset--color--primary);
	background: transparent;
	color: var(--wp--preset--color--primary);
}
.pb-product-card__action .wp-block-button__link:hover,
.pb-product-card__action .wp-block-button__link:focus,
.pb-product-card__action .wp-block-button__link:active {
	background: var(--wp--preset--color--primary);
	color: var(--wp--preset--color--white);
	transform: none !important;
}
.pb-product-card--approved {
	border-top-color: var(--wp--preset--color--border);
}
@media (max-width: 1024px) {
	.pb-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.pb-category-heading { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
	.pb-category-tabs { grid-template-columns: 1fr; }
	.pb-category-tab { min-height: 82px; }
	.pb-product-grid { grid-template-columns: 1fr; }
	.pb-product-card img { height: 220px; }
}

/* ── Interactive worksite layout ────────────── */
.pb-worksite {
	color: var(--wp--preset--color--primary);
}
.pb-worksite__header {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.55fr);
	gap: 2rem;
	align-items: end;
	margin-bottom: 2rem;
}
.pb-worksite__header h2 {
	margin: 0.35rem 0 0;
	font-size: clamp(1.75rem, 2.5vw, 2.5rem);
	line-height: 1.08;
	letter-spacing: -0.02em;
}
.pb-worksite__header > p {
	margin: 0;
	color: #4A5568;
	font-size: 0.98rem;
	line-height: 1.7;
}
.pb-worksite__viewport {
	position: relative;
	overflow-x: auto;
	overflow-y: hidden;
	border-radius: var(--wp--custom--radius--xl);
	box-shadow: var(--wp--custom--shadow--lg);
	background: var(--wp--preset--color--surface);
	-webkit-overflow-scrolling: touch;
}
.pb-worksite__scene {
	position: relative;
	min-width: 980px;
	aspect-ratio: 1200 / 620;
}
.pb-worksite__map {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.pb-worksite-marker {
	position: absolute;
	width: 9.2rem;
	text-decoration: none !important;
	color: var(--wp--preset--color--primary) !important;
	transform: translate(-50%, -50%);
	filter: drop-shadow(0 14px 18px rgba(13,33,55,0.24));
	transition: transform 0.22s ease, filter 0.22s ease;
	z-index: 2;
}
.pb-worksite-marker:focus-visible {
	outline: 3px solid var(--wp--preset--color--secondary);
	outline-offset: 4px;
	border-radius: 10px;
}
.pb-worksite-marker:hover,
.pb-worksite-marker:focus-visible {
	transform: translate(-50%, -54%) scale(1.04);
	filter: drop-shadow(0 18px 22px rgba(13,33,55,0.28));
}
.pb-worksite-marker__image {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 7.4rem;
	padding: 0.5rem;
	background: rgba(255,255,255,0.94);
	border: 1px solid rgba(221,227,233,0.9);
	border-radius: 12px;
	box-shadow: inset 0 0 0 1px rgba(255,255,255,0.65);
}
.pb-worksite-marker__image img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	border-radius: 6px;
	mix-blend-mode: multiply;
}
.pb-worksite-marker__label {
	display: block;
	width: max-content;
	max-width: 100%;
	margin: 0.45rem auto 0;
	padding: 0.35rem 0.62rem;
	border-radius: 999px;
	background: var(--wp--preset--color--secondary);
	color: var(--wp--preset--color--primary);
	font-family: var(--wp--preset--font-family--heading);
	font-size: 0.72rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	white-space: nowrap;
}
.pb-worksite-marker--led { left: 14%; top: 37%; }
.pb-worksite-marker--lights-left { left: 31%; top: 33%; }
.pb-worksite-marker--lighting { left: 51%; top: 26%; }
.pb-worksite-marker--speed { left: 70%; top: 33%; }
.pb-worksite-marker--barrier {
	left: 57%;
	top: 73%;
	width: 18rem;
}
.pb-worksite-marker--lights-right { left: 89%; top: 43%; }
.pb-worksite-marker--barrier .pb-worksite-marker__image {
	height: 6.25rem;
}
.pb-worksite-panels {
	margin-top: 1rem;
	padding: 1rem;
	border: 1px solid var(--wp--preset--color--border);
	border-radius: var(--wp--custom--radius--lg);
	background: var(--wp--preset--color--surface);
}
.pb-worksite-panel {
	display: none;
	grid-template-columns: minmax(0, 0.82fr) minmax(280px, 1fr);
	gap: 1.2rem;
	align-items: center;
	padding: 1.25rem;
	border-radius: var(--wp--custom--radius--md);
	background: var(--wp--preset--color--white);
	box-shadow: var(--wp--custom--shadow--sm);
	scroll-margin-top: 7rem;
}
.pb-worksite-panel:first-child,
.pb-worksite-panel:target {
	display: grid;
}
.pb-worksite-panels:has(.pb-worksite-panel:target) .pb-worksite-panel {
	display: none;
}
.pb-worksite-panels:has(.pb-worksite-panel:target) .pb-worksite-panel:target {
	display: grid;
}
.pb-worksite-panel:target {
	box-shadow: 0 0 0 3px rgba(232,160,32,0.22), var(--wp--custom--shadow--md);
}
.pb-worksite-panel__eyebrow {
	margin: 0 0 0.3rem !important;
	color: var(--wp--preset--color--secondary) !important;
	font-family: var(--wp--preset--font-family--heading);
	font-size: 0.72rem !important;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.2 !important;
	text-transform: uppercase;
}
.pb-worksite-panel h3 {
	margin: 0;
	font-size: clamp(1.15rem, 1.8vw, 1.55rem);
	line-height: 1.2;
	letter-spacing: -0.01em;
	color: var(--wp--preset--color--primary);
}
.pb-worksite-panel__products {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	justify-content: flex-end;
}
.pb-worksite-panel__products a {
	display: inline-flex;
	align-items: center;
	min-height: 2.55rem;
	padding: 0.62rem 0.85rem;
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 8px;
	background: #fff;
	color: var(--wp--preset--color--primary) !important;
	font-family: var(--wp--preset--font-family--heading);
	font-size: 0.84rem;
	font-weight: 700;
	line-height: 1.25;
	text-decoration: none !important;
	transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.pb-worksite-panel__products a:hover,
.pb-worksite-panel__products a:focus-visible {
	border-color: var(--wp--preset--color--secondary);
	background: var(--wp--preset--color--secondary);
	color: var(--wp--preset--color--primary) !important;
	transform: translateY(-1px);
	outline: none;
}
@media (max-width: 900px) {
	.pb-worksite__header,
	.pb-worksite-panel {
		grid-template-columns: 1fr;
	}
	.pb-worksite-panel__products {
		justify-content: flex-start;
	}
}
@media (max-width: 640px) {
	.pb-worksite__scene {
		min-width: 860px;
	}
	.pb-worksite-marker {
		width: 7.6rem;
	}
	.pb-worksite-marker__image {
		height: 6.1rem;
	}
	.pb-worksite-marker--barrier {
		width: 14rem;
	}
	.pb-worksite-marker--barrier .pb-worksite-marker__image {
		height: 5.1rem;
	}
	.pb-worksite-panels {
		padding: 0.75rem;
	}
	.pb-worksite-panel {
		padding: 1rem;
	}
	.pb-worksite-panel__products a {
		width: 100%;
		justify-content: center;
	}
}

/* Photo-based worksite explorer. This intentionally overrides the original
 * concept-map layout so Akshay's supplied site views do the visual work. */
.pb-worksite-photo {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(221,227,233,0.9);
	border-radius: var(--wp--custom--radius--lg);
	background: var(--wp--preset--color--primary);
	box-shadow: var(--wp--custom--shadow--lg);
}
.pb-worksite-photo::after {
	content: '';
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(180deg, rgba(13,33,55,0.04), rgba(13,33,55,0.2)),
		linear-gradient(90deg, rgba(13,33,55,0.18), transparent 30%, transparent 70%, rgba(13,33,55,0.12));
}
.pb-worksite-photo img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 0;
}
.pb-worksite-photo--aerial {
	margin-top: 0.5rem;
}
.pb-worksite-photo--clickmap {
	margin-top: 0.5rem;
}
.pb-worksite-photo--clickmap figcaption {
	position: relative;
	z-index: 2;
	margin: 0;
	padding: 0.85rem 1rem;
	background: rgba(13,33,55,0.94);
	color: rgba(255,255,255,0.86);
	font-size: 0.84rem;
	line-height: 1.45;
}
.pb-worksite-map-link {
	position: absolute;
	z-index: 4;
	display: block;
	border: 2px solid rgba(232,160,32,0.92);
	border-radius: 12px;
	background: rgba(232,160,32,0.08);
	text-decoration: none !important;
	box-shadow: inset 0 0 0 1px rgba(255,255,255,0.42), 0 10px 22px rgba(13,33,55,0.14);
	transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.pb-worksite-map-link span {
	position: absolute;
	left: 0.65rem;
	bottom: 0.65rem;
	display: inline-flex;
	align-items: center;
	min-height: 1.9rem;
	padding: 0.35rem 0.58rem;
	border-radius: 999px;
	background: var(--wp--preset--color--secondary);
	color: var(--wp--preset--color--primary);
	font-family: var(--wp--preset--font-family--heading);
	font-size: clamp(0.66rem, 1vw, 0.78rem);
	font-weight: 800;
	letter-spacing: 0.04em;
	line-height: 1.1;
	text-transform: uppercase;
	white-space: nowrap;
	box-shadow: 0 8px 14px rgba(13,33,55,0.25);
}
.pb-worksite-map-link:hover,
.pb-worksite-map-link:focus-visible {
	background: rgba(232,160,32,0.16);
	box-shadow: inset 0 0 0 1px rgba(255,255,255,0.7), 0 14px 28px rgba(13,33,55,0.22);
	transform: translateY(-2px);
	outline: none;
}
.pb-worksite-map-link:focus-visible {
	border-color: var(--wp--preset--color--white);
}
.pb-worksite-map-link--powermoon {
	left: 66.8%;
	top: 3.5%;
	width: 21.8%;
	height: 87.5%;
}
.pb-worksite-map-link--led-board {
	left: 41.7%;
	top: 34%;
	width: 22.5%;
	height: 22%;
}
.pb-worksite-map-link--traffic-light {
	left: 31.8%;
	top: 34.8%;
	width: 7.8%;
	height: 34%;
}
.pb-worksite-map-link--powermoon span,
.pb-worksite-map-link--traffic-light span {
	top: 0.65rem;
	bottom: auto;
}
.pb-worksite-perspectives {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 1rem;
}
.pb-worksite-perspectives figure {
	margin: 0;
}
.pb-worksite-perspectives figcaption {
	position: relative;
	z-index: 2;
	margin: 0;
	padding: 0.8rem 1rem;
	background: rgba(13,33,55,0.92);
	color: rgba(255,255,255,0.86);
	font-size: 0.82rem;
	line-height: 1.45;
}
.pb-worksite-hotspot {
	position: absolute;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	gap: 0.42rem;
	color: var(--wp--preset--color--primary) !important;
	font-family: var(--wp--preset--font-family--heading);
	font-size: clamp(0.64rem, 1vw, 0.78rem);
	font-weight: 800;
	line-height: 1;
	text-decoration: none !important;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	transform: translate(-50%, -50%);
	filter: drop-shadow(0 8px 12px rgba(13,33,55,0.28));
	transition: transform 0.2s ease, filter 0.2s ease;
}
.pb-worksite-hotspot::before {
	content: '';
	width: 1.05rem;
	height: 1.05rem;
	border: 3px solid var(--wp--preset--color--white);
	border-radius: 50%;
	background: var(--wp--preset--color--secondary);
	box-shadow: 0 0 0 4px rgba(232,160,32,0.35);
	flex: 0 0 auto;
}
.pb-worksite-hotspot span {
	display: inline-flex;
	align-items: center;
	min-height: 1.8rem;
	padding: 0.36rem 0.58rem;
	border: 1px solid rgba(255,255,255,0.3);
	border-radius: 999px;
	background: rgba(255,255,255,0.93);
	white-space: nowrap;
}
.pb-worksite-hotspot:hover,
.pb-worksite-hotspot:focus-visible {
	transform: translate(-50%, -56%) scale(1.04);
	filter: drop-shadow(0 12px 16px rgba(13,33,55,0.35));
	outline: none;
}
.pb-worksite-hotspot:focus-visible span {
	box-shadow: 0 0 0 3px var(--wp--preset--color--secondary);
}
.pb-worksite-hotspot--traffic-left { left: 16%; top: 29%; }
.pb-worksite-hotspot--traffic-right { left: 77%; top: 43%; }
.pb-worksite-hotspot--led-left { left: 25%; top: 33%; }
.pb-worksite-hotspot--led-right { left: 77%; top: 30%; }
.pb-worksite-hotspot--speed { left: 14%; top: 47%; }
.pb-worksite-hotspot--lighting { left: 53%; top: 56%; }
.pb-worksite-hotspot--barriers { left: 48%; top: 51%; }
.pb-worksite-hotspot--street-left-led { left: 75%; top: 37%; }
.pb-worksite-hotspot--street-left-speed { left: 39%; top: 57%; }
.pb-worksite-hotspot--street-left-lighting { left: 33%; top: 22%; }
.pb-worksite-hotspot--street-left-barriers { left: 52%; top: 80%; }
.pb-worksite-hotspot--street-right-traffic { left: 60%; top: 42%; }
.pb-worksite-hotspot--street-right-led { left: 64%; top: 58%; }
.pb-worksite-hotspot--street-right-speed { left: 78%; top: 45%; }
.pb-worksite-hotspot--street-right-lighting { left: 42%; top: 22%; }
.pb-worksite-hotspot--street-right-barriers { left: 77%; top: 78%; }
@media (max-width: 900px) {
	.pb-worksite-perspectives {
		grid-template-columns: 1fr;
	}
	.pb-worksite-photo--aerial {
		overflow-x: auto;
	}
	.pb-worksite-photo--aerial img {
		width: 900px;
		max-width: none;
	}
	.pb-worksite-photo--aerial .pb-worksite-hotspot {
		left: calc(var(--hotspot-x, 50) * 9px);
	}
	.pb-worksite-hotspot--traffic-left { --hotspot-x: 16; }
	.pb-worksite-hotspot--traffic-right { --hotspot-x: 77; }
	.pb-worksite-hotspot--led-left { --hotspot-x: 25; }
	.pb-worksite-hotspot--led-right { --hotspot-x: 77; }
	.pb-worksite-hotspot--speed { --hotspot-x: 14; }
	.pb-worksite-hotspot--lighting { --hotspot-x: 53; }
	.pb-worksite-hotspot--barriers { --hotspot-x: 48; }
}
@media (max-width: 640px) {
	.pb-worksite-map-link {
		border-radius: 8px;
		border-width: 1.5px;
	}
	.pb-worksite-map-link span {
		left: 0.35rem;
		bottom: 0.35rem;
		min-height: 1.55rem;
		padding: 0.28rem 0.4rem;
		font-size: 0.56rem;
		line-height: 1.05;
		white-space: nowrap;
	}
	.pb-worksite-map-link--powermoon span,
	.pb-worksite-map-link--traffic-light span {
		top: 0.35rem;
		bottom: auto;
	}
	.pb-worksite-hotspot span {
		padding: 0.32rem 0.46rem;
	}
	.pb-worksite-hotspot::before {
		width: 0.92rem;
		height: 0.92rem;
		border-width: 2px;
	}
	.pb-worksite-perspectives figcaption {
		font-size: 0.78rem;
	}
}
/* ── Supplied image hotspot map ──────────────── */
.pb-worksite .image-map {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
	background: #d9e2ec;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
}
.pb-worksite .image-map > img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 0;
}
.pb-worksite .hotspot {
	position: absolute;
	display: block;
	text-decoration: none;
	border: 3px solid rgba(255, 196, 0, 0.98);
	background: rgba(255, 196, 0, 0.22);
	border-radius: 8px;
	transition: background 150ms ease, box-shadow 150ms ease;
	z-index: 3;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6), 0 0 0 2px rgba(0, 0, 0, 0.22);
}
.pb-worksite .hotspot:hover,
.pb-worksite .hotspot:focus-visible {
	background: rgba(255, 196, 0, 0.34);
	box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.85);
	outline: none;
}
.pb-worksite .marker {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 26px;
	height: 26px;
	transform: translate(-50%, -50%);
	border: 3px solid #ffffff;
	border-radius: 50%;
	background: #ffc400;
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.45);
}
.pb-worksite .label {
	position: absolute;
	left: 8px;
	bottom: 8px;
	width: max-content;
	max-width: 180px;
	padding: 7px 10px;
	border-radius: 5px;
	color: #ffffff;
	background: rgba(17, 24, 39, 0.92);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	opacity: 1;
	pointer-events: none;
	transition: opacity 150ms ease;
	box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
}
.pb-worksite .hotspot:hover .label,
.pb-worksite .hotspot:focus-visible .label {
	opacity: 1;
}
.pb-worksite .hotspot-power-moon {
	left: 66.5%;
	top: 4%;
	width: 18%;
	height: 86%;
}
.pb-worksite .hotspot-led-board {
	left: 43.5%;
	top: 35%;
	width: 21%;
	height: 38%;
}
.pb-worksite .hotspot-traffic-light {
	left: 33.4%;
	top: 43%;
	width: 5.2%;
	height: 21%;
}
.pb-worksite .hotspot-barrier {
	left: 24%;
	top: 67%;
	width: 35%;
	height: 17%;
}
@media (max-width: 700px) {
	.pb-worksite .label {
		font-size: 12px;
	}
}

/* ── Contact page typography consistency ─────── */
.page-id-11 .entry-content {
	font-size: var(--wp--preset--font-size--medium);
}
.page-id-11 .entry-content .wp-block-column > p:not(.section-label) {
	font-size: 0.95rem !important;
	line-height: 1.7 !important;
}
.page-id-11 .entry-content .wpcf7 p {
	font-size: 0.9rem !important;
	line-height: 1.45 !important;
}
.page-id-11 .entry-content h2.has-x-large-font-size {
	font-size: clamp(1.75rem, 3vw, 2.25rem) !important;
	line-height: 1.15;
}
.page-id-11 .entry-content .wp-block-column > p:not(.section-label):not([style*="font-size"]) {
	font-size: 0.95rem;
}
.page-id-11 .entry-content .wpcf7-form-control:not(.wpcf7-submit),
.page-id-11 .entry-content .wpcf7 select,
.page-id-11 .entry-content .wpcf7 textarea {
	font-size: 0.9rem;
	line-height: 1.45;
}
.page-id-11 .entry-content .pbtraffic-label {
	font-size: 0.85rem;
	line-height: 1.45;
}

/* ── Inner page typography normalisation ───────
 * WordPress global styles currently output a 20px body/medium font size on
 * non-home pages. The home page has explicit 16px paragraph sizing and looks
 * correct, so keep these overrides scoped to inner pages and plain content.
 */
body.page:not(.home) main {
	font-size: 1rem;
}
body.page:not(.home) main p:not([class]),
body.page:not(.home) main li:not([class]) {
	font-size: 1rem !important;
	line-height: 1.75 !important;
}
body.page:not(.home) main h4:not([class]) {
	font-size: 1.125rem !important;
	line-height: 1.25 !important;
}
body.page:not(.home) main .has-x-large-font-size {
	font-size: clamp(1.5rem, 2vw, 1.75rem) !important;
}

/* Product card body copy: smaller than the intro paragraph so longer
 * descriptions fit the cards without dominating the grid. */
.pb-product-card__body > p:not(.pb-product-card__eyebrow):not(.pb-product-card__action) {
	font-size: 0.875rem !important;
	line-height: 1.6 !important;
	color: #4A5568;
}

/* ── Rich product detail pages ───────────────── */
.pb-detail-hero {
	background: var(--wp--preset--color--primary);
	color: var(--wp--preset--color--white);
	padding: var(--wp--preset--spacing--60) var(--wp--preset--spacing--40) var(--wp--preset--spacing--40);
}
.pb-detail-hero__inner,
.pb-detail-wrap {
	max-width: 1160px;
	margin: 0 auto;
}
.pb-detail-label {
	display: inline-block;
	font-family: var(--wp--preset--font-family--heading);
	font-size: 0.72rem !important;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--wp--preset--color--secondary) !important;
	margin: 0 0 0.6rem !important;
}
.pb-detail-label a,
.pb-detail-label a:visited {
	color: var(--wp--preset--color--secondary) !important;
	text-decoration: none !important;
}
.pb-detail-label a:hover {
	color: #fff !important;
	text-decoration: none !important;
}
.pb-detail-overline {
	color: var(--wp--preset--color--white) !important;
	font-size: 0.9rem;
	letter-spacing: 0.04em;
	margin: 0 0 0.6rem !important;
}
.pb-detail-hero h1 {
	color: var(--wp--preset--color--white);
	font-size: clamp(2.25rem, 3.5vw, 3.5rem);
	line-height: 1.1;
	margin: 0;
}
.pb-detail-main {
	background: var(--wp--preset--color--surface);
	padding: var(--wp--preset--spacing--60) var(--wp--preset--spacing--40);
}
.pb-detail-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
	gap: 2rem;
	align-items: start;
}
.pb-detail-main-image,
.pb-detail-gallery figure,
.pb-detail-card {
	background: var(--wp--preset--color--white);
	border: 1px solid var(--wp--preset--color--border);
	border-radius: var(--wp--custom--radius--lg);
	box-shadow: var(--wp--custom--shadow--sm);
}
.pb-detail-main-image {
	padding: 1rem;
	margin: 0;
}
.pb-detail-main-image img {
	display: block;
	width: 100%;
	max-height: 560px;
	object-fit: contain;
	border-radius: var(--wp--custom--radius--md);
	background: #f4f6f8;
}
.pb-detail-gallery {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.9rem;
	margin-top: 1rem;
}
.pb-detail-gallery figure {
	padding: 0.6rem;
	margin: 0;
}
.pb-detail-gallery img {
	display: block;
	width: 100%;
	height: 140px;
	object-fit: contain;
	border-radius: 6px;
	background: #f4f6f8;
}
.pb-detail-gallery figcaption {
	font-size: 0.78rem;
	line-height: 1.35;
	color: #4A5568;
	margin-top: 0.45rem;
}
.pb-detail-video {
	background: var(--wp--preset--color--white);
	border: 1px solid var(--wp--preset--color--border);
	border-radius: var(--wp--custom--radius--lg);
	box-shadow: var(--wp--custom--shadow--sm);
	padding: 1rem;
	margin: 1rem 0 0;
}
.pb-detail-video iframe {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	border: 0;
	border-radius: var(--wp--custom--radius--md);
	background: #f4f6f8;
}
.pb-detail-video figcaption {
	font-size: 0.78rem;
	line-height: 1.35;
	color: #4A5568;
	margin-top: 0.45rem;
}
.pb-detail-card--technical { margin-top: 1rem; }
.pb-detail-card { padding: 1.5rem; }
.pb-detail-card + .pb-detail-card { margin-top: 1rem; }
.pb-detail-card h2,
.pb-detail-card h3 {
	margin: 0 0 0.85rem;
	color: var(--wp--preset--color--primary);
}
.pb-detail-card h2 { font-size: clamp(1.5rem, 2vw, 1.9rem); }
.pb-detail-card h3 { font-size: 1.15rem; }
.pb-detail-card p,
.pb-detail-card li,
.pb-detail-specs li {
	font-size: 1rem !important;
	line-height: 1.75 !important;
	color: #4A5568;
}
.pb-detail-card p { margin: 0 0 0.9rem; }
.pb-detail-card p:last-child { margin-bottom: 0; }
.pb-detail-list,
.pb-detail-specs {
	margin: 0;
	padding-left: 1.2rem;
}
.pb-detail-list li,
.pb-detail-specs li { margin-bottom: 0.45rem; }
.pb-detail-specs {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.5rem 1rem;
	padding-left: 0;
	list-style: none;
}
.pb-detail-specs strong { color: var(--wp--preset--color--primary); }
.pb-detail-cta {
	margin-top: 1.5rem;
	padding: 1.25rem 1.5rem;
	border-radius: var(--wp--custom--radius--lg);
	background: var(--wp--preset--color--primary);
	color: var(--wp--preset--color--white);
}
.pb-detail-cta p { color: rgba(255,255,255,0.9); margin: 0 0 1rem; }
.pb-detail-cta a {
	display: inline-block;
	background: var(--wp--preset--color--secondary);
	color: var(--wp--preset--color--primary);
	font-family: var(--wp--preset--font-family--heading);
	font-weight: 700;
	text-decoration: none;
	padding: 0.75rem 1.25rem;
	border-radius: 6px;
}
@media (max-width: 900px) {
	.pb-detail-grid { grid-template-columns: 1fr; }
	.pb-detail-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
	.pb-detail-gallery,
	.pb-detail-specs { grid-template-columns: 1fr; }
	.pb-detail-main,
	.pb-detail-hero { padding-left: 1.25rem; padding-right: 1.25rem; }
}
