:root {
	--red: #0054AD;
	--red-dark: #003F82;
	--navy: #003F82;
	--ink: #17191d;
	--muted: #666b73;
	--line: #e4e5e8;
	--soft: #f4f5f6;
	--white: #fff;
	--yellow: #d6ad45;
	--container: 1200px;
	--shadow: 0 18px 50px rgba(24, 28, 35, .1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	overflow-x: hidden;
	color: var(--ink);
	background: var(--white);
	font-family: Inter, "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.75;
	-webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
.skip-link {
	position: fixed;
	top: -100px;
	left: 16px;
	z-index: 9999;
	padding: 10px 16px;
	background: var(--ink);
	color: #fff;
}
.skip-link:focus { top: 12px; }
.eyebrow {
	margin: 0 0 12px;
	color: var(--red);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .18em;
}
.eyebrow--light { color: #c8ddf3; }
.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 11px 24px;
	border: 1px solid var(--red);
	border-radius: 2px;
	background: var(--red);
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	transition: .2s ease;
	cursor: pointer;
}
.button:hover, .button:focus-visible {
	transform: translateY(-2px);
	border-color: var(--red-dark);
	background: var(--red-dark);
	box-shadow: 0 10px 24px rgba(0, 84, 173, .22);
}
.button--small { min-height: 40px; padding: 8px 18px; }
.button--ghost { border-color: rgba(255,255,255,.55); background: transparent; color: #fff; }
.button--ghost:hover, .button--ghost:focus-visible { border-color: #fff; background: #fff; color: var(--ink); }
.button--dark { border-color: var(--ink); background: var(--ink); }
.button--dark:hover, .button--dark:focus-visible { border-color: #000; background: #000; }
.button--light { border-color: #fff; background: #fff; color: var(--red-dark); }
.button--light:hover, .button--light:focus-visible { border-color: #f4f4f4; background: #f4f4f4; color: var(--red-dark); }
.button--outline { border-color: var(--line); background: transparent; color: var(--ink); }
.button--outline:hover, .button--outline:focus-visible { border-color: var(--ink); background: var(--ink); color: #fff; }
.text-link {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: var(--red);
	font-size: 14px;
	font-weight: 800;
}
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }
.text-link--strong { margin-top: 8px; font-size: 16px; }

/* Header */
.site-header {
	position: relative;
	z-index: 1000;
	background: #fff;
	box-shadow: 0 1px 0 rgba(12, 15, 20, .08);
}
.topbar { background: #0054AD; color: #e8f2fd; font-size: 12px; }
.topbar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 34px;
}
.topbar__contact { display: flex; align-items: center; gap: 12px; }
.topbar a { color: #fff; font-weight: 700; letter-spacing: .04em; }
.topbar__dot { color: #757981; }
.topbar__whatsapp { display: inline-flex; align-items: center; }
.topbar__whatsapp-icon { display: inline-flex; width: 16px; height: 16px; margin-right: 7px; color: #25d366; }
.topbar__whatsapp-icon svg { display: block; width: 100%; height: 100%; fill: currentColor; }
.topbar__whatsapp:hover { color: #7be3ac; }
.header-main {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 84px;
}
.brand { display: inline-flex; align-items: center; gap: 14px; min-width: 0; }
.brand__mark {
	position: relative;
	display: inline-flex;
	align-items: center;
	width: 60px;
	height: 42px;
	flex: 0 0 auto;
	font-family: Arial, sans-serif;
	font-size: 40px;
	font-style: italic;
	font-weight: 900;
	line-height: 1;
	letter-spacing: -12px;
	transform: skew(-8deg);
}
.brand__mark b { color: var(--red); }
.brand__mark i { color: #333842; font-style: normal; }
.brand__copy { display: flex; flex-direction: column; min-width: 0; line-height: 1.25; }
.brand__copy strong { font-size: 17px; letter-spacing: .04em; white-space: nowrap; }
.brand__copy small { margin-top: 5px; color: #71747b; font-size: 9px; font-weight: 700; letter-spacing: .12em; }
.site-nav { display: flex; align-items: center; gap: 14px; }
.site-nav__list { display: flex; align-items: center; gap: 24px; margin: 0; padding: 0; list-style: none; }
.site-nav__list li { position: relative; list-style: none; }
.site-nav__list > li > a {
	position: relative;
	display: block;
	padding: 28px 0;
	font-size: 15px;
	font-weight: 700;
	white-space: nowrap;
}
.site-nav__list > li > a::after {
	position: absolute;
	right: 0;
	bottom: 18px;
	left: 0;
	height: 2px;
	background: var(--red);
	content: "";
	transform: scaleX(0);
	transition: transform .2s;
}
.site-nav__list > li > a:hover::after,
.site-nav__list > .current-menu-item > a::after,
.site-nav__list > .current_page_item > a::after,
.site-nav__list > .current-menu-parent > a::after { transform: scaleX(1); }
.site-nav__list .menu-item-has-children > a { padding-right: 17px; }
.site-nav__list .menu-item-has-children > a::before {
	position: absolute;
	top: 50%;
	right: 2px;
	width: 6px;
	height: 6px;
	border-right: 1.5px solid currentColor;
	border-bottom: 1.5px solid currentColor;
	content: "";
	transform: translateY(-70%) rotate(45deg);
}
.site-nav__list .sub-menu {
	position: absolute;
	top: calc(100% - 1px);
	left: 0;
	z-index: 30;
	width: 220px;
	margin: 0;
	padding: 8px 0;
	background: #0054AD;
	box-shadow: 0 16px 36px rgba(0, 49, 101, .22);
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity .18s ease, transform .18s ease, visibility .18s;
}
.site-nav__list li:hover > .sub-menu, .site-nav__list li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.site-nav__list .sub-menu a { position: relative; display: block; padding: 13px 30px; color: #fff; font-size: 13px; font-weight: 700; line-height: 1.25; }
.site-nav__list .sub-menu a:hover, .site-nav__list .sub-menu a:focus-visible { background: #003F82; color: #fff; }
.site-nav__list .sub-menu .menu-item-has-children > a::before { right: 18px; transform: translateY(-50%) rotate(-45deg); }
.site-nav__list .sub-menu .sub-menu { top: -8px; left: 100%; background: #fff; }
.site-nav__list .sub-menu .sub-menu a { color: var(--ink); font-weight: 600; }
.site-nav__list .sub-menu .sub-menu a:hover, .site-nav__list .sub-menu .sub-menu a:focus-visible { color: #fff; }
.site-language, .nav-whatsapp {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
}
.site-language { padding: 0 8px; border: 1px solid var(--line); color: #4f555d; }
.site-language:hover { border-color: var(--ink); color: var(--ink); }
.nav-whatsapp { padding: 0 11px; border-radius: 2px; background: #1aaf62; color: #fff; }
.nav-whatsapp::before { width: 7px; height: 7px; margin-right: 5px; border: 1px solid currentColor; border-radius: 50%; content: ""; }
.nav-whatsapp:hover, .nav-whatsapp:focus-visible { background: #11854a; color: #fff; }
.brand--en .brand__copy strong { font-size: 16px; letter-spacing: .08em; }
.brand--image img { width: auto; height: 68px; object-fit: contain; }
.site-header .brand--image { position: relative; }
.site-header .brand--image::after {
	position: absolute;
	top: 5px;
	right: -17px;
	color: var(--red);
	content: "®";
	font-size: 21px;
	font-weight: 800;
	line-height: 1;
}
.menu-toggle {
	display: none;
	width: 44px;
	height: 44px;
	padding: 10px;
	border: 0;
	background: transparent;
}
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--ink); transition: .2s; }

/* Hero */
.hero {
	position: relative;
	min-height: 690px;
	display: flex;
	align-items: center;
	overflow: hidden;
	background: var(--ink);
	color: #fff;
}
.hero__slides {
	position: absolute;
	inset: 0;
}
.hero__media {
	position: absolute;
	inset: 0;
	background-position: center;
	background-size: cover;
	filter: saturate(1.08) contrast(1.08) brightness(1.04);
	opacity: 0;
	transform: scale(1.025);
	transition: opacity 1s ease, transform 7s ease;
}
.hero__media.is-active { opacity: 1; transform: scale(1); }
.hero__shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(11,14,17,.92) 0%, rgba(11,14,17,.72) 46%, rgba(11,14,17,.18) 78%, rgba(11,14,17,.06) 100%);
}
.hero__content { position: relative; z-index: 2; padding: 76px 0 170px; }
.hero h1 {
	max-width: 760px;
	margin: 0;
	font-size: clamp(48px, 6.5vw, 86px);
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: -.055em;
}
.hero h1 em { color: #fff; font-style: normal; }
.hero h1 em::after {
	display: inline-block;
	width: .65em;
	height: .11em;
	margin-left: .15em;
	background: var(--red);
	content: "";
	vertical-align: .17em;
}
.hero__lead { max-width: 680px; margin: 28px 0 0; color: #dbdde0; font-size: 18px; line-height: 1.9; }
.hero__lead .material-term { color: #f00000 !important; font-weight: 800; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero__dots {
	position: absolute;
	right: max(20px, calc((100vw - var(--container)) / 2));
	bottom: 132px;
	z-index: 4;
	display: flex;
	gap: 9px;
}
.hero__dots button {
	width: 30px;
	height: 3px;
	padding: 0;
	border: 0;
	background: rgba(255,255,255,.45);
	cursor: pointer;
	transition: width .2s ease, background .2s ease;
}
.hero__dots button:hover, .hero__dots button:focus-visible, .hero__dots button.is-active { width: 44px; background: #fff; }
.hero__rail { position: absolute; right: 0; bottom: 0; left: 0; z-index: 3; border-top: 1px solid rgba(255,255,255,.18); background: rgba(13,16,20,.78); backdrop-filter: blur(10px); }
.hero__stats { display: grid; grid-template-columns: repeat(4, 1fr); }
.hero__stats div { min-height: 112px; padding: 25px 30px; border-right: 1px solid rgba(255,255,255,.14); }
.hero__stats div:first-child { border-left: 1px solid rgba(255,255,255,.14); }
.hero__stats strong, .hero__stats span { display: block; }
.hero__stats strong { color: #fff; font-size: 22px; line-height: 1.3; }
.hero__stats span { margin-top: 6px; color: #aeb2b8; font-size: 13px; }

/* Shared sections */
.section { padding: 100px 0; }
.section--soft { background: var(--soft); }
.section-heading {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
	align-items: end;
	gap: 50px;
	margin-bottom: 45px;
}
.section-heading h2, .about-copy h2, .contact-info h2, .delivery-panel h2 {
	margin: 0;
	font-size: clamp(34px, 4vw, 52px);
	line-height: 1.25;
	letter-spacing: -.035em;
}
.section-heading > p { margin: 0 0 6px; color: var(--muted); font-size: 16px; }
.section-heading--light h2 { color: #fff; }
.section-heading--light > p { color: #afb3ba; }
.section-action { margin-top: 46px; text-align: center; }

/* Product cards */
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.product-card { display: flex; overflow: hidden; flex-direction: column; border: 1px solid var(--line); background: #fff; transition: transform .25s, box-shadow .25s, border-color .25s; }
.product-card:hover { transform: translateY(-7px); border-color: var(--red); box-shadow: 0 18px 46px rgba(0, 84, 173, .18); }
.product-card__image { display: block; overflow: hidden; aspect-ratio: 1.28 / 1; background: #e7e8ea; }
.product-card__image img { width: 100%; height: 100%; padding: 8px; background: #fff; object-fit: contain; transition: transform .45s ease; }
.product-card:hover .product-card__image img { transform: none; }
.product-card__body { display: flex; flex: 1; flex-direction: column; padding: 23px 22px 26px; transition: background .25s ease, color .25s ease; }
.product-card__category {
	display: inline-flex;
	padding: 4px 9px;
	background: #e8f1fb;
	color: var(--red);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .06em;
}
.product-card h2, .product-card h3 { margin: 12px 0 9px; font-size: 20px; line-height: 1.4; }
.product-card h2 a:hover, .product-card h3 a:hover { color: var(--red); }
.product-card p { display: -webkit-box; min-height: 4.9em; margin: 0 0 18px; overflow: hidden; color: var(--muted); font-size: 14px; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.product-card .text-link { align-self: flex-start; min-height: 38px; margin-top: auto; padding: 8px 14px; border: 1px solid var(--red); border-radius: 2px; background: var(--red); color: #fff; line-height: 1.2; }
.product-card .text-link:hover, .product-card .text-link:focus-visible { border-color: var(--red-dark); background: var(--red-dark); color: #fff; }
.product-card:hover .product-card__body { background: var(--red); color: #fff; }
.product-card:hover .product-card__category { background: #fff; color: var(--red); }
.product-card:hover h2 a, .product-card:hover h3 a, .product-card:hover h2 a:hover, .product-card:hover h3 a:hover { color: #fff; }
.product-card:hover p { color: #dceafa; }
.product-card:hover .text-link { border-color: rgba(255,255,255,.72); background: var(--red-dark); color: #fff; }

/* About */
.section--about { background: #fff; }
.split-layout { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(50px, 7vw, 96px); }
.about-image { position: relative; padding-bottom: 40px; }
.about-image img { width: 100%; min-height: 430px; object-fit: cover; }
.about-image::before {
	position: absolute;
	top: -18px;
	left: -18px;
	z-index: -1;
	width: 55%;
	height: 48%;
	border: 8px solid #eceef0;
	content: "";
}
.about-image__badge {
	position: absolute;
	right: -22px;
	bottom: 0;
	display: flex;
	flex-direction: column;
	min-width: 245px;
	padding: 22px 27px;
	background: var(--red);
	color: #fff;
	box-shadow: 0 18px 36px rgba(0, 84, 173, .26);
}
.about-image__badge strong { font-size: 19px; }
.about-image__badge span { margin-top: 5px; color: #d9e9fb; font-size: 13px; }
.about-copy > p:not(.eyebrow) { margin: 24px 0 0; color: var(--muted); }
.check-list { margin: 27px 0; padding: 0; list-style: none; }
.check-list li { position: relative; margin: 10px 0; padding-left: 30px; font-weight: 700; }
.check-list li::before {
	position: absolute;
	top: .55em;
	left: 0;
	width: 16px;
	height: 8px;
	border-bottom: 2px solid var(--red);
	border-left: 2px solid var(--red);
	content: "";
	transform: rotate(-45deg);
}

/* Industries */
.section--industries { overflow: hidden; background: #191c21; color: #fff; }
.industry-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #383c43; border-left: 1px solid #383c43; }
.industry-grid div { min-height: 250px; padding: 34px 28px; border-right: 1px solid #383c43; border-bottom: 1px solid #383c43; transition: background .2s; }
.industry-grid div:hover { background: var(--red); }
.industry-grid span { display: block; margin-bottom: 45px; color: #858a93; font-family: Arial, sans-serif; font-size: 12px; font-weight: 700; }
.industry-grid div:hover span { color: #c9dff7; }
.industry-grid strong { display: block; font-size: 23px; }
.industry-grid p { margin: 12px 0 0; color: #b2b6bd; font-size: 14px; }
.industry-grid div:hover p { color: #e2eefb; }

/* Gallery */
.section--gallery { background: var(--soft); }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 245px; gap: 12px; }
.gallery-grid figure { position: relative; margin: 0; overflow: hidden; background: #ddd; }
.gallery-grid__wide { grid-column: span 2; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.gallery-grid figure:hover img { transform: scale(1.04); }
.gallery-grid figcaption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 38px 18px 13px;
	background: linear-gradient(transparent, rgba(0,0,0,.72));
	color: #fff;
	font-size: 13px;
	font-weight: 700;
}

/* Factory album */
.album-gallery {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	grid-auto-rows: 230px;
	gap: 10px;
}
.album-gallery__item {
	position: relative;
	min-width: 0;
	padding: 0;
	overflow: hidden;
	border: 0;
	background: #d9dce0;
	cursor: zoom-in;
}
.album-gallery__item:nth-child(1), .album-gallery__item:nth-child(7), .album-gallery__item:nth-child(10) { grid-column: span 4; }
.album-gallery__item:nth-child(2), .album-gallery__item:nth-child(4), .album-gallery__item:nth-child(5),
.album-gallery__item:nth-child(8), .album-gallery__item:nth-child(11), .album-gallery__item:nth-child(12) { grid-column: span 3; }
.album-gallery__item:nth-child(3), .album-gallery__item:nth-child(6), .album-gallery__item:nth-child(9) { grid-column: span 2; }
.album-gallery__item--extra { display: none; }
.album-gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.album-gallery__category {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
	padding: 8px 12px;
	background: rgba(17, 19, 23, .88);
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
	white-space: nowrap;
}
.album-gallery__item i {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border: 1px solid rgba(255,255,255,.8);
	border-radius: 50%;
	background: rgba(15, 18, 22, .56);
	color: #fff;
	font-size: 27px;
	font-style: normal;
	line-height: 1;
	opacity: 0;
	transform: translate(-50%, -50%) scale(.8);
	transition: opacity .2s, transform .2s, background .2s;
}
.album-gallery__item::after { position: absolute; inset: 0; background: rgba(10, 13, 17, .18); content: ""; opacity: 0; transition: opacity .2s; }
.album-gallery__item:hover img, .album-gallery__item:focus-visible img { transform: scale(1.05); }
.album-gallery__item:hover::after, .album-gallery__item:focus-visible::after { opacity: 1; }
.album-gallery__item:hover i, .album-gallery__item:focus-visible i { background: var(--red); opacity: 1; transform: translate(-50%, -50%) scale(1); }
.album-gallery__item:focus-visible { outline: 3px solid var(--red); outline-offset: 3px; }
body.lightbox-open { overflow: hidden; }
.image-lightbox[hidden] { display: none !important; }
.image-lightbox { position: fixed; z-index: 3000; inset: 0; display: grid; place-items: center; padding: 36px 84px; }
.image-lightbox__backdrop { position: absolute; inset: 0; background: rgba(7, 9, 12, .92); }
.image-lightbox__dialog {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-rows: minmax(0, 1fr) 72px;
	width: min(1180px, 100%);
	height: min(820px, calc(100vh - 72px));
	min-height: 0;
}
.image-lightbox figure { display: grid; grid-template-rows: minmax(0, 1fr) 46px; width: 100%; min-height: 0; margin: 0; overflow: hidden; }
.image-lightbox figure img { width: 100%; height: 100%; min-height: 0; object-fit: contain; }
.image-lightbox figcaption { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 46px; color: #f2f3f4; font-size: 14px; }
.image-lightbox figcaption b { flex: 0 0 auto; color: #b5bac2; font-family: Arial, sans-serif; font-size: 12px; }
.image-lightbox__thumbs { display: flex; gap: 8px; width: 100%; min-height: 0; padding: 4px 0 2px; overflow-x: auto; overflow-y: hidden; scrollbar-color: #666b73 transparent; scrollbar-width: thin; }
.image-lightbox__thumb {
	position: relative;
	width: 92px;
	height: 62px;
	flex: 0 0 92px;
	padding: 0;
	overflow: hidden;
	border: 2px solid transparent;
	background: #25292f;
	opacity: .55;
	cursor: pointer;
	transition: opacity .2s, border-color .2s;
}
.image-lightbox__thumb img { width: 100%; height: 100%; object-fit: cover; }
.image-lightbox__thumb:hover, .image-lightbox__thumb.is-active { border-color: var(--red); opacity: 1; }
.image-lightbox__close, .image-lightbox__arrow {
	position: absolute;
	z-index: 2;
	display: grid;
	place-items: center;
	border: 0;
	border-radius: 50%;
	background: rgba(255,255,255,.14);
	color: #fff;
	cursor: pointer;
	transition: background .2s, transform .2s;
}
.image-lightbox__close { top: -4px; right: -52px; width: 38px; height: 38px; font-size: 29px; line-height: 1; }
.image-lightbox__arrow { top: calc((100% - 72px) / 2); width: 48px; height: 48px; font-family: Arial, sans-serif; font-size: 40px; line-height: 1; transform: translateY(-50%); }
.image-lightbox__arrow--prev { left: -64px; }
.image-lightbox__arrow--next { right: -64px; }
.image-lightbox__close:hover, .image-lightbox__arrow:hover, .image-lightbox__close:focus-visible, .image-lightbox__arrow:focus-visible { background: var(--red); outline: 0; }

/* English standalone site */
.en-site { font-family: Arial, "Helvetica Neue", sans-serif; }
.en-hero {
	min-height: 670px;
	display: flex;
	align-items: center;
	background-position: center;
	background-size: cover;
	color: #fff;
}
.en-hero__content { padding: 88px 0 110px; }
.en-hero h1 { max-width: 850px; margin: 0; font-size: clamp(48px, 6.5vw, 84px); line-height: 1.04; letter-spacing: -.055em; }
.en-hero h1 em { color: #fff; font-style: normal; }
.en-hero h1 em::after { display: inline-block; width: .65em; height: .1em; margin-left: .13em; background: var(--red); content: ""; vertical-align: .18em; }
.en-hero__content > p:not(.eyebrow) { max-width: 650px; margin: 25px 0 0; color: #e1e3e7; font-size: 18px; line-height: 1.75; }
.en-product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.en-product-grid article { overflow: hidden; border: 1px solid var(--line); background: #fff; }
.en-product-grid article > a { display: block; height: 100%; }
.en-product-grid img { width: 100%; height: 210px; object-fit: cover; }
.en-product-grid h3 { margin: 22px 22px 9px; font-size: 21px; line-height: 1.25; }
.en-product-grid p { min-height: 76px; margin: 0 22px 24px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.en-product-grid article:hover { border-color: transparent; box-shadow: var(--shadow); transform: translateY(-5px); transition: .2s; }
.en-product-grid__body { padding: 22px; }
.en-product-grid__body h3 { margin: 12px 0 9px; }
.en-product-grid__body p { min-height: 0; margin: 0 0 18px; }
.en-product-grid__category { display: inline-flex; padding: 4px 8px; background: #e8f1fb; color: var(--red); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.en-product-grid__body .text-link { font-size: 13px; }
.en-product-grid__body .text-link b { font-size: 16px; line-height: 1; }
.en-product-grid--archive { grid-template-columns: repeat(3, 1fr); }
.en-product-grid--archive img { height: 220px; }
.gallery-grid--factory { grid-auto-rows: 270px; }
.en-about { background: #fff; }
.site-footer--en .footer-bottom .container { justify-content: flex-start; }
.floating-whatsapp { background: #1aaf62; }
.floating-whatsapp:hover { background: #11854a; }

/* CTA and footer */
.cta-band { padding: 65px 0; background: var(--red); color: #fff; }
.cta-band__inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.cta-band h2 { margin: 0; font-size: clamp(32px, 4vw, 50px); line-height: 1.25; }
.cta-band p:not(.eyebrow) { max-width: 700px; margin: 12px 0 0; color: #d9e9fb; }
.cta-band__actions { display: flex; flex: 0 0 auto; flex-wrap: wrap; gap: 12px; }
.site-footer { padding-top: 70px; background: #003F82; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.7fr .7fr 1fr; gap: 70px; padding-bottom: 58px; }
.brand--footer .brand__copy small { color: #969ba4; }
.brand--footer .brand__mark i { color: #f0f1f3; }
.brand--footer { position: relative; }
.brand--footer::after {
	position: absolute;
	top: 1px;
	right: -18px;
	color: #fff;
	content: "®";
	font-size: 22.5px;
	font-weight: 700;
	line-height: 1;
}
.footer-brand > p { max-width: 540px; margin: 24px 0 0; color: #9da2aa; font-size: 14px; }
.site-footer h2 { margin: 4px 0 20px; font-size: 16px; }
.footer-links, .footer-contact { margin: 0; padding: 0; list-style: none; }
.footer-links li { margin: 8px 0; }
.footer-links a { color: #b2b6bd; font-size: 14px; }
.footer-links a:hover { color: #fff; }
.footer-contact li { margin: 0 0 14px; color: #b2b6bd; font-size: 14px; }
.footer-contact span { display: block; margin-bottom: 2px; color: #777c84; font-size: 11px; }
.footer-contact a { color: #fff; font-weight: 700; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.16); color: #b9d1ea; font-size: 12px; }
.footer-bottom .container { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0; }
.floating-phone {
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 900;
	display: flex;
	flex-direction: column;
	padding: 11px 18px;
	border-radius: 2px;
	background: var(--red);
	color: #fff;
	box-shadow: 0 12px 28px rgba(0, 84, 173, .3);
	line-height: 1.25;
}
.floating-phone span { font-size: 10px; opacity: .8; }
.floating-phone b { margin-top: 2px; font-size: 14px; }

/* Inner pages */
.page-hero {
	position: relative;
	overflow: hidden;
	padding: 90px 0;
	background:
		linear-gradient(100deg, rgba(19,21,25,.96), rgba(19,21,25,.78)),
		url("../images/manganese-woven.webp") center/cover;
	color: #fff;
}
.page-hero::after {
	position: absolute;
	top: 0;
	right: 8%;
	width: 260px;
	height: 100%;
	background: rgba(0,84,173,.75);
	clip-path: polygon(48% 0, 100% 0, 52% 100%, 0 100%);
	content: "";
}
.page-hero .container { position: relative; z-index: 2; }
.page-hero h1 { max-width: 900px; margin: 0; font-size: clamp(34px, 4.2vw, 50px); line-height: 1.2; }
.page-hero p:not(.eyebrow) { max-width: 660px; margin: 18px 0 0; color: #d2d5da; font-size: 17px; }
.filter-nav { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 36px; }
.filter-nav a { padding: 9px 18px; border: 1px solid var(--line); background: #fff; color: #555b63; font-size: 14px; font-weight: 700; }
.filter-nav a:hover, .filter-nav a.is-active { border-color: var(--red); background: var(--red); color: #fff; }
.product-grid--archive { grid-template-columns: repeat(3, 1fr); }
.product-grid--archive .product-card__image { aspect-ratio: 1.5 / 1; }
.breadcrumb-bar { border-bottom: 1px solid var(--line); background: #fafafa; }
.breadcrumb-bar .container { display: flex; align-items: center; gap: 9px; min-height: 50px; color: #737880; font-size: 12px; }
.breadcrumb-bar a:hover { color: var(--red); }
.breadcrumb-bar strong { color: #34383e; font-weight: 700; }
.product-detail { padding-top: 70px; }
.product-detail__hero { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(45px, 6vw, 82px); }
.product-detail__image { overflow: hidden; padding: 18px; aspect-ratio: 1.23 / 1; background: #f7f9fc; box-shadow: var(--shadow); }
.product-detail__image img { width: 100%; height: 100%; object-fit: contain; }
.product-detail__intro h1 { margin: 15px 0 17px; font-size: clamp(38px, 5vw, 58px); line-height: 1.2; letter-spacing: -.035em; }
.product-detail__lead { margin: 0; color: var(--muted); font-size: 17px; }
.product-detail__meta { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 28px; background: var(--line); border: 1px solid var(--line); }
.product-detail__meta div { padding: 16px; background: #fff; }
.product-detail__meta span, .product-detail__meta strong { display: block; }
.product-detail__meta span { margin-bottom: 6px; color: #8a8e95; font-size: 11px; }
.product-detail__meta strong { font-size: 13px; }
.product-detail__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.product-detail__content { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr); gap: 60px; }
.prose h2 { margin: 0 0 20px; font-size: 34px; line-height: 1.3; }
.prose h3 { margin-top: 32px; font-size: 24px; }
.prose p { color: #555b63; }
.prose--page { max-width: 920px; }
.prose--page > *:first-child { margin-top: 0; }
.application-box { margin-top: 30px; padding: 24px 26px; border-left: 4px solid var(--red); background: #fff; }
.application-box p { margin: 7px 0 0; }
.feature-panel { align-self: start; padding: 38px 34px; background: #1a1d22; color: #fff; }
.feature-panel h2 { margin: 0; font-size: 30px; }
.feature-panel ul { margin: 26px 0; padding: 0; list-style: none; }
.feature-panel li { position: relative; margin: 13px 0; padding: 0 0 13px 26px; border-bottom: 1px solid #353940; }
.feature-panel li::before { position: absolute; top: 8px; left: 0; width: 8px; height: 8px; background: var(--red); content: ""; transform: rotate(45deg); }
.feature-panel > p:last-child { margin: 0; color: #a8adb5; font-size: 13px; }
.product-grid--related { grid-template-columns: repeat(3, 1fr); }
.product-grid--related .product-card__image { aspect-ratio: 1.5 / 1; }

/* About and contact pages */
.page-hero--about { background: linear-gradient(100deg, rgba(19,21,25,.94), rgba(19,21,25,.7)), url("../images/binzhou-city.webp") center/cover; }
.split-layout--about { align-items: start; }
.about-image--page { margin-top: 15px; }
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.value-grid > div { min-height: 240px; padding: 30px 26px; border-top: 4px solid transparent; background: #fff; transition: .2s; }
.value-grid > div:hover { transform: translateY(-5px); border-color: var(--red); box-shadow: var(--shadow); }
.value-grid span { color: var(--red); font-family: Arial, sans-serif; font-size: 12px; font-weight: 700; }
.value-grid h3 { margin: 46px 0 10px; font-size: 22px; }
.value-grid p { margin: 0; color: var(--muted); font-size: 14px; }
.delivery-panel { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; }
.delivery-panel img { width: 100%; max-height: 440px; object-fit: cover; }
.delivery-panel p:not(.eyebrow) { margin: 20px 0 28px; color: var(--muted); }
.about-products { background: #fff; }
.about-products h2 { margin: 0 0 26px; color: var(--ink); font-size: clamp(34px, 4vw, 50px); font-weight: 800; line-height: 1.2; letter-spacing: -.035em; }
.about-products p { max-width: 1180px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.9; }
.certificate-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.certificate-card { display: block; padding: 18px; border: 1px solid var(--line); background: #fff; box-shadow: 0 12px 32px rgba(20,23,28,.06); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.certificate-card:hover, .certificate-card:focus-visible { transform: translateY(-5px); border-color: var(--red); box-shadow: 0 18px 42px rgba(0,84,173,.16); }
.certificate-card figure { margin: 0; }
.certificate-card img { width: 100%; aspect-ratio: .72 / 1; object-fit: contain; background: #fff; }
.certificate-card figcaption { min-height: 3.2em; margin-top: 16px; color: var(--ink); font-size: 15px; font-weight: 700; line-height: 1.6; }
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.contact-info > p:not(.eyebrow) { margin: 22px 0 30px; color: var(--muted); }
.contact-cards { display: grid; gap: 12px; }
.contact-cards > * { display: flex; flex-direction: column; padding: 22px 24px; border: 1px solid var(--line); background: #fff; transition: .2s; }
.contact-cards > a:hover { border-color: var(--red); box-shadow: 0 12px 30px rgba(20,23,28,.07); }
.contact-cards span { color: #8a8e95; font-size: 11px; }
.contact-cards strong { margin-top: 4px; font-size: 21px; }
.contact-cards small { margin-top: 4px; color: var(--muted); }
.enquiry-card { padding: 42px; background: var(--soft); }
.enquiry-card h2 { margin: 0; font-size: 34px; }
.enquiry-card > p { margin: 8px 0 24px; color: var(--muted); }
.enquiry-card label { display: block; margin-bottom: 18px; font-size: 13px; font-weight: 700; }
.enquiry-card label span { color: var(--red); }
.enquiry-card input, .enquiry-card textarea {
	display: block;
	width: 100%;
	margin-top: 7px;
	padding: 12px 14px;
	border: 1px solid #d8dade;
	border-radius: 0;
	background: #fff;
	color: var(--ink);
	outline: none;
}
.enquiry-card input:focus, .enquiry-card textarea:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(0,84,173,.1); }
.enquiry-card textarea { resize: vertical; }
.hp-field { position: absolute !important; left: -9999px !important; }
.form-notice { margin-bottom: 20px; padding: 12px 14px; font-size: 13px; }
.form-notice--success { border: 1px solid #add6ba; background: #e9f7ed; color: #1f6b35; }
.form-notice--error { border: 1px solid #e0b2b2; background: #f9eaea; color: #8b2020; }
.lianyi-fluent-form-wrap { margin-top: 26px; }
.enquiry-card .frm-fluent-form .ff-el-group { margin-bottom: 18px; }
.enquiry-card .frm-fluent-form .ff-t-container { gap: 16px; margin-bottom: 0; }
.enquiry-card .frm-fluent-form .ff-t-cell { padding: 0; }
.enquiry-card .frm-fluent-form .ff-el-input--label label {
	margin: 0 0 8px;
	color: var(--ink);
	font-size: 13px;
	font-weight: 800;
}
.enquiry-card .frm-fluent-form .ff-el-form-control {
	width: 100%;
	min-height: 50px;
	padding: 12px 14px;
	border: 1px solid #ccd3dc;
	border-radius: 0;
	background: #fff;
	color: var(--ink);
	font: inherit;
	box-shadow: none;
}
.enquiry-card .frm-fluent-form textarea.ff-el-form-control { min-height: 155px; resize: vertical; }
.enquiry-card .frm-fluent-form .ff-el-form-control:focus {
	border-color: var(--red);
	outline: 0;
	box-shadow: 0 0 0 3px rgba(0,84,173,.1);
}
.enquiry-card .frm-fluent-form .ff-btn-submit {
	min-height: 50px;
	padding: 13px 26px;
	border: 1px solid var(--blue);
	border-radius: 0;
	background: var(--blue);
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	cursor: pointer;
	transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.enquiry-card .frm-fluent-form .ff-btn-submit:hover,
.enquiry-card .frm-fluent-form .ff-btn-submit:focus { border-color: var(--red); background: var(--red); transform: translateY(-1px); }
.enquiry-card .frm-fluent-form .ff-el-is-error .ff-el-form-control { border-color: #c82929; }
.enquiry-card .frm-fluent-form .error.text-danger { color: #9f1f1f; font-size: 12px; }
.enquiry-card .ff-message-success,
.lianyi-form-success { padding: 18px 20px; border: 1px solid #a9d5b7; background: #edf8f0; color: #1f6b35; line-height: 1.7; }
.not-found { display: flex; align-items: center; min-height: 65vh; padding: 100px 0; text-align: center; }
.not-found span { color: var(--red); font-size: 100px; font-weight: 900; line-height: 1; }
.not-found h1 { margin: 20px 0 5px; font-size: 42px; }
.not-found p { margin: 0 0 25px; color: var(--muted); }

@media (max-width: 1040px) {
	.header-main { min-height: 76px; }
	.brand__copy strong { font-size: 15px; }
	.brand__copy small { font-size: 8px; }
	.site-nav { gap: 9px; }
	.site-nav__list { gap: 14px; }
	.site-nav__list > li > a { font-size: 14px; }
	.product-grid { grid-template-columns: repeat(2, 1fr); }
	.industry-grid { grid-template-columns: repeat(2, 1fr); }
	.value-grid { grid-template-columns: repeat(2, 1fr); }
	.footer-grid { grid-template-columns: 1.35fr .65fr 1fr; gap: 38px; }
}

@media (max-width: 860px) {
	.container { width: min(calc(100% - 32px), var(--container)); }
	.topbar__inner > span:first-child { display: none; }
	.topbar__inner { justify-content: flex-end; }
	button.menu-toggle {
		position: relative;
		z-index: 3;
		display: block !important;
		width: 44px !important;
		min-width: 44px;
		height: 44px !important;
		flex: 0 0 44px;
		padding: 10px !important;
		border: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
	}
	button.menu-toggle span {
		display: block !important;
		width: 100% !important;
		height: 2px !important;
		margin: 5px 0 !important;
		background: var(--ink) !important;
		opacity: 1;
	}
	.menu-open .menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
	.menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
	.menu-open .menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
	.site-nav {
		position: fixed;
		top: 110px;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 2;
		display: block;
		padding: 26px 24px 40px;
		overflow-y: auto;
		background: #fff;
		opacity: 0;
		pointer-events: none;
		transform: translateY(-12px);
		transition: .2s;
	}
	.menu-open .site-nav { opacity: 1; pointer-events: auto; transform: translateY(0); }
	.site-nav__list { display: block; }
	.site-nav__list > li > a { padding: 15px 4px; border-bottom: 1px solid var(--line); font-size: 18px; }
	.site-nav__list > li > a::after { display: none; }
	.site-nav__list .menu-item-has-children > a { padding-right: 28px; }
	.site-nav__list .menu-item-has-children > a::before { right: 9px; }
	.site-nav__list .sub-menu, .site-nav__list .sub-menu .sub-menu {
		position: static;
		width: auto;
		margin: 0;
		padding: 6px 0 8px 14px;
		background: #edf4fb;
		box-shadow: none;
		opacity: 1;
		visibility: visible;
		transform: none;
	}
	.site-nav__list .sub-menu a { padding: 10px 18px; color: var(--ink); font-size: 14px; }
	.site-nav__list .sub-menu .menu-item-has-children > a::before { right: 14px; transform: translateY(-50%) rotate(45deg); }
	.site-nav__list .sub-menu .sub-menu { display: flex; flex-wrap: wrap; gap: 2px 10px; padding: 0 10px 8px 24px; }
	.site-nav__list .sub-menu .sub-menu li { flex: 1 1 180px; }
	.site-nav__list .sub-menu .sub-menu a { padding: 7px 10px; color: #555d59; font-size: 12px; }
	.site-language, .nav-whatsapp { min-height: 44px; margin-top: 18px; padding: 0 16px; font-size: 14px; }
	.nav-enquiry { width: 100%; margin-top: 22px; }
	.hero { min-height: 720px; align-items: flex-start; }
	.hero__shade { background: linear-gradient(90deg, rgba(11,14,17,.9), rgba(11,14,17,.4)); }
	.hero__content { padding-top: 100px; }
	.hero__rail { background: rgba(13,16,20,.9); }
	.hero__stats { grid-template-columns: repeat(2, 1fr); }
	.hero__stats div { min-height: 90px; padding: 17px 18px; border-bottom: 1px solid rgba(255,255,255,.14); }
	.hero__stats strong { font-size: 17px; }
	.section { padding: 76px 0; }
	.section-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 34px; }
	.split-layout, .product-detail__hero, .product-detail__content, .contact-layout, .delivery-panel { grid-template-columns: 1fr; }
	.about-image { order: 2; }
	.about-copy { order: 1; }
	.about-image__badge { right: 0; }
	.gallery-grid { grid-template-columns: repeat(2, 1fr); }
	.album-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 210px; }
	.album-gallery__item:nth-child(-n+12) { grid-column: span 1; }
	.image-lightbox { padding: 30px 60px; }
	.image-lightbox__close { top: -3px; right: -45px; }
	.image-lightbox__arrow--prev { left: -52px; }
	.image-lightbox__arrow--next { right: -52px; }
	.en-product-grid { grid-template-columns: repeat(2, 1fr); }
	.cta-band__inner { display: block; }
	.cta-band__actions { margin-top: 28px; }
	.footer-grid { grid-template-columns: 1fr 1fr; }
	.footer-brand { grid-column: 1 / -1; }
	.product-detail__content { gap: 35px; }
	.contact-layout { gap: 45px; }
	.delivery-panel { gap: 35px; }
	.certificate-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 580px) {
	body { font-size: 15px; }
	.topbar__contact { width: 100%; justify-content: center; gap: 8px; }
	.header-main { min-height: 70px; }
	.brand { gap: 9px; }
	.brand__mark { width: 46px; height: 35px; font-size: 33px; letter-spacing: -10px; }
	.brand__copy strong { font-size: 12px; letter-spacing: .02em; }
	.brand__copy small { font-size: 7px; letter-spacing: .07em; }
	.brand--en .brand__copy strong { font-size: 12px; letter-spacing: .05em; }
	.site-nav { top: 104px; }
	.hero { min-height: 720px; }
	.hero__media { background-position: 45% center; }
	.hero__content { padding: 72px 0 220px; }
	.hero h1 {
		max-width: 100%;
		font-size: 40px;
		letter-spacing: -.07em;
		overflow-wrap: anywhere;
	}
	.hero h1 em {
		display: block;
		font-size: .84em;
		line-height: 1.3;
		letter-spacing: -.085em;
	}
	.hero__lead { margin-top: 20px; font-size: 15px; line-height: 1.75; }
	.hero__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
	.hero__actions .button { width: 100%; min-width: 0; padding-right: 7px; padding-left: 7px; font-size: 14px; }
	.hero__stats div:first-child { border-left: 0; }
	.section { padding: 62px 0; }
	.section-heading h2, .about-copy h2, .contact-info h2, .delivery-panel h2 { font-size: 34px; }
	.product-grid, .product-grid--archive, .product-grid--related, .industry-grid, .value-grid { grid-template-columns: 1fr; }
	.certificate-grid { grid-template-columns: 1fr; }
	.about-products p { font-size: 15px; line-height: 1.8; }
	.product-card__image, .product-grid--archive .product-card__image, .product-grid--related .product-card__image { aspect-ratio: 1.45 / 1; }
	.industry-grid div { min-height: 190px; }
	.industry-grid span { margin-bottom: 25px; }
	.about-image img { min-height: 300px; }
	.about-image__badge { min-width: 210px; }
	.gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 180px; }
	.gallery-grid__wide { grid-column: span 2; }
	.gallery-grid--factory { grid-auto-rows: 180px; }
	.album-gallery { grid-auto-rows: 138px; gap: 7px; }
	.album-gallery__category { max-width: 100%; padding: 7px 8px; overflow: hidden; font-size: 9px; text-overflow: ellipsis; }
	.album-gallery__item i { display: none; }
	.image-lightbox { padding: 52px 14px 50px; }
	.image-lightbox__dialog { grid-template-rows: minmax(0, 1fr) 58px; height: min(690px, calc(100vh - 102px)); }
	.image-lightbox figure { grid-template-rows: minmax(0, 1fr) 42px; }
	.image-lightbox figure img { height: 100%; }
	.image-lightbox figcaption { min-height: 42px; font-size: 12px; }
	.image-lightbox__thumbs { gap: 6px; }
	.image-lightbox__thumb { width: 72px; height: 50px; flex-basis: 72px; }
	.image-lightbox__close { top: -44px; right: 0; }
	.image-lightbox__arrow { top: auto; bottom: -45px; width: 40px; height: 34px; border-radius: 2px; font-size: 32px; transform: none; }
	.image-lightbox__arrow--prev { left: calc(50% - 46px); }
	.image-lightbox__arrow--next { right: calc(50% - 46px); }
	.en-hero { min-height: 650px; align-items: flex-start; background-position: 58% center; }
	.en-hero__content { padding: 78px 0 110px; }
	.en-hero h1 { font-size: 42px; }
	.en-hero__content > p:not(.eyebrow) { font-size: 15px; }
	.en-product-grid { grid-template-columns: 1fr; }
	.en-product-grid img { height: 230px; }
	.cta-band { padding: 55px 0; }
	.cta-band__actions .button { width: 100%; }
	.footer-grid { grid-template-columns: 1fr; }
	.footer-brand { grid-column: auto; }
	.footer-bottom .container { display: block; }
	.footer-bottom span { display: block; margin: 3px 0; }
	.floating-phone {
		right: 10px !important;
		left: auto !important;
		bottom: 10px;
		width: auto !important;
		max-width: calc(100vw - 20px);
		transform: none !important;
	}
	.page-hero { padding: 70px 0; }
	.page-hero h1 { font-size: 34px; }
	.page-hero::after { right: -80px; opacity: .6; }
	.product-detail { padding-top: 45px; }
	.product-detail__image { aspect-ratio: 1.2 / 1; }
	.product-detail__intro h1 { font-size: 38px; }
	.product-detail__meta { grid-template-columns: 1fr; }
	.product-detail__actions .button { width: 100%; }
	.feature-panel { padding: 30px 24px; }
	.enquiry-card { padding: 30px 22px; }
	.enquiry-card .frm-fluent-form .ff-t-container { display: block; }
}

/* Lianyi English content */
.hero--lianyi { min-height: 700px; }
.hero--lianyi .hero__media { background-position: center; }
.hero--lianyi .hero__shade { background: linear-gradient(90deg, rgba(0, 49, 101, .92) 0%, rgba(0, 84, 173, .6) 52%, rgba(0, 49, 101, .16) 100%); }
.home .hero--lianyi h1 { max-width: 660px; font-size: clamp(38px, 4.2vw, 56px); line-height: 1.14; }
.home .section-heading h2, .home .about-copy h2 { font-size: clamp(32px, 3.3vw, 44px); line-height: 1.22; }
.family-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
.family-card { display: flex; min-height: 285px; flex-direction: column; padding: 28px 24px; border: 1px solid var(--line); background: #fff; transition: .25s ease; }
.family-card > span { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 50%; background: #e5f0fb; color: var(--red); font-size: 20px; font-weight: 800; }
.family-card h3 { margin: 30px 0 12px; font-size: 22px; line-height: 1.25; }
.family-card p { margin: 0 0 24px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.family-card b { margin-top: auto; color: var(--red); font-size: 13px; }
.family-card:hover { transform: translateY(-6px); border-color: transparent; box-shadow: var(--shadow); }
.insight-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.insight-card { overflow: hidden; border: 1px solid var(--line); background: #fff; transition: .25s ease; }
.insight-card:hover { transform: translateY(-6px); border-color: transparent; box-shadow: var(--shadow); }
.insight-card__image { display: block; aspect-ratio: 1.55 / 1; overflow: hidden; background: var(--soft); }
.insight-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.insight-card:hover .insight-card__image img { transform: scale(1.04); }
.insight-card > div { padding: 24px; }
.insight-card time { color: #858b91; font-size: 12px; }
.insight-card h2, .insight-card h3 { margin: 10px 0 12px; font-size: 21px; line-height: 1.35; }
.insight-card p { margin: 0 0 20px; color: var(--muted); font-size: 14px; }
.insight-grid--archive { row-gap: 34px; }
.industry-grid--images { gap: 18px; border: 0; }
.industry-grid--images div {
	min-height: 390px;
	padding: 0 24px 26px;
	overflow: hidden;
	border: 1px solid rgba(255,255,255,.18);
	background: #222831;
}
.industry-grid--images div:hover { background: #0054AD; }
.industry-grid--images img {
	display: block;
	width: calc(100% + 48px);
	max-width: none;
	height: 220px;
	margin: 0 -24px 22px;
	object-fit: cover;
	transition: transform .4s ease;
}
.industry-grid--images div:hover img { transform: scale(1.035); }
.industry-grid--images span { margin-bottom: 12px; }
.section--industries-home {
	background-color: #102d4d;
	background-image: linear-gradient(rgba(4, 29, 55, .38), rgba(4, 29, 55, .38)), var(--applications-background);
	background-position: center, center 46%;
	background-size: cover;
}
.application-grid { display: grid; gap: 34px; }
.application-card { display: grid; grid-template-columns: 1fr 1fr; min-height: 390px; overflow: hidden; background: var(--soft); }
.application-card:nth-child(even) img { order: 2; }
.application-card img { width: 100%; height: 100%; min-height: 390px; object-fit: cover; }
.application-card > div { display: flex; flex-direction: column; justify-content: center; padding: clamp(36px, 6vw, 72px); }
.application-card > div > span { color: var(--red); font-size: 12px; font-weight: 800; letter-spacing: .15em; }
.application-card h2 { margin: 18px 0 15px; font-size: clamp(30px, 4vw, 45px); line-height: 1.2; }
.application-card p { margin: 0 0 24px; color: var(--muted); }
.container--narrow { width: min(calc(100% - 40px), 860px); margin-inline: auto; }
.article-hero { padding: 100px 0 78px; background: #082b50; color: #fff; }
.article-hero h1 { margin: 0; font-size: clamp(34px, 4.2vw, 52px); line-height: 1.12; letter-spacing: -.035em; }
.article-meta { display: flex; gap: 22px; margin-top: 25px; color: #b9c6c0; font-size: 13px; }
.article-featured { margin: 0 0 44px; }
.article-featured img { width: 100%; max-height: 540px; object-fit: cover; }
.source-article-content, .source-product-content { overflow-wrap: anywhere; }
.source-article-content img, .source-product-content img { width: auto; max-width: 100%; height: auto; margin: 24px auto; }
.source-article-content table, .source-product-content table { display: block; width: 100% !important; max-width: 100%; margin: 24px 0; overflow-x: auto; border-collapse: collapse; background: #fff; font-size: 14px; }
.source-article-content td, .source-article-content th, .source-product-content td, .source-product-content th { min-width: 110px; padding: 12px 14px; border: 1px solid #dce2ea; text-align: left; vertical-align: middle; }
.source-product-content th { background: var(--navy); color: #fff; font-weight: 800; }
.source-product-content tr:nth-child(even) td { background: #f3f7fb; }
.source-article-content h2, .source-product-content h2 { margin-top: 42px; }
.source-article-content h3, .source-product-content h3 { margin-top: 30px; }
.source-article-content p, .source-article-content li, .source-product-content p, .source-product-content li { color: #4f5753; line-height: 1.8; }
.source-product-content .elementor-element, .source-article-content .elementor-element { width: auto !important; max-width: 100% !important; min-height: 0 !important; padding: 0 !important; margin-right: 0 !important; margin-left: 0 !important; background: transparent !important; }
.nav-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 45px; }
.nav-links .page-numbers { display: grid; min-width: 42px; height: 42px; place-items: center; border: 1px solid var(--line); background: #fff; font-size: 13px; font-weight: 700; }
.nav-links .current, .nav-links a:hover { border-color: var(--red); background: var(--red); color: #fff; }
.page-hero {
	background-color: #0054ad;
	background-image: linear-gradient(100deg, rgba(0,31,64,.76), rgba(0,65,133,.42)), url("../images/lianyi-about.webp");
	background-position: center, center;
	background-repeat: no-repeat, no-repeat;
	background-size: cover, cover;
	text-shadow: 0 2px 12px rgba(0,0,0,.28);
}
.page-hero::after { display: none; }
.page-hero--about { background: linear-gradient(100deg, rgba(0,31,64,.72), rgba(0,65,133,.38)), url("../images/lianyi-about.webp") center/cover; }
.page-hero--image-contain {
	background-color: #0054AD;
	background-position: center, center;
	background-repeat: no-repeat, no-repeat;
	background-size: cover, cover;
}
.page-hero--products { background-position: center, center 52%; }
.page-hero--applications { background-position: center, center 48%; }
.page-hero--blog { background-position: center, center 62%; }
.page-hero--clear { background-position: center, center; background-repeat: no-repeat, no-repeat; background-size: cover, cover; }
.page-hero--about { background-position: center, center; }
.page-hero--capability { background-position: center, center 52%; }
.page-hero--contact { background-position: center, center 64%; }
.page-hero[style*="--page-banner-aspect-ratio"] {
	display: flex;
	align-items: center;
	aspect-ratio: var(--page-banner-aspect-ratio);
	background-position: center, center top;
	background-repeat: no-repeat, no-repeat;
	background-size: cover, 100% auto;
}

/* ACF-configured product and page content. */
.product-gallery { min-width: 0; }
.product-gallery__thumbs { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 9px; margin-top: 12px; }
.product-gallery__thumbs button { overflow: hidden; padding: 0; aspect-ratio: 1 / 1; border: 2px solid transparent; background: #eee; cursor: pointer; }
.product-gallery__thumbs button:hover, .product-gallery__thumbs button.is-active { border-color: var(--red); }
.product-gallery__thumbs img { width: 100%; height: 100%; object-fit: cover; }
.product-detail__meta { grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }
.product-configured-content { min-width: 0; }
.product-field-section { margin-top: 46px; padding-top: 36px; border-top: 1px solid var(--line); }
.product-field-section > h2 { margin: 0 0 22px; font-size: 30px; }
.product-feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.product-feature-grid article { padding: 24px; border: 1px solid var(--line); background: #fff; }
.product-feature-grid span { color: var(--red); font-size: 12px; font-weight: 800; }
.product-feature-grid h3 { margin: 8px 0; font-size: 19px; }
.product-feature-grid p { margin: 0; color: var(--muted); line-height: 1.65; }
.product-enum-list { margin: 0; border-top: 1px solid var(--line); }
.product-enum-list > div { display: grid; grid-template-columns: minmax(150px, .35fr) 1fr; border-bottom: 1px solid var(--line); }
.product-enum-list dt, .product-enum-list dd { margin: 0; padding: 15px 18px; }
.product-enum-list dt { background: #edf4fb; color: var(--navy); font-weight: 800; }
.product-enum-list dd { background: #fff; color: var(--muted); }
.product-spec-table { max-width: 100%; overflow-x: auto; }
.product-spec-table table { width: 100%; min-width: 100%; border-collapse: collapse; background: #fff; font-size: 14px; }
.product-spec-table th, .product-spec-table td { min-width: 105px; padding: 12px 14px; border: 1px solid #dce2ea; text-align: left; vertical-align: middle; }
.product-spec-table th { background: var(--navy); color: #fff; }
.product-spec-table tbody tr:nth-child(even) td { background: #f3f7fb; }
.config-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.config-card-grid article { overflow: hidden; background: #fff; box-shadow: var(--shadow); }
.config-card-grid article > img { width: 100%; height: 220px; object-fit: cover; }
.config-card-grid article > div { padding: 25px; }
.config-card-grid article span { color: var(--red); font-size: 12px; font-weight: 800; }
.config-card-grid article h3 { margin: 9px 0; font-size: 22px; }
.config-card-grid article p { color: var(--muted); line-height: 1.7; }

@media (max-width: 760px) {
	.product-feature-grid, .config-card-grid { grid-template-columns: 1fr; }
	.product-gallery__thumbs { grid-template-columns: repeat(4, minmax(0, 1fr)); }
	.product-enum-list > div { grid-template-columns: 1fr; }
}
.site-footer .brand--image img { filter: brightness(0) invert(1); }
.why-choose-home {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background-image:
		linear-gradient(135deg, rgba(237,245,253,.42) 0%, rgba(247,250,255,.34) 52%, rgba(231,241,251,.42) 100%),
		var(--home-why-background, url("../images/whychoose.jpg"));
	background-position: center, center 48%;
	background-size: cover, cover;
	background-repeat: no-repeat, no-repeat;
}

.cta-band--home {
	background-color: #0054AD;
	background-image: linear-gradient(90deg, rgba(0,49,101,.46), rgba(0,84,173,.32)), var(--home-cta-background);
	background-position: center, center;
	background-repeat: no-repeat, no-repeat;
	background-size: cover, cover;
}
.why-choose-home::before {
	display: none;
}
.about-lianyi-label { font-size: 18px; letter-spacing: .14em; text-transform: none; }
.about-lianyi-label sup { margin-left: 3px; font-size: 1.08em; vertical-align: super; }
.about-page-label sup { margin-left: 3px; font-size: 1.08em; vertical-align: super; }
.company-intro__highlight { color: #f00000 !important; font-weight: 700; }
.why-choose-home h2 sup { margin-left: 4px; color: var(--red); font-size: .66em; vertical-align: super; }
.why-choose-grid > div { min-height: 245px; border-top-color: #0054AD; box-shadow: 0 8px 24px rgba(0, 84, 173, .08); }
.why-choose-grid span { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; background: #e5f0fb; }
.why-choose-grid h3 { margin: 27px 0 11px; font-size: 20px; line-height: 1.35; }
.why-choose-grid p { font-size: 13px; line-height: 1.7; }
.why-choose-grid > div:hover { border-top-color: #003F82; background: var(--red); color: #fff; box-shadow: 0 18px 42px rgba(0, 84, 173, .24); }
.why-choose-grid > div:hover span { background: #fff; color: var(--red); }
.why-choose-grid > div:hover p { color: #dceafa; }

@media (max-width: 1040px) {
	.family-grid { grid-template-columns: repeat(3, 1fr); }
	.brand--image img { width: auto; height: 60px; }
}

@media (max-width: 860px) {
	.family-grid, .insight-grid { grid-template-columns: repeat(2, 1fr); }
	.application-card { grid-template-columns: 1fr; }
	.application-card:nth-child(even) img { order: 0; }
	.application-card img { min-height: 300px; }
	.industry-grid--images div { min-height: 360px; }
}

@media (max-width: 580px) {
	.brand--image img { width: auto; height: 52px; }
	.site-header .brand--image::after { top: 2px; right: -14px; font-size: 18px; }
	.about-lianyi-label { font-size: 16px; }
	.family-grid, .insight-grid { grid-template-columns: 1fr; }
	.family-card { min-height: 240px; }
	.application-card img { min-height: 230px; }
	.application-card > div { padding: 32px 24px; }
	.hero--lianyi { min-height: 760px; }
	.hero--lianyi .hero__media { background-position: 56% center; }
	.hero__dots { right: 16px; bottom: 198px; }
	.home .hero--lianyi h1 { font-size: 32px; line-height: 1.18; }
	.home .section-heading h2, .home .about-copy h2 { font-size: 31px; }
	.container--narrow { width: min(calc(100% - 32px), 860px); }
}
