/*
Theme Name: PDL Furniture Modern
Theme URI: https://www.pdl-furniture.cn/
Description: Lightweight production child theme for PDL Furniture, built on Hello Elementor.
Author: PDL Furniture
Template: hello-elementor
Version: 1.3.56
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
Text Domain: pdl-furniture-modern
*/

:root {
	--pdl-color-text: #17202a;
	--pdl-color-muted: #5d6673;
	--pdl-color-border: #dfe4ea;
	--pdl-color-surface: #ffffff;
	--pdl-color-accent: #0f6b5f;
	--pdl-color-brand: #154a9a;
	--pdl-color-navy: #0b1f33;
	--pdl-color-ink: #12202f;
	--pdl-color-gold: #c99035;
	--pdl-color-soft: #f5f7f6;
	--pdl-font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", "Noto Sans CJK SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
	--pdl-radius: 8px;
	--pdl-container: min(1180px, calc(100vw - 32px));
	--pdl-focus-ring: 0 0 0 3px rgba(15, 107, 95, 0.25);
}

html {
	scroll-behavior: smooth;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: subpixel-antialiased;
}

body {
	color: var(--pdl-color-text);
	background: var(--pdl-color-surface);
	font-family: var(--pdl-font-sans);
	font-weight: 400;
	line-height: 1.6;
}

body,
button,
input,
textarea,
select,
.elementor-widget-heading .elementor-heading-title,
.elementor-widget-text-editor,
.elementor-widget-button .elementor-button,
.elementor-nav-menu a,
.elementor-icon-list-text,
.elementor-form,
.elementor-post__title,
.elementor-widget-theme-post-title .elementor-heading-title {
	font-family: var(--pdl-font-sans) !important;
}

.elementor-widget-heading .elementor-heading-title,
.elementor-widget-theme-post-title .elementor-heading-title {
	font-weight: 650 !important;
	letter-spacing: 0 !important;
}

.elementor-widget-text-editor,
.elementor-widget-text-editor p,
.elementor-icon-list-text,
.elementor-nav-menu a {
	font-weight: 430 !important;
}

img,
video,
iframe {
	max-width: 100%;
}

img {
	height: auto;
}

a {
	text-underline-offset: 0.18em;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
	outline: 2px solid var(--pdl-color-accent);
	outline-offset: 3px;
}

.site-main {
	min-height: 60vh;
}

.pdl-skip-link {
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: 100000;
	padding: 10px 14px;
	color: #ffffff;
	background: var(--pdl-color-accent);
	border-radius: var(--pdl-radius);
	transform: translateY(-160%);
	transition: transform 0.16s ease;
}

.pdl-skip-link:focus {
	transform: translateY(0);
}

.pdl-screen-reader-heading {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.home:not(.elementor-editor-active) .elementor-592 > .elementor-element-0570d5c {
	display: none !important;
}

.pdl-home-immersive-hero {
	position: relative;
	isolation: isolate;
	min-height: 720px;
	overflow: hidden;
	color: #ffffff;
	background: #07131f;
}

.pdl-home-hero-media {
	position: absolute;
	inset: 0;
	z-index: -2;
	background: #07131f;
}

.pdl-home-hero-media::after {
	position: absolute;
	inset: 0;
	content: "";
	background:
		linear-gradient(90deg, rgba(5, 14, 24, 0.96), rgba(5, 14, 24, 0.76) 42%, rgba(5, 14, 24, 0.18)),
		linear-gradient(180deg, rgba(5, 14, 24, 0.54), rgba(5, 14, 24, 0.88));
}

.pdl-home-hero-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	filter: saturate(1.04) contrast(1.05);
}

.pdl-home-hero-inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
	gap: 44px;
	align-items: center;
	width: min(1220px, calc(100vw - 40px));
	min-height: 720px;
	margin: 0 auto;
	padding: 116px 0 72px;
}

.pdl-home-hero-copy {
	max-width: 760px;
}

.pdl-home-hero-kicker,
.pdl-home-section-head span,
.pdl-home-factory-copy > span {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	margin-bottom: 18px;
	padding: 7px 12px;
	color: #bfebdf;
	background: rgba(15, 107, 95, 0.24);
	border: 1px solid rgba(191, 235, 223, 0.32);
	border-radius: 999px;
	font-size: 0.78rem;
	font-weight: 760;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0;
}

.pdl-home-hero-copy h1 {
	max-width: 780px;
	margin: 0;
	color: #ffffff;
	font-size: 4.35rem;
	font-weight: 780;
	line-height: 1.02;
	letter-spacing: 0;
	text-wrap: balance;
}

.pdl-home-hero-copy p {
	max-width: 720px;
	margin: 24px 0 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 1.08rem;
	font-weight: 450;
	line-height: 1.72;
}

