/*
Theme Name:        FoamTech
Description:        FoamTech 1:1 site. Edit wp/ptb-theme and wp/ptb-blocks in this repo. No child theme.
Version:           1.0.32
Requires at least: 6.6
Requires PHP:      8.0
Author:            PtBuildr
Text Domain:       ptb-theme
Update URI:        https://github.com/huyup1e2n3g/foamtech
*/

:root {
	/* Skin tokens — this file is the source. shared.css does not set these. */
	--ptb-display: clamp(40px, 1.8rem + 2.25vw, 56px);
	--ptb-title: clamp(28px, 1.42rem + 1.1vw, 36px);
	--ptb-section-title: 40px;
	--ptb-section-title-lh: 50px;
	--ptb-h1: 44px;
	--ptb-h2: 32px;
	--ptb-h3: 24px;
	--ptb-h4: 22px;
	--ptb-lead: 16px;
	--ptb-lead-lh: 30px;
	--ptb-body: 18px;
	--ptb-base: 16px;
	--ptb-meta: 15px;
	--ptb-small: 14px;
	--ptb-label: 13px;
	--ptb-micro: 12px;
	--ptb-weight-heading: 500;
	--ptb-weight-strong: 600;
	--ptb-weight-medium: 500;
	--ptb-radius-sm: 8px;
	--ptb-radius: 0;
	--ptb-radius-lg: 16px;
	--ptb-btn-radius: 5px;
	--ptb-btn-hover: var(--wp--preset--color--brand-hover);
	--ptb-shadow-card: 0 8px 24px rgba(15, 23, 42, 0.08);
	--ptb-shadow-pop: 0 12px 24px rgba(15, 23, 42, 0.1);
	--ptb-shadow-float: 0 6px 20px rgba(15, 23, 42, 0.12);
	--ptb-danger: #b32d2e;
	--ptb-on-brand: #ffffff;
	--ptb-on-accent: #1a1a1a;
	--ptb-on-footer: #ffffff;
	--ptb-border-width: 1px;
	--ptb-density: 1;
	--ptb-hero-min-h: 0px;
	--ptb-hero-scrim: none;
	--ptb-hero-on-image: #ffffff;
	--ptb-hero-on-image-soft: rgba(255, 255, 255, 0.85);
	--ptb-hero-cta-bright-bg: var(--wp--preset--color--accent);
	--ptb-hero-cta-bright-fg: var(--ptb-on-accent);
	--ptb-hero-cta-bright-badge-bg: var(--wp--preset--color--footer);
	--ptb-hero-cta-bright-badge-fg: var(--ptb-hero-on-image);
	--ptb-hero-cta-line-bg: rgba(255, 255, 255, 0.06);
	--ptb-hero-cta-line-fg: var(--ptb-hero-on-image);
	--ptb-hero-cta-line-border: rgba(255, 255, 255, 0.25);
	--ptb-hero-cta-line-badge-bg: var(--ptb-hero-on-image);
	--ptb-hero-cta-line-badge-fg: var(--wp--preset--color--ink);
	--ptb-container-pad: 16px;
	--wp--custom--container: 1140px;
	--ptb-section-pad: 80px;
	--ptb-shead-title-gap: 10px;
	--ptb-shead-lead-gap: 20px;
	--ptb-marquee-dur: 20s;
	--ptb-carousel-transition-duration: 2s;
	--ptb-carousel-nav-size: 44px;
	--ptb-carousel-dot-size: 8px;
}
@media (min-width: 1140px) {
	:root {
		--ptb-container-pad: 0px;
	}
}
@media (min-width: 1600px) {
	:root {
		--wp--custom--container: 1320px;
	}
}
.ptb-container {
	width: 100%;
	max-width: var(--wp--custom--container);
	margin-inline: auto;
	padding-inline: var(--ptb-container-pad);
}

.ptb-title,
.ptb-split__title {
	font-size: var(--ptb-section-title);
	line-height: var(--ptb-section-title-lh);
	font-weight: var(--ptb-weight-heading);
	color: var(--wp--preset--color--ink);
}
.ptb-lead,
.ptb-shead__lead {
	font-size: var(--ptb-lead);
	line-height: var(--ptb-lead-lh);
	font-weight: 400;
	color: var(--wp--preset--color--ink-soft);
}
.ptb-shead.is-center .ptb-title,
.ptb-shead.is-center .ptb-lead {
	text-align: center;
}
section.wp-block-ptb-split-feature.is-about-home .ptb-eyebrow,
section.wp-block-ptb-applications.is-apps-home .ptb-eyebrow,
section.wp-block-ptb-blog-teaser.is-news-home .ptb-eyebrow,
section.wp-block-ptb-blog-teaser.is-news-home .ptb-blog-teaser__viewall,
section.is-certs-home .ptb-eyebrow,
section.is-pack-home .ptb-eyebrow {
	display: none;
}
section.wp-block-ptb-product-grid .ptb-title,
section.wp-block-ptb-applications.is-apps-home .ptb-title,
section.is-certs-home .ptb-title {
	margin: 0 0 var(--ptb-shead-title-gap);
	text-align: center;
}
section.wp-block-ptb-product-grid .ptb-title {
	margin-top: 0 !important;
}
section.wp-block-ptb-product-grid .ptb-lead,
section.wp-block-ptb-applications.is-apps-home .ptb-lead,
section.is-certs-home .ptb-lead {
	margin: 0 0 var(--ptb-shead-lead-gap);
	max-width: 100%;
	text-align: center;
}
section.wp-block-ptb-blog-teaser.is-news-home .ptb-title {
	margin: 0;
	text-align: center;
}
section.is-pack-home .ptb-title,
section.wp-block-ptb-feature-grid.is-layout-cards .ptb-title,
section.wp-block-ptb-gallery.is-layout-mosaic .ptb-title {
	margin: 0 0 var(--ptb-shead-lead-gap);
	text-align: center;
}
.ptb-btn.is-cta,
.ptb-btn.is-cta-lg,
.ptb-btn.is-cta-pill {
	padding: 0;
	border: 0;
	font-weight: 400;
	font-size: var(--ptb-lead);
	color: var(--ptb-on-brand);
	background: var(--wp--preset--color--brand);
	transform: none;
}
.ptb-btn.is-cta:hover,
.ptb-btn.is-cta:focus,
.ptb-btn.is-cta-lg:hover,
.ptb-btn.is-cta-lg:focus,
.ptb-btn.is-cta-pill:hover,
.ptb-btn.is-cta-pill:focus {
	transform: none;
	background: var(--ptb-btn-hover);
	color: var(--ptb-on-brand);
}
.ptb-btn.is-cta {
	width: 188px;
	height: 45px;
	line-height: 45px;
	border-radius: var(--ptb-btn-radius);
}
.ptb-btn.is-cta-lg {
	width: 200px;
	height: 45px;
	line-height: 45px;
	border-radius: var(--ptb-btn-radius);
}
.ptb-btn.is-cta-pill {
	width: 161px;
	height: 42px;
	line-height: 40px;
	border-radius: 50px;
	border: 1px solid var(--wp--preset--color--line);
}
@media (max-width: 767px) {
	.ptb-title,
	.ptb-split__title {
		font-size: 26px;
		line-height: 30px;
	}
	.ptb-lead,
	.ptb-shead__lead {
		font-size: 14px;
		line-height: 22px;
	}
}

/* ── Header: 80px, 12-col 1140/1507 container, equal nav, search + EN ── */
header.wp-block-ptb-header.ptb-header {
	position: sticky;
	top: 0;
	z-index: 99;
	background: #fff;
}
header.wp-block-ptb-header .ptb-header__bar {
	height: 80px;
	padding-block: 0;
	background: #fff;
	border-bottom: 0;
	backdrop-filter: none;
	box-shadow: none;
}
header.wp-block-ptb-header .ptb-header__inner.ptb-container,
header.wp-block-ptb-header .ptb-header__inner {
	display: flex;
	align-items: center;
	height: 80px;
	width: 100%;
	max-width: var(--wp--custom--container);
	margin-inline: auto;
	padding-inline: var(--ptb-container-pad);
	gap: 0;
}
header.wp-block-ptb-header .ptb-header__logo {
	flex: 0 0 16.666%;
	display: flex;
	align-items: center;
	height: 80px;
}
header.wp-block-ptb-header .ptb-header__logo img {
	height: 60px;
	width: auto;
	max-width: 152px;
	object-fit: contain;
}
header.wp-block-ptb-header .ptb-header__nav {
	flex: 1 1 66.666%;
	justify-content: center;
	align-items: center;
}
header.wp-block-ptb-header .ptb-header__menu {
	display: flex;
	align-items: center;
	width: 100%;
	gap: 0;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	list-style: none;
}
header.wp-block-ptb-header .ptb-header__menu > li {
	position: relative;
	flex: 0 1 auto;
	min-width: 0;
	text-align: center;
}
header.wp-block-ptb-header .ptb-header__menu > li > a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: 45px;
	padding: 0;
	font-family: Poppins, system-ui, sans-serif;
	font-size: clamp(14px, 1.15vw, 18px);
	font-weight: 400;
	line-height: 45px;
	color: var(--wp--preset--color--ink);
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0;
	white-space: nowrap;
}
header.wp-block-ptb-header .ptb-header__menu > li > a:hover,
header.wp-block-ptb-header .ptb-header__menu > .current-menu-item > a,
header.wp-block-ptb-header .ptb-header__menu > .current-menu-ancestor > a,
header.wp-block-ptb-header .ptb-header__menu > .current-menu-parent > a {
	color: var(--wp--preset--color--brand);
	font-weight: 400;
}
header.wp-block-ptb-header .ptb-header__nav .ptb-header__menu .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 260px;
	margin: 0;
	padding: 8px 0;
	list-style: none;
	background: #fff;
	border: 1px solid var(--wp--preset--color--line);
	border-radius: 4px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
	z-index: 100;
	text-align: left;
}
header.wp-block-ptb-header .ptb-header__nav .ptb-header__menu .menu-item-has-children:hover > .sub-menu,
header.wp-block-ptb-header .ptb-header__nav .ptb-header__menu .menu-item-has-children:focus-within > .sub-menu {
	display: block;
}
header.wp-block-ptb-header .ptb-header__nav .ptb-header__menu .sub-menu li {
	display: block;
	width: 100%;
	text-align: left;
}
header.wp-block-ptb-header .ptb-header__nav .ptb-header__menu .sub-menu a {
	display: block;
	padding: 10px 20px;
	font-size: 14px;
	color: var(--wp--preset--color--ink);
	text-decoration: none;
	text-transform: none;
	white-space: nowrap;
	line-height: 1.4;
	transition: background 0.15s ease, color 0.15s ease;
}
header.wp-block-ptb-header .ptb-header__nav .ptb-header__menu .sub-menu a:hover,
header.wp-block-ptb-header .ptb-header__nav .ptb-header__menu .sub-menu .current-menu-item > a {
	background: #f7f7f7;
	color: var(--wp--preset--color--brand);
}


header.wp-block-ptb-header .ptb-header__actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0;
	flex: 0 0 16.666%;
	padding-left: 8px;
}

header.wp-block-ptb-header .ptb-header__search {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--wp--preset--color--ink);
	cursor: pointer;
}
header.wp-block-ptb-header .ptb-header__search svg {
	width: 25px;
	height: 25px;
	display: block;
}

header.wp-block-ptb-header .ptb-header__lang {
	position: relative;
	width: 95px;
}
header.wp-block-ptb-header .ptb-header__lang-toggle {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	gap: 8px;
	width: 95px;
	height: 40px;
	padding: 0 10px;
	border: 1px solid rgba(167, 167, 167, 0.5);
	background: #fff;
	font-family: Poppins, system-ui, sans-serif;
	font-size: 14px;
	line-height: 40px;
	color: var(--wp--preset--color--ink);
	cursor: pointer;
}
header.wp-block-ptb-header .ptb-header__flag {
	display: flex;
	width: 20px;
	height: 20px;
	overflow: hidden;
	border-radius: 50%;
	flex-shrink: 0;
}
header.wp-block-ptb-header .ptb-header__flag svg {
	width: 20px;
	height: 20px;
}
header.wp-block-ptb-header .ptb-header__lang-caret {
	margin-left: auto;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #999;
}
header.wp-block-ptb-header .ptb-header__lang-menu {
	position: absolute;
	top: calc(100% + 4px);
	right: 0;
	z-index: 40;
	min-width: 95px;
	padding: 4px 0;
	background: #fff;
	border: 1px solid var(--wp--preset--color--line);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
}
header.wp-block-ptb-header .ptb-header__lang-item {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 6px 10px;
	font-family: Poppins, system-ui, sans-serif;
	font-size: 14px;
	color: var(--wp--preset--color--ink);
	text-decoration: none;
}
header.wp-block-ptb-header .ptb-header__lang-item:hover {
	background: #f7f7f7;
}

