:root {
	--yx-ink: #0b1220;
	--yx-navy: #101b31;
	--yx-blue: #0b6bcb;
	--yx-blue-dark: #07549f;
	--yx-cyan: #12b8c4;
	--yx-line: #dfe5ec;
	--yx-soft: #f3f6f8;
	--yx-muted: #5c6878;
	--yx-white: #ffffff;
	--yx-shadow: 0 18px 55px rgba(13, 28, 48, 0.12);
}

body.yorvix-home,
body.yorvix-product-line-page,
body.yorvix-application-page,
body.yorvix-core-page {
	background: var(--yx-white);
}

body.yorvix-home #header,
body.yorvix-product-line-page #header,
body.yorvix-application-page #header,
body.yorvix-core-page #header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 1px 0 rgba(11, 18, 32, 0.08);
	backdrop-filter: blur(14px);
}

body.admin-bar.yorvix-home #header,
body.admin-bar.yorvix-product-line-page #header,
body.admin-bar.yorvix-application-page #header,
body.admin-bar.yorvix-core-page #header {
	top: 32px;
}

body.yorvix-home .site-main,
body.yorvix-product-line-page .site-main,
body.yorvix-application-page .site-main,
body.yorvix-core-page .site-main {
	overflow: visible;
	padding: 0;
}

body.yorvix-home .site-main > .entry-header,
body.yorvix-product-line-page .site-main > .entry-header,
body.yorvix-application-page .site-main > .entry-header,
body.yorvix-core-page .site-main > .entry-header {
	display: none;
}

body.yorvix-home .site-main > article,
body.yorvix-product-line-page .site-main > article,
body.yorvix-application-page .site-main > article,
body.yorvix-core-page .site-main > article {
	width: 100%;
	max-width: none;
}

body.yorvix-home .entry-content,
body.yorvix-product-line-page .entry-content,
body.yorvix-application-page .entry-content,
body.yorvix-core-page .entry-content {
	margin: 0;
	max-width: none;
}

body.yorvix-home .entry-content > .yx-home,
body.yorvix-product-line-page .entry-content > .yx-line-page,
body.yorvix-application-page .entry-content > .yx-app-page,
body.yorvix-core-page .entry-content > .yx-static-page {
	width: 100vw;
	max-width: none;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}

body.yorvix-home .hero-section .entry-header {
	display: none;
}

body.yorvix-content-has-h1 .hero-section .entry-header {
	display: none;
}

body.yorvix-home .ct-container-full {
	padding-top: 0;
}

body.yorvix-home .hero-section {
	margin-bottom: 0;
}

.yorvix-blog-title {
	margin: 0 0 30px;
	color: var(--yx-ink);
	font-size: clamp(34px, 4vw, 52px);
	line-height: 1.08;
}

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

.yx-home,
.yx-line-page,
.yx-app-page,
.yx-static-page {
	color: var(--yx-ink);
	font-family: inherit;
	overflow: hidden;
}

.yx-home *,
.yx-home *::before,
.yx-home *::after,
.yx-line-page *,
.yx-line-page *::before,
.yx-line-page *::after,
.yx-app-page *,
.yx-app-page *::before,
.yx-app-page *::after,
.yx-static-page *,
.yx-static-page *::before,
.yx-static-page *::after {
	box-sizing: border-box;
}

.yx-home img,
.yx-line-page img,
.yx-app-page img,
.yx-static-page img {
	display: block;
	max-width: 100%;
}

.yx-topbar {
	position: relative;
	z-index: 101;
	background: var(--yx-ink);
	color: rgba(255, 255, 255, 0.82);
	font-size: 13px;
	line-height: 1.4;
}

.yx-topbar .yx-shell {
	display: flex;
	min-height: 38px;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.yx-topbar a {
	color: var(--yx-white);
	text-decoration: none;
}

.yx-topbar a:hover,
.yx-topbar a:focus-visible {
	color: #9fe8ee;
}

.yx-eyebrow {
	margin: 0 0 12px;
	color: var(--yx-blue);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.13em;
	line-height: 1.4;
	text-transform: uppercase;
}

.yx-hero {
	position: relative;
	background: var(--yx-ink);
}

.yx-hero__stage {
	position: relative;
	min-height: 680px;
	height: min(790px, 82vh);
	overflow: hidden;
}

.yx-hero__slide {
	position: absolute;
	inset: 0;
	visibility: hidden;
	opacity: 0;
	transition: opacity 700ms ease, visibility 700ms ease;
}

.yx-hero__slide.is-active {
	visibility: visible;
	opacity: 1;
}

.yx-hero__slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: brightness(1.06) saturate(1.02);
}

.yx-hero__shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(5, 13, 27, 0.72) 0%, rgba(5, 13, 27, 0.42) 48%, rgba(5, 13, 27, 0.06) 100%);
}

.yx-hero__content {
	position: relative;
	z-index: 2;
	display: flex;
	height: 100%;
	max-width: 1240px;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding-block: 90px 120px;
	color: var(--yx-white);
}

.yx-hero__content .yx-eyebrow {
	color: #84e4ea;
}

.yx-hero__title {
	max-width: 850px;
	margin: 0;
	color: var(--yx-white);
	font-size: clamp(42px, 5.7vw, 76px);
	font-weight: 800;
	letter-spacing: -0.035em;
	line-height: 1.03;
	text-shadow: 0 2px 20px rgba(0, 0, 0, 0.42);
	text-wrap: balance;
}

.yx-hero__content > p:not(.yx-eyebrow) {
	max-width: 660px;
	margin: 24px 0 0;
	color: rgba(255, 255, 255, 0.86);
	font-size: clamp(16px, 1.45vw, 20px);
	line-height: 1.65;
	text-shadow: 0 1px 12px rgba(0, 0, 0, 0.36);
}

.yx-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 34px;
}