.pdl-home-hero-actions,
.pdl-home-factory-links {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.pdl-home-hero-button,
.pdl-home-factory-links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 18px;
	border-radius: 8px;
	font-weight: 740;
	line-height: 1.2;
	text-decoration: none !important;
	cursor: pointer;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.pdl-home-hero-button--primary,
.pdl-home-factory-links a:first-child {
	color: #082018;
	background: #f3b45b;
	border: 1px solid #f3b45b;
}

.pdl-home-hero-button--secondary,
.pdl-home-factory-links a {
	color: #ffffff;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.22);
}

.pdl-home-hero-button:hover,
.pdl-home-hero-button:focus-visible,
.pdl-home-factory-links a:hover,
.pdl-home-factory-links a:focus-visible {
	box-shadow: 0 0 0 4px rgba(243, 180, 91, 0.18);
}

.pdl-home-hero-proof {
	display: grid;
	gap: 16px;
	align-self: stretch;
}

.pdl-home-hero-panorama {
	position: relative;
	min-height: 320px;
	margin: 0;
	overflow: hidden;
	background: #0d1824;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 10px;
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
}

.pdl-home-hero-panorama img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.pdl-home-hero-panorama figcaption {
	position: absolute;
	right: 14px;
	bottom: 14px;
	padding: 7px 10px;
	color: #ffffff;
	background: rgba(6, 16, 27, 0.78);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 8px;
	font-size: 0.82rem;
	font-weight: 720;
}

.pdl-home-hero-metrics {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin: 0;
}

.pdl-home-hero-metrics div {
	padding: 18px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 10px;
	backdrop-filter: blur(12px);
}

.pdl-home-hero-metrics dt {
	margin: 0 0 5px;
	color: #ffffff;
	font-size: 1.38rem;
	font-weight: 800;
	line-height: 1.15;
}

.pdl-home-hero-metrics dd {
	margin: 0;
	color: rgba(255, 255, 255, 0.76);
	font-size: 0.9rem;
	line-height: 1.45;
}

.pdl-home-project-path,
.pdl-home-factory-tour {
	width: min(1220px, calc(100vw - 40px));
	margin: 64px auto;
}

.pdl-home-section-head {
	max-width: 840px;
	margin-bottom: 28px;
}

.pdl-home-section-head span,
.pdl-home-factory-copy > span {
	color: #0f6b5f;
	background: rgba(15, 107, 95, 0.08);
	border-color: rgba(15, 107, 95, 0.18);
}

.pdl-home-section-head h2,
.pdl-home-factory-copy h2 {
	margin: 0;
	color: var(--pdl-color-text);
	font-size: 2.65rem;
	font-weight: 760;
	line-height: 1.08;
	letter-spacing: 0;
	text-wrap: balance;
}

.pdl-home-path-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.pdl-home-path-grid article {
	min-height: 100%;
	padding: 22px;
	background: #ffffff;
	border: 1px solid rgba(17, 32, 45, 0.1);
	border-radius: 10px;
	box-shadow: 0 14px 34px rgba(12, 24, 36, 0.08);
}

.pdl-home-path-step {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	margin-bottom: 18px;
	color: #0f6b5f;
	background: #e7f5f1;
	border-radius: 50%;
	font-size: 0.82rem;
	font-weight: 820;
}

.pdl-home-path-grid h3 {
	margin: 0 0 10px;
	color: var(--pdl-color-text);
	font-size: 1.12rem;
	line-height: 1.3;
	letter-spacing: 0;
}

.pdl-home-path-grid p {
	margin: 0;
	color: var(--pdl-color-muted);
	font-size: 0.96rem;
	line-height: 1.66;
}

.pdl-home-factory-tour {
	display: grid;
	grid-template-columns: minmax(300px, 0.44fr) minmax(0, 0.56fr);
	gap: 28px;
	align-items: stretch;
	padding: 28px;
	background:
		linear-gradient(135deg, rgba(238, 247, 244, 0.92), rgba(255, 255, 255, 0.98)),
		#ffffff;
	border: 1px solid rgba(17, 32, 45, 0.1);
	border-radius: 12px;
	box-shadow: 0 24px 54px rgba(12, 24, 36, 0.1);
}

.pdl-home-factory-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.pdl-home-factory-copy p {
	margin: 18px 0 0;
	color: var(--pdl-color-muted);
	font-size: 1rem;
	line-height: 1.74;
}

.pdl-home-factory-links a {
	color: var(--pdl-color-text);
	background: #ffffff;
	border-color: rgba(17, 32, 45, 0.12);
}

.pdl-home-factory-links a:first-child {
	color: #082018;
	background: #f3b45b;
	border-color: #f3b45b;
}

.pdl-home-panorama-shell {
	display: grid;
	gap: 14px;
}

.pdl-panorama-viewer {
	position: relative;
	height: 460px;
	overflow: hidden;
	background: #07131f;
	border: 1px solid rgba(17, 32, 45, 0.14);
	border-radius: 10px;
}

.pdl-panorama-viewer.pnlm-container {
	height: 460px;
}

.pdl-panorama-preview {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.pdl-panorama-viewer.is-ready .pdl-panorama-preview,
.pdl-panorama-viewer.is-ready .pdl-panorama-loading {
	display: none;
}

.pdl-panorama-loading {
	position: absolute;
	left: 14px;
	bottom: 14px;
	padding: 8px 11px;
	color: #ffffff;
	background: rgba(5, 14, 24, 0.78);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 8px;
	font-size: 0.84rem;
	font-weight: 720;
}

.pdl-panorama-controls {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.pdl-panorama-controls button {
	min-width: 0;
	min-height: 84px;
	padding: 12px;
	color: var(--pdl-color-text);
	text-align: left;
	white-space: normal;
	background: #ffffff;
	border: 1px solid rgba(17, 32, 45, 0.12);
	border-radius: 8px;
	cursor: pointer;
	transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.pdl-panorama-controls button:hover,
.pdl-panorama-controls button:focus-visible,
.pdl-panorama-controls button.is-active {
	background: #f4fbf8;
	border-color: rgba(15, 107, 95, 0.5);
	box-shadow: 0 0 0 3px rgba(15, 107, 95, 0.12);
}

.pdl-panorama-controls strong,
.pdl-panorama-controls small {
	display: block;
	overflow-wrap: anywhere;
}

.pdl-panorama-controls strong {
	margin-bottom: 4px;
	font-size: 0.94rem;
	line-height: 1.25;
}

.pdl-panorama-controls small {
	color: var(--pdl-color-muted);
	font-size: 0.78rem;
	line-height: 1.35;
}

.pdl-home-buyer-strip,
.pdl-home-buyer-faq {
	width: var(--pdl-container);
	margin: 44px auto;
	color: var(--pdl-color-text);
}

.pdl-home-buyer-strip {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.pdl-home-buyer-card,
.pdl-home-buyer-faq {
	border: 1px solid var(--pdl-color-border);
	border-radius: var(--pdl-radius);
	background: #ffffff;
	box-shadow: 0 14px 34px rgba(17, 32, 48, 0.08);
}

.pdl-home-buyer-card {
	padding: 22px;
}

.pdl-home-buyer-card strong {
	display: block;
	margin-bottom: 8px;
	font-size: 1.05rem;
	line-height: 1.35;
}

.pdl-home-buyer-card p,
.pdl-home-buyer-faq p {
	margin: 0;
	color: var(--pdl-color-muted);
	font-size: 0.98rem;
	line-height: 1.65;
}

.pdl-home-buyer-faq {
	padding: 28px;
}

.pdl-home-buyer-faq h2 {
	margin: 0 0 18px;
	font-size: clamp(1.45rem, 2vw, 2rem);
	line-height: 1.25;
	letter-spacing: 0;
}

.pdl-home-buyer-faq dl {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
	margin: 0;
}

.pdl-home-buyer-faq dt {
	margin: 0 0 8px;
	font-weight: 650;
	line-height: 1.35;
}

.pdl-home-buyer-faq dd {
	margin: 0;
}

.pdl-section-seo-content,
.pdl-singular-seo-content {
	width: var(--pdl-container);
	margin: 48px auto;
	color: var(--pdl-color-text);
}

.pdl-section-seo-content {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
	gap: 28px;
	align-items: start;
}

.pdl-seo-panel,
.pdl-seo-faq,
.pdl-singular-seo-content {
	border: 1px solid var(--pdl-color-border);
	border-radius: var(--pdl-radius);
	background: #ffffff;
	box-shadow: 0 14px 34px rgba(17, 32, 48, 0.08);
}

.pdl-seo-panel,
.pdl-seo-faq,
.pdl-singular-seo-content {
	padding: 28px;
}

.pdl-section-seo-content h2,
.pdl-singular-seo-content h2 {
	margin: 0 0 14px;
	font-size: clamp(1.45rem, 2vw, 2rem);
	line-height: 1.25;
	letter-spacing: 0;
}

.pdl-section-seo-content h3,
.pdl-singular-seo-content h3 {
	margin: 24px 0 10px;
	font-size: 1.08rem;
	line-height: 1.35;
	letter-spacing: 0;
}

.pdl-section-seo-content p,
.pdl-singular-seo-content p,
.pdl-section-seo-content li,
.pdl-singular-seo-content li {
	color: var(--pdl-color-muted);
	font-size: 0.98rem;
	line-height: 1.7;
}

.pdl-section-seo-content p,
.pdl-singular-seo-content p {
	margin: 0 0 14px;
}

.pdl-section-seo-content ul,
.pdl-singular-seo-content ul {
	margin: 0;
	padding-left: 20px;
}

.pdl-singular-product-guide {
	border-radius: 8px;
}

.pdl-singular-product-guide--top {
	margin-top: clamp(24px, 4vw, 44px);
	margin-bottom: clamp(24px, 4vw, 38px);
	border-radius: 0;
	box-shadow: none;
	background:
		linear-gradient(120deg, rgba(15, 107, 95, 0.07), rgba(200, 137, 39, 0.06)),
		#ffffff;
}

.pdl-singular-product-guide--top .pdl-singular-product-lede {
	max-width: 920px;
	font-size: 1rem;
}

.pdl-singular-product-badge {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	margin-bottom: 12px;
	padding: 0 10px;
	color: #0b5f56;
	background: rgba(15, 107, 95, 0.09);
	border: 1px solid rgba(15, 107, 95, 0.16);
	border-radius: 999px;
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
}

.pdl-singular-product-guide--type .pdl-singular-product-badge {
	color: #8b5b09;
	background: rgba(200, 137, 39, 0.1);
	border-color: rgba(200, 137, 39, 0.2);
}

.pdl-singular-product-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
	gap: 22px;
	margin: 22px 0 6px;
}

.pdl-singular-product-grid > div {
	padding: 18px;
	background: #f7f8f6;
	border: 1px solid rgba(18, 32, 47, 0.08);
	border-radius: 8px;
}

.pdl-singular-product-grid h3:first-child {
	margin-top: 0;
}

.pdl-singular-product-grid--three {
	grid-template-columns: minmax(0, 1.08fr) minmax(220px, 0.86fr) minmax(240px, 0.95fr);
}

.pdl-singular-product-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 22px 0 4px;
}

.pdl-singular-product-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 16px;
	border: 1px solid rgba(15, 107, 95, 0.22);
	border-radius: 6px;
	color: #0b5f56;
	background: #ffffff;
	font-size: 0.92rem;
	font-weight: 750;
	line-height: 1.2;
	text-decoration: none;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.pdl-singular-product-actions a:first-child {
	color: #ffffff;
	background: #0f6b5f;
	border-color: #0f6b5f;
}

.pdl-singular-product-actions a:hover {
	color: #ffffff;
	background: #12301f;
	border-color: #12301f;
}

.pdl-singular-product-guide--top + .Product_GryImg {
	margin-top: 0;
}

.pdl-seo-faq dl {
	margin: 0;
}

.pdl-seo-faq dt {
	margin: 0 0 7px;
	font-weight: 650;
	line-height: 1.35;
}

.pdl-seo-faq dd {
	margin: 0 0 18px;
}

.pdl-seo-faq dd:last-child {
	margin-bottom: 0;
}

.pdl-product-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 22px;
}

.pdl-product-center-content {
	width: min(1220px, calc(100vw - 40px));
	margin: 54px auto 76px;
	color: var(--pdl-color-text);
	scroll-margin-top: 152px;
}

.pdl-product-area-guide,
.pdl-product-manufacturing-scope,
.pdl-product-info-band,
.pdl-product-faq,
.pdl-product-start-cta {
	scroll-margin-top: 152px;
}

.pdl-product-hub-nav {
	position: sticky;
	top: 74px;
	z-index: 8;
	display: flex;
	gap: 8px;
	align-items: center;
	margin: 0 0 18px;
	padding: 10px;
	overflow-x: auto;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(18, 32, 47, 0.1);
	border-radius: var(--pdl-radius);
	box-shadow: 0 18px 42px rgba(10, 24, 38, 0.11);
	backdrop-filter: blur(16px);
}

.pdl-product-hub-nav a {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0 14px;
	color: var(--pdl-color-text);
	background: transparent;
	border-radius: var(--pdl-radius);
	font-size: 0.86rem;
	font-weight: 760;
	line-height: 1.2;
	text-decoration: none;
	transition: color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.pdl-product-hub-nav a:hover,
.pdl-product-hub-nav a:focus-visible {
	color: #ffffff;
	background: var(--pdl-color-accent);
	box-shadow: 0 10px 22px rgba(15, 107, 95, 0.18);
}

.pdl-product-info-band {
	display: block;
}

.pdl-product-center-lead,
.pdl-product-info-band,
.pdl-product-faq {
	border: 1px solid rgba(18, 32, 47, 0.1);
	border-radius: var(--pdl-radius);
	background: #ffffff;
	box-shadow: 0 14px 34px rgba(10, 24, 38, 0.08);
}

.pdl-product-center-lead,
.pdl-product-info-band,
.pdl-product-faq {
	padding: clamp(24px, 4vw, 38px);
}

.pdl-product-center-lead h2,
.pdl-product-section-head h2,
.pdl-product-info-band h3,
.pdl-product-start-cta h2,
.pdl-product-faq h2 {
	margin: 0 0 14px;
	color: var(--pdl-color-ink);
	font-size: clamp(1.65rem, 2.6vw, 2.55rem);
	font-weight: 760;
	line-height: 1.12;
	letter-spacing: 0;
	text-wrap: balance;
}

.pdl-product-center-lead p,
.pdl-product-area-grid p,
.pdl-product-info-band p,
.pdl-product-review-box li,
.pdl-product-manufacturing-scope li,
.pdl-product-start-cta p,
.pdl-product-faq-item p,
.pdl-product-faq details p,
.pdl-product-faq p {
	color: var(--pdl-color-muted);
	font-size: 0.98rem;
	line-height: 1.7;
}

.pdl-product-center-lead p,
.pdl-product-area-grid p,
.pdl-product-info-band p,
.pdl-product-start-cta p,
.pdl-product-faq-item p,
.pdl-product-faq details p,
.pdl-product-faq p {
	margin: 0 0 14px;
}

.pdl-product-center-lead > div {
	max-width: 860px;
}

.pdl-product-section-head {
	max-width: 760px;
	margin-bottom: 18px;
}

.pdl-product-area-guide,
.pdl-product-manufacturing-scope,
.pdl-product-start-cta {
	margin-top: 20px;
	padding: clamp(24px, 4vw, 38px);
	border: 1px solid rgba(18, 32, 47, 0.1);
	border-radius: var(--pdl-radius);
	background: #ffffff;
	box-shadow: 0 14px 34px rgba(10, 24, 38, 0.08);
}

.pdl-product-area-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.pdl-product-area-card {
	position: relative;
	display: block;
	min-height: 100%;
	padding: 20px;
	color: inherit;
	background: #f7f8f6;
	border: 1px solid rgba(18, 32, 47, 0.08);
	border-radius: var(--pdl-radius);
	text-decoration: none;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease, background 0.18s ease;
}

.pdl-product-area-card::before {
	content: "";
	display: block;
	width: 34px;
	height: 3px;
	margin: 0 0 16px;
	background: var(--pdl-color-gold);
	border-radius: 999px;
}

.pdl-product-area-card:hover,
.pdl-product-area-card:focus-visible {
	background: #ffffff;
	border-color: rgba(15, 107, 95, 0.28);
	box-shadow: 0 18px 36px rgba(10, 24, 38, 0.11);
	transform: translateY(-3px);
}

.pdl-product-area-card h3 {
	margin: 0 0 10px;
	color: var(--pdl-color-ink);
	font-size: 1.04rem;
	font-weight: 760;
	line-height: 1.3;
}

.pdl-product-area-card span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-top: 12px;
	color: var(--pdl-color-accent);
	font-size: 0.9rem;
	font-weight: 760;
	line-height: 1.2;
}

.pdl-product-area-card span::after {
	content: "";
	width: 7px;
	height: 7px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: rotate(45deg);
}

.pdl-product-manufacturing-scope {
	color: #ffffff;
	background:
		linear-gradient(135deg, rgba(18, 32, 47, 0.98), rgba(11, 31, 51, 0.94)),
		var(--pdl-color-navy);
}

.pdl-product-manufacturing-scope .pdl-product-section-head h2,
.pdl-product-start-cta h2 {
	color: #ffffff;
}

.pdl-product-manufacturing-scope ul {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pdl-product-manufacturing-scope li {
	position: relative;
	padding: 13px 14px 13px 34px;
	color: rgba(255, 255, 255, 0.82);
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: var(--pdl-radius);
	font-weight: 650;
	line-height: 1.35;
}

.pdl-product-manufacturing-scope li a {
	color: inherit;
	text-decoration: none;
}

.pdl-product-manufacturing-scope li.has-link {
	transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.pdl-product-manufacturing-scope li.has-link:hover,
.pdl-product-manufacturing-scope li.has-link:focus-within {
	color: #ffffff;
	background: rgba(255, 255, 255, 0.15);
	border-color: rgba(255, 255, 255, 0.28);
}

.pdl-product-manufacturing-scope li::before {
	content: "";
	position: absolute;
	top: 18px;
	left: 15px;
	width: 8px;
	height: 8px;
	background: var(--pdl-color-gold);
	border-radius: 50%;
}

.pdl-product-review-box {
	margin-top: 20px;
	padding: 22px;
	background: #f7f8f6;
	border: 1px solid rgba(18, 32, 47, 0.08);
	border-radius: var(--pdl-radius);
}

.pdl-product-review-box h3 {
	margin: 0 0 14px;
	color: var(--pdl-color-ink);
	font-size: 1.08rem;
	font-weight: 760;
	line-height: 1.3;
}

.pdl-product-review-box ul {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pdl-product-review-box li {
	position: relative;
	padding-left: 20px;
}

.pdl-product-review-box li::before {
	content: "";
	position: absolute;
	top: 0.68em;
	left: 0;
	width: 8px;
	height: 8px;
	background: var(--pdl-color-gold);
	border-radius: 50%;
}

.pdl-product-process-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.pdl-product-process-links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 14px;
	color: var(--pdl-color-accent);
	background: #ffffff;
	border: 1px solid rgba(15, 107, 95, 0.18);
	border-radius: var(--pdl-radius);
	font-size: 0.92rem;
	font-weight: 760;
	line-height: 1.2;
	text-decoration: none;
	transition: color 0.18s ease, background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.pdl-product-process-links a:hover,
.pdl-product-process-links a:focus-visible {
	color: #ffffff;
	background: var(--pdl-color-accent);
	border-color: var(--pdl-color-accent);
	box-shadow: 0 10px 22px rgba(15, 107, 95, 0.16);
}

.pdl-product-scope-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 22px;
}

.pdl-product-scope-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 16px;
	color: var(--pdl-color-navy);
	background: #ffffff;
	border: 1px solid rgba(255, 255, 255, 0.72);
	border-radius: var(--pdl-radius);
	font-size: 0.92rem;
	font-weight: 780;
	line-height: 1.2;
	text-decoration: none;
	transition: color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.pdl-product-scope-actions a:hover,
.pdl-product-scope-actions a:focus-visible {
	color: #ffffff;
	background: var(--pdl-color-accent);
	box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
}

.pdl-product-card-details {
	display: grid;
	gap: 8px;
	margin-top: 2px;
	color: var(--pdl-color-muted);
	font-size: 0.9rem;
	line-height: 1.55;
}

.pdl-product-card-details b {
	color: var(--pdl-color-ink);
	font-weight: 760;
}

.pdl-product-workflow-steps {
	display: grid;
	gap: 10px;
	margin: 18px 0;
	padding: 0;
	list-style: none;
	counter-reset: pdl-workflow;
}

.pdl-product-workflow-steps li {
	position: relative;
	min-height: 64px;
	padding: 12px 14px 12px 54px;
	background: #ffffff;
	border: 1px solid rgba(18, 32, 47, 0.1);
	border-radius: 8px;
	counter-increment: pdl-workflow;
}

.pdl-product-workflow-steps li::before {
	position: absolute;
	top: 12px;
	left: 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	color: #ffffff;
	background: var(--pdl-color-accent);
	border-radius: 999px;
	font-size: 0.82rem;
	font-weight: 800;
	content: counter(pdl-workflow);
}

.pdl-product-workflow-steps strong,
.pdl-product-workflow-steps span {
	display: block;
}

.pdl-product-workflow-steps strong {
	margin-bottom: 4px;
	color: var(--pdl-color-ink);
	font-size: 0.96rem;
	line-height: 1.35;
}

.pdl-product-workflow-steps span {
	color: var(--pdl-color-muted);
	font-size: 0.9rem;
	line-height: 1.5;
}

.pdl-product-info-band {
	margin: 20px 0;
	background: #f8faf9;
}

.pdl-product-start-cta {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 24px;
	align-items: center;
	color: #ffffff;
	background:
		linear-gradient(135deg, rgba(11, 31, 51, 0.97), rgba(15, 107, 95, 0.9)),
		var(--pdl-color-navy);
}

.pdl-product-start-cta p {
	color: rgba(255, 255, 255, 0.76);
}

.pdl-product-faq-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	margin: 0;
}

.pdl-product-faq-item {
	padding: 18px;
	background: #f7f8f6;
	border: 1px solid rgba(18, 32, 47, 0.08);
	border-radius: var(--pdl-radius);
	transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.pdl-product-faq-item:hover,
.pdl-product-faq-item:focus-within {
	background: #ffffff;
	border-color: rgba(15, 107, 95, 0.24);
	box-shadow: 0 12px 26px rgba(10, 24, 38, 0.08);
}

.pdl-product-faq-item h3 {
	margin: 0 0 12px;
	color: var(--pdl-color-ink);
	font-size: 1rem;
	font-weight: 760;
	line-height: 1.35;
}

.pdl-product-faq-item p:last-child {
	margin-bottom: 0;
}

.pdl-product-faq details {
	padding: 18px;
	background: #f7f8f6;
	border: 1px solid rgba(18, 32, 47, 0.08);
	border-radius: var(--pdl-radius);
	transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.pdl-product-faq details[open],
.pdl-product-faq details:hover {
	background: #ffffff;
	border-color: rgba(15, 107, 95, 0.24);
	box-shadow: 0 12px 26px rgba(10, 24, 38, 0.08);
}

.pdl-product-faq summary {
	display: flex;
	gap: 12px;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	list-style: none;
	color: var(--pdl-color-ink);
	font-weight: 760;
	line-height: 1.35;
}

.pdl-product-faq summary::-webkit-details-marker {
	display: none;
}

.pdl-product-faq summary::after {
	content: "";
	flex: 0 0 auto;
	width: 9px;
	height: 9px;
	border-right: 2px solid var(--pdl-color-accent);
	border-bottom: 2px solid var(--pdl-color-accent);
	transform: rotate(45deg);
	transition: transform 0.18s ease;
}

.pdl-product-faq details[open] summary::after {
	transform: rotate(225deg);
}

.pdl-product-faq details p {
	margin-top: 12px;
}

/* Product archive redesign: split space-based and product-type browsing. */
.category-products .Product_Loop {
	display: none !important;
}

.pdl-product-center-content {
	width: 100%;
	margin: 0;
	padding: clamp(54px, 7vw, 86px) 0 86px;
	background:
		linear-gradient(180deg, rgba(245, 247, 246, 0.92) 0%, rgba(255, 255, 255, 0.98) 42%, rgba(246, 248, 247, 0.92) 100%),
		#f7f8f6;
}

.pdl-product-center-content > * {
	width: min(1220px, calc(100vw - 40px));
	margin-right: auto;
	margin-left: auto;
}

.pdl-product-hub-nav {
	margin-bottom: 22px;
	box-shadow: 0 14px 34px rgba(10, 24, 38, 0.08);
}

@media (min-width: 1180px) {
	.pdl-product-center-content > * {
		width: min(1120px, calc(100vw - 360px));
	}

	.pdl-product-hub-nav {
		position: fixed;
		top: 50%;
		right: clamp(16px, 2vw, 28px);
		z-index: 20;
		flex-direction: column;
		align-items: stretch;
		width: 148px;
		margin: 0;
		padding: 8px;
		overflow: visible;
		transform: translateY(-50%);
	}

	.pdl-product-hub-nav a {
		justify-content: flex-start;
		width: 100%;
		min-height: 36px;
		padding: 0 12px;
		font-size: 0.82rem;
	}
}

.pdl-product-center-lead {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.38fr);
	gap: clamp(24px, 4vw, 52px);
	align-items: stretch;
	min-height: 320px;
	padding: clamp(28px, 5vw, 56px);
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(246, 248, 247, 0.94)),
		#ffffff;
}

.pdl-product-center-lead > div {
	display: grid;
	align-content: center;
	max-width: 820px;
}

.pdl-product-center-summary {
	display: grid;
	align-content: end;
	min-height: 100%;
	padding: 24px;
	color: #ffffff;
	background:
		linear-gradient(140deg, rgba(11, 31, 51, 0.94), rgba(15, 107, 95, 0.9)),
		var(--pdl-color-navy);
	border-radius: var(--pdl-radius);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.13);
}

.pdl-product-center-summary span,
.pdl-product-index-heading span {
	color: var(--pdl-color-gold);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.pdl-product-center-summary strong {
	display: block;
	margin: 10px 0 14px;
	font-size: clamp(1.35rem, 2vw, 1.85rem);
	font-weight: 760;
	line-height: 1.16;
	text-wrap: balance;
}

.pdl-product-center-summary p {
	margin: 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.96rem;
	line-height: 1.65;
}

.pdl-product-browse {
	margin-top: 26px;
	scroll-margin-top: 152px;
}

#pdl-product-types {
	scroll-margin-top: 152px;
}

.pdl-product-browse-head {
	max-width: 740px;
	margin-bottom: 22px;
}

.pdl-product-browse-head h2,
.pdl-product-index-heading h3 {
	margin: 8px 0 10px;
	color: var(--pdl-color-ink);
	font-weight: 760;
	line-height: 1.12;
	letter-spacing: 0;
	text-wrap: balance;
}

.pdl-product-browse-head h2 {
	font-size: clamp(1.7rem, 2.6vw, 2.55rem);
}

.pdl-product-browse-head p,
.pdl-product-index-heading p {
	margin: 0;
	color: var(--pdl-color-muted);
	font-size: 0.98rem;
	line-height: 1.7;
}

.pdl-product-index-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
	gap: 20px;
	align-items: start;
}

.pdl-product-index-layout--single {
	grid-template-columns: minmax(0, 1fr);
}

.pdl-product-index-layout--single .pdl-product-archive-card-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pdl-product-index-group {
	padding: clamp(22px, 3vw, 30px);
	background: #ffffff;
	border: 1px solid rgba(18, 32, 47, 0.1);
	border-radius: var(--pdl-radius);
	box-shadow: 0 16px 36px rgba(10, 24, 38, 0.08);
}

.pdl-product-index-group--type {
	background:
		linear-gradient(180deg, #ffffff 0%, #f8faf9 100%);
}

.pdl-product-index-heading {
	margin-bottom: 16px;
}

.pdl-product-index-heading h3 {
	font-size: clamp(1.28rem, 1.6vw, 1.72rem);
}

.pdl-product-archive-card-grid,
.pdl-product-type-grid {
	display: grid;
	gap: 14px;
}

.pdl-product-archive-card {
	position: relative;
	display: grid;
	grid-template-columns: minmax(126px, 35%) minmax(0, 1fr);
	min-height: 176px;
	overflow: hidden;
	color: inherit;
	background: #f8faf9;
	border: 1px solid rgba(18, 32, 47, 0.09);
	border-radius: var(--pdl-radius);
	text-decoration: none;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease, background 0.18s ease;
}

.pdl-product-archive-card:hover,
.pdl-product-archive-card:focus-visible {
	background: #ffffff;
	border-color: rgba(15, 107, 95, 0.26);
	box-shadow: 0 18px 34px rgba(10, 24, 38, 0.12);
	transform: translateY(-2px);
}

.pdl-product-archive-card-media {
	display: block;
	min-height: 100%;
	background-color: #dfe4ea;
	background-position: center;
	background-size: cover;
}

.pdl-product-archive-card-body {
	display: grid;
	align-content: center;
	gap: 10px;
	padding: 20px;
}

.pdl-product-archive-card strong {
	color: var(--pdl-color-ink);
	font-size: clamp(1rem, 1.1vw, 1.16rem);
	font-weight: 780;
	line-height: 1.24;
	text-wrap: balance;
}

.pdl-product-archive-card span span {
	color: var(--pdl-color-muted);
	font-size: 0.93rem;
	line-height: 1.62;
}

.pdl-product-archive-card em {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--pdl-color-accent);
	font-size: 0.9rem;
	font-style: normal;
	font-weight: 760;
	line-height: 1.2;
}

.pdl-product-archive-card em::after {
	content: "";
	width: 7px;
	height: 7px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: rotate(45deg);
}

.pdl-product-type-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pdl-product-archive-card--type {
	display: block;
	min-height: 0;
	background: #ffffff;
}

.pdl-product-archive-card--type .pdl-product-archive-card-body {
	min-height: 172px;
	align-content: start;
}

.pdl-product-archive-card--type::before {
	content: "";
	display: block;
	width: 34px;
	height: 3px;
	margin: 20px 20px 0;
	background: var(--pdl-color-gold);
	border-radius: 999px;
}

.pdl-product-showcase-page {
	color: var(--pdl-color-text);
	background: #ffffff;
}

.pdl-product-showcase-hero,
.pdl-product-roomsets,
.pdl-product-families,
.pdl-product-rfq,
.pdl-product-showcase-jump,
.pdl-product-detail-breadcrumb,
.pdl-product-detail-hero,
.pdl-product-detail-gallery,
.pdl-product-detail-related,
.pdl-product-detail-cta {
	width: min(1220px, calc(100vw - 40px));
	margin-right: auto;
	margin-left: auto;
}

		.pdl-product-showcase-hero {
			display: grid;
			gap: clamp(24px, 4vw, 42px);
			min-height: 0;
			padding: clamp(42px, 6vw, 76px) 0 clamp(26px, 4vw, 42px);
		}

.pdl-product-showcase-hero-copy h1,
.pdl-product-showcase-head h2,
.pdl-product-rfq h2 {
	margin: 0;
	color: var(--pdl-color-ink);
	font-weight: 780;
	line-height: 1.05;
	letter-spacing: 0;
	text-wrap: balance;
}

		.pdl-product-showcase-hero-copy h1 {
			max-width: 900px;
			font-size: clamp(2.25rem, 4vw, 4.25rem);
		}

	.pdl-product-showcase-hero-copy p,
	.pdl-product-showcase-head p,
	.pdl-product-rfq p {
		max-width: 720px;
		margin: 18px 0 0;
		color: var(--pdl-color-muted);
		font-size: 1rem;
		line-height: 1.72;
	}

.pdl-product-showcase-kicker {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	margin-bottom: 18px;
	padding: 7px 12px;
	color: #0f6b5f;
	background: rgba(15, 107, 95, 0.09);
	border: 1px solid rgba(15, 107, 95, 0.18);
	border-radius: 999px;
	font-size: 0.78rem;
	font-weight: 800;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0;
}

	.pdl-product-showcase-actions {
		display: flex;
		flex-wrap: wrap;
		gap: 12px;
		align-items: center;
		margin-top: 26px;
	}

	.pdl-product-showcase-proof {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 10px;
		max-width: 720px;
		margin: 24px 0 0;
		padding: 0;
		list-style: none;
	}

	.pdl-product-showcase-proof li {
		min-width: 0;
		padding: 14px 14px 13px;
		background: #f8faf9;
		border: 1px solid rgba(18, 32, 47, 0.09);
		border-radius: var(--pdl-radius);
	}

	.pdl-product-showcase-proof span {
		display: block;
		color: var(--pdl-color-accent);
		font-size: 0.72rem;
		font-weight: 800;
		line-height: 1.2;
		text-transform: uppercase;
		letter-spacing: 0;
	}

	.pdl-product-showcase-proof strong {
		display: block;
		margin-top: 6px;
		color: var(--pdl-color-ink);
		font-size: 0.92rem;
		font-weight: 760;
		line-height: 1.26;
	}

.pdl-product-showcase-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 18px;
	border: 1px solid rgba(15, 107, 95, 0.22);
	border-radius: var(--pdl-radius);
	font-size: 0.95rem;
	font-weight: 760;
	line-height: 1.2;
	text-decoration: none;
	transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.pdl-product-showcase-button--primary {
	color: #ffffff;
	background: var(--pdl-color-accent);
	border-color: var(--pdl-color-accent);
	box-shadow: 0 14px 28px rgba(15, 107, 95, 0.2);
}

.pdl-product-showcase-button--secondary {
	color: var(--pdl-color-accent);
	background: #ffffff;
}

.pdl-product-showcase-button--text {
	min-height: 38px;
	padding: 0;
	color: var(--pdl-color-ink);
	background: transparent;
	border-color: transparent;
}

.pdl-product-showcase-button:hover,
.pdl-product-showcase-button:focus-visible {
	transform: translateY(-1px);
	box-shadow: 0 14px 28px rgba(10, 24, 38, 0.12);
}

	.pdl-product-showcase-hero-media {
		position: relative;
		min-height: clamp(360px, 38vw, 500px);
		aspect-ratio: 4 / 3;
		overflow: hidden;
		background: #e9eeec;
		border-radius: var(--pdl-radius);
	box-shadow: 0 24px 58px rgba(10, 24, 38, 0.16);
}

.pdl-product-showcase-hero-media::after {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(180deg, rgba(11, 31, 51, 0), rgba(11, 31, 51, 0.12));
}

.pdl-product-showcase-hero-media img,
.pdl-product-roomset-card img,
.pdl-product-family-card img,
.pdl-product-detail-hero img,
.pdl-product-detail-gallery img {
	display: block;
	width: 100%;
			height: 100%;
			object-fit: cover;
		}

	.pdl-product-showcase-hero-media img {
		object-position: center center;
	}

.pdl-product-showcase-jump {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	padding: 12px;
	background: #ffffff;
	border: 1px solid rgba(18, 32, 47, 0.1);
	border-radius: var(--pdl-radius);
	box-shadow: 0 12px 28px rgba(10, 24, 38, 0.07);
}

.pdl-product-showcase-jump a {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 0 13px;
	color: var(--pdl-color-accent);
	border-radius: var(--pdl-radius);
	font-size: 0.9rem;
	font-weight: 760;
	text-decoration: none;
	transition: color 0.18s ease, background 0.18s ease;
}

.pdl-product-showcase-jump a:hover,
.pdl-product-showcase-jump a:focus-visible {
	color: #ffffff;
	background: var(--pdl-color-accent);
}

	.pdl-product-roomsets,
	.pdl-product-families,
	.pdl-product-rfq {
	padding: clamp(54px, 7vw, 88px) 0 0;
	scroll-margin-top: 120px;
}

	.pdl-product-showcase-head {
		display: grid;
		grid-template-columns: minmax(0, 0.68fr) minmax(300px, 0.45fr);
		gap: 12px clamp(24px, 4vw, 56px);
		align-items: end;
		margin-bottom: 28px;
	}

		.pdl-product-showcase-head > .pdl-product-showcase-kicker {
			position: relative;
			grid-column: 1;
			grid-row: 1;
			justify-self: start;
			width: fit-content;
			max-width: 100%;
			min-height: auto;
			margin-bottom: 2px;
			padding: 0 0 0 40px;
			background: transparent;
			border: 0;
			border-radius: 0;
			color: #0f6b5f;
		}

		.pdl-product-showcase-head > .pdl-product-showcase-kicker::before {
			content: "";
			position: absolute;
			top: 50%;
			left: 0;
			width: 28px;
			height: 2px;
			background: currentColor;
			border-radius: 999px;
			transform: translateY(-50%);
		}

	.pdl-product-showcase-head > h2 {
		grid-column: 1;
		grid-row: 2;
	}

	.pdl-product-showcase-head > p {
		grid-column: 2;
		grid-row: 1 / span 2;
		align-self: end;
		margin-top: 0;
	}

	.pdl-product-showcase-head h2,
	.pdl-product-rfq h2 {
		font-size: clamp(1.95rem, 2.8vw, 3rem);
	}

	.pdl-product-roomset-grid {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 18px;
	}

	.pdl-product-roomset-card {
		display: grid;
		grid-template-rows: auto 1fr;
		overflow: hidden;
		background: #ffffff;
		border: 1px solid rgba(18, 32, 47, 0.1);
	border-radius: var(--pdl-radius);
	box-shadow: 0 16px 34px rgba(10, 24, 38, 0.08);
		transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
	}

	.pdl-product-roomset-card:hover,
	.pdl-product-roomset-card:focus-within {
		border-color: rgba(15, 107, 95, 0.28);
		box-shadow: 0 22px 46px rgba(10, 24, 38, 0.14);
		transform: translateY(-2px);
	}

	.pdl-product-roomset-media {
		display: block;
		overflow: hidden;
		background: #e9eeec;
		text-decoration: none;
	}

	.pdl-product-roomset-card img {
		aspect-ratio: 16 / 10;
		background: #e9eeec;
		transition: transform 0.28s ease;
	}

	.pdl-product-roomset-card:hover .pdl-product-roomset-media img,
	.pdl-product-roomset-card:focus-within .pdl-product-roomset-media img {
		transform: scale(1.018);
	}

	.pdl-product-roomset-body {
		display: grid;
		align-content: start;
		padding: 22px;
	}

.pdl-product-roomset-card span,
.pdl-product-family-card span {
	color: var(--pdl-color-gold);
	font-size: 0.76rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0;
}

	.pdl-product-roomset-card h2,
	.pdl-product-roomset-card h3,
	.pdl-product-family-card h3 {
		margin: 10px 0 12px;
		color: var(--pdl-color-ink);
		font-size: clamp(1.18rem, 1.55vw, 1.55rem);
	font-weight: 760;
	line-height: 1.16;
	letter-spacing: 0;
	text-wrap: balance;
}

	.pdl-product-roomset-card h2 a {
		color: inherit;
		text-decoration: none;
	}

	.pdl-product-roomset-card p,
	.pdl-product-family-card p {
		margin: 0;
	color: var(--pdl-color-muted);
	font-size: 0.96rem;
	line-height: 1.68;
	}

	.pdl-product-roomset-items {
		display: flex;
		flex-wrap: wrap;
		gap: 8px;
		margin-top: 18px;
	}

	.pdl-product-roomset-items a,
	.pdl-product-roomset-items span {
		display: inline-flex;
		align-items: center;
		min-height: 30px;
		padding: 0 10px;
		color: #294154;
		background: #f4f7f6;
		border: 1px solid rgba(18, 32, 47, 0.08);
		border-radius: 999px;
		font-size: 0.82rem;
		font-weight: 700;
		line-height: 1.2;
		text-decoration: none;
		transition: color 0.18s ease, background 0.18s ease, border-color 0.18s ease;
	}

	.pdl-product-roomset-items a:hover,
	.pdl-product-roomset-items a:focus-visible {
		color: #ffffff;
		background: var(--pdl-color-accent);
		border-color: var(--pdl-color-accent);
	}

	.pdl-product-roomset-card ul {
		display: flex;
		flex-wrap: wrap;
	gap: 8px;
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
}

	.pdl-product-roomset-card li {
		display: inline-flex;
		align-items: center;
		min-height: 30px;
		padding: 0 10px;
	color: #294154;
	background: #f4f7f6;
	border: 1px solid rgba(18, 32, 47, 0.08);
	border-radius: 999px;
	font-size: 0.84rem;
	font-weight: 680;
		line-height: 1.2;
	}

	.pdl-product-roomset-link,
	.pdl-product-family-card-link {
		display: inline-flex;
		align-items: center;
		width: fit-content;
		margin-top: 18px;
		color: var(--pdl-color-accent);
		font-size: 0.9rem;
		font-weight: 760;
		line-height: 1.2;
		text-decoration: none;
	}

	.pdl-product-roomset-link {
		min-height: 38px;
		padding: 0 14px;
		color: #ffffff;
		background: var(--pdl-color-accent);
		border-radius: var(--pdl-radius);
		box-shadow: 0 10px 22px rgba(15, 107, 95, 0.14);
	}

	.pdl-product-roomset-link::after,
	.pdl-product-family-card-link::after {
		width: 7px;
		height: 7px;
		margin-left: 8px;
		border-top: 2px solid currentColor;
		border-right: 2px solid currentColor;
		content: "";
		transform: rotate(45deg);
	}

.pdl-product-family-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

	.pdl-product-family-card {
		display: grid;
		overflow: hidden;
		color: inherit;
		background: #ffffff;
		border: 1px solid rgba(18, 32, 47, 0.1);
		border-radius: var(--pdl-radius);
		box-shadow: 0 14px 30px rgba(10, 24, 38, 0.07);
		text-decoration: none;
		transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
	}

	.pdl-product-family-card:hover,
	.pdl-product-family-card:focus-visible {
		border-color: rgba(15, 107, 95, 0.28);
		box-shadow: 0 18px 38px rgba(10, 24, 38, 0.12);
		transform: translateY(-2px);
}

.pdl-product-family-card img {
	aspect-ratio: 4 / 3;
	background: #f1f4f3;
	object-fit: contain;
	padding: 10px;
}

.pdl-product-family-card > div {
	display: grid;
	align-content: start;
	padding: 20px;
}

	.pdl-product-rfq {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(360px, 1fr);
	gap: clamp(28px, 5vw, 68px);
	align-items: start;
	margin-bottom: clamp(74px, 9vw, 116px);
}

.pdl-product-rfq ol {
	display: grid;
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: product-rfq;
}

.pdl-product-rfq li {
	position: relative;
	min-height: 102px;
	padding: 24px 24px 24px 76px;
	background: #f8faf9;
	border: 1px solid rgba(18, 32, 47, 0.1);
	border-radius: var(--pdl-radius);
	counter-increment: product-rfq;
}

.pdl-product-rfq li::before {
	position: absolute;
	top: 22px;
	left: 22px;
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	color: #ffffff;
	background: var(--pdl-color-navy);
	border-radius: 50%;
	content: counter(product-rfq);
	font-weight: 780;
}

.pdl-product-rfq strong {
	display: block;
	margin-bottom: 6px;
	color: var(--pdl-color-ink);
	font-size: 1rem;
	font-weight: 760;
	line-height: 1.25;
}

.pdl-product-rfq li span {
	display: block;
	color: var(--pdl-color-muted);
	font-size: 0.94rem;
	line-height: 1.62;
}

.pdl-product-detail {
	padding-bottom: clamp(74px, 9vw, 116px);
}

.pdl-product-detail-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	align-items: center;
	padding-top: clamp(32px, 5vw, 58px);
	color: var(--pdl-color-muted);
	font-size: 0.88rem;
	font-weight: 680;
}