/* Search overlay — original Search7 slide-down + scaleX input */
.ptb-search-overlay {
	position: fixed;
	inset: 0;
	z-index: 100001;
	pointer-events: none;
	visibility: hidden;
}
.ptb-search-overlay.is-open,
.ptb-search-overlay.is-closing {
	visibility: visible;
}
.ptb-search-overlay.is-open {
	pointer-events: auto;
}
.ptb-search-overlay__mask {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	transition: opacity 0.3s ease;
}
.ptb-search-overlay.is-open .ptb-search-overlay__mask {
	opacity: 1;
}
.ptb-search-overlay__panel {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 300px;
	background: rgba(255, 255, 255, 0.98);
	transform: translateY(-100%);
	transition: transform 0.3s ease;
}
.ptb-search-overlay.is-open .ptb-search-overlay__panel {
	transform: none;
}
.ptb-search-overlay__close {
	position: absolute;
	top: 32px;
	right: 42px;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #ccc;
	opacity: 0;
	cursor: pointer;
	transition: background 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
}
.ptb-search-overlay.is-open .ptb-search-overlay__close {
	opacity: 1;
}
.ptb-search-overlay__close:hover {
	background: #2a6eb8;
	transform: rotate(90deg);
}
.ptb-search-overlay__close::before,
.ptb-search-overlay__close::after {
	content: "";
	position: absolute;
	top: 17px;
	left: 10px;
	width: 16px;
	height: 2px;
	background: #fff;
}
.ptb-search-overlay__close::before {
	transform: rotate(45deg);
}
.ptb-search-overlay__close::after {
	transform: rotate(-45deg);
}
.ptb-search-overlay__form {
	box-sizing: border-box;
	width: min(1000px, calc(100% - 240px));
	margin: 69px auto 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.ptb-search-overlay__form input[type="search"] {
	width: 100%;
	height: 36px;
	padding: 0 0 5px;
	border: 0;
	border-bottom: 2px solid #000;
	border-radius: 0;
	background: transparent;
	font-family: Poppins, system-ui, sans-serif;
	font-size: 18px;
	color: var(--wp--preset--color--ink);
	outline: none;
	opacity: 0;
	transform: scaleX(0);
	transform-origin: 0 50%;
	transition: transform 0.3s 0.4s, opacity 0.3s 0.4s;
}
.ptb-search-overlay.is-open .ptb-search-overlay__form input[type="search"] {
	opacity: 1;
	transform: scaleX(1);
	transition-duration: 0.4s;
}
.ptb-search-overlay__form button[type="submit"] {
	width: 200px;
	height: 47px;
	margin-top: 50px;
	border: 0;
	border-radius: 4px;
	background: var(--wp--preset--color--brand);
	font-family: Poppins, system-ui, sans-serif;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	opacity: 0;
	transform: translate3d(0, 30px, 0);
	transition: opacity 0.8s 0.4s, transform 0.8s 0.4s;
}
.ptb-search-overlay.is-open .ptb-search-overlay__form button[type="submit"] {
	opacity: 1;
	transform: none;
}
@media (prefers-reduced-motion: reduce) {
	.ptb-search-overlay__mask,
	.ptb-search-overlay__panel,
	.ptb-search-overlay__close,
	.ptb-search-overlay__form input[type="search"],
	.ptb-search-overlay__form button[type="submit"] {
		transition: none !important;
	}
}

@media (min-width: 1024px) {
	header.wp-block-ptb-header .ptb-header__nav {
		display: flex;
	}
	header.wp-block-ptb-header .ptb-header__toggle {
		display: none;
	}
}

@media (max-width: 1023px) {
	header.wp-block-ptb-header .ptb-header__nav,
	header.wp-block-ptb-header .ptb-header__search {
		display: none;
	}
	header.wp-block-ptb-header .ptb-header__logo {
		flex: 0 1 auto;
	}
	header.wp-block-ptb-header .ptb-header__inner {
		justify-content: space-between;
	}
	header.wp-block-ptb-header .ptb-header__actions {
		flex: 0 0 auto;
		justify-content: flex-end;
		gap: 8px;
		padding-left: 0;
	}
	header.wp-block-ptb-header .ptb-header__toggle {
		order: 1;
		display: inline-flex;
	}
	header.wp-block-ptb-header .ptb-header__lang {
		order: 2;
		display: block;
		width: auto;
	}
}

/* ── Hero: full-bleed 1920×650 still-life carousel, no copy overlay ──────── */
section.wp-block-ptb-hero.ptb-hero.is-layout-image-bg {
	position: relative;
	display: block;
	min-height: 0;
	height: auto;
	aspect-ratio: 1920 / 650;
	padding: 0;
	overflow: hidden;
}
section.wp-block-ptb-hero.is-layout-image-bg .ptb-hero__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
}
section.wp-block-ptb-hero.is-layout-image-bg .ptb-hero__slide {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0;
}
section.wp-block-ptb-hero.is-layout-image-bg .ptb-hero__scrim,
section.wp-block-ptb-hero.is-layout-image-bg .ptb-container {
	display: none;
}
section.wp-block-ptb-hero.is-layout-image-bg .ptb-hero__nav {
	z-index: 2;
	width: 44px;
	height: 44px;
	background: rgba(255, 255, 255, 0.35);
	color: #fff;
}
section.wp-block-ptb-hero.is-layout-image-bg .ptb-hero__nav:hover {
	background: rgba(255, 255, 255, 0.55);
}
section.wp-block-ptb-hero.is-layout-image-bg .ptb-hero__dots {
	z-index: 2;
	bottom: 12px;
}

/* ── Logo wall: 200×100 cards, 1px var(--wp--preset--color--line) / 5px, 20s marquee ── */
section.wp-block-ptb-logos-strip.ptb-logos.is-layout-marquee {
	padding-block: 50px;
}
section.wp-block-ptb-logos-strip.ptb-logos.is-layout-marquee .ptb-logos__row {
	margin-top: 0;
	justify-content: flex-start;
	align-items: center;
	gap: 0;
	overflow: visible;
	padding-bottom: 0;
}
section.wp-block-ptb-logos-strip.ptb-logos.is-layout-marquee .ptb-logos__item {
	width: 200px;
	height: 100px;
	padding: 0;
	margin: 0 5px;
	background: #fff;
	border: 0;
	border-radius: 0;
}
section.wp-block-ptb-logos-strip.ptb-logos.is-layout-marquee .ptb-logos__img {
	display: block;
	width: 200px;
	height: 100px;
	object-fit: contain;
	opacity: 1;
	filter: none;
	border: 1px solid var(--wp--preset--color--line);
	border-radius: var(--ptb-btn-radius);
	box-sizing: border-box;
}
section.wp-block-ptb-logos-strip.ptb-logos.is-layout-marquee .ptb-logos__item:hover .ptb-logos__img {
	opacity: 1;
	filter: none;
}
@media (max-width: 767px) {
	section.wp-block-ptb-logos-strip.ptb-logos.is-layout-marquee {
		padding-block: 20px 30px;
	}
}

/* ── Hot Products: centered 40/50 title, 4-col cards, image zoom ── */
section.wp-block-ptb-product-grid.ptb-products {
	padding-block: 60px;
}
section.wp-block-ptb-product-grid .ptb-products__head {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 0;
	text-align: center;
}
section.wp-block-ptb-product-grid .ptb-products__grid {
	margin-top: 0;
	gap: 15px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 1024px) {
	section.wp-block-ptb-product-grid .ptb-products__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}
section.wp-block-ptb-product-grid .ptb-products__item {
	min-width: 0;
}
section.wp-block-ptb-product-grid .ptb-products__card {
	border: 0;
	border-radius: 10px;
	box-shadow: 1px 0 10px 1px rgba(2, 2, 2, 0.05);
	background: #fff;
}
section.wp-block-ptb-product-grid .ptb-products__card.hover-lift:hover {
	transform: none;
}
section.wp-block-ptb-product-grid .ptb-products__media {
	aspect-ratio: 1;
	background: #fff;
}
section.wp-block-ptb-product-grid .ptb-products__img {
	object-fit: contain;
	transition: transform 1s ease-out;
}
section.wp-block-ptb-product-grid .ptb-products__card:hover .ptb-products__img {
	transform: scale(1.2);
}
section.wp-block-ptb-product-grid .ptb-products__body {
	padding: 0 7px 16px;
}
section.wp-block-ptb-product-grid .ptb-products__sku,
section.wp-block-ptb-product-grid .ptb-products__more {
	display: none;
}
section.wp-block-ptb-product-grid .ptb-products__title {
	margin-top: 0;
	font-size: 20px;
	line-height: 50px;
	font-weight: 400;
	color: var(--wp--preset--color--ink);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
section.wp-block-ptb-product-grid .ptb-products__card:hover .ptb-products__title {
	color: var(--wp--preset--color--brand);
}
section.wp-block-ptb-product-grid .ptb-products__desc {
	margin-top: 0;
	font-size: 14px;
	line-height: 24px;
	color: var(--wp--preset--color--muted);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
@media (max-width: 767px) {
section.wp-block-ptb-product-grid .ptb-products__title {
		font-size: 16px;
		line-height: 30px;
	}
}


/* ── About split: copy left, 16:9 factory video right, stats in left col ── */
section.wp-block-ptb-split-feature.is-about-home.ptb-split {
	background: #fff no-repeat 50% 50%;
	background-size: auto;
	padding-block: 0;
}
section.wp-block-ptb-split-feature.is-about-home .ptb-container {
	max-width: none;
	padding-inline: 0;
}
section.wp-block-ptb-split-feature.is-about-home .ptb-split__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
	align-items: start;
	padding-inline: var(--ptb-container-pad);
}
section.wp-block-ptb-split-feature.is-about-home .ptb-split__grid.is-mirror .ptb-split__content {
	order: 1;
}
section.wp-block-ptb-split-feature.is-about-home .ptb-split__grid.is-mirror .ptb-split__media {
	order: 2;
}
@media (min-width: 1024px) {
	section.wp-block-ptb-split-feature.is-about-home .ptb-split__grid {
		grid-template-columns: 1fr 1fr;
		gap: 40px;
		padding-left: calc((100% - var(--wp--custom--container)) / 2);
		padding-right: 0;
	}
	section.wp-block-ptb-split-feature.is-about-home .ptb-split__media {
		margin-top: 80px;
	}
}
section.wp-block-ptb-split-feature.is-about-home .ptb-split__frame {
	width: 100%;
	max-width: none;
	padding: 0;
	background: none;
	border-radius: 0;
}
section.wp-block-ptb-split-feature.is-about-home .ptb-split__photo {
	aspect-ratio: 16 / 9;
	border-radius: 0;
	background: #000;
}
section.wp-block-ptb-split-feature.is-about-home .ptb-split__img,
section.wp-block-ptb-split-feature.is-about-home .ptb-split__video {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}
section.wp-block-ptb-split-feature.is-about-home .ptb-split__video::-webkit-media-controls,
section.wp-block-ptb-split-feature.is-about-home .ptb-split__video::-webkit-media-controls-enclosure,
section.wp-block-ptb-split-feature.is-about-home .ptb-split__video::-webkit-media-controls-panel {
	display: none !important;
	opacity: 0;
}
section.wp-block-ptb-split-feature.is-about-home .ptb-split__title {
	margin: 60px 0 10px;
}
section.wp-block-ptb-split-feature.is-about-home .ptb-split__body {
	margin: 0 0 var(--ptb-shead-lead-gap);
	font-size: var(--ptb-lead);
	line-height: 28px;
	font-weight: 400;
	color: var(--wp--preset--color--ink-soft);
}
section.wp-block-ptb-split-feature.is-about-home .ptb-split__cta {
	margin: 10px 0 30px;
}
.ptb-split__stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	list-style: none;
	margin: 0 0 50px;
	padding: 0;
	gap: 0;
}
.ptb-split__stats-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.ptb-split__stats-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	margin-bottom: 8px;
	color: var(--wp--preset--color--brand);
}
.ptb-split__stats-icon svg {
	width: 60px;
	height: 60px;
}
.ptb-split__stats-value {
	font-size: 36px;
	font-weight: var(--ptb-weight-heading);
	line-height: 59px;
	color: var(--wp--preset--color--brand);
}
.ptb-split__stats-label {
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	color: var(--wp--preset--color--ink);
}
@media (max-width: 767px) {
	section.wp-block-ptb-split-feature.is-about-home .ptb-split__body {
		font-size: 14px;
		line-height: 22px;
	}
	section.wp-block-ptb-split-feature.is-about-home .ptb-split__cta {
		width: 264px;
		height: 40px;
		line-height: 40px;
	}
	.ptb-split__stats-value {
		font-size: 28px;
		line-height: 40px;
	}
}



/* ── Applications: full-bleed 8:1:1 photo accordion, 750px ── */
section.wp-block-ptb-applications.is-apps-home.ptb-apps {
	padding: var(--ptb-section-pad) 0 0;
}
section.wp-block-ptb-applications.is-apps-home .ptb-container {
	max-width: none;
	padding-inline: 0;
}
section.wp-block-ptb-applications.is-apps-home .ptb-shead {
	box-sizing: border-box;
	width: 100%;
	max-width: var(--wp--custom--container);
	margin-inline: auto;
	padding-inline: var(--ptb-container-pad);
}
section.wp-block-ptb-applications.is-apps-home .ptb-apps__tabs {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	width: 100%;
	height: 750px;
	overflow: hidden;
}
section.wp-block-ptb-applications.is-apps-home .ptb-apps__card {
	position: relative;
	flex: 1 1 0;
	min-width: 0;
	width: 0;
	height: 750px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background-color: var(--wp--preset--color--brand);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	box-shadow: -2px 9px 21px 1px rgba(74, 74, 74, 0.2);
	overflow: visible;
	cursor: pointer;
	transition: flex-grow 0.4s ease-out;
}
section.wp-block-ptb-applications.is-apps-home .ptb-apps__activate {
	position: absolute;
	inset: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}
