/*
 * PLCSEA Content
 *
 * Shared content layouts, Knowledge Hub, archives,
 * search results, downloads, articles and content pages.
 */


/* ==========================================================================
   ARCHIVE / SHARED CONTENT
   ========================================================================== */

.archive-content {
	padding-block: 2rem 3.5rem;
}

.archive-primer {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: .8rem;
	margin-bottom: 2rem;
}

.archive-primer__item {
	display: flex;
	align-items: flex-start;
	gap: .75rem;
	padding: .9rem;
	border: 1px solid var(--plcsea-line);
	border-radius: var(--radius-md);
	background: #fff;
	box-shadow: var(--shadow-xs);
}

.archive-primer__item > span {
	display: grid;
	width: 40px;
	height: 40px;
	flex: 0 0 40px;
	place-items: center;
	border-radius: 10px 5px 10px 5px;
	background: var(--plcsea-mist-100);
	color: var(--plcsea-ocean-600);
}

.archive-primer__item h2 {
	margin: 0 0 .15rem;
	font-size: .85rem;
}

.archive-primer__item p {
	margin: 0;
	color: var(--plcsea-ink-500);
	font-size: .69rem;
	line-height: 1.7;
}

.archive-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1rem;
}

.archive-toolbar h2 {
	margin: 0;
	font-size: 1.15rem;
}





/* ==========================================================================
   SOLUTIONS / INDUSTRIAL SOLUTIONS
   ========================================================================== */

.solutions-main {
	position: relative;
	overflow: visible;
	background: linear-gradient(180deg, #fff 0, #fbfdff 48%, #fff 100%);
}

.solutions-shell {
	padding-block: 1.55rem 4rem;
}

.solutions-shell .archive-primer {
	margin-bottom: clamp(1.35rem, 2.4vw, 2rem);
}

.solutions-showcase {
	position: relative;
}

.solutions-section-heading {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1.2rem;
	text-align: center;
}

.solutions-section-heading__content {
	width: min(100%, 780px);
	margin-inline: auto;
}

.solutions-section-heading .eyebrow,
.solutions-more__heading .eyebrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .7rem;
	margin-bottom: .32rem;
	color: var(--plcsea-ocean-600);
	font-family: var(--plcsea-font-tech);
	font-size: .66rem;
	font-weight: 850;
	letter-spacing: .1em;
}

.solutions-section-heading .eyebrow::before,
.solutions-section-heading .eyebrow::after,
.solutions-more__heading .eyebrow::before,
.solutions-more__heading .eyebrow::after {
	width: 30px;
	height: 1px;
	flex: 0 0 30px;
	background: currentColor;
	content: '';
}

.solutions-section-heading h2,
.solutions-more__heading h2 {
	margin: 0;
	color: var(--plcsea-navy-900);
	font-size: clamp(1.35rem, 1.08rem + .8vw, 1.85rem);
	line-height: 1.55;
}

.solutions-section-heading p {
	max-width: 700px;
	margin: .32rem auto 0;
	color: var(--plcsea-ink-500);
	font-size: .75rem;
	line-height: 1.9;
}

.solutions-editorial {
	width: min(100%, 1160px);
	margin-inline: auto;
}

.solution-featured-card {
	position: relative;
	display: grid;
	min-height: 340px;
	overflow: hidden;
	grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
	border: 1px solid #d8e6f1;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 9px 30px rgba(8, 48, 84, .055);
	transition: border-color .24s ease, box-shadow .28s ease;
}

.solution-featured-card:hover {
	border-color: #9ccbea;
	box-shadow: 0 18px 40px rgba(8, 54, 96, .10);
}

.solution-featured-card__media {
	display: block;
	position: relative;
	min-height: 340px;
	overflow: hidden;
	background: linear-gradient(145deg, #edf8ff, #e5f1fa);
}

.solution-featured-card__media::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(115deg, rgba(4, 32, 58, .02), rgba(4, 32, 58, 0) 58%);
	content: '';
	pointer-events: none;
}

.solution-featured-card__image {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 340px;
	object-fit: cover;
	transition: transform .42s ease, filter .42s ease;
}

.solution-featured-card:hover .solution-featured-card__image {
	filter: saturate(1.035);
	transform: scale(1.025);
}

.solution-card__placeholder {
	display: grid;
	width: 100%;
	height: 100%;
	min-height: inherit;
	place-items: center;
	background: linear-gradient(145deg, #eef8ff, #e4f0f9);
	color: var(--plcsea-ocean-600);
}

.solution-card__placeholder span {
	font-family: var(--plcsea-font-tech);
	font-size: .72rem;
	font-weight: 850;
	letter-spacing: .12em;
	opacity: .6;
}

.solution-featured-card__body {
	display: flex;
	min-width: 0;
	justify-content: center;
	flex-direction: column;
	padding: clamp(1.4rem, 2.6vw, 2rem);
	text-align: right;
}

.solution-card__meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: .4rem;
	margin-bottom: .7rem;
}

.solution-card__type,
.solution-card__featured {
	display: inline-flex;
	min-height: 24px;
	align-items: center;
	padding: .24rem .55rem;
	border-radius: 999px;
	font-size: .58rem;
	font-weight: 800;
}

.solution-card__type {
	border: 1px solid #cfe5f5;
	background: #f4faff;
	color: var(--plcsea-ocean-700);
}

.solution-card__featured {
	border: 1px solid #d8e6f1;
	background: #fff;
	color: var(--plcsea-ink-500);
}

.solution-featured-card h3 {
	max-width: 620px;
	margin: 0;
	color: var(--plcsea-navy-950);
	font-size: clamp(1.28rem, 1.08rem + .65vw, 1.7rem);
	line-height: 1.7;
}

.solution-featured-card h3 a {
	color: inherit;
}

.solution-featured-card h3 a:hover {
	color: var(--plcsea-ocean-700);
}

.solution-featured-card__body > p {
	display: -webkit-box;
	max-width: 640px;
	margin: .55rem 0 0;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	color: var(--plcsea-ink-600);
	font-size: .76rem;
	line-height: 1.95;
}

.solution-card__link {
	display: inline-flex;
	width: fit-content;
	align-items: center;
	gap: .5rem;
	margin-top: 1rem;
	color: var(--plcsea-ocean-700);
	font-size: .78rem;
	font-weight: 850;
	transition: gap .2s ease, color .2s ease;
}

.solution-card__link:hover {
	gap: .72rem;
	color: var(--plcsea-ocean-800);
}