.pdl-product-detail-breadcrumb a {
	color: var(--pdl-color-accent);
	text-decoration: none;
}

.pdl-product-detail-hero {
	display: grid;
	grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1fr);
	gap: clamp(28px, 5vw, 66px);
	align-items: center;
	padding: clamp(28px, 5vw, 58px) 0 clamp(34px, 5vw, 64px);
}

.pdl-product-detail-hero h1,
.pdl-product-detail-gallery h2,
.pdl-product-detail-related h2,
.pdl-product-detail-cta h2 {
	margin: 0;
	color: var(--pdl-color-ink);
	font-weight: 780;
	line-height: 1.05;
	letter-spacing: 0;
	text-wrap: balance;
}

.pdl-product-detail-hero h1 {
	max-width: 760px;
	font-size: clamp(2.25rem, 4vw, 4rem);
}

.pdl-product-detail-hero p,
.pdl-product-detail-related p,
.pdl-product-detail-cta p {
	max-width: 720px;
	margin: 18px 0 0;
	color: var(--pdl-color-muted);
	font-size: 1rem;
	line-height: 1.72;
}

.pdl-product-detail-hero figure {
	margin: 0;
	overflow: hidden;
	background: #f4f7f6;
	border: 1px solid rgba(18, 32, 47, 0.1);
	border-radius: var(--pdl-radius);
	box-shadow: 0 20px 48px rgba(10, 24, 38, 0.12);
}

.pdl-product-detail-hero img {
	aspect-ratio: 4 / 3;
	object-fit: contain;
	padding: clamp(12px, 2vw, 22px);
}

.pdl-product-detail-gallery h2,
.pdl-product-detail-related h2,
.pdl-product-detail-cta h2 {
	font-size: clamp(1.8rem, 2.5vw, 2.7rem);
}

.pdl-product-detail-gallery,
.pdl-product-detail-related,
.pdl-product-detail-cta {
	padding-top: clamp(54px, 7vw, 88px);
	scroll-margin-top: 120px;
}

.pdl-product-detail-gallery-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.pdl-product-roomset-gallery-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pdl-product-detail-gallery figure {
	display: grid;
	align-content: start;
	margin: 0;
	overflow: hidden;
	background: #ffffff;
	border: 1px solid rgba(18, 32, 47, 0.1);
	border-radius: var(--pdl-radius);
	box-shadow: 0 12px 26px rgba(10, 24, 38, 0.06);
}

.pdl-product-detail-gallery img {
	aspect-ratio: 4 / 3;
	object-fit: contain;
	padding: 10px;
	background: #f6f8f7;
}

.pdl-product-detail-gallery figcaption {
	padding: 12px 14px 14px;
	color: var(--pdl-color-muted);
	font-size: 0.82rem;
	font-weight: 700;
	line-height: 1.3;
}

.pdl-product-detail-related > div:first-child,
.pdl-product-detail-cta {
	display: grid;
	grid-template-columns: minmax(0, 0.7fr) minmax(320px, 0.5fr);
	gap: clamp(22px, 4vw, 54px);
	align-items: end;
}

.pdl-product-detail-related .pdl-product-family-grid {
	margin-top: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pdl-product-detail-cta {
	align-items: center;
	margin-top: clamp(54px, 7vw, 88px);
	padding: clamp(28px, 4vw, 46px);
	background: #0f6b5f;
	border-radius: var(--pdl-radius);
}

.pdl-product-detail-cta .pdl-product-showcase-kicker,
.pdl-product-detail-cta h2,
.pdl-product-detail-cta p {
	color: #ffffff;
}

.pdl-product-detail-cta p {
	opacity: 0.86;
}

.pdl-product-detail-cta .pdl-product-showcase-button--primary {
	color: var(--pdl-color-accent);
	background: #ffffff;
	border-color: #ffffff;
	box-shadow: none;
}

.pdl-product-detail-cta .pdl-product-showcase-button--secondary {
	color: #ffffff;
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.34);
}

.pdl-product-detail-cta .pdl-product-showcase-button--text {
	color: #ffffff;
}

@media (max-width: 1100px) {
	.pdl-product-detail-hero,
	.pdl-product-detail-related > div:first-child,
	.pdl-product-detail-cta,
	.pdl-product-rfq {
		grid-template-columns: 1fr;
	}

			.pdl-product-showcase-hero {
				min-height: 0;
				padding-top: 54px;
			}

		.pdl-product-roomset-grid,
		.pdl-product-detail-gallery-grid,
		.pdl-product-detail-related .pdl-product-family-grid {
			grid-template-columns: repeat(2, minmax(0, 1fr));
		}

		.pdl-product-family-grid {
			grid-template-columns: repeat(3, minmax(0, 1fr));
		}
	}

@media (max-width: 760px) {
	.pdl-product-showcase-hero,
	.pdl-product-roomsets,
	.pdl-product-families,
	.pdl-product-rfq,
	.pdl-product-showcase-jump,
	.pdl-product-detail-breadcrumb,
	.pdl-product-detail-hero,
	.pdl-product-detail-gallery,
	.pdl-product-detail-related,
	.pdl-product-detail-cta {
		width: min(1220px, calc(100vw - 24px));
	}

			.pdl-product-showcase-hero {
				gap: 20px;
				padding-top: 28px;
				padding-bottom: 32px;
			}

			.pdl-product-showcase-hero-copy h1 {
				font-size: clamp(2rem, 9.8vw, 2.62rem);
			}

		.pdl-product-showcase-hero-copy p,
		.pdl-product-showcase-head p,
		.pdl-product-rfq p {
			margin-top: 14px;
			font-size: 0.96rem;
			line-height: 1.62;
		}

		.pdl-product-showcase-proof {
			grid-template-columns: repeat(3, minmax(0, 1fr));
			gap: 6px;
			margin-top: 16px;
		}

		.pdl-product-showcase-proof li {
			padding: 10px 8px;
		}

		.pdl-product-showcase-proof span {
			font-size: 0.66rem;
		}

		.pdl-product-showcase-proof strong {
			font-size: 0.8rem;
			line-height: 1.25;
		}

			.pdl-product-showcase-head,
			.pdl-product-roomset-card,
			.pdl-product-rfq {
				grid-template-columns: 1fr;
			}

		.pdl-product-showcase-head > .pdl-product-showcase-kicker,
		.pdl-product-showcase-head > h2,
		.pdl-product-showcase-head > p {
			grid-column: 1;
			grid-row: auto;
		}

			.pdl-product-showcase-head > .pdl-product-showcase-kicker {
				padding-left: 34px;
			}

			.pdl-product-showcase-head > .pdl-product-showcase-kicker::before {
				width: 24px;
			}

		.pdl-product-roomset-grid,
		.pdl-product-family-grid,
		.pdl-product-detail-gallery-grid,
		.pdl-product-detail-related .pdl-product-family-grid {
			grid-template-columns: 1fr;
		}

		.pdl-product-roomset-card img {
			aspect-ratio: 16 / 10;
		}

		.pdl-product-roomset-body,
		.pdl-product-family-card > div {
			padding: 18px;
		}

		.pdl-product-detail-breadcrumb {
			padding-top: 24px;
		}

		.pdl-product-detail-hero {
			gap: 22px;
			padding-top: 24px;
		}

		.pdl-product-detail-hero h1 {
			font-size: clamp(2rem, 9.8vw, 2.62rem);
		}

		.pdl-product-detail-cta {
			padding: 22px;
		}

		.pdl-product-detail-gallery,
		.pdl-product-detail-related,
		.pdl-product-detail-cta {
			padding-top: 48px;
		}

		.pdl-product-rfq li {
			padding: 22px 20px 22px 68px;
	}

		.pdl-product-showcase-actions {
			align-items: stretch;
			flex-direction: column;
			gap: 8px;
			margin-top: 18px;
		}

		.pdl-product-showcase-button {
			width: 100%;
		}

		.pdl-product-index-layout--single .pdl-product-archive-card-grid {
			grid-template-columns: 1fr;
		}

		.pdl-product-archive-card {
			grid-template-columns: minmax(108px, 35%) minmax(0, 1fr);
		}

		.pdl-product-archive-card-body,
		.pdl-product-archive-card strong,
		.pdl-product-archive-card span span,
		.pdl-product-archive-card em {
			min-width: 0;
		}
	}

	@media (max-width: 520px) {
		.pdl-product-archive-card {
			grid-template-columns: 1fr;
		}

		.pdl-product-archive-card-media {
			min-height: 170px;
			aspect-ratio: 16 / 9;
		}
	}

.page-id-66 .site-main {
	background:
		linear-gradient(180deg, rgba(245, 247, 246, 0.96) 0%, rgba(255, 255, 255, 0) 560px),
		#ffffff;
}

.page-id-66 .elementor-66 > .elementor-element:first-child {
	padding-top: 48px;
	padding-bottom: 18px;
}

.page-id-66 .elementor-66 .elementor-heading-title {
	color: var(--pdl-color-ink);
	font-size: clamp(2rem, 3.25vw, 3.45rem);
	font-weight: 780 !important;
	line-height: 1.04;
	text-wrap: balance;
}

.page-id-66 .elementor-widget-text-editor p {
	max-width: 680px;
	color: var(--pdl-color-muted);
	font-size: 1rem;
	line-height: 1.74;
}

.page-id-66 .elementor-widget-image img,
.page-id-66 .elementor-gallery-item__image {
	border-radius: var(--pdl-radius);
	box-shadow: 0 22px 54px rgba(10, 24, 38, 0.13);
}

.pdl-about-brand-content {
	width: min(1220px, calc(100vw - 40px));
	margin: 56px auto 76px;
	color: var(--pdl-color-text);
}

.pdl-about-jump-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	margin: 0 0 24px;
	padding: 12px;
	background: #ffffff;
	border: 1px solid rgba(18, 32, 47, 0.1);
	border-radius: var(--pdl-radius);
	box-shadow: 0 12px 28px rgba(10, 24, 38, 0.07);
}

.pdl-about-jump-links a,
.pdl-about-text-link {
	color: var(--pdl-color-accent);
	font-size: 0.9rem;
	font-weight: 720;
	text-decoration: none;
}

.pdl-about-jump-links a {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 0 13px;
	border-radius: var(--pdl-radius);
	transition: color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.pdl-about-jump-links a:hover,
.pdl-about-jump-links a:focus-visible {
	color: #ffffff;
	background: var(--pdl-color-accent);
	box-shadow: 0 8px 18px rgba(15, 107, 95, 0.2);
}

.pdl-about-intro,
.pdl-about-capability,
.pdl-about-quality,
.pdl-about-cta {
	border-radius: var(--pdl-radius);
}

.pdl-about-intro {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
	gap: 28px;
	align-items: stretch;
	padding: clamp(28px, 4vw, 48px);
	color: #ffffff;
	background:
		linear-gradient(135deg, rgba(18, 32, 47, 0.97), rgba(11, 31, 51, 0.94)),
		var(--pdl-color-navy);
	box-shadow: 0 24px 70px rgba(10, 24, 38, 0.22);
}

.pdl-about-kicker {
	display: inline-flex;
	align-items: center;
	margin-bottom: 12px;
	color: var(--pdl-color-gold);
	font-size: 0.76rem;
	font-weight: 820;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.pdl-about-intro h2,
.pdl-about-capability h2,
.pdl-about-quality h2,
.pdl-about-cta h2 {
	margin: 0 0 14px;
	font-size: clamp(1.8rem, 3vw, 2.9rem);
	font-weight: 760;
	line-height: 1.08;
	letter-spacing: 0;
	text-wrap: balance;
}

.pdl-about-intro p,
.pdl-about-capability p,
.pdl-about-quality p,
.pdl-about-cta p,
.pdl-about-why-grid p,
.pdl-about-link-panel span,
.pdl-about-intro dd {
	color: var(--pdl-color-muted);
	font-size: 0.98rem;
	line-height: 1.7;
}

.pdl-about-intro p,
.pdl-about-intro dd {
	color: rgba(255, 255, 255, 0.74);
}

.pdl-about-intro dl {
	display: grid;
	gap: 12px;
	margin: 0;
}

.pdl-about-intro dl div {
	padding: 18px;
	background: rgba(255, 255, 255, 0.09);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: var(--pdl-radius);
}

.pdl-about-intro dt {
	margin: 0 0 6px;
	color: #ffffff;
	font-size: 1.35rem;
	font-weight: 820;
	line-height: 1.15;
}

.pdl-about-intro dd {
	margin: 0;
}

.pdl-about-why-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	margin: 24px 0;
}

.pdl-about-why-grid article {
	min-height: 100%;
	padding: 22px;
	background: #ffffff;
	border: 1px solid rgba(18, 32, 47, 0.1);
	border-radius: var(--pdl-radius);
	box-shadow: 0 12px 30px rgba(10, 24, 38, 0.08);
}

.pdl-about-why-grid h3,
.pdl-about-link-panel strong {
	margin: 0 0 10px;
	color: var(--pdl-color-ink);
	font-size: 1.02rem;
	font-weight: 760;
	line-height: 1.32;
}

.pdl-about-why-grid p,
.pdl-about-capability p,
.pdl-about-quality p,
.pdl-about-cta p {
	margin: 0;
}

.pdl-about-capability,
.pdl-about-quality {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.65fr);
	gap: 26px;
	align-items: start;
	margin: 24px 0;
	padding: clamp(26px, 4vw, 42px);
	background: #f7f8f6;
	border: 1px solid rgba(18, 32, 47, 0.08);
}