.yx-button {
	display: inline-flex;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border: 1px solid transparent;
	border-radius: 4px;
	padding: 13px 22px;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.yx-button svg,
.yx-text-link svg,
.yx-category-card strong svg,
.yx-product-card strong svg,
.yx-case-card a svg {
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
}

.yx-button:hover,
.yx-button:focus-visible {
	transform: translateY(-2px);
}

.yx-button--primary {
	border-color: var(--yx-blue);
	background: var(--yx-blue);
	color: var(--yx-white);
}

.yx-button--primary:hover,
.yx-button--primary:focus-visible {
	border-color: var(--yx-blue-dark);
	background: var(--yx-blue-dark);
	color: var(--yx-white);
}

.yx-button--ghost {
	border-color: rgba(255, 255, 255, 0.45);
	background: rgba(255, 255, 255, 0.06);
	color: var(--yx-white);
}

.yx-button--ghost:hover,
.yx-button--ghost:focus-visible {
	border-color: var(--yx-white);
	background: var(--yx-white);
	color: var(--yx-ink);
}

.yx-hero__controls {
	position: absolute;
	right: 20px;
	bottom: 26px;
	left: 20px;
	z-index: 4;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 14px;
}

.yx-icon-button {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.42);
	border-radius: 50%;
	background: rgba(8, 18, 34, 0.42);
	color: var(--yx-white);
	cursor: pointer;
	font-size: 29px;
	line-height: 1;
	transition: background-color 180ms ease, border-color 180ms ease;
}

.yx-icon-button:hover,
.yx-icon-button:focus-visible {
	border-color: var(--yx-white);
	background: rgba(255, 255, 255, 0.18);
}

.yx-hero__dots {
	display: flex;
	align-items: center;
	gap: 7px;
}

.yx-hero__dot {
	width: 28px;
	height: 3px;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.42);
	cursor: pointer;
	padding: 0;
}

.yx-hero__dot.is-active {
	background: var(--yx-white);
}

.yx-trust {
	position: relative;
	z-index: 5;
	margin-top: -1px;
	border-bottom: 1px solid var(--yx-line);
	background: var(--yx-white);
}

.yx-trust__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.yx-trust__grid > div {
	padding: 24px 24px 24px 0;
	border-right: 1px solid var(--yx-line);
}

.yx-trust__grid > div:not(:first-child) {
	padding-left: 24px;
}

.yx-trust__grid > div:last-child {
	border-right: 0;
}

.yx-trust strong,
.yx-trust span {
	display: block;
}

.yx-trust strong {
	margin-bottom: 4px;
	font-size: 15px;
	line-height: 1.3;
}

.yx-trust span {
	color: var(--yx-muted);
	font-size: 13px;
	line-height: 1.45;
}

.yx-section {
	padding: 96px 0;
}

.yx-section--soft {
	background: var(--yx-soft);
}

.yx-heading {
	max-width: 780px;
	margin-bottom: 42px;
}

.yx-heading--split {
	display: grid;
	max-width: none;
	grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.65fr);
	align-items: end;
	gap: 50px;
}

.yx-heading h2,
.yx-applications h2,
.yx-factory h2,
.yx-reserved-notes h2 {
	margin: 0;
	color: var(--yx-ink);
	font-size: clamp(32px, 3.6vw, 50px);
	font-weight: 800;
	letter-spacing: -0.035em;
	line-height: 1.08;
	text-wrap: balance;
}

.yx-heading > p:not(.yx-eyebrow),
.yx-heading--split > p,
.yx-applications__layout > div:first-child > p:not(.yx-eyebrow),
.yx-factory__layout > div:last-child > p:not(.yx-eyebrow) {
	margin: 18px 0 0;
	color: var(--yx-muted);
	font-size: 16px;
	line-height: 1.7;
}

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

.yx-line-card {
	display: flex;
	min-height: 590px;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid var(--yx-line);
	border-radius: 8px;
	background: var(--yx-white);
	color: var(--yx-ink);
	text-decoration: none;
	box-shadow: 0 10px 30px rgba(13, 28, 48, 0.06);
	transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.yx-line-card:hover,
.yx-line-card:focus-visible {
	border-color: #b8c7d8;
	box-shadow: var(--yx-shadow);
	transform: translateY(-5px);
}

.yx-line-card > img,
.yx-line-card__graphic {
	width: 100%;
	height: 220px;
}

.yx-line-card > img {
	object-fit: cover;
}

.yx-line-card__graphic {
	display: grid;
	place-items: center;
	background:
		linear-gradient(135deg, rgba(18, 184, 196, 0.14), transparent 42%),
		linear-gradient(315deg, rgba(11, 107, 203, 0.2), transparent 48%),
		var(--yx-navy);
}

.yx-line-card__graphic span {
	color: rgba(255, 255, 255, 0.16);
	font-size: 100px;
	font-weight: 900;
	line-height: 1;
}

.yx-line-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 26px;
}

.yx-line-card__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-bottom: 20px;
}

.yx-line-card__number {
	color: var(--yx-blue);
	font-size: 14px;
	font-weight: 900;
}

.yx-status {
	border: 1px solid var(--yx-line);
	border-radius: 999px;
	padding: 6px 9px;
	color: var(--yx-muted);
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
}

.yx-line-card--active .yx-status {
	border-color: rgba(18, 184, 196, 0.28);
	background: rgba(18, 184, 196, 0.09);
	color: #08737b;
}

.yx-line-card h3 {
	margin: 0;
	font-size: 25px;
	line-height: 1.16;
}

.yx-line-card p {
	margin: 14px 0 20px;
	color: var(--yx-muted);
	font-size: 15px;
	line-height: 1.65;
}

.yx-line-card ul,
.yx-check-list,
.yx-reserved-notes ul {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.yx-line-card li,
.yx-check-list span,
.yx-reserved-notes li {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	color: #354255;
	font-size: 14px;
	line-height: 1.5;
}

.yx-line-card li svg,
.yx-check-list svg,
.yx-reserved-notes svg {
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	margin-top: 1px;
	color: var(--yx-blue);
}

.yx-text-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: auto;
	padding-top: 24px;
	color: var(--yx-blue);
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
}

