.hx-hero [data-anim],
.cine-hero [data-anim],
.cine-shade [data-anim] {
	opacity: 1;
	transform: none;
}

[data-anim] {
	opacity: 0;
	transform: translateY(36px);
	transition: opacity 0.75s ease, transform 0.75s ease;
}

[data-anim="left"] { transform: translateX(-40px); }
[data-anim="right"] { transform: translateX(40px); }
[data-anim="zoom"] { transform: scale(0.94); }

[data-anim].is-in {
	opacity: 1;
	transform: none;
}

.pro-title {
	font-size: clamp(2.2rem, 4vw, 3.4rem);
	line-height: 1.12;
	max-width: 14ch;
	margin-bottom: 0.8rem;
}

.pro-hero-figure {
	margin: 0;
	border-radius: 1.25rem;
	overflow: hidden;
	border: 1px solid var(--px-line);
	box-shadow: 0 18px 40px rgba(34, 42, 63, 0.08);
	background: #fff;
}

.pro-hero-figure img {
	width: 100%;
	height: 420px;
	object-fit: cover;
	display: block;
}

.pro-hero-figure figcaption {
	padding: 0.75rem 1rem;
	font-weight: 700;
	color: var(--px-blue-deep);
	background: #fff;
}

.pro-hero-figure figcaption i {
	color: var(--px-green);
	margin-right: 0.35rem;
}

.hx-hero {
	padding: 4rem 0 3rem;
	background: linear-gradient(180deg, #f4f6fb 0%, #fff 70%);
}

.cine-panel ul li strong {
	min-width: 3.2rem;
	color: #fff;
}

.hx-title {
	font-size: clamp(2.8rem, 6vw, 4.6rem);
	line-height: 0.95;
	display: flex;
	flex-direction: column;
}

.hx-title span {
	display: block;
	opacity: 1;
	animation: hx-rise 0.7s ease both;
}

.hx-title span:nth-child(2) { animation-delay: 0.12s; color: var(--px-blue); }
.hx-title span:nth-child(3) { animation-delay: 0.24s; }

.hx-green { color: var(--px-green); }

@keyframes hx-rise {
	from { transform: translateY(16px); }
	to { transform: none; }
}

.hx-kicker {
	font-weight: 700;
	color: var(--px-blue);
	font-size: 1.12rem;
}

.hx-metrics {
	display: flex;
	gap: 1.5rem;
	margin-top: 2rem;
}

.hx-metrics strong {
	display: block;
	font-size: 1.8rem;
	color: var(--px-blue);
	line-height: 1;
}

.hx-metrics span {
	color: var(--px-muted);
	font-size: 0.85rem;
	font-weight: 600;
}

.hx-collage {
	position: relative;
	min-height: 520px;
}

.hx-shot {
	position: absolute;
	object-fit: cover;
	border-radius: 1.4rem;
	box-shadow: 0 24px 50px rgba(34, 42, 63, 0.16);
}

.hx-shot-a {
	width: 72%;
	height: 340px;
	right: 0;
	top: 0;
	animation: hx-float 6s ease-in-out infinite;
}

.hx-shot-b {
	width: 46%;
	height: 190px;
	left: 0;
	bottom: 70px;
	border: 6px solid #fff;
	animation: hx-float 7s ease-in-out infinite reverse;
}

.hx-shot-c {
	width: 38%;
	height: 160px;
	right: 8%;
	bottom: 0;
	border: 6px solid #fff;
	animation: hx-float 5.5s ease-in-out infinite;
}

.hx-float-card {
	position: absolute;
	left: 8%;
	top: 28px;
	background: var(--px-blue);
	color: #fff;
	border-radius: 999px;
	padding: 0.55rem 0.9rem;
	font-weight: 700;
	animation: hx-float 4.5s ease-in-out infinite;
}

@keyframes hx-float {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-10px); }
}