.pdl-about-capability ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pdl-about-capability li {
	position: relative;
	padding: 13px 14px 13px 34px;
	color: var(--pdl-color-text);
	background: #ffffff;
	border: 1px solid rgba(18, 32, 47, 0.09);
	border-radius: var(--pdl-radius);
	font-weight: 650;
	line-height: 1.35;
}

.pdl-about-capability li::before {
	content: "";
	position: absolute;
	top: 18px;
	left: 15px;
	width: 8px;
	height: 8px;
	background: var(--pdl-color-gold);
	border-radius: 50%;
}

.pdl-about-text-link {
	display: inline-flex;
	margin-top: 18px;
}

.pdl-about-link-panel {
	display: grid;
	gap: 12px;
}

.pdl-about-link-panel a {
	display: block;
	padding: 18px;
	background: #ffffff;
	border: 1px solid rgba(18, 32, 47, 0.1);
	border-radius: var(--pdl-radius);
	text-decoration: none;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.pdl-about-link-panel a:hover,
.pdl-about-link-panel a:focus-visible {
	border-color: rgba(15, 107, 95, 0.35);
	box-shadow: 0 14px 30px rgba(10, 24, 38, 0.1);
	transform: translateY(-2px);
}

.pdl-about-link-panel strong,
.pdl-about-link-panel span {
	display: block;
}

.pdl-about-cta {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 24px;
	align-items: center;
	margin-top: 24px;
	padding: clamp(28px, 4vw, 46px);
	color: #ffffff;
	background:
		linear-gradient(135deg, rgba(11, 31, 51, 0.97), rgba(15, 107, 95, 0.9)),
		var(--pdl-color-navy);
}

.pdl-about-cta h2 {
	color: #ffffff;
}

.pdl-about-cta p {
	color: rgba(255, 255, 255, 0.76);
}

.pdl-about-actions,
.pdl-about-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
}

.pdl-about-hero-actions {
	margin-top: 22px;
}

.pdl-about-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 18px;
	border: 1px solid transparent;
	border-radius: var(--pdl-radius);
	font-size: 0.93rem;
	font-weight: 760;
	line-height: 1.2;
	text-decoration: none;
	transition: color 0.18s ease, background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.pdl-about-button:hover,
.pdl-about-button:focus-visible {
	transform: translateY(-1px);
	text-decoration: none;
}

.pdl-about-button--primary {
	color: #ffffff;
	background: var(--pdl-color-accent);
	border-color: var(--pdl-color-accent);
	box-shadow: 0 12px 26px rgba(15, 107, 95, 0.22);
}

.pdl-about-button--primary:hover,
.pdl-about-button--primary:focus-visible {
	color: #ffffff;
	background: #0b594f;
	border-color: #0b594f;
}

.pdl-about-button--secondary {
	color: #ffffff;
	background: transparent;
	border-color: rgba(255, 255, 255, 0.42);
}

.pdl-about-button--secondary:hover,
.pdl-about-button--secondary:focus-visible {
	color: var(--pdl-color-ink);
	background: #ffffff;
	border-color: #ffffff;
}

.pdl-about-button--ghost,
.pdl-about-button--text {
	color: var(--pdl-color-accent);
	background: #ffffff;
	border-color: rgba(15, 107, 95, 0.18);
}

.pdl-about-button--ghost:hover,
.pdl-about-button--ghost:focus-visible,
.pdl-about-button--text:hover,
.pdl-about-button--text:focus-visible {
	color: #ffffff;
	background: var(--pdl-color-accent);
	border-color: var(--pdl-color-accent);
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}

@media (max-width: 900px) {
	.pdl-home-immersive-hero,
	.pdl-home-hero-inner {
		min-height: auto;
	}

	.pdl-home-hero-inner,
	.pdl-home-factory-tour {
		grid-template-columns: 1fr;
	}

	.pdl-home-hero-inner {
		padding: 96px 0 50px;
	}

	.pdl-home-hero-copy h1 {
		font-size: 3.1rem;
	}

	.pdl-home-section-head h2,
	.pdl-home-factory-copy h2 {
		font-size: 2.1rem;
	}

	.pdl-home-path-grid,
	.pdl-panorama-controls {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pdl-panorama-viewer {
		height: 380px;
	}

	.pdl-panorama-viewer.pnlm-container {
		height: 380px;
	}

	.pdl-home-buyer-strip,
	.pdl-home-buyer-faq dl,
		.pdl-section-seo-content,
		.pdl-about-intro,
		.pdl-about-capability,
		.pdl-about-quality,
		.pdl-about-cta,
		.pdl-singular-product-grid,
		.pdl-product-center-lead,
		.pdl-product-index-layout,
		.pdl-product-info-band,
		.pdl-product-start-cta,
		.pdl-product-faq-list {
			grid-template-columns: 1fr;
		}

		.pdl-about-why-grid,
		.pdl-product-type-grid,
		.pdl-product-area-grid,
		.pdl-product-manufacturing-scope ul {
			grid-template-columns: repeat(2, minmax(0, 1fr));
		}

	.pdl-product-center-summary {
		min-height: 220px;
	}

	.pdl-product-archive-card {
		grid-template-columns: minmax(112px, 32%) minmax(0, 1fr);
	}

	.pdl-home-buyer-card,
	.pdl-home-buyer-faq,
	.pdl-home-factory-tour,
	.pdl-seo-panel,
	.pdl-seo-faq,
	.pdl-singular-seo-content {
		padding: 20px;
	}
}

@media (max-width: 640px) {
		.pdl-home-hero-inner,
		.pdl-home-project-path,
		.pdl-home-factory-tour,
		.pdl-about-brand-content {
			width: min(1220px, calc(100vw - 24px));
		}

	.pdl-product-center-content,
	.pdl-product-browse,
	.pdl-product-index-group,
	.pdl-product-area-guide,
	.pdl-product-manufacturing-scope,
	.pdl-product-info-band,
	.pdl-product-faq,
	.pdl-product-start-cta {
		scroll-margin-top: 144px;
	}

	.pdl-product-center-content {
		width: 100%;
		padding-top: 40px;
		padding-bottom: 58px;
	}

	.pdl-product-center-content > * {
		width: min(1220px, calc(100vw - 24px));
	}

	.pdl-product-hub-nav {
		top: 70px;
		gap: 6px;
		margin-bottom: 14px;
		padding: 8px;
	}

	.pdl-product-hub-nav a {
		min-height: 34px;
		padding-inline: 12px;
		font-size: 0.82rem;
	}

	.pdl-product-center-lead,
	.pdl-product-index-group,
	.pdl-product-manufacturing-scope,
	.pdl-product-info-band,
	.pdl-product-faq,
	.pdl-product-start-cta {
		padding: 22px;
	}

	.pdl-product-browse-head {
		margin-bottom: 16px;
	}

	.pdl-product-index-group--space > .pdl-product-index-heading {
		display: none;
	}

	.pdl-product-archive-card,
	.pdl-product-type-grid {
		grid-template-columns: 1fr;
	}

	.pdl-product-archive-card-media {
		min-height: 0;
		aspect-ratio: 16 / 9;
	}

	.pdl-product-archive-card--type .pdl-product-archive-card-body {
		min-height: 0;
	}

	.pdl-product-area-grid,
	.pdl-product-manufacturing-scope ul {
		grid-template-columns: 1fr;
	}

	.pdl-home-hero-copy h1 {
		font-size: 2.35rem;
		line-height: 1.06;
	}

	.page-id-66 .elementor-66 .elementor-heading-title {
		font-size: clamp(2.05rem, 10vw, 2.65rem) !important;
		line-height: 1.08 !important;
	}

	.page-id-66 .elementor-66 > .elementor-element:first-child {
		padding-top: 34px;
	}

	.pdl-home-hero-copy p,
	.pdl-home-factory-copy p,
	.page-id-66 .elementor-widget-text-editor p {
		font-size: 0.96rem;
	}

	.pdl-home-hero-actions,
	.pdl-home-factory-links,
	.pdl-about-actions,
	.pdl-about-hero-actions,
	.pdl-product-hero-actions {
		flex-direction: column;
	}

		.pdl-home-hero-button,
		.pdl-home-factory-links a,
		.pdl-about-button,
		.pdl-product-process-links a {
		width: 100%;
	}

	.pdl-home-hero-metrics,
	.pdl-home-path-grid,
			.pdl-panorama-controls,
			.pdl-about-why-grid,
			.pdl-about-capability ul,
			.pdl-product-area-grid,
			.pdl-product-manufacturing-scope ul {
			grid-template-columns: 1fr;
		}

	.pdl-about-jump-links a {
		flex: 1 1 100%;
	}

	.pdl-home-hero-panorama {
		min-height: 240px;
	}

	.pdl-panorama-viewer {
		height: 300px;
	}

	.pdl-panorama-viewer.pnlm-container {
		height: 300px;
	}
}

/* Homepage 2026 buyer-first refresh. */
.pdl-home-immersive-hero {
	min-height: 620px;
	background: var(--pdl-color-navy);
}

.pdl-home-hero-media::after {
	background:
		linear-gradient(90deg, rgba(8, 22, 36, 0.94), rgba(8, 22, 36, 0.74) 43%, rgba(8, 22, 36, 0.18)),
		linear-gradient(180deg, rgba(8, 22, 36, 0.38), rgba(8, 22, 36, 0.86));
}

.pdl-home-hero-media img {
	filter: saturate(1.03) contrast(1.03);
}

.pdl-home-hero-inner {
	grid-template-columns: minmax(0, 1.04fr) minmax(380px, 500px);
	gap: 52px;
	min-height: 620px;
	padding: 58px 0 30px;
}

.pdl-home-hero-kicker,
.pdl-home-section-head span,
.pdl-home-factory-copy > span {
	color: #ffe2ac;
	background: rgba(201, 144, 53, 0.18);
	border-color: rgba(255, 226, 172, 0.28);
}

.pdl-home-hero-copy h1 {
	max-width: 840px;
	font-size: 3.55rem;
	line-height: 1.03;
}

.pdl-home-hero-copy p {
	max-width: 700px;
	color: rgba(255, 255, 255, 0.84);
	font-size: 1rem;
	line-height: 1.64;
}

.pdl-home-hero-actions {
	gap: 10px;
}

.pdl-home-hero-button,
.pdl-home-factory-links a,
.pdl-home-inline-link {
	border-radius: var(--pdl-radius);
}

.pdl-home-hero-button--primary,
.pdl-home-factory-links a:first-child {
	color: #151008;
	background: #f2bd66;
	border-color: #f2bd66;
}

.pdl-home-hero-button--secondary {
	color: #ffffff;
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.28);
}

.pdl-home-hero-button--ghost {
	color: #ffe2ac;
	background: transparent;
	border: 1px solid rgba(255, 226, 172, 0.38);
}

.pdl-home-hero-button--primary:hover,
.pdl-home-hero-button--primary:focus-visible,
.pdl-home-factory-links a:first-child:hover,
.pdl-home-factory-links a:first-child:focus-visible {
	color: #151008;
	background: #ffd184;
	border-color: #ffd184;
}

.pdl-home-hero-button--secondary:hover,
.pdl-home-hero-button--secondary:focus-visible,
.pdl-home-hero-button--ghost:hover,
.pdl-home-hero-button--ghost:focus-visible {
	color: #ffffff;
	background: rgba(255, 255, 255, 0.18);
}

.pdl-home-hero-proof {
	gap: 14px;
}

.pdl-home-hero-panorama {
	position: relative;
	height: 320px;
	min-height: 0;
	margin: 0;
	overflow: hidden;
	background: #07131f;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: var(--pdl-radius);
	box-shadow: 0 26px 62px rgba(0, 0, 0, 0.32);
}

.pdl-home-hero-panorama.pnlm-container {
	height: 320px;
}

.pdl-home-hero-panorama-preview {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.pdl-home-hero-panorama.is-ready .pdl-home-hero-panorama-preview,
.pdl-home-hero-panorama.is-ready .pdl-panorama-loading {
	display: none;
}

.pdl-home-hero-caption {
	position: absolute;
	right: 14px;
	bottom: 14px;
	z-index: 3;
	padding: 7px 10px;
	color: #ffffff;
	background: rgba(6, 16, 27, 0.78);
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: var(--pdl-radius);
	font-size: 0.82rem;
	font-weight: 720;
	line-height: 1.2;
}

.pdl-home-hero-metrics div {
	padding: 14px;
	background: rgba(255, 255, 255, 0.11);
	border-color: rgba(255, 255, 255, 0.17);
	border-radius: var(--pdl-radius);
}

.pdl-home-buyer-strip,
.pdl-home-specialization,
.pdl-home-project-cases,
.pdl-home-project-path,
.pdl-home-factory-tour,
.pdl-home-buyer-faq {
	width: var(--pdl-container);
	margin: 56px auto;
	scroll-margin-top: 92px;
}

.pdl-home-buyer-strip {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-top: 30px;
}

.pdl-home-buyer-card,
.pdl-home-path-grid article,
.pdl-home-specialization-grid article,
.pdl-home-case-card,
.pdl-home-buyer-faq {
	border: 1px solid rgba(18, 32, 47, 0.1);
	border-radius: var(--pdl-radius);
	background: #ffffff;
	box-shadow: 0 14px 34px rgba(18, 32, 47, 0.07);
}

.pdl-home-buyer-card {
	padding: 18px 20px;
}

.pdl-home-buyer-card strong {
	margin-bottom: 6px;
	color: var(--pdl-color-ink);
	font-size: 1rem;
}

.pdl-home-buyer-card p {
	font-size: 0.93rem;
}

.pdl-home-section-head {
	max-width: 880px;
	margin-bottom: 24px;
}

.pdl-home-section-head span,
.pdl-home-factory-copy > span {
	color: #85601f;
	background: rgba(201, 144, 53, 0.12);
	border-color: rgba(201, 144, 53, 0.2);
}

.pdl-home-section-head h2,
.pdl-home-factory-copy h2 {
	color: var(--pdl-color-ink);
	font-size: 2.42rem;
	line-height: 1.1;
}

.pdl-home-section-head p {
	max-width: 740px;
	margin: 14px 0 0;
	color: var(--pdl-color-muted);
	font-size: 1rem;
	line-height: 1.68;
}

.pdl-home-section-head--split {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	max-width: none;
}

.pdl-home-inline-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 14px;
	color: var(--pdl-color-ink);
	background: #ffffff;
	border: 1px solid rgba(18, 32, 47, 0.12);
	font-weight: 720;
	text-decoration: none !important;
	white-space: nowrap;
	transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.pdl-home-inline-link:hover,
.pdl-home-inline-link:focus-visible {
	background: #f7f3ea;
	border-color: rgba(201, 144, 53, 0.38);
	box-shadow: 0 0 0 3px rgba(201, 144, 53, 0.12);
}

.pdl-home-specialization-grid,
.pdl-home-path-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.pdl-home-specialization-grid article,
.pdl-home-path-grid article {
	min-height: 100%;
	padding: 20px;
}

.pdl-home-specialization-grid h3,
.pdl-home-path-grid h3 {
	margin: 0 0 9px;
	color: var(--pdl-color-ink);
	font-size: 1.06rem;
	line-height: 1.28;
}

.pdl-home-specialization-grid p,
.pdl-home-path-grid p {
	margin: 0;
	color: var(--pdl-color-muted);
	font-size: 0.94rem;
	line-height: 1.62;
}

.pdl-home-path-step {
	width: 34px;
	height: 34px;
	margin-bottom: 15px;
	color: #85601f;
	background: #f7edda;
}

.pdl-home-project-cases {
	padding: 42px 0;
	background:
		linear-gradient(90deg, rgba(245, 247, 246, 0) 0, rgba(245, 247, 246, 0.95) 16%, rgba(245, 247, 246, 0.95) 84%, rgba(245, 247, 246, 0) 100%);
}

.pdl-home-case-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.pdl-home-case-card {
	overflow: hidden;
	box-shadow: 0 16px 38px rgba(18, 32, 47, 0.1);
}

.pdl-home-case-card a {
	display: grid;
	height: 100%;
	color: inherit;
	text-decoration: none !important;
}

.pdl-home-case-card img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	background: #e9ecef;
}

.pdl-home-case-copy {
	padding: 18px;
}

.pdl-home-case-copy span {
	display: inline-flex;
	margin-bottom: 9px;
	color: #85601f;
	font-size: 0.76rem;
	font-weight: 760;
	line-height: 1.2;
	text-transform: uppercase;
}

.pdl-home-case-copy h3 {
	margin: 0 0 8px;
	color: var(--pdl-color-ink);
	font-size: 1.08rem;
	line-height: 1.28;
}

.pdl-home-case-copy p {
	margin: 0;
	color: var(--pdl-color-muted);
	font-size: 0.93rem;
	line-height: 1.58;
}

.pdl-home-factory-tour {
	grid-template-columns: minmax(280px, 0.36fr) minmax(0, 0.64fr);
	gap: 24px;
	padding: 24px;
	background: #f8faf9;
	border-color: rgba(18, 32, 47, 0.1);
	border-radius: var(--pdl-radius);
	box-shadow: 0 18px 44px rgba(18, 32, 47, 0.08);
}

.pdl-home-factory-copy p {
	font-size: 0.98rem;
}

.pdl-home-factory-links {
	gap: 10px;
}

.pdl-home-about-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 22px;
}

.pdl-home-about-actions .pdl-home-hero-button--primary {
	color: #ffffff;
	background: var(--pdl-color-accent);
	border-color: var(--pdl-color-accent);
}

.pdl-home-about-actions .pdl-home-hero-button--primary:hover,
.pdl-home-about-actions .pdl-home-hero-button--primary:focus-visible {
	color: #ffffff;
	background: #0b594f;
	border-color: #0b594f;
}

.pdl-home-about-actions .pdl-home-hero-button--secondary,
.pdl-home-about-actions .pdl-home-hero-button--ghost {
	color: var(--pdl-color-accent);
	background: #ffffff;
	border-color: rgba(15, 107, 95, 0.2);
}

.pdl-home-about-actions .pdl-home-hero-button--secondary:hover,
.pdl-home-about-actions .pdl-home-hero-button--secondary:focus-visible,
.pdl-home-about-actions .pdl-home-hero-button--ghost:hover,
.pdl-home-about-actions .pdl-home-hero-button--ghost:focus-visible {
	color: #ffffff;
	background: var(--pdl-color-accent);
	border-color: var(--pdl-color-accent);
}

.pdl-home-factory-links a {
	min-height: 44px;
	color: var(--pdl-color-ink);
	background: #ffffff;
	border-color: rgba(18, 32, 47, 0.12);
}

.pdl-home-factory-links a:hover,
.pdl-home-factory-links a:focus-visible {
	color: var(--pdl-color-ink);
	background: #f7f3ea;
	border-color: rgba(201, 144, 53, 0.32);
}

.pdl-home-panorama-shell {
	gap: 12px;
}

.pdl-panorama-viewer,
.pdl-panorama-viewer.pnlm-container {
	height: 430px;
	border-radius: var(--pdl-radius);
}

.pdl-panorama-controls {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 8px;
}

.pdl-panorama-controls button {
	min-height: 78px;
	padding: 10px 11px;
	color: var(--pdl-color-ink) !important;
	background: #ffffff;
	border-color: rgba(18, 32, 47, 0.12);
	border-radius: var(--pdl-radius);
}

.pdl-panorama-controls button:hover,
.pdl-panorama-controls button:focus-visible,
.pdl-panorama-controls button.is-active {
	color: var(--pdl-color-ink) !important;
	background: #f7f3ea;
	border-color: rgba(201, 144, 53, 0.54);
	box-shadow: 0 0 0 3px rgba(201, 144, 53, 0.12);
}

.pdl-panorama-controls strong {
	color: var(--pdl-color-ink) !important;
	font-size: 0.9rem;
}

.pdl-panorama-controls small {
	color: var(--pdl-color-muted) !important;
	font-size: 0.75rem;
}

.pdl-home-buyer-faq {
	padding: 24px;
}

.pdl-home-buyer-faq dl {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px 24px;
}