.yx-text-link:hover,
.yx-text-link:focus-visible {
	color: var(--yx-blue-dark);
}

.yx-category-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.yx-category-card {
	overflow: hidden;
	border: 1px solid var(--yx-line);
	border-radius: 8px;
	background: var(--yx-white);
	color: var(--yx-ink);
	text-decoration: none;
	transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.yx-category-card:hover,
.yx-category-card:focus-visible {
	border-color: #b8c7d8;
	box-shadow: var(--yx-shadow);
	transform: translateY(-5px);
}

.yx-category-card img {
	width: 100%;
	aspect-ratio: 4 / 3;
	background: #e8edf2;
	object-fit: cover;
}

.yx-category-card__body {
	display: flex;
	min-height: 255px;
	flex-direction: column;
	padding: 20px;
}

.yx-category-card__body > span,
.yx-product-card__body > span {
	color: var(--yx-blue);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.yx-category-card h3,
.yx-product-card h3 {
	margin: 10px 0 0;
	font-size: 20px;
	line-height: 1.22;
}

.yx-category-card p,
.yx-product-card p {
	margin: 12px 0 20px;
	color: var(--yx-muted);
	font-size: 14px;
	line-height: 1.6;
}

.yx-category-card strong,
.yx-product-card strong {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: auto;
	color: var(--yx-blue);
	font-size: 13px;
}

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

.yx-product-card {
	overflow: hidden;
	border: 1px solid var(--yx-line);
	border-radius: 8px;
	background: var(--yx-white);
}

.yx-product-card a {
	display: block;
	height: 100%;
	color: var(--yx-ink);
	text-decoration: none;
}

.yx-product-card img {
	width: 100%;
	aspect-ratio: 4 / 3;
	background: #e8edf2;
	object-fit: cover;
}

.yx-product-card__body {
	display: flex;
	min-height: 245px;
	flex-direction: column;
	padding: 22px;
}

.yx-applications {
	background: var(--yx-ink);
	color: var(--yx-white);
}

.yx-applications h2,
.yx-applications .yx-heading h2 {
	color: var(--yx-white);
}

.yx-applications__layout {
	display: grid;
	grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
	align-items: start;
	gap: 70px;
}

.yx-applications .yx-eyebrow {
	color: #82e3e9;
}

.yx-applications__layout > div:first-child > p:not(.yx-eyebrow) {
	color: rgba(255, 255, 255, 0.7);
}

.yx-application-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	background: rgba(255, 255, 255, 0.18);
}

.yx-application-grid > div {
	min-height: 168px;
	padding: 25px;
	background: var(--yx-ink);
}

.yx-application-grid span,
.yx-application-grid strong,
.yx-application-grid p {
	display: block;
}

.yx-application-grid span {
	margin-bottom: 24px;
	color: #82e3e9;
	font-size: 12px;
	font-weight: 800;
}

.yx-application-grid strong {
	color: var(--yx-white);
	font-size: 18px;
	line-height: 1.25;
}

.yx-application-grid p {
	margin: 9px 0 0;
	color: rgba(255, 255, 255, 0.62);
	font-size: 13px;
	line-height: 1.55;
}

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

.yx-case-card {
	overflow: hidden;
	border: 1px solid var(--yx-line);
	border-radius: 8px;
	background: var(--yx-white);
}

.yx-case-card img {
	width: 100%;
	aspect-ratio: 4 / 3;
	background: #e8edf2;
	object-fit: cover;
}

.yx-case-card > div {
	padding: 22px;
}

.yx-case-card span {
	color: var(--yx-blue);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.yx-case-card h3 {
	margin: 9px 0 18px;
	font-size: 20px;
	line-height: 1.3;
}

.yx-case-card a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: var(--yx-blue);
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
}

.yx-factory__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.75fr);
	align-items: center;
	gap: 70px;
}

.yx-factory__media {
	overflow: hidden;
	border-radius: 8px;
	background: #e8edf2;
	box-shadow: var(--yx-shadow);
}

.yx-factory__media img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.yx-check-list {
	margin-top: 28px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.yx-check-list span {
	padding: 13px 14px;
	background: var(--yx-soft);
}

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

.yx-cert-card {
	--yx-cert-accent: #0b6bcb;
	--yx-cert-soft: #eef5fc;
	--yx-cert-border: #c8dcf2;
	position: relative;
	display: flex;
	min-height: 320px;
	flex-direction: column;
	overflow: hidden;
	padding: 28px;
	border: 1px solid var(--yx-line);
	border-radius: 8px;
	background: var(--yx-white);
	box-shadow: 0 12px 32px rgba(13, 28, 48, 0.07);
}

.yx-cert-card::before {
	position: absolute;
	inset: 0 0 auto;
	height: 4px;
	background: var(--yx-cert-accent);
	content: "";
}

.yx-cert-card__document {
	position: relative;
	display: block;
	margin: -28px -28px 24px;
	border-bottom: 1px solid var(--yx-line);
	background: #fff;
	color: var(--yx-blue);
	text-decoration: none;
}

.yx-cert-card__document img {
	display: block;
	width: 100%;
	height: 330px;
	background: #fff;
	object-fit: contain;
}

.yx-cert-card__document span {
	display: block;
	padding: 12px 18px;
	background: var(--yx-soft);
	font-size: 12px;
	font-weight: 800;
	text-align: center;
}

.yx-cert-card__document:hover span,
.yx-cert-card__document:focus-visible span {
	background: #e8f1fb;
}

.yx-cert-card--ce {
	--yx-cert-accent: #0b6bcb;
	--yx-cert-soft: #eef5fc;
	--yx-cert-border: #c8dcf2;
}

.yx-cert-card--aio {
	--yx-cert-accent: #07549f;
	--yx-cert-soft: #edf4fb;
	--yx-cert-border: #bfd4e9;
}

.yx-cert-card--fcc {
	--yx-cert-accent: #087f8c;
	--yx-cert-soft: #e9f7f8;
	--yx-cert-border: #b9e5e9;
}

.yx-cert-card--rohs {
	--yx-cert-accent: #2f8f46;
	--yx-cert-soft: #edf8ef;
	--yx-cert-border: #bfe2c7;
}

.yx-cert-card--iso {
	--yx-cert-accent: #b16a12;
	--yx-cert-soft: #fdf5e8;
	--yx-cert-border: #efd5ab;
}

.yx-cert-card__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
}