section.wp-block-ptb-applications.is-apps-home :where(.ptb-apps__copy, .ptb-apps__rail-icon, .ptb-apps__rail-title) {
	position: relative;
	z-index: 2;
	pointer-events: none;
}
section.wp-block-ptb-applications.is-apps-home .ptb-apps__more { pointer-events: auto; }
section.wp-block-ptb-applications.is-apps-home .ptb-apps__card.is-active {
	flex-grow: 8;
	cursor: default;
}
section.wp-block-ptb-applications.is-apps-home .ptb-apps__copy {
	display: none;
	width: 750px;
	max-width: calc(100% - 48px);
	margin: 13.048% 0 0 13.048%;
	padding: 0;
	background: none;
	border: 0;
}
section.wp-block-ptb-applications.is-apps-home .ptb-apps__card.is-active .ptb-apps__copy {
	display: block;
}
section.wp-block-ptb-applications.is-apps-home .ptb-apps__icon {
	display: block;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: none;
	color: #fff;
}
section.wp-block-ptb-applications.is-apps-home .ptb-apps__icon svg {
	display: inline-block;
	width: 55px;
	height: 55px;
	color: #fff;
}
section.wp-block-ptb-applications.is-apps-home .ptb-apps__title {
	margin: 16px 0 0;
	font-size: 42px;
	line-height: 69px;
	font-weight: var(--ptb-weight-heading);
	color: #f3f3f6;
}
section.wp-block-ptb-applications.is-apps-home .ptb-apps__body {
	display: -webkit-box;
	margin: 22px 0 0;
	overflow: hidden;
	font-size: 20px;
	line-height: 33px;
	font-weight: 400;
	color: #fff;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
section.wp-block-ptb-applications.is-apps-home .ptb-apps__more {
	margin: 50px 0 0;
	gap: 0;
	text-decoration: none;
}
section.wp-block-ptb-applications.is-apps-home .ptb-apps__more svg {
	display: none;
}
section.wp-block-ptb-applications.is-apps-home .ptb-apps__rail-icon,
section.wp-block-ptb-applications.is-apps-home .ptb-apps__rail-title {
	display: none;
}
section.wp-block-ptb-applications.is-apps-home .ptb-apps__card:not(.is-active) .ptb-apps__rail-icon {
	display: block;
	width: 50%;
	margin: 20px 0 0 50%;
	color: rgba(255, 255, 255, 0.63);
	transform: translateX(-50%);
}
section.wp-block-ptb-applications.is-apps-home .ptb-apps__card:not(.is-active) .ptb-apps__rail-icon svg {
	display: block;
	width: 50px;
	height: 50px;
}
section.wp-block-ptb-applications.is-apps-home .ptb-apps__card:not(.is-active) .ptb-apps__rail-title {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0 0 20px 50%;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	line-height: 33px;
	white-space: nowrap;
	transform: rotate(-90deg);
	transform-origin: left bottom;
}
section.wp-block-ptb-applications.is-apps-home .ptb-apps__card:not(.is-active) .ptb-apps__rail-title span {
	display: block;
	transform: translateY(50%);
}
@media (max-width: 767px) {
	section.wp-block-ptb-applications.is-apps-home.ptb-apps {
		padding-top: 40px;
	}
	section.wp-block-ptb-applications.is-apps-home .ptb-shead {
		padding-inline: 16px;
	}
	section.wp-block-ptb-applications.is-apps-home .ptb-apps__tabs {
		flex-direction: column;
		height: auto;
		overflow: visible;
	}
	section.wp-block-ptb-applications.is-apps-home .ptb-apps__card,
	section.wp-block-ptb-applications.is-apps-home .ptb-apps__card.is-active {
		flex: none;
		width: 100%;
		height: 420px;
		cursor: default;
	}
	section.wp-block-ptb-applications.is-apps-home .ptb-apps__activate { display: none; }
	section.wp-block-ptb-applications.is-apps-home .ptb-apps__copy,
	section.wp-block-ptb-applications.is-apps-home .ptb-apps__card.is-active .ptb-apps__copy {
		display: block;
		width: auto;
		max-width: none;
		margin: 40px 16px 0;
	}
	section.wp-block-ptb-applications.is-apps-home .ptb-apps__title {
		font-size: 26px;
		line-height: 34px;
	}
	section.wp-block-ptb-applications.is-apps-home .ptb-apps__body {
		font-size: 16px;
		line-height: 24px;
	}
	section.wp-block-ptb-applications.is-apps-home .ptb-apps__more {
		margin-top: 24px;
	}
	section.wp-block-ptb-applications.is-apps-home .ptb-apps__rail-icon,
	section.wp-block-ptb-applications.is-apps-home .ptb-apps__rail-title,
	section.wp-block-ptb-applications.is-apps-home .ptb-apps__card:not(.is-active) .ptb-apps__rail-icon,
	section.wp-block-ptb-applications.is-apps-home .ptb-apps__card:not(.is-active) .ptb-apps__rail-title {
		display: none;
	}
}


/* ── Latest News: featured 16:9 + date-rail list ── */
section.wp-block-ptb-blog-teaser.is-news-home.ptb-blog-teaser {
	padding: var(--ptb-section-pad) 0 60px;
}
section.wp-block-ptb-blog-teaser.is-news-home .ptb-blog-teaser__head {
	display: block;
	margin: 0 0 var(--ptb-shead-lead-gap);
}
section.wp-block-ptb-blog-teaser.is-news-home .ptb-news {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 24px;
}
@media (min-width: 1024px) {
	section.wp-block-ptb-blog-teaser.is-news-home .ptb-news {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 45px;
		align-items: start;
	}
}
section.wp-block-ptb-blog-teaser.is-news-home .ptb-news__feature {
	display: block;
	min-width: 0;
	color: inherit;
	text-decoration: none;
}
section.wp-block-ptb-blog-teaser.is-news-home .ptb-news__photo {
	display: block;
	aspect-ratio: 533 / 299;
	overflow: hidden;
	background: #f3f3f3;
}
section.wp-block-ptb-blog-teaser.is-news-home .ptb-news__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
section.wp-block-ptb-blog-teaser.is-news-home .ptb-news__feature-title {
	margin: 8px 0 0;
	font-size: 18px;
	line-height: 32px;
	font-weight: var(--ptb-weight-heading);
	color: var(--wp--preset--color--ink);
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
section.wp-block-ptb-blog-teaser.is-news-home .ptb-news__feature:hover .ptb-news__feature-title {
	color: var(--wp--preset--color--brand);
}
section.wp-block-ptb-blog-teaser.is-news-home .ptb-news__feature-date {
	display: block;
	font-size: 12px;
	line-height: 30px;
	font-weight: 400;
	color: var(--wp--preset--color--brand);
}
section.wp-block-ptb-blog-teaser.is-news-home .ptb-news__feature-excerpt {
	margin: 0;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: var(--wp--preset--color--muted);
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
section.wp-block-ptb-blog-teaser.is-news-home .ptb-news__more {
	margin-top: 15px;
}
section.wp-block-ptb-blog-teaser.is-news-home .ptb-news__list {
	list-style: none;
	margin: 0;
	padding: 0;
	min-width: 0;
}
section.wp-block-ptb-blog-teaser.is-news-home .ptb-news__item {
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px solid #bbb;
}
section.wp-block-ptb-blog-teaser.is-news-home .ptb-news__item:last-child {
	margin-bottom: 0;
}
section.wp-block-ptb-blog-teaser.is-news-home .ptb-news__row {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 0;
	color: inherit;
	text-decoration: none;
	min-width: 0;
}
section.wp-block-ptb-blog-teaser.is-news-home .ptb-news__cal {
	flex: 0 0 80px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	border: 3px solid rgba(85, 136, 163, 0.2);
	border-radius: 50%;
	color: var(--wp--preset--color--ink);
}
section.wp-block-ptb-blog-teaser.is-news-home .ptb-news__dd {
	font-size: 30px;
	font-weight: var(--ptb-weight-heading);
	line-height: 1;
	color: var(--wp--preset--color--ink);
}
section.wp-block-ptb-blog-teaser.is-news-home .ptb-news__ym {
	margin-top: 2px;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	color: var(--wp--preset--color--ink);
}
section.wp-block-ptb-blog-teaser.is-news-home .ptb-news__copy {
	flex: 1 1 0;
	min-width: 0;
}
section.wp-block-ptb-blog-teaser.is-news-home .ptb-news__list-title {
	display: block;
	margin: 0 0 10px;
	font-size: 18px;
	line-height: 24px;
	font-weight: var(--ptb-weight-heading);
	color: var(--wp--preset--color--ink);
}
section.wp-block-ptb-blog-teaser.is-news-home .ptb-news__row:hover .ptb-news__list-title {
	color: var(--wp--preset--color--brand);
}
section.wp-block-ptb-blog-teaser.is-news-home .ptb-news__list-excerpt {
	display: -webkit-box;
	overflow: hidden;
	font-size: 14px;
	line-height: 23px;
	font-weight: 400;
	color: var(--wp--preset--color--muted);
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
@media (max-width: 767px) {
	section.wp-block-ptb-blog-teaser.is-news-home.ptb-blog-teaser {
		padding: 40px 0 40px;
	}
	section.wp-block-ptb-blog-teaser.is-news-home .ptb-news__feature-title {
		font-size: 16px;
		line-height: 26px;
	}
}


/* ── Private Label: container-width 16:9 banner, copy baked in image ── */
section.wp-block-ptb-oem-process.is-pl-home.ptb-oem {
	padding: 40px 0 0;
	background: #fff;
}
section.wp-block-ptb-oem-process.is-pl-home .ptb-oem__grid {
	display: block;
}
section.wp-block-ptb-oem-process.is-pl-home .ptb-oem__media,
section.wp-block-ptb-oem-process.is-pl-home .ptb-oem__media.reveal-right {
	border-radius: 0;
	overflow: hidden;
	transform: none;
	opacity: 1;
}
section.wp-block-ptb-oem-process.is-pl-home .ptb-oem__img {
	width: 100%;
	height: auto;
	aspect-ratio: 1128 / 629;
	object-fit: cover;
	display: block;
}

/* ── Certifications: 200×110 marquee, same stride as logo wall ── */
section.wp-block-ptb-certs.is-certs-home.ptb-certs,
section.wp-block-ptb-cert-grid.is-certs-home.ptb-certs {
	padding: var(--ptb-section-pad) 0 0;
}
section.is-certs-home .ptb-certs__grid {
	gap: 0;
	margin: 0;
}
section.is-certs-home .ptb-certs__item {
	width: 200px;
	height: 110px;
	margin: 0 5px;
	padding: 0;
	aspect-ratio: auto;
	background: #fff;
	border: 0;
	border-radius: 0;
}
section.is-certs-home .ptb-certs__img {
	width: 200px;
	height: 110px;
	max-width: none;
	max-height: none;
	object-fit: contain;
	filter: none;
	opacity: 1;
	border: 1px solid var(--wp--preset--color--line);
	border-radius: var(--ptb-btn-radius);
	box-sizing: border-box;
}

/* ── Packaging display: 3-up swiper, arrows + dots, 4s auto ── */
section.wp-block-ptb-gallery.is-pack-home.ptb-gallery {
	padding: var(--ptb-section-pad) 0 var(--ptb-section-pad);
}
section.is-pack-home .ptb-container {
	position: relative;
	overflow: visible;
}
section.is-pack-home .ptb-gallery__item.reveal,
section.is-pack-home .reveal {
	opacity: 1 !important;
	transform: none !important;
	transition: none !important;
	animation: none !important;
}
section.is-pack-home .ptb-carousel__viewport {
	padding-inline: 52px;
}
section.is-pack-home .ptb-gallery__grid {
	gap: 50px;
	animation: none;
}
section.is-pack-home .ptb-gallery__item {
	flex: 0 0 calc((100cqw - 100px) / 3);
	width: calc((100cqw - 100px) / 3);
	height: auto;
	margin: 0;
	aspect-ratio: 1;
}
section.is-pack-home .ptb-gallery__img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
	border-radius: 8px;
}
.ptb-carousel__nav {
	width: var(--ptb-carousel-nav-size);
	height: var(--ptb-carousel-nav-size);
	border: 1px solid var(--wp--preset--color--line);
	border-radius: 50%;
	background: #fff;
	color: var(--wp--preset--color--brand);
	box-shadow: 0 2px 10px rgba(17, 24, 39, 0.12);
}
.ptb-carousel__nav:hover,
.ptb-carousel__nav:focus {
	background: var(--wp--preset--color--brand);
	color: #fff;
	border-color: var(--wp--preset--color--brand);
}
section.is-pack-home .ptb-carousel__prev {
	left: 4px;
}
section.is-pack-home .ptb-carousel__next {
	right: 4px;
}
.ptb-carousel__dots {
	gap: 8px;
	margin-top: 12px;
	min-height: 24px;
}
.ptb-carousel .ptb-carousel__dot {
	position: relative;
	box-sizing: border-box;
	width: 24px;
	height: 24px;
	padding: 0;
	border: 0;
	background: transparent;
	opacity: 1;
}
.ptb-carousel .ptb-carousel__dot::before {
	position: absolute;
	inset: 8px;
	border-radius: 50%;
	background: #000;
	opacity: 0.2;
	content: "";
}
.ptb-carousel .ptb-carousel__dot.is-active::before {
	background: var(--wp--preset--color--brand);
	opacity: 1;
}

/* ── Footer: #f5f5f5 4-col + #e8e8e8 copyright bar ── */
footer.wp-block-ptb-footer.is-foamtech-footer.ptb-footer {
	background: #f5f5f5;
	color: var(--wp--preset--color--ink);
	padding: 30px 0 0;
}
footer.is-foamtech-footer .ptb-footer__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
	align-items: start;
	padding-bottom: 30px;
}
@media (min-width: 1024px) {
	footer.is-foamtech-footer .ptb-footer__grid {
		grid-template-columns: 282fr 188fr 282fr 376fr;
		gap: 0;
	}
}
footer.is-foamtech-footer .ptb-footer__logo {
	filter: none;
	opacity: 1;
	height: 51px;
	width: auto;
	max-width: 171px;
}
footer.is-foamtech-footer .ptb-footer__tagline {
	display: block;
	max-width: 238px;
	margin: 20px 0 0;
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	color: var(--wp--preset--color--ink-soft);
	opacity: 1;
}
footer.is-foamtech-footer .ptb-footer__social {
	display: none;
}
footer.is-foamtech-footer .ptb-footer__col--products {
	padding-left: 0;
}
@media (min-width: 1024px) {
	footer.is-foamtech-footer .ptb-footer__col--products {
		padding-left: 58px;
	}
}
footer.is-foamtech-footer .ptb-footer__col h2 {
	margin: 0 0 10px;
	font-size: 24px;
	line-height: 36px;
	font-weight: var(--ptb-weight-heading);
	color: var(--wp--preset--color--ink);
}
footer.is-foamtech-footer .ptb-footer__links {
	margin: 0;
}
footer.is-foamtech-footer .ptb-footer__links a {
	display: flex;
	align-items: center;
	min-height: 34px;
	padding: 0 20px 0 0;
	font-size: 16px;
	line-height: 34px;
	color: var(--wp--preset--color--ink);
	opacity: 1;
}
footer.is-foamtech-footer .ptb-footer__col--quick .ptb-footer__links a {
	text-transform: uppercase;
}
footer.is-foamtech-footer .ptb-footer__links .current-menu-item > a,
footer.is-foamtech-footer .ptb-footer__links a:hover {
	color: var(--wp--preset--color--brand);
}
footer.is-foamtech-footer .ptb-footer__contact {
	margin: 0;
}
footer.is-foamtech-footer .ptb-footer__contact li,
footer.is-foamtech-footer .ptb-footer__contact a {
	font-size: 16px;
	line-height: 26px;
	color: var(--wp--preset--color--ink);
	opacity: 1;
}
footer.is-foamtech-footer .ptb-footer__contact li {
	margin: 0 0 8px;
}
footer.is-foamtech-footer .ptb-footer__bottom {
	margin-top: 0;
	padding: 0;
	background: #e8e8e8;
	border: 0;
	color: var(--wp--preset--color--ink);
	opacity: 1;
}
footer.is-foamtech-footer .ptb-footer__bottom-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding-block: 15px 11px;
	font-size: 14px;
}
footer.is-foamtech-footer .ptb-footer__bottom span,
footer.is-foamtech-footer .ptb-footer__legal a {
	opacity: 1;
	color: var(--wp--preset--color--ink);
	font-size: 14px;
	text-decoration: none;
}
footer.is-foamtech-footer .ptb-footer__legal {
	display: flex;
	gap: 12px;
}
footer.is-foamtech-footer .ptb-footer__legal a:hover {
	color: var(--wp--preset--color--brand);
}

@media (max-width: 767px) {
	section.wp-block-ptb-oem-process.is-pl-home.ptb-oem {
		padding-top: 24px;
	}
	section.is-certs-home .ptb-title,
	section.is-pack-home .ptb-carousel__viewport {
		padding-inline: 48px;
	}
	section.is-pack-home .ptb-gallery__grid {
		gap: 16px;
	}
	section.is-pack-home .ptb-gallery__item {
		flex: 0 0 100cqw;
		width: 100cqw;
		height: auto;
	}
	section.is-pack-home .ptb-gallery__img {
		width: 100%;
		height: 100%;
	}
	section.is-pack-home .ptb-carousel__prev {
		left: 2px;
	}
	section.is-pack-home .ptb-carousel__next {
		right: 2px;
	}
}


/* ── Inner page banner: 350 cover, 50/50 white title, crumb below ── */
section.wp-block-ptb-page-header.is-layout-banner.ptb-page-header {
	padding: 0;
	background: none;
}
section.wp-block-ptb-page-header.is-layout-banner .ptb-page-header__banner {
	position: relative;
	height: 350px;
	display: flex;
	align-items: center;
	background-color: #4a4a4a;
	background-image: none;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
section.wp-block-ptb-page-header.is-layout-banner .ptb-page-header__scrim {
	position: absolute;
	inset: 0;
	background: rgba(74, 74, 74, 0.18);
	pointer-events: none;
}
section.wp-block-ptb-page-header.is-layout-banner .ptb-page-header__inner {
	position: relative;
	z-index: 1;
	width: 100%;
}
section.wp-block-ptb-page-header.is-layout-banner .ptb-page-header__title {
	margin: 0;
	color: #fff;
	font-family: var(--wp--preset--font-family--heading);
	font-size: 50px;
	font-weight: var(--ptb-weight-heading);
	line-height: 50px;
	text-align: left;
}
section.wp-block-ptb-page-header.is-layout-banner .ptb-breadcrumb {
	--ptb-breadcrumb-gap: 6px;
	--ptb-breadcrumb-font-size: 16px;
	--ptb-breadcrumb-color: var(--wp--preset--color--muted);
	--ptb-breadcrumb-hover: var(--wp--preset--color--brand);
	margin-top: 35px;
	margin-bottom: 0;
	line-height: 18px;
}
@media (max-width: 767px) {
	section.wp-block-ptb-page-header.is-layout-banner .ptb-page-header__banner {
		height: 120px;
	}
	section.wp-block-ptb-page-header.is-layout-banner .ptb-page-header__title {
		font-size: 30px;
		line-height: 50px;
	}
	section.wp-block-ptb-page-header.is-layout-banner .ptb-breadcrumb {
		--ptb-breadcrumb-font-size: 13px;
		margin-top: 15px;
	}
}


/* ── About page split: copy + stats left, plant photo right. Not homepage. ── */
section.wp-block-ptb-split-feature.is-layout-image-stats.ptb-split {
	padding: 30px 0 0;
	background: none;
}
section.wp-block-ptb-split-feature.is-layout-image-stats .ptb-container {
	max-width: none;
	padding-inline: 0;
}
section.wp-block-ptb-split-feature.is-layout-image-stats .ptb-split__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
}
section.wp-block-ptb-split-feature.is-layout-image-stats .ptb-split__grid.is-mirror .ptb-split__content {
	order: 1;
}
section.wp-block-ptb-split-feature.is-layout-image-stats .ptb-split__grid.is-mirror .ptb-split__media {
	order: 2;
}
@media (min-width: 768px) and (max-width: 1023px) {
	section.wp-block-ptb-split-feature.is-layout-image-stats .ptb-split__grid {
		padding-inline: var(--ptb-container-pad);
	}
}
@media (min-width: 1024px) {
	section.wp-block-ptb-split-feature.is-layout-image-stats .ptb-split__grid {
		grid-template-columns: 1fr 1fr;
		gap: 40px;
		padding-left: max(var(--ptb-container-pad), calc((100% - var(--wp--custom--container)) / 2));
		align-items: center;
	}
}
section.wp-block-ptb-split-feature.is-layout-image-stats .ptb-split__title {
	margin: 60px 0 10px;
	font-size: var(--ptb-section-title);
	line-height: var(--ptb-section-title-lh);
	font-weight: var(--ptb-weight-heading);
	color: var(--wp--preset--color--ink);
}
@media (min-width: 1024px) {
	section.wp-block-ptb-split-feature.is-layout-image-stats .ptb-split__title {
		margin-top: 0;
	}
}
section.wp-block-ptb-split-feature.is-layout-image-stats .ptb-split__body {
	margin: 0 0 20px;
	font-size: var(--ptb-lead);
	line-height: var(--ptb-lead-lh);
	font-weight: 400;
	color: #4a4a4a;
}
section.wp-block-ptb-split-feature.is-layout-image-stats .ptb-split__cta {
	margin: 0 0 30px;
}
section.wp-block-ptb-split-feature.is-layout-image-stats .ptb-split__stats {
	margin: 0;
	padding-top: 10px;
}
section.wp-block-ptb-split-feature.is-layout-image-stats .ptb-split__stats-label {
	line-height: 40px;
}
section.wp-block-ptb-split-feature.is-layout-image-stats .ptb-split__frame,
section.wp-block-ptb-split-feature.is-layout-image-stats .ptb-split__photo {
	width: 100%;
	max-width: none;
	padding: 0;
	border-radius: 0;
	aspect-ratio: 618 / 604;
	overflow: hidden;
	background: #e8e8e8;
}
section.wp-block-ptb-split-feature.is-layout-image-stats .ptb-split__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (max-width: 767px) {
	section.wp-block-ptb-split-feature.is-layout-image-stats.ptb-split {
		padding: 20px 0 0;
	}
	section.wp-block-ptb-split-feature.is-layout-image-stats .ptb-container {
		padding-inline: 16px;
	}
	section.wp-block-ptb-split-feature.is-layout-image-stats .ptb-split__title {
		margin-top: 0;
		font-size: 26px;
		line-height: 30px;
	}
	section.wp-block-ptb-split-feature.is-layout-image-stats .ptb-split__body {
		font-size: 14px;
		line-height: 22px;
	}
	section.wp-block-ptb-split-feature.is-layout-image-stats .ptb-split__cta {
		width: 260px;
		height: 40px;
		line-height: 40px;
	}
}


/* ── About Development Path: ghost label + year list. Not homepage. ── */
section.wp-block-ptb-steps.is-layout-timeline.ptb-steps {
	margin-top: 80px;
	padding: 45px 0 0;
	min-height: 910px;
	background: #fff no-repeat 50% 50%;
	background-size: cover;
	background-attachment: fixed;
}
section.wp-block-ptb-steps.is-layout-timeline .ptb-steps__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
}
@media (min-width: 1024px) {
	section.wp-block-ptb-steps.is-layout-timeline .ptb-steps__grid {
		grid-template-columns: 400px minmax(0, 1fr);
		gap: 23px;
		align-items: start;
	}
}
section.wp-block-ptb-steps.is-layout-timeline .ptb-steps__ghost {
	margin: 0 0 10px;
	font-family: Impact, Haettenschweiler, sans-serif;
	font-size: 62px;
	font-weight: 400;
	line-height: 80px;
	color: #dfdfdf;
}
section.wp-block-ptb-steps.is-layout-timeline .ptb-steps__heading {
	margin: 0 0 50px;
	font-size: var(--ptb-section-title);
	line-height: var(--ptb-section-title-lh);
	font-weight: var(--ptb-weight-heading);
	color: var(--wp--preset--color--ink);
	white-space: normal;
	overflow-wrap: break-word;
}
section.wp-block-ptb-steps.is-layout-timeline .ptb-steps__range {
	margin: 0;
	font-size: 62px;
	font-weight: var(--ptb-weight-heading);
	line-height: 50px;
	color: var(--wp--preset--color--brand);
	white-space: nowrap;
}
section.wp-block-ptb-steps.is-layout-timeline .ptb-steps__tl {
	list-style: none;
	margin: 20px 0 0;
	padding: 0;
}
section.wp-block-ptb-steps.is-layout-timeline .ptb-steps__row {
	display: grid;
	grid-template-columns: 100px minmax(0, 1fr);
	column-gap: 20px;
	min-height: 100px;
	align-items: stretch;
}
section.wp-block-ptb-steps.is-layout-timeline .ptb-steps__axis {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100px;
}
section.wp-block-ptb-steps.is-layout-timeline .ptb-steps__year {
	display: block;
	width: 100px;
	flex: none;
	font-size: 24px;
	font-weight: var(--ptb-weight-heading);
	line-height: 40px;
	text-align: center;
	color: var(--wp--preset--color--brand);
}
section.wp-block-ptb-steps.is-layout-timeline .ptb-steps__rail {
	display: block;
	width: 2px;
	flex: 1 1 auto;
	min-height: 61px;
	border: 1px solid #e9e9e9;
	box-sizing: border-box;
}
section.wp-block-ptb-steps.is-layout-timeline .ptb-steps__event {
	min-width: 0;
}
section.wp-block-ptb-steps.is-layout-timeline .ptb-steps__event p {
	margin: 0 0 10px;
	font-size: 16px;
	line-height: 25px;
	font-weight: 400;
	color: #4b4b4b;
}
section.wp-block-ptb-steps.is-layout-timeline .ptb-steps__event p:last-child {
	margin-bottom: 0;
}
section.wp-block-ptb-steps.is-layout-timeline .ptb-steps__event:has(p + p) {
	padding-bottom: 60px;
}
@media (max-width: 767px) {
	section.wp-block-ptb-steps.is-layout-timeline.ptb-steps {
		margin-top: 40px;
		padding: 20px 0 40px;
		min-height: 0;
	}
	section.wp-block-ptb-steps.is-layout-timeline .ptb-steps__ghost {
		font-size: 28px;
		line-height: 30px;
		margin-bottom: 0;
	}
	section.wp-block-ptb-steps.is-layout-timeline .ptb-steps__heading {
		margin: 0;
		font-size: 28px;
		line-height: 30px;
	}
	section.wp-block-ptb-steps.is-layout-timeline .ptb-steps__range {
		font-size: 28px;
		line-height: 30px;
	}
	section.wp-block-ptb-steps.is-layout-timeline .ptb-steps__tl {
		margin-top: 20px;
	}
	section.wp-block-ptb-steps.is-layout-timeline .ptb-steps__row {
		grid-template-columns: 1fr;
		min-height: 0;
		gap: 0;
		margin-bottom: 16px;
	}
	section.wp-block-ptb-steps.is-layout-timeline .ptb-steps__year {
		width: auto;
		text-align: left;
	}
	section.wp-block-ptb-steps.is-layout-timeline .ptb-steps__rail {
		display: none;
	}
	section.wp-block-ptb-steps.is-layout-timeline .ptb-steps__event p {
		font-size: 14px;
	}
}