@media (max-width: 1100px) {
	.pdl-home-hero-inner {
		grid-template-columns: minmax(0, 1fr) minmax(340px, 440px);
		gap: 32px;
	}

	.pdl-home-hero-copy h1 {
		font-size: 3.1rem;
	}

	.pdl-home-specialization-grid,
	.pdl-home-path-grid,
	.pdl-panorama-controls {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.pdl-home-immersive-hero {
		min-height: auto;
	}

	.pdl-home-hero-inner,
	.pdl-home-factory-tour {
		grid-template-columns: 1fr;
	}

	.pdl-home-hero-inner {
		min-height: auto;
		padding: 92px 0 46px;
	}

	.pdl-home-hero-copy h1 {
		font-size: 3rem;
	}

	.pdl-home-hero-panorama,
	.pdl-home-hero-panorama.pnlm-container {
		height: 320px;
	}

	.pdl-home-buyer-strip,
	.pdl-home-case-grid,
	.pdl-home-buyer-faq dl {
		grid-template-columns: 1fr;
	}

	.pdl-home-section-head--split {
		display: grid;
		align-items: start;
	}
}

@media (max-width: 640px) {
	.pdl-home-buyer-strip,
	.pdl-home-specialization,
	.pdl-home-project-cases,
	.pdl-home-project-path,
	.pdl-home-factory-tour,
	.pdl-home-buyer-faq {
		width: min(1220px, calc(100vw - 24px));
		margin: 38px auto;
	}

	.pdl-home-hero-inner {
		width: min(1220px, calc(100vw - 24px));
		padding: 82px 0 34px;
	}

	.pdl-home-hero-copy h1 {
		font-size: 2.36rem;
		line-height: 1.08;
	}

	.pdl-home-hero-copy p {
		font-size: 0.96rem;
		line-height: 1.64;
	}

	.pdl-home-hero-actions {
		flex-direction: column;
	}

	.pdl-home-about-actions {
		flex-direction: column;
	}

	.pdl-home-hero-button {
		width: 100%;
	}

	.pdl-home-hero-panorama,
	.pdl-home-hero-panorama.pnlm-container,
	.pdl-panorama-viewer,
	.pdl-panorama-viewer.pnlm-container {
		height: 300px;
	}

	.pdl-home-hero-metrics,
	.pdl-home-specialization-grid,
	.pdl-home-path-grid,
	.pdl-panorama-controls {
		grid-template-columns: 1fr;
	}

	.pdl-home-section-head h2,
	.pdl-home-factory-copy h2 {
		font-size: 2rem;
	}

	.pdl-home-factory-tour,
	.pdl-home-buyer-faq {
		padding: 18px;
	}
}

.elementor-nav-menu a,
.elementor-button,
.elementor-icon-list-item a {
	min-height: 42px;
}

.elementor-nav-menu a {
	border-radius: 6px;
	transition: color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}

.elementor-nav-menu a:hover,
.elementor-nav-menu a:focus-visible,
.elementor-nav-menu .current-menu-item > a,
.elementor-nav-menu .current-menu-ancestor > a {
	background: rgba(255, 255, 255, 0.1);
	box-shadow: var(--pdl-focus-ring);
}

.pdl-language-item > a {
	min-height: 36px;
	margin-inline-start: 6px;
	padding-inline: 14px !important;
	border: 1px solid rgba(255, 255, 255, 0.32);
	border-radius: 999px;
}

.pdl-language-current > a,
.pdl-lang-zh .pdl-language-item > a[href$="/zh/"],
.pdl-lang-en .pdl-language-item > a[href="/"] {
	color: #ffffff !important;
	background: var(--pdl-color-brand);
	border-color: var(--pdl-color-brand);
}

.Display_Icon_dis .elementor-icon-box-description {
	display: none;
}

.Display_Icon_dis .elementor-icon-box-title {
	margin: 0 !important;
}

.Banner_Ul {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}

.Banner_Ul li {
	float: left;
	width: 50%;
}

.Product_Img a,
.ProducHomet_Img .elementor-widget-theme-post-featured-image,
.ProducHomet_Img .elementor-widget-image {
	width: 100%;
	overflow: hidden;
}

.Product_Loop .elementor-loop-container {
	align-items: stretch;
}

.Product_Loop .e-loop-item,
.Product_Loop .e-loop-item.elementor,
.Product_Loop .e-loop-item > .elementor,
.Product_Loop .e-loop-item > .elementor > .e-con,
.Product_Loop .e-loop-item .elementor-section-wrap,
.Product_Loop .e-loop-item .elementor-section-wrap > .e-con {
	height: 100%;
}

.Product_Loop .e-loop-item.elementor,
.Product_Loop .e-loop-item > .elementor {
	background: rgba(17, 28, 42, 0.94);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: var(--pdl-radius);
	box-shadow: 0 16px 34px rgba(11, 22, 36, 0.16);
	overflow: hidden;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.Product_Loop .e-loop-item.elementor:hover,
.Product_Loop .e-loop-item > .elementor:hover,
.Product_Loop .e-loop-item.elementor:focus-within,
.Product_Loop .e-loop-item > .elementor:focus-within {
	box-shadow: 0 20px 44px rgba(11, 22, 36, 0.24);
	transform: translateY(-3px);
}

.Product_Loop .e-loop-item a:focus-visible {
	outline-color: #ffffff;
}

.Product_Img,
.Product_Img .elementor-widget-container,
.Product_Img a {
	display: block;
	aspect-ratio: 4 / 3;
	background: #eef2f6;
	overflow: hidden;
}

.Product_Img img,
.elementor-149 .elementor-element.elementor-element-13a4a71c img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	object-position: center center !important;
}

.Product_Img a img,
.ProducHomet_Img img {
	transition: 0.5s;
}

.Product_Loop .elementor-widget-theme-post-title {
	margin: 0;
}

.Product_Loop .elementor-widget-theme-post-title .elementor-widget-container {
	display: flex;
	align-items: center;
	min-height: 82px;
	padding: 20px 22px 24px;
}

.Product_Loop .elementor-widget-theme-post-title .elementor-heading-title {
	width: 100%;
	color: #ffffff !important;
	font-size: clamp(20px, 1.6vw, 28px) !important;
	line-height: 1.25 !important;
	text-wrap: balance;
}

.category-products .Product_Loop .elementor-loop-container {
	gap: 36px !important;
}

.category-projects .Product_Loop .elementor-loop-container {
	gap: 28px !important;
}

.category-projects .Product_Loop .elementor-widget-theme-post-title .elementor-widget-container {
	min-height: 110px;
}

.category-products .Product_Img,
.category-products .Product_Img .elementor-widget-container,
.category-products .Product_Img a {
	aspect-ratio: 16 / 10;
}

.category-vedio .elementor-loop-container {
	align-items: stretch;
	gap: 30px !important;
}

.category-vedio .e-loop-item.elementor,
.category-vedio .e-loop-item > .elementor {
	height: 100%;
	background: #ffffff;
	border: 1px solid var(--pdl-color-border);
	border-radius: var(--pdl-radius);
	box-shadow: 0 14px 30px rgba(15, 30, 45, 0.08);
	overflow: hidden;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.category-vedio .e-loop-item.elementor:hover,
.category-vedio .e-loop-item.elementor:focus-within,
.category-vedio .e-loop-item > .elementor:hover,
.category-vedio .e-loop-item > .elementor:focus-within {
	box-shadow: 0 18px 40px rgba(15, 30, 45, 0.14);
	transform: translateY(-3px);
}

.category-vedio .elementor-125 .elementor-widget-video {
	margin: 0;
	background: #0f1720;
}

.category-vedio .elementor-125 .elementor-video {
	position: relative;
	display: grid;
	width: 100%;
	height: 100%;
	min-height: 100%;
	cursor: pointer;
	place-items: center;
	background:
		radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.12), transparent 34%),
		linear-gradient(145deg, #101923, #071019);
}

.category-vedio .elementor-125 .elementor-video iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.category-vedio .elementor-125 .elementor-video.pdl-video-thumbnail {
	background-color: #071019;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.pdl-video-play {
	display: inline-grid;
	width: 64px;
	height: 64px;
	padding: 0;
	cursor: pointer;
	background: rgba(255, 255, 255, 0.92);
	border: 0;
	border-radius: 999px;
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24);
	place-items: center;
	transition: transform 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}

.pdl-video-play::before {
	display: block;
	width: 0;
	height: 0;
	margin-left: 5px;
	content: "";
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
	border-left: 20px solid var(--pdl-color-brand);
}

.pdl-video-play:hover,
.pdl-video-play:focus-visible {
	background: #ffffff;
	box-shadow: 0 18px 38px rgba(0, 0, 0, 0.3), var(--pdl-focus-ring);
	transform: scale(1.06);
}

.category-vedio .elementor-125 .elementor-wrapper {
	aspect-ratio: 16 / 9;
	border-radius: var(--pdl-radius) var(--pdl-radius) 0 0;
	overflow: hidden;
}

.category-vedio .elementor-125 .elementor-widget-theme-post-title .elementor-widget-container {
	display: flex;
	align-items: center;
	min-height: 78px;
	padding: 18px 20px 22px;
}

.category-vedio .elementor-125 .elementor-heading-title {
	color: var(--pdl-color-text) !important;
	font-size: 20px !important;
	line-height: 1.3 !important;
	text-wrap: balance;
}

.category-products .elementor-widget-text-editor,
.category-projects .elementor-widget-text-editor,
.category-vedio .elementor-widget-text-editor {
	font-weight: 500 !important;
	line-height: 1.55 !important;
}

.Product_Loop .e-loop-item:hover .Product_Img img,
.ProducHomet_Img:hover img {
	filter: brightness(78%) contrast(100%) saturate(100%) blur(0) hue-rotate(0deg);
	transform: scale(1.1);
}

.Product_GryImg .jet-woo-swiper-control-nav {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.Product_GryImg .jet-product-gallery-icon {
	padding: 15px;
	font-size: 20px;
	background: #154899;
	border-radius: 100px;
	opacity: 0;
}

.Product_GryImg .jet-product-gallery-icon .e-font-icon-svg {
	fill: #ffffff;
}

.Product_GryImg:hover .jet-product-gallery-icon {
	opacity: 1;
}

.Product_GryImg:hover .swiper-button-disabled {
	opacity: 0.3;
}

.Product_GryImg .jet-woo-product-gallery__image-link img {
	object-fit: contain;
}

.elementor-location-footer .elementor-icon-list-item a {
	display: inline-flex;
	align-items: center;
	color: inherit;
	transition: color 0.18s ease, transform 0.18s ease;
}

.elementor-location-footer .elementor-icon-list-item a:hover,
.elementor-location-footer .elementor-icon-list-item a:focus {
	color: #73c9ff;
	transform: translateX(2px);
}

.elementor-location-footer a.elementor-social-icon:not([href]) {
	display: none;
}

.Index_VideoF,
.Index_VideoFTwO {
	position: fixed;
	right: 15px;
	bottom: 15px;
	width: auto;
	z-index: 9999;
}

.Index_VideoF {
	overflow: hidden;
	transition: 0.5s;
}

.Index_VideoF .Index_Video_sp {
	width: 300px !important;
	overflow: hidden;
	border-radius: 15px;
	box-shadow: 0 18px 38px rgba(15, 30, 45, 0.22);
	transition: width 0.28s ease, box-shadow 0.2s ease;
}

.Index_VideoF:hover .Index_Video_sp {
	width: 500px !important;
}

.Index_VideoFTwO {
	transform: translateX(120%);
}

.Index_VideoF .elementor-button,
.Index_VideoFTwO .elementor-button {
	box-shadow: 0 10px 24px rgba(15, 30, 45, 0.18);
}

@media screen and (max-width: 600px) {
	.Index_VideoF {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.Product_Loop .elementor-widget-theme-post-title .elementor-widget-container {
		min-height: 92px;
		padding: 16px 18px 20px;
	}

	.category-projects .Product_Loop .elementor-widget-theme-post-title .elementor-widget-container,
	.category-vedio .elementor-125 .elementor-widget-theme-post-title .elementor-widget-container {
		min-height: 116px;
		padding: 16px 18px 20px;
	}

	.Product_Loop .elementor-widget-theme-post-title .elementor-heading-title,
	.category-vedio .elementor-125 .elementor-heading-title {
		font-size: 20px !important;
	}
}

/* Production header */
.elementor-location-header {
	display: none !important;
}

.pdl-site-header {
	position: sticky;
	top: 0;
	z-index: 9990;
	background: rgba(255, 255, 255, 0.96);
	border-bottom: 1px solid rgba(17, 32, 45, 0.1);
	box-shadow: 0 12px 28px rgba(12, 24, 36, 0.08);
	backdrop-filter: blur(14px);
}

.admin-bar .pdl-site-header {
	top: 32px;
}

.pdl-header-inner {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto auto;
	gap: 18px;
	align-items: center;
	width: var(--pdl-container);
	min-height: 76px;
	margin-inline: auto;
	position: relative;
}

.pdl-header-logo {
	display: inline-flex;
	align-items: center;
	min-width: 124px;
	text-decoration: none;
}

.pdl-logo-image {
	display: block;
	width: auto;
	height: 54px;
	object-fit: contain;
}

.pdl-logo-text {
	color: var(--pdl-color-brand);
	font-size: 24px;
	font-weight: 750;
	letter-spacing: 0;
}

.pdl-primary-nav {
	min-width: 0;
}

.pdl-menu {
	display: flex;
	gap: 6px;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0;
	list-style: none;
}

.pdl-menu li {
	margin: 0;
}

.pdl-menu a {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding: 0 10px;
	color: var(--pdl-color-text);
	font-size: 15px;
	font-weight: 650;
	line-height: 1.15;
	text-decoration: none;
	white-space: nowrap;
	transition: color 0.18s ease;
}

.pdl-menu a::after {
	position: absolute;
	right: 10px;
	bottom: 7px;
	left: 10px;
	height: 2px;
	content: "";
	background: var(--pdl-color-accent);
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.18s ease;
}

.pdl-menu a:hover,
.pdl-menu a:focus-visible,
.pdl-menu .current-menu-item > a,
.pdl-menu .current-menu-ancestor > a {
	color: var(--pdl-color-accent);
	background: transparent;
	box-shadow: none;
}

.pdl-menu a:hover::after,
.pdl-menu a:focus-visible::after,
.pdl-menu .current-menu-item > a::after,
.pdl-menu .current-menu-ancestor > a::after {
	transform: scaleX(1);
}

.pdl-primary-nav .pdl-language-item {
	display: none;
}

.pdl-header-contact {
	display: grid;
	gap: 3px;
	justify-items: end;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.25;
}

.pdl-header-contact a {
	display: inline-flex;
	gap: 6px;
	align-items: center;
	color: var(--pdl-color-text);
	text-decoration: none;
	white-space: nowrap;
	transition: color 0.18s ease;
}

.pdl-icon {
	display: block;
	width: 17px;
	height: 17px;
	flex: 0 0 auto;
}

.pdl-header-actions {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	justify-content: flex-end;
}

.pdl-header-icon-button {
	display: inline-grid;
	width: 38px;
	height: 38px;
	padding: 0;
	color: var(--pdl-color-text);
	cursor: pointer;
	background: #ffffff;
	border: 1px solid var(--pdl-color-border);
	border-radius: 8px;
	place-items: center;
	transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.pdl-header-icon-button:hover,
.pdl-header-icon-button:focus-visible,
.pdl-site-header.is-search-open .pdl-search-toggle {
	color: var(--pdl-color-accent);
	background: #f8fafc;
	border-color: rgba(15, 107, 95, 0.35);
	box-shadow: var(--pdl-focus-ring);
}

.pdl-header-contact a:hover,
.pdl-header-contact a:focus-visible {
	color: var(--pdl-color-accent);
}

.pdl-language-button {
	display: inline-flex;
	gap: 6px;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0 10px;
	color: var(--pdl-color-text);
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	background: #ffffff;
	border: 1px solid var(--pdl-color-border);
	border-radius: 8px;
	white-space: nowrap;
	transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.pdl-language-button:hover,
.pdl-language-button:focus-visible {
	color: var(--pdl-color-accent);
	background: #f8fafc;
	border-color: rgba(15, 107, 95, 0.35);
	box-shadow: var(--pdl-focus-ring);
}

.pdl-header-search {
	position: absolute;
	top: calc(100% - 8px);
	right: 0;
	display: flex;
	width: min(480px, calc(100vw - 32px));
	padding: 10px;
	pointer-events: none;
	background: rgba(255, 255, 255, 0.98);
	border: 1px solid rgba(17, 32, 45, 0.12);
	border-radius: 10px;
	box-shadow: 0 18px 42px rgba(12, 24, 36, 0.16);
	opacity: 0;
	transform: translateY(-6px);
	transition: opacity 0.18s ease, transform 0.18s ease;
}

.pdl-site-header.is-search-open .pdl-header-search {
	pointer-events: auto;
	opacity: 1;
	transform: translateY(8px);
}

.pdl-header-search input[type="search"] {
	width: 100%;
	min-width: 0;
	height: 42px;
	padding: 0 14px;
	color: var(--pdl-color-text);
	background: #f8fafc;
	border: 1px solid var(--pdl-color-border);
	border-radius: 8px 0 0 8px;
}

.pdl-header-search button {
	display: inline-grid;
	width: 46px;
	height: 42px;
	padding: 0;
	color: #ffffff;
	cursor: pointer;
	background: var(--pdl-color-accent);
	border: 1px solid var(--pdl-color-accent);
	border-radius: 0 8px 8px 0;
	place-items: center;
}

.pdl-mobile-menu-toggle {
	display: none;
	width: 42px;
	height: 42px;
	padding: 0;
	cursor: pointer;
	background: #ffffff;
	border: 1px solid var(--pdl-color-border);
	border-radius: 8px;
	place-items: center;
}

.pdl-mobile-menu-toggle span {
	display: block;
	width: 20px;
	height: 2px;
	margin: 3px 0;
	background: var(--pdl-color-text);
	border-radius: 999px;
	transition: transform 0.18s ease, opacity 0.18s ease;
}

.pdl-site-header.is-open .pdl-mobile-menu-toggle span:nth-child(1) {
	transform: translateY(5px) rotate(45deg);
}

.pdl-site-header.is-open .pdl-mobile-menu-toggle span:nth-child(2) {
	opacity: 0;
}

.pdl-site-header.is-open .pdl-mobile-menu-toggle span:nth-child(3) {
	transform: translateY(-5px) rotate(-45deg);
}

/* Remove boxed active states from migrated Elementor menus and footer links. */
.elementor-nav-menu a,
.elementor-widget-text-editor,
.elementor-widget-text-editor p,
.elementor-icon-list-text {
	font-weight: 500 !important;
}

.elementor-nav-menu a {
	font-weight: 650 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

.elementor-nav-menu a:hover,
.elementor-nav-menu a:focus-visible,
.elementor-nav-menu .current-menu-item > a,
.elementor-nav-menu .current-menu-ancestor > a,
.elementor-location-footer .elementor-icon-list-item a:hover,
.elementor-location-footer .elementor-icon-list-item a:focus,
.elementor-location-footer .current-menu-item > a,
.elementor-location-footer .current-menu-ancestor > a {
	background: transparent !important;
	box-shadow: none !important;
}

.elementor-nav-menu .current-menu-item > a,
.elementor-nav-menu .current-menu-ancestor > a {
	color: var(--pdl-color-accent) !important;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 0.42em;
}

.elementor-location-footer .elementor-icon-list-item a:hover,
.elementor-location-footer .elementor-icon-list-item a:focus {
	text-decoration: underline;
	transform: none;
}

/* Cleaner catalog cards. */
.category-products .Product_Loop.elementor-grid-2 .elementor-loop-container.elementor-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 22px !important;
}

.Product_Loop .elementor-149 .elementor-element.elementor-element-1847dd96 {
	--gap: 0px 0px !important;
}

.Product_Loop .elementor-149 .elementor-element.elementor-element-631621d8 {
	--gap: 0px 0px !important;
	--margin-bottom: 0px !important;
	gap: 0 !important;
	margin-bottom: 0 !important;
}

.category-products .Product_Img,
.category-products .Product_Img .elementor-widget-container,
.category-products .Product_Img a {
	aspect-ratio: 16 / 9;
}

.Product_Loop .elementor-widget-theme-post-title .elementor-widget-container {
	min-height: 60px;
	padding: 12px 16px 14px;
}

.Product_Loop .elementor-widget-theme-post-title .elementor-heading-title {
	font-size: clamp(16px, 1.15vw, 20px) !important;
	font-weight: 650 !important;
	line-height: 1.22 !important;
}

.category-projects .Product_Loop .elementor-widget-theme-post-title .elementor-widget-container {
	min-height: 68px;
	padding: 12px 16px 14px;
}

.category-projects .Product_Loop .elementor-loop-container {
	gap: 22px !important;
}

.category-projects .Product_Img,
.category-projects .Product_Img .elementor-widget-container,
.category-projects .Product_Img a {
	aspect-ratio: 16 / 10;
}

/* Stable product gallery viewport for mixed portrait and landscape photos. */
.Product_GryImg .jet-woo-product-gallery-slider,
.Product_GryImg .jet-gallery-swiper-slider,
.Product_GryImg .jet-woo-product-gallery-slider .swiper-wrapper,
.Product_GryImg .jet-woo-product-gallery__image-item {
	height: clamp(320px, 52vw, 560px) !important;
}

.Product_GryImg .jet-woo-product-gallery__image,
.Product_GryImg .jet-woo-product-gallery__image-link {
	display: grid !important;
	width: 100%;
	height: 100% !important;
	overflow: hidden;
	background: #f4f6f8;
	place-items: center;
}

.Product_GryImg .jet-woo-product-gallery__image-link img,
.Product_GryImg .jet-woo-product-gallery__image img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	object-fit: contain !important;
	object-position: center center !important;
}

.Product_GryImg .jet-woo-swiper-control-thumbs__item-image {
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: #f4f6f8;
	border-radius: 6px;
}

.Product_GryImg .jet-woo-swiper-control-thumbs__item-image img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	object-position: center center !important;
}

@media screen and (max-width: 1120px) {
	.pdl-header-inner {
		grid-template-columns: auto minmax(0, 1fr) auto auto;
	}

	.pdl-header-contact {
		display: none;
	}

	.pdl-menu a {
		padding-inline: 8px;
		font-size: 14px;
	}
}

@media screen and (max-width: 1024px) {
	.admin-bar .pdl-site-header {
		top: 32px;
	}

	.pdl-header-inner {
		grid-template-columns: auto 1fr auto auto;
		min-height: 68px;
	}

	.pdl-logo-image {
		height: 46px;
	}

	.pdl-mobile-menu-toggle {
		display: grid;
	}

	.pdl-primary-nav {
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		display: none;
		padding: 10px 16px 16px;
		background: #ffffff;
		border-bottom: 1px solid var(--pdl-color-border);
		box-shadow: 0 18px 28px rgba(12, 24, 36, 0.12);
	}

	.pdl-site-header.is-open .pdl-primary-nav {
		display: block;
	}

	.pdl-menu {
		display: grid;
		gap: 2px;
		justify-content: stretch;
	}

	.pdl-menu a {
		justify-content: flex-start;
		min-height: 42px;
		padding: 0 8px;
	}

	.pdl-menu a::after {
		right: auto;
		bottom: 8px;
		left: 8px;
		width: 28px;
	}

	.category-products .Product_Loop.elementor-grid-2 .elementor-loop-container.elementor-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media screen and (max-width: 782px) {
	.admin-bar .pdl-site-header {
		top: 46px;
	}
}

@media screen and (max-width: 767px) {
	.pdl-header-inner {
		width: min(100vw - 24px, 1180px);
		gap: 10px;
	}

	.pdl-language-button {
		min-height: 36px;
		padding-inline: 12px;
		font-size: 13px;
	}

	.category-products .Product_Loop.elementor-grid-2 .elementor-loop-container.elementor-grid {
		grid-template-columns: 1fr !important;
		gap: 18px !important;
	}

	.Product_Loop .elementor-widget-theme-post-title .elementor-widget-container,
	.category-projects .Product_Loop .elementor-widget-theme-post-title .elementor-widget-container,
	.category-vedio .elementor-125 .elementor-widget-theme-post-title .elementor-widget-container {
		min-height: 58px;
		padding: 12px 14px;
	}

	.Product_GryImg .jet-woo-product-gallery-slider,
	.Product_GryImg .jet-gallery-swiper-slider,
	.Product_GryImg .jet-woo-product-gallery-slider .swiper-wrapper,
	.Product_GryImg .jet-woo-product-gallery__image-item {
		height: clamp(260px, 78vw, 420px) !important;
	}
}

/* Final production polish for layout, search, media, and report archives. */
.home .elementor-592 .elementor-element.elementor-element-a9d75c6 {
	--grid-columns: 4 !important;
	--grid-column-gap: 22px !important;
	--grid-row-gap: 22px !important;
}

.elementor-1172 .elementor-element.elementor-element-dc2af6c {
	--e-con-grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	--e-con-grid-template-rows: 1fr !important;
	gap: 22px !important;
}

.elementor-1172 .elementor-element.elementor-element-dc2af6c > .e-con,
.home .elementor-592 .elementor-element.elementor-element-a9d75c6 .e-loop-item > .elementor {
	border-radius: var(--pdl-radius);
	box-shadow: 0 18px 40px rgba(12, 24, 36, 0.16);
}

.elementor-1172 .elementor-element.elementor-element-dc2af6c img {
	height: clamp(180px, 16vw, 240px) !important;
}

.pdl-modern-site.page-id-1172:not(.elementor-editor-active) .elementor-1172 .elementor-element.elementor-element-dc2af6c > .e-con {
	position: relative;
	height: auto !important;
	min-height: 0 !important;
	overflow: hidden;
	background: transparent !important;
}

.pdl-modern-site.page-id-1172:not(.elementor-editor-active) .elementor-1172 .elementor-element.elementor-element-dc2af6c > .e-con > .e-con {
	display: grid !important;
	grid-template-rows: auto auto;
	gap: 0 !important;
	height: auto !important;
	min-height: 0 !important;
	overflow: hidden;
	background: transparent !important;
}

.pdl-modern-site.page-id-1172:not(.elementor-editor-active) .elementor-1172 .elementor-element.elementor-element-dc2af6c .Product_Img,
.pdl-modern-site.page-id-1172:not(.elementor-editor-active) .elementor-1172 .elementor-element.elementor-element-dc2af6c .Product_Img .elementor-widget-container {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	min-height: 0 !important;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #edf2f5;
}

.pdl-modern-site.page-id-1172:not(.elementor-editor-active) .elementor-1172 .elementor-element.elementor-element-dc2af6c .Product_Img img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	object-position: center;
}

.pdl-modern-site.page-id-1172:not(.elementor-editor-active) .elementor-1172 .elementor-element.elementor-element-dc2af6c .elementor-widget-heading {
	margin: 0 !important;
	padding: 16px 0 0 !important;
	min-height: 0 !important;
	background: transparent !important;
}

.pdl-modern-site.page-id-1172:not(.elementor-editor-active) .elementor-1172 .elementor-element.elementor-element-dc2af6c .elementor-heading-title {
	margin: 0 !important;
	line-height: 1.15 !important;
}

.pdl-modern-site.page-id-1172:not(.elementor-editor-active) .pdl-home-product-card-linked {
	cursor: pointer;
}

.pdl-modern-site.page-id-1172:not(.elementor-editor-active) .pdl-home-product-link {
	position: absolute;
	z-index: 6;
	inset: 0;
	border-radius: inherit;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
}

.pdl-modern-site.page-id-1172:not(.elementor-editor-active) .pdl-home-product-link:focus-visible {
	outline: 3px solid rgba(255, 255, 255, 0.95);
	outline-offset: -4px;
	box-shadow: 0 0 0 5px rgba(15, 107, 95, 0.65);
}

.category-vedio .elementor-125 .elementor-widget-theme-post-title .elementor-widget-container {
	align-items: flex-start;
	justify-content: flex-start;
}

.category-vedio .elementor-125 .elementor-element.elementor-element-a20d4d1,
.category-vedio .elementor-125 .elementor-heading-title {
	width: 100%;
	text-align: left !important;
}

.Product_GryImg .swiper-slide,
.Product_GryImg .jet-woo-product-gallery__image-link,
.Product_GryImg .jet-woo-product-gallery__image {
	background: #f7f9fb;
}

.Product_GryImg .swiper-slide img,
.Product_GryImg .jet-woo-product-gallery__image-link img,
.Product_GryImg .jet-woo-product-gallery__image img {
	max-width: 100% !important;
	max-height: 100% !important;
	object-fit: contain !important;
	object-position: center center !important;
}

.pdl-modern-site:not(.elementor-editor-active) .Index_VideoF {
	display: block;
	top: 104px;
	right: clamp(14px, 2vw, 30px);
	bottom: auto;
	width: min(420px, 32vw);
	padding: 10px;
	position: fixed;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(17, 32, 45, 0.12);
	border-radius: 10px;
	box-shadow: 0 20px 50px rgba(12, 24, 36, 0.24);
	backdrop-filter: blur(14px);
}

.pdl-modern-site:not(.elementor-editor-active) .Index_VideoF #Index_VideoClose {
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 2;
}

.pdl-modern-site:not(.elementor-editor-active) .Index_VideoF #Index_VideoClose .elementor-button {
	width: 30px;
	min-width: 30px;
	height: 30px;
	min-height: 30px;
	padding: 0;
	font-size: 0;
	border-radius: 8px !important;
}