.yx-cert-card__top strong {
	color: var(--yx-cert-accent);
	font-size: 30px;
	line-height: 1;
}

.yx-cert-card__top span {
	border: 1px solid var(--yx-cert-border);
	border-radius: 999px;
	padding: 6px 9px;
	background: var(--yx-cert-soft);
	color: var(--yx-cert-accent);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
}

.yx-cert-card h3 {
	margin: 52px 0 0;
	color: var(--yx-ink);
	font-size: 20px;
	line-height: 1.28;
}

.yx-cert-card p {
	margin: 13px 0 0;
	color: var(--yx-muted);
	font-size: 14px;
	line-height: 1.65;
}

.yx-cert-card__note {
	margin-top: auto;
	padding-top: 24px;
	color: #465468;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.5;
}

.yx-cert-note {
	margin: 20px 0 0;
	color: var(--yx-muted);
	font-size: 13px;
	line-height: 1.6;
}

.yx-faq {
	display: grid;
	grid-template-columns: minmax(260px, 0.45fr) minmax(0, 1fr);
	gap: 70px;
}

.yx-faq__list {
	border-top: 1px solid var(--yx-line);
}

.yx-faq details {
	border-bottom: 1px solid var(--yx-line);
}

.yx-faq summary {
	position: relative;
	padding: 24px 44px 24px 0;
	cursor: pointer;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.45;
	list-style: none;
}

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

.yx-faq summary::after {
	position: absolute;
	top: 26px;
	right: 4px;
	content: "+";
	color: var(--yx-blue);
	font-size: 25px;
	font-weight: 500;
	line-height: 1;
}

.yx-faq details[open] summary::after {
	content: "\2212";
}

.yx-faq details p {
	max-width: 760px;
	margin: -4px 44px 24px 0;
	color: var(--yx-muted);
	font-size: 15px;
	line-height: 1.7;
}

.yx-rfq {
	padding: 86px 0;
	background: #07549f;
	color: var(--yx-white);
}

.yx-rfq__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 60px;
}

.yx-rfq .yx-eyebrow {
	color: #a9edf1;
}

.yx-rfq h2 {
	max-width: 820px;
	margin: 0;
	color: var(--yx-white);
	font-size: clamp(31px, 3.7vw, 50px);
	font-weight: 800;
	letter-spacing: -0.035em;
	line-height: 1.08;
}

.yx-rfq p:not(.yx-eyebrow) {
	max-width: 720px;
	margin: 17px 0 0;
	color: rgba(255, 255, 255, 0.76);
	font-size: 16px;
	line-height: 1.65;
}

.yx-rfq__actions {
	display: flex;
	min-width: 230px;
	flex-direction: column;
	gap: 12px;
}

.yx-rfq .yx-button--primary {
	border-color: var(--yx-white);
	background: var(--yx-white);
	color: var(--yx-blue-dark);
}

.yx-rfq .yx-button--primary:hover,
.yx-rfq .yx-button--primary:focus-visible {
	border-color: var(--yx-ink);
	background: var(--yx-ink);
	color: var(--yx-white);
}

.yx-rfq .yx-button--ghost {
	border-color: rgba(255, 255, 255, 0.38);
}

.yx-line-hero {
	padding: 96px 0;
	background: var(--yx-ink);
	color: var(--yx-white);
}

.yx-line-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 0.42fr);
	align-items: center;
	gap: 70px;
}

.yx-line-hero .yx-eyebrow {
	color: #82e3e9;
}

.yx-line-hero h1 {
	max-width: 880px;
	margin: 0;
	color: var(--yx-white);
	font-size: clamp(42px, 5vw, 68px);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1.04;
	text-wrap: balance;
}

.yx-line-hero__inner > div:first-child > p:not(.yx-eyebrow) {
	max-width: 760px;
	margin: 23px 0 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 18px;
	line-height: 1.65;
}

.yx-line-hero__visual {
	position: relative;
	display: grid;
	aspect-ratio: 1 / 1;
	place-items: center;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.18);
	background:
		linear-gradient(135deg, rgba(18, 184, 196, 0.18), transparent 45%),
		linear-gradient(315deg, rgba(11, 107, 203, 0.22), transparent 50%);
}

.yx-line-hero__visual span {
	position: absolute;
	top: 24px;
	left: 24px;
	color: rgba(255, 255, 255, 0.55);
	font-size: 13px;
	font-weight: 800;
}

.yx-line-hero__visual strong {
	color: rgba(255, 255, 255, 0.9);
	font-size: clamp(60px, 7vw, 110px);
	font-weight: 900;
	letter-spacing: -0.05em;
	line-height: 1;
}

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

.yx-reserved-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	border: 1px solid var(--yx-line);
	background: var(--yx-line);
}

.yx-reserved-grid article {
	min-height: 250px;
	padding: 30px;
	background: var(--yx-white);
}

.yx-reserved-grid span {
	display: block;
	margin-bottom: 42px;
	color: var(--yx-blue);
	font-size: 13px;
	font-weight: 900;
}

.yx-reserved-grid h3 {
	margin: 0;
	font-size: 22px;
	line-height: 1.25;
}

.yx-reserved-grid p {
	margin: 13px 0 0;
	color: var(--yx-muted);
	font-size: 15px;
	line-height: 1.65;
}

.yx-reserved-notes {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.65fr);
	align-items: center;
	gap: 70px;
}

.yx-reserved-notes ul {
	padding: 25px;
	background: var(--yx-white);
	box-shadow: var(--yx-shadow);
}

.yx-certificate__layout {
	display: grid;
	grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
	align-items: center;
	gap: 70px;
}