/* ── About Mission & Values: 4 alternating brand/white cards. Not generic SaaS tiles. ── */
section.wp-block-ptb-feature-grid.is-layout-cards.ptb-feature-grid {
	margin-top: 80px;
	padding: 0 0 40px;
	background: none;
}
section.wp-block-ptb-feature-grid.is-layout-cards .ptb-mv__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
	list-style: none;
	margin: 0;
	padding: 0;
}
section.wp-block-ptb-feature-grid.is-layout-cards .ptb-mv__card {
	min-width: 0;
	min-height: 374px;
	padding: 50px 12px 24px;
	text-align: center;
	background: var(--wp--preset--color--brand);
	border-radius: 15px;
	box-shadow: none;
}
section.wp-block-ptb-feature-grid.is-layout-cards .ptb-mv__card:nth-child(even) {
	background: #fff;
	border-radius: 20px;
	box-shadow: 1px 0 10px 1px rgba(0, 0, 0, 0.1);
}
section.wp-block-ptb-feature-grid.is-layout-cards .ptb-mv__icon {
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 auto 20px;
	color: #fff;
}
section.wp-block-ptb-feature-grid.is-layout-cards .ptb-mv__card:nth-child(even) .ptb-mv__icon {
	color: var(--wp--preset--color--brand);
}
section.wp-block-ptb-feature-grid.is-layout-cards .ptb-mv__icon svg {
	display: block;
	width: 50px;
	height: 50px;
}
section.wp-block-ptb-feature-grid.is-layout-cards .ptb-mv__name {
	margin: 0 0 10px;
	font-family: var(--wp--preset--font-family--heading);
	font-size: 20px;
	line-height: 26px;
	font-weight: var(--ptb-weight-heading);
	color: #fff;
}
section.wp-block-ptb-feature-grid.is-layout-cards .ptb-mv__card:nth-child(even) .ptb-mv__name {
	color: #333;
}
section.wp-block-ptb-feature-grid.is-layout-cards .ptb-mv__desc {
	margin: 0;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.8);
}
section.wp-block-ptb-feature-grid.is-layout-cards .ptb-mv__card:nth-child(even) .ptb-mv__desc {
	color: #4b4b4b;
}
@media (max-width: 1023px) {
	section.wp-block-ptb-feature-grid.is-layout-cards .ptb-mv__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 767px) {
	section.wp-block-ptb-feature-grid.is-layout-cards.ptb-feature-grid {
		margin-top: 40px;
		padding-bottom: 24px;
	}
	section.wp-block-ptb-feature-grid.is-layout-cards .ptb-mv__grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	section.wp-block-ptb-feature-grid.is-layout-cards .ptb-mv__card {
		min-height: 0;
	}
}

/* ── About Sustainability: 8:4 photo + brand quote panel. Not default split. ── */
section.wp-block-ptb-split-feature.is-layout-quote.ptb-split {
	margin-top: 20px;
	padding: 0 0 80px;
	background: none;
}
section.wp-block-ptb-split-feature.is-layout-quote .ptb-title {
	margin: 0 0 30px;
	text-align: center;
}
section.wp-block-ptb-split-feature.is-layout-quote .ptb-split__quote {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	align-items: stretch;
	overflow: hidden;
	border-radius: 10px;
}
@media (min-width: 1024px) {
	section.wp-block-ptb-split-feature.is-layout-quote .ptb-split__quote {
		grid-template-columns: 2fr 1fr;
		height: 474px;
	}
}
section.wp-block-ptb-split-feature.is-layout-quote .ptb-split__quote-media {
	position: relative;
	min-width: 0;
	overflow: hidden;
	background: #e8e8e8;
	border-radius: 10px 0 0 10px;
}
@media (min-width: 1024px) {
	section.wp-block-ptb-split-feature.is-layout-quote .ptb-split__quote-media {
		height: 474px;
	}
}
section.wp-block-ptb-split-feature.is-layout-quote .ptb-split__quote-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (min-width: 1024px) {
	section.wp-block-ptb-split-feature.is-layout-quote .ptb-split__quote-img {
		position: absolute;
		inset: 0;
	}
}
section.wp-block-ptb-split-feature.is-layout-quote .ptb-split__quote-panel {
	margin: 0;
	min-width: 0;
	padding: 26px 40px 40px 35px;
	background: var(--wp--preset--color--brand);
	border-radius: 0 10px 10px 0;
}
@media (min-width: 1024px) {
	section.wp-block-ptb-split-feature.is-layout-quote .ptb-split__quote-panel {
		height: 474px;
	}
}
section.wp-block-ptb-split-feature.is-layout-quote .ptb-split__quote-mark {
	display: block;
	font-family: var(--wp--preset--font-family--heading);
	font-size: 72px;
	line-height: 72px;
	font-weight: 700;
	color: #fff;
}
section.wp-block-ptb-split-feature.is-layout-quote .ptb-split__quote-body {
	margin: 5px 0 0;
	max-width: 306px;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	color: #fff;
}
@media (max-width: 1023px) {
	section.wp-block-ptb-split-feature.is-layout-quote.ptb-split {
		margin-top: 0;
		padding: 0 0 40px;
	}
	section.wp-block-ptb-split-feature.is-layout-quote .ptb-title {
		margin-bottom: 20px;
	}
	section.wp-block-ptb-split-feature.is-layout-quote .ptb-split__quote-media {
		aspect-ratio: 752 / 474;
		border-radius: 10px 10px 0 0;
	}
	section.wp-block-ptb-split-feature.is-layout-quote .ptb-split__quote-panel {
		padding: 26px 32px 40px;
		border-radius: 0 0 10px 10px;
	}
	section.wp-block-ptb-split-feature.is-layout-quote .ptb-split__quote-body {
		max-width: none;
	}
}