.pdl-modern-site:not(.elementor-editor-active) .Index_VideoF #Index_VideoClose svg {
	width: 14px;
	height: 14px;
}

.pdl-modern-site:not(.elementor-editor-active) .Index_VideoF::before {
	display: block;
	margin: 0 0 8px;
	color: var(--pdl-color-text);
	font-size: 13px;
	font-weight: 750;
	line-height: 1.2;
	content: "Factory video";
}

.pdl-lang-zh:not(.elementor-editor-active) .Index_VideoF::before {
	content: "工厂视频";
}

.pdl-modern-site:not(.elementor-editor-active) .Index_VideoF .Index_Video_sp {
	width: 100% !important;
	border-radius: 8px;
	box-shadow: none;
}

.pdl-modern-site:not(.elementor-editor-active) .Index_VideoF:hover .Index_Video_sp {
	width: 100% !important;
}

.pdl-modern-site:not(.elementor-editor-active) .Index_VideoF .elementor-wrapper {
	aspect-ratio: 16 / 9;
}

.category-test-report .elementor-109 .elementor-element.elementor-element-4bec6095 {
	--min-height: 360px;
}

.category-test-report .elementor-109 .elementor-element.elementor-element-7e9e7da5 {
	--overlay-opacity: 0.82;
}

.category-test-report .elementor-109 .elementor-element.elementor-element-cb0a90c .elementor-heading-title {
	color: var(--pdl-color-text) !important;
	font-family: var(--pdl-font-sans) !important;
	font-size: clamp(36px, 5vw, 58px) !important;
	letter-spacing: 0 !important;
}

.category-test-report .elementor-109 .elementor-element.elementor-element-37c4968c {
	max-width: min(760px, 92vw);
	margin-inline: auto;
	color: var(--pdl-color-muted) !important;
	font-family: var(--pdl-font-sans) !important;
	font-size: clamp(15px, 1.6vw, 19px) !important;
	font-weight: 500 !important;
}

.category-test-report .elementor-109 .elementor-element.elementor-element-3a8c2cb8 {
	background: #f6f8fb;
}

.category-test-report .elementor-109 .elementor-element.elementor-element-d176d7f {
	--grid-column-gap: 18px !important;
	--grid-row-gap: 18px !important;
}

.category-test-report .elementor-102 .elementor-element.elementor-element-c57e445 {
	min-height: 100%;
	padding: 18px !important;
	background: #ffffff !important;
	border: 1px solid rgba(17, 32, 45, 0.1) !important;
	border-radius: var(--pdl-radius);
	box-shadow: 0 14px 34px rgba(12, 24, 36, 0.09);
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.category-test-report .elementor-102 .elementor-element.elementor-element-c57e445:hover,
.category-test-report .elementor-102 .elementor-element.elementor-element-c57e445:focus-within {
	border-color: rgba(15, 107, 95, 0.28) !important;
	box-shadow: 0 18px 42px rgba(12, 24, 36, 0.14);
	transform: translateY(-3px);
}

.category-test-report .elementor-102 .elementor-element.elementor-element-8af4ee4 .elementor-heading-title {
	color: var(--pdl-color-text) !important;
	font-family: var(--pdl-font-sans) !important;
	font-size: 15px !important;
	font-weight: 650 !important;
	line-height: 1.35 !important;
	text-wrap: balance;
}

.elementor-button,
.elementor-widget-loop-grid .elementor-button {
	border-radius: 8px !important;
	text-decoration: none !important;
}

.elementor-widget-loop-grid .elementor-button {
	min-width: 132px;
}

@media screen and (max-width: 1120px) {
	.pdl-header-inner {
		grid-template-columns: auto minmax(0, 1fr) auto;
	}
}

@media screen and (max-width: 1024px) {
	.home .elementor-592 .elementor-element.elementor-element-a9d75c6,
	.elementor-1172 .elementor-element.elementor-element-dc2af6c {
		--grid-columns: 2 !important;
		--e-con-grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.pdl-modern-site:not(.elementor-editor-active) .Index_VideoF {
		top: auto;
		right: 14px;
		bottom: 14px;
		width: min(300px, calc(100vw - 28px));
	}
}

@media screen and (max-width: 767px) {
	.pdl-header-actions {
		gap: 6px;
	}

	.pdl-header-icon-button,
	.pdl-language-button,
	.pdl-mobile-menu-toggle {
		width: 36px;
		min-width: 36px;
		height: 36px;
		min-height: 36px;
	}

	.pdl-language-button {
		padding: 0;
	}

	.pdl-language-text {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
	}

	.pdl-header-search {
		right: 0;
		left: auto;
		width: min(420px, calc(100vw - 24px));
	}

	.home .elementor-592 .elementor-element.elementor-element-a9d75c6,
	.elementor-1172 .elementor-element.elementor-element-dc2af6c {
		--grid-columns: 1 !important;
		--e-con-grid-template-columns: 1fr !important;
	}

	.elementor-1172 .elementor-element.elementor-element-dc2af6c img {
		height: 260px !important;
	}

	.pdl-modern-site:not(.elementor-editor-active) .Index_VideoF {
		right: 10px;
		bottom: 10px;
		width: min(210px, calc(100vw - 20px));
		padding: 7px;
	}

	.pdl-modern-site:not(.elementor-editor-active) .Index_VideoF::before {
		margin-bottom: 5px;
		font-size: 11px;
	}

	.pdl-modern-site:not(.elementor-editor-active) .Index_VideoF #Index_VideoClose {
		top: 5px;
		right: 5px;
	}

	.pdl-modern-site:not(.elementor-editor-active) .Index_VideoF #Index_VideoClose .elementor-button {
		width: 24px;
		min-width: 24px;
		height: 24px;
		min-height: 24px;
	}
}

header.pdl-site-header.is-search-open form.pdl-header-search {
	pointer-events: auto !important;
	opacity: 1 !important;
	transform: translateY(8px) !important;
}

.pdl-load-more-loading .e-loop__load-more .elementor-button {
	pointer-events: none;
	opacity: 0.68;
}

.e-load-more-pagination-end .e-loop__load-more {
	display: none !important;
}

/* Embedded media and gallery refinements. */
.home .elementor-592 .elementor-element.elementor-element-a9d75c6 .elementor-loop-container.elementor-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 22px !important;
}

.elementor-1172 .elementor-element.elementor-element-dc2af6c {
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.pdl-modern-site:not(.elementor-editor-active) .Index_VideoFTwO,
.pdl-modern-site:not(.elementor-editor-active) .Index_VideoF #Index_VideoClose {
	display: none !important;
}

.pdl-modern-site:not(.elementor-editor-active) .Index_VideoF {
	position: relative !important;
	top: auto !important;
	right: auto !important;
	bottom: auto !important;
	display: block !important;
	width: min(1120px, calc(100vw - 40px)) !important;
	margin: clamp(30px, 5vw, 64px) auto !important;
	padding: clamp(16px, 2.4vw, 28px) !important;
	color: #ffffff;
	background:
		linear-gradient(135deg, rgba(10, 22, 36, 0.96), rgba(14, 67, 76, 0.92)),
		url("https://www.pdl-furniture.cn/wp-content/uploads/2024/10/背景-17-scaled.jpg") center / cover;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 10px;
	box-shadow: 0 24px 54px rgba(12, 24, 36, 0.18);
	transform: none !important;
	z-index: 2;
	backdrop-filter: none;
}

.pdl-modern-site:not(.elementor-editor-active) .Index_VideoF::before {
	display: block;
	max-width: 980px;
	margin: 0 auto 14px;
	color: #ffffff;
	font-size: clamp(24px, 3vw, 42px);
	font-weight: 760;
	line-height: 1.12;
	content: "Factory video tour";
}

.pdl-lang-zh:not(.elementor-editor-active) .Index_VideoF::before {
	content: "工厂视频展示";
}

.pdl-modern-site:not(.elementor-editor-active) .Index_VideoF .Index_Video_sp {
	width: min(980px, 100%) !important;
	margin-inline: auto;
	overflow: hidden;
	background: #071019;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 10px;
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
}

.pdl-modern-site:not(.elementor-editor-active) .Index_VideoF:hover .Index_Video_sp {
	width: min(980px, 100%) !important;
}

.pdl-modern-site:not(.elementor-editor-active) .Index_VideoF .elementor-wrapper {
	aspect-ratio: 16 / 9;
	border-radius: 10px;
	overflow: hidden;
}

.Product_GryImg .jet-woo-product-gallery__image-link,
.Product_GryImg .jet-woo-swiper-control-thumbs__item-image {
	position: relative;
	isolation: isolate;
	background: #111827 !important;
}

.Product_GryImg .jet-woo-product-gallery__image-link::before,
.Product_GryImg .jet-woo-swiper-control-thumbs__item-image::before {
	position: absolute;
	inset: -18px;
	z-index: 0;
	content: "";
	background-image: var(--pdl-img-bg);
	background-position: center;
	background-size: cover;
	filter: blur(18px) saturate(1.08);
	opacity: 0.52;
	transform: scale(1.08);
}

.Product_GryImg .jet-woo-product-gallery__image-link img,
.Product_GryImg .jet-woo-product-gallery__image img {
	position: relative;
	z-index: 1;
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	object-fit: contain !important;
	object-position: center center !important;
}

.Product_GryImg .jet-woo-swiper-control-thumbs__item-image img {
	position: relative;
	z-index: 1;
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	object-position: center center !important;
}

.category-vedio {
	background: #f8fafc;
}

.category-vedio .elementor-element.elementor-element-c79a85c {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: clamp(56px, 7vw, 96px) max(72px, calc((100vw - 1180px) / 2)) clamp(42px, 5vw, 70px) !important;
	color: #ffffff;
	background:
		linear-gradient(135deg, rgba(7, 16, 25, 0.94), rgba(11, 61, 76, 0.88)),
		url("https://www.pdl-furniture.cn/wp-content/uploads/2024/10/70a169db-6f51-488c-8c1c-f8a0e9345dd7.jpg") center / cover;
}

.category-vedio .elementor-element.elementor-element-c79a85c::before {
	display: block;
	max-width: 760px;
	margin: 0 0 10px;
	color: #ffffff;
	font-size: clamp(34px, 5vw, 62px);
	font-weight: 760;
	line-height: 1.05;
	content: "Factory Videos";
}

.category-vedio .elementor-element.elementor-element-c79a85c::after {
	display: block;
	max-width: 680px;
	margin-bottom: 28px;
	color: rgba(255, 255, 255, 0.82);
	font-size: clamp(15px, 1.5vw, 18px);
	font-weight: 500;
	line-height: 1.55;
	content: "Watch our factory process, material treatment, production details, and hotel furniture catalogue updates.";
}

.pdl-lang-zh.category-vedio .elementor-element.elementor-element-c79a85c::before {
	content: "工厂视频";
}

.pdl-lang-zh.category-vedio .elementor-element.elementor-element-c79a85c::after {
	content: "观看 PDL 的工厂流程、材料处理、生产细节与酒店家具目录更新。";
}

.category-vedio .elementor-element.elementor-element-c79a85c::before,
.category-vedio .elementor-element.elementor-element-c79a85c::after {
	content: none !important;
}

.category-vedio .elementor-element.elementor-element-24b04c2 {
	display: flex !important;
	flex-direction: column;
	margin-top: 0;
}

.category-vedio .elementor-element.elementor-element-24b04c2::before {
	display: block;
	order: 1;
	max-width: 760px;
	margin: 0 0 10px;
	color: #ffffff;
	font-size: clamp(34px, 5vw, 62px);
	font-weight: 760;
	line-height: 1.05;
	content: "Factory Videos";
}

.category-vedio .elementor-element.elementor-element-24b04c2::after {
	display: block;
	order: 2;
	max-width: 680px;
	margin: 0 0 28px;
	color: rgba(255, 255, 255, 0.82);
	font-size: clamp(15px, 1.5vw, 18px);
	font-weight: 500;
	line-height: 1.55;
	content: "Watch our factory process, material treatment, production details, and hotel furniture catalogue updates.";
}

.pdl-lang-zh.category-vedio .elementor-element.elementor-element-24b04c2::before {
	content: "工厂视频";
}

.pdl-lang-zh.category-vedio .elementor-element.elementor-element-24b04c2::after {
	content: "观看 PDL 的工厂流程、材料处理、生产细节与酒店家具目录更新。";
}

.category-vedio .elementor-element.elementor-element-24b04c2 > .elementor-widget-container {
	order: 3;
	width: 100%;
}

.category-vedio .elementor-element.elementor-element-24b04c2 .elementor-loop-container.elementor-grid {
	grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.9fr) minmax(0, 0.9fr) !important;
	gap: 24px !important;
	align-items: stretch;
	margin-top: 0;
}