.hx-marquee {
	overflow: hidden;
	border-top: 1px solid var(--px-line);
	border-bottom: 1px solid var(--px-line);
	background: var(--px-blue-deep);
	color: #fff;
	padding: 0.85rem 0;
}

.hx-track {
	display: flex;
	gap: 2.5rem;
	width: max-content;
	animation: hx-marquee 28s linear infinite;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.hx-track span::before {
	content: "";
	display: inline-block;
	width: 0.45rem;
	height: 0.45rem;
	margin-right: 0.7rem;
	border-radius: 50%;
	background: var(--px-green);
	vertical-align: middle;
}

@keyframes hx-marquee {
	from { transform: translateX(0); }
	to { transform: translateX(-50%); }
}

.hx-about-frame {
	position: relative;
}

.hx-about-frame img {
	width: 86%;
	border-radius: 1.4rem;
	object-fit: cover;
	height: 420px;
}

.hx-about-inset {
	position: absolute !important;
	width: 46% !important;
	height: 200px !important;
	right: 0;
	bottom: -28px;
	border: 6px solid #fff;
	box-shadow: 0 16px 40px rgba(34, 42, 63, 0.15);
}

.hx-why {
	background: #fff;
	border-radius: 1.2rem;
	padding: 1.4rem;
	height: 100%;
	border: 1px solid var(--px-line);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hx-why:hover {
	transform: translateY(-8px);
	box-shadow: 0 18px 40px rgba(64, 80, 160, 0.14);
}

.hx-why span {
	color: var(--px-green);
	font-weight: 800;
}

.hx-why i {
	display: block;
	font-size: 1.5rem;
	color: var(--px-blue);
	margin: 0.6rem 0;
}

.hx-why p { color: var(--px-muted); margin: 0; }

.hx-mosaic {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr;
	gap: 0.8rem;
	margin-top: 1.5rem;
}

.hx-tile {
	min-height: 220px;
	border-radius: 1.2rem;
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: flex-end;
	text-decoration: none;
	color: #fff;
	padding: 1.1rem;
}

.hx-tile::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(transparent, rgba(34, 42, 63, 0.78));
	transition: opacity 0.3s ease;
}

.hx-tile span {
	position: relative;
	font-weight: 800;
	font-size: 1.15rem;
}

.hx-tile:hover { transform: scale(1.02); color: #fff; }

.hx-tile-wide { grid-column: span 1; }

.hx-quote {
	background: #fff;
	border-radius: 1.4rem;
	padding: 2rem;
	margin: 0;
	border: 1px solid var(--px-line);
}

.hx-quote i { font-size: 2rem; color: var(--px-green); }
.hx-quote p { font-size: 1.45rem; font-weight: 700; line-height: 1.35; }
.hx-quote footer { color: var(--px-muted); }

.hx-arrow {
	width: 2.6rem;
	height: 2.6rem;
	border-radius: 50%;
	border: 1px solid var(--px-line);
	background: #fff;
	color: var(--px-blue);
}

.hx-story {
	background: #fff;
	border-radius: 1.2rem;
	overflow: hidden;
	border: 1px solid var(--px-line);
	height: 100%;
	transition: transform 0.25s ease;
}

.hx-story:hover { transform: translateY(-6px); }
.hx-story img { width: 100%; height: 190px; object-fit: cover; }
.hx-story h3, .hx-story p { padding: 0 1.1rem; }
.hx-story h3 { font-size: 1.15rem; margin-top: 0.9rem; }
.hx-story p { color: var(--px-muted); padding-bottom: 1.1rem; }
.hx-story a { color: inherit; text-decoration: none; }

.hx-contact {
	border-radius: 1.5rem;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--px-line);
	box-shadow: 0 20px 50px rgba(34, 42, 63, 0.08);
}

.hx-contact-visual {
	min-height: 100%;
	background-size: cover;
	background-position: center;
	color: #fff;
	padding: 2rem;
	display: flex;
	align-items: flex-end;
	position: relative;
}

.hx-contact-visual::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(transparent, rgba(34, 42, 63, 0.82));
}