/* ── Service intro: brand 560 + left copy + 552×310 video. Not inner photo banner. ── */
section.wp-block-ptb-page-header.is-layout-intro.ptb-page-header {
	padding: 0;
	background: #f9f9f9;
}
section.wp-block-ptb-page-header.is-layout-intro .ptb-page-header__intro {
	background: var(--wp--preset--color--brand);
	min-height: 560px;
	padding: 45px 0 38px;
}
section.wp-block-ptb-page-header.is-layout-intro .ptb-page-header__intro-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
	align-items: start;
}
@media (min-width: 1024px) {
	section.wp-block-ptb-page-header.is-layout-intro .ptb-page-header__intro-grid {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		gap: 36px;
	}
}
section.wp-block-ptb-page-header.is-layout-intro .ptb-page-header__title {
	margin: 0 0 10px;
	color: #fff;
	font-size: var(--ptb-section-title);
	line-height: var(--ptb-section-title-lh);
	font-weight: var(--ptb-weight-heading);
	text-align: left;
}
section.wp-block-ptb-page-header.is-layout-intro .ptb-page-header__intro-body {
	margin: 0 0 20px;
	max-width: 552px;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.8);
}
section.wp-block-ptb-page-header.is-layout-intro .ptb-page-header__intro-body:last-of-type {
	margin-bottom: 0;
}
section.wp-block-ptb-page-header.is-layout-intro .ptb-page-header__intro-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px 88px;
	margin-top: 40px;
}
section.wp-block-ptb-page-header.is-layout-intro .ptb-btn.is-cta-light,
section.wp-block-ptb-page-header.is-layout-intro .ptb-btn.is-cta-ink {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 188px;
	height: 47px;
	padding: 0;
	border-radius: var(--ptb-btn-radius);
	font-size: 16px;
	line-height: 45px;
	font-weight: 400;
	text-decoration: none;
}
section.wp-block-ptb-page-header.is-layout-intro .ptb-btn.is-cta-light {
	background: #fff;
	border: 1px solid var(--wp--preset--color--brand);
	color: var(--wp--preset--color--brand);
}
section.wp-block-ptb-page-header.is-layout-intro .ptb-btn.is-cta-ink {
	background: #333;
	border: 1px solid #333;
	color: #fff;
}
section.wp-block-ptb-page-header.is-layout-intro .ptb-page-header__intro-video {
	display: block;
	width: 100%;
	max-width: 552px;
	height: auto;
	aspect-ratio: 552 / 310;
	object-fit: cover;
	border-radius: 5px;
	background: #2b4c5c;
}
section.wp-block-ptb-page-header.is-layout-intro .ptb-breadcrumb {
	--ptb-breadcrumb-gap: 6px;
	--ptb-breadcrumb-font-size: 16px;
	--ptb-breadcrumb-color: var(--wp--preset--color--muted);
	--ptb-breadcrumb-hover: var(--wp--preset--color--brand);
	--ptb-breadcrumb-icon-color: var(--wp--preset--color--brand);
	margin-top: 0;
	padding-top: 35px;
	padding-bottom: 30px;
	line-height: 18px;
	text-transform: uppercase;
}
@media (max-width: 767px) {
	section.wp-block-ptb-page-header.is-layout-intro .ptb-page-header__intro {
		min-height: 0;
		padding: 24px 0 28px;
	}
	section.wp-block-ptb-page-header.is-layout-intro .ptb-page-header__title {
		font-size: 26px;
		line-height: 30px;
	}
	section.wp-block-ptb-page-header.is-layout-intro .ptb-page-header__intro-body {
		font-size: 14px;
		line-height: 22px;
	}
	section.wp-block-ptb-page-header.is-layout-intro .ptb-page-header__intro-actions {
		gap: 12px;
	}
	section.wp-block-ptb-page-header.is-layout-intro .ptb-breadcrumb {
		--ptb-breadcrumb-font-size: 13px;
		padding-top: 15px;
		padding-bottom: 16px;
	}
}

/* ── Service private-label intro + 3 list cards on #f9f9f9 + map ── */
section.wp-block-ptb-feature-grid.is-layout-split-cols.ptb-feature-grid {
	margin: 0;
	padding: 0 0 60px;
	background: #f9f9f9;
}
section.wp-block-ptb-feature-grid.is-layout-split-cols .ptb-container {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
}
section.wp-block-ptb-feature-grid.is-layout-split-cols .ptb-svc-pl__intro {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	margin-bottom: 40px;
	padding-top: 9px;
}
@media (min-width: 1024px) {
	section.wp-block-ptb-feature-grid.is-layout-split-cols .ptb-svc-pl__intro {
		grid-template-columns: 475px minmax(0, 1fr);
		gap: 50px;
		align-items: center;
		min-height: 270px;
	}
}
section.wp-block-ptb-feature-grid.is-layout-split-cols .ptb-svc-pl__eyebrow {
	margin: 0 0 20px;
	font-size: 15px;
	line-height: 28px;
	font-weight: 400;
	color: var(--wp--preset--color--brand);
}
section.wp-block-ptb-feature-grid.is-layout-split-cols .ptb-svc-pl__title {
	margin: 0;
	font-size: 45px;
	line-height: 50px;
	font-weight: var(--ptb-weight-heading);
	color: var(--wp--preset--color--ink);
}
section.wp-block-ptb-feature-grid.is-layout-split-cols .ptb-svc-pl__lead {
	margin: 0;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	color: #6d6d6d;
}
section.wp-block-ptb-feature-grid.is-layout-split-cols .ptb-svc-pl__cols {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
}
@media (min-width: 1024px) {
	section.wp-block-ptb-feature-grid.is-layout-split-cols .ptb-svc-pl__cols {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 24px;
	}
}
section.wp-block-ptb-feature-grid.is-layout-split-cols .ptb-svc-pl__card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	background: #fff;
	border-radius: 20px;
	box-shadow: 1px 0 10px 1px rgba(2, 2, 2, 0.05);
}
section.wp-block-ptb-feature-grid.is-layout-split-cols .ptb-svc-pl__card-icon {
	display: flex;
	align-items: center;
	width: 70px;
	height: 70px;
	margin: 20px 16px 0;
	color: var(--wp--preset--color--brand);
}
section.wp-block-ptb-feature-grid.is-layout-split-cols .ptb-svc-pl__card-icon svg {
	display: block;
	width: 70px;
	height: 70px;
}
section.wp-block-ptb-feature-grid.is-layout-split-cols .ptb-svc-pl__card-title {
	margin: 0;
	padding: 20px 16px 8px;
	background: none;
	font-size: 23px;
	line-height: 40px;
	font-weight: var(--ptb-weight-heading);
	color: #333;
}
section.wp-block-ptb-feature-grid.is-layout-split-cols .ptb-svc-pl__card-icon + .ptb-svc-pl__card-title {
	padding-top: 8px;
}
section.wp-block-ptb-feature-grid.is-layout-split-cols .ptb-svc-pl__card-body {
	padding: 16px 16px 20px;
}
section.wp-block-ptb-feature-grid.is-layout-split-cols .ptb-svc-pl__card-body p {
	margin: 0 0 8px;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.65);
}
section.wp-block-ptb-feature-grid.is-layout-split-cols .ptb-svc-pl__card-body p:last-child {
	margin-bottom: 0;
}
section.wp-block-ptb-feature-grid.is-layout-split-cols .ptb-svc-pl__card .ptb-btn.is-cta {
	width: 165px;
	height: 47px;
	line-height: 47px;
	margin: auto 16px 20px;
}
@media (max-width: 767px) {
	section.wp-block-ptb-feature-grid.is-layout-split-cols .ptb-svc-pl__title {
		font-size: 26px;
		line-height: 30px;
	}
}

/* ── Service copack: 760 mosaic r30 + WHY overlay card + 80 top ── */
section.wp-block-ptb-split-feature.is-layout-aside.ptb-split {
	margin: 0;
	padding: 80px 0 40px;
	background: #fff;
}
section.wp-block-ptb-split-feature.is-layout-aside .ptb-split__aside {
	position: relative;
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
	align-items: start;
}
@media (min-width: 1024px) {
	section.wp-block-ptb-split-feature.is-layout-aside .ptb-split__aside {
		grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
		gap: 0;
		min-height: 651px;
	}
}
section.wp-block-ptb-split-feature.is-layout-aside .ptb-split__aside-media {
	position: relative;
	overflow: visible;
}
section.wp-block-ptb-split-feature.is-layout-aside .ptb-split__aside-img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 30px;
}
@media (min-width: 1024px) {
	section.wp-block-ptb-split-feature.is-layout-aside .ptb-split__aside-media {
		height: 651px;
	}
	section.wp-block-ptb-split-feature.is-layout-aside .ptb-split__aside-img {
		height: 651px;
	}
	section.wp-block-ptb-split-feature.is-layout-aside .ptb-split__aside-copy {
		padding: 20px 0 0 34px;
	}
}
section.wp-block-ptb-split-feature.is-layout-aside .ptb-split__aside-title {
	margin: 0 0 10px;
	font-size: 30px;
	line-height: 40px;
	font-weight: var(--ptb-weight-heading);
	color: #111;
}
section.wp-block-ptb-split-feature.is-layout-aside .ptb-split__aside-body {
	margin: 0 0 16px;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #909090;
}
section.wp-block-ptb-split-feature.is-layout-aside .ptb-split__aside-icon {
	display: block;
	width: 75px;
	height: 75px;
	margin-top: 24px;
	object-fit: contain;
}
section.wp-block-ptb-split-feature.is-layout-aside .ptb-split__aside-card {
	position: relative;
	z-index: 1;
	margin-top: 16px;
	padding: 24px 28px 22px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
@media (min-width: 1024px) {
	section.wp-block-ptb-split-feature.is-layout-aside.ptb-split {
		padding: 80px 0 80px;
	}
	section.wp-block-ptb-split-feature.is-layout-aside .ptb-split__aside {
		padding-bottom: 0;
	}
	section.wp-block-ptb-split-feature.is-layout-aside .ptb-split__aside-card {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		grid-column: 1 / -1;
		align-self: start;
		width: auto;
		height: auto;
		max-height: none;
		margin: -300px 0 0 151px;
		overflow: visible;
		padding: 50px 40px 32px;
	}
}
section.wp-block-ptb-split-feature.is-layout-aside .ptb-split__aside-card-title {
	margin: 0 0 10px;
	font-size: 30px;
	line-height: 40px;
	font-weight: var(--ptb-weight-heading);
	color: #2e2e2e;
}
section.wp-block-ptb-split-feature.is-layout-aside .ptb-split__aside-card-list {
	margin: 0;
	padding: 0 0 0 18px;
	list-style: disc;
	color: #c8c8c8;
}
section.wp-block-ptb-split-feature.is-layout-aside .ptb-split__aside-card-list li {
	margin: 0 0 8px;
	padding: 0;
	font-size: 16px;
	line-height: 1.75;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.65);
}
section.wp-block-ptb-split-feature.is-layout-aside .ptb-split__aside-card-list li:last-child {
	margin-bottom: 0;
}
section.wp-block-ptb-split-feature.is-layout-aside .ptb-split__aside-card-list strong {
	font-weight: 700;
	color: #333;
}
@media (max-width: 767px) {
	section.wp-block-ptb-split-feature.is-layout-aside.ptb-split {
		padding: 40px 0 24px;
	}
	section.wp-block-ptb-split-feature.is-layout-aside .ptb-split__aside-card {
		position: static;
		width: auto;
		height: auto;
		margin-top: 16px;
	}
	section.wp-block-ptb-split-feature.is-layout-aside .ptb-split__aside-card-title {
		font-size: 22px;
		line-height: 30px;
	}
}

/* ── Service Why Choose: centered title, r35 cards, circle icon hover ── */
section.wp-block-ptb-feature-grid.is-layout-why.ptb-feature-grid {
	margin: 80px 0 0;
	padding: 98px 0 113px;
	background-color: #f3f3f3;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
section.wp-block-ptb-feature-grid.is-layout-why .ptb-shead {
	margin-bottom: 36px;
}
section.wp-block-ptb-feature-grid.is-layout-why .ptb-title {
	margin: 0;
	text-align: center;
	color: #000;
}
section.wp-block-ptb-feature-grid.is-layout-why .ptb-svc-why__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
	list-style: none;
	margin: 0;
	padding: 0;
}
@media (min-width: 768px) {
	section.wp-block-ptb-feature-grid.is-layout-why .ptb-svc-why__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 22px;
	}
}
section.wp-block-ptb-feature-grid.is-layout-why .ptb-svc-why__item {
	min-width: 0;
	max-width: 335px;
	min-height: 338px;
	margin: 0 auto;
	padding: 36px 22px 28px;
	text-align: center;
	background: #fff;
	border-radius: 35px;
	box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.05);
}
section.wp-block-ptb-feature-grid.is-layout-why .ptb-svc-why__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	margin: 0 auto 20px;
	border-radius: 50%;
	background: var(--wp--preset--color--brand);
	color: #fff;
	transition: background 0.25s ease, color 0.25s ease;
}
section.wp-block-ptb-feature-grid.is-layout-why .ptb-svc-why__icon svg {
	display: block;
	width: 36px;
	height: 36px;
}
section.wp-block-ptb-feature-grid.is-layout-why .ptb-svc-why__item:hover .ptb-svc-why__icon {
	background: #fff;
	color: var(--wp--preset--color--brand);
	box-shadow: inset 0 0 0 2px var(--wp--preset--color--brand);
}
section.wp-block-ptb-feature-grid.is-layout-why .ptb-svc-why__name {
	margin: 0 0 8px;
	font-size: 24px;
	line-height: 40px;
	font-weight: var(--ptb-weight-heading);
	color: #000;
}
section.wp-block-ptb-feature-grid.is-layout-why .ptb-svc-why__desc {
	margin: 0 auto;
	max-width: 278px;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #8f8f8f;
}
@media (max-width: 767px) {
	section.wp-block-ptb-feature-grid.is-layout-why.ptb-feature-grid {
		margin-top: 40px;
		padding: 40px 0;
	}
	section.wp-block-ptb-feature-grid.is-layout-why .ptb-svc-why__item {
		min-height: 0;
	}
	section.wp-block-ptb-feature-grid.is-layout-why .ptb-svc-why__name {
		font-size: 20px;
		line-height: 28px;
	}
}

/* ── Service trade FAQ: FAQS heading + left fold + r10 art ── */
section.wp-block-ptb-faq-teaser.is-layout-fold.ptb-faq-teaser {
	margin: 0;
	padding: 80px 0 0;
	background: #fff;
}
section.wp-block-ptb-faq-teaser.is-layout-fold .ptb-shead {
	margin: 0 0 50px;
}
section.wp-block-ptb-faq-teaser.is-layout-fold .ptb-title {
	margin: 0;
	text-align: center;
	color: #000;
}
section.wp-block-ptb-faq-teaser.is-layout-fold .ptb-svc-faq__row {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
	align-items: start;
}
@media (min-width: 1024px) {
	section.wp-block-ptb-faq-teaser.is-layout-fold .ptb-svc-faq__row {
		grid-template-columns: 552px minmax(0, 1fr);
		gap: 36px;
		min-height: 472px;
	}
}
section.wp-block-ptb-faq-teaser.is-layout-fold .ptb-svc-faq__list {
	list-style: none;
	margin: 0;
	padding: 0;
}
section.wp-block-ptb-faq-teaser.is-layout-fold .ptb-svc-faq__media {
	margin: 0;
}
section.wp-block-ptb-faq-teaser.is-layout-fold .ptb-svc-faq__media img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 10px;
}
@media (min-width: 1024px) {
	section.wp-block-ptb-faq-teaser.is-layout-fold .ptb-svc-faq__media img {
		height: 472px;
	}
}
section.wp-block-ptb-faq-teaser.is-layout-fold .ptb-faqt__q {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	width: 100%;
	min-height: 60px;
	height: auto;
	padding: 0 4px 0 16px;
	border: 0;
	background: #fff;
	font-size: 18px;
	line-height: 60px;
	font-weight: 400;
	color: #000;
	text-align: left;
}
section.wp-block-ptb-faq-teaser.is-layout-fold .ptb-faqt__item {
	background: transparent;
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid #eee;
}
section.wp-block-ptb-faq-teaser.is-layout-fold .ptb-faqt__icon {
	display: block;
	flex: none;
	width: 29px;
	height: 29px;
	padding: 4px;
	border: 1.5px solid var(--wp--preset--color--brand);
	border-radius: 50%;
	color: var(--wp--preset--color--brand);
	box-sizing: border-box;
}
section.wp-block-ptb-faq-teaser.is-layout-fold .ptb-faqt__icon--minus {
	display: none;
}
section.wp-block-ptb-faq-teaser.is-layout-fold .ptb-faqt__item.is-open .ptb-faqt__icon--plus {
	display: none;
}
section.wp-block-ptb-faq-teaser.is-layout-fold .ptb-faqt__item.is-open .ptb-faqt__icon--minus {
	display: block;
}
section.wp-block-ptb-faq-teaser.is-layout-fold .ptb-faqt__answer {
	background: #fafafa;
}
section.wp-block-ptb-faq-teaser.is-layout-fold .ptb-faqt__answer-inner {
	padding: 0;
	min-height: 0;
}
section.wp-block-ptb-faq-teaser.is-layout-fold .ptb-faqt__item.is-open .ptb-faqt__answer-inner {
	padding: 12px 16px;
}
section.wp-block-ptb-faq-teaser.is-layout-fold .ptb-faqt__answer-inner p {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	color: #777;
}