.category-vedio .elementor-element.elementor-element-24b04c2 .e-loop-item:first-child .elementor-wrapper {
	aspect-ratio: 16 / 9;
}

.category-vedio .elementor-125 .elementor-widget-video {
	border-radius: 10px 10px 0 0;
}

.single-post .pdl-report-carousel {
	max-width: min(1180px, calc(100vw - 32px));
	margin: clamp(28px, 5vw, 56px) auto;
	padding: clamp(16px, 2vw, 24px);
	background: linear-gradient(180deg, #ffffff, #f4f7fa);
	border: 1px solid rgba(17, 32, 45, 0.1);
	border-radius: 10px;
	box-shadow: 0 18px 44px rgba(12, 24, 36, 0.1);
}

.pdl-report-carousel-heading {
	margin-bottom: 14px;
	color: var(--pdl-color-text);
	font-size: clamp(20px, 2vw, 28px);
	font-weight: 760;
	line-height: 1.18;
}

.pdl-report-download {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	margin: 0 0 18px;
	padding: 0 16px;
	color: #082018;
	background: #f3b45b;
	border: 1px solid #f3b45b;
	border-radius: 8px;
	font-weight: 740;
	line-height: 1.2;
	text-decoration: none !important;
}

.pdl-report-download:hover,
.pdl-report-download:focus-visible {
	box-shadow: 0 0 0 4px rgba(243, 180, 91, 0.18);
}

.pdl-report-carousel-viewport {
	overflow-x: auto;
	overflow-y: hidden;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	-ms-overflow-style: none;
	-webkit-overflow-scrolling: touch;
}

.pdl-report-carousel.is-auto-scroll .pdl-report-carousel-viewport {
	scroll-snap-type: none;
}

.pdl-report-carousel-viewport::-webkit-scrollbar {
	display: none;
	width: 0;
	height: 0;
}

.pdl-report-carousel-viewport::-webkit-scrollbar-thumb {
	background: transparent;
}

.pdl-report-carousel-track {
	display: flex;
	width: max-content;
	gap: 14px;
	align-items: stretch;
}

.pdl-report-page {
	flex: 0 0 clamp(210px, 18vw, 280px);
	aspect-ratio: 7 / 10;
	margin: 0;
	padding: 8px;
	overflow: hidden;
	background: #ffffff;
	border: 1px solid rgba(17, 32, 45, 0.1);
	border-radius: 8px;
	box-shadow: 0 10px 28px rgba(12, 24, 36, 0.08);
	cursor: zoom-in;
	scroll-snap-align: start;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.pdl-report-page:hover,
.pdl-report-page:focus-visible {
	border-color: rgba(15, 107, 95, 0.32);
	box-shadow: 0 14px 34px rgba(12, 24, 36, 0.14);
	transform: translateY(-2px);
	outline: none;
}

.pdl-report-page img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	object-fit: contain;
	object-position: center center;
}

/* Product page cohesion refresh. */
.category-products .pdl-product-center-content {
	padding: clamp(50px, 6vw, 78px) 0 clamp(64px, 8vw, 96px);
	background:
		linear-gradient(180deg, rgba(246, 248, 247, 0.96) 0%, rgba(255, 255, 255, 0.98) 30%, rgba(246, 248, 247, 0.94) 100%),
		#f6f8f7;
}

.category-products .pdl-product-center-content--compact {
	padding-top: clamp(28px, 4vw, 46px);
}

.category-products .pdl-product-center-content--compact .pdl-product-browse {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

.category-products #pdl-product-areas,
.category-products #pdl-product-manufacturing,
.category-products #pdl-product-materials,
.category-products #pdl-product-workflow,
.category-products #pdl-product-faq {
	scroll-margin-top: 112px;
}

.pdl-product-hub-nav {
	display: none !important;
}

@media (min-width: 1180px) {
	.pdl-product-center-content > * {
		width: min(1220px, calc(100vw - 40px));
	}
}

.pdl-product-center-lead {
	border-color: rgba(18, 32, 47, 0.08);
	border-radius: 8px;
	box-shadow: 0 22px 56px rgba(10, 24, 38, 0.08);
}

.pdl-product-center-summary {
	border-radius: 8px;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.13);
}

.pdl-product-browse {
	margin-top: clamp(42px, 6vw, 74px);
	padding-top: clamp(34px, 5vw, 56px);
	border-top: 1px solid rgba(18, 32, 47, 0.1);
}

.pdl-product-index-layout {
	display: grid;
	grid-template-columns: 1fr;
	gap: clamp(44px, 6vw, 74px);
	align-items: stretch;
}

.pdl-product-index-group {
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.pdl-product-index-group--type {
	background: transparent;
}

.pdl-product-index-heading {
	max-width: 820px;
	margin-bottom: 22px;
}

.pdl-product-index-heading h3 {
	font-size: clamp(1.75rem, 2.8vw, 2.7rem);
}

.pdl-product-index-heading p {
	max-width: 760px;
	font-size: clamp(1rem, 1.25vw, 1.12rem);
}

.pdl-product-type-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 24px;
	overflow: visible;
	border-top: 1px solid rgba(18, 32, 47, 0.1);
	border-bottom: 0;
}

.pdl-product-archive-card-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 24px;
	border-top: 1px solid rgba(18, 32, 47, 0.1);
}

.pdl-product-archive-card--type {
	display: grid;
	grid-template-columns: minmax(126px, 35%) minmax(0, 1fr);
	min-height: 198px;
	padding: 0;
	overflow: visible;
	background: transparent;
	border: 0;
	border-bottom: 1px solid rgba(18, 32, 47, 0.1);
	border-radius: 0;
	box-shadow: none;
}

.pdl-product-archive-card--type:nth-child(3n) {
	border-right: 0;
}

.pdl-product-archive-card--type:nth-child(n+4) {
	border-top: 0;
}

.pdl-product-archive-card--type::before {
	display: none;
	content: none;
}

.pdl-product-archive-card--type .pdl-product-archive-card-media {
	min-height: 100%;
	margin: 0;
	aspect-ratio: auto;
	background-color: #e4e9ed;
	border-radius: 8px;
}

.pdl-product-archive-card--type .pdl-product-archive-card-body {
	min-height: 0;
	padding: 22px;
	gap: 10px;
	align-content: center;
}

.pdl-product-archive-card--type:not(.has-media) .pdl-product-archive-card-body {
	grid-column: 1 / -1;
}

.pdl-product-archive-card--type strong {
	font-size: clamp(1rem, 1.1vw, 1.16rem);
}

.pdl-product-archive-card--type:hover,
.pdl-product-archive-card--type:focus-visible {
	background: rgba(255, 255, 255, 0.68);
	box-shadow: none;
	transform: none;
}

.pdl-product-archive-card--space {
	min-height: 198px;
	overflow: visible;
	background: transparent;
	border: 0;
	border-bottom: 1px solid rgba(18, 32, 47, 0.1);
	border-radius: 0;
	box-shadow: none;
}

.pdl-product-archive-card--space:hover,
.pdl-product-archive-card--space:focus-visible {
	background: rgba(255, 255, 255, 0.68);
	box-shadow: none;
	transform: none;
}

.pdl-product-archive-card--space .pdl-product-archive-card-media {
	background-color: #e4e9ed;
	border-radius: 8px;
}

.pdl-product-archive-card-body {
	padding: 22px;
}

.pdl-product-archive-card-body .pdl-product-card-details {
	margin-top: 4px;
}

.pdl-product-manufacturing-scope,
.pdl-product-info-band,
.pdl-product-faq,
.pdl-product-start-cta {
	margin-top: clamp(26px, 4vw, 42px);
	border-radius: 8px;
	box-shadow: 0 16px 40px rgba(10, 24, 38, 0.08);
}

.pdl-product-review-box {
	border-radius: 8px;
	box-shadow: none;
}

.pdl-product-faq-item {
	border-radius: 8px;
	box-shadow: none;
}

@media (max-width: 900px) {
	.pdl-product-type-grid {
		grid-template-columns: 1fr;
	}

	.pdl-product-archive-card-grid {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.pdl-product-archive-card--space {
		grid-template-columns: minmax(138px, 32%) minmax(0, 1fr);
	}

	.pdl-product-archive-card--type {
		grid-template-columns: minmax(138px, 32%) minmax(0, 1fr);
	}
}

@media (max-width: 640px) {
	.pdl-product-type-grid,
	.pdl-product-archive-card-grid {
		grid-template-columns: 1fr;
	}

	.pdl-product-archive-card--type,
	.pdl-product-archive-card--type:nth-child(2n),
	.pdl-product-archive-card--type:nth-child(3n) {
		border-top: 0;
	}

	.pdl-product-archive-card--type:nth-child(n+2) {
		border-top: 1px solid rgba(18, 32, 47, 0.1);
	}

	.pdl-product-index-group--space > .pdl-product-index-heading {
		display: block;
	}

	.pdl-product-archive-card--space {
		grid-template-columns: 1fr;
	}

	.pdl-product-archive-card--type {
		grid-template-columns: 1fr;
	}

	.pdl-product-archive-card--space .pdl-product-archive-card-media,
	.pdl-product-archive-card--type .pdl-product-archive-card-media {
		aspect-ratio: 16 / 9;
	}

	.pdl-product-center-lead,
	.pdl-product-manufacturing-scope,
	.pdl-product-info-band,
	.pdl-product-faq,
	.pdl-product-start-cta {
		padding: 22px;
	}
}

.pdl-related-reports {
	max-width: min(1280px, calc(100vw - 72px));
	margin: clamp(8px, 2vw, 24px) auto clamp(36px, 5vw, 72px);
	padding: clamp(18px, 2.4vw, 28px);
	background: #0f1720;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 10px;
	box-shadow: 0 20px 48px rgba(12, 24, 36, 0.16);
}

.pdl-related-reports-head {
	display: flex;
	gap: 18px;
	align-items: end;
	justify-content: space-between;
	margin-bottom: 18px;
}

.pdl-related-reports-kicker {
	display: block;
	margin-bottom: 6px;
	color: rgba(255, 255, 255, 0.58);
	font-size: 12px;
	font-weight: 720;
	letter-spacing: 0.08em;
	line-height: 1.1;
	text-transform: uppercase;
}

.pdl-related-reports h2 {
	margin: 0;
	color: #ffffff;
	font-size: clamp(22px, 2.2vw, 32px);
	font-weight: 760;
	letter-spacing: 0;
	line-height: 1.12;
}

.pdl-related-reports-all {
	flex: 0 0 auto;
	padding: 9px 13px;
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 7px;
	transition: background 0.18s ease, transform 0.18s ease;
}

.pdl-related-reports-all:hover,
.pdl-related-reports-all:focus-visible {
	color: #ffffff;
	background: rgba(255, 255, 255, 0.16);
	transform: translateY(-1px);
}

.pdl-related-reports-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.pdl-related-report-card {
	display: grid;
	gap: 8px;
	min-height: 142px;
	padding: 15px;
	color: #ffffff;
	text-decoration: none;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 8px;
	transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.pdl-related-report-card:hover,
.pdl-related-report-card:focus-visible {
	color: #ffffff;
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.2);
	transform: translateY(-2px);
}

.pdl-related-report-type,
.pdl-related-report-link {
	color: rgba(255, 255, 255, 0.58);
	font-size: 12px;
	font-weight: 720;
	letter-spacing: 0.05em;
	line-height: 1.1;
	text-transform: uppercase;
}

.pdl-related-report-title {
	color: #ffffff;
	font-size: 15px;
	font-weight: 680;
	line-height: 1.35;
}

.pdl-related-report-link {
	align-self: end;
	color: rgba(255, 255, 255, 0.72);
}

body.pdl-report-lightbox-open {
	overflow: hidden;
}

.pdl-report-lightbox[hidden] {
	display: none;
}

.pdl-report-lightbox {
	position: fixed;
	z-index: 99999;
	inset: 0;
	display: grid;
	place-items: center;
	padding: clamp(18px, 4vw, 48px);
	background: rgba(5, 10, 16, 0.88);
	backdrop-filter: blur(12px);
}

.pdl-report-lightbox-inner {
	position: relative;
	display: grid;
	place-items: center;
	width: min(1180px, 96vw);
	max-height: 92vh;
}

.pdl-report-lightbox-image {
	display: block;
	width: auto;
	max-width: 100%;
	max-height: 88vh;
	object-fit: contain;
	background: #ffffff;
	border-radius: 8px;
	box-shadow: 0 26px 90px rgba(0, 0, 0, 0.46);
}

.pdl-report-lightbox-close {
	position: absolute;
	top: -14px;
	right: -14px;
	width: 42px;
	height: 42px;
	padding: 0;
	font-size: 0;
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(255, 255, 255, 0.55);
	border-radius: 50%;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
	cursor: pointer;
}

.pdl-report-lightbox-close::before,
.pdl-report-lightbox-close::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	height: 2px;
	background: #111827;
	border-radius: 999px;
	content: "";
}

.pdl-report-lightbox-close::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.pdl-report-lightbox-close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.pdl-report-lightbox-close:hover,
.pdl-report-lightbox-close:focus-visible {
	background: #ffffff;
	outline: 3px solid rgba(15, 107, 95, 0.26);
}

.pdl-cat-test-report .elementor-widget-theme-post-content .elementor-widget-container,
.pdl-cat-test-report .elementor-widget-post-content .elementor-widget-container,
.pdl-cat-test-report .entry-content {
	display: block;
	max-width: 100%;
	overflow: visible;
}

.pdl-cat-test-report .elementor-widget-theme-post-content .elementor-widget-container > p,
.pdl-cat-test-report .elementor-widget-post-content .elementor-widget-container > p,
.pdl-cat-test-report .entry-content > p {
	grid-column: 1;
}

.pdl-cat-test-report .pdl-report-carousel {
	grid-column: 1;
	width: 100%;
	min-width: 0;
	max-width: none;
	margin: 0;
	padding: clamp(14px, 1.8vw, 22px);
	overflow: hidden;
}

.pdl-cat-test-report .pdl-report-carousel-viewport {
	max-width: 100%;
	min-width: 0;
	max-height: min(510px, calc(100vh - 230px));
}

.pdl-cat-test-report .pdl-report-carousel-viewport.is-draggable {
	cursor: grab;
	user-select: none;
	touch-action: pan-y;
}

.pdl-cat-test-report .pdl-report-carousel-viewport.is-dragging {
	cursor: grabbing;
	scroll-behavior: auto;
}

.pdl-cat-test-report .pdl-report-page {
	flex-basis: clamp(210px, 15.5vw, 285px);
}

.pdl-cat-test-report .pdl-related-reports {
	position: sticky;
	top: 98px;
	grid-column: 2;
	width: auto;
	min-width: 0;
	max-width: none;
	max-height: none;
	margin: 0;
	padding: 16px;
	overflow: visible;
	scrollbar-width: none;
	-ms-overflow-style: none;
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(222, 229, 236, 0.92);
	border-radius: 14px;
	box-shadow: 0 24px 60px rgba(5, 12, 20, 0.18);
	backdrop-filter: blur(10px);
}

.pdl-cat-test-report .pdl-related-reports::-webkit-scrollbar {
	display: none;
	width: 0;
	height: 0;
}

.pdl-cat-test-report .pdl-related-reports-head {
	display: flex;
	gap: 12px;
	align-items: end;
	justify-content: space-between;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(17, 32, 45, 0.1);
}

.pdl-cat-test-report .pdl-related-reports-kicker {
	margin-bottom: 4px;
	color: var(--pdl-color-accent);
	font-size: 10.5px;
	font-weight: 760;
	letter-spacing: 0.08em;
	line-height: 1;
}

.pdl-cat-test-report .pdl-related-reports h2 {
	color: var(--pdl-color-text);
	font-size: 16px;
	line-height: 1.15;
}

.pdl-cat-test-report .pdl-related-reports-all {
	flex: 0 0 auto;
	padding: 6px 9px;
	color: var(--pdl-color-text);
	font-size: 11px;
	font-weight: 760;
	background: #f4f7f9;
	border: 1px solid rgba(17, 32, 45, 0.1);
	border-radius: 999px;
}

.pdl-cat-test-report .pdl-related-reports-all:hover,
.pdl-cat-test-report .pdl-related-reports-all:focus-visible {
	color: #ffffff;
	background: var(--pdl-color-accent);
}

.pdl-cat-test-report .pdl-related-reports-grid {
	grid-template-columns: 1fr;
	gap: 6px;
}

.pdl-cat-test-report .pdl-related-report-card {
	position: relative;
	gap: 4px;
	min-height: auto;
	padding: 8px 28px 8px 11px;
	color: var(--pdl-color-text);
	background: #ffffff;
	border: 1px solid rgba(17, 32, 45, 0.1);
	border-radius: 9px;
	box-shadow: 0 8px 20px rgba(12, 24, 36, 0.045);
}

.pdl-cat-test-report .pdl-related-report-card::after {
	position: absolute;
	top: 50%;
	right: 13px;
	width: 7px;
	height: 7px;
	border-top: 2px solid rgba(15, 107, 95, 0.62);
	border-right: 2px solid rgba(15, 107, 95, 0.62);
	content: "";
	transform: translateY(-50%) rotate(45deg);
	transition: right 0.18s ease;
}

.pdl-cat-test-report .pdl-related-report-card:hover,
.pdl-cat-test-report .pdl-related-report-card:focus-visible {
	color: var(--pdl-color-text);
	background: #f7fbfa;
	border-color: rgba(15, 107, 95, 0.24);
	box-shadow: 0 12px 28px rgba(12, 24, 36, 0.11);
	transform: translateY(-1px);
}

.pdl-cat-test-report .pdl-related-report-card:hover::after,
.pdl-cat-test-report .pdl-related-report-card:focus-visible::after {
	right: 11px;
}

.pdl-cat-test-report .pdl-related-report-type {
	color: var(--pdl-color-accent);
	font-size: 9.5px;
	font-weight: 760;
	letter-spacing: 0.06em;
}