.hx-contact-visual > div { position: relative; }
.hx-contact-visual h2, .hx-contact-visual p { color: #fff; }

.cine-hero {
	min-height: 88vh;
	background-size: cover;
	background-position: center;
	display: flex;
}

.cine-shade {
	width: 100%;
	background: linear-gradient(180deg, rgba(34, 42, 63, 0.35), rgba(34, 42, 63, 0.82));
	display: flex;
	align-items: flex-end;
	padding: 6rem 0 3rem;
}

.cine-hero h1, .cine-lead, .cine-kicker { color: #fff; }

.cine-hero h1 {
	font-size: clamp(2.8rem, 6vw, 5rem);
	line-height: 0.98;
	max-width: 12ch;
}

.cine-kicker {
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 0.82rem;
}

.cine-lead { max-width: 36rem; font-size: 1.12rem; }

.cine-panel {
	background: rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(8px);
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 1.4rem;
	overflow: hidden;
	color: #fff;
}

.cine-panel img { width: 100%; height: 190px; object-fit: cover; }

.cine-panel ul {
	list-style: none;
	margin: 0;
	padding: 1rem 1.1rem 0.4rem;
}

.cine-panel li {
	display: flex;
	gap: 0.7rem;
	align-items: baseline;
	margin-bottom: 0.55rem;
}

.cine-panel strong { font-size: 1.4rem; }

.cine-film {
	display: flex;
	gap: 0.7rem;
	padding: 1.2rem;
	overflow: hidden;
}

.cine-film img {
	width: 22vw;
	min-width: 220px;
	height: 180px;
	object-fit: cover;
	border-radius: 1rem;
	animation: hx-float 8s ease-in-out infinite;
}

.cine-film img:nth-child(2) { animation-delay: 0.4s; }
.cine-film img:nth-child(3) { animation-delay: 0.8s; }
.cine-film img:nth-child(4) { animation-delay: 1.1s; }

.cine-why {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
	margin-top: 1.5rem;
}

.cine-why-row {
	display: grid;
	grid-template-columns: 140px 1fr;
	gap: 1rem;
	background: #fff;
	border-radius: 1.2rem;
	overflow: hidden;
	border: 1px solid var(--px-line);
	min-height: 160px;
	transition: transform 0.25s ease;
}

.cine-why-row:hover { transform: translateY(-6px); }

.cine-why-photo {
	background-size: cover;
	background-position: center;
}

.cine-why-row > div { padding: 1rem 1rem 1rem 0; }
.cine-why-row i { color: var(--px-green); font-size: 1.3rem; }
.cine-why-row h3 { font-size: 1.05rem; }
.cine-why-row p { color: var(--px-muted); margin: 0; }

.cine-side {
	width: 100%;
	border-radius: 1.3rem;
	object-fit: cover;
	max-height: 360px;
	margin-top: 1rem;
}

.cine-cat {
	background: #fff;
	border-radius: 1rem;
	padding: 1.1rem;
	height: 100%;
	border: 1px solid var(--px-line);
	transition: transform 0.25s ease, border-color 0.25s ease;
}

.cine-cat:hover {
	transform: translateY(-6px);
	border-color: var(--px-blue);
}

.cine-cat i { color: var(--px-blue); font-size: 1.3rem; }
.cine-cat h3 { font-size: 1.05rem; margin: 0.4rem 0; }
.cine-cat p { color: var(--px-muted); margin: 0; }

.cine-path {
	background: var(--px-blue-deep);
	color: #fff;
	border-radius: 1.5rem;
	padding: 2rem;
}

.cine-path h2 { color: #fff; }

.cine-path ol {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 0.6rem;
	padding: 0;
	margin: 1.2rem 0 0;
}

.cine-path li {
	background: rgba(255, 255, 255, 0.08);
	border-radius: 0.9rem;
	padding: 0.9rem;
	font-weight: 700;
	animation: hx-rise 0.7s ease both;
}

.cine-path li:nth-child(2) { animation-delay: 0.1s; }
.cine-path li:nth-child(3) { animation-delay: 0.2s; }
.cine-path li:nth-child(4) { animation-delay: 0.3s; }
.cine-path li:nth-child(5) { animation-delay: 0.4s; }
.cine-path li:nth-child(6) { animation-delay: 0.5s; }

.cine-path span {
	display: block;
	color: #8ee0a0;
	margin-bottom: 0.3rem;
}

.cine-quote {
	background: #fff;
	border-radius: 1.2rem;
	padding: 1.3rem;
	height: 100%;
	margin: 0;
	border: 1px solid var(--px-line);
}

.cine-stars { color: #e0a106; letter-spacing: 0.1rem; }
.cine-quote p { font-weight: 650; margin: 0.7rem 0; }
.cine-quote footer { display: flex; flex-direction: column; color: var(--px-muted); font-size: 0.9rem; }

.cine-feature {
	height: 100%;
	min-height: 320px;
	border-radius: 1.4rem;
	background-size: cover;
	background-position: center;
	color: #fff;
	padding: 2rem;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: relative;
}

.cine-feature::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: linear-gradient(transparent, rgba(34, 42, 63, 0.88));
}

.cine-feature > * { position: relative; }
.cine-feature h2, .cine-feature p { color: #fff; }

.cine-story {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 1rem;
	align-items: center;
	padding: 1.15rem 0;
	border-bottom: 1px solid var(--px-line);
	text-decoration: none;
	color: inherit;
}

.cine-story span { color: var(--px-green); font-weight: 800; }
.cine-story i { color: var(--px-blue); }

.ref-hero {
	min-height: 640px;
	background-size: cover;
	background-position: center;
	display: flex;
}

.ref-hero-shade {
	width: 100%;
	background: linear-gradient(100deg, rgba(34, 42, 63, 0.9) 0%, rgba(64, 80, 160, 0.62) 58%, rgba(34, 42, 63, 0.35) 100%);
	display: flex;
	align-items: center;
	padding: 5.5rem 0 8.5rem;
}

.ref-hero h1,
.ref-hero p,
.ref-kicker { color: #fff; }

.ref-hero h1 {
	font-size: clamp(2.6rem, 5vw, 4.2rem);
	line-height: 1.05;
	max-width: 12ch;
	margin-bottom: 1rem;
	animation: ref-rise 0.7s ease both;
}

.ref-kicker { animation: ref-rise 0.6s ease both; }
.ref-lead { max-width: 38rem; animation: ref-rise 0.75s 0.08s ease both; }
.ref-hero .d-flex { animation: ref-rise 0.75s 0.16s ease both; }
.ref-card { animation: ref-rise 0.8s 0.12s ease both; }

@keyframes ref-rise {
	from { transform: translateY(16px); }
	to { transform: none; }
}

.ref-kicker {
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 0.8rem;
}

.ref-card {
	background: #fff;
	border-radius: 1.2rem;
	padding: 1.6rem;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
}

.ref-card h2 { font-size: 1.35rem; }
.ref-card ul { list-style: none; padding: 0; margin: 0 0 1rem; }
.ref-card li { display: flex; gap: 0.5rem; margin-bottom: 0.55rem; font-weight: 600; }
.ref-card i { color: var(--px-green); }
.ref-note { margin: 0.7rem 0 0; color: var(--px-muted); font-weight: 700; }

.ref-tiles { margin-top: -3.4rem; position: relative; z-index: 2; margin-bottom: 0; }

.home-l1 .section { padding: 5.75rem 0; }
.home-l1 .ref-after { padding-top: 5.25rem; }
.home-l1 .ref-contact-wrap { padding-top: 1rem; padding-bottom: 5.75rem; }
.home-l1 .ref-intro { margin-bottom: 2.25rem; max-width: 40rem; }
.home-l1 .text-center.ref-intro { margin-left: auto; margin-right: auto; }
.home-l1 .ref-intro h2 { margin-bottom: 0; }

.ref-tile {
	background: var(--px-blue);
	color: #fff;
	padding: 1.7rem 1.45rem 1.55rem;
	height: 100%;
	min-height: 210px;
	transition: transform 0.3s ease, background 0.3s ease;
	animation: ref-rise 0.65s ease both;
}

.ref-tiles .col-xl-3:nth-child(2) .ref-tile { animation-delay: 0.08s; }
.ref-tiles .col-xl-3:nth-child(3) .ref-tile { animation-delay: 0.16s; }
.ref-tiles .col-xl-3:nth-child(4) .ref-tile { animation-delay: 0.24s; }

.ref-tile:hover { transform: translateY(-6px); }

.ref-tile:nth-child(even),
.col-xl-3:nth-child(even) .ref-tile { background: var(--px-blue-dark); }

.ref-tiles .col-xl-3:nth-child(2) .ref-tile,
.ref-tiles .col-xl-3:nth-child(4) .ref-tile { background: #31408f; }

.ref-tile i { font-size: 1.7rem; }
.ref-tile h3 { color: #fff; font-size: 1.1rem; margin: 0.6rem 0 0.3rem; }
.ref-tile p { color: rgba(255, 255, 255, 0.86); margin: 0; }

.ref-photo {
	width: 100%;
	height: 420px;
	object-fit: cover;
	border-radius: 1.2rem;
}

.ref-why {
	display: flex;
	gap: 0.9rem;
	background: #fff;
	border-radius: 1rem;
	padding: 1.1rem;
	height: 100%;
	border: 1px solid var(--px-line);
}

.ref-why span {
	width: 2.8rem;
	height: 2.8rem;
	border-radius: 0.7rem;
	background: var(--px-blue-soft);
	color: var(--px-blue);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: none;
	font-size: 1.2rem;
}

.ref-why h3 { font-size: 1.05rem; margin-bottom: 0.2rem; }
.ref-why p { color: var(--px-muted); margin: 0; }

.ref-dept {
	background: #fff;
	border-radius: 1rem;
	overflow: hidden;
	border: 1px solid var(--px-line);
	height: 100%;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ref-dept:hover {
	transform: translateY(-6px);
	box-shadow: 0 16px 36px rgba(64, 80, 160, 0.12);
}

.ref-dept img { width: 100%; height: 180px; object-fit: cover; }
.ref-dept div { padding: 1rem 1.1rem 1.2rem; }
.ref-dept h3 { font-size: 1.1rem; }
.ref-dept p { color: var(--px-muted); margin: 0; }

.ref-quote {
	background: #fff;
	border-radius: 1rem;
	padding: 1.3rem;
	height: 100%;
	margin: 0;
	border-top: 3px solid var(--px-green);
}

.ref-stars { color: #e0a106; }
.ref-quote p { font-weight: 650; margin: 0.6rem 0; }
.ref-quote footer { display: flex; flex-direction: column; color: var(--px-muted); }

.ref-contact {
	background: var(--px-blue-deep);
	color: #fff;
	border-radius: 1.3rem;
	padding: 2rem;
}

.ref-contact h2,
.ref-contact p { color: #fff; }
.ref-contact .form-label { color: #fff; }

.ref-certs { background: #fff; border-bottom: 1px solid var(--px-line); }
.ref-certs .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.6rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.ref-certs span {
	border: 1px solid var(--px-line);
	border-radius: 999px;
	padding: 0.35rem 0.8rem;
	font-weight: 700;
	font-size: 0.82rem;
	color: var(--px-blue-deep);
}

.ref-corridor {
	background: #fff;
	border-radius: 1rem;
	padding: 1.2rem;
	height: 100%;
	border: 1px solid var(--px-line);
}
.ref-corridor i { color: var(--px-green); font-size: 1.3rem; }
.ref-corridor h3 { font-size: 1.05rem; margin: 0.4rem 0; }
.ref-corridor p { color: var(--px-muted); margin: 0; }

@media (max-width: 767.98px) {
	.topbar-right { display: none; }
	.ref-hero { min-height: 0; }
	.ref-hero-shade { padding: 3rem 0 5rem; }
}

.layout-menu .dropdown-item.active {
	background: var(--px-blue);
	color: #fff;
}

@media (max-width: 991.98px) {
	.hx-collage { min-height: 420px; }
	.hx-mosaic, .cine-why, .cine-path ol { grid-template-columns: 1fr; }
	.hx-about-frame img { width: 100%; height: 280px; }
	.hx-about-inset { display: none; }
	.cine-hero { min-height: 0; }
	.cine-film { overflow-x: auto; }
	.trade-path,
	.trade-hero-grid,
	.trade-products { grid-template-columns: 1fr; }
	.trade-hero-photos { grid-template-columns: 1fr 1fr; }
}

.corp-kicker,
.trade-kicker {
	letter-spacing: 0.14em;
	text-transform: uppercase;
	font-size: 0.75rem;
	font-weight: 700;
	color: var(--px-green-dark);
	margin-bottom: 0.8rem;
}

.corp-hero { padding: 4.2rem 0 0; }
.corp-hero h1,
.trade-hero h1 {
	font-size: clamp(2.2rem, 4vw, 3.35rem);
	line-height: 1.12;
	max-width: 16ch;
}
.corp-lead { font-size: 1.12rem; color: var(--px-blue); font-weight: 600; }

.corp-figure { margin: 0; }
.corp-figure img,
.corp-side {
	width: 100%;
	height: 420px;
	object-fit: cover;
	border-radius: 0.4rem;
	display: block;
}
.corp-figure figcaption {
	margin-top: 0.7rem;
	color: var(--px-muted);
	font-size: 0.92rem;
}

.corp-stats,
.trade-metrics .container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-top: 1px solid var(--px-line);
	margin-top: 2.5rem;
}
.corp-stats div,
.trade-metrics .container div {
	padding: 1.2rem 1rem 0 0;
}
.corp-stats strong,
.trade-metrics strong {
	display: block;
	font-size: 1.6rem;
	color: var(--px-blue);
	line-height: 1;
}
.corp-stats span,
.trade-metrics span { color: var(--px-muted); font-size: 0.88rem; font-weight: 600; }

.corp-band { border-bottom: 1px solid var(--px-line); }
.corp-band .container {
	display: flex;
	flex-wrap: wrap;
	gap: 1.4rem;
	padding-top: 0.9rem;
	padding-bottom: 0.9rem;
	color: var(--px-muted);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.corp-note { max-width: 16rem; color: var(--px-muted); font-size: 0.92rem; }

.corp-table article {
	display: grid;
	grid-template-columns: 3rem 1.2fr 1.6fr;
	gap: 1rem;
	align-items: baseline;
	padding: 1.05rem 0;
	border-bottom: 1px solid var(--px-line);
}
.corp-table span { color: var(--px-green); font-weight: 800; }
.corp-table h3 { font-size: 1.05rem; margin: 0; }
.corp-table p { margin: 0; color: var(--px-muted); }

.corp-why { list-style: none; padding: 0; margin: 1rem 0 0; }
.corp-why li {
	display: grid;
	grid-template-columns: 16rem 1fr;
	gap: 1rem;
	padding: 0.75rem 0;
	border-bottom: 1px solid var(--px-line);
}
.corp-why span { color: var(--px-muted); }

.corp-quote, .trade-quote {
	margin: 0;
	padding: 0 0 0 1rem;
	border-left: 2px solid var(--px-blue);
	height: 100%;
}
.corp-quote p, .trade-quote p { font-size: 1.05rem; font-weight: 600; }
.corp-quote footer, .trade-quote footer { color: var(--px-muted); font-size: 0.88rem; }

.corp-note-row { padding: 1rem 0; border-bottom: 1px solid var(--px-line); }
.corp-note-row h3 { font-size: 1.05rem; margin-bottom: 0.2rem; }
.corp-note-row p { margin: 0; color: var(--px-muted); }

.corp-contact {
	border: 1px solid var(--px-line);
	border-radius: 0.6rem;
	padding: 1.8rem;
	background: #f7f8fc;
}

.trade-hero { padding: 3.5rem 0 2.5rem; background: #f4f6fb; }
.trade-hero-grid {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 2.5rem;
	align-items: center;
}
.trade-hero-photos {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	gap: 0.7rem;
}
.trade-hero-photos img {
	width: 100%;
	height: 360px;
	object-fit: cover;
	border-radius: 0.4rem;
}
.trade-hero-photos img:last-child { height: 240px; align-self: end; }

.trade-metrics { background: #fff; border-bottom: 1px solid var(--px-line); }
.trade-metrics .container { margin-top: 0; }
.trade-metrics .container div { padding: 1.3rem 1rem; }

.trade-path {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 0;
	padding: 0;
	margin: 1.5rem 0 0;
	border-top: 2px solid var(--px-blue);
}
.trade-path li { padding: 1rem 0.8rem 0 0; }
.trade-path em { display: block; color: var(--px-green); font-style: normal; font-weight: 800; }
.trade-path strong { display: block; margin: 0.2rem 0; }
.trade-path span { color: var(--px-muted); font-size: 0.88rem; }

.trade-products {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr;
	gap: 0.8rem;
	margin-top: 1.4rem;
}
.trade-products article {
	position: relative;
	min-height: 240px;
	overflow: hidden;
	border-radius: 0.4rem;
}
.trade-products article:first-child { grid-row: span 2; min-height: 500px; }
.trade-products img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.trade-products div {
	position: absolute;
	left: 0; right: 0; bottom: 0;
	padding: 1.2rem;
	background: linear-gradient(transparent, rgba(34, 42, 63, 0.82));
	color: #fff;
}
.trade-products h3, .trade-products p { color: #fff; margin: 0; }
.trade-products p { font-size: 0.9rem; opacity: 0.9; }

.trade-split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
	align-items: start;
}
.trade-split ul { list-style: none; padding: 0; margin: 0; }
.trade-split li {
	padding: 0.85rem 0;
	border-bottom: 1px solid var(--px-line);
	font-weight: 700;
}

.trade-markets { background: var(--px-blue-deep); color: #fff; padding: 4rem 0; }
.trade-markets h2, .trade-kicker { color: #fff; }
.trade-market-list div {
	display: grid;
	grid-template-columns: 14rem 1fr;
	gap: 1rem;
	padding: 0.9rem 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.trade-market-list span { color: rgba(255, 255, 255, 0.75); }

.trade-journal {
	min-height: 320px;
	border-radius: 0.4rem;
	background-size: cover;
	background-position: center;
	padding: 1.6rem;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	color: #fff;
	position: relative;
}
.trade-journal::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(transparent, rgba(34, 42, 63, 0.85));
}
.trade-journal > * { position: relative; }
.trade-journal h2, .trade-journal p, .trade-journal span { color: #fff; }

.trade-journal-row { border-bottom: 1px solid var(--px-line); padding-bottom: 0.8rem; }
.trade-journal-row h3 { font-size: 1.05rem; }
.trade-journal-row p { color: var(--px-muted); margin: 0; }

@media (max-width: 991.98px) {
	.corp-stats, .trade-metrics .container, .corp-table article, .corp-why li, .trade-market-list div, .trade-split {
		grid-template-columns: 1fr;
	}
	.trade-products article:first-child { grid-row: auto; min-height: 240px; }
}