/* Service page certs: 40px under the marquee before footer */
section.wp-block-ptb-faq-teaser.is-layout-fold + section.wp-block-ptb-cert-grid {
	padding-bottom: 80px;
}

/* ── About R&D Team: 564 + 2×2 mosaic on #fafafa. Not packaging carousel. ── */
section.wp-block-ptb-gallery.is-layout-mosaic.ptb-gallery {
	margin-top: 80px;
	padding: 52px 0 60px;
	background: #fafafa;
}
section.wp-block-ptb-gallery.is-layout-mosaic .ptb-gallery__mosaic {
	display: grid;
	grid-template-columns: minmax(0, 2.1fr) minmax(0, 1fr) minmax(0, 1fr);
	gap: 18px 13px;
	align-items: stretch;
}
section.wp-block-ptb-gallery.is-layout-mosaic .ptb-gallery__item {
	position: relative;
	margin: 0;
	min-width: 0;
	aspect-ratio: 268 / 179;
	overflow: hidden;
	border-radius: 0;
	background: #e8e8e8;
}
section.wp-block-ptb-gallery.is-layout-mosaic .ptb-gallery__item:first-child {
	grid-row: 1 / 3;
	aspect-ratio: auto;
	height: 100%;
}
section.wp-block-ptb-gallery.is-layout-mosaic .ptb-gallery__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
section.wp-block-ptb-gallery.is-layout-mosaic .ptb-gallery__item:hover .ptb-gallery__img {
	transform: none;
}
section.wp-block-ptb-gallery.is-layout-mosaic .ptb-gallery__cap {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	height: 30px;
	line-height: 30px;
	font-size: 17px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
}
section.wp-block-ptb-gallery.is-layout-mosaic .ptb-gallery__item:first-child .ptb-gallery__cap {
	height: 40px;
	line-height: 40px;
}
@media (max-width: 1023px) {
	section.wp-block-ptb-gallery.is-layout-mosaic.ptb-gallery {
		margin-top: 40px;
		padding: 0 0 40px;
	}
	section.wp-block-ptb-gallery.is-layout-mosaic .ptb-gallery__mosaic {
		grid-template-columns: 1fr;
		gap: 10px;
	}
	section.wp-block-ptb-gallery.is-layout-mosaic .ptb-gallery__item:first-child {
		grid-row: auto;
		aspect-ratio: 564 / 376;
		height: auto;
	}
}

/* About page certs sit under the R&D band; reuse homepage marquee skin. */
section.wp-block-ptb-gallery.is-layout-mosaic + section.wp-block-ptb-cert-grid.is-certs-home {
	padding-top: 80px;
	padding-bottom: 64px;
	background: #fff;
}

/* ── About Contact FoamTech: info left, form right. Not default SaaS cards. ── */
section.wp-block-ptb-contact.is-layout-about.ptb-contact {
	padding: 30px 0 60px;
	background: #fff;
}
section.wp-block-ptb-contact.is-layout-about .ptb-contact__about {
	display: grid;
	grid-template-columns: 1fr;
	gap: 32px;
}
@media (min-width: 1024px) {
	section.wp-block-ptb-contact.is-layout-about .ptb-contact__about {
		grid-template-columns: 470px minmax(0, 658px);
		justify-content: space-between;
		gap: 0;
		align-items: start;
	}
}
section.wp-block-ptb-contact.is-layout-about .ptb-title {
	margin: 0 0 10px;
	line-height: 40px;
	text-align: left;
}
section.wp-block-ptb-contact.is-layout-about .ptb-contact__kicker {
	margin: 0 0 10px;
	font-size: 30px;
	line-height: 30px;
	font-weight: 400;
	color: #03000e;
}
section.wp-block-ptb-contact.is-layout-about .ptb-contact__note {
	margin: 0 0 24px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #666;
}
section.wp-block-ptb-contact.is-layout-about .ptb-contact__lines {
	margin: 0;
	padding: 0;
	list-style: none;
}
section.wp-block-ptb-contact.is-layout-about .ptb-contact__line {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 10px;
	font-size: 16px;
	line-height: 30px;
	color: #333;
}
section.wp-block-ptb-contact.is-layout-about .ptb-contact__line.is-addr {
	align-items: flex-start;
	margin: 0 0 15px;
	line-height: 26px;
}
section.wp-block-ptb-contact.is-layout-about .ptb-contact__line:not(.is-addr) + .ptb-contact__line.is-addr {
	margin-top: 20px;
}
section.wp-block-ptb-contact.is-layout-about .ptb-contact__ico {
	flex: 0 0 30px;
	width: 30px;
	height: 30px;
	color: var(--wp--preset--color--brand);
}
section.wp-block-ptb-contact.is-layout-about .ptb-contact__line a {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #333;
	text-decoration: none;
}
section.wp-block-ptb-contact.is-layout-about {
	--ptb-contact-row-gap: 8px;
	--ptb-contact-label-color: #333;
	--ptb-contact-field-height: 40px;
	--ptb-contact-field-border: rgba(230, 230, 230, 0.46);
	--ptb-contact-field-bg: rgba(231, 231, 231, 0.51);
	--ptb-contact-textarea-height: 180px;
	--ptb-contact-submit-height: 45px;
}
section.wp-block-ptb-contact.is-layout-page {
	--ptb-contact-row-gap: 10px;
	--ptb-contact-label-color: #000;
	--ptb-contact-field-height: 50px;
	--ptb-contact-field-border: rgba(196, 198, 207, 0.46);
	--ptb-contact-field-bg: #fff;
	--ptb-contact-textarea-height: 120px;
	--ptb-contact-submit-height: 50px;
}
section.wp-block-ptb-contact.is-layout-about .ptb-contact__form-area {
	margin-top: 0;
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 1px 0 11px 1px rgba(230, 230, 230, 0.46);
	scroll-margin-top: 112px;
}
section.wp-block-ptb-contact:is(.is-layout-about, .is-layout-page) .ptb-contact__form-area .wpcf7-form p,
section.wp-block-ptb-contact:is(.is-layout-about, .is-layout-page) .ptb-cf7-row {
	margin: 0 0 var(--ptb-contact-row-gap);
}
section.wp-block-ptb-contact.is-layout-about .ptb-cf7-row {
	padding: 0 5px;
}
section.wp-block-ptb-contact:is(.is-layout-about, .is-layout-page) .ptb-cf7-row p {
	margin: 0;
}
section.wp-block-ptb-contact:is(.is-layout-about, .is-layout-page) .ptb-contact__form-area label {
	display: block;
	margin: 0;
	font-size: 16px;
	line-height: 27px;
	font-weight: 400;
	color: var(--ptb-contact-label-color);
}
section.wp-block-ptb-contact:is(.is-layout-about, .is-layout-page) .ptb-req {
	font-style: normal;
	color: red;
}
section.wp-block-ptb-contact:is(.is-layout-about, .is-layout-page) .ptb-contact__form-area input[type="text"],
section.wp-block-ptb-contact:is(.is-layout-about, .is-layout-page) .ptb-contact__form-area input[type="email"],
section.wp-block-ptb-contact:is(.is-layout-about, .is-layout-page) .ptb-contact__form-area input[type="tel"],
section.wp-block-ptb-contact:is(.is-layout-about, .is-layout-page) .wpcf7-form-control-wrap input,
section.wp-block-ptb-contact:is(.is-layout-about, .is-layout-page) .wpcf7-form-control-wrap textarea {
	width: 100%;
	height: var(--ptb-contact-field-height);
	padding: 0 11px;
	border: 1px solid var(--ptb-contact-field-border);
	border-radius: 5px;
	background: var(--ptb-contact-field-bg);
	font-size: 14px;
	color: #0a0a0a;
	box-shadow: none;
}
section.wp-block-ptb-contact:is(.is-layout-about, .is-layout-page) .wpcf7-form-control-wrap textarea {
	height: var(--ptb-contact-textarea-height);
	min-height: var(--ptb-contact-textarea-height);
	padding: 8px 11px;
	resize: none;
}
section.wp-block-ptb-contact:is(.is-layout-about, .is-layout-page) .wpcf7-submit {
	width: 250px;
	height: var(--ptb-contact-submit-height);
	padding: 0;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 400;
	line-height: var(--ptb-contact-submit-height);
	gap: normal;
	transform: none;
}
section.wp-block-ptb-contact:is(.is-layout-about, .is-layout-page) .wpcf7-submit:hover {
	transform: none;
}

/* ── Contact page: 564/564 intro+tiles | form card r30, then 450 map. Not About, not SaaS cards. ── */
section.wp-block-ptb-contact.is-layout-page.ptb-contact {
	padding: 30px 0 0;
	background: #fff;
}
section.wp-block-ptb-contact.is-layout-page .ptb-contact__page {
	display: grid;
	grid-template-columns: 1fr;
	gap: 32px;
	padding-bottom: 74px;
}
@media (min-width: 1024px) {
	section.wp-block-ptb-contact.is-layout-page .ptb-contact__page {
		grid-template-columns: 1fr 1fr;
		justify-content: stretch;
		gap: 40px;
		align-items: start;
	}
}
section.wp-block-ptb-contact.is-layout-page .ptb-contact__page-info {
	min-height: 626px;
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: contain;
}
section.wp-block-ptb-contact.is-layout-page .ptb-contact__intro {
	margin: 0 0 110px;
	font-size: 48px;
	line-height: 54px;
	font-weight: 400;
	color: #000;
	max-width: 521px;
}
section.wp-block-ptb-contact.is-layout-page .ptb-contact__tiles {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 0;
	row-gap: 10px;
}
section.wp-block-ptb-contact.is-layout-page .ptb-contact__tile {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-height: 76px;
	text-decoration: none;
	color: inherit;
}
section.wp-block-ptb-contact.is-layout-page .ptb-contact__tiles .ptb-contact__tile:nth-child(n + 3) {
	min-height: 180px;
}
section.wp-block-ptb-contact.is-layout-page .ptb-contact__tile-head {
	display: flex;
	align-items: center;
	gap: 8px;
}
section.wp-block-ptb-contact.is-layout-page .ptb-contact__ico {
	flex: 0 0 26px;
	width: 26px;
	height: 26px;
	color: var(--wp--preset--color--brand);
}
section.wp-block-ptb-contact.is-layout-page .ptb-contact__tile-label {
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
	color: #000;
}
section.wp-block-ptb-contact.is-layout-page .ptb-contact__tile-value {
	font-size: 16px;
	line-height: 25px;
	font-weight: 400;
	color: #666;
	padding-left: 34px;
}
section.wp-block-ptb-contact.is-layout-page .ptb-contact__page-form {
	padding: 40px 48px 24px;
	background: #fff;
	border: 1px solid #e2e2e2;
	border-radius: 30px;
	min-height: 626px;
	box-sizing: border-box;
}
section.wp-block-ptb-contact.is-layout-page .ptb-contact__page-title {
	margin: 0 0 10px;
	font-size: 42px;
	line-height: 45px;
	font-weight: 500;
	color: #000;
}
section.wp-block-ptb-contact.is-layout-page .ptb-contact__form-area {
	margin-top: 0;
}
section.wp-block-ptb-contact.is-layout-page .ptb-contact__map {
	height: 450px;
	overflow: hidden;
}
section.wp-block-ptb-contact.is-layout-page .ptb-contact__map iframe {
	display: block;
	width: 100%;
	height: 450px;
	border: 0;
}
@media (max-width: 1023px) {
	section.wp-block-ptb-contact.is-layout-page .ptb-contact__intro {
		margin-bottom: 32px;
		font-size: 24px;
		line-height: 30px;
	}
	section.wp-block-ptb-contact.is-layout-page .ptb-contact__tiles {
		grid-template-columns: 1fr 1fr;
		max-width: 100%;
	}
	section.wp-block-ptb-contact.is-layout-page .ptb-contact__page-form {
		min-height: 0;
		padding: 20px 16px;
	}
	section.wp-block-ptb-contact.is-layout-page .ptb-contact__page-title {
		font-size: 24px;
		line-height: 30px;
	}
	section.wp-block-ptb-contact.is-layout-page .ptb-contact__page {
		padding-bottom: 40px;
	}
	section.wp-block-ptb-contact.is-layout-page .ptb-contact__page-info {
		min-height: 0;
		background-position: 50% 50%;
		background-size: contain;
	}
	section.wp-block-ptb-contact.is-layout-page {
		--ptb-contact-field-height: 40px;
		--ptb-contact-textarea-height: 100px;
		--ptb-contact-submit-height: 40px;
	}
}