.yx-certificate__media {
	display: block;
	padding: 18px;
	border: 1px solid var(--yx-line);
	border-radius: 8px;
	background: var(--yx-white);
	box-shadow: var(--yx-shadow);
}

.yx-certificate__media img {
	width: 100%;
	aspect-ratio: 3 / 4;
	object-fit: contain;
	background: #fff;
}

.yx-certificate__layout h3 {
	margin: 0;
	color: var(--yx-ink);
	font-size: clamp(28px, 3vw, 42px);
	line-height: 1.12;
}

.yx-certificate__layout p:not(.yx-eyebrow) {
	margin: 14px 0 0;
	color: var(--yx-muted);
	font-size: 16px;
	line-height: 1.7;
}

.yx-mobile-quote {
	display: none;
}

.yorvix-video-item {
	overflow: hidden;
	border: 1px solid var(--yx-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: var(--yx-shadow);
}

.yorvix-video-item video {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	background: #000;
	object-fit: contain;
}

.yorvix-video-item h3 {
	margin: 0;
	padding: 16px 18px;
	font-size: 16px;
	line-height: 1.35;
}

.yorvix-v3-video-showcase {
	margin: 52px 0 20px;
}

.yorvix-v3-video-showcase > h2 {
	margin: 0;
	color: var(--yx-ink);
	font-size: clamp(28px, 3.2vw, 42px);
	line-height: 1.12;
}

.yorvix-v3-video-showcase > p {
	max-width: 760px;
	margin: 14px 0 0;
	color: var(--yx-muted);
	font-size: 16px;
	line-height: 1.7;
}

.yorvix-v3-video-showcase .yorvix-mini-pc-video-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	margin-top: 28px;
}

.yorvix-v3-video-showcase .yorvix-mini-pc-video-item {
	overflow: hidden;
	border: 1px solid var(--yx-line);
	border-radius: 8px;
	background: var(--yx-white);
	box-shadow: 0 10px 30px rgba(13, 28, 48, 0.08);
}

.yorvix-v3-video-showcase video {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	background: #000;
	object-fit: contain;
}

.yorvix-v3-video-showcase h3 {
	margin: 0;
	padding: 16px 18px;
	color: var(--yx-ink);
	font-size: 16px;
	line-height: 1.35;
}

.yx-line-hero--compact {
	padding: 78px 0;
}

.yx-line-hero--compact h1 {
	font-size: clamp(38px, 4.6vw, 62px);
}

.yx-case-card--link {
	display: block;
	color: var(--yx-ink);
	text-decoration: none;
	transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.yx-case-card--link:hover,
.yx-case-card--link:focus-visible {
	border-color: #b8c7d8;
	box-shadow: var(--yx-shadow);
	transform: translateY(-5px);
}

.yx-case-card--link p {
	margin: 0 0 18px;
	color: var(--yx-muted);
	font-size: 14px;
	line-height: 1.62;
}

.yx-case-card--link strong {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: var(--yx-blue);
	font-size: 13px;
}

.yx-case-card--link strong svg {
	width: 18px;
	height: 18px;
}

.yx-capability-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	border: 1px solid var(--yx-line);
	background: var(--yx-line);
}

.yx-capability-grid article {
	min-height: 250px;
	padding: 30px;
	background: var(--yx-white);
}

.yx-capability-grid article > span {
	display: block;
	margin-bottom: 38px;
	color: var(--yx-blue);
	font-size: 13px;
	font-weight: 900;
}

.yx-capability-grid h3 {
	margin: 0;
	font-size: 21px;
	line-height: 1.25;
}

.yx-capability-grid p {
	margin: 13px 0 0;
	color: var(--yx-muted);
	font-size: 15px;
	line-height: 1.65;
}

.yx-solution-path {
	display: grid;
	grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
	align-items: start;
	gap: 70px;
}

.yx-solution-path ol {
	display: grid;
	gap: 1px;
	margin: 0;
	padding: 0;
	border: 1px solid var(--yx-line);
	background: var(--yx-line);
	list-style: none;
}

.yx-solution-path li {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 6px 18px;
	padding: 25px;
	background: var(--yx-white);
}

.yx-solution-path li > span {
	grid-row: span 2;
	color: var(--yx-blue);
	font-size: 13px;
	font-weight: 900;
}

.yx-solution-path li strong {
	font-size: 17px;
	line-height: 1.3;
}

.yx-solution-path li p {
	margin: 0;
	color: var(--yx-muted);
	font-size: 14px;
	line-height: 1.55;
}

.yx-inquiry-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(270px, 0.65fr);
	align-items: start;
	gap: 52px;
}

.yx-inquiry-panel {
	padding: 38px;
	border: 1px solid var(--yx-line);
	border-radius: 8px;
	background: var(--yx-white);
	box-shadow: var(--yx-shadow);
}

.yx-inquiry-panel .yx-heading {
	max-width: 700px;
	margin-bottom: 30px;
}

.yx-inquiry-panel .yx-heading h2,
.yx-quote-notes h2,
.yx-legal-content h2 {
	margin: 0;
	color: var(--yx-ink);
	font-size: clamp(28px, 3vw, 42px);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.1;
}

.yx-form-embed .fluentform,
.yx-form-embed .frm-fluent-form {
	width: 100%;
}

.yx-form-embed .ff-el-group {
	margin-bottom: 20px;
}

.yx-form-embed .ff-el-input--label label {
	color: var(--yx-ink);
	font-size: 14px;
	font-weight: 800;
}

.yx-form-embed .ff-el-form-control {
	width: 100%;
	min-height: 50px;
	border: 1px solid #cbd4df;
	border-radius: 6px;
	background: var(--yx-white);
	color: var(--yx-ink);
	font-size: 15px;
	line-height: 1.4;
	box-shadow: none;
}

.yx-form-embed textarea.ff-el-form-control {
	min-height: 150px;
	resize: vertical;
}

.yx-form-embed .ff-el-form-control:focus {
	border-color: var(--yx-blue);
	outline: 2px solid rgba(11, 107, 203, 0.16);
	outline-offset: 1px;
}