.solution-card__link--featured {
	min-height: 42px;
	justify-content: center;
	margin-top: 1.15rem;
	padding: .65rem 1rem;
	border: 1px solid #087cf0;
	border-radius: 10px;
	background: #087cf0;
	color: #fff;
	box-shadow: 0 7px 18px rgba(8, 124, 240, .15);
	transform: none;
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.solution-card__link--featured:hover,
.solution-card__link--featured:focus-visible {
	border-color: #0668cf;
	background: #0668cf;
	transform: none;
	color: #fff;
	box-shadow: 0 10px 24px rgba(8, 105, 207, .21);
}

.solution-card__link--featured::before,
.solution-card__link--featured::after {
	display: none;
	content: none;
}

.solutions-more {
	margin-top: clamp(2.25rem, 4vw, 3.4rem);
}

.solutions-more__heading {
	margin-bottom: 1rem;
	text-align: center;
}

.solutions-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

/* Reuse the existing content-card markup, but give the Solutions archive
   its own editorial card treatment instead of changing cards site-wide. */
.solutions-grid .content-card {
	position: relative;
	display: flex;
	min-width: 0;
	min-height: 100%;
	overflow: hidden;
	flex-direction: column;
	border: 1px solid #d8e6f1;
	border-radius: 15px;
	background: #fff;
	box-shadow: 0 7px 24px rgba(8, 48, 84, .04);
	transition: border-color .24s ease, box-shadow .28s ease;
}

.solutions-grid .content-card:hover {
	border-color: #9ccbea;
	box-shadow: 0 16px 34px rgba(8, 54, 96, .09);
}

.solutions-grid .content-card__media {
	display: block;
	position: relative;
	height: 205px;
	overflow: hidden;
	border-bottom: 1px solid #e7eff5;
	background: linear-gradient(145deg, #edf8ff, #e5f1fa);
}

.solutions-grid .content-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .4s ease, filter .4s ease;
}

.solutions-grid .content-card:hover .content-card__media img {
	filter: saturate(1.035);
	transform: scale(1.025);
}

.solutions-grid .content-card__body {
	display: flex;
	min-height: 205px;
	flex: 1;
	flex-direction: column;
	padding: 1rem;
	text-align: right;
}

.solutions-grid .content-card__meta {
	margin-bottom: .5rem;
}

.solutions-grid .content-card__meta .badge {
	border-color: #cfe5f5;
	background: #f4faff;
	color: var(--plcsea-ocean-700);
}

.solutions-grid .content-card h3 {
	margin: 0;
	color: var(--plcsea-navy-950);
	font-size: .92rem;
	line-height: 1.7;
}

.solutions-grid .content-card h3 a {
	color: inherit;
}

.solutions-grid .content-card h3 a:hover {
	color: var(--plcsea-ocean-700);
}

.solutions-grid .content-card__body > p {
	display: -webkit-box;
	margin: .45rem 0 0;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	color: var(--plcsea-ink-500);
	font-size: .68rem;
	line-height: 1.85;
}

.solutions-grid .content-card__footer {
	margin-top: auto;
	padding-top: .8rem;
	border-top: 1px solid #edf3f7;
}

.solutions-grid .content-card__footer .text-link {
	color: var(--plcsea-ocean-700);
	font-weight: 800;
}

.solutions-showcase .pagination,
.solutions-showcase .nav-links {
	margin-top: 2rem;
}

@media (max-width: 1050px) {
	.solution-featured-card {
		grid-template-columns: 1fr 1fr;
	}

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

@media (max-width: 780px) {
	.solutions-shell {
		padding-block: 1.2rem 3rem;
	}

	.solutions-shell .archive-primer {
		margin-bottom: 1.45rem;
	}

	.solution-featured-card {
		min-height: 0;
		grid-template-columns: 1fr;
	}

	.solution-featured-card__media,
	.solution-featured-card__image {
		min-height: 250px;
		aspect-ratio: 16 / 9;
	}

	.solutions-section-heading,
	.solutions-more__heading {
		text-align: center;
	}

	.solution-card__link--featured {
		margin-inline: auto;
		align-self: center;
	}
}

@media (max-width: 580px) {
	.about-scope,
	.about-principle,
	.about-contact {
		margin-top: 1.6rem;
	}

	.solutions-section-heading {
		margin-bottom: 1rem;
	}

	.solutions-section-heading h2,
	.solutions-more__heading h2 {
		font-size: 1.3rem;
	}

	.solutions-section-heading p {
		font-size: .69rem;
	}

	.solution-featured-card {
		border-radius: 15px;
	}

	.solution-featured-card__media,
	.solution-featured-card__image {
		min-height: 215px;
	}

	.solution-featured-card__body {
		padding: 1.1rem;
	}

	.solution-featured-card h3 {
		font-size: 1.16rem;
	}

	.solution-featured-card__body > p {
		font-size: .72rem;
	}

	.solutions-grid {
		grid-template-columns: 1fr;
	}

	.solutions-grid .content-card__media {
		height: 200px;
	}

	.solutions-grid .content-card__body {
		min-height: 0;
	}

	.solutions-section-heading .eyebrow::before,
	.solutions-section-heading .eyebrow::after,
	.solutions-more__heading .eyebrow::before,
	.solutions-more__heading .eyebrow::after {
		width: 24px;
		flex-basis: 24px;
	}
}




/* Solutions CTA
   -------------------------------------------------------------------------- */

.solutions-contact {
	position: relative;
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr) auto;
	align-items: center;
	gap: 1rem 1.2rem;
	margin-top: clamp(3rem, 5vw, 4.6rem);
	padding: clamp(1.25rem, 2.6vw, 1.75rem);
	overflow: hidden;
	border: 1px solid #c7e0f3;
	border-radius: 18px;
	background: linear-gradient(105deg, #f9fdff 0%, #edf8ff 100%);
	box-shadow: 0 10px 34px rgba(8, 58, 100, .05);
}

.solutions-contact::after {
	position: absolute;
	top: -95px;
	left: 10%;
	width: 310px;
	height: 210px;
	border: 1px solid rgba(8, 124, 240, .09);
	border-radius: 50%;
	content: '';
	pointer-events: none;
	transform: rotate(-18deg);
}

.solutions-contact__icon {
	position: relative;
	z-index: 1;
	display: grid;
	width: 58px;
	height: 58px;
	place-items: center;
	border: 1px solid rgba(8, 124, 240, .09);
	border-radius: 16px;
	background: #e6f6ff;
	color: var(--plcsea-ocean-600);
}

.solutions-contact__icon svg {
	width: 28px;
	height: 28px;
}

.solutions-contact__content {
	position: relative;
	z-index: 1;
	min-width: 0;
}

.solutions-contact__content .eyebrow {
	display: inline-flex;
	align-items: center;
	gap: .5rem;
	margin-bottom: .25rem;
	color: var(--plcsea-ocean-600);
	font-family: var(--plcsea-font-tech);
	font-size: .62rem;
	font-weight: 850;
	letter-spacing: .09em;
}

.solutions-contact__content .eyebrow::before {
	width: 24px;
	height: 1px;
	background: currentColor;
	content: '';
}

.solutions-contact__content h2 {
	margin: 0;
	color: var(--plcsea-navy-900);
	font-size: clamp(1rem, .92rem + .4vw, 1.28rem);
	line-height: 1.75;
}

.solutions-contact__content p {
	max-width: 720px;
	margin: .25rem 0 0;
	color: var(--plcsea-ink-500);
	font-size: .72rem;
	line-height: 1.85;
}

.solutions-contact__actions {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	gap: .65rem;
	white-space: nowrap;
}

.solutions-contact__actions .button {
	min-height: 42px;
	justify-content: center;
	transition:
		background-color 180ms ease,
		border-color 180ms ease,
		color 180ms ease,
		box-shadow 180ms ease;
}

.solutions-contact__actions .button-primary {
	border: 1px solid #087cf0;
	background: #087cf0;
	color: #fff;
	box-shadow: 0 7px 18px rgba(8, 124, 240, .16);
}

.solutions-contact__actions .button-primary:hover,
.solutions-contact__actions .button-primary:focus-visible {
	border-color: #0668cf;
	background: #0668cf;
	color: #fff;
	box-shadow: 0 10px 24px rgba(8, 105, 207, .22);
}

.solutions-contact__secondary {
	border: 1px solid #9fcaf0;
	background: #fff;
	color: #076fda;
	box-shadow: 0 3px 10px rgba(8, 87, 155, .04);
}

.solutions-contact__secondary:hover,
.solutions-contact__secondary:focus-visible {
	border-color: #72b5ec;
	background: #edf7ff;
	color: #055fae;
	box-shadow: 0 8px 18px rgba(8, 87, 155, .10);
}

@media (max-width: 900px) {
	.solutions-contact {
		grid-template-columns: 52px minmax(0, 1fr);
	}

	.solutions-contact__icon {
		width: 52px;
		height: 52px;
	}

	.solutions-contact__actions {
		grid-column: 1 / -1;
		white-space: normal;
	}
}

@media (max-width: 580px) {
	.solutions-contact {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.solutions-contact__icon {
		margin-inline: auto;
	}

	.solutions-contact__content .eyebrow {
		justify-content: center;
	}

	.solutions-contact__content .eyebrow::after {
		width: 24px;
		height: 1px;
		background: currentColor;
		content: '';
	}

	.solutions-contact__actions {
		display: grid;
		width: 100%;
		grid-template-columns: 1fr;
	}

	.solutions-contact__actions .button {
		width: 100%;
	}
}

/* ==========================================================================
   ENGINEERING SERVICES
   ========================================================================== */

.services-main {
	position: relative;
	overflow: visible;
	background: linear-gradient(180deg, #fff 0, #fbfdff 48%, #fff 100%);
}

.services-shell {
	padding-block: 1.55rem 4rem;
}

.services-shell .archive-primer {
	margin-bottom: clamp(1.35rem, 2.4vw, 2rem);
}

.services-showcase {
	position: relative;
}

.services-section-heading {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1.2rem;
	text-align: center;
}

.services-section-heading__content {
	width: min(100%, 780px);
	margin-inline: auto;
}

.services-section-heading .eyebrow,
.services-more__heading .eyebrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .7rem;
	margin-bottom: .32rem;
	color: var(--plcsea-ocean-600);
	font-family: var(--plcsea-font-tech);
	font-size: .66rem;
	font-weight: 850;
	letter-spacing: .1em;
}

.services-section-heading .eyebrow::before,
.services-section-heading .eyebrow::after,
.services-more__heading .eyebrow::before,
.services-more__heading .eyebrow::after {
	width: 30px;
	height: 1px;
	flex: 0 0 30px;
	background: currentColor;
	content: '';
}

.services-section-heading h2,
.services-more__heading h2 {
	margin: 0;
	color: var(--plcsea-navy-900);
	font-size: clamp(1.35rem, 1.08rem + .8vw, 1.85rem);
	line-height: 1.55;
}

.services-section-heading p {
	max-width: 700px;
	margin: .32rem auto 0;
	color: var(--plcsea-ink-500);
	font-size: .75rem;
	line-height: 1.9;
}

.services-editorial {
	width: min(100%, 1160px);
	margin-inline: auto;
}

.service-featured-card {
	position: relative;
	display: grid;
	min-height: 340px;
	overflow: hidden;
	grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
	border: 1px solid #d8e6f1;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 9px 30px rgba(8, 48, 84, .055);
	transition: border-color .24s ease, box-shadow .28s ease;
}

.service-featured-card:hover {
	border-color: #9ccbea;
	box-shadow: 0 18px 40px rgba(8, 54, 96, .10);
}

.service-featured-card__media {
	display: block;
	position: relative;
	min-height: 340px;
	overflow: hidden;
	background: linear-gradient(145deg, #edf8ff, #e5f1fa);
}

.service-featured-card__media::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(115deg, rgba(4, 32, 58, .02), rgba(4, 32, 58, 0) 58%);
	content: '';
	pointer-events: none;
}

.service-featured-card__image {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 340px;
	object-fit: cover;
	transition: transform .42s ease, filter .42s ease;
}

.service-featured-card:hover .service-featured-card__image {
	filter: saturate(1.035);
	transform: scale(1.025);
}

.service-card__placeholder {
	display: grid;
	width: 100%;
	height: 100%;
	min-height: inherit;
	place-items: center;
	background: linear-gradient(145deg, #eef8ff, #e4f0f9);
	color: var(--plcsea-ocean-600);
}

.service-card__placeholder span {
	font-family: var(--plcsea-font-tech);
	font-size: .72rem;
	font-weight: 850;
	letter-spacing: .12em;
	opacity: .6;
}

.service-featured-card__body {
	display: flex;
	min-width: 0;
	justify-content: center;
	flex-direction: column;
	padding: clamp(1.4rem, 2.6vw, 2rem);
	text-align: right;
}

.service-card__meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: .4rem;
	margin-bottom: .7rem;
}

.service-card__type,
.service-card__featured {
	display: inline-flex;
	min-height: 24px;
	align-items: center;
	padding: .24rem .55rem;
	border-radius: 999px;
	font-size: .58rem;
	font-weight: 800;
}

.service-card__type {
	border: 1px solid #cfe5f5;
	background: #f4faff;
	color: var(--plcsea-ocean-700);
}

.service-card__featured {
	border: 1px solid #d8e6f1;
	background: #fff;
	color: var(--plcsea-ink-500);
}

.service-featured-card h3 {
	max-width: 620px;
	margin: 0;
	color: var(--plcsea-navy-950);
	font-size: clamp(1.28rem, 1.08rem + .65vw, 1.7rem);
	line-height: 1.7;
}

.service-featured-card h3 a {
	color: inherit;
}

.service-featured-card h3 a:hover {
	color: var(--plcsea-ocean-700);
}

.service-featured-card__body > p {
	display: -webkit-box;
	max-width: 640px;
	margin: .55rem 0 0;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	color: var(--plcsea-ink-600);
	font-size: .76rem;
	line-height: 1.95;
}

.service-card__link {
	display: inline-flex;
	width: fit-content;
	align-items: center;
	gap: .5rem;
	margin-top: 1rem;
	color: var(--plcsea-ocean-700);
	font-size: .68rem;
	font-weight: 850;
	transition: gap .2s ease, color .2s ease;
}

.service-card__link:hover {
	gap: .72rem;
	color: var(--plcsea-ocean-800);
}

.service-card__link--featured {
	min-height: 42px;
	justify-content: center;
	margin-top: 1.15rem;
	padding: .65rem 1rem;
	border: 1px solid #087cf0;
	border-radius: 10px;
	background: #087cf0;
	color: #fff;
	box-shadow: 0 7px 18px rgba(8, 124, 240, .15);
	transform: none;
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.service-card__link--featured:hover,
.service-card__link--featured:focus-visible {
	border-color: #0668cf;
	background: #0668cf;
	transform: none;
	color: #fff;
	box-shadow: 0 10px 24px rgba(8, 105, 207, .21);
}

.service-card__link--featured::before,
.service-card__link--featured::after {
	display: none;
	content: none;
}

.services-more {
	margin-top: clamp(2.25rem, 4vw, 3.4rem);
}

.services-more__heading {
	margin-bottom: 1rem;
	text-align: center;
}

.services-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.services-grid .content-card {
	position: relative;
	display: flex;
	min-width: 0;
	min-height: 100%;
	overflow: hidden;
	flex-direction: column;
	border: 1px solid #d8e6f1;
	border-radius: 15px;
	background: #fff;
	box-shadow: 0 7px 24px rgba(8, 48, 84, .04);
	transition: border-color .24s ease, box-shadow .28s ease;
}

.services-grid .content-card:hover {
	border-color: #9ccbea;
	box-shadow: 0 16px 34px rgba(8, 54, 96, .09);
}

.services-grid .content-card__media {
	display: block;
	position: relative;
	height: 205px;
	overflow: hidden;
	border-bottom: 1px solid #e7eff5;
	background: linear-gradient(145deg, #edf8ff, #e5f1fa);
}

.services-grid .content-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .4s ease, filter .4s ease;
}

.services-grid .content-card:hover .content-card__media img {
	filter: saturate(1.035);
	transform: scale(1.025);
}

.services-grid .content-card__body {
	display: flex;
	min-height: 205px;
	flex: 1;
	flex-direction: column;
	padding: 1rem;
	text-align: right;
}

.services-grid .content-card__meta {
	margin-bottom: .5rem;
}

.services-grid .content-card__meta .badge {
	border-color: #cfe5f5;
	background: #f4faff;
	color: var(--plcsea-ocean-700);
}

.services-grid .content-card h3 {
	margin: 0;
	color: var(--plcsea-navy-950);
	font-size: .92rem;
	line-height: 1.7;
}

.services-grid .content-card h3 a {
	color: inherit;
}

.services-grid .content-card h3 a:hover {
	color: var(--plcsea-ocean-700);
}

.services-grid .content-card__body > p {
	display: -webkit-box;
	margin: .45rem 0 0;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	color: var(--plcsea-ink-500);
	font-size: .68rem;
	line-height: 1.85;
}

.services-grid .content-card__footer {
	margin-top: auto;
	padding-top: .8rem;
	border-top: 1px solid #edf3f7;
}

.services-grid .content-card__footer .text-link {
	color: var(--plcsea-ocean-700);
	font-weight: 800;
}

.services-showcase .pagination,
.services-showcase .nav-links {
	margin-top: 2rem;
}

.services-contact {
	position: relative;
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr) auto;
	align-items: center;
	gap: 1rem 1.2rem;
	margin-top: clamp(3rem, 5vw, 4.6rem);
	padding: clamp(1.25rem, 2.6vw, 1.75rem);
	overflow: hidden;
	border: 1px solid #c7e0f3;
	border-radius: 18px;
	background: linear-gradient(105deg, #f9fdff 0%, #edf8ff 100%);
	box-shadow: 0 10px 34px rgba(8, 58, 100, .05);
}

.services-contact::after {
	position: absolute;
	top: -95px;
	left: 10%;
	width: 310px;
	height: 210px;
	border: 1px solid rgba(8, 124, 240, .09);
	border-radius: 50%;
	content: '';
	pointer-events: none;
	transform: rotate(-18deg);
}

.services-contact__icon {
	position: relative;
	z-index: 1;
	display: grid;
	width: 58px;
	height: 58px;
	place-items: center;
	border: 1px solid rgba(8, 124, 240, .09);
	border-radius: 16px;
	background: #e6f6ff;
	color: var(--plcsea-ocean-600);
}

.services-contact__icon svg {
	width: 28px;
	height: 28px;
}

.services-contact__content {
	position: relative;
	z-index: 1;
	min-width: 0;
}

.services-contact__content .eyebrow {
	display: inline-flex;
	align-items: center;
	gap: .5rem;
	margin-bottom: .25rem;
	color: var(--plcsea-ocean-600);
	font-family: var(--plcsea-font-tech);
	font-size: .62rem;
	font-weight: 850;
	letter-spacing: .09em;
}

.services-contact__content .eyebrow::before {
	width: 24px;
	height: 1px;
	background: currentColor;
	content: '';
}

.services-contact__content h2 {
	margin: 0;
	color: var(--plcsea-navy-900);
	font-size: clamp(1rem, .92rem + .4vw, 1.28rem);
	line-height: 1.75;
}

.services-contact__content p {
	max-width: 720px;
	margin: .25rem 0 0;
	color: var(--plcsea-ink-500);
	font-size: .72rem;
	line-height: 1.85;
}

.services-contact__actions {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	gap: .65rem;
	white-space: nowrap;
}

.services-contact__actions .button {
	min-height: 42px;
	justify-content: center;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.services-contact__actions .button-primary {
	border: 1px solid #087cf0;
	background: #087cf0;
	color: #fff;
	box-shadow: 0 7px 18px rgba(8, 124, 240, .16);
}

.services-contact__actions .button-primary:hover,
.services-contact__actions .button-primary:focus-visible {
	border-color: #0668cf;
	background: #0668cf;
	color: #fff;
	box-shadow: 0 10px 24px rgba(8, 105, 207, .22);
}

.services-contact__secondary {
	border: 1px solid #9fcaf0;
	background: #fff;
	color: #076fda;
	box-shadow: 0 3px 10px rgba(8, 87, 155, .04);
}

.services-contact__secondary:hover,
.services-contact__secondary:focus-visible {
	border-color: #72b5ec;
	background: #edf7ff;
	color: #055fae;
	box-shadow: 0 8px 18px rgba(8, 87, 155, .10);
}

@media (max-width: 1050px) {
	.service-featured-card {
		grid-template-columns: 1fr 1fr;
	}

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

@media (max-width: 900px) {
	.services-contact {
		grid-template-columns: 52px minmax(0, 1fr);
	}

	.services-contact__icon {
		width: 52px;
		height: 52px;
	}

	.services-contact__actions {
		grid-column: 1 / -1;
		white-space: normal;
	}
}

@media (max-width: 780px) {
	.services-shell {
		padding-block: 1.2rem 3rem;
	}

	.services-shell .archive-primer {
		margin-bottom: 1.45rem;
	}

	.service-featured-card {
		min-height: 0;
		grid-template-columns: 1fr;
	}

	.service-featured-card__media,
	.service-featured-card__image {
		min-height: 250px;
		aspect-ratio: 16 / 9;
	}

	.services-section-heading,
	.services-more__heading {
		text-align: center;
	}

	.service-card__link--featured {
		margin-inline: auto;
		align-self: center;
	}
}

@media (max-width: 580px) {
	.services-section-heading {
		margin-bottom: 1rem;
	}

	.services-section-heading h2,
	.services-more__heading h2 {
		font-size: 1.3rem;
	}

	.services-section-heading p {
		font-size: .69rem;
	}

	.service-featured-card {
		border-radius: 15px;
	}

	.service-featured-card__media,
	.service-featured-card__image {
		min-height: 215px;
	}

	.service-featured-card__body {
		padding: 1.1rem;
	}

	.service-featured-card h3 {
		font-size: 1.16rem;
	}

	.service-featured-card__body > p {
		font-size: .72rem;
	}

	.services-grid {
		grid-template-columns: 1fr;
	}

	.services-grid .content-card__media {
		height: 200px;
	}

	.services-grid .content-card__body {
		min-height: 0;
	}

	.services-section-heading .eyebrow::before,
	.services-section-heading .eyebrow::after,
	.services-more__heading .eyebrow::before,
	.services-more__heading .eyebrow::after {
		width: 24px;
		flex-basis: 24px;
	}

	.services-contact {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.services-contact__icon {
		margin-inline: auto;
	}

	.services-contact__content .eyebrow {
		justify-content: center;
	}

	.services-contact__content .eyebrow::after {
		width: 24px;
		height: 1px;
		background: currentColor;
		content: '';
	}

	.services-contact__actions {
		display: grid;
		width: 100%;
		grid-template-columns: 1fr;
	}

	.services-contact__actions .button {
		width: 100%;
	}
}

/* ==========================================================================
   PROJECTS / CASE STUDIES
   ========================================================================== */

.projects-main {
	position: relative;
	overflow: visible;
	background: linear-gradient(180deg, #fff 0, #fbfdff 45%, #fff 100%);
}

.projects-shell { padding-block: 1.55rem 4rem; }

/* Pull the editorial heading closer to the primer above. */
.projects-shell .archive-primer {
	margin-bottom: clamp(1.35rem, 2.4vw, 2rem);
}

.projects-showcase { position: relative; }

.projects-section-heading {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.5rem;
	margin-bottom: 1.2rem;
	text-align: center;
}

.projects-section-heading__content {
	width: min(100%, 780px);
	max-width: 780px;
	margin-inline: auto;
	text-align: center;
}

.projects-section-heading .eyebrow,
.projects-more__heading .eyebrow {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	gap: .55rem;
	margin-bottom: .32rem;
	color: var(--plcsea-ocean-600);
	font-family: var(--plcsea-font-tech);
	font-size: .66rem;
	font-weight: 850;
	letter-spacing: .1em;
}

.projects-section-heading .eyebrow::before,
.projects-section-heading .eyebrow::after,
.projects-more__heading .eyebrow::before,
.projects-more__heading .eyebrow::after {
	width: 28px;
	height: 1px;
	flex: 0 0 28px;
	background: currentColor;
	content: '';
}

.projects-section-heading h2,
.projects-more__heading h2 {
	margin: 0;
	color: var(--plcsea-navy-900);
	font-size: clamp(1.35rem, 1.08rem + .8vw, 1.85rem);
	line-height: 1.55;
}

.projects-section-heading p {
	max-width: 720px;
	margin: .32rem auto 0;
	text-align: center;
	color: var(--plcsea-ink-500);
	font-size: .75rem;
	line-height: 1.9;
}

.projects-editorial {
	display: block;
	width: min(100%, 1160px);
	margin-inline: auto;
}

.project-featured-card,
.project-grid-card {
	position: relative;
	min-width: 0;
	overflow: hidden;
	border: 1px solid #d8e6f1;
	background: #fff;
	box-shadow: 0 7px 24px rgba(8, 48, 84, .04);
	transition: transform .24s ease, border-color .24s ease, box-shadow .28s ease;
}

.project-featured-card:hover,
.project-grid-card:hover {
	border-color: #9ccbea;
	box-shadow: 0 18px 38px rgba(8, 54, 96, .10);
	transform: translateY(-4px);
}

.project-featured-card {
	display: grid;
	min-height: 310px;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
	border-radius: 18px;
}

.project-featured-card__media,
.project-grid-card__media {
	display: block;
	position: relative;
	overflow: hidden;
	background: linear-gradient(145deg, #edf8ff, #e5f1fa);
}

.project-featured-card__media { min-height: 310px; }

.project-featured-card__image,
.project-grid-card__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .42s ease, filter .42s ease;
}

.project-featured-card:hover .project-featured-card__image,
.project-grid-card:hover .project-grid-card__image {
	filter: saturate(1.04);
	transform: scale(1.035);
}

.project-card__placeholder {
	display: grid;
	width: 100%;
	height: 100%;
	min-height: inherit;
	place-items: center;
	background: linear-gradient(145deg, #eef8ff, #e4f0f9);
	color: var(--plcsea-ocean-600);
}

.project-card__placeholder svg {
	width: 58px;
	height: 58px;
	stroke-width: 1.35;
	opacity: .58;
}

.project-featured-card__body {
	display: flex;
	min-width: 0;
	justify-content: center;
	flex-direction: column;
	padding: clamp(1.35rem, 2.5vw, 1.9rem);
}

.project-card__meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: .45rem .65rem;
	margin-bottom: .62rem;
}

.project-card__industry {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: .25rem .55rem;
	border: 1px solid #cfe5f5;
	border-radius: 999px;
	background: #f4faff;
	color: var(--plcsea-ocean-700);
	font-size: .59rem;
	font-weight: 750;
}

.project-featured-card h3,
.project-grid-card h3 {
	margin: 0;
	color: var(--plcsea-navy-950);
	line-height: 1.7;
}

.project-featured-card h3 {
	max-width: 620px;
	font-size: clamp(1.25rem, 1.06rem + .62vw, 1.65rem);
}

.project-featured-card h3 a,
.project-grid-card h3 a { color: inherit; }

.project-featured-card h3 a:hover,
.project-grid-card h3 a:hover { color: var(--plcsea-ocean-700); }

.project-featured-card__body > p {
	display: -webkit-box;
	max-width: 650px;
	margin: .55rem 0 0;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	color: var(--plcsea-ink-600);
	font-size: .76rem;
	line-height: 1.95;
}

.project-card__link {
	display: inline-flex;
	width: fit-content;
	align-items: center;
	gap: .5rem;
	margin-top: 1rem;
	color: var(--plcsea-ocean-700);
	font-size: .69rem;
	font-weight: 800;
	transition: gap .2s ease, color .2s ease, transform .2s ease;
}

.project-card__link:hover {
	gap: .75rem;
	color: var(--plcsea-ocean-800);
	transform: translateX(-2px);
}


/* Featured project CTA */
.project-card__link--featured-button {
	min-height: 42px;
	justify-content: center;
	gap: .5rem;
	margin-top: 1.1rem;
	padding: .68rem 1rem;
	border: 1px solid #087cf0;
	border-radius: 10px;
	background: #087cf0;
	color: #fff;
	box-shadow: 0 7px 18px rgba(8, 124, 240, .16);
	font-size: .69rem;
	font-weight: 850;
	transform: none;
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.project-card__link--featured-button:hover,
.project-card__link--featured-button:focus,
.project-card__link--featured-button:focus-visible,
.project-card__link--featured-button:active {
	border-color: #0668cf;
	background: #0668cf;
	color: #fff;
	box-shadow: 0 10px 24px rgba(8, 105, 207, .22);
	transform: none;
}

.project-card__link--featured-button::before,
.project-card__link--featured-button::after {
	display: none;
	content: none;
}

.projects-more { margin-top: clamp(2.5rem, 4vw, 3.6rem); }
.projects-more__heading {
	margin-bottom: 1rem;
	text-align: center;
}

.projects-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.project-grid-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	border-radius: 15px;
}

.project-grid-card__media { height: 205px; }

.project-grid-card__body {
	display: flex;
	min-height: 205px;
	flex-direction: column;
	padding: 1rem;
}

.project-grid-card h3 { font-size: .92rem; }

.project-grid-card p {
	display: -webkit-box;
	margin: .45rem 0 0;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	color: var(--plcsea-ink-500);
	font-size: .68rem;
	line-height: 1.85;
}

.project-grid-card .project-card__link {
	margin-top: auto;
	padding-top: .8rem;
	font-size: .63rem;
}

.projects-showcase .pagination,
.projects-showcase .nav-links { margin-top: 2rem; }

@media (max-width: 1050px) {
	.project-featured-card { grid-template-columns: 1fr 1fr; }
	.projects-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 780px) {
	.projects-shell { padding-block: 1.2rem 3rem; }
	.projects-shell .archive-primer { margin-bottom: 1.45rem; }

	.projects-section-heading {
		align-items: center;
		text-align: center;
	}

	.projects-section-heading__content { width: 100%; }

	.projects-section-heading .eyebrow,
	.projects-more__heading .eyebrow { justify-content: center; }

	.projects-section-heading .eyebrow::after,
	.projects-more__heading .eyebrow::after {
		width: 28px;
		height: 1px;
		background: currentColor;
		content: '';
	}

	.projects-section-heading p { margin-inline: auto; }

	.project-featured-card {
		min-height: 0;
		grid-template-columns: 1fr;
	}

	.project-featured-card__media {
		min-height: 250px;
		aspect-ratio: 16 / 9;
	}

	.projects-more__heading { text-align: center; }

	.project-card__link--featured-button {
		margin-inline: auto;
		align-self: center;
	}
}

@media (max-width: 580px) {
	.projects-section-heading { margin-bottom: 1rem; }

	.projects-section-heading h2,
	.projects-more__heading h2 { font-size: 1.3rem; }

	.projects-section-heading p { font-size: .69rem; }

	.project-featured-card { border-radius: 15px; }
	.project-featured-card__media { min-height: 215px; }
	.project-featured-card__body { padding: 1.1rem; }
	.project-featured-card h3 { font-size: 1.16rem; }
	.project-featured-card__body > p { font-size: .72rem; }

	.projects-grid { grid-template-columns: 1fr; }
	.project-grid-card__media { height: 200px; }
	.project-grid-card__body { min-height: 0; }
}


/* Projects CTA
   -------------------------------------------------------------------------- */

.projects-contact {
	position: relative;
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr) auto;
	align-items: center;
	gap: 1rem 1.2rem;
	margin-top: clamp(3rem, 5vw, 4.8rem);
	padding: clamp(1.25rem, 2.6vw, 1.75rem);
	overflow: hidden;
	border: 1px solid #c7e0f3;
	border-radius: 18px;
	background:
		linear-gradient(105deg, #f9fdff 0%, #edf8ff 100%);
	box-shadow: 0 10px 34px rgba(8, 58, 100, .05);
}

.projects-contact::after {
	position: absolute;
	top: -95px;
	left: 10%;
	width: 310px;
	height: 210px;
	border: 1px solid rgba(8, 124, 240, .09);
	border-radius: 50%;
	content: '';
	pointer-events: none;
	transform: rotate(-18deg);
}

.projects-contact__icon {
	position: relative;
	z-index: 1;
	display: grid;
	width: 58px;
	height: 58px;
	place-items: center;
	border: 1px solid rgba(8, 124, 240, .09);
	border-radius: 16px;
	background: #e6f6ff;
	color: var(--plcsea-ocean-600);
}

.projects-contact__icon .plcsea-icon,
.projects-contact__icon svg {
	width: 28px;
	height: 28px;
}

.projects-contact__content {
	position: relative;
	z-index: 1;
	min-width: 0;
}

.projects-contact__content .eyebrow {
	display: inline-flex;
	align-items: center;
	gap: .5rem;
	margin-bottom: .25rem;
	color: var(--plcsea-ocean-600);
	font-family: var(--plcsea-font-tech);
	font-size: .62rem;
	font-weight: 850;
	letter-spacing: .09em;
}

.projects-contact__content .eyebrow::before {
	width: 24px;
	height: 1px;
	background: currentColor;
	content: '';
}

.projects-contact__content h2 {
	margin: 0;
	color: var(--plcsea-navy-900);
	font-size: clamp(1rem, .92rem + .4vw, 1.28rem);
	line-height: 1.75;
}

.projects-contact__content p {
	max-width: 720px;
	margin: .25rem 0 0;
	color: var(--plcsea-ink-500);
	font-size: .72rem;
	line-height: 1.85;
}

.projects-contact__actions {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	gap: .65rem;
	white-space: nowrap;
}

.projects-contact__actions .button {
	min-height: 42px;
	justify-content: center;
	transition:
		transform 180ms ease,
		background-color 180ms ease,
		border-color 180ms ease,
		color 180ms ease,
		box-shadow 180ms ease;
}

/* Primary CTA: stays blue and deepens on hover — no white flash. */
.projects-contact__actions .button-primary {
	border: 1px solid #087cf0;
	background: #087cf0;
	color: #fff;
	box-shadow: 0 7px 18px rgba(8, 124, 240, .16);
}

.projects-contact__actions .button-primary:hover,
.projects-contact__actions .button-primary:focus-visible {
	border-color: #0668cf;
	background: #0668cf;
	color: #fff;
	box-shadow: 0 10px 24px rgba(8, 105, 207, .22);
	transform: translateY(-2px);
}

/* Secondary CTA: intentionally light and different from the primary action. */
.projects-contact__actions .button--secondary {
	border: 1px solid #9fcaf0;
	background: #fff;
	color: #076fda;
	box-shadow: 0 3px 10px rgba(8, 87, 155, .04);
}

.projects-contact__actions .button--secondary:hover,
.projects-contact__actions .button--secondary:focus-visible {
	border-color: #72b5ec;
	background: #edf7ff;
	color: #055fae;
	box-shadow: 0 8px 18px rgba(8, 87, 155, .10);
	transform: translateY(-2px);
}

.projects-contact__actions .button:active {
	transform: translateY(0);
}


.projects-contact__actions .button-primary:hover,
.projects-contact__actions .button-primary:focus,
.projects-contact__actions .button-primary:focus-visible {
	background-color: #0668cf;
	border-color: #0668cf;
	color: #fff;
}

.projects-contact__actions .button--secondary:hover,
.projects-contact__actions .button--secondary:focus,
.projects-contact__actions .button--secondary:focus-visible {
	background-color: #edf7ff;
	border-color: #72b5ec;
	color: #055fae;
}

@media (max-width: 900px) {
	.projects-contact {
		grid-template-columns: 52px minmax(0, 1fr);
	}

	.projects-contact__icon {
		width: 52px;
		height: 52px;
	}

	.projects-contact__actions {
		grid-column: 1 / -1;
		white-space: normal;
	}
}

@media (max-width: 580px) {
	.projects-contact {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.projects-contact__icon {
		margin-inline: auto;
	}

	.projects-contact__content .eyebrow {
		justify-content: center;
	}

	.projects-contact__content .eyebrow::after {
		width: 24px;
		height: 1px;
		background: currentColor;
		content: '';
	}

	.projects-contact__actions {
		display: grid;
		width: 100%;
		grid-template-columns: 1fr;
	}

	.projects-contact__actions .button {
		width: 100%;
	}
}


/* ==========================================================================
   KNOWLEDGE HUB
   ========================================================================== */

.knowledge-main {
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(
			180deg,
			#fff 0,
			#fbfdff 42%,
			#fff 100%
		);
}

.knowledge-shell {
	padding-block: clamp(2.6rem, 5vw, 5rem);
}

.knowledge-topics,
.knowledge-featured,
.knowledge-latest,
.knowledge-pathways {
	margin-bottom: clamp(3.2rem, 6vw, 5.6rem);
}


/* Section heading
   -------------------------------------------------------------------------- */

.knowledge-section-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1.5rem;
	margin-bottom: 1.6rem;
}

.knowledge-section-heading__content {
	max-width: 700px;
}

.knowledge-section-heading .eyebrow {
	display: inline-flex;
	align-items: center;
	gap: .55rem;
	margin-bottom: .4rem;
	color: var(--plcsea-ocean-600);
	font-family: var(--plcsea-font-tech);
	font-size: .67rem;
	font-weight: 850;
	letter-spacing: .1em;
}

.knowledge-section-heading .eyebrow::before {
	width: 27px;
	height: 1px;
	background: currentColor;
	content: '';
}

.knowledge-section-heading h2 {
	margin: 0;
	color: var(--plcsea-navy-900);
	font-size: clamp(1.35rem, 1.1rem + .75vw, 1.8rem);
	line-height: 1.55;
}

.knowledge-section-heading p {
	max-width: 620px;
	margin: .4rem 0 0;
	color: var(--plcsea-ink-500);
	font-size: .76rem;
	line-height: 1.9;
}


/* Topics
   -------------------------------------------------------------------------- */

.knowledge-topics__grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: .85rem;
}

.knowledge-topic-card {
	position: relative;
	display: flex;
	min-width: 0;
	min-height: 162px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: .75rem;
	padding: 1.2rem .8rem;
	overflow: hidden;
	border: 1px solid #d8e6f1;
	border-radius: var(--radius-md);
	background:
		linear-gradient(
			180deg,
			#fff 0%,
			#fff 72%,
			#fbfdff 100%
		);
	color: var(--plcsea-navy-900);
	text-align: center;
	box-shadow: 0 6px 24px rgba(11, 53, 91, .035);
	transition:
		transform .22s ease,
		border-color .22s ease,
		box-shadow .22s ease,
		background .22s ease;
}

.knowledge-topic-card::after {
	position: absolute;
	right: 18%;
	bottom: -42px;
	width: 64%;
	height: 60px;
	border-radius: 50%;
	background: rgba(8, 124, 240, .055);
	content: '';
	filter: blur(18px);
	opacity: 0;
	transition: opacity .22s ease;
}

.knowledge-topic-card:hover {
	border-color: #9bc9eb;
	background:
		linear-gradient(
			180deg,
			#fff 0%,
			#f8fcff 100%
		);
	box-shadow: 0 16px 35px rgba(11, 53, 91, .09);
	transform: translateY(-4px);
}

.knowledge-topic-card:hover::after {
	opacity: 1;
}

.knowledge-topic-card__icon {
	display: grid;
	width: 54px;
	height: 54px;
	place-items: center;
	border: 1px solid rgba(8, 124, 240, .08);
	border-radius: 15px;
	background:
		linear-gradient(
			145deg,
			#f0fbff,
			#e7f6ff
		);
	color: var(--plcsea-ocean-600);
	transition:
		transform .22s ease,
		background .22s ease;
}

.knowledge-topic-card:hover .knowledge-topic-card__icon {
	background: #e7f5ff;
	transform: scale(1.04);
}

.knowledge-topic-card__icon .plcsea-icon {
	display: block;
	width: 27px;
	height: 27px;
	margin: auto;
	stroke-width: 1.65;
}

.knowledge-topic-card__icon {
	line-height: 0;
}

.knowledge-topic-card__content {
	display: grid;
	gap: .25rem;
	min-width: 0;
}

.knowledge-topic-card__content strong {
	color: var(--plcsea-navy-900);
	font-size: .78rem;
	line-height: 1.7;
}

.knowledge-topic-card__content small {
	color: var(--plcsea-ink-500);
	font-size: .61rem;
}


/* Featured article
   -------------------------------------------------------------------------- */

.knowledge-featured {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
	align-items: stretch;
	gap: clamp(1.8rem, 4vw, 4.5rem);
}

.knowledge-featured__media {
	position: relative;
	min-height: 330px;
	overflow: hidden;
	border: 1px solid #d7e5f0;
	border-radius: var(--radius-lg);
	background:
		linear-gradient(
			145deg,
			#eef8ff,
			#e8f2fa
		);
	box-shadow: 0 15px 40px rgba(10, 48, 84, .09);
}

.knowledge-featured__media > a {
	display: block;
	width: 100%;
	height: 100%;
}

.knowledge-featured__image {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 330px;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	transition:
		transform .4s ease,
		filter .4s ease;
}

.knowledge-featured:hover .knowledge-featured__image {
	filter: saturate(1.04);
	transform: scale(1.025);
}

.knowledge-featured__placeholder {
	display: grid;
	width: 100%;
	height: 100%;
	min-height: 330px;
	place-items: center;
	background:
		linear-gradient(
			135deg,
			#edf8ff,
			#dceefb
		);
	color: var(--plcsea-ocean-600);
}

.knowledge-featured__placeholder .plcsea-icon {
	width: 72px;
	height: 72px;
	opacity: .55;
}

.knowledge-featured__badge {
	position: absolute;
	top: 1rem;
	right: 1rem;
	z-index: 2;
	display: inline-flex;
	min-height: 30px;
	align-items: center;
	padding: .35rem .7rem;
	border-radius: 7px;
	background: var(--plcsea-ocean-600);
	color: #fff;
	font-size: .63rem;
	font-weight: 800;
	box-shadow: 0 8px 25px rgba(8, 124, 240, .25);
}

.knowledge-featured__content {
	display: flex;
	min-width: 0;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
}

.knowledge-featured__content > .eyebrow {
	display: inline-flex;
	align-items: center;
	gap: .55rem;
	margin-bottom: .65rem;
	color: var(--plcsea-ocean-600);
	font-family: var(--plcsea-font-tech);
	font-size: .66rem;
	font-weight: 850;
	letter-spacing: .1em;
}

.knowledge-featured__content > .eyebrow::before,
.knowledge-featured__content > .eyebrow::after {
	width: 24px;
	height: 1px;
	background: currentColor;
	content: '';
}

.knowledge-featured h2 {
	max-width: 640px;
	margin: 0 0 .65rem;
	font-size: clamp(1.45rem, 1.1rem + .9vw, 2rem);
	line-height: 1.65;
}

.knowledge-featured h2 a {
	color: var(--plcsea-navy-900);
}

.knowledge-featured h2 a:hover {
	color: var(--plcsea-ocean-700);
}

.knowledge-featured__excerpt {
	max-width: 650px;
	margin: 0;
	color: var(--plcsea-ink-700);
	font-size: .82rem;
	line-height: 2;
}

.knowledge-featured__meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: .65rem 1.2rem;
	margin-top: 1rem;
	color: var(--plcsea-ink-500);
	font-size: .65rem;
}

.knowledge-featured__category {
	color: var(--plcsea-ocean-700);
	font-weight: 750;
}

.knowledge-featured__date {
	display: inline-flex;
	align-items: center;
	gap: .35rem;
}

.knowledge-featured__date .plcsea-icon {
	width: 15px;
	height: 15px;
}

.knowledge-featured__button {
	display: inline-flex;
	width: fit-content;
	min-height: 42px;
	align-items: center;
	justify-content: center;
	gap: .5rem;
	margin-top: 1.25rem;
	padding: .65rem 1rem;
	border: 1px solid #087cf0;
	border-radius: 10px;
	background: #087cf0;
	color: #fff;
	box-shadow: 0 7px 18px rgba(8, 124, 240, .16);
	transform: none;
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.knowledge-featured__button:hover,
.knowledge-featured__button:focus,
.knowledge-featured__button:focus-visible,
.knowledge-featured__button:active {
	border-color: #0668cf;
	background: #0668cf;
	color: #fff;
	box-shadow: 0 10px 24px rgba(8, 105, 207, .22);
	transform: none;
}

.knowledge-featured__button::before,
.knowledge-featured__button::after {
	display: none;
	content: none;
}

.knowledge-featured__button .plcsea-icon {
	width: 16px;
	height: 16px;
}


/* Latest knowledge
   -------------------------------------------------------------------------- */

.knowledge-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
}

.knowledge-latest__empty {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 1.25rem 1.35rem;
	border: 1px solid #d8e7f2;
	border-radius: var(--radius-md);
	background:
		linear-gradient(
			135deg,
			#fbfdff,
			#f4faff
		);
}

.knowledge-latest__empty-icon {
	display: grid;
	width: 48px;
	height: 48px;
	flex: 0 0 48px;
	place-items: center;
	border-radius: 13px;
	background: #eaf7ff;
	color: var(--plcsea-ocean-600);
}

.knowledge-latest__empty-icon .plcsea-icon {
	width: 23px;
	height: 23px;
}

.knowledge-latest__empty strong {
	display: block;
	margin-bottom: .2rem;
	color: var(--plcsea-navy-900);
	font-size: .82rem;
}

.knowledge-latest__empty p {
	margin: 0;
	color: var(--plcsea-ink-500);
	font-size: .7rem;
	line-height: 1.8;
}


/* Quick access
   -------------------------------------------------------------------------- */

.knowledge-pathways__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: .9rem;
}

.knowledge-pathway-card {
	display: grid;
	min-width: 0;
	min-height: 104px;
	align-items: center;
	grid-template-columns: 52px minmax(0, 1fr) 28px;
	gap: .9rem;
	padding: 1rem;
	border: 1px solid #d9e7f2;
	border-radius: var(--radius-md);
	background: #fff;
	color: var(--plcsea-navy-900);
	box-shadow: 0 6px 22px rgba(9, 50, 86, .035);
	transition:
		transform .22s ease,
		border-color .22s ease,
		box-shadow .22s ease;
}

.knowledge-pathway-card:hover {
	border-color: #9cccec;
	box-shadow: 0 13px 30px rgba(10, 52, 91, .08);
	transform: translateY(-3px);
}

.knowledge-pathway-card__icon {
	display: grid;
	width: 52px;
	height: 52px;
	place-items: center;
	border-radius: 14px;
	background: #ebf8ff;
	color: var(--plcsea-ocean-600);
}

.knowledge-pathway-card__icon .plcsea-icon {
	width: 25px;
	height: 25px;
}

.knowledge-pathway-card__content {
	display: grid;
	min-width: 0;
	gap: .22rem;
}

.knowledge-pathway-card__content strong {
	font-size: .82rem;
	line-height: 1.6;
}

.knowledge-pathway-card__content small {
	color: var(--plcsea-ink-500);
	font-size: .64rem;
	line-height: 1.7;
}

.knowledge-pathway-card__arrow {
	display: grid;
	width: 28px;
	height: 28px;
	place-items: center;
	color: var(--plcsea-ocean-600);
	transition: transform .22s ease;
}

.knowledge-pathway-card:hover .knowledge-pathway-card__arrow {
	transform: translateX(-3px);
}

.knowledge-pathway-card__arrow .plcsea-icon {
	width: 17px;
	height: 17px;
}


/* Knowledge CTA
   -------------------------------------------------------------------------- */

.knowledge-contact {
	position: relative;
	display: grid;
	min-height: 112px;
	align-items: center;
	grid-template-columns: 58px minmax(0, 1fr) auto;
	gap: 1rem;
	padding: clamp(1.2rem, 3vw, 1.75rem);
	overflow: hidden;
	border: 1px solid #cfe3f3;
	border-radius: var(--radius-lg);
	background:
		linear-gradient(
			105deg,
			#f9fdff 0%,
			#edf8ff 100%
		);
	box-shadow: 0 10px 35px rgba(8, 58, 100, .045);
}

.knowledge-contact::after {
	position: absolute;
	top: -80px;
	left: 15%;
	width: 280px;
	height: 190px;
	border: 1px solid rgba(8, 124, 240, .09);
	border-radius: 50%;
	content: '';
	pointer-events: none;
	transform: rotate(-20deg);
}

.knowledge-contact__icon {
	position: relative;
	z-index: 1;
	display: grid;
	width: 58px;
	height: 58px;
	place-items: center;
	border-radius: 16px;
	background: #e6f6ff;
	color: var(--plcsea-ocean-600);
}

.knowledge-contact__icon .plcsea-icon {
	width: 28px;
	height: 28px;
}

.knowledge-contact__content {
	position: relative;
	z-index: 1;
}

.knowledge-contact__content h2 {
	margin: 0 0 .2rem;
	color: var(--plcsea-navy-900);
	font-size: 1.05rem;
}

.knowledge-contact__content p {
	max-width: 720px;
	margin: 0;
	color: var(--plcsea-ink-500);
	font-size: .72rem;
	line-height: 1.8;
}

.knowledge-contact__button {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	gap: .45rem;
	white-space: nowrap;
}

.knowledge-contact__button .plcsea-icon {
	width: 16px;
	height: 16px;
}


/* ==========================================================================
   FILTER CHIPS
   ========================================================================== */

.filter-chips {
	display: flex;
	flex-wrap: wrap;
	gap: .45rem;
	margin-bottom: 1.5rem;
}

.filter-chips a {
	display: inline-flex;
	min-height: 36px;
	align-items: center;
	gap: .45rem;
	padding: .4rem .7rem;
	border: 1px solid var(--plcsea-line);
	border-radius: 999px;
	background: #fff;
	color: var(--plcsea-navy-800);
	font-size: .7rem;
	font-weight: 750;
}

.filter-chips a span {
	display: grid;
	min-width: 19px;
	height: 19px;
	place-items: center;
	border-radius: 50%;
	background: var(--plcsea-mist-100);
	color: var(--plcsea-ocean-700);
	font-size: .58rem;
}

.filter-chips a:hover {
	border-color: var(--plcsea-ocean-600);
	color: var(--plcsea-ocean-700);
}


/* ==========================================================================
   SEARCH RESULTS
   ========================================================================== */

.search-results-page {
	position: relative;
	background:
		linear-gradient(180deg, #f8fbfe 0%, #ffffff 18%, #ffffff 100%);
}

.search-results-page::before {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(8, 124, 240, .018) 1px, transparent 1px),
		linear-gradient(90deg, rgba(8, 124, 240, .018) 1px, transparent 1px);
	background-size: 52px 52px;
	content: '';
	pointer-events: none;
}

.search-results-shell {
	position: relative;
	z-index: 1;
	width: min(100%, 1180px);
	padding-block: 1.7rem 3.6rem;
}

.search-results-toolbar {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(340px, .72fr);
	gap: 1.4rem;
	align-items: end;
	margin-bottom: 1.45rem;
	padding: 1.15rem 1.2rem;
	border: 1px solid #d7e7f2;
	border-radius: 17px;
	background:
		linear-gradient(110deg, #ffffff 0%, #fbfdff 62%, #f1f8fd 100%);
	box-shadow: 0 10px 30px rgba(8, 48, 84, .035);
}

.search-results-toolbar__copy {
	min-width: 0;
}

.search-results-toolbar__copy .eyebrow {
	color: var(--plcsea-ocean-600);
	font-family: var(--plcsea-font-tech);
	font-size: .65rem;
	font-weight: 900;
	letter-spacing: .09em;
}

.search-results-toolbar__copy h2 {
	margin: .35rem 0 .22rem;
	color: var(--plcsea-navy-950);
	font-size: clamp(1.25rem, 2vw, 1.6rem);
	line-height: 1.55;
}

.search-results-toolbar__copy p {
	max-width: 720px;
	margin: 0;
	color: var(--plcsea-ink-500);
	font-size: .7rem;
	line-height: 1.85;
}

.search-results-toolbar__form {
	min-width: 0;
}

.search-form--page {
	margin: 0;
}

.search-form__row {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: .55rem;
	align-items: center;
}

.search-form__icon {
	position: absolute;
	right: .78rem;
	z-index: 2;
	display: grid;
	width: 20px;
	height: 20px;
	place-items: center;
	color: var(--plcsea-ink-400);
	pointer-events: none;
}

.search-form__icon svg {
	width: 18px;
	height: 18px;
}

.search-form--page input[type="search"] {
	width: 100%;
	min-width: 0;
	height: 46px;
	padding: .65rem 2.35rem .65rem .8rem;
	border: 1px solid #c9ddeb;
	border-radius: 10px;
	background: #fff;
	color: var(--plcsea-navy-950);
	font-family: var(--plcsea-font);
	font-size: .72rem;
	box-shadow: inset 0 1px 0 rgba(8, 48, 84, .015);
}

.search-form--page input[type="search"]:focus {
	border-color: #70b5ec;
	outline: 0;
	box-shadow: 0 0 0 3px rgba(8, 124, 240, .07);
}

.search-form__submit {
	min-width: 94px;
	height: 46px;
	padding-inline: 1rem;
	border: 1px solid #087cf0;
	border-radius: 10px;
	background: #087cf0;
	color: #fff;
	font-family: var(--plcsea-font);
	font-size: .7rem;
	font-weight: 850;
	box-shadow: 0 8px 18px rgba(8, 124, 240, .13);
	transform: none;
	transition:
		background-color 180ms ease,
		border-color 180ms ease,
		box-shadow 180ms ease;
}

.search-form__submit:hover,
.search-form__submit:focus-visible,
.search-form__submit:active {
	border-color: #0668cf;
	background: #0668cf;
	color: #fff;
	box-shadow: 0 10px 22px rgba(8, 105, 207, .18);
	transform: none;
}

.search-results-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: .95rem;
}

.search-result-card {
	position: relative;
	display: flex;
	min-width: 0;
	min-height: 100%;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid #d6e5f0;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(8, 48, 84, .04);
	transition:
		border-color 180ms ease,
		box-shadow 180ms ease;
}

.search-result-card:hover {
	border-color: #a7cee8;
	box-shadow: 0 14px 32px rgba(8, 54, 96, .075);
}

.search-result-card::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 3px;
	background: linear-gradient(90deg, #087cf0, #27c8ef);
	content: '';
	opacity: .72;
}

.search-result-card__media {
	position: relative;
	display: grid;
	width: 100%;
	aspect-ratio: 16 / 9;
	place-items: center;
	overflow: hidden;
	border-bottom: 1px solid #e0ebf3;
	background:
		linear-gradient(145deg, #f1f8fd 0%, #eaf4fb 100%);
	color: var(--plcsea-ocean-600);
}

.search-result-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 220ms ease;
}

.search-result-card:hover .search-result-card__media img {
	transform: scale(1.025);
}

.search-result-card__fallback {
	display: grid;
	width: 68px;
	height: 68px;
	place-items: center;
	border: 1px solid #cfe3f1;
	border-radius: 18px;
	background: rgba(255, 255, 255, .76);
	box-shadow: 0 8px 20px rgba(8, 48, 84, .04);
}

.search-result-card__fallback svg {
	width: 32px;
	height: 32px;
}

.search-result-card__body {
	display: flex;
	min-width: 0;
	flex: 1;
	flex-direction: column;
	padding: .9rem .95rem 1rem;
}

.search-result-card__meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: .45rem;
	margin-bottom: .45rem;
	color: var(--plcsea-ink-500);
	font-size: .62rem;
}

.search-result-card__model {
	padding: .22rem .45rem;
	border: 1px solid #d5e5ef;
	border-radius: 999px;
	background: #f8fbfe;
	color: var(--plcsea-navy-750);
	font-family: var(--plcsea-font-tech);
	font-size: .58rem;
	font-weight: 750;
}

.search-result-card h2 {
	margin: 0 0 .38rem;
	color: var(--plcsea-navy-950);
	font-size: .98rem;
	line-height: 1.65;
}

.search-result-card h2 a {
	color: inherit;
}

.search-result-card h2 a:hover {
	color: var(--plcsea-ocean-700);
}

.search-result-card p {
	margin: 0 0 .7rem;
	color: var(--plcsea-ink-500);
	font-size: .68rem;
	line-height: 1.85;
}

.search-result-card__cta {
	display: inline-flex;
	width: fit-content;
	align-items: center;
	gap: .35rem;
	margin-top: auto;
	color: var(--plcsea-ocean-700);
	font-size: .64rem;
	font-weight: 850;
}

.search-result-card__cta svg {
	width: 15px;
	height: 15px;
	transition: transform 180ms ease;
}

.search-result-card__cta:hover svg {
	transform: translateX(-2px);
}

.search-results-pagination {
	margin-top: 1.5rem;
}

.search-results-empty {
	margin-top: .5rem;
}

@media (max-width: 1050px) {
	.search-results-toolbar {
		grid-template-columns: 1fr;
		align-items: stretch;
	}

	.search-results-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 720px) {
	.search-results-shell {
		padding-block: 1.25rem 2.8rem;
	}

	.search-results-toolbar {
		gap: .95rem;
		margin-bottom: 1rem;
		padding: .95rem;
		border-radius: 14px;
	}

	.search-results-toolbar__copy {
		text-align: center;
	}

	.search-results-toolbar__copy p {
		margin-inline: auto;
	}

	.search-form__row {
		grid-template-columns: 1fr;
	}

	.search-form__submit {
		width: 100%;
	}

	.search-results-grid {
		grid-template-columns: 1fr;
		gap: .8rem;
	}
}

@media (max-width: 580px) {
	.search-results-toolbar__copy h2 {
		font-size: 1.2rem;
	}

	.search-result-card__body {
		padding: .82rem .85rem .95rem;
	}

	.search-result-card h2 {
		font-size: .93rem;
	}
}



/* ==========================================================================
   DOWNLOADS / TECHNICAL RESOURCE CENTER
   ========================================================================== */

.downloads-main {
	position: relative;
	overflow: visible;
	background: linear-gradient(180deg, #fff 0, #fbfdff 48%, #fff 100%);
}

.downloads-shell {
	padding-block: 1.55rem 4rem;
}

.downloads-shell .archive-primer {
	margin-bottom: clamp(1.35rem, 2.4vw, 2rem);
}

.downloads-filters {
	margin-bottom: 1.4rem;
}

.downloads-library,
.downloads-pathways {
	position: relative;
}

.downloads-section-heading {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1.2rem;
	text-align: center;
}

.downloads-section-heading__content {
	width: min(100%, 780px);
	margin-inline: auto;
}

.downloads-section-heading .eyebrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .7rem;
	margin-bottom: .32rem;
	color: var(--plcsea-ocean-600);
	font-family: var(--plcsea-font-tech);
	font-size: .66rem;
	font-weight: 850;
	letter-spacing: .1em;
}

.downloads-section-heading .eyebrow::before,
.downloads-section-heading .eyebrow::after {
	width: 30px;
	height: 1px;
	flex: 0 0 30px;
	background: currentColor;
	content: '';
}

.downloads-section-heading h2 {
	margin: 0;
	color: var(--plcsea-navy-900);
	font-size: clamp(1.35rem, 1.08rem + .8vw, 1.85rem);
	line-height: 1.55;
}

.downloads-section-heading p {
	max-width: 700px;
	margin: .32rem auto 0;
	color: var(--plcsea-ink-500);
	font-size: .75rem;
	line-height: 1.9;
}

.download-grid {
	display: grid;
	width: min(100%, 1160px);
	margin-inline: auto;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.download-card {
	display: grid;
	min-width: 0;
	overflow: hidden;
	grid-template-columns: 92px minmax(0, 1fr);
	border: 1px solid #d8e6f1;
	border-radius: 15px;
	background: #fff;
	box-shadow: 0 7px 24px rgba(8, 48, 84, .04);
	transition: border-color .24s ease, box-shadow .28s ease;
}

.download-card:hover {
	border-color: #9ccbea;
	box-shadow: 0 16px 34px rgba(8, 54, 96, .09);
}

.download-card__icon {
	display: grid;
	min-height: 178px;
	place-items: center;
	align-content: center;
	gap: .45rem;
	border-left: 1px solid #e5eef5;
	background: linear-gradient(160deg, #f0f9ff, #e7f4fd);
	color: var(--plcsea-ocean-700);
}

.download-card__icon .plcsea-icon {
	width: 34px;
	height: 34px;
}

.download-card__icon span {
	font-family: var(--plcsea-font-tech);
	font-size: .62rem;
	font-weight: 900;
	letter-spacing: .06em;
}

.download-card__body {
	display: flex;
	min-width: 0;
	flex-direction: column;
	padding: 1rem;
	text-align: right;
}

.download-card h2 {
	margin: 0 0 .35rem;
	color: var(--plcsea-navy-950);
	font-size: .95rem;
	line-height: 1.65;
}

.download-card h2 a {
	color: inherit;
}

.download-card h2 a:hover {
	color: var(--plcsea-ocean-700);
}

.download-card p {
	margin: 0;
	color: var(--plcsea-ink-500);
	font-size: .7rem;
	line-height: 1.8;
}

.download-card__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: .5rem;
	margin-top: auto;
	padding-top: .7rem;
	border-top: 1px solid #edf3f8;
	color: var(--plcsea-ink-500);
	font-size: .64rem;
}

.downloads-empty {
	display: grid;
	width: min(100%, 980px);
	margin-inline: auto;
	grid-template-columns: 78px minmax(0, 1fr);
	align-items: center;
	gap: 1.15rem;
	padding: clamp(1.25rem, 2.6vw, 1.75rem);
	border: 1px solid #c7e0f3;
	border-radius: 18px;
	background: linear-gradient(105deg, #fbfeff 0%, #eff8ff 100%);
	box-shadow: 0 10px 32px rgba(8, 58, 100, .045);
}

.downloads-empty__icon {
	display: grid;
	width: 70px;
	height: 70px;
	place-items: center;
	border: 1px solid rgba(8, 124, 240, .1);
	border-radius: 18px;
	background: #e6f6ff;
	color: var(--plcsea-ocean-600);
}

.downloads-empty__icon svg {
	width: 34px;
	height: 34px;
}

.downloads-empty__content .eyebrow {
	display: inline-flex;
	margin-bottom: .25rem;
	color: var(--plcsea-ocean-600);
	font-family: var(--plcsea-font-tech);
	font-size: .61rem;
	font-weight: 850;
	letter-spacing: .08em;
}

.downloads-empty__content h3 {
	margin: 0;
	color: var(--plcsea-navy-950);
	font-size: clamp(1rem, .92rem + .4vw, 1.25rem);
	line-height: 1.75;
}

.downloads-empty__content p {
	max-width: 780px;
	margin: .3rem 0 0;
	color: var(--plcsea-ink-500);
	font-size: .72rem;
	line-height: 1.9;
}

.downloads-empty__note {
	display: flex;
	align-items: center;
	gap: .45rem;
	width: fit-content;
	margin-top: .65rem;
	padding: .38rem .65rem;
	border: 1px solid #d6e8f5;
	border-radius: 999px;
	background: rgba(255, 255, 255, .72);
	color: var(--plcsea-ink-600);
	font-size: .62rem;
	font-weight: 700;
}

.downloads-empty__note > span {
	color: var(--plcsea-ocean-600);
	font-weight: 900;
}

.downloads-types {
	display: grid;
	width: min(100%, 1160px);
	margin: 1rem auto 0;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: .7rem;
}

.downloads-type-card {
	min-width: 0;
	padding: .9rem;
	border: 1px solid #dce9f3;
	border-radius: 13px;
	background: #fff;
	box-shadow: 0 5px 18px rgba(8, 48, 84, .03);
	text-align: right;
}

.downloads-type-card__code {
	display: inline-block;
	margin-bottom: .42rem;
	color: var(--plcsea-ocean-600);
	font-family: var(--plcsea-font-tech);
	font-size: .58rem;
	font-weight: 900;
	letter-spacing: .08em;
}

.downloads-type-card h3 {
	margin: 0;
	color: var(--plcsea-navy-900);
	font-size: .82rem;
	line-height: 1.6;
}

.downloads-type-card p {
	margin: .2rem 0 0;
	color: var(--plcsea-ink-500);
	font-size: .63rem;
	line-height: 1.75;
}

.downloads-pathways {
	margin-top: clamp(2.8rem, 5vw, 4.2rem);
}

.downloads-section-heading--compact {
	margin-bottom: 1rem;
}

.downloads-pathways__grid {
	display: grid;
	width: min(100%, 1160px);
	margin-inline: auto;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: .8rem;
}

.downloads-pathway-card {
	display: grid;
	min-width: 0;
	grid-template-columns: 50px minmax(0, 1fr) 24px;
	align-items: center;
	gap: .8rem;
	padding: .9rem;
	border: 1px solid #d8e6f1;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 6px 20px rgba(8, 48, 84, .035);
	color: inherit;
	transition: border-color .2s ease, box-shadow .22s ease, background-color .2s ease;
}

.downloads-pathway-card:hover {
	border-color: #a9d1ed;
	background: #fbfdff;
	box-shadow: 0 12px 26px rgba(8, 54, 96, .07);
}

.downloads-pathway-card__icon {
	display: grid;
	width: 50px;
	height: 50px;
	place-items: center;
	border-radius: 13px;
	background: var(--plcsea-mist-100);
	color: var(--plcsea-ocean-600);
}

.downloads-pathway-card__icon .plcsea-icon,
.downloads-pathway-card__icon svg {
	width: 24px;
	height: 24px;
}

.downloads-pathway-card__body {
	display: flex;
	min-width: 0;
	flex-direction: column;
	text-align: right;
}

.downloads-pathway-card__body small {
	color: var(--plcsea-ocean-600);
	font-family: var(--plcsea-font-tech);
	font-size: .56rem;
	font-weight: 850;
	letter-spacing: .07em;
}

.downloads-pathway-card__body strong {
	margin-top: .08rem;
	color: var(--plcsea-navy-900);
	font-size: .8rem;
	line-height: 1.6;
}

.downloads-pathway-card__body > span {
	margin-top: .08rem;
	color: var(--plcsea-ink-500);
	font-size: .63rem;
	line-height: 1.7;
}

.downloads-pathway-card__arrow {
	color: var(--plcsea-ocean-600);
	font-size: 1rem;
	font-weight: 800;
	transition: transform .2s ease;
}

.downloads-pathway-card:hover .downloads-pathway-card__arrow {
	transform: translateX(-3px);
}

.downloads-contact {
	position: relative;
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr) auto;
	align-items: center;
	gap: 1rem 1.2rem;
	margin-top: clamp(3rem, 5vw, 4.6rem);
	padding: clamp(1.25rem, 2.6vw, 1.75rem);
	overflow: hidden;
	border: 1px solid #c7e0f3;
	border-radius: 18px;
	background: linear-gradient(105deg, #f9fdff 0%, #edf8ff 100%);
	box-shadow: 0 10px 34px rgba(8, 58, 100, .05);
}

.downloads-contact::after {
	position: absolute;
	top: -95px;
	left: 10%;
	width: 310px;
	height: 210px;
	border: 1px solid rgba(8, 124, 240, .09);
	border-radius: 50%;
	content: '';
	pointer-events: none;
	transform: rotate(-18deg);
}

.downloads-contact__icon {
	position: relative;
	z-index: 1;
	display: grid;
	width: 58px;
	height: 58px;
	place-items: center;
	border: 1px solid rgba(8, 124, 240, .09);
	border-radius: 16px;
	background: #e6f6ff;
	color: var(--plcsea-ocean-600);
}

.downloads-contact__icon svg {
	width: 28px;
	height: 28px;
}

.downloads-contact__content {
	position: relative;
	z-index: 1;
	min-width: 0;
}

.downloads-contact__content .eyebrow {
	display: inline-flex;
	align-items: center;
	gap: .5rem;
	margin-bottom: .25rem;
	color: var(--plcsea-ocean-600);
	font-family: var(--plcsea-font-tech);
	font-size: .62rem;
	font-weight: 850;
	letter-spacing: .09em;
}

.downloads-contact__content .eyebrow::before {
	width: 24px;
	height: 1px;
	background: currentColor;
	content: '';
}

.downloads-contact__content h2 {
	margin: 0;
	color: var(--plcsea-navy-900);
	font-size: clamp(1rem, .92rem + .4vw, 1.28rem);
	line-height: 1.75;
}

.downloads-contact__content p {
	max-width: 720px;
	margin: .25rem 0 0;
	color: var(--plcsea-ink-500);
	font-size: .72rem;
	line-height: 1.85;
}

.downloads-contact__actions {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	gap: .65rem;
	white-space: nowrap;
}

.downloads-contact__actions .button {
	min-height: 42px;
	justify-content: center;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.downloads-contact__actions .button-primary {
	border: 1px solid #087cf0;
	background: #087cf0;
	color: #fff;
	box-shadow: 0 7px 18px rgba(8, 124, 240, .16);
}

.downloads-contact__actions .button-primary:hover,
.downloads-contact__actions .button-primary:focus-visible {
	border-color: #0668cf;
	background: #0668cf;
	color: #fff;
	box-shadow: 0 10px 24px rgba(8, 105, 207, .22);
}

.downloads-contact__secondary {
	border: 1px solid #9fcaf0;
	background: #fff;
	color: #076fda;
	box-shadow: 0 3px 10px rgba(8, 87, 155, .04);
}

.downloads-contact__secondary:hover,
.downloads-contact__secondary:focus-visible {
	border-color: #72b5ec;
	background: #edf7ff;
	color: #055fae;
	box-shadow: 0 8px 18px rgba(8, 87, 155, .10);
}

@media (max-width: 1050px) {
	.downloads-types {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.downloads-contact {
		grid-template-columns: 52px minmax(0, 1fr);
	}

	.downloads-contact__icon {
		width: 52px;
		height: 52px;
	}

	.downloads-contact__actions {
		grid-column: 1 / -1;
		white-space: normal;
	}
}

@media (max-width: 780px) {
	.downloads-shell {
		padding-block: 1.2rem 3rem;
	}

	.downloads-shell .archive-primer {
		margin-bottom: 1.45rem;
	}

	.downloads-types {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.downloads-pathways__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 580px) {
	.downloads-section-heading h2 {
		font-size: 1.3rem;
	}

	.downloads-section-heading p {
		font-size: .69rem;
	}

	.downloads-section-heading .eyebrow::before,
	.downloads-section-heading .eyebrow::after {
		width: 24px;
		flex-basis: 24px;
	}

	.downloads-empty {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.downloads-empty__icon {
		margin-inline: auto;
	}

	.downloads-empty__content .eyebrow {
		justify-content: center;
	}

	.downloads-empty__note {
		margin-inline: auto;
	}

	.downloads-types {
		grid-template-columns: 1fr;
	}

	.downloads-type-card {
		text-align: center;
	}

	.downloads-pathway-card {
		grid-template-columns: 46px minmax(0, 1fr) 22px;
		gap: .7rem;
		padding: .85rem;
	}

	.downloads-pathway-card__icon {
		width: 46px;
		height: 46px;
	}

	.downloads-contact {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.downloads-contact__icon {
		margin-inline: auto;
	}

	.downloads-contact__content .eyebrow {
		justify-content: center;
	}

	.downloads-contact__content .eyebrow::after {
		width: 24px;
		height: 1px;
		background: currentColor;
		content: '';
	}

	.downloads-contact__actions {
		display: grid;
		width: 100%;
		grid-template-columns: 1fr;
	}

	.downloads-contact__actions .button {
		width: 100%;
	}
}


/* ==========================================================================
   SINGLE CONTENT
   ========================================================================== */

.singular-main {
	background: linear-gradient(180deg, #f8fbfe 0, #fff 210px);
}

.singular-shell {
	display: grid;
	grid-template-columns: 250px minmax(0, 980px);
	justify-content: center;
	gap: clamp(1.6rem, 2.2vw, 2.4rem);
	padding-block: 2rem 3.5rem;
}

.singular-shell .entry--article {
	grid-column: 2;
	grid-row: 1;
}

.singular-shell--page {
	grid-template-columns: minmax(0, 900px);
}

.entry {
	min-width: 0;
}

.entry-header {
	margin-bottom: 1.25rem;
}

.entry-header h1 {
	max-width: 850px;
	margin-bottom: .65rem;
}

.entry-lead {
	max-width: 760px;
	color: var(--plcsea-ink-700);
	font-size: 1rem;
	line-height: 1.95;
}

.entry-meta {
	display: flex;
	flex-wrap: wrap;
	gap: .45rem 1rem;
	color: var(--plcsea-ink-500);
	font-size: .84rem;
	line-height: 1.8;
}

.entry-featured {
	overflow: hidden;
	width: min(100%, 820px);
	margin: 0 auto 1.6rem;
	border: 1px solid var(--plcsea-line);
	border-radius: var(--radius-lg);
	background: var(--plcsea-mist-100);
}

.entry-featured img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.entry-content {
	color: #203955;
	font-size: .94rem;
	line-height: 2.05;
}

.entry-content > * {
	max-width: 100%;
}

.entry-content h2 {
	margin-top: 2.2rem;
	padding-top: .25rem;
	font-size: 1.55rem;
}

.entry-content h3 {
	margin-top: 1.65rem;
	font-size: 1.2rem;
}

.entry-content a {
	text-decoration: underline;
	text-decoration-color: rgba(8, 124, 240, .3);
	text-underline-offset: 3px;
}

.entry-content img {
	border-radius: var(--radius-md);
}

.entry-content table {
	display: block;
	overflow-x: auto;
	margin-block: 1.2rem;
	border: 1px solid var(--plcsea-line);
	border-radius: var(--radius-sm);
}

.entry-content th,
.entry-content td {
	min-width: 130px;
	padding: .65rem .75rem;
	border-bottom: 1px solid var(--plcsea-line);
	text-align: right;
}

.entry-content th {
	background: var(--plcsea-mist-100);
}

.entry-content blockquote {
	margin: 1.2rem 0;
	padding: .9rem 1rem;
	border-right: 3px solid var(--plcsea-cyan-500);
	border-radius: var(--radius-sm);
	background: #f2fbfe;
}


/* ==========================================================================
   ARTICLE UTILITIES
   ========================================================================== */

.direct-answer {
	margin: 0 0 1.25rem;
	padding: 1rem 1.15rem;
	border: 1px solid #bce3ef;
	border-right: 4px solid var(--plcsea-cyan-500);
	border-radius: var(--radius-md);
	background: linear-gradient(135deg, #f3fdff, #f8fbff);
}

.direct-answer h2 {
	margin-bottom: .3rem;
	font-size: .9rem;
}

.direct-answer p {
	margin: 0;
	color: var(--plcsea-ink-700);
	font-size: .82rem;
}

.entity-section-label {
	margin-bottom: 1rem;
	padding-bottom: .75rem;
	border-bottom: 1px solid var(--plcsea-line);
}

.entity-section-label span {
	color: var(--plcsea-ocean-600);
	font-family: var(--plcsea-font-tech);
	font-size: .62rem;
	font-weight: 800;
	letter-spacing: .08em;
}

.entity-section-label h2 {
	margin: .25rem 0 0;
	font-size: 1.25rem;
}

.contextual-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-top: 2rem;
	padding: 1.1rem 1.25rem;
	border: 1px solid #b9d9f2;
	border-radius: var(--radius-md);
	background: linear-gradient(135deg, #f4faff, #edf8ff);
}

.contextual-cta h2 {
	margin-bottom: .2rem;
	font-size: 1rem;
}

.contextual-cta p {
	margin: 0;
	color: var(--plcsea-ink-500);
	font-size: .74rem;
}

.article-toc {
	position: sticky;
	top: calc(var(--header-height) + var(--admin-bar-offset, 0px) + 1rem);
	grid-column: 1;
	grid-row: 1 / span 5;
	align-self: start;
	max-height: calc(100vh - var(--header-height) - var(--admin-bar-offset, 0px) - 2rem);
	overflow-y: auto;
	overflow-x: hidden;
	overscroll-behavior: contain;
	scrollbar-gutter: stable;
	padding: .9rem;
	border: 1px solid var(--plcsea-line);
	border-radius: var(--radius-md);
	background: rgba(255, 255, 255, .96);
	box-shadow: var(--shadow-xs);
}

.article-toc h2 {
	margin-bottom: .55rem;
	font-size: .82rem;
}

@counter-style plcsea-persian-decimal {
	system: numeric;
	symbols: "۰" "۱" "۲" "۳" "۴" "۵" "۶" "۷" "۸" "۹";
	suffix: ". ";
}

.article-toc ol {
	display: grid;
	gap: .42rem;
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: plcsea-toc;
}

.article-toc li {
	position: relative;
	padding-inline-start: 1.6rem;
	counter-increment: plcsea-toc;
}

.article-toc li::before {
	position: absolute;
	inset-inline-start: 0;
	min-width: 1.25rem;
	color: var(--plcsea-ocean-700);
	font-size: .66rem;
	font-weight: 800;
	text-align: center;
	content: counter(plcsea-toc, plcsea-persian-decimal) ".";
}

.article-toc a {
	color: var(--plcsea-ink-700);
	font-size: .68rem;
	line-height: 1.65;
}


/* ==========================================================================
   DOWNLOAD DETAIL
   ========================================================================== */

body.single-plcsea_download .singular-shell {
	padding-bottom: clamp(2.1rem, 4vw, 3rem);
}

body.single-plcsea_download .entry--download {
	width: 100%;
}

body.single-plcsea_download .entry-content {
	margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
}

.download-resource-label {
	width: min(100%, 860px);
	margin: 0 auto .75rem;
	text-align: right;
}

.download-resource-label span {
	display: inline-flex;
	align-items: center;
	gap: .42rem;
	margin-bottom: .2rem;
	color: var(--plcsea-ocean-600);
	font-family: var(--plcsea-font-tech);
	font-size: .6rem;
	font-weight: 850;
	letter-spacing: .08em;
}

.download-resource-label span::before {
	width: 24px;
	height: 1px;
	background: currentColor;
	content: '';
}

.download-resource-label h2 {
	margin: 0;
	color: var(--plcsea-navy-900);
	font-size: clamp(1.08rem, .96rem + .45vw, 1.35rem);
	line-height: 1.7;
}

.download-detail {
	display: grid;
	width: min(100%, 860px);
	margin: 0 auto;
	grid-template-columns: 92px minmax(0, 1fr);
	align-items: stretch;
	overflow: hidden;
	border: 1px solid #cfe1ef;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 9px 28px rgba(8, 48, 84, .05);
}

.download-detail__icon {
	display: grid;
	min-height: 148px;
	place-items: center;
	align-content: center;
	gap: .42rem;
	border-left: 1px solid #dceaf4;
	background: linear-gradient(160deg, #eef9ff 0%, #e6f5ff 100%);
	color: var(--plcsea-ocean-600);
}

.download-detail__icon .plcsea-icon {
	width: 38px;
	height: 38px;
}

.download-detail__icon small {
	font-family: var(--plcsea-font-tech);
	font-size: .56rem;
	font-weight: 900;
	letter-spacing: .08em;
}

.download-detail__body {
	display: flex;
	min-width: 0;
	justify-content: center;
	flex-direction: column;
	padding: 1.1rem 1.2rem;
	text-align: right;
}

.download-detail__meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: .42rem;
	margin-bottom: .75rem;
}

.download-detail__meta-item {
	display: inline-flex;
	align-items: center;
	gap: .3rem;
	min-height: 27px;
	padding: .25rem .55rem;
	border: 1px solid #d5e6f2;
	border-radius: 999px;
	background: #f7fbfe;
	color: var(--plcsea-ink-600);
	font-size: .59rem;
	line-height: 1.4;
}

.download-detail__meta-item strong {
	color: var(--plcsea-navy-900);
	font-weight: 800;
}

.download-detail__action {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: .65rem;
}

.download-detail__action .button {
	min-height: 40px;
	justify-content: center;
	gap: .4rem;
	border: 1px solid #087cf0;
	background: #087cf0;
	box-shadow: 0 7px 18px rgba(8, 124, 240, .15);
	color: #fff;
	transform: none;
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.download-detail__action .button:hover,
.download-detail__action .button:focus,
.download-detail__action .button:focus-visible,
.download-detail__action .button:active {
	border-color: #0668cf;
	background: #0668cf;
	box-shadow: 0 9px 20px rgba(8, 105, 207, .2);
	color: #fff;
	transform: none;
}

.download-detail__action .button::before,
.download-detail__action .button::after {
	display: none;
	content: none;
}

.download-detail__action .plcsea-icon {
	width: 17px;
	height: 17px;
}

.download-detail__unavailable {
	display: flex;
	align-items: center;
	gap: .5rem;
	width: fit-content;
	margin: 0;
	padding: .55rem .7rem;
	border: 1px solid #dbe8f1;
	border-radius: 10px;
	background: #f8fbfd;
	color: var(--plcsea-ink-500);
	font-size: .66rem;
	line-height: 1.7;
}

.download-detail__unavailable svg {
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	color: var(--plcsea-ocean-600);
}

@media (max-width: 650px) {
	body.single-plcsea_download .singular-shell {
		padding-bottom: 1.75rem;
	}

	.download-resource-label {
		text-align: center;
	}

	.download-resource-label span {
		justify-content: center;
	}

	.download-resource-label span::after {
		width: 24px;
		height: 1px;
		background: currentColor;
		content: '';
	}

	.download-detail {
		grid-template-columns: 1fr;
	}

	.download-detail__icon {
		min-height: 86px;
		border-left: 0;
		border-bottom: 1px solid #dceaf4;
	}

	.download-detail__icon .plcsea-icon {
		width: 32px;
		height: 32px;
	}

	.download-detail__body {
		align-items: center;
		padding: 1rem;
		text-align: center;
	}

	.download-detail__meta {
		justify-content: center;
	}

	.download-detail__action {
		width: 100%;
		justify-content: center;
	}

	.download-detail__action .button {
		width: 100%;
	}

	.download-detail__unavailable {
		width: 100%;
		justify-content: center;
	}
}

.article-contact-section {
	padding-block: 0 2.5rem;
	background: #fff;
}

.article-contact-section .knowledge-contact {
	margin: 0;
}

.related-section {
	border-top: 1px solid var(--plcsea-line);
	background: var(--plcsea-mist-50);
}

.related-section--products {
	padding-block: clamp(2.1rem, 4vw, 3.5rem);
}

.related-section--products .related-grid--products {
	width: 100%;
}

.related-section--products .related-grid--products > ul.products {
	display: grid;
	clear: both;
	width: 100%;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: .8rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.related-section--products .related-grid--products > ul.products::before,
.related-section--products .related-grid--products > ul.products::after {
	display: none;
}

.related-section--products .related-grid--products > ul.products > li.product {
	float: none !important;
	width: auto !important;
	min-width: 0;
	margin: 0 !important;
}

/* Same compact PLCSEA product card used on Single Product related products */
.related-section--products .product-card {
	position: relative;
	display: flex;
	min-height: 0;
	height: auto;
	overflow: hidden;
	flex-direction: column;
	border: 1px solid #d9e6f0;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 3px 12px rgba(6, 37, 78, .04);
	transition:
		border-color 180ms ease,
		box-shadow 220ms ease,
		transform 220ms ease;
}

.related-section--products .product-card:hover {
	border-color: #a9cde8;
	box-shadow: 0 10px 24px rgba(6, 43, 86, .08);
	transform: translateY(-3px);
}

.related-section--products .product-card__media {
	display: grid;
	height: 145px;
	place-items: center;
	overflow: hidden;
	padding: 1rem 1.2rem;
	border-bottom: 1px solid #e8f0f6;
	background: linear-gradient(145deg, #fff, #f7fafc);
}

.related-section--products .product-card__media img {
	display: block;
	width: auto;
	max-width: 100%;
	height: 100%;
	max-height: 118px;
	margin: 0 auto;
	object-fit: contain;
	transform: none;
	transition: transform 240ms ease;
}

.related-section--products .product-card:hover .product-card__media img {
	transform: scale(1.03);
}

.related-section--products .product-card__body {
	display: flex;
	flex: 0 0 auto;
	flex-direction: column;
	min-height: 0;
	padding: .7rem .75rem .75rem;
	background: #fff;
}

.related-section--products .product-card__meta {
	display: flex;
	width: 100%;
	min-height: 20px;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	gap: .35rem;
	margin: 0 0 .35rem;
}

.related-section--products .product-card__meta span {
	display: inline-flex;
	min-height: 20px;
	align-items: center;
	padding: .14rem .4rem;
	border: 0;
	background: transparent;
	color: var(--plcsea-ink-500);
	font-family: var(--plcsea-font-tech);
	font-size: .52rem;
	font-weight: 650;
	line-height: 1;
}

.related-section--products .product-card__title,
.related-section--products .product-card h3 {
	margin: 0 0 .2rem;
	font-family: var(--plcsea-font-tech);
	font-size: .82rem;
	font-weight: 750;
	line-height: 1.45;
	direction: ltr;
	text-align: left;
}

.related-section--products .product-card__title a,
.related-section--products .product-card h3 a {
	color: var(--plcsea-navy-950);
}

.related-section--products .product-card__identity {
	display: flex;
	min-height: 18px;
	align-items: center;
	flex-wrap: wrap;
	gap: .3rem .5rem;
	margin: 0 0 .45rem;
	color: var(--plcsea-ink-500);
	font-family: var(--plcsea-font-tech);
	font-size: .55rem;
	direction: ltr;
	text-align: left;
}

/* Single Product related cards intentionally hide technical chips + stock badge */
.related-section--products .product-card__specs,
.related-section--products .stock-badge {
	display: none;
}

.related-section--products .product-card__commerce {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: .35rem;
	margin-top: .45rem;
	padding-top: 0;
	border-top: 0;
}

.related-section--products .product-card__price {
	min-width: 0;
	min-height: 24px;
	margin: 0;
	color: var(--plcsea-navy-950);
	font-size: .72rem;
	font-weight: 850;
	line-height: 1.6;
}

.related-section--products .product-card__actions {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 36px;
	gap: .45rem;
	width: 100%;
	margin-top: .65rem;
}

.related-section--products .product-card__view {
	display: inline-flex;
	width: 100%;
	min-width: 0;
	min-height: 36px;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: .4rem .7rem;
	border: 1px solid #8fc5f3;
	border-radius: 7px;
	background: #fff;
	color: #0874e8;
	font-family: var(--plcsea-font);
	font-size: .6rem;
	font-weight: 750;
	line-height: 1;
	text-decoration: none;
	transition:
		color 180ms ease,
		background-color 180ms ease,
		border-color 180ms ease,
		box-shadow 180ms ease;
}

.related-section--products .product-card__view:hover {
	border-color: #168df6;
	background: #f3f9ff;
	color: #0567cc;
	box-shadow: 0 3px 10px rgba(8, 116, 232, .08);
}

.related-section--products .product-card__cart {
	display: inline-grid;
	width: 36px;
	height: 36px;
	min-width: 36px;
	place-items: center;
	margin: 0;
	padding: 0;
	border: 1px solid #8fc5f3;
	border-radius: 7px;
	background: #f7fbff;
	color: #0874e8;
	transition:
		color 180ms ease,
		background-color 180ms ease,
		border-color 180ms ease,
		box-shadow 180ms ease,
		transform 180ms ease;
}

.related-section--products .product-card__cart:hover {
	border-color: #0874e8;
	background: #0874e8;
	color: #fff;
	box-shadow: 0 4px 12px rgba(8, 116, 232, .18);
	transform: translateY(-1px);
}

.related-section--products .product-card__cart svg {
	width: 15px;
	height: 15px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.65;
	stroke-linecap: round;
	stroke-linejoin: round;
}

@media (max-width: 1050px) {
	.related-section--products .related-grid--products > ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 780px) {
	.related-section--products .related-grid--products > ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 1100px) {

	.knowledge-topics__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

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

}


@media (max-width: 900px) {

	.archive-primer {
		grid-template-columns: 1fr;
	}

	.knowledge-topics,
	.knowledge-featured,
	.knowledge-latest,
	.knowledge-pathways {
		margin-bottom: 3.5rem;
	}

	.knowledge-topics__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.knowledge-featured {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}

	.knowledge-featured__media,
	.knowledge-featured__image,
	.knowledge-featured__placeholder {
		min-height: 300px;
	}

	.knowledge-featured__content {
		align-items: flex-start;
	}

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

	.knowledge-pathways__grid {
		grid-template-columns: 1fr;
	}

	.singular-shell {
		grid-template-columns: minmax(0, 1fr);
	}

	.singular-shell .entry--article {
		grid-column: auto;
		grid-row: auto;
	}

	.article-toc {
		position: static;
		grid-column: auto;
		grid-row: auto;
		margin-bottom: 1rem;
	}

}


/* ==========================================================================
   RESPONSIVE — MOBILE
   ========================================================================== */

@media (max-width: 650px) {

	.archive-content {
		padding-block: 1.4rem 2.5rem;
	}

	.knowledge-shell {
		padding-block: 2.25rem 3rem;
	}

	.knowledge-topics,
	.knowledge-featured,
	.knowledge-latest,
	.knowledge-pathways {
		margin-bottom: 3rem;
	}

	.knowledge-section-heading {
		align-items: flex-start;
		flex-direction: column;
		margin-bottom: 1.15rem;
	}

	.knowledge-section-heading h2 {
		font-size: 1.35rem;
	}

	.knowledge-section-heading p {
		font-size: .7rem;
	}

	.knowledge-topics__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: .65rem;
	}

	.knowledge-topic-card {
		min-height: 135px;
		padding: .9rem .65rem;
	}

	.knowledge-topic-card__icon {
		width: 46px;
		height: 46px;
	}

	.knowledge-topic-card__icon .plcsea-icon {
		width: 23px;
		height: 23px;
	}

	.knowledge-topic-card__content strong {
		font-size: .7rem;
	}

	.knowledge-featured {
		gap: 1.15rem;
	}

	.knowledge-featured__media,
	.knowledge-featured__image,
	.knowledge-featured__placeholder {
		min-height: 220px;
	}

	.knowledge-featured h2 {
		font-size: 1.3rem;
	}

	.knowledge-featured__excerpt {
		font-size: .75rem;
	}

	.knowledge-featured__content > .eyebrow::after {
		display: none;
	}

	.knowledge-grid {
		grid-template-columns: 1fr;
	}

	.knowledge-latest__empty {
		align-items: flex-start;
	}

	.knowledge-pathway-card {
		grid-template-columns: 46px minmax(0, 1fr) 24px;
		gap: .7rem;
		padding: .85rem;
	}

	.knowledge-pathway-card__icon {
		width: 46px;
		height: 46px;
	}

	.knowledge-contact {
		grid-template-columns: 48px minmax(0, 1fr);
		gap: .8rem;
	}

	.knowledge-contact__icon {
		width: 48px;
		height: 48px;
	}

	.knowledge-contact__button {
		grid-column: 1 / -1;
		width: 100%;
		justify-content: center;
		margin-top: .25rem;
	}

	.download-grid {
		grid-template-columns: 1fr;
	}

	.download-card {
		grid-template-columns: 68px 1fr;
	}

.singular-shell {
		padding-block: 1.25rem 2.5rem;
	}

	.entry-header h1 {
		font-size: 1.9rem;
	}

	.entry-content {
		font-size: .9rem;
	}

	.entry-featured {
		width: 100%;
	}

	.download-detail {
		grid-template-columns: 1fr;
	}

	.download-detail__icon {
		min-height: 75px;
	}

	.contextual-cta {
		align-items: flex-start;
		flex-direction: column;
	}


	.article-contact-section {
		padding-block: 0 2rem;
	}

	.contact-form-grid {
		grid-template-columns: 1fr;
	}

	.plcsea-contact-form .button {
		width: 100%;
	}

}


/* ==========================================================================
   RESPONSIVE — SMALL MOBILE
   ========================================================================== */

@media (max-width: 480px) {
	.related-section--products .related-grid--products > ul.products {
		grid-template-columns: 1fr;
	}

	.related-section--products .product-card__media {
		height: 170px;
	}
}

@media (max-width: 420px) {

	.knowledge-topics__grid {
		grid-template-columns: 1fr;
	}

	.knowledge-topic-card {
		min-height: 105px;
		align-items: center;
		justify-content: flex-start;
		flex-direction: row;
		gap: .85rem;
		padding: .85rem;
		text-align: right;
	}

	.knowledge-topic-card__content {
		flex: 1;
	}

	.knowledge-featured__media,
	.knowledge-featured__image,
	.knowledge-featured__placeholder {
		min-height: 190px;
	}

}
/* Single Post — Related Product text alignment */
.related-section--products .product-card__body {
	direction: rtl;
	text-align: right;
}

.related-section--products .product-card__title,
.related-section--products .product-card h3,
.related-section--products .product-card__identity {
	width: 100%;
	text-align: right;
}

.related-section--products .product-card__title,
.related-section--products .product-card h3,
.related-section--products .product-card__identity {
	width: 100%;
	direction: rtl;
	text-align: right;
	unicode-bidi: plaintext;
}

.related-section--products .product-card__title a,
.related-section--products .product-card h3 a {
	display: block;
	width: 100%;
	direction: ltr;
	text-align: right;
}

.related-section--products .product-card__identity {
	justify-content: flex-start;
}

.related-section--products .product-card__meta {
	width: 100%;
	direction: rtl;
	justify-content: flex-start;
	text-align: right;
}

.related-section--products .product-card__commerce {
	direction: rtl;
}

.related-section--products .product-card__meta {
	direction: rtl;
	text-align: right;
}

/* ==========================================================================
   SINGLE ARTICLE — MOBILE POLISH + RELATED PRODUCT CAROUSEL
   ========================================================================== */

.article-toc--mobile {
	display: none;
}

.related-section--products .container {
	position: relative;
}

.related-products-carousel__controls {
	display: none;
}

.article-toc__toggle {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	gap: .65rem;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--plcsea-navy-900);
	font-family: var(--plcsea-font);
	font-size: .82rem;
	font-weight: 850;
	text-align: right;
	cursor: pointer;
}

.article-toc__count {
	margin-inline-start: auto;
	color: var(--plcsea-ink-500);
	font-size: .64rem;
	font-weight: 700;
}

.article-toc__chevron {
	display: inline-grid;
	width: 24px;
	height: 24px;
	place-items: center;
	color: var(--plcsea-ocean-700);
	font-size: 1rem;
	transition: transform 180ms ease;
}

.article-toc--mobile.is-open .article-toc__chevron {
	transform: rotate(180deg);
}

@media (max-width: 900px) {

	/* Mobile article hero: use the full light panel, RTL and right alignment. */
	body.single-post .catalog-hero__visual {
		display: none;
	}

	body.single-post .catalog-hero__inner {
		display: block;
		width: 100%;
	}

	body.single-post .catalog-hero__content,
	body.single-post .catalog-hero__main,
	body.single-post .catalog-hero__copy {
		width: 100%;
		max-width: none;
		margin-inline: 0;
		direction: rtl;
		text-align: right;
	}

	body.single-post .catalog-hero h1,
	body.single-post .catalog-hero__title,
	body.single-post .catalog-hero__description,
	body.single-post .catalog-hero__meta,
	body.single-post .breadcrumbs,
	body.single-post .catalog-hero__eyebrow {
		max-width: 100%;
		margin-inline: 0;
		text-align: right;
	}

	body.single-post .catalog-hero__search {
		width: 100%;
	}

	.article-toc--desktop {
		display: none;
	}

	.article-toc--mobile {
		display: block;
		position: static;
		max-height: none;
		margin: 0 0 1.4rem;
		overflow: hidden;
		padding: .85rem .95rem;
	}

	.article-toc--mobile [data-toc-list] {
		margin-top: .75rem;
		padding-top: .75rem;
		border-top: 1px solid var(--plcsea-line);
	}

	.related-products-carousel__controls {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: .45rem;
		margin: -.15rem 0 .8rem;
		direction: ltr;
	}

	.related-products-carousel__button {
		display: inline-grid;
		width: 36px;
		height: 36px;
		place-items: center;
		padding: 0;
		border: 1px solid #b9d9f2;
		border-radius: 8px;
		background: #fff;
		color: var(--plcsea-ocean-700);
		cursor: pointer;
		font-size: 1rem;
		line-height: 1;
		transition:
			border-color 180ms ease,
			background-color 180ms ease,
			transform 180ms ease;
	}

	.related-products-carousel__button:hover {
		border-color: var(--plcsea-ocean-600);
		background: #f3f9ff;
		transform: translateY(-1px);
	}

	.related-section--products .related-grid--products {
		overflow: visible;
	}

	.related-section--products .related-grid--products > ul.products {
		display: flex !important;
		width: 100%;
		gap: .75rem;
		overflow-x: auto;
		overflow-y: hidden;
		scroll-snap-type: x mandatory;
		scroll-behavior: smooth;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		padding: 0 .05rem .55rem;
	}

	.related-section--products .related-grid--products > ul.products::-webkit-scrollbar {
		display: none;
	}

	.related-section--products .related-grid--products > ul.products > li.product {
		flex: 0 0 min(82vw, 310px) !important;
		width: min(82vw, 310px) !important;
		scroll-snap-align: start;
	}
}

@media (max-width: 480px) {

	.related-section--products .related-grid--products > ul.products {
		display: flex !important;
		grid-template-columns: none !important;
	}

	.related-section--products .related-grid--products > ul.products > li.product {
		flex-basis: min(82vw, 300px) !important;
		width: min(82vw, 300px) !important;
	}

	.related-section--products .product-card__media {
		height: 155px;
	}
}

/* =========================================================
   MOBILE ARTICLE TOC — INTERNAL SCROLL FIX
   ========================================================= */

@media (max-width: 900px) {

	.article-toc--mobile {
		overflow: hidden;
	}

	.article-toc--mobile.is-open {
		overflow: hidden;
	}

	.article-toc--mobile [data-toc-list] {
		max-height: 55vh;
		overflow-y: auto;
		overflow-x: hidden;
		overscroll-behavior: contain;
		-webkit-overflow-scrolling: touch;
		scrollbar-gutter: stable;
		padding-inline-end: .35rem;
	}

	.article-toc--mobile [data-toc-list]::-webkit-scrollbar {
		width: 5px;
	}

	.article-toc--mobile [data-toc-list]::-webkit-scrollbar-thumb {
		border-radius: 999px;
		background: rgba(8, 124, 240, .28);
	}

	.article-toc--mobile [data-toc-list]::-webkit-scrollbar-track {
		background: transparent;
	}
}

.article-toc li {
	display: grid;
	grid-template-columns: 1.35rem minmax(0, 1fr);
	align-items: start;
	column-gap: .25rem;
	padding-inline-start: 0;
}

.article-toc li::before {
	position: static;
	min-width: 0;
	line-height: 1.8;
	text-align: center;
}

.article-toc a {
	display: block;
	line-height: 1.8;
}

/* ==========================================================================
   SINGLE POST — INLINE CONTENT IMAGES
   ========================================================================== */

body.single-post .entry-content .wp-block-image,
body.single-post .entry-content figure:has(> img) {
	width: min(100%, 720px) !important;
	max-width: 720px !important;
	margin: 2rem auto !important;
}

body.single-post .entry-content .wp-block-image img,
body.single-post .entry-content figure > img,
body.single-post .entry-content > img {
	display: block;
	width: 100% !important;
	max-width: 720px !important;
	height: auto !important;
	margin-inline: auto !important;
}

body.single-post .entry-content figcaption {
	max-width: 720px;
	margin: .65rem auto 0;
	text-align: center;
}

/* Tablet / Mobile */
@media (max-width: 780px) {

	body.single-post .entry-content .wp-block-image,
	body.single-post .entry-content figure:has(> img),
	body.single-post .entry-content .wp-block-image img,
	body.single-post .entry-content figure > img,
	body.single-post .entry-content > img {
		width: 100% !important;
		max-width: 100% !important;
	}
}

/* ==========================================================================
   SINGLE POST — RELATED ARTICLES
   ========================================================================== */

body.single-post .related-section:not(.related-section--products) {
	padding-block: clamp(2.5rem, 4vw, 3.6rem);
	border-top: 1px solid #dce8f2;
	background: linear-gradient(180deg, #f8fbfe 0%, #f4f9fd 100%);
}

body.single-post .related-section:not(.related-section--products) .section-heading {
	margin-bottom: 1.35rem;
}

body.single-post .related-articles-carousel__controls {
	display: none;
}


/* Grid — Desktop
   -------------------------------------------------------------------------- */

body.single-post .related-section:not(.related-section--products) .card-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: .85rem;
}


/* Card
   -------------------------------------------------------------------------- */

body.single-post .related-section:not(.related-section--products) .content-card {
	position: relative;
	display: flex;
	min-width: 0;
	min-height: 0;
	overflow: hidden;
	flex-direction: column;
	border: 1px solid #d8e5ef;
	border-radius: 13px;
	background: #fff;
	box-shadow: 0 5px 18px rgba(8, 45, 78, .045);
	transition:
		transform .22s ease,
		border-color .22s ease,
		box-shadow .22s ease;
}

body.single-post .related-section:not(.related-section--products) .content-card:hover {
	border-color: #9bc8e8;
	box-shadow: 0 13px 28px rgba(8, 52, 90, .09);
	transform: translateY(-4px);
}


/* Image
   -------------------------------------------------------------------------- */

body.single-post .related-section:not(.related-section--products) .content-card__media {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	border-bottom: 1px solid #e7eff5;
	background: #eef7fc;
}

body.single-post .related-section:not(.related-section--products) .content-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .3s ease;
}

body.single-post .related-section:not(.related-section--products) .content-card:hover .content-card__media img {
	transform: scale(1.035);
}


/* Body
   -------------------------------------------------------------------------- */

body.single-post .related-section:not(.related-section--products) .content-card__body {
	display: flex;
	min-width: 0;
	flex: 1;
	flex-direction: column;
	padding: .8rem .85rem .85rem;
}


/* Meta
   -------------------------------------------------------------------------- */

body.single-post .related-section:not(.related-section--products) .content-card__meta {
	display: flex;
	min-height: 22px;
	align-items: center;
	flex-wrap: wrap;
	gap: .35rem;
	margin: 0 0 .45rem;
	color: #73889c;
	font-size: .56rem;
}

body.single-post .related-section:not(.related-section--products) .content-card__meta .badge {
	display: inline-flex;
	min-height: 22px;
	align-items: center;
	padding: .18rem .45rem;
	border: 1px solid #bce1f5;
	border-radius: 999px;
	background: #f1fbff;
	color: #0873d5;
	font-size: .53rem;
	font-weight: 800;
}


/* Title
   -------------------------------------------------------------------------- */

body.single-post .related-section:not(.related-section--products) .content-card h3 {
	display: -webkit-box;
	overflow: hidden;
	min-height: 3.15em;
	margin: 0 0 .35rem;
	color: var(--plcsea-navy-950);
	font-size: .8rem;
	font-weight: 850;
	line-height: 1.65;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
}

body.single-post .related-section:not(.related-section--products) .content-card h3 a {
	color: inherit;
	text-decoration: none;
	transition: color .2s ease;
}

body.single-post .related-section:not(.related-section--products) .content-card:hover h3 a {
	color: var(--plcsea-ocean-700);
}


/* Excerpt
   -------------------------------------------------------------------------- */

body.single-post .related-section:not(.related-section--products) .content-card__body > p {
	display: -webkit-box;
	overflow: hidden;
	margin: 0;
	color: #667b8f;
	font-size: .62rem;
	line-height: 1.85;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
}


/* Footer
   -------------------------------------------------------------------------- */

body.single-post .related-section:not(.related-section--products) .content-card__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: .5rem;
	margin-top: auto;
	padding-top: .65rem;
	border-top: 1px solid #edf3f7;
}

body.single-post .related-section:not(.related-section--products) .content-card__footer time {
	color: #8193a3;
	font-size: .54rem;
	font-weight: 650;
	white-space: nowrap;
}

body.single-post .related-section:not(.related-section--products) .content-card__footer .text-link {
	display: inline-flex;
	align-items: center;
	gap: .25rem;
	color: #0874df;
	font-size: .57rem;
	font-weight: 800;
	text-decoration: none;
}

body.single-post .related-section:not(.related-section--products) .content-card__footer .plcsea-icon {
	width: 13px;
	height: 13px;
}


/* Tablet
   -------------------------------------------------------------------------- */

@media (max-width: 1000px) {

	body.single-post .related-section:not(.related-section--products) .card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}


/* Mobile carousel
   -------------------------------------------------------------------------- */

@media (max-width: 650px) {

	body.single-post .related-articles-carousel__controls {
		display: flex;
		align-items: center;
		gap: .45rem;
		margin: -.15rem 0 .85rem;
		direction: ltr;
	}

	body.single-post .related-articles-carousel__button {
		display: inline-grid;
		width: 36px;
		height: 36px;
		place-items: center;
		padding: 0;
		border: 1px solid #b9d9f2;
		border-radius: 8px;
		background: #fff;
		color: #0874df;
		font-size: 1rem;
		cursor: pointer;
		transition:
			background-color .18s ease,
			border-color .18s ease,
			transform .18s ease;
	}

	body.single-post .related-articles-carousel__button:hover {
		border-color: #168df6;
		background: #f1f8ff;
		transform: translateY(-1px);
	}

	body.single-post .related-section:not(.related-section--products) .card-grid {
		display: flex;
		width: 100%;
		gap: .75rem;
		overflow-x: auto;
		overflow-y: hidden;
		padding-bottom: .35rem;
		scroll-behavior: smooth;
		scroll-snap-type: x mandatory;
		overscroll-behavior-inline: contain;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	body.single-post .related-section:not(.related-section--products) .card-grid::-webkit-scrollbar {
		display: none;
	}

	body.single-post .related-section:not(.related-section--products) .content-card {
		flex: 0 0 84%;
		width: 84%;
		scroll-snap-align: start;
	}

	body.single-post .related-section:not(.related-section--products) .content-card__body {
		padding: .85rem;
	}

	body.single-post .related-section:not(.related-section--products) .content-card h3 {
		font-size: .79rem;
	}

	body.single-post .related-section:not(.related-section--products) .content-card__body > p {
		font-size: .62rem;
	}
}

/* ==========================================================================
   RELATED SECTIONS — COMPACT VERTICAL SPACING
   ========================================================================== */

body.single-post .related-section,
body.single-post .related-section--products {
	padding-top: 1.4rem !important;
	padding-bottom: 2.2rem;
}

body.single-post .related-section .section-heading {
	margin-bottom: .75rem !important;
}

body.single-post .related-section--products .related-grid--products,
body.single-post .related-section:not(.related-section--products) .card-grid {
	margin-top: 0 !important;
}


/* ==========================================================================
   KNOWLEDGE HUB — FINAL POLISH
   ========================================================================== */

/* Tighter section rhythm */
.knowledge-topics,
.knowledge-featured,
.knowledge-latest,
.knowledge-pathways {
	margin-bottom: clamp(2.25rem, 4vw, 3.7rem);
}

.knowledge-latest .knowledge-section-heading {
	align-items: center;
	justify-content: center;
	margin-bottom: 1rem;
	text-align: center;
}

.knowledge-latest .knowledge-section-heading__content {
	width: min(100%, 760px);
	max-width: 760px;
	margin-inline: auto;
	text-align: center;
}

.knowledge-latest .knowledge-section-heading p {
	margin: .32rem auto 0;
	text-align: center;
}

/* Center all knowledge eyebrows between two lines */
.knowledge-latest .knowledge-section-heading .eyebrow,
.knowledge-featured__content > .eyebrow {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	gap: .7rem;
	margin-inline: auto;
	text-align: center;
}

.knowledge-latest .knowledge-section-heading .eyebrow::before,
.knowledge-latest .knowledge-section-heading .eyebrow::after,
.knowledge-featured__content > .eyebrow::before,
.knowledge-featured__content > .eyebrow::after {
	width: 34px;
	height: 1px;
	flex: 0 0 34px;
	background: currentColor;
	content: '';
}

/* Avoid a duplicated one-sided line from earlier rules */
.knowledge-latest .knowledge-section-heading .eyebrow::before {
	display: block;
}

.knowledge-featured__content {
	align-items: center;
	text-align: center;
}

.knowledge-featured h2,
.knowledge-featured__excerpt {
	margin-inline: auto;
	text-align: center;
}

.knowledge-featured__meta {
	justify-content: center;
}

.knowledge-featured__button {
	margin-inline: auto;
}

/* Mobile topics: compact 2-column knowledge menu */
@media (max-width: 650px) {

	.knowledge-shell {
		padding-block: 2rem 2.8rem;
	}

	.knowledge-topics,
	.knowledge-featured,
	.knowledge-latest,
	.knowledge-pathways {
		margin-bottom: 2.2rem;
	}

	.knowledge-latest .knowledge-section-heading {
		margin-bottom: .9rem;
	}

	.knowledge-latest .knowledge-section-heading .eyebrow,
	.knowledge-featured__content > .eyebrow {
		gap: .55rem;
	}

	.knowledge-latest .knowledge-section-heading .eyebrow::before,
	.knowledge-latest .knowledge-section-heading .eyebrow::after,
	.knowledge-featured__content > .eyebrow::before,
	.knowledge-featured__content > .eyebrow::after {
		width: 26px;
		flex-basis: 26px;
	}

	.knowledge-topics__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: .65rem;
	}

	.knowledge-topic-card {
		min-height: 116px;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		gap: .55rem;
		padding: .8rem .6rem;
		text-align: center;
	}

	.knowledge-topic-card__icon {
		width: 44px;
		height: 44px;
		border-radius: 12px;
	}

	.knowledge-topic-card__icon .plcsea-icon {
		width: 21px;
		height: 21px;
	}

	.knowledge-topic-card__content {
		justify-items: center;
		gap: .15rem;
	}

	.knowledge-topic-card__content strong {
		font-size: .68rem;
		line-height: 1.55;
		text-align: center;
	}

	.knowledge-topic-card__content small {
		font-size: .56rem;
		text-align: center;
	}

	.knowledge-featured {
		gap: 1rem;
	}

	.knowledge-featured__content {
		align-items: center;
	}

	.knowledge-pathways__grid {
		grid-template-columns: 1fr;
		gap: .7rem;
	}
}

/* Preserve 2-column topic layout even on very small phones */
@media (max-width: 420px) {

	.knowledge-topics__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.knowledge-topic-card {
		min-height: 110px;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		gap: .5rem;
		padding: .72rem .5rem;
		text-align: center;
	}
}

/* Featured Article eyebrow — centered between two lines */
.knowledge-featured__content > .eyebrow {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	gap: .7rem;
	text-align: center;
}

.knowledge-featured__content > .eyebrow::before,
.knowledge-featured__content > .eyebrow::after {
	content: '';
	display: block;
	width: 34px;
	height: 1px;
	flex: 0 0 34px;
	background: currentColor;
}

/* =========================================================
   KNOWLEDGE HEADINGS — DESKTOP RTL / MOBILE CENTER
   ========================================================= */

/* Desktop */
.knowledge-latest .knowledge-topics .knowledge-section-heading {
	justify-content: center;
	text-align: center;
}

.knowledge-latest .knowledge-topics .knowledge-section-heading__content {
	width: min(100%, 760px);
	max-width: 760px;
	margin-inline: auto;
	text-align: center;
}

.knowledge-section-heading h2,
.knowledge-latest .knowledge-section-heading p {
	margin-inline: 0;
	text-align: right;
}

/* Desktop eyebrow: aligned right, still between two lines */
.knowledge-topics .knowledge-section-heading .eyebrow {
	width: 100%;
	justify-content: center;
	margin-inline: auto;
	text-align: center;
}

/* Topics and Quick Access headings stay centered on desktop */
.knowledge-topics .knowledge-section-heading,
.knowledge-pathways .knowledge-section-heading {
	justify-content: center;
	text-align: center;
}

.knowledge-topics .knowledge-section-heading__content,
.knowledge-pathways .knowledge-section-heading__content {
	width: min(100%, 760px);
	max-width: 760px;
	margin-inline: auto;
	text-align: center;
}

.knowledge-topics .knowledge-section-heading h2,
.knowledge-topics .knowledge-section-heading p,
.knowledge-pathways .knowledge-section-heading h2,
.knowledge-pathways .knowledge-section-heading p {
	margin-inline: auto;
	text-align: center;
}

.knowledge-topics .knowledge-section-heading .eyebrow,
.knowledge-pathways .knowledge-section-heading .eyebrow {
	width: 100%;
	justify-content: center;
	margin-inline: auto;
	text-align: center;
}

/* Latest Knowledge stays centered on desktop */
.knowledge-latest .knowledge-section-heading {
	justify-content: center;
	text-align: center;
}

.knowledge-latest .knowledge-section-heading__content {
	width: min(100%, 760px);
	max-width: 760px;
	margin-inline: auto;
	text-align: center;
}

.knowledge-latest .knowledge-section-heading h2 {
	margin-inline: auto;
	text-align: center;
}

.knowledge-latest .knowledge-section-heading .eyebrow {
	width: 100%;
	justify-content: center;
	margin-inline: auto;
	text-align: center;
}

/* Featured content on desktop stays RTL/right */
.knowledge-featured__content {
	align-items: flex-start;
	text-align: right;
}

.knowledge-featured h2,
.knowledge-featured__excerpt {
	margin-inline: 0;
	text-align: right;
}

.knowledge-featured__meta {
	justify-content: flex-start;
}

.knowledge-featured__button {
	margin-inline: 0;
}


/* Mobile only */
@media (max-width: 650px) {

	.knowledge-latest .knowledge-section-heading {
		justify-content: center;
		text-align: center;
	}

	.knowledge-latest .knowledge-section-heading__content {
		width: 100%;
		margin-inline: auto;
		text-align: center;
	}

	.knowledge-section-heading h2,
	.knowledge-latest .knowledge-section-heading p {
		margin-inline: auto;
		text-align: center;
	}

	.knowledge-section-heading .eyebrow {
		width: 100%;
		justify-content: center;
		margin-inline: auto;
		text-align: center;
	}

	.knowledge-featured__content {
		align-items: center;
		text-align: center;
	}

	.knowledge-featured h2,
	.knowledge-featured__excerpt {
		margin-inline: auto;
		text-align: center;
	}

	.knowledge-featured__meta {
		justify-content: center;
	}

	.knowledge-featured__button {
		margin-inline: auto;
		align-self: center;
	}
}
@media (max-width: 900px) {
	.single-post .section-heading,
	.single-post .related-section .section-heading {
		text-align: center;
		align-items: center;
	}

	.single-post .section-heading__eyebrow,
	.single-post .related-section .section-heading__eyebrow {
		justify-content: center;
		margin-inline: auto;
	}

	.single-post .section-heading__title,
	.single-post .related-section .section-heading__title {
		text-align: center;
		margin-inline: auto;
	}
}

/* ==========================================================================
   SINGLE PROJECT + SINGLE SOLUTION — EDITORIAL LAYOUT
   ========================================================================== */

body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .singular-main {
	background: linear-gradient(180deg, #f8fbfe 0, #fff 230px);
}

body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .singular-shell {
	display: block;
	width: min(100%, 980px);
	margin-inline: auto;
	padding-block: 1.65rem 2.5rem;
}

body.single-plcsea_project .entry--project,
body.single-plcsea_solution .entry--solution,
body.single-plcsea_service .entry--service {
	width: 100%;
	min-width: 0;
	margin-inline: auto;
}

body.single-plcsea_solution .singular-shell > .entry--solution,
body.single-plcsea_project .singular-shell > .entry--project,
body.single-plcsea_service .singular-shell > .entry--service {
	grid-column: auto;
	grid-row: auto;
	max-width: none;
}

body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .entry-featured {
	width: min(100%, 860px);
	margin: 0 auto 1.35rem;
	border-radius: 16px;
	box-shadow: 0 10px 30px rgba(8, 48, 84, .055);
}

body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .entity-section-label {
	width: min(100%, 820px);
	margin: 0 auto .8rem;
	padding-bottom: .65rem;
}

body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .entity-section-label span {
	font-size: .58rem;
	letter-spacing: .07em;
}

body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .entity-section-label h2 {
	margin-top: .2rem;
	font-size: 1.08rem;
}

body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .entry-content {
	width: min(100%, 820px);
	margin-inline: auto;
	color: #203955;
	font-size: .9rem;
	line-height: 2.05;
}

body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .entry-content > :first-child {
	margin-top: 0;
}

body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .entry-content h2 {
	position: relative;
	margin: 1.65rem 0 .55rem;
	padding: .1rem .72rem .1rem 0;
	color: var(--plcsea-navy-950);
	font-size: 1.22rem;
	line-height: 1.65;
}

body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .entry-content h2::before {
	position: absolute;
	top: .38rem;
	right: 0;
	width: 3px;
	height: 1.35rem;
	border-radius: 999px;
	background: var(--plcsea-ocean-600);
	content: '';
}

body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .entry-content h3 {
	margin: 1.25rem 0 .45rem;
	color: var(--plcsea-navy-900);
	font-size: 1rem;
	line-height: 1.7;
}

body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .entry-content p {
	margin: 0 0 .85rem;
}

body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .entry-content ul,
body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .entry-content ol {
	margin-block: .65rem 1rem;
	padding-inline-start: 1.25rem;
}

body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .entry-content li + li {
	margin-top: .25rem;
}

body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .entry-content .wp-block-image,
body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .entry-content figure:has(> img) {
	width: min(100%, 780px) !important;
	max-width: 780px !important;
	margin: 1.4rem auto !important;
}

body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .entry-content .wp-block-image img,
body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .entry-content figure > img,
body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .entry-content > img {
	display: block;
	width: 100% !important;
	max-width: 780px !important;
	height: auto !important;
	margin-inline: auto !important;
	border-radius: 14px;
}

body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .entry-content figcaption {
	max-width: 760px;
	margin: .55rem auto 0;
	color: var(--plcsea-ink-500);
	font-size: .64rem;
	line-height: 1.7;
	text-align: center;
}


/* Related sections: tighter rhythm, compact 4-column desktop cards */
body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .related-section {
	padding-block: 1.1rem 1.9rem;
	border-top: 1px solid #dce8f2;
	background: linear-gradient(180deg, #f8fbfe 0%, #f4f9fd 100%);
}

body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .related-section + .related-section {
	padding-top: .95rem;
}

body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .related-section .section-heading {
	margin-bottom: .7rem;
}

body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .related-section .section-heading h2 {
	font-size: 1.02rem;
}

body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .related-section .section-heading .eyebrow {
	font-size: .56rem;
}

body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .related-section:not(.related-section--products) .card-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: .75rem;
}

body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .related-section:not(.related-section--products) .content-card {
	display: flex;
	min-width: 0;
	min-height: 0;
	overflow: hidden;
	flex-direction: column;
	border: 1px solid #d8e5ef;
	border-radius: 11px;
	background: #fff;
	box-shadow: 0 4px 14px rgba(8, 45, 78, .04);
	transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .related-section:not(.related-section--products) .content-card:hover {
	border-color: #9bc8e8;
	box-shadow: 0 10px 24px rgba(8, 52, 90, .08);
	transform: translateY(-3px);
}

body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .related-section:not(.related-section--products) .content-card__media {
	display: block;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	border-bottom: 1px solid #e7eff5;
	background: #eef7fc;
}

body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .related-section:not(.related-section--products) .content-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .related-section:not(.related-section--products) .content-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: .68rem .72rem .72rem;
}

body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .related-section:not(.related-section--products) .content-card__meta {
	min-height: 19px;
	margin-bottom: .32rem;
	font-size: .5rem;
}

body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .related-section:not(.related-section--products) .content-card__meta .badge {
	min-height: 19px;
	padding: .14rem .38rem;
	font-size: .48rem;
}

body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .related-section:not(.related-section--products) .content-card h3 {
	display: -webkit-box;
	min-height: 2.95em;
	margin: 0 0 .28rem;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	color: var(--plcsea-navy-950);
	font-size: .72rem;
	font-weight: 850;
	line-height: 1.55;
}

body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .related-section:not(.related-section--products) .content-card__body > p {
	display: -webkit-box;
	margin: 0;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	color: #667b8f;
	font-size: .56rem;
	line-height: 1.75;
}

body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .related-section:not(.related-section--products) .content-card__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: .4rem;
	margin-top: auto;
	padding-top: .5rem;
	border-top: 1px solid #edf3f7;
}

body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .related-section:not(.related-section--products) .content-card__footer time {
	font-size: .49rem;
}

body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .related-section:not(.related-section--products) .content-card__footer .text-link {
	font-size: .52rem;
}


/* Related products: compact desktop cards, 4 per row */
body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .related-section--products .related-grid--products > ul.products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: .75rem;
}

body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .related-section--products .product-card__media {
	height: 125px;
	padding: .75rem 1rem;
}

body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .related-section--products .product-card__media img {
	max-height: 102px;
}

body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .related-section--products .product-card__body {
	padding: .58rem .65rem .65rem;
}

body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .related-section--products .product-card__title,
body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .related-section--products .product-card h3 {
	font-size: .74rem;
}

body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .related-section--products .product-card__identity {
	margin-bottom: .32rem;
	font-size: .5rem;
}

body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .related-section--products .product-card__price {
	font-size: .65rem;
}

body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .related-section--products .product-card__actions {
	grid-template-columns: minmax(0, 1fr) 32px;
	gap: .4rem;
	margin-top: .5rem;
}

body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .related-section--products .product-card__view {
	min-height: 32px;
	font-size: .55rem;
}

body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .related-section--products .product-card__cart {
	width: 32px;
	height: 32px;
	min-width: 32px;
}


/* Generic related carousel controls: hidden on desktop */
.related-carousel__controls {
	display: none;
}


/* Tablet */
@media (max-width: 1000px) {
	body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .related-section:not(.related-section--products) .card-grid,
	body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .related-section--products .related-grid--products > ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}


/* Mobile: products, articles and projects become horizontal carousels */
@media (max-width: 650px) {
	body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .singular-shell {
		width: 100%;
		padding: 1.1rem clamp(1rem, 4.8vw, 1.3rem) 2rem;
	}

	body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .entry-featured {
		width: 100%;
		margin-bottom: 1.05rem;
		border-radius: 13px;
	}

	body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .entity-section-label {
		width: 100%;
		margin-bottom: .65rem;
	}

	body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .entry-content {
		width: 100%;
		max-width: 100%;
		margin-inline: auto;
		font-size: .86rem;
		line-height: 2;
		overflow-wrap: anywhere;
	}

	body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .entry-content h2 {
		margin-top: 1.35rem;
		font-size: 1.08rem;
	}

	body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .entry-content h3 {
		margin-top: 1.05rem;
		font-size: .94rem;
	}

	body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .entry-content ul,
	body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .entry-content ol {
		padding-inline-start: 1.1rem;
	}

	body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .entry-content .wp-block-image,
	body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .entry-content figure:has(> img),
	body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .entry-content .wp-block-image img,
	body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .entry-content figure > img,
	body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .entry-content > img {
		width: 100% !important;
		max-width: 100% !important;
	}

	body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .related-section {
		padding-block: .9rem 1.6rem;
	}

	body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .related-section .section-heading {
		margin-bottom: .55rem;
		text-align: center;
	}

	body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .related-section .section-heading > div {
		width: 100%;
		text-align: center;
	}

	body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .related-carousel__controls {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: .45rem;
		margin: -.05rem 0 .7rem;
		direction: ltr;
	}

	body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .related-carousel__button {
		display: inline-grid;
		width: 34px;
		height: 34px;
		place-items: center;
		padding: 0;
		border: 1px solid #b9d9f2;
		border-radius: 8px;
		background: #fff;
		color: var(--plcsea-ocean-700);
		font-size: .95rem;
		line-height: 1;
		cursor: pointer;
		transition: border-color .18s ease, background-color .18s ease, transform .18s ease;
	}

	body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .related-carousel__button:hover,
	body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .related-carousel__button:focus-visible {
		border-color: var(--plcsea-ocean-600);
		background: #f3f9ff;
		transform: translateY(-1px);
	}

	body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .related-section--carousel [data-related-track] {
		display: flex !important;
		width: 100%;
		grid-template-columns: none !important;
		gap: .7rem;
		overflow-x: auto;
		overflow-y: hidden;
		padding: 0 .05rem .4rem;
		scroll-behavior: smooth;
		scroll-snap-type: x mandatory;
		overscroll-behavior-inline: contain;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .related-section--carousel [data-related-track]::-webkit-scrollbar {
		display: none;
	}

	body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .related-section--carousel [data-related-track] > .content-card,
	body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .related-section--products [data-related-track] > li.product {
		flex: 0 0 min(78vw, 280px) !important;
		width: min(78vw, 280px) !important;
		min-width: 0;
		scroll-snap-align: start;
	}

	body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .related-section--products .product-card__media {
		height: 140px;
	}
}

/* ==========================================================================
   SINGLE CONTEXT CTA — PRODUCT / PROJECT / SOLUTION
   Compact dimensions matched to the Single Knowledge CTA.
   ========================================================================== */

.single-context-cta {
	padding-block: 0 2.5rem;
	background: #fff;
}

body.single-product .single-context-cta {
	padding-block: 2rem 2.75rem;
}

.single-context-cta__inner {
	position: relative;
	display: grid;
	min-height: 118px;
	align-items: center;
	grid-template-columns: 58px minmax(0, 1fr) auto;
	gap: 1rem;
	padding: clamp(1.2rem, 3vw, 1.75rem);
	overflow: hidden;
	border: 1px solid #cfe3f3;
	border-radius: var(--radius-lg);
	background: linear-gradient(105deg, #f9fdff 0%, #edf8ff 100%);
	box-shadow: 0 10px 35px rgba(8, 58, 100, .045);
}

.single-context-cta__inner::after {
	position: absolute;
	top: -80px;
	left: 15%;
	width: 280px;
	height: 190px;
	border: 1px solid rgba(8, 124, 240, .09);
	border-radius: 50%;
	content: '';
	pointer-events: none;
	transform: rotate(-20deg);
}

.single-context-cta__icon {
	position: relative;
	z-index: 1;
	display: grid;
	width: 58px;
	height: 58px;
	place-items: center;
	border-radius: 16px;
	background: #e6f6ff;
	color: var(--plcsea-ocean-600);
}

.single-context-cta__icon .plcsea-icon,
.single-context-cta__icon svg {
	width: 28px;
	height: 28px;
}

.single-context-cta__content {
	position: relative;
	z-index: 1;
	min-width: 0;
}

.single-context-cta__content h2 {
	margin: 0 0 .2rem;
	color: var(--plcsea-navy-900);
	font-size: 1.05rem;
	line-height: 1.7;
}

.single-context-cta__content p {
	max-width: 720px;
	margin: 0;
	color: var(--plcsea-ink-500);
	font-size: .72rem;
	line-height: 1.8;
}

.single-context-cta__actions {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	gap: .55rem;
	white-space: nowrap;
}

.single-context-cta__actions .button {
	position: relative;
	min-height: 40px;
	justify-content: center;
	padding-inline: .85rem;
	transform: none;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.single-context-cta__actions a.button.button-primary {
	border: 1px solid #087cf0;
	background: #087cf0;
	box-shadow: 0 7px 18px rgba(8, 124, 240, .16);
	color: #fff;
}

.single-context-cta__actions a.button.button-primary:hover,
.single-context-cta__actions a.button.button-primary:focus,
.single-context-cta__actions a.button.button-primary:focus-visible,
.single-context-cta__actions a.button.button-primary:active {
	border-color: #0668cf;
	background: #0668cf;
	box-shadow: 0 9px 20px rgba(8, 105, 207, .20);
	color: #fff;
	transform: none;
}

.single-context-cta__actions a.button.single-context-cta__secondary {
	border: 1px solid #9fcaf0;
	background: #fff;
	box-shadow: none;
	color: #076fda;
}

.single-context-cta__actions a.button.single-context-cta__secondary:hover,
.single-context-cta__actions a.button.single-context-cta__secondary:focus,
.single-context-cta__actions a.button.single-context-cta__secondary:focus-visible,
.single-context-cta__actions a.button.single-context-cta__secondary:active {
	border-color: #72b5ec;
	background: #edf7ff;
	box-shadow: 0 5px 14px rgba(8, 87, 155, .08);
	color: #055fae;
	transform: none;
}

.single-context-cta__actions a.button::before,
.single-context-cta__actions a.button::after {
	display: none;
	content: none;
}


/* Single Product lives inside .woocommerce, whose global a.button rule has
   higher specificity and sets the full background shorthand. Scope these
   states to the product CTA so both normal and hover colors remain stable. */
body.single-product .single-context-cta__actions a.button.button-primary {
	border: 1px solid #087cf0;
	background: #087cf0;
	box-shadow: 0 7px 18px rgba(8, 124, 240, .16);
	color: #fff;
	transform: none;
	transition: none;
}

body.single-product .single-context-cta__actions a.button.button-primary:hover,
body.single-product .single-context-cta__actions a.button.button-primary:focus,
body.single-product .single-context-cta__actions a.button.button-primary:focus-visible,
body.single-product .single-context-cta__actions a.button.button-primary:active {
	border-color: #0668cf;
	background: #0668cf;
	box-shadow: 0 9px 20px rgba(8, 105, 207, .20);
	color: #fff;
	transform: none;
}

body.single-product .single-context-cta__actions a.button.single-context-cta__secondary {
	border: 1px solid #9fcaf0;
	background: #fff;
	box-shadow: none;
	color: #076fda;
	transform: none;
	transition: none;
}

body.single-product .single-context-cta__actions a.button.single-context-cta__secondary:hover,
body.single-product .single-context-cta__actions a.button.single-context-cta__secondary:focus,
body.single-product .single-context-cta__actions a.button.single-context-cta__secondary:focus-visible,
body.single-product .single-context-cta__actions a.button.single-context-cta__secondary:active {
	border-color: #72b5ec;
	background: #edf7ff;
	box-shadow: 0 5px 14px rgba(8, 87, 155, .08);
	color: #055fae;
	transform: none;
}

body.single-product .single-context-cta__actions a.button::before,
body.single-product .single-context-cta__actions a.button::after {
	display: none;
	content: none;
}

@media (max-width: 900px) {
	.single-context-cta__inner {
		grid-template-columns: 52px minmax(0, 1fr);
	}

	.single-context-cta__icon {
		width: 52px;
		height: 52px;
	}

	.single-context-cta__actions {
		grid-column: 1 / -1;
		white-space: normal;
	}
}

@media (max-width: 580px) {
	.single-context-cta {
		padding-bottom: 2rem;
	}

	body.single-product .single-context-cta {
		padding-block: 1.35rem 2.2rem;
	}

	.single-context-cta__inner {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.single-context-cta__icon {
		margin-inline: auto;
	}

	.single-context-cta__actions {
		display: grid;
		width: 100%;
		grid-template-columns: 1fr;
	}

	.single-context-cta__actions .button {
		width: 100%;
	}
}



@media (max-width: 650px) {
	body.single-product .single-context-cta__content,
	body.single-product .single-context-cta__content h2,
	body.single-product .single-context-cta__content p,
	body.single-product .wc-related-carousel > .related.products > h2 {
		width: 100%;
		margin-inline: auto;
		text-align: center;
	}
}


@media (max-width: 650px) {
	body.single-product .product-information .section-heading {
		width: 100%;
		justify-content: center;
		text-align: center;
	}

	body.single-product .product-information .section-heading > div {
		width: 100%;
		margin-inline: auto;
		text-align: center;
	}

	body.single-product .product-information .section-heading .eyebrow {
		justify-content: center;
		margin-inline: auto;
		text-align: center;
	}

	body.single-product .product-information .section-heading h2 {
		margin-inline: auto;
		text-align: center;
	}
}

/* ==========================================================================
   RELATED CONTENT — UNIFIED SINGLE CONTENT SYSTEM
   Post / Project / Solution / Service / Download / Product
   Desktop: compact 4-card grid
   Mobile: horizontal snap carousel with shared left/right controls
   ========================================================================== */

body:is(
	.single-post,
	.single-plcsea_project,
	.single-plcsea_solution,
	.single-plcsea_service,
	.single-plcsea_download,
	.single-product
) .related-section {
	padding-block: 1.05rem 1.9rem !important;
	border-top: 1px solid #dce8f2;
	background: linear-gradient(180deg, #f8fbfe 0%, #f4f9fd 100%);
}

/* Single Product keeps the related-content area on the same white surface
   as the WooCommerce product page, avoiding a sudden background break
   between product relations and semantic relations. */
body.single-product .related-section {
	background: #fff;
}

body:is(
	.single-post,
	.single-plcsea_project,
	.single-plcsea_solution,
	.single-plcsea_service,
	.single-plcsea_download,
	.single-product
) .related-section + .related-section {
	padding-top: .9rem !important;
}

body:is(
	.single-post,
	.single-plcsea_project,
	.single-plcsea_solution,
	.single-plcsea_service,
	.single-plcsea_download,
	.single-product
) .related-section .section-heading {
	margin-bottom: .7rem !important;
}

body:is(
	.single-post,
	.single-plcsea_project,
	.single-plcsea_solution,
	.single-plcsea_service,
	.single-plcsea_download,
	.single-product
) .related-section .section-heading h2 {
	font-size: 1.02rem;
}

body:is(
	.single-post,
	.single-plcsea_project,
	.single-plcsea_solution,
	.single-plcsea_service,
	.single-plcsea_download,
	.single-product
) .related-section .section-heading .eyebrow {
	font-size: .56rem;
}

/* Every non-product relationship uses the same 4-card desktop rhythm. */
body:is(
	.single-post,
	.single-plcsea_project,
	.single-plcsea_solution,
	.single-plcsea_service,
	.single-plcsea_download,
	.single-product
) .related-section:not(.related-section--products) .card-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: .75rem;
}

body:is(
	.single-post,
	.single-plcsea_project,
	.single-plcsea_solution,
	.single-plcsea_service,
	.single-plcsea_download,
	.single-product
) .related-section:not(.related-section--products) .content-card {
	display: flex;
	min-width: 0;
	min-height: 0;
	overflow: hidden;
	flex-direction: column;
	border: 1px solid #d8e5ef;
	border-radius: 11px;
	background: #fff;
	box-shadow: 0 4px 14px rgba(8, 45, 78, .04);
	transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

body:is(
	.single-post,
	.single-plcsea_project,
	.single-plcsea_solution,
	.single-plcsea_service,
	.single-plcsea_download,
	.single-product
) .related-section:not(.related-section--products) .content-card:hover {
	border-color: #9bc8e8;
	box-shadow: 0 10px 24px rgba(8, 52, 90, .08);
	transform: translateY(-3px);
}

body:is(
	.single-post,
	.single-plcsea_project,
	.single-plcsea_solution,
	.single-plcsea_service,
	.single-plcsea_download,
	.single-product
) .related-section:not(.related-section--products) .content-card__media {
	display: block;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	border-bottom: 1px solid #e7eff5;
	background: #eef7fc;
}

body:is(
	.single-post,
	.single-plcsea_project,
	.single-plcsea_solution,
	.single-plcsea_service,
	.single-plcsea_download,
	.single-product
) .related-section:not(.related-section--products) .content-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body:is(
	.single-post,
	.single-plcsea_project,
	.single-plcsea_solution,
	.single-plcsea_service,
	.single-plcsea_download,
	.single-product
) .related-section:not(.related-section--products) .content-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: .68rem .72rem .72rem;
}

body:is(
	.single-post,
	.single-plcsea_project,
	.single-plcsea_solution,
	.single-plcsea_service,
	.single-plcsea_download,
	.single-product
) .related-section:not(.related-section--products) .content-card__meta {
	min-height: 19px;
	margin-bottom: .32rem;
	font-size: .5rem;
}

body:is(
	.single-post,
	.single-plcsea_project,
	.single-plcsea_solution,
	.single-plcsea_service,
	.single-plcsea_download,
	.single-product
) .related-section:not(.related-section--products) .content-card__meta .badge {
	min-height: 19px;
	padding: .14rem .38rem;
	font-size: .48rem;
}

body:is(
	.single-post,
	.single-plcsea_project,
	.single-plcsea_solution,
	.single-plcsea_service,
	.single-plcsea_download,
	.single-product
) .related-section:not(.related-section--products) .content-card h3 {
	display: -webkit-box;
	min-height: 2.95em;
	margin: 0 0 .28rem;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	color: var(--plcsea-navy-950);
	font-size: .72rem;
	font-weight: 850;
	line-height: 1.55;
}

body:is(
	.single-post,
	.single-plcsea_project,
	.single-plcsea_solution,
	.single-plcsea_service,
	.single-plcsea_download,
	.single-product
) .related-section:not(.related-section--products) .content-card__body > p {
	display: -webkit-box;
	margin: 0;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	color: #667b8f;
	font-size: .56rem;
	line-height: 1.75;
}

body:is(
	.single-post,
	.single-plcsea_project,
	.single-plcsea_solution,
	.single-plcsea_service,
	.single-plcsea_download,
	.single-product
) .related-section:not(.related-section--products) .content-card__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: .4rem;
	margin-top: auto;
	padding-top: .5rem;
	border-top: 1px solid #edf3f7;
}

body:is(
	.single-post,
	.single-plcsea_project,
	.single-plcsea_solution,
	.single-plcsea_service,
	.single-plcsea_download,
	.single-product
) .related-section:not(.related-section--products) .content-card__footer time {
	font-size: .49rem;
}

body:is(
	.single-post,
	.single-plcsea_project,
	.single-plcsea_solution,
	.single-plcsea_service,
	.single-plcsea_download,
	.single-product
) .related-section:not(.related-section--products) .content-card__footer .text-link {
	font-size: .52rem;
}

/* Download relations participate in the same four-across system. */
body:is(
	.single-post,
	.single-plcsea_project,
	.single-plcsea_solution,
	.single-plcsea_service,
	.single-plcsea_download,
	.single-product
) .related-section--downloads .download-card {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr);
	min-width: 0;
	min-height: 0;
	overflow: hidden;
	border: 1px solid #d8e5ef;
	border-radius: 11px;
	background: #fff;
	box-shadow: 0 4px 14px rgba(8, 45, 78, .04);
}

body:is(
	.single-post,
	.single-plcsea_project,
	.single-plcsea_solution,
	.single-plcsea_service,
	.single-plcsea_download,
	.single-product
) .related-section--downloads .download-card__icon {
	min-height: 132px;
	padding: .55rem;
}

body:is(
	.single-post,
	.single-plcsea_project,
	.single-plcsea_solution,
	.single-plcsea_service,
	.single-plcsea_download,
	.single-product
) .related-section--downloads .download-card__icon .plcsea-icon {
	width: 25px;
	height: 25px;
}

body:is(
	.single-post,
	.single-plcsea_project,
	.single-plcsea_solution,
	.single-plcsea_service,
	.single-plcsea_download,
	.single-product
) .related-section--downloads .download-card__body {
	padding: .68rem;
}

body:is(
	.single-post,
	.single-plcsea_project,
	.single-plcsea_solution,
	.single-plcsea_service,
	.single-plcsea_download,
	.single-product
) .related-section--downloads .download-card h2 {
	display: -webkit-box;
	margin: 0 0 .28rem;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	font-size: .72rem;
	line-height: 1.55;
}

body:is(
	.single-post,
	.single-plcsea_project,
	.single-plcsea_solution,
	.single-plcsea_service,
	.single-plcsea_download,
	.single-product
) .related-section--downloads .download-card p {
	display: -webkit-box;
	margin: 0;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	font-size: .56rem;
	line-height: 1.7;
}

body:is(
	.single-post,
	.single-plcsea_project,
	.single-plcsea_solution,
	.single-plcsea_service,
	.single-plcsea_download,
	.single-product
) .related-section--downloads .download-card__footer {
	gap: .35rem;
	padding-top: .45rem;
	font-size: .5rem;
}

body:is(
	.single-post,
	.single-plcsea_project,
	.single-plcsea_solution,
	.single-plcsea_service,
	.single-plcsea_download,
	.single-product
) .related-section--downloads .download-card__footer .button {
	min-height: 30px;
	padding: .35rem .5rem;
	font-size: .52rem;
}

/* Related products use the same desktop 4-column rhythm. */
body:is(
	.single-post,
	.single-plcsea_project,
	.single-plcsea_solution,
	.single-plcsea_service,
	.single-plcsea_download,
	.single-product
) .related-section--products .related-grid--products > ul.products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: .75rem;
}


/* Native WooCommerce related products follow the same 4-card system. */
body.single-product .wc-related-carousel > .related.products {
	margin: 0;
	padding-block: 1.05rem 1.9rem;
	border-top: 1px solid #dce8f2;
	background: #fff;
}

body.single-product .wc-related-carousel > .related.products > h2 {
	margin: 0 auto .8rem;
	color: var(--plcsea-navy-900);
	font-size: 1.02rem;
	text-align: center;
}

body.single-product .wc-related-carousel > .related.products > ul.products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: .75rem;
	margin: 0;
}

body.single-product .wc-related-carousel > .related.products > ul.products > li.product {
	width: auto;
	min-width: 0;
	margin: 0;
	float: none;
}

/* Shared controls are mobile-only. */
.related-carousel__controls {
	display: none;
}

@media (max-width: 1000px) {
	body:is(
		.single-post,
		.single-plcsea_project,
		.single-plcsea_solution,
		.single-plcsea_service,
		.single-plcsea_download,
		.single-product
	) .related-section:not(.related-section--products) .card-grid,
	body:is(
		.single-post,
		.single-plcsea_project,
		.single-plcsea_solution,
		.single-plcsea_service,
		.single-plcsea_download,
		.single-product
	) .related-section--products .related-grid--products > ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 650px) {
	body:is(
		.single-post,
		.single-plcsea_project,
		.single-plcsea_solution,
		.single-plcsea_service,
		.single-plcsea_download,
		.single-product
	) .related-section {
		padding-block: .9rem 1.55rem !important;
	}

	body:is(
		.single-post,
		.single-plcsea_project,
		.single-plcsea_solution,
		.single-plcsea_service,
		.single-plcsea_download,
		.single-product
	) .related-section .section-heading {
		margin-bottom: .55rem !important;
		text-align: center;
	}

	body:is(
		.single-post,
		.single-plcsea_project,
		.single-plcsea_solution,
		.single-plcsea_service,
		.single-plcsea_download,
		.single-product
	) .related-section .section-heading > div {
		width: 100%;
		text-align: center;
	}

	body:is(
		.single-post,
		.single-plcsea_project,
		.single-plcsea_solution,
		.single-plcsea_service,
		.single-plcsea_download,
		.single-product
	) .related-carousel__controls {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: .45rem;
		margin: -.05rem 0 .7rem;
		direction: ltr;
	}

	body:is(
		.single-post,
		.single-plcsea_project,
		.single-plcsea_solution,
		.single-plcsea_service,
		.single-plcsea_download,
		.single-product
	) .related-carousel__button {
		display: inline-grid;
		width: 34px;
		height: 34px;
		place-items: center;
		padding: 0;
		border: 1px solid #b9d9f2;
		border-radius: 8px;
		background: #fff;
		color: var(--plcsea-ocean-700);
		font-size: .95rem;
		line-height: 1;
		cursor: pointer;
		transition: border-color .18s ease, background-color .18s ease, transform .18s ease, opacity .18s ease;
	}

	body:is(
		.single-post,
		.single-plcsea_project,
		.single-plcsea_solution,
		.single-plcsea_service,
		.single-plcsea_download,
		.single-product
	) .related-carousel__button:hover,
	body:is(
		.single-post,
		.single-plcsea_project,
		.single-plcsea_solution,
		.single-plcsea_service,
		.single-plcsea_download,
		.single-product
	) .related-carousel__button:focus-visible {
		border-color: var(--plcsea-ocean-600);
		background: #f3f9ff;
		transform: translateY(-1px);
	}

	body:is(
		.single-post,
		.single-plcsea_project,
		.single-plcsea_solution,
		.single-plcsea_service,
		.single-plcsea_download,
		.single-product
	) .related-carousel__button:disabled {
		opacity: .38;
		cursor: default;
		transform: none;
	}

	body.single-product .wc-related-carousel {
		position: relative;
	}

	body.single-product .wc-related-carousel .related-carousel__controls {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: .45rem;
		margin: 0 0 .7rem;
		direction: ltr;
	}

	body.single-product .wc-related-carousel > .related.products {
		padding-block: .9rem 1.55rem;
	}

	body.single-product .wc-related-carousel > .related.products > ul.products[data-related-track] {
		display: flex !important;
		width: 100%;
		grid-template-columns: none !important;
		gap: .7rem;
		overflow-x: auto;
		overflow-y: hidden;
		margin: 0;
		padding: 0 .05rem .4rem;
		scroll-behavior: smooth;
		scroll-snap-type: x mandatory;
		overscroll-behavior-inline: contain;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		direction: rtl;
	}

	body.single-product .wc-related-carousel > .related.products > ul.products[data-related-track]::-webkit-scrollbar {
		display: none;
	}

	body.single-product .wc-related-carousel > .related.products > ul.products[data-related-track] > li.product {
		flex: 0 0 min(78vw, 280px) !important;
		width: min(78vw, 280px) !important;
		min-width: 0;
		margin: 0;
		float: none;
		scroll-snap-align: start;
	}

	body:is(
		.single-post,
		.single-plcsea_project,
		.single-plcsea_solution,
		.single-plcsea_service,
		.single-plcsea_download,
		.single-product
	) .related-section--carousel [data-related-track] {
		display: flex !important;
		width: 100%;
		grid-template-columns: none !important;
		gap: .7rem;
		overflow-x: auto;
		overflow-y: hidden;
		padding: 0 .05rem .4rem;
		scroll-behavior: smooth;
		scroll-snap-type: x mandatory;
		overscroll-behavior-inline: contain;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		direction: rtl;
	}

	body:is(
		.single-post,
		.single-plcsea_project,
		.single-plcsea_solution,
		.single-plcsea_service,
		.single-plcsea_download,
		.single-product
	) .related-section--carousel [data-related-track]::-webkit-scrollbar {
		display: none;
	}

	body:is(
		.single-post,
		.single-plcsea_project,
		.single-plcsea_solution,
		.single-plcsea_service,
		.single-plcsea_download,
		.single-product
	) .related-section--carousel [data-related-track] > .content-card,
	body:is(
		.single-post,
		.single-plcsea_project,
		.single-plcsea_solution,
		.single-plcsea_service,
		.single-plcsea_download,
		.single-product
	) .related-section--carousel [data-related-track] > .download-card,
	body:is(
		.single-post,
		.single-plcsea_project,
		.single-plcsea_solution,
		.single-plcsea_service,
		.single-plcsea_download,
		.single-product
	) .related-section--products [data-related-track] > li.product {
		flex: 0 0 min(78vw, 280px) !important;
		width: min(78vw, 280px) !important;
		min-width: 0;
		scroll-snap-align: start;
	}

	body:is(
		.single-post,
		.single-plcsea_project,
		.single-plcsea_solution,
		.single-plcsea_service,
		.single-plcsea_download,
		.single-product
	) .related-section--downloads .download-card {
		grid-template-columns: 56px minmax(0, 1fr);
	}
}


/* SINGLE PROJECT — MOBILE IMAGE BREATHING ROOM */
@media (max-width: 650px) {
	body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .entry-featured {
		width: 94%;
		margin-inline: auto;
	}

	body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .entry-content .wp-block-image,
	body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .entry-content figure:has(> img) {
		width: 94% !important;
		max-width: 94% !important;
		margin-inline: auto !important;
	}

	body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .entry-content .wp-block-image img,
	body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .entry-content figure > img,
	body:is(.single-plcsea_project, .single-plcsea_solution, .single-plcsea_service, .single-plcsea_download) .entry-content > img {
		width: 100% !important;
		max-width: 100% !important;
		margin-inline: auto !important;
		border-radius: 12px;
	}
}



/* ==========================================================================
   CONTACT PLCSEA — CONTENT BELOW HERO
   ========================================================================== */

.contact-page {
	position: relative;
	background: linear-gradient(180deg, #f8fbfe 0, #fff 340px);
}

.contact-page::before {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(8, 124, 240, .02) 1px, transparent 1px),
		linear-gradient(90deg, rgba(8, 124, 240, .02) 1px, transparent 1px);
	background-size: 52px 52px;
	content: '';
	pointer-events: none;
}

.contact-page__shell {
	position: relative;
	z-index: 1;
	width: min(100%, 1180px);
	padding-block: 2rem 3.5rem;
}

.contact-section-heading,
.contact-workspace__heading {
	text-align: center;
}

.contact-section-heading .eyebrow,
.contact-workspace__heading .eyebrow,
.contact-support-panel .eyebrow,
.contact-brief .eyebrow {
	color: var(--plcsea-ocean-600);
	font-family: var(--plcsea-font-tech);
	font-size: .66rem;
	font-weight: 900;
	letter-spacing: .1em;
}

.contact-section-heading h2 {
	margin: .4rem 0 .3rem;
	color: var(--plcsea-navy-950);
	font-family: var(--plcsea-font);
	font-size: clamp(1.5rem, 2.4vw, 2rem);
	line-height: 1.55;
}

.contact-section-heading p {
	max-width: 720px;
	margin: 0 auto;
	color: var(--plcsea-ink-500);
	font-family: var(--plcsea-font);
	font-size: .74rem;
	line-height: 1.9;
}

.contact-channels__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: .9rem;
	margin-top: 1.35rem;
}

.contact-channel-card {
	position: relative;
	display: flex;
	min-height: 192px;
	flex-direction: column;
	align-items: center;
	padding: 1rem .9rem .95rem;
	overflow: hidden;
	border: 1px solid #d1e3ef;
	border-radius: 15px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(8, 48, 84, .045);
	color: inherit;
	font-family: var(--plcsea-font);
	text-align: center;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.contact-channel-card::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 3px;
	background: linear-gradient(90deg, #087cf0, #28c8ee);
	content: '';
}

.contact-channel-card--whatsapp::after {
	background: linear-gradient(90deg, #21b85f, #5adf8e);
}

.contact-channel-card--bale::after {
	background: linear-gradient(90deg, #1588d3, #38c7e8);
}

a.contact-channel-card:hover,
a.contact-channel-card:focus-visible {
	border-color: #95c9ea;
	box-shadow: 0 14px 32px rgba(8, 54, 96, .085);
	transform: translateY(-2px);
}

.contact-channel-card__icon {
	display: grid;
	width: 50px;
	height: 50px;
	place-items: center;
	margin-bottom: .6rem;
	border: 1px solid #cfe5f5;
	border-radius: 14px;
	background: #edf8ff;
	color: var(--plcsea-ocean-600);
}

.contact-channel-card__icon svg {
	width: 25px;
	height: 25px;
}

.contact-channel-card__icon--whatsapp {
	border-color: #ccefdc;
	background: #effcf5;
	color: #25d366;
}

.contact-channel-card__icon--whatsapp svg {
	width: 27px;
	height: 27px;
	fill: currentColor;
	stroke: none;
}

.contact-channel-card__icon--bale {
	border-color: #d4e7f6;
	background: #f1f8fe;
}

.contact-channel-card__icon--bale img {
	width: 29px;
	height: 29px;
	object-fit: contain;
}

.contact-channel-card > strong {
	color: var(--plcsea-navy-950);
	font-family: var(--plcsea-font);
	font-size: .85rem;
	font-weight: 850;
	line-height: 1.55;
}

.contact-channel-card > b {
	margin-top: .26rem;
	color: var(--plcsea-navy-950);
	font-family: var(--plcsea-font);
	font-size: .78rem;
	font-weight: 800;
	line-height: 1.55;
	font-variant-numeric: tabular-nums;
}

.contact-channel-card > small {
	max-width: 210px;
	margin-top: .36rem;
	color: var(--plcsea-ink-500);
	font-family: var(--plcsea-font);
	font-size: .62rem;
	font-weight: 500;
	line-height: 1.85;
}

.contact-channel-card__action {
	display: inline-flex;
	min-height: 32px;
	align-items: center;
	justify-content: center;
	margin-top: auto;
	padding: .4rem .72rem;
	border: 1px solid #acd3ed;
	border-radius: 8px;
	background: #fff;
	color: var(--plcsea-ocean-700);
	font-family: var(--plcsea-font);
	font-size: .62rem;
	font-weight: 800;
	line-height: 1;
}

.contact-channel-card__action--whatsapp {
	border-color: #b9e8cb;
	color: #168b51;
}

.contact-channel-card__action--bale {
	border-color: #c5dff2;
	color: #1476bd;
}

.contact-channel-card.is-pending .contact-channel-card__action {
	opacity: .78;
}

/* Form + visual panel: balanced like the reference mockup. */
.contact-workspace {
	display: grid;
	grid-template-areas: "form panel";
	grid-template-columns: minmax(0, 1.18fr) minmax(340px, .82fr);
	gap: 1rem;
	align-items: stretch;
	margin-top: 2.35rem;
	direction: ltr;
}

.contact-workspace__form {
	grid-area: form;
	direction: rtl;
}

.contact-support-panel {
	grid-area: panel;
	direction: rtl;
}

.contact-workspace__form,
.contact-support-panel {
	min-height: 500px;
	border: 1px solid #d3e5f1;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 9px 28px rgba(8, 48, 84, .04);
}

.contact-workspace__form {
	padding: 1.3rem 1.35rem 1.2rem;
}

.contact-workspace__heading {
	width: min(100%, 650px);
	margin: 0 auto .9rem;
}

.contact-workspace__heading h2 {
	margin: .35rem 0 .25rem;
	color: var(--plcsea-navy-950);
	font-family: var(--plcsea-font);
	font-size: 1.55rem;
	line-height: 1.55;
}

.contact-workspace__heading p {
	margin: 0;
	color: var(--plcsea-ink-500);
	font-family: var(--plcsea-font);
	font-size: .8rem;
	line-height: 1.9;
}

.contact-request__form {
	width: min(100%, 700px);
	margin-inline: auto;
}

.contact-request__form .plcsea-contact-form {
	margin: 0;
}

/* In case Core changes its HTML later, keep any honeypot input out of sight. */
.contact-request__form input[name*="website" i],
.contact-request__form input[id*="website" i],
.contact-request__form input[placeholder*="website" i],
.contact-request__form label:has(input[name*="website" i]),
.contact-request__form label:has(input[id*="website" i]),
.contact-request__form form > input[type="text"]:first-of-type:not([required]),
.contact-request__form .contact-form-grid > input[type="text"]:first-child:not([required]) {
	display: none;
}

.contact-request__form .contact-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: .68rem .82rem;
}

.contact-request__form .contact-form-grid > *:has(select),
.contact-request__form .contact-form-grid > *:has(textarea) {
	grid-column: 1 / -1;
}

.contact-request__form label,
.contact-request__form .contact-form-field {
	color: var(--plcsea-navy-900);
	font-family: var(--plcsea-font);
	font-size: .8rem;
	font-weight: 700;
}

.contact-request__form input:not([type="submit"]),
.contact-request__form select,
.contact-request__form textarea {
	width: 100%;
	min-height: 48px;
	padding: .72rem .82rem;
	border: 1px solid #c9ddeb;
	border-radius: 9px;
	background: #fbfdff;
	box-shadow: none;
	color: var(--plcsea-navy-950);
	font-family: var(--plcsea-font);
	font-size: .84rem;
	line-height: 1.8;
}

.contact-request__form textarea {
	min-height: 150px;
	resize: vertical;
	line-height: 1.95;
}

.contact-request__form .form-help {
	display: block;
	margin-top: .45rem;
	color: var(--plcsea-ink-500);
	font-family: var(--plcsea-font);
	font-size: .75rem;
	line-height: 1.85;
}

.contact-request__form input:focus,
.contact-request__form select:focus,
.contact-request__form textarea:focus {
	border-color: #72b5ec;
	outline: 0;
	background: #fff;
	box-shadow: 0 0 0 3px rgba(8, 124, 240, .07);
}

.contact-request__form .button {
	min-width: 150px;
	min-height: 46px;
	padding: .68rem 1.2rem;
	border: 1px solid #087cf0;
	border-radius: 9px;
	background: #087cf0;
	color: #fff;
	box-shadow: 0 7px 18px rgba(8, 124, 240, .14);
	font-family: var(--plcsea-font);
	font-size: .78rem;
	font-weight: 850;
	transform: none;
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.contact-request__form .button:hover,
.contact-request__form .button:focus-visible,
.contact-request__form .button:active {
	border-color: #0668cf;
	background: #0668cf;
	box-shadow: 0 10px 22px rgba(8, 105, 207, .2);
	transform: none;
}

.contact-support-panel {
	position: relative;
	overflow: hidden;
	background: #f5fbff;
}

.contact-support-panel::before {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(
			270deg,
			rgba(250, 253, 255, .99) 0%,
			rgba(250, 253, 255, .97) 26%,
			rgba(248, 252, 255, .86) 44%,
			rgba(244, 250, 254, .58) 58%,
			rgba(240, 248, 253, .25) 72%,
			rgba(237, 246, 251, .06) 88%,
			rgba(237, 246, 251, 0) 100%
		),
		linear-gradient(
			180deg,
			rgba(249, 253, 255, .88) 0%,
			rgba(249, 253, 255, .58) 30%,
			rgba(246, 251, 254, .18) 58%,
			rgba(242, 249, 253, 0) 82%
		),
		url('../images/contact/contact-support-panel.webp') 48% 56% / cover no-repeat;
	content: '';
}

.contact-support-panel__content {
	position: relative;
	z-index: 1;
	display: flex;
	width: min(80%, 420px);
	min-height: 100%;
	flex-direction: column;
	justify-content: flex-start;
	margin-left: auto;
	padding: 1.55rem 1.45rem 2.1rem;
	direction: rtl;
	text-align: right;
}

.contact-support-panel h2 {
	margin: .52rem 0 .72rem;
	color: var(--plcsea-navy-950);
	font-family: var(--plcsea-font);
	font-size: 1.42rem;
	line-height: 1.5;
}

.contact-support-panel h2 span {
	display: block;
	margin-bottom: .12rem;
	color: #087cf0;
	font-family: var(--plcsea-font-tech);
	font-size: .86rem;
	font-weight: 800;
	letter-spacing: -.01em;
}

.contact-support-panel .eyebrow,
.contact-support-panel h2,
.contact-support-panel h2 span,
.contact-support-panel p,
.contact-support-panel li div,
.contact-support-panel li strong,
.contact-support-panel li small {
	text-align: right;
}

.contact-support-panel p {
	max-width: 365px;
	margin: 0;
	color: var(--plcsea-ink-700);
	font-family: var(--plcsea-font);
	font-size: .72rem;
	line-height: 1.95;
}

.contact-support-panel ul {
	display: grid;
	gap: 1.12rem;
	margin: 2rem 0 0;
	padding: 1.25rem 0 0;
	border-top: 1px solid rgba(10, 94, 157, .13);
	list-style: none;
}

.contact-support-panel li {
	display: grid;
	grid-template-columns: 42px 1fr;
	gap: .82rem;
	align-items: center;
	min-height: 66px;
}

.contact-support-panel li > span {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border: 1px solid rgba(8, 124, 240, .1);
	border-radius: 12px;
	background: rgba(232, 246, 255, .92);
	color: var(--plcsea-ocean-600);
}

.contact-support-panel li svg {
	width: 21px;
	height: 21px;
}

.contact-support-panel li strong {
	display: block;
	color: var(--plcsea-navy-950);
	font-family: var(--plcsea-font);
	font-size: .77rem;
	font-weight: 800;
}

.contact-support-panel li small {
	display: block;
	margin-top: .08rem;
	color: var(--plcsea-ink-500);
	font-family: var(--plcsea-font);
	font-size: .61rem;
	line-height: 1.65;
}

/* Bottom technical brief: centered, visual, and compact like the reference. */
.contact-brief {
	position: relative;
	display: block;
	min-height: 0;
	margin-top: 2rem;
	padding: 1.35rem 1.4rem 1.25rem;
	overflow: hidden;
	border: 1px solid #c7e0f3;
	border-radius: 17px;
	background: linear-gradient(105deg, #f9fdff 0%, #edf8ff 100%);
	direction: rtl;
}

.contact-brief::before {
	position: absolute;
	top: -85px;
	left: 8%;
	width: 210px;
	height: 160px;
	border: 1px solid rgba(8, 124, 240, .07);
	border-radius: 50%;
	content: '';
}

.contact-brief__content {
	position: relative;
	z-index: 1;
	width: 100%;
	text-align: center;
}

.contact-brief__content {
	grid-area: content;
	direction: rtl;
}



.contact-brief h2 {
	margin: .3rem 0 .2rem;
	color: var(--plcsea-navy-950);
	font-family: var(--plcsea-font);
	font-size: 1.38rem;
	line-height: 1.55;
}

.contact-brief p {
	max-width: 760px;
	margin: 0 auto;
	color: var(--plcsea-ink-500);
	font-family: var(--plcsea-font);
	font-size: .69rem;
	line-height: 1.85;
}

.contact-brief__points {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: .55rem;
	margin-top: .82rem;
}

.contact-brief__points span {
	display: inline-flex;
	min-height: 36px;
	align-items: center;
	gap: .45rem;
	padding: .38rem .68rem;
	border: 1px solid #cfe3f2;
	border-radius: 999px;
	background: rgba(255, 255, 255, .92);
	color: var(--plcsea-navy-850);
	font-family: var(--plcsea-font);
	font-size: .61rem;
	font-weight: 750;
}

.contact-brief__points i {
	display: grid;
	width: 24px;
	height: 24px;
	place-items: center;
	border-radius: 50%;
	background: #e7f5ff;
	color: var(--plcsea-ocean-600);
	font-style: normal;
}

.contact-brief__points i svg {
	width: 14px;
	height: 14px;
}

@media (max-width: 980px) {
	.contact-channels__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.contact-workspace {
		grid-template-areas:
			"form"
			"panel";
		grid-template-columns: 1fr;
		direction: ltr;
	}

	.contact-workspace__form,
	.contact-support-panel {
		min-height: 0;
	}

	.contact-support-panel {
		min-height: 390px;
	}

	.contact-support-panel__content {
		width: min(86%, 440px);
		margin-left: auto;
		margin-right: 0;
	}
}

@media (max-width: 720px) {
	.contact-request__form .contact-form-grid {
		grid-template-columns: 1fr;
	}

	.contact-request__form .contact-form-grid > *:has(select),
	.contact-request__form .contact-form-grid > *:has(textarea) {
		grid-column: auto;
	}
}

@media (max-width: 580px) {
	.contact-page__shell {
		padding-block: 1.35rem 2.7rem;
	}

	.contact-channels__grid {
		grid-template-columns: 1fr;
		gap: .7rem;
	}

	.contact-channel-card {
		min-height: 176px;
	}

	.contact-workspace {
		margin-top: 1.7rem;
	}

	.contact-workspace__form {
		padding: .95rem;
	}

	.contact-workspace__heading h2 {
		font-size: 1.35rem;
	}

	.contact-support-panel {
		min-height: 420px;
	}

	.contact-support-panel__content {
		width: min(92%, 430px);
		margin-left: auto;
		margin-right: 0;
		padding: 1.2rem 1.1rem 1.6rem;
	}

	.contact-request__form .button {
		width: 100%;
		justify-content: center;
	}

	.contact-brief {
		padding: 1.15rem 1rem;
		text-align: center;
	}

	.contact-brief__points {
		justify-content: center;
	}
}

/* ==========================================================================
   ABOUT PLCSEA
   ========================================================================== */

.about-main {
	position: relative;
	overflow: hidden;
	background: linear-gradient(180deg, #fff 0%, #f9fcff 42%, #fff 100%);
}

.about-main::before {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(8, 124, 240, .025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(8, 124, 240, .025) 1px, transparent 1px);
	background-size: 52px 52px;
	content: '';
	pointer-events: none;
	mask-image: linear-gradient(180deg, transparent 0, #000 14%, #000 86%, transparent 100%);
}

.about-shell {
	position: relative;
	z-index: 1;
	padding-block: clamp(1.65rem, 3vw, 2.5rem) 3.2rem;
}

.about-section-heading {
	width: min(100%, 790px);
	margin: 0 auto .95rem;
	text-align: center;
}

.about-section-heading .eyebrow,
.about-scope .eyebrow,
.about-principle .eyebrow,
.about-contact .eyebrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .58rem;
	margin-bottom: .28rem;
	color: var(--plcsea-ocean-600);
	font-family: var(--plcsea-font-tech);
	font-size: .62rem;
	font-weight: 850;
	letter-spacing: .1em;
}

.about-section-heading .eyebrow::before,
.about-section-heading .eyebrow::after {
	width: 26px;
	height: 1px;
	flex: 0 0 26px;
	background: currentColor;
	content: '';
}

.about-section-heading h2,
.about-scope h2,
.about-principle h2,
.about-contact h2 {
	margin: 0;
	color: var(--plcsea-navy-950);
	font-size: clamp(1.28rem, 1.08rem + .65vw, 1.72rem);
	line-height: 1.55;
}

.about-section-heading > p {
	max-width: 700px;
	margin: .3rem auto 0;
	color: var(--plcsea-ink-500);
	font-size: .73rem;
	line-height: 1.85;
}

.about-intro__panel {
	position: relative;
	display: grid;
	width: min(100%, 1080px);
	grid-template-columns: 72px minmax(0, 1fr);
	align-items: center;
	gap: 1rem;
	margin-inline: auto;
	padding: 1.1rem 1.25rem;
	overflow: hidden;
	border: 1px solid #cfe2f1;
	border-radius: 16px;
	background: linear-gradient(110deg, rgba(255,255,255,.96), rgba(239,248,255,.95));
	box-shadow: 0 8px 24px rgba(8, 54, 96, .045);
}

.about-intro__panel::after {
	position: absolute;
	top: -70px;
	left: 8%;
	width: 260px;
	height: 170px;
	border: 1px solid rgba(8, 124, 240, .08);
	border-radius: 50%;
	content: '';
	transform: rotate(-18deg);
}

.about-intro__mark {
	position: relative;
	z-index: 1;
	display: grid;
	width: 62px;
	height: 62px;
	place-items: center;
	border: 1px solid #c7e2f4;
	border-radius: 15px;
	background: #eaf7ff;
	color: var(--plcsea-ocean-600);
}

.about-intro__mark svg {
	width: 36px;
	height: 36px;
}

.about-intro__panel > div:last-child {
	position: relative;
	z-index: 1;
}

.about-intro__panel h3 {
	margin: 0;
	color: var(--plcsea-navy-950);
	font-size: 1rem;
	line-height: 1.7;
}

.about-intro__panel p {
	max-width: 900px;
	margin: .25rem 0 0;
	color: var(--plcsea-ink-600);
	font-size: .73rem;
	line-height: 1.9;
}

.about-pillars,
.about-approach {
	margin-top: clamp(2rem, 3.8vw, 3rem);
}

.about-pillars__grid {
	display: grid;
	width: min(100%, 1160px);
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: .9rem;
	margin-inline: auto;
}

.about-pillar {
	position: relative;
	display: grid;
	min-height: 238px;
	overflow: hidden;
	grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
	border: 1px solid #cfdfec;
	border-radius: 15px;
	background: #fff;
	box-shadow: 0 7px 22px rgba(8, 48, 84, .045);
	color: inherit;
	direction: ltr;
	transition: border-color .22s ease, box-shadow .25s ease;
}

.about-pillar:hover {
	border-color: #91c7eb;
	box-shadow: 0 14px 32px rgba(8, 54, 96, .085);
}

.about-pillar__visual {
	position: relative;
	display: block;
	overflow: hidden;
	grid-column: 2;
	grid-row: 1;
	border-right: 1px solid #e2ebf2;
	background: #eaf4fa;
}

.about-pillar__visual::before,
.about-pillar__visual::after {
	display: none;
	content: none;
}

.about-pillar__visual img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease, filter .35s ease;
}

.about-pillar--learn .about-pillar__visual img {
	object-position: 48% center;
}

.about-pillar--store .about-pillar__visual img {
	object-position: 56% center;
}

.about-pillar--build .about-pillar__visual img {
	object-position: 62% center;
}

.about-pillar:hover .about-pillar__visual img {
	filter: saturate(1.025);
	transform: scale(1.018);
}

.about-pillar__content {
	position: relative;
	z-index: 2;
	display: flex;
	min-width: 0;
	flex-direction: column;
	grid-column: 1;
	grid-row: 1;
	padding: 1rem 1.05rem .95rem;
	direction: rtl;
	text-align: right;
}

.about-pillar__topline {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: .7rem;
	margin-bottom: .55rem;
	direction: ltr;
}

.about-pillar__number {
	color: #d6e5f1;
	font-family: var(--plcsea-font-tech);
	font-size: 1.65rem;
	font-weight: 900;
	line-height: 1;
}

.about-pillar__label {
	color: var(--plcsea-ocean-600);
	font-family: var(--plcsea-font-tech);
	font-size: .62rem;
	font-weight: 900;
	letter-spacing: .08em;
	white-space: nowrap;
}

.about-pillar h3 {
	margin: 0;
	color: var(--plcsea-navy-950);
	font-size: .98rem;
	line-height: 1.65;
}

.about-pillar p {
	margin: .36rem 0 0;
	color: var(--plcsea-ink-500);
	font-size: .67rem;
	line-height: 1.85;
}

.about-pillar__link {
	margin-top: auto;
	padding-top: .72rem;
	color: var(--plcsea-ocean-700);
	font-size: .64rem;
	font-weight: 850;
}

.about-values {
	display: grid;
	width: min(100%, 1160px);
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: .75rem;
	margin-inline: auto;
}

.about-value {
	padding: .95rem;
	border: 1px solid #dbe8f2;
	border-radius: 14px;
	background: rgba(255,255,255,.94);
	box-shadow: 0 5px 18px rgba(8, 48, 84, .03);
}

.about-value__icon {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	margin: 0 auto .6rem;
	border-radius: 11px;
	background: #edf8ff;
	color: var(--plcsea-ocean-600);
}

.about-value__icon svg {
	width: 23px;
	height: 23px;
}

.about-value h3 {
	margin: 0;
	color: var(--plcsea-navy-950);
	font-size: .85rem;
	text-align: center;
}

.about-value p {
	margin: .28rem 0 0;
	color: var(--plcsea-ink-500);
	font-size: .65rem;
	line-height: 1.8;
	text-align: center;
}

.about-scope {
	margin-top: clamp(2.15rem, 4vw, 3rem);
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(300px, .88fr);
	gap: clamp(1.35rem, 3vw, 2.6rem);
	align-items: center;
	min-height: 330px;
	padding: clamp(1.8rem, 3.5vw, 2.7rem);
	overflow: hidden;
	border: 1px solid #cfe2f1;
	border-radius: 20px;
	background:
		linear-gradient(120deg, rgba(235, 247, 255, .96), rgba(247, 252, 255, .92)),
		linear-gradient(rgba(17, 126, 214, .035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(17, 126, 214, .035) 1px, transparent 1px);
	background-size: auto, 30px 30px, 30px 30px;
}

.about-scope::after {
	position: absolute;
	inset: auto -90px -135px auto;
	width: 290px;
	height: 290px;
	border: 1px solid rgba(17, 126, 214, .09);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.about-scope__content {
	position: relative;
	z-index: 2;
	text-align: right;
}

.about-scope__content .eyebrow {
	display: inline-flex;
	align-items: center;
	gap: .7rem;
	color: var(--plcsea-ocean-600);
	font-family: var(--plcsea-font-tech);
	font-size: .68rem;
	font-weight: 900;
	letter-spacing: .08em;
}

.about-scope__content h2 {
	margin: .55rem 0 .55rem;
	color: var(--plcsea-navy-950);
	font-size: clamp(1.55rem, 2.3vw, 2.05rem);
	line-height: 1.45;
}

.about-scope__content > p {
	max-width: 670px;
	margin: 0;
	color: var(--plcsea-ink-500);
	font-size: .78rem;
	line-height: 1.95;
}

.about-scope__tags {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
	margin-top: 1.15rem;
}

.about-scope__tags span {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: .35rem .72rem;
	border: 1px solid #c8ddeb;
	border-radius: 999px;
	background: rgba(255,255,255,.78);
	color: var(--plcsea-navy-900);
	font-size: .64rem;
	font-weight: 750;
}

.about-scope__diagram {
	position: relative;
	z-index: 2;
	width: min(100%, 410px);
	aspect-ratio: 4 / 3;
	margin-inline: auto;
	color: #76b9f4;
}

.about-scope__diagram svg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.about-scope__node {
	position: absolute;
	z-index: 2;
	display: grid;
	min-width: 72px;
	min-height: 44px;
	place-items: center;
	padding: .4rem .65rem;
	border: 1px solid #b9d8ee;
	border-radius: 11px;
	background: rgba(255,255,255,.92);
	color: var(--plcsea-ocean-700);
	font-family: var(--plcsea-font-tech);
	font-size: .68rem;
	font-weight: 900;
	box-shadow: 0 7px 18px rgba(8, 61, 104, .045);
}

.about-scope__node--center {
	top: 50%;
	left: 50%;
	min-width: 100px;
	min-height: 58px;
	border-color: var(--plcsea-ocean-500);
	background: var(--plcsea-ocean-600);
	color: #fff;
	transform: translate(-50%, -50%);
}

.about-scope__node--one { top: 10%; left: 7%; }
.about-scope__node--two { top: 10%; right: 7%; }
.about-scope__node--three { bottom: 10%; left: 7%; }
.about-scope__node--four { right: 7%; bottom: 10%; }

.about-principle {
	margin-top: clamp(2rem, 3.5vw, 2.7rem);
	position: relative;
	display: grid;
	grid-template-columns: 66px minmax(0, 1fr);
	gap: 1.15rem;
	align-items: center;
	padding: 1.45rem 1.55rem;
	overflow: hidden;
	border: 1px solid #d6e5f0;
	border-right: 3px solid var(--plcsea-ocean-500);
	border-radius: 18px;
	background:
		linear-gradient(105deg, #fff 0%, #fff 66%, #f3faff 100%);
	box-shadow: 0 8px 24px rgba(7, 50, 88, .035);
}

.about-principle::before {
	position: absolute;
	top: -78px;
	left: -62px;
	width: 190px;
	height: 190px;
	border: 1px solid rgba(18, 131, 222, .08);
	border-radius: 50%;
	content: "";
}

.about-principle__icon {
	position: relative;
	z-index: 2;
	display: grid;
	width: 58px;
	height: 58px;
	place-items: center;
	border: 1px solid #d6e9f7;
	border-radius: 15px;
	background: #edf8ff;
	color: var(--plcsea-ocean-600);
}

.about-principle__icon svg {
	width: 27px;
	height: 27px;
}

.about-principle__content {
	position: relative;
	z-index: 2;
	min-width: 0;
}

.about-principle .eyebrow {
	color: var(--plcsea-ocean-600);
	font-family: var(--plcsea-font-tech);
	font-size: .66rem;
	font-weight: 900;
	letter-spacing: .08em;
}

.about-principle h2 {
	margin: .35rem 0 .35rem;
	color: var(--plcsea-navy-950);
	font-size: 1.18rem;
	line-height: 1.55;
}

.about-principle p {
	max-width: 900px;
	margin: 0;
	color: var(--plcsea-ink-500);
	font-size: .72rem;
	line-height: 1.9;
}

.about-principle__points {
	display: flex;
	flex-wrap: wrap;
	gap: .48rem;
	margin-top: .8rem;
}

.about-principle__points span {
	display: inline-flex;
	align-items: center;
	gap: .38rem;
	padding: .34rem .65rem;
	border: 1px solid #d3e5f2;
	border-radius: 999px;
	background: #f7fbfe;
	color: var(--plcsea-navy-900);
	font-size: .63rem;
	font-weight: 750;
}

.about-principle__points span::before {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--plcsea-ocean-500);
	content: "";
}

.about-contact {
	margin-top: clamp(2rem, 3.5vw, 2.7rem);
	position: relative;
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr) auto;
	gap: 1.2rem;
	align-items: center;
	padding: 1.45rem 1.55rem;
	overflow: hidden;
	border: 1px solid #9fd2f4;
	border-radius: 18px;
	background: linear-gradient(115deg, #063f70 0%, #075b94 52%, #0b86c9 100%);
	color: #fff;
}

.about-contact::before {
	position: absolute;
	left: 8%;
	width: 250px;
	height: 250px;
	border: 1px solid rgba(255,255,255,.09);
	border-radius: 50%;
	content: "";
}

.about-contact__icon {
	position: relative;
	z-index: 2;
	display: grid;
	width: 58px;
	height: 58px;
	place-items: center;
	border: 1px solid rgba(255,255,255,.18);
	border-radius: 15px;
	background: rgba(255,255,255,.08);
	color: #65d8ff;
}

.about-contact__icon svg {
	width: 27px;
	height: 27px;
}

.about-contact__content {
	position: relative;
	z-index: 2;
	min-width: 0;
}

.about-contact .eyebrow {
	color: #72dcff;
	font-family: var(--plcsea-font-tech);
	font-size: .66rem;
	font-weight: 900;
	letter-spacing: .08em;
}

.about-contact h2 {
	margin: .35rem 0 .28rem;
	color: #fff;
	font-size: clamp(1.35rem, 2vw, 1.75rem);
	line-height: 1.5;
}

.about-contact p {
	margin: 0;
	color: rgba(255,255,255,.72);
	font-size: .7rem;
	line-height: 1.8;
}

.about-contact__actions {
	position: relative;
	z-index: 2;
	display: flex;
	flex-wrap: wrap;
	gap: .6rem;
}

.about-contact__actions .button {
	min-height: 42px;
	padding-inline: 1rem;
	border-radius: 9px;
	font-size: .68rem;
}

.about-contact__actions .button-primary {
	border-color: #fff;
	background: #fff;
	color: #064777;
}

.about-contact__secondary {
	border: 1px solid rgba(255,255,255,.38);
	background: transparent;
	color: #fff;
}

@media (max-width: 980px) {
	.about-values {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.about-scope {
		grid-template-columns: 1fr;
		min-height: 0;
		}

	.about-scope__diagram {
		width: min(100%, 500px);
		margin-inline: auto;
	}

	.about-contact {
		grid-template-columns: 52px minmax(0, 1fr);
	}

	.about-contact__actions {
		grid-column: 1 / -1;
		white-space: normal;
	}
}

@media (max-width: 780px) {
	.about-shell {
		padding-block: 1.35rem 2.6rem;
	}

	.about-pillars__grid {
		grid-template-columns: 1fr;
	}

	.about-pillar {
		min-height: 290px;
		grid-template-rows: 128px minmax(0, 1fr);
	}

	.about-intro__panel {
		grid-template-columns: 58px minmax(0, 1fr);
	}

	.about-intro__mark {
		width: 54px;
		height: 54px;
	}
}

@media (max-width: 580px) {
	.about-section-heading {
		margin-bottom: .8rem;
	}

	.about-section-heading h2,
	.about-scope h2 {
		font-size: 1.22rem;
	}

	.about-section-heading > p {
		font-size: .68rem;
	}

	.about-intro__panel {
		grid-template-columns: 1fr;
		padding: 1rem;
		text-align: center;
	}

	.about-intro__mark {
		margin-inline: auto;
	}

	.about-pillars,
	.about-approach {
		margin-top: 1.8rem;
	}

	.about-values {
		grid-template-columns: 1fr;
	}

	.about-value {
		text-align: center;
	}

	.about-value__icon {
		margin-inline: auto;
	}

	.about-scope {
		margin-top: 2rem;
		padding: 1.05rem;
		text-align: center;
	}

	.about-scope .eyebrow {
		justify-content: center;
	}

	.about-scope__tags {
		justify-content: center;
	}

	.about-scope__diagram {
		min-height: 225px;
	}

	.about-scope__node {
		min-width: 58px;
		font-size: .54rem;
	}

	.about-principle {
		grid-template-columns: 1fr;
		padding: 1.25rem;
		margin-top: 2rem;
		text-align: center;
		border-right-width: 1px;
	}

	.about-principle__icon {
		margin-inline: auto;
	}

	.about-contact {
		grid-template-columns: 1fr;
		padding: 1.25rem;
		margin-top: 2rem;
		padding: 1.1rem;
		text-align: center;
	}

	.about-contact__icon {
		margin-inline: auto;
	}

	.about-contact .eyebrow {
		justify-content: center;
	}

	.about-contact__actions {
		display: grid;
		width: 100%;
		grid-template-columns: 1fr;
	}

	.about-contact__actions .button {
		width: 100%;
	}
}




@media (max-width: 980px) and (min-width: 781px) {
	.about-pillars__grid {
		grid-template-columns: 1fr;
		width: min(100%, 760px);
	}

	.about-pillar {
		min-height: 220px;
		grid-template-columns: minmax(0, 1.18fr) minmax(240px, .82fr);
	}
}

@media (max-width: 780px) {
	.about-pillars__grid {
		grid-template-columns: 1fr;
		gap: .8rem;
	}

	.about-pillar {
		min-height: 215px;
		grid-template-columns: minmax(0, 1.14fr) minmax(170px, .86fr);
	}

	.about-pillar__content {
		padding: .95rem;
	}
}

@media (max-width: 520px) {
	.about-pillar {
		grid-template-columns: 1fr;
		grid-template-rows: 180px auto;
		min-height: 0;
	}

	.about-pillar__visual {
		grid-column: 1;
		grid-row: 1;
		border-right: 0;
		border-bottom: 1px solid #e2ebf2;
	}

	.about-pillar__content {
		grid-column: 1;
		grid-row: 2;
		min-height: 180px;
	}
}