.pdl-cat-test-report .pdl-related-report-title {
	display: -webkit-box;
	overflow: hidden;
	color: var(--pdl-color-text);
	font-size: 12.5px;
	font-weight: 720;
	line-height: 1.28;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.pdl-cat-test-report .pdl-related-report-link {
	display: none;
}

@media screen and (max-width: 1024px) {
	.home .elementor-592 .elementor-element.elementor-element-a9d75c6 .elementor-loop-container.elementor-grid,
	.elementor-1172 .elementor-element.elementor-element-dc2af6c {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.pdl-modern-site:not(.elementor-editor-active) .Index_VideoF {
		width: min(920px, calc(100vw - 28px)) !important;
	}

	.category-vedio .elementor-element.elementor-element-24b04c2 .elementor-loop-container.elementor-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.category-vedio .elementor-element.elementor-element-24b04c2 .e-loop-item:first-child {
		grid-column: 1 / -1;
	}
}

@media screen and (max-width: 767px) {
	.home .elementor-592 .elementor-element.elementor-element-a9d75c6 .elementor-loop-container.elementor-grid,
	.elementor-1172 .elementor-element.elementor-element-dc2af6c {
		grid-template-columns: 1fr !important;
	}

	.pdl-modern-site:not(.elementor-editor-active) .Index_VideoF {
		width: min(100vw - 20px, 640px) !important;
		margin-block: 22px !important;
		padding: 12px !important;
	}

	.category-vedio .elementor-element.elementor-element-c79a85c {
		padding: 42px 18px 46px !important;
	}

	.category-vedio .elementor-element.elementor-element-24b04c2 .elementor-loop-container.elementor-grid {
		grid-template-columns: 1fr !important;
	}

	.pdl-report-page {
		flex-basis: min(78vw, 310px);
	}

	.pdl-related-reports {
		max-width: min(100vw - 24px, 720px);
		padding: 16px;
	}

	.pdl-related-reports-head {
		align-items: start;
		flex-direction: column;
	}

	.pdl-related-reports-grid {
		grid-template-columns: 1fr;
	}
}

/* Hero video placement, wider reports, 3:2 gallery thumbs, and sidebar cards. */
.pdl-modern-site.page-id-592:not(.elementor-editor-active) .Index_VideoF,
.pdl-modern-site.page-id-1172:not(.elementor-editor-active) .Index_VideoF {
	position: absolute !important;
	top: clamp(170px, 21vw, 430px) !important;
	right: clamp(24px, 4vw, 88px) !important;
	bottom: auto !important;
	left: auto !important;
	z-index: 20;
	display: block !important;
	width: clamp(320px, 36vw, 760px) !important;
	max-width: calc(100vw - 40px);
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0;
	box-shadow: none !important;
	transform: none !important;
}

.pdl-modern-site.page-id-592:not(.elementor-editor-active) .Index_VideoF::before,
.pdl-modern-site.page-id-1172:not(.elementor-editor-active) .Index_VideoF::before {
	content: none !important;
}

.pdl-modern-site.page-id-592:not(.elementor-editor-active) .Index_VideoF .Index_Video_sp,
.pdl-modern-site.page-id-1172:not(.elementor-editor-active) .Index_VideoF .Index_Video_sp {
	width: 100% !important;
	margin: 0;
	overflow: hidden;
	background: rgba(7, 16, 25, 0.24);
	border: 1px solid rgba(255, 255, 255, 0.48);
	border-radius: 8px;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.32);
}

.pdl-modern-site.page-id-592:not(.elementor-editor-active) .Index_VideoF:hover .Index_Video_sp,
.pdl-modern-site.page-id-1172:not(.elementor-editor-active) .Index_VideoF:hover .Index_Video_sp {
	width: 100% !important;
}

.pdl-modern-site.page-id-592:not(.elementor-editor-active) .Index_VideoF .elementor-wrapper,
.pdl-modern-site.page-id-1172:not(.elementor-editor-active) .Index_VideoF .elementor-wrapper {
	aspect-ratio: 16 / 9;
	border-radius: 8px;
}

.pdl-modern-site.page-id-592:not(.elementor-editor-active) .Index_VideoF,
.pdl-modern-site.page-id-1172:not(.elementor-editor-active) .Index_VideoF {
	position: relative !important;
	top: auto !important;
	right: auto !important;
	bottom: auto !important;
	left: auto !important;
	z-index: 2;
	width: min(1120px, calc(100vw - 40px)) !important;
	margin: clamp(30px, 5vw, 64px) auto !important;
}

.pdl-cat-test-report .elementor-location-single .elementor-element.elementor-element-4679535 > .e-con-inner {
	width: min(1680px, calc(100vw - 64px)) !important;
	max-width: min(1680px, calc(100vw - 64px)) !important;
}

.pdl-cat-test-report .pdl-report-carousel {
	max-width: none;
	padding: clamp(18px, 2.4vw, 30px);
}

.pdl-cat-test-report .pdl-report-page {
	flex-basis: clamp(210px, 15.5vw, 285px);
}

.Product_GryImg .jet-woo-swiper-control-thumbs__item,
.Product_GryImg .jet-woo-swiper-control-thumbs__item-image {
	height: auto !important;
}

.Product_GryImg .jet-woo-swiper-control-thumbs__item-image {
	aspect-ratio: 3 / 2 !important;
	border-radius: 6px;
}

.single-post.pdl-cat-projects .elementor-275 .elementor-element.elementor-element-bf3c361 {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
	gap: clamp(22px, 2.4vw, 42px);
	align-items: start;
	min-height: auto !important;
	height: auto !important;
	padding: clamp(44px, 5vw, 72px) clamp(18px, 3vw, 40px) !important;
}

.single-post.pdl-cat-projects .elementor-275 .elementor-element.elementor-element-327f1b1,
.single-post.pdl-cat-projects .elementor-275 .elementor-element.elementor-element-0b488d6 {
	width: auto !important;
	max-width: none !important;
	--width: auto !important;
}

.single-post.pdl-cat-projects .elementor-275 .elementor-element.elementor-element-327f1b1 {
	min-width: 0;
}

.single-post.pdl-cat-projects .elementor-275 .elementor-element.elementor-element-0b488d6 {
	position: sticky;
	top: 98px;
	align-self: start;
	max-height: none;
	padding: 18px !important;
	overflow: visible;
	scrollbar-width: none;
	-ms-overflow-style: none;
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(222, 229, 236, 0.92);
	border-radius: 14px;
	box-shadow: 0 24px 60px rgba(5, 12, 20, 0.28);
	backdrop-filter: blur(10px);
}

.single-post.pdl-cat-projects .elementor-275 .elementor-element.elementor-element-0b488d6::-webkit-scrollbar {
	display: none;
	width: 0;
	height: 0;
}

.single-post.pdl-cat-projects .elementor-275 .elementor-element.elementor-element-0b488d6::before {
	display: block;
	margin: 0 0 9px;
	padding-bottom: 9px;
	color: var(--pdl-color-text);
	font-size: 15.5px;
	font-weight: 720;
	letter-spacing: 0;
	line-height: 1.18;
	text-transform: none;
	border-bottom: 1px solid rgba(17, 32, 45, 0.1);
	content: "Project Cases";
}

.single-post.pdl-cat-projects .elementor-275 .elementor-element.elementor-element-0b488d6.is-enhanced::before {
	display: none;
}

.pdl-project-rail-head {
	display: flex;
	gap: 12px;
	align-items: end;
	justify-content: space-between;
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(17, 32, 45, 0.1);
}

.pdl-project-rail-kicker {
	display: block;
	margin-bottom: 4px;
	color: var(--pdl-color-accent);
	font-size: 10.5px;
	font-weight: 760;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
}

.pdl-project-rail-title {
	margin: 0;
	color: var(--pdl-color-text);
	font-size: 16px;
	font-weight: 760;
	letter-spacing: 0;
	line-height: 1.15;
}

.pdl-project-rail-all {
	flex: 0 0 auto;
	padding: 7px 10px;
	color: var(--pdl-color-text);
	font-size: 11px;
	font-weight: 760;
	line-height: 1;
	text-decoration: none;
	background: #f4f7f9;
	border: 1px solid rgba(17, 32, 45, 0.1);
	border-radius: 999px;
	transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.pdl-project-rail-all:hover,
.pdl-project-rail-all:focus-visible {
	color: #ffffff;
	background: var(--pdl-color-accent);
	transform: translateY(-1px);
	outline: none;
}

.pdl-lang-zh.single-post.pdl-cat-projects .elementor-275 .elementor-element.elementor-element-0b488d6::before {
	content: "项目案例";
}

.single-post.pdl-cat-projects .elementor-275 .elementor-element.elementor-element-b935c42 {
	width: 100% !important;
	max-width: none !important;
}

.single-post.pdl-cat-projects .elementor-275 .elementor-element.elementor-element-b935c42 .elementor-loop-container.elementor-grid {
	display: grid;
	grid-template-columns: 1fr !important;
	gap: 7px !important;
}

.single-post.pdl-cat-projects .elementor-275 .e-loop-item {
	width: 100% !important;
}

.single-post.pdl-cat-projects .elementor-275 .Product_Loop .e-loop-item > .elementor,
.single-post.pdl-cat-projects .elementor-275 .Product_Loop .e-loop-item.elementor {
	background: transparent;
	border-color: transparent;
	box-shadow: none;
}

.single-post.pdl-cat-projects .elementor-275 .Product_Loop .elementor-widget-theme-post-title .elementor-widget-container {
	min-height: 54px;
	padding: 10px 12px 12px;
}

.single-post.pdl-cat-projects .elementor-275 .Product_Loop .elementor-widget-theme-post-title .elementor-heading-title {
	font-size: 16px !important;
	line-height: 1.2 !important;
}

.single-post.pdl-cat-projects .elementor-275 .elementor-element.elementor-element-b935c42 .e-loop-item > .e-con {
	min-height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

.single-post.pdl-cat-projects .elementor-275 .elementor-element.elementor-element-b935c42 .e-loop-item .e-con.e-child {
	display: grid !important;
	position: relative;
	grid-template-columns: 76px minmax(0, 1fr);
	gap: 11px;
	align-items: center;
	min-height: auto !important;
	margin: 0 !important;
	padding: 7px 28px 7px 7px !important;
	overflow: hidden;
	background: #ffffff;
	border: 1px solid rgba(17, 32, 45, 0.1);
	border-radius: 9px;
	box-shadow: 0 8px 20px rgba(12, 24, 36, 0.045);
	transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.single-post.pdl-cat-projects .elementor-275 .elementor-element.elementor-element-b935c42 .e-loop-item .e-con.e-child::after {
	position: absolute;
	top: 50%;
	right: 13px;
	width: 7px;
	height: 7px;
	border-top: 2px solid rgba(15, 107, 95, 0.62);
	border-right: 2px solid rgba(15, 107, 95, 0.62);
	content: "";
	transform: translateY(-50%) rotate(45deg);
	transition: opacity 0.18s ease, right 0.18s ease;
}

.single-post.pdl-cat-projects .elementor-275 .elementor-element.elementor-element-b935c42 .e-loop-item .e-con.e-child:hover {
	background: #f7fbfa;
	border-color: rgba(15, 107, 95, 0.24);
	box-shadow: 0 12px 28px rgba(12, 24, 36, 0.11);
	transform: translateY(-1px);
}

.single-post.pdl-cat-projects .elementor-275 .elementor-element.elementor-element-b935c42 .e-loop-item .e-con.e-child:hover::after {
	right: 11px;
}

.single-post.pdl-cat-projects .elementor-275 .elementor-element.elementor-element-b935c42 .elementor-widget-theme-post-title .elementor-widget-container {
	min-height: auto;
	padding: 0;
}

.single-post.pdl-cat-projects .elementor-275 .elementor-element.elementor-element-b935c42 .elementor-widget-theme-post-title .elementor-heading-title {
	display: -webkit-box;
	overflow: hidden;
	font-size: 13.25px !important;
	font-weight: 720 !important;
	line-height: 1.22 !important;
	letter-spacing: 0;
	text-transform: none !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.single-post.pdl-cat-projects .elementor-275 .elementor-element.elementor-element-b935c42 .elementor-widget-theme-post-title .elementor-heading-title a {
	color: var(--pdl-color-text) !important;
	text-decoration: none !important;
}

.single-post.pdl-cat-projects .elementor-275 .elementor-element.elementor-element-b935c42 .elementor-widget-theme-post-title .elementor-heading-title a::after {
	display: none;
	margin-top: 0;
	color: rgba(255, 255, 255, 0.58);
	font-size: 11px;
	font-weight: 720;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	content: "View case";
}

.pdl-lang-zh.single-post.pdl-cat-projects .elementor-275 .elementor-element.elementor-element-b935c42 .elementor-widget-theme-post-title .elementor-heading-title a::after {
	content: "查看案例";
}

.single-post.pdl-cat-projects .elementor-275 .Product_Img,
.single-post.pdl-cat-projects .elementor-275 .Product_Img .elementor-widget-container,
.single-post.pdl-cat-projects .elementor-275 .Product_Img a {
	aspect-ratio: 3 / 2;
	border-radius: 6px;
	overflow: hidden;
}

.single-post.pdl-cat-projects .elementor-275 .elementor-element.elementor-element-b935c42 .Product_Img {
	width: 76px !important;
	max-width: 76px !important;
	margin: 0 !important;
}

.single-post.pdl-cat-projects .elementor-275 .elementor-element.elementor-element-b935c42 .Product_Img img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	object-position: center center !important;
}

.single-post:is(.pdl-cat-projects, .pdl-cat-products) .elementor-275 .elementor-element.elementor-element-bf3c361 {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
	gap: clamp(22px, 2.4vw, 42px);
	align-items: start;
	min-height: auto !important;
	height: auto !important;
	padding: clamp(44px, 5vw, 72px) clamp(18px, 3vw, 40px) !important;
}

.single-post:is(.pdl-cat-projects, .pdl-cat-products) .elementor-275 .elementor-element.elementor-element-327f1b1,
.single-post:is(.pdl-cat-projects, .pdl-cat-products) .elementor-275 .elementor-element.elementor-element-0b488d6 {
	width: auto !important;
	max-width: none !important;
	--width: auto !important;
}

.single-post:is(.pdl-cat-projects, .pdl-cat-products) .elementor-275 .elementor-element.elementor-element-327f1b1 {
	min-width: 0;
}

.single-post:is(.pdl-cat-projects, .pdl-cat-products) .elementor-275 .elementor-element.elementor-element-0b488d6.pdl-side-rail {
	position: sticky;
	top: 98px;
	align-self: start;
	max-height: min(720px, calc(100vh - 124px));
	padding: 18px !important;
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: rgba(15, 107, 95, 0.42) rgba(17, 32, 45, 0.08);
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(222, 229, 236, 0.92);
	border-radius: 14px;
	box-shadow: 0 24px 60px rgba(5, 12, 20, 0.24);
	backdrop-filter: blur(10px);
	overscroll-behavior: contain;
}

.single-post:is(.pdl-cat-projects, .pdl-cat-products) .elementor-275 .elementor-element.elementor-element-0b488d6.pdl-side-rail::-webkit-scrollbar,
.pdl-cat-test-report .pdl-related-reports::-webkit-scrollbar {
	display: block;
	width: 8px;
	height: 8px;
}

.single-post:is(.pdl-cat-projects, .pdl-cat-products) .elementor-275 .elementor-element.elementor-element-0b488d6.pdl-side-rail::-webkit-scrollbar-track,
.pdl-cat-test-report .pdl-related-reports::-webkit-scrollbar-track {
	background: rgba(17, 32, 45, 0.06);
	border-radius: 999px;
}

.single-post:is(.pdl-cat-projects, .pdl-cat-products) .elementor-275 .elementor-element.elementor-element-0b488d6.pdl-side-rail::-webkit-scrollbar-thumb,
.pdl-cat-test-report .pdl-related-reports::-webkit-scrollbar-thumb {
	background: rgba(15, 107, 95, 0.42);
	border-radius: 999px;
}

.pdl-side-rail-head {
	display: flex;
	gap: 12px;
	align-items: end;
	justify-content: space-between;
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(17, 32, 45, 0.1);
}

.pdl-side-rail-kicker {
	display: block;
	margin-bottom: 4px;
	color: var(--pdl-color-accent);
	font-size: 10.5px;
	font-weight: 760;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
}

.pdl-side-rail-title {
	margin: 0;
	color: var(--pdl-color-text);
	font-size: 16px;
	font-weight: 760;
	letter-spacing: 0;
	line-height: 1.15;
}

.pdl-side-rail-all {
	flex: 0 0 auto;
	padding: 7px 10px;
	color: var(--pdl-color-text);
	font-size: 11px;
	font-weight: 760;
	line-height: 1;
	text-decoration: none;
	background: #f4f7f9;
	border: 1px solid rgba(17, 32, 45, 0.1);
	border-radius: 999px;
	transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.pdl-side-rail-all:hover,
.pdl-side-rail-all:focus-visible {
	color: #ffffff;
	background: var(--pdl-color-accent);
	transform: translateY(-1px);
	outline: none;
}

.pdl-side-rail-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 7px;
}

.pdl-side-rail-card {
	position: relative;
	display: grid;
	grid-template-columns: 76px minmax(0, 1fr);
	gap: 11px;
	align-items: center;
	min-height: auto;
	padding: 7px 28px 7px 7px;
	color: var(--pdl-color-text);
	text-decoration: none;
	background: #ffffff;
	border: 1px solid rgba(17, 32, 45, 0.1);
	border-radius: 9px;
	box-shadow: 0 8px 20px rgba(12, 24, 36, 0.045);
	transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.pdl-side-rail-card::after {
	position: absolute;
	top: 50%;
	right: 13px;
	width: 7px;
	height: 7px;
	border-top: 2px solid rgba(15, 107, 95, 0.62);
	border-right: 2px solid rgba(15, 107, 95, 0.62);
	content: "";
	transform: translateY(-50%) rotate(45deg);
	transition: opacity 0.18s ease, right 0.18s ease;
}

.pdl-side-rail-card:hover,
.pdl-side-rail-card:focus-visible,
.pdl-side-rail-card.is-active {
	color: var(--pdl-color-text);
	background: #f7fbfa;
	border-color: rgba(15, 107, 95, 0.24);
	box-shadow: 0 12px 28px rgba(12, 24, 36, 0.11);
	outline: none;
	transform: translateY(-1px);
}

.pdl-side-rail-card:hover::after,
.pdl-side-rail-card:focus-visible::after {
	right: 11px;
}

.pdl-side-rail-card.is-active::after {
	opacity: 0.35;
}

.pdl-side-rail-thumb {
	display: block;
	aspect-ratio: 3 / 2;
	overflow: hidden;
	background: #edf2f5;
	border-radius: 6px;
}

.pdl-side-rail-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.pdl-side-rail-copy {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.pdl-side-rail-type {
	color: var(--pdl-color-accent);
	font-size: 9.5px;
	font-weight: 760;
	letter-spacing: 0.06em;
	line-height: 1;
	text-transform: uppercase;
}

.pdl-side-rail-card-title {
	display: -webkit-box;
	overflow: hidden;
	color: var(--pdl-color-text);
	font-size: 13px;
	font-weight: 720;
	line-height: 1.24;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.pdl-cat-test-report .pdl-report-detail-layout {
	display: grid;
	grid-column: 1 / -1;
	grid-template-columns: minmax(0, 1fr) clamp(300px, 19vw, 360px);
	gap: clamp(22px, 2.4vw, 42px);
	align-items: start;
	width: 100%;
	min-width: 0;
}

.pdl-cat-test-report .pdl-report-detail-layout .pdl-report-carousel {
	grid-column: 1;
	min-width: 0;
}

.pdl-cat-test-report .pdl-report-detail-layout .pdl-related-reports {
	grid-column: 2;
}

.pdl-cat-test-report .pdl-related-reports {
	max-height: min(720px, calc(100vh - 124px));
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: rgba(15, 107, 95, 0.42) rgba(17, 32, 45, 0.08);
	overscroll-behavior: contain;
}

.pdl-cat-test-report .pdl-related-report-card.is-active {
	background: #f0faf7;
	border-color: rgba(15, 107, 95, 0.32);
	box-shadow: 0 12px 28px rgba(12, 24, 36, 0.1);
}

@media screen and (max-width: 1024px) {
	.pdl-modern-site.page-id-592:not(.elementor-editor-active) .Index_VideoF,
	.pdl-modern-site.page-id-1172:not(.elementor-editor-active) .Index_VideoF {
		position: static !important;
		width: min(720px, calc(100vw - 28px)) !important;
		margin: 22px auto 34px !important;
	}

	.single-post.pdl-cat-projects .elementor-275 .elementor-element.elementor-element-bf3c361 {
		grid-template-columns: 1fr;
	}

	.single-post.pdl-cat-projects .elementor-275 .elementor-element.elementor-element-0b488d6 {
		position: relative;
		top: auto;
		max-height: none;
	}

	.single-post:is(.pdl-cat-projects, .pdl-cat-products) .elementor-275 .elementor-element.elementor-element-bf3c361 {
		grid-template-columns: 1fr;
	}

	.single-post:is(.pdl-cat-projects, .pdl-cat-products) .elementor-275 .elementor-element.elementor-element-0b488d6.pdl-side-rail {
		position: relative;
		top: auto;
		max-height: none;
	}

	.pdl-side-rail-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.single-post.pdl-cat-projects .elementor-275 .elementor-element.elementor-element-b935c42 .elementor-loop-container.elementor-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.pdl-cat-test-report .elementor-widget-theme-post-content .elementor-widget-container,
	.pdl-cat-test-report .elementor-widget-post-content .elementor-widget-container,
	.pdl-cat-test-report .entry-content {
		grid-template-columns: 1fr;
	}

	.pdl-cat-test-report .pdl-related-reports {
		position: relative;
		top: auto;
		grid-column: 1;
		max-height: none;
	}

	.pdl-cat-test-report .pdl-report-detail-layout {
		grid-template-columns: 1fr;
	}

	.pdl-cat-test-report .pdl-report-detail-layout .pdl-report-carousel,
	.pdl-cat-test-report .pdl-report-detail-layout .pdl-related-reports {
		grid-column: 1;
	}

	.pdl-related-reports-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (max-width: 767px) {
	.pdl-cat-test-report .elementor-location-single .elementor-element.elementor-element-4679535 > .e-con-inner,
	.pdl-cat-test-report .pdl-report-carousel {
		width: 100% !important;
		max-width: 100% !important;
	}

	.pdl-cat-test-report .pdl-related-reports {
		width: 100% !important;
		max-width: 100% !important;
	}

	.single-post.pdl-cat-projects .elementor-275 .elementor-element.elementor-element-b935c42 .elementor-loop-container.elementor-grid {
		grid-template-columns: 1fr !important;
	}

	.single-post.pdl-cat-projects .elementor-275 .elementor-element.elementor-element-b935c42 .e-loop-item .e-con.e-child {
		grid-template-columns: 68px minmax(0, 1fr);
	}

	.pdl-side-rail-list {
		grid-template-columns: 1fr;
	}

	.pdl-side-rail-card {
		grid-template-columns: 68px minmax(0, 1fr);
	}

	.single-post.pdl-cat-projects .elementor-275 .elementor-element.elementor-element-b935c42 .Product_Img {
		width: 68px !important;
		max-width: 68px !important;
	}

	.pdl-related-reports-grid {
		grid-template-columns: 1fr;
	}
}