.yx-form-embed .ff-btn-submit {
	min-height: 52px;
	border: 1px solid var(--yx-blue);
	border-radius: 6px;
	background: var(--yx-blue);
	color: var(--yx-white);
	font-size: 15px;
	font-weight: 800;
}

.yx-form-embed .ff-btn-submit:hover,
.yx-form-embed .ff-btn-submit:focus-visible {
	border-color: var(--yx-blue-dark);
	background: var(--yx-blue-dark);
}

.yx-inquiry-aside {
	display: grid;
	gap: 1px;
	border: 1px solid var(--yx-line);
	background: var(--yx-line);
}

.yx-inquiry-aside > div {
	padding: 26px;
	background: var(--yx-soft);
}

.yx-inquiry-aside span {
	display: block;
	margin-bottom: 18px;
	color: var(--yx-blue);
	font-size: 12px;
	font-weight: 900;
}

.yx-inquiry-aside h3 {
	margin: 0;
	font-size: 19px;
	line-height: 1.3;
}

.yx-inquiry-aside p {
	margin: 10px 0 0;
	color: var(--yx-muted);
	font-size: 14px;
	line-height: 1.6;
}

.yx-inquiry-aside a {
	color: var(--yx-blue);
	text-decoration: none;
}

.yx-quote-notes {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
	align-items: center;
	gap: 70px;
}

.yx-quote-notes ul {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 28px;
	background: var(--yx-white);
	box-shadow: var(--yx-shadow);
	list-style: none;
}

.yx-quote-notes li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	color: #354255;
	font-size: 15px;
	line-height: 1.6;
}

.yx-quote-notes li svg {
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	margin-top: 2px;
	color: var(--yx-blue);
}

.yx-legal-layout {
	display: grid;
	grid-template-columns: minmax(210px, 0.32fr) minmax(0, 1fr);
	align-items: start;
	gap: 70px;
}

.yx-legal-index {
	position: sticky;
	top: 120px;
	display: grid;
	gap: 10px;
	padding: 24px;
	border: 1px solid var(--yx-line);
	border-radius: 8px;
	background: var(--yx-soft);
}

.yx-legal-index a {
	color: #354255;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.45;
	text-decoration: none;
}

.yx-legal-index a:hover,
.yx-legal-index a:focus-visible {
	color: var(--yx-blue);
}

.yx-legal-content {
	display: grid;
	gap: 46px;
}

.yx-legal-content section {
	scroll-margin-top: 120px;
}

.yx-legal-content section + section {
	padding-top: 46px;
	border-top: 1px solid var(--yx-line);
}

.yx-legal-content p,
.yx-legal-content li {
	color: #465468;
	font-size: 16px;
	line-height: 1.75;
}

.yx-legal-content p {
	margin: 16px 0 0;
}

.yx-legal-content ul {
	margin: 18px 0 0;
	padding-left: 22px;
}

.yx-legal-content a {
	color: var(--yx-blue);
}

.yx-seo-content {
	max-width: 900px;
	margin: 56px auto 0;
	padding: 34px 38px;
	border-left: 4px solid var(--yx-blue);
	background: var(--yx-soft);
}

.yx-seo-content h2 {
	margin: 0 0 20px;
	color: var(--yx-ink);
	font-size: clamp(25px, 2.8vw, 36px);
	font-weight: 800;
	letter-spacing: -0.025em;
	line-height: 1.15;
}

.yx-seo-content p {
	margin: 0 0 16px;
	color: #465468;
	font-size: 16px;
	line-height: 1.75;
}

.yx-seo-content p:last-child {
	margin-bottom: 0;
}

