.ympc-catalog,
.ympc-product-page {
	color: #1f2933;
}

.ympc-shell {
	width: min(1180px, calc(100% - 40px));
	margin-inline: auto;
}

.ympc-catalog-hero,
.ympc-product-hero {
	padding: 76px 0;
	background:
		linear-gradient(135deg, rgba(11, 42, 57, 0.96), rgba(19, 78, 91, 0.9)),
		#123b49;
	color: #fff;
}

.ympc-catalog-hero h1,
.ympc-product-hero h1 {
	margin: 8px 0 18px;
	font-size: clamp(38px, 5vw, 68px);
	line-height: 1.04;
	letter-spacing: 0;
}

.ympc-catalog-hero p,
.ympc-product-hero p {
	max-width: 760px;
	font-size: 18px;
	line-height: 1.7;
}

.ympc-eyebrow {
	margin: 0 0 10px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #0f8f94;
}

.ympc-catalog-hero .ympc-eyebrow,
.ympc-product-hero .ympc-eyebrow {
	color: #77d8d5;
}

.ympc-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 26px;
}

.ympc-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 22px;
	border: 1px solid #0f8f94;
	border-radius: 4px;
	background: #0f8f94;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

.ympc-button:hover {
	background: #0b7074;
	color: #fff;
}

.ympc-button--ghost {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.55);
}

.ympc-button--ghost:hover {
	background: rgba(255, 255, 255, 0.12);
}

.ympc-section {
	padding: 72px 0;
}

.ympc-section--soft {
	background: #f3f6f6;
}

.ympc-section-heading {
	max-width: 760px;
	margin-bottom: 34px;
}

.ympc-section-heading h2,
.ympc-rfq h2 {
	margin: 0 0 12px;
	font-size: clamp(28px, 3vw, 42px);
	line-height: 1.15;
	letter-spacing: 0;
}

.ympc-section-heading p,
.ympc-rfq p {
	margin: 0;
	font-size: 17px;
	line-height: 1.7;
}

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

.ympc-card {
	overflow: hidden;
	border: 1px solid #dfe7e7;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 12px 32px rgba(17, 46, 55, 0.07);
}

.ympc-card a {
	display: block;
	color: inherit;
	text-decoration: none;
}

.ympc-card img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: contain;
	background: #f7f9f9;
}

.ympc-card-body {
	padding: 20px;
}

.ympc-card-body > span {
	display: inline-block;
	margin-bottom: 8px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.1em;
	color: #0f8f94;
}

.ympc-card h3 {
	margin: 0 0 10px;
	font-size: 21px;
	line-height: 1.25;
}

.ympc-card p {
	margin: 0 0 16px;
	line-height: 1.6;
}

.ympc-card ul,
.ympc-check-list,
.ympc-application-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ympc-card ul {
	display: grid;
	gap: 8px;
	margin-bottom: 18px;
}

.ympc-card li {
	padding-left: 16px;
	position: relative;
	font-size: 14px;
	line-height: 1.45;
}

.ympc-card li::before,
.ympc-check-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.58em;
	width: 7px;
	height: 7px;
	background: #0f8f94;
	border-radius: 50%;
}

.ympc-card strong {
	color: #0f8f94;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.ympc-product-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
	gap: 48px;
	align-items: center;
}

.ympc-product-hero-image {
	padding: 20px;
	background: #fff;
	border-radius: 8px;
}

.ympc-product-hero-image img {
	display: block;
	width: 100%;
	height: auto;
}

.ympc-check-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px 28px;
}

.ympc-check-list li {
	position: relative;
	padding-left: 22px;
	font-size: 17px;
	line-height: 1.55;
}

.ympc-table-wrap {
	overflow-x: auto;
	border: 1px solid #dfe7e7;
	border-radius: 8px;
	background: #fff;
}

.ympc-table-wrap table {
	width: 100%;
	border-collapse: collapse;
}

.ympc-table-wrap th,
.ympc-table-wrap td {
	padding: 16px 18px;
	border-bottom: 1px solid #e8eeee;
	text-align: left;
	vertical-align: top;
}

.ympc-table-wrap tr:last-child th,
.ympc-table-wrap tr:last-child td {
	border-bottom: 0;
}

.ympc-table-wrap th {
	width: 190px;
	font-weight: 700;
	background: #f7fafa;
}

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

.ympc-gallery img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	background: #fff;
	border: 1px solid #e4ebeb;
	border-radius: 6px;
}

.ympc-detail-stack {
	display: grid;
	gap: 18px;
}

.ympc-detail-stack img {
	display: block;
	width: min(100%, 1000px);
	height: auto;
	margin-inline: auto;
	border-radius: 8px;
	box-shadow: 0 16px 40px rgba(17, 46, 55, 0.08);
}

.ympc-video video {
	display: block;
	width: min(100%, 1100px);
	margin-inline: auto;
	background: #000;
	border-radius: 8px;
}

.ympc-application-list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.ympc-application-list li {
	padding: 18px;
	border: 1px solid #dfe7e7;
	border-radius: 6px;
	background: #fff;
	font-weight: 700;
	text-align: center;
}

.ympc-rfq {
	padding: 64px 0;
	background: #0d3542;
	color: #fff;
}

.ympc-rfq .ympc-shell {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 32px;
	align-items: center;
}

.ympc-rfq .ympc-eyebrow {
	color: #77d8d5;
}

@media (max-width: 960px) {
	.ympc-grid,
	.ympc-gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ympc-product-hero-grid,
	.ympc-rfq .ympc-shell {
		grid-template-columns: 1fr;
	}

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

@media (max-width: 600px) {
	.ympc-shell {
		width: min(100% - 28px, 1180px);
	}

	.ympc-catalog-hero,
	.ympc-product-hero,
	.ympc-section {
		padding: 52px 0;
	}

	.ympc-grid,
	.ympc-gallery,
	.ympc-check-list,
	.ympc-application-list {
		grid-template-columns: 1fr;
	}

	.ympc-table-wrap th {
		width: 42%;
	}
}