/* ── Products catalog: 285 sidebar + 3×285 cards. Not homepage 4-col Hot Products. ── */
section.wp-block-ptb-product-grid.is-layout-catalog.ptb-products {
	padding: 70px 0 40px;
}
section.wp-block-ptb-product-grid.is-layout-catalog .ptb-products__catalog {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
	align-items: start;
}
@media (min-width: 1024px) {
	section.wp-block-ptb-product-grid.is-layout-catalog .ptb-products__catalog {
		grid-template-columns: 285px minmax(0, 1fr);
		gap: 0;
	}
}
section.wp-block-ptb-product-grid.is-layout-catalog .ptb-products__nav {
	padding-top: 10px;
}
section.wp-block-ptb-product-grid.is-layout-catalog .ptb-products__nav-head {
	display: flex;
	align-items: center;
	gap: 10px;
	height: 40px;
	text-decoration: none;
	color: var(--wp--preset--color--brand);
}
section.wp-block-ptb-product-grid.is-layout-catalog .ptb-products__nav-icon {
	display: block;
	flex: none;
	width: 40px;
	height: 40px;
	color: var(--wp--preset--color--brand);
}
section.wp-block-ptb-product-grid.is-layout-catalog .ptb-products__nav-icon svg {
	display: block;
	width: 40px;
	height: 40px;
}
section.wp-block-ptb-product-grid.is-layout-catalog .ptb-products__nav-label {
	display: block;
	font-family: var(--wp--preset--font-family--heading);
	font-size: 32px;
	line-height: 40px;
	font-weight: 400;
	color: var(--wp--preset--color--brand);
}
section.wp-block-ptb-product-grid.is-layout-catalog .ptb-products__cats {
	list-style: none;
	margin: 20px 0 0;
	padding: 0;
}
section.wp-block-ptb-product-grid.is-layout-catalog .ptb-products__cat {
	margin: 0;
	border-top: 1px solid #f2f3f7;
}
section.wp-block-ptb-product-grid.is-layout-catalog .ptb-products__cat:first-child {
	border-top: 0;
}
section.wp-block-ptb-product-grid.is-layout-catalog .ptb-products__cat a {
	display: flex;
	align-items: center;
	min-height: 49px;
	padding: 12px 20px 12px 0;
	font-family: var(--wp--preset--font-family--heading);
	font-size: 16px;
	line-height: 25px;
	font-weight: 400;
	color: #000;
	text-decoration: none;
}
section.wp-block-ptb-product-grid.is-layout-catalog .ptb-products__cat a:hover,
section.wp-block-ptb-product-grid.is-layout-catalog .ptb-products__cat.is-current a {
	color: var(--wp--preset--color--brand);
}
section.wp-block-ptb-product-grid.is-layout-catalog .ptb-products__grid {
	margin: 0;
	gap: 0;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 1024px) {
	section.wp-block-ptb-product-grid.is-layout-catalog .ptb-products__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
section.wp-block-ptb-product-grid.is-layout-catalog .ptb-products__card {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	background: #fff;
}
section.wp-block-ptb-product-grid.is-layout-catalog .ptb-products__card.hover-lift:hover {
	transform: none;
}
section.wp-block-ptb-product-grid.is-layout-catalog .ptb-products__media {
	margin: 15px 7.5px 0;
	aspect-ratio: 1;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
}
section.wp-block-ptb-product-grid.is-layout-catalog .ptb-products__img {
	object-fit: contain;
	transition: none;
}
section.wp-block-ptb-product-grid.is-layout-catalog .ptb-products__card:hover .ptb-products__img {
	transform: none;
}
section.wp-block-ptb-product-grid.is-layout-catalog .ptb-products__body {
	padding: 5px 7.5px 16px;
}
section.wp-block-ptb-product-grid.is-layout-catalog .ptb-products__title {
	display: block;
	margin-top: 0;
	font-size: 20px;
	line-height: 26px;
	font-weight: 400;
	color: #333;
	text-align: center;
	white-space: normal;
	overflow: visible;
	text-overflow: clip;
	overflow-wrap: anywhere;
}
section.wp-block-ptb-product-grid.is-layout-catalog .ptb-products__card:hover .ptb-products__title {
	color: var(--wp--preset--color--brand);
}
section.wp-block-ptb-product-grid.is-layout-catalog .ptb-products__empty {
	margin: 0;
	font-size: 16px;
	line-height: 26px;
	color: var(--wp--preset--color--muted);
}
@media (max-width: 767px) {
	section.wp-block-ptb-product-grid.is-layout-catalog.ptb-products {
		padding: 20px 0;
	}
	section.wp-block-ptb-product-grid.is-layout-catalog .ptb-products__nav-label {
		font-size: 24px;
		line-height: 32px;
	}
	section.wp-block-ptb-product-grid.is-layout-catalog .ptb-products__title {
		font-size: 16px;
		line-height: 22px;
	}
}


/* ── Product detail: crumb 83 + 452 gallery + Chat/Message/Email ── */
section.wp-block-ptb-page-header.is-layout-crumb.ptb-page-header {
	padding: 0;
	background: #fff;
}
section.wp-block-ptb-page-header.is-layout-crumb .ptb-breadcrumb {
	--ptb-breadcrumb-gap: 6px;
	--ptb-breadcrumb-font-size: 16px;
	--ptb-breadcrumb-color: var(--wp--preset--color--muted);
	--ptb-breadcrumb-hover: var(--wp--preset--color--brand);
	min-height: 48px;
	height: auto;
	box-sizing: border-box;
	line-height: 18px;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 25px;
	padding-bottom: 15px;
}
@media (max-width: 767px) {
	section.wp-block-ptb-page-header.is-layout-crumb .ptb-breadcrumb {
		--ptb-breadcrumb-font-size: 13px;
		padding-block: 15px 10px;
	}
}

section.wp-block-ptb-product-specs.is-layout-detail.ptb-pspecs {
	padding: 0 0 80px;
	background: #fff;
}
section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr);
	gap: 48px;
	align-items: start;
	padding-top: 60px;
}
section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__gallery {
	padding-left: 0;
	min-width: 0;
	max-width: 100%;
}
section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__stage {
	width: 100%;
	height: auto;
	aspect-ratio: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	position: relative;
	overflow: visible;
}
section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__stage-img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
	object-fit: contain;
	object-position: 50% 50%;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1200px) {
	section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__stage {
		cursor: crosshair;
	}
	section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__zoom-lens,
	section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__zoom-preview {
		position: absolute;
		display: none;
		pointer-events: none;
	}
	section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__zoom-lens {
		z-index: 21;
		background: rgba(255, 255, 255, 0.4);
		border: 1px solid rgba(71, 116, 138, 0.35);
	}
	section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__zoom-preview {
		z-index: 20;
		top: 0;
		left: calc(100% + 48px);
		overflow: hidden;
		background-color: #fff;
		background-repeat: no-repeat;
		background-size: 300% 300%;
	}
	section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__zoom-lens.is-active,
	section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__zoom-preview.is-active {
		display: block;
	}
}
section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__thumbs-wrap {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 23px;
	width: 100%;
}
section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__thumbs {
	overflow: hidden;
	flex: 1;
	min-width: 0;
}
section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__thumbs-track {
	display: flex;
	gap: 10px;
	overflow-x: auto;
	scrollbar-width: none;
}
section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__thumbs-track::-webkit-scrollbar { display: none; }
section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__thumb {
	flex: none;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 85px;
	height: 100px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	line-height: 0;
}
section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__thumb img {
	display: block;
	width: 85px;
	height: auto;
	max-height: 100px;
	object-fit: contain;
	box-sizing: border-box;
	border: 1px solid transparent;
}
section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__thumb.is-on img {
	border-color: var(--wp--preset--color--brand);
}
section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__thumbs-nav {
	flex: none;
	width: 22px;
	height: 40px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #333;
	cursor: pointer;
}
section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__copy {
	padding-top: 0;
	max-width: none;
	min-width: 0;
}
section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__title {
	margin: 0;
	font-family: var(--wp--preset--font-family--heading);
	font-size: 30px;
	font-weight: var(--ptb-weight-heading);
	line-height: 45px;
	color: #000;
}
section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__cat {
	margin: 10px 0 0;
	font-size: 20px;
	font-weight: var(--ptb-weight-heading);
	line-height: 30px;
	color: #666;
}
section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__cat a {
	color: #666;
	text-decoration: none;
}
section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__cat a:hover {
	color: var(--wp--preset--color--brand);
}
section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__lead {
	margin: 30px 0 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	color: #333;
}
section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 30px;
}
section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__cta {
	flex: 1 1 auto;
	width: auto;
	min-width: 165px;
	min-height: 45px;
	height: auto;
	padding: 8px 20px;
	border: 0;
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3;
	gap: normal;
	white-space: nowrap;
}
section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__cta:hover {
	background-color: var(--wp--preset--color--brand);
	color: #fff;
	filter: brightness(0.95);
	transform: none;
}
section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__tabs {
	margin-top: 48px;
}
section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__tabs-inner {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}
section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__tabs a {
	display: flex;
	min-width: 0;
	align-items: center;
	justify-content: center;
	height: 50px;
	background: #f3f3f3;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	line-height: 50px;
	text-decoration: none;
}
section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__tabs a:hover {
	color: var(--wp--preset--color--brand);
}
section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__cols {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
	margin-top: 48px;
	align-items: start;
}
section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__col {
	min-width: 0;
	scroll-margin-top: 112px;
}
section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__h {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 16px;
	font-family: var(--wp--preset--font-family--heading);
	font-size: 28px;
	font-weight: var(--ptb-weight-heading);
	line-height: 40px;
	color: var(--wp--preset--color--brand);
}
section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__h::before {
	content: "";
	display: block;
	width: 4px;
	height: 28px;
	background: var(--wp--preset--color--brand);
}
section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__body {
	font-size: 16px;
	line-height: 30px;
	color: #333;
}
section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__body p { margin: 0 0 8px; }
section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__shot {
	margin: 24px 0 0;
}
section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__shot-img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1;
	object-fit: cover;
}
section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__detail-gallery {
	margin-top: 40px;
}
section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__detail-gallery-primary {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-template-rows: repeat(2, minmax(0, 1fr));
	gap: 18px;
	aspect-ratio: 3 / 2.25;
}
section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__detail-gallery-primary .is-1,
section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__detail-gallery-primary .is-4 {
	grid-row: 1 / 3;
}
section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__detail-gallery-primary .is-2 {
	grid-column: 2;
	grid-row: 1;
}
section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__detail-gallery-primary .is-3 {
	grid-column: 2;
	grid-row: 2;
}
section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__detail-gallery-primary .is-4 {
	grid-column: 3;
}
section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__detail-gallery-secondary {
	display: grid;
	grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
	align-items: start;
	gap: 18px;
	margin-top: 40px;
}
section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__detail-gallery-item {
	min-width: 0;
	margin: 0;
	overflow: hidden;
	border-radius: 20px;
}
section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__detail-gallery-primary .ptb-pspecs__detail-gallery-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__detail-gallery-secondary .ptb-pspecs__detail-gallery-img {
	display: block;
	width: 100%;
	height: auto;
}
section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__faq {
	margin-top: 56px;
	scroll-margin-top: 112px;
}
section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__faq-note {
	margin: 0;
	max-width: 760px;
	font-size: 16px;
	line-height: 30px;
	color: #333;
}
section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__faq-list {
	width: 100%;
	max-width: none;
}
section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__faq-q {
	margin: 20px 0 4px;
	font-weight: 500;
}
section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__faq-q:first-child {
	margin-top: 0;
}
section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__faq-a {
	margin: 0;
}

section.wp-block-ptb-product-grid.is-layout-related.ptb-products {
	padding: 80px 0;
}

section.wp-block-ptb-product-grid.is-layout-related .ptb-products__head {
	display: flex;
	align-items: flex-start;
	text-align: left;
}
section.wp-block-ptb-product-grid.is-layout-related .ptb-products__head > div {
	width: 100%;
}
section.wp-block-ptb-product-grid.is-layout-related .ptb-title {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 !important;
	font-size: 28px;
	font-weight: var(--ptb-weight-heading);
	line-height: 40px;
	color: var(--wp--preset--color--brand);
}
section.wp-block-ptb-product-grid.is-layout-related .ptb-title::before {
	content: "";
	display: block;
	width: 4px;
	height: 28px;
	background: var(--wp--preset--color--brand);
}
section.wp-block-ptb-product-grid.is-layout-related .ptb-products__grid {
	gap: 20px;
	margin-top: 30px;
}
section.wp-block-ptb-product-grid.is-layout-related .ptb-carousel__viewport {
	padding-inline: 0;
}
section.wp-block-ptb-product-grid.is-layout-related .ptb-carousel__prev {
	left: 4px;
}
section.wp-block-ptb-product-grid.is-layout-related .ptb-carousel__next {
	right: 4px;
}
section.wp-block-ptb-product-grid.is-layout-related .ptb-products__item {
	flex: 0 0 calc((100cqw - 60px) / 4);
	width: calc((100cqw - 60px) / 4);
}
section.wp-block-ptb-product-grid.is-layout-related .ptb-products__card {
	overflow: visible;
	border-radius: 0;
	box-shadow: none;
	background: transparent;
}
section.wp-block-ptb-product-grid.is-layout-related .ptb-products__media {
	aspect-ratio: 1;
	border-radius: 10px;
}
section.wp-block-ptb-product-grid.is-layout-related .ptb-products__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
section.wp-block-ptb-product-grid.is-layout-related .ptb-products__body {
	padding: 10px 0 0;
}
section.wp-block-ptb-product-grid.is-layout-related .ptb-products__title {
	display: block;
	min-height: 52px;
	margin: 0;
	overflow: visible;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	font-weight: 400;
	white-space: normal;
	overflow-wrap: anywhere;
}

@media (max-width: 1199px) {
	section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__hero {
		grid-template-columns: 1fr 1fr;
		gap: 32px;
	}
	section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__stage,
	section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__stage-img,
	section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__thumbs-wrap {
		width: 100%;
	}
	section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__tabs-inner,
	section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__cols {
		grid-template-columns: 1fr 1fr;
	}
	section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__shot-img {
		width: 100%;
		height: auto;
		aspect-ratio: 1;
	}
}
@media (max-width: 767px) {
	section.wp-block-ptb-product-grid.is-layout-related.ptb-products {
		padding: 48px 0 56px;
	}
	section.wp-block-ptb-product-grid.is-layout-related .ptb-title {
		font-size: 20px;
		line-height: 30px;
	}
	section.wp-block-ptb-product-grid.is-layout-related .ptb-title::before {
		height: 24px;
	}
	section.wp-block-ptb-product-grid.is-layout-related .ptb-carousel__viewport {
		padding-inline: 0;
	}
	section.wp-block-ptb-product-grid.is-layout-related .ptb-products__grid {
		gap: 16px;
	}
	section.wp-block-ptb-product-grid.is-layout-related .ptb-products__item {
		flex-basis: 100cqw;
		width: 100cqw;
	}
	section.wp-block-ptb-product-grid.is-layout-related .ptb-carousel__prev {
		left: 2px;
	}
	section.wp-block-ptb-product-grid.is-layout-related .ptb-carousel__next {
		right: 64px;
	}
	section.wp-block-ptb-page-header.is-layout-crumb .ptb-breadcrumb {
		--ptb-breadcrumb-font-size: 13px;
		height: auto;
		min-height: 50px;
		padding: 15px 0;
	}
	section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__hero {
		grid-template-columns: 1fr;
		gap: 24px;
		padding-top: 24px;
	}
	section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__title {
		font-size: 22px;
		line-height: 32px;
	}
	section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__actions {
		gap: 12px;
	}
	section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__cta {
		flex: 1 1 calc(50% - 6px);
		width: auto;
		min-width: 0;
		padding-inline: 12px;
		white-space: normal;
	}
	section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__tabs-inner {
		grid-template-columns: 1fr 1fr;
	}
	section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__cols {
		grid-template-columns: 1fr;
		gap: 32px;
	}
	section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__detail-gallery-primary,
	section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__detail-gallery-secondary {
		grid-template-columns: 1fr;
		grid-template-rows: none;
		gap: 16px;
		aspect-ratio: auto;
	}
	section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__detail-gallery-primary .ptb-pspecs__detail-gallery-item {
		grid-column: auto;
		grid-row: auto;
	}
	section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__detail-gallery-primary .ptb-pspecs__detail-gallery-img {
		height: auto;
		object-fit: contain;
	}
	section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__h {
		font-size: 22px;
		line-height: 30px;
	}
	section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__gallery {
		padding-left: 0;
	}
	section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__copy {
		max-width: none;
	}
	section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__stage,
	section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__stage-img,
	section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__thumbs-wrap {
		width: 100%;
		max-width: 100%;
		height: auto;
	}
	section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__stage {
		aspect-ratio: auto;
	}
	section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__stage-img {
		height: auto;
	}
	section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__hero > * {
		min-width: 0;
		max-width: 100%;
	}
	section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__tabs a {
		height: auto;
		min-height: 44px;
		padding: 8px 6px;
		font-size: 14px;
		line-height: 18px;
		text-align: center;
	}
	section.wp-block-ptb-page-header.is-layout-crumb .ptb-breadcrumb__current {
		overflow-wrap: anywhere;
	}
}

/* Product SCF rich-text FAQ: keep the A: marker aligned with rich content. */
section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__faq-a {
	display: flex;
	align-items: flex-start;
	gap: .25em;
}
section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__faq-a > span {
	flex: 0 0 auto;
}
section.wp-block-ptb-product-specs.is-layout-detail .ptb-pspecs__faq-a-copy {
	min-width: 0;
}