@media (prefers-reduced-motion: reduce) {
	.yx-home *,
	.yx-line-page *,
	.yx-static-page * {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}

@media (max-width: 1100px) {
	.yx-line-grid,
	.yx-product-grid,
	.yx-case-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

	.yx-heading--split,
	.yx-applications__layout,
	.yx-factory__layout,
	.yx-reserved-notes,
	.yx-certificate__layout,
	.yx-solution-path,
	.yx-inquiry-layout,
	.yx-quote-notes,
	.yx-legal-layout {
		grid-template-columns: 1fr;
		gap: 36px;
	}

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

	.yx-legal-index {
		position: static;
	}

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

	.yx-faq {
		grid-template-columns: 1fr;
		gap: 36px;
	}
}

@media (max-width: 782px) {
	body.admin-bar.yorvix-home #header,
	body.admin-bar.yorvix-product-line-page #header,
	body.admin-bar.yorvix-application-page #header,
	body.admin-bar.yorvix-core-page #header {
		top: 46px;
	}

	.yx-topbar .yx-shell {
		min-height: 34px;
	}

	.yx-topbar .yx-shell > span {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.yx-topbar .yx-shell > a {
		display: none;
	}

	.yx-hero__stage {
		min-height: 650px;
		height: calc(100svh - 118px);
		max-height: 760px;
	}

	.yx-hero__shade {
		background: linear-gradient(0deg, rgba(5, 13, 27, 0.76) 0%, rgba(5, 13, 27, 0.44) 60%, rgba(5, 13, 27, 0.1) 100%);
	}

	.yx-hero__content {
		justify-content: flex-end;
		padding-block: 50px 120px;
	}

	.yx-hero__title {
		font-size: clamp(37px, 10vw, 54px);
	}

	.yx-hero__content > p:not(.yx-eyebrow) {
		margin-top: 18px;
		font-size: 16px;
	}

	.yx-actions,
	.yx-rfq__actions {
		width: 100%;
	}

	.yx-actions .yx-button,
	.yx-rfq__actions .yx-button {
		flex: 1 1 100%;
	}

	.yx-hero__controls {
		right: 20px;
		bottom: 24px;
		left: 20px;
		justify-content: space-between;
	}

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

	.yx-trust__grid > div {
		border-bottom: 1px solid var(--yx-line);
	}

	.yx-trust__grid > div:nth-child(2n) {
		border-right: 0;
	}

	.yx-trust__grid > div:nth-child(n + 3) {
		border-bottom: 0;
	}

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

	.yx-heading {
		margin-bottom: 30px;
	}

	.yx-rfq {
		padding: 68px 0 96px;
	}

	.yx-line-hero--compact {
		padding: 62px 0;
	}

	.yx-inquiry-panel {
		padding: 28px;
	}

	.yx-rfq__inner,
	.yx-line-hero__inner {
		grid-template-columns: 1fr;
		gap: 38px;
	}

	.yx-reserved-grid {
		grid-template-columns: 1fr;
	}

	.yorvix-v3-video-showcase .yorvix-mini-pc-video-grid {
		grid-template-columns: 1fr;
	}

	.yx-mobile-quote {
		position: fixed;
		right: 14px;
		bottom: 14px;
		z-index: 120;
		display: inline-flex;
		min-height: 46px;
		align-items: center;
		border-radius: 999px;
		padding: 12px 18px;
		background: var(--yx-blue);
		color: var(--yx-white);
		font-size: 14px;
		font-weight: 800;
		text-decoration: none;
		box-shadow: 0 10px 30px rgba(7, 84, 159, 0.34);
	}
}

@media (max-width: 640px) {
	.yx-shell {
		width: min(100% - 28px, 1240px);
	}

	.yx-line-grid,
	.yx-product-grid,
	.yx-case-grid,
	.yx-category-grid,
	.yx-category-grid--page,
	.yx-application-grid,
	.yx-cert-grid,
	.yx-check-list,
	.yx-capability-grid {
		grid-template-columns: 1fr;
	}

	.yx-inquiry-panel {
		padding: 22px;
	}

	.yx-seo-content {
		margin-top: 42px;
		padding: 26px 22px;
	}

	.yx-quote-notes ul,
	.yx-legal-index {
		padding: 22px;
	}

	.yx-line-card {
		min-height: 0;
	}

	.yx-section {
		padding: 58px 0;
	}

	.yx-line-card__body {
		min-height: 0;
	}

	.yx-category-card,
	.yx-product-card a {
		display: grid;
		grid-template-columns: 118px minmax(0, 1fr);
		min-height: 220px;
	}

	.yx-category-card img,
	.yx-product-card img {
		width: 100%;
		height: 100%;
		min-height: 220px;
		aspect-ratio: auto;
		object-fit: cover;
	}

	.yx-category-card__body,
	.yx-product-card__body {
		min-height: 220px;
		padding: 16px;
	}

	.yx-category-card h3,
	.yx-product-card h3 {
		font-size: 17px;
	}

	.yx-category-card p,
	.yx-product-card p {
		margin: 8px 0 12px;
		font-size: 13px;
		line-height: 1.5;
	}

	.yx-cert-card {
		min-height: 280px;
		padding: 24px;
	}

	.yx-cert-card h3 {
		margin-top: 36px;
	}

	.yx-applications__layout {
		gap: 30px;
	}

	.yx-application-grid > div {
		min-height: 145px;
	}

	.yx-faq summary {
		padding-right: 38px;
		font-size: 16px;
	}
}

.yx-mini-summary-strip {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1px;
	margin-top: 34px;
	border: 1px solid var(--yx-line);
	background: var(--yx-line);
}

.yx-mini-summary-strip > div {
	display: flex;
	min-height: 116px;
	flex-direction: column;
	justify-content: center;
	padding: 22px;
	background: var(--yx-white);
}

.yx-mini-summary-strip strong {
	display: block;
	margin-bottom: 7px;
	color: var(--yx-blue);
	font-size: 31px;
	line-height: 1;
}

.yx-mini-summary-strip span {
	color: var(--yx-muted);
	font-size: 13px;
	line-height: 1.5;
}

.yx-mini-category-heading {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
	align-items: end;
	gap: 40px;
	margin-bottom: 30px;
}

.yx-mini-category-heading h2 {
	margin: 0;
	font-size: clamp(30px, 4vw, 48px);
	letter-spacing: 0;
	line-height: 1.05;
}

.yx-mini-category-heading > p {
	margin: 0;
	color: var(--yx-muted);
	font-size: 15px;
	line-height: 1.7;
}

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

.yx-mini-grid--related {
	margin-top: 28px;
}

.yx-mini-card {
	min-width: 0;
	border: 1px solid var(--yx-line);
	border-radius: 8px;
	background: var(--yx-white);
	overflow: hidden;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.yx-mini-card:hover,
.yx-mini-card:focus-within {
	border-color: rgba(11, 107, 203, 0.32);
	box-shadow: var(--yx-shadow);
	transform: translateY(-3px);
}

.yx-mini-card > a {
	display: flex;
	height: 100%;
	flex-direction: column;
	color: inherit;
	text-decoration: none;
}

.yx-mini-card__image {
	display: flex;
	aspect-ratio: 4 / 3;
	align-items: center;
	justify-content: center;
	padding: 22px;
	border-bottom: 1px solid var(--yx-line);
	background: #f8fafc;
}

.yx-mini-card__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.yx-mini-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 22px;
}

.yx-mini-card__topline {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-bottom: 10px;
	color: var(--yx-blue);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.yx-mini-card__topline strong {
	color: var(--yx-muted);
	font-size: 10px;
}

.yx-mini-card h3 {
	margin: 0 0 10px;
	font-size: 22px;
	line-height: 1.2;
}

.yx-mini-card p {
	margin: 0 0 18px;
	color: var(--yx-muted);
	font-size: 14px;
	line-height: 1.65;
}

.yx-mini-card__specs {
	display: grid;
	gap: 9px;
	margin: auto 0 18px;
	padding: 15px 0 0;
	border-top: 1px solid var(--yx-line);
}

.yx-mini-card__specs div {
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr);
	gap: 10px;
}

.yx-mini-card__specs dt {
	color: var(--yx-muted);
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}

.yx-mini-card__specs dd {
	margin: 0;
	color: var(--yx-ink);
	font-size: 12px;
	line-height: 1.45;
}

.yx-mini-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

.yx-mini-tags span {
	display: inline-flex;
	min-height: 28px;
	align-items: center;
	padding: 5px 9px;
	border: 1px solid var(--yx-line);
	border-radius: 6px;
	background: #f8fafc;
	color: var(--yx-muted);
	font-size: 11px;
	font-weight: 700;
	line-height: 1.3;
}

.yx-mini-tags--large span {
	min-height: 32px;
	padding: 7px 11px;
	font-size: 12px;
}

.yx-mini-product-hero {
	padding: 42px 0 58px;
	background: #edf3f7;
}

.yx-mini-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-bottom: 28px;
	color: var(--yx-muted);
	font-size: 12px;
}

.yx-mini-breadcrumbs a {
	color: var(--yx-blue);
	text-decoration: none;
}

.yx-mini-product-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
	align-items: center;
	gap: 50px;
}

.yx-mini-product-hero__copy h1 {
	margin: 0 0 18px;
	font-size: clamp(44px, 6vw, 74px);
	letter-spacing: 0;
	line-height: 0.98;
}

.yx-mini-product-hero__copy > p {
	max-width: 650px;
	margin: 0 0 24px;
	color: var(--yx-muted);
	font-size: 17px;
	line-height: 1.7;
}

.yx-mini-product-hero__copy .yx-mini-tags {
	margin-bottom: 28px;
}

.yx-mini-product-hero__image {
	display: flex;
	min-height: 420px;
	align-items: center;
	justify-content: center;
	padding: 34px;
	border: 1px solid rgba(11, 18, 32, 0.08);
	border-radius: 8px;
	background: var(--yx-white);
	box-shadow: var(--yx-shadow);
}

.yx-mini-product-hero__image img {
	width: 100%;
	max-height: 520px;
	object-fit: contain;
}

.yx-mini-key-specs {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	margin-top: 38px;
	border: 1px solid rgba(11, 18, 32, 0.08);
	background: rgba(11, 18, 32, 0.08);
}

.yx-mini-key-specs > div {
	min-width: 0;
	padding: 20px;
	background: var(--yx-white);
}

.yx-mini-key-specs span {
	display: block;
	margin-bottom: 8px;
	color: var(--yx-blue);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.yx-mini-key-specs strong {
	display: block;
	color: var(--yx-ink);
	font-size: 14px;
	line-height: 1.55;
}

.yx-mini-gallery {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.yx-mini-gallery figure {
	display: flex;
	aspect-ratio: 4 / 3;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 16px;
	border: 1px solid var(--yx-line);
	border-radius: 8px;
	background: #f8fafc;
	overflow: hidden;
}

.yx-mini-gallery__main {
	grid-column: span 2;
	grid-row: span 2;
	aspect-ratio: auto !important;
}

.yx-mini-gallery img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.yx-mini-video {
	max-width: 1060px;
	margin: 0 auto;
	border: 1px solid rgba(11, 18, 32, 0.12);
	border-radius: 8px;
	background: #05080d;
	overflow: hidden;
}

.yx-mini-video video {
	display: block;
	width: 100%;
	max-height: 720px;
	background: #05080d;
}

.yx-mini-spec-layout {
	display: grid;
	grid-template-columns: minmax(260px, 0.62fr) minmax(0, 1.38fr);
	align-items: start;
	gap: 54px;
}

.yx-mini-spec-copy {
	position: sticky;
	top: 120px;
}

.yx-mini-spec-copy h2 {
	margin: 0 0 16px;
	font-size: clamp(30px, 4vw, 46px);
	letter-spacing: 0;
	line-height: 1.05;
}

.yx-mini-spec-copy p {
	color: var(--yx-muted);
	font-size: 14px;
	line-height: 1.7;
}

.yx-mini-download {
	display: inline-flex;
	margin-top: 8px;
	color: var(--yx-blue);
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
}

.yx-mini-spec-list {
	display: grid;
	margin: 0;
	border-top: 1px solid var(--yx-line);
}

.yx-mini-spec-list > div {
	display: grid;
	grid-template-columns: minmax(130px, 0.34fr) minmax(0, 0.66fr);
	gap: 24px;
	padding: 18px 0;
	border-bottom: 1px solid var(--yx-line);
}

.yx-mini-spec-list dt {
	color: var(--yx-muted);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.yx-mini-spec-list dd {
	margin: 0;
	color: var(--yx-ink);
	font-size: 14px;
	line-height: 1.65;
}

.yx-mini-detail-images {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.yx-mini-detail-images figure {
	margin: 0;
	border: 1px solid var(--yx-line);
	border-radius: 8px;
	background: var(--yx-white);
	overflow: hidden;
}

.yx-mini-detail-images img {
	width: 100%;
	height: auto;
}

body.yorvix-mini-pc-product .yx-mini-product-hero .yx-eyebrow {
	color: #07549f;
}

@media (max-width: 1080px) {
	.yx-mini-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.yx-mini-product-hero__grid {
		grid-template-columns: 1fr;
	}

	.yx-mini-product-hero__image {
		min-height: 340px;
	}

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

	.yx-mini-spec-layout {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.yx-mini-spec-copy {
		position: static;
	}
}

@media (max-width: 760px) {
	.yx-mini-summary-strip,
	.yx-mini-category-heading,
	.yx-mini-key-specs {
		grid-template-columns: 1fr;
	}

	.yx-mini-grid,
	.yx-mini-gallery,
	.yx-mini-detail-images {
		grid-template-columns: 1fr;
	}

	.yx-mini-gallery__main {
		grid-column: auto;
		grid-row: auto;
		aspect-ratio: 4 / 3 !important;
	}

	.yx-mini-card__body,
	.yx-mini-summary-strip > div {
		padding: 18px;
	}

	.yx-mini-product-hero {
		padding: 30px 0 42px;
	}

	.yx-mini-product-hero__image {
		min-height: 260px;
		padding: 20px;
	}

	.yx-mini-spec-list > div {
		grid-template-columns: 1fr;
		gap: 8px;
	}
}