/* ── Search results: compact crumb + 564 field + 4×285 contain cards ── */
section.wp-block-ptb-search-results.ptb-search-results {
	padding: 15px 0 40px;
	background: #fff;
}
section.wp-block-ptb-search-results .ptb-breadcrumb {
	--ptb-breadcrumb-gap: 6px;
	--ptb-breadcrumb-font-size: 16px;
	--ptb-breadcrumb-color: var(--wp--preset--color--muted);
	--ptb-breadcrumb-hover: var(--wp--preset--color--brand);
	--ptb-breadcrumb-icon-color: var(--wp--preset--color--brand);
	margin: 20px 0 0;
	padding-bottom: 30px;
	line-height: 18px;
}
section.wp-block-ptb-search-results .ptb-search-results__form {
	width: 100%;
	max-width: 564px;
	height: 52px;
	margin: 50px auto 40px;
	border: 1px solid #dfdfdf;
	overflow: hidden;
	background: #fff;
	box-sizing: border-box;
}
section.wp-block-ptb-search-results .ptb-search-results__input {
	height: 50px;
	padding: 0 0 0 15px;
	font-family: inherit;
	font-size: 14px;
	font-weight: 400;
	line-height: 50px;
	color: #333;
	outline: none;
	box-shadow: none;
	-webkit-appearance: none;
}
section.wp-block-ptb-search-results .ptb-search-results__input::placeholder {
	color: #929292;
}
section.wp-block-ptb-search-results .ptb-search-results__input::-webkit-search-decoration,
section.wp-block-ptb-search-results .ptb-search-results__input::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
section.wp-block-ptb-search-results .ptb-search-results__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 50px;
	margin-left: 5px;
	background: var(--wp--preset--color--brand);
	color: #fff;
}
section.wp-block-ptb-search-results .ptb-search-results__submit:hover {
	background: var(--ptb-btn-hover);
	color: #fff;
}
section.wp-block-ptb-search-results .ptb-search-results__submit svg {
	display: block;
	width: 24px;
	height: 24px;
}
section.wp-block-ptb-search-results .ptb-search-results__item {
	min-width: 0;
}
section.wp-block-ptb-search-results .ptb-search-results__media {
	margin: 15px 7.5px 0;
	aspect-ratio: 1;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	background: #fff;
}
section.wp-block-ptb-search-results .ptb-search-results__title {
	display: -webkit-box;
	margin: 0 7.5px 15px;
	padding: 5px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #333;
	text-align: center;
}
section.wp-block-ptb-search-results .ptb-search-results__card:hover .ptb-search-results__title {
	color: var(--wp--preset--color--brand);
}
section.wp-block-ptb-search-results .ptb-search-results__empty {
	margin: 0 0 40px;
	font-size: 16px;
	line-height: 26px;
	color: var(--wp--preset--color--muted);
	text-align: center;
}
@media (max-width: 767px) {
	section.wp-block-ptb-search-results .ptb-breadcrumb {
		--ptb-breadcrumb-font-size: 14px;
		margin: 15px 0 0;
		padding-bottom: 10px;
	}
	section.wp-block-ptb-search-results .ptb-search-results__form {
		margin: 20px auto;
	}
	section.wp-block-ptb-search-results .ptb-search-results__title {
		font-size: 14px;
		line-height: 26px;
	}
}

/* ==========================================================================
   News / Post Single Detail (1:1 Dr.WOW / FoamTech)
   ========================================================================== */

main.ptb-postsingle {
	background: #fff;
}

section.ptb-postsingle__main {
	padding-top: 35px;
	padding-bottom: 70px;
}

.ptb-postsingle__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 40px;
}

@media (min-width: 1024px) {
	.ptb-postsingle__grid {
		grid-template-columns: minmax(0, 1fr) 320px;
		gap: 60px;
	}

	.ptb-postsingle__content {
		padding-right: 0;
		min-width: 0;
	}

	.ptb-postsingle__aside {
		padding-left: 0;
		min-width: 0;
	}
}

h1.ptb-postsingle__title,
.ptb-postsingle__content h1.ptb-title {
	font-family: var(--ptb-font-heading);
	font-size: 30px;
	line-height: 45px;
	font-weight: var(--ptb-weight-heading, 500);
	color: var(--wp--preset--color--brand);
	margin: 0 0 10px;
	padding: 0;
	text-align: center;
}

@media (max-width: 767px) {
	h1.ptb-postsingle__title,
	.ptb-postsingle__content h1.ptb-title {
		font-size: 24px;
		line-height: 36px;
	}
}

.ptb-postsingle__date,
.ptb-postsingle__content .ptb-meta {
	font-family: var(--ptb-font-body);
	font-size: 14px;
	line-height: 21px;
	font-weight: 400;
	color: var(--wp--preset--color--brand);
	margin: 0 0 20px;
	text-align: center;
}

.ptb-postsingle__cover,
.ptb-postsingle__content figure.ptb-cover {
	margin: 0 0 30px;
	padding: 0;
	width: 100%;
}
.ptb-postsingle__cover img,
.ptb-postsingle__content figure.ptb-cover img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 0;
}

/* Article Prose */
.ptb-postsingle__content .ptb-prose {
	font-family: var(--ptb-font-body);
	font-size: 16px;
	line-height: 28px;
	color: #4a4a4a;
}

.ptb-postsingle__content .ptb-prose p {
	font-size: 16px;
	line-height: 28px;
	color: #4a4a4a;
	margin: 0 0 20px;
}

.ptb-postsingle__content .ptb-prose h2 {
	font-family: var(--ptb-font-heading);
	font-size: 22px;
	line-height: 32px;
	font-weight: 600;
	color: #333333;
	margin: 35px 0 15px;
}

.ptb-postsingle__content .ptb-prose h3 {
	font-family: var(--ptb-font-heading);
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	color: #333333;
	margin: 25px 0 12px;
}

.ptb-postsingle__content .ptb-prose ul,
.ptb-postsingle__content .ptb-prose ol {
	margin: 0 0 20px;
	padding-left: 24px;
}

.ptb-postsingle__content .ptb-prose li {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 8px;
	color: #4a4a4a;
}

.ptb-postsingle__content .ptb-prose strong,
.ptb-postsingle__content .ptb-prose b {
	font-weight: 600;
	color: #333333;
}

.ptb-postsingle__content .ptb-prose a,
.ptb-postsingle__content .ptb-prose a strong,
.ptb-postsingle__content .ptb-prose a b,
.ptb-postsingle__content .ptb-prose a u {
	color: #0000ee;
	text-decoration: underline;
}

.ptb-postsingle__content .ptb-prose img {
	max-width: 100%;
	height: auto;
	margin: 24px auto;
	display: block;
	border-radius: 5px;
}

/* FAQ section */
.ptb-postsingle__faq {
	margin-top: 35px;
	border-top: 1px solid #f0f0f0;
	padding-top: 25px;
}

.ptb-postsingle__faq-title {
	font-family: var(--ptb-font-heading);
	font-size: 22px;
	line-height: 32px;
	font-weight: 600;
	color: #333333;
	margin: 0 0 16px;
}

.ptb-postsingle__faq-body p {
	font-size: 16px;
	line-height: 28px;
	color: #4a4a4a;
	margin: 0 0 14px;
}

.ptb-postsingle__faq-body strong {
	color: #333333;
}

/* Prev / Next Navigation */
.ptb-postsingle__divider {
	border: none;
	border-top: 1px dashed rgba(0, 0, 0, 0.2);
	margin: 35px 0 20px;
}

.ptb-postsingle__nav {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 22px;
	color: #666;
}

.ptb-postsingle__nav-label {
	color: #666;
	font-weight: 400;
}

.ptb-postsingle__nav-link {
	color: #666;
	text-decoration: none;
	transition: color 0.2s ease;
}

.ptb-postsingle__nav-link:hover {
	color: var(--wp--preset--color--brand);
	text-decoration: underline;
}

.ptb-postsingle__nav-empty {
	color: #999;
}

/* Sidebar: Related Recommendations */
.ptb-postsingle__aside {
	display: block;
	width: 100%;
}

.ptb-postsingle__sticky {
	position: sticky;
	top: 100px;
}

.ptb-postsingle__aside-title {
	font-family: var(--ptb-font-heading);
	font-size: 22px;
	line-height: 30px;
	font-weight: 400;
	color: #000000;
	margin: 0 0 15px;
}

.ptb-postsingle__aside-hr {
	display: none;
}
.ptb-postsingle__rec-list {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.ptb-postsingle__rec-item {
	margin: 0;
}

.ptb-postsingle__rec-link {
	display: block;
	text-decoration: none;
	color: inherit;
}

.ptb-postsingle__rec-img-wrap {
	width: 100%;
	height: 190px;
	border-radius: 5px;
	overflow: hidden;
	background-color: #f5f5f5;
	margin-bottom: 8px;
}

.ptb-postsingle__rec-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
	display: block;
	transition: transform 0.3s ease;
}

.ptb-postsingle__rec-link:hover .ptb-postsingle__rec-img {
	transform: scale(1.04);
}

.ptb-postsingle__rec-title {
	font-family: var(--ptb-font-heading);
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	color: #000000;
	margin: 0 0 4px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: color 0.2s ease;
}

.ptb-postsingle__rec-link:hover .ptb-postsingle__rec-title {
	color: var(--wp--preset--color--brand);
}

.ptb-postsingle__rec-date {
	font-family: var(--ptb-font-body);
	font-size: 14px;
	line-height: 20px;
	color: var(--wp--preset--color--brand);
	display: block;
}


/* ── Legal template: crumb in template + post-title + Gutenberg body ── */
.page-template-page-legal .ptb-legal {
	padding: 0 0 40px;
	background: #fff;
}
.page-template-page-legal section.wp-block-ptb-page-header.is-layout-crumb.ptb-page-header {
	padding: 0;
	background: #fff;
}
.page-template-page-legal section.wp-block-ptb-page-header.is-layout-crumb .ptb-breadcrumb {
	--ptb-breadcrumb-gap: 6px;
	--ptb-breadcrumb-font-size: 16px;
	--ptb-breadcrumb-line-height: 18px;
	--ptb-breadcrumb-color: var(--wp--preset--color--muted);
	margin-block: 20px 30px;
	margin-inline: auto;
	padding-block: 0;
	padding-inline: var(--ptb-container-pad);
	min-height: 0;
	height: auto;
	box-sizing: border-box;
	font-weight: 400;
}
.page-template-page-legal .ptb-breadcrumb__icon {
	display: block;
	flex: none;
	width: 14px;
	height: 14px;
	color: var(--wp--preset--color--brand);
}
.page-template-page-legal .ptb-breadcrumb__link,
.page-template-page-legal .ptb-breadcrumb__separator,
.page-template-page-legal .ptb-breadcrumb__current {
	color: var(--wp--preset--color--muted);
	text-decoration: none;
}
.page-template-page-legal .ptb-breadcrumb__link:hover {
	color: var(--wp--preset--color--brand);
}
.page-template-page-legal .ptb-legal__title,
.page-template-page-legal h1.wp-block-post-title {
	margin: 0 0 28px;
	font-family: var(--ptb-font-body);
	font-size: 18px;
	line-height: 36px;
	font-weight: 700;
	color: #333;
}
.page-template-page-legal .ptb-legal__body p,
.page-template-page-legal .ptb-legal__body h2 {
	margin: 0 0 25px;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	color: #333;
}
.page-template-page-legal .ptb-legal__body h2 {
	margin-bottom: 0;
	font-weight: 700;
}
.page-template-page-legal .ptb-legal__body p:last-child {
	margin-bottom: 0;
}
.page-template-page-legal .ptb-legal__body a {
	color: var(--wp--preset--color--brand);
	text-decoration: underline;
}
@media (max-width: 767px) {
	.page-template-page-legal section.wp-block-ptb-page-header.is-layout-crumb .ptb-breadcrumb {
		--ptb-breadcrumb-font-size: 13px;
		margin-block: 15px 20px;
		padding-block: 0;
		padding-inline: var(--ptb-container-pad);
	}
	.page-template-page-legal .ptb-legal__title,
	.page-template-page-legal h1.wp-block-post-title {
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 20px;
	}
	.page-template-page-legal .ptb-legal__body p,
	.page-template-page-legal .ptb-legal__body h2 {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 16px;
	}
	.page-template-page-legal .ptb-legal__body h2 {
		margin-bottom: 0;
	}
}

/* ── Right-rail contact dock: 45 circles, brand, bottom 40 / right 19 ── */
nav.ptb-float {
	position: fixed;
	right: 19px;
	bottom: 40px;
	z-index: 80;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 45px;
	gap: 0;
}
nav.ptb-float .ptb-float__list {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 7px;
	margin: 0 0 7px;
}
nav.ptb-float .ptb-float__btn,
nav.ptb-float .ptb-float__toggle {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: var(--wp--preset--color--brand);
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	appearance: none;
	box-shadow: none;
	transition: background-color 0.2s ease, transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s ease;
}
nav.ptb-float .ptb-float__btn:hover,
nav.ptb-float .ptb-float__toggle:hover {
	background: #333;
	color: #fff;
}
nav.ptb-float .ptb-float__ico {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: none;
	width: 20px;
	height: 20px;
	line-height: 0;
	overflow: visible;
}
nav.ptb-float .ptb-float__ico svg {
	display: block;
	width: 20px;
	height: 20px;
	margin: 0;
	flex: none;
}
nav.ptb-float .ptb-float__toggle .ptb-float__ico {
	position: absolute;
	inset: 0;
	margin: auto;
}
nav.ptb-float .ptb-float__tip {
	position: absolute;
	right: calc(100% + 10px);
	top: 50%;
	transform: translateY(-50%);
	display: none;
	padding: 5px;
	border-radius: 5px;
	background: #464646;
	color: #fff;
	font-family: var(--ptb-font-body);
	font-size: 12px;
	line-height: 16px;
	white-space: nowrap;
	pointer-events: none;
}
nav.ptb-float .ptb-float__btn:hover .ptb-float__tip,
nav.ptb-float:not(.is-open) .ptb-float__toggle:hover .ptb-float__tip {
	display: block;
}
nav.ptb-float .ptb-float__list .ptb-float__btn {
	opacity: 0;
	transform: scale(0);
	pointer-events: none;
}
nav.ptb-float:not(.is-open) .ptb-float__list {
	height: 0;
	margin: 0;
	overflow: hidden;
}
nav.ptb-float.is-open .ptb-float__list .ptb-float__btn {
	opacity: 1;
	transform: scale(1);
	pointer-events: auto;
}
nav.ptb-float .ptb-float__ico--close {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	transform: rotate(120deg);
	transform-origin: center;
	transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out, visibility 0.2s;
}
nav.ptb-float.is-open .ptb-float__ico--close {
	opacity: 1;
	visibility: visible;
	transform: rotate(0deg);
}
nav.ptb-float.is-open .ptb-float__ico--chat {
	visibility: hidden;
}
.ptb-scroll-top {
	display: none !important;
}
@media (max-width: 500px) {
	nav.ptb-float {
		right: 8px;
		bottom: 16px;
		width: 35px;
	}
	nav.ptb-float .ptb-float__btn,
	nav.ptb-float .ptb-float__toggle {
		width: 35px;
		height: 35px;
	}
	nav.ptb-float .ptb-float__ico,
	nav.ptb-float .ptb-float__ico svg {
		width: 16px;
		height: 16px;
	}
	nav.ptb-float .ptb-float__list {
		gap: 6px;
		margin-bottom: 6px;
	}
}
@media (prefers-reduced-motion: reduce) {
	nav.ptb-float .ptb-float__btn,
	nav.ptb-float .ptb-float__toggle,
	nav.ptb-float .ptb-float__ico--close {
		transition: none;
	}
}
