.hjp-products-page {
	background: #f4f2ed;
}

.hjp-products-page .hjp-main-nav a[aria-current="page"] {
	color: #fff;
}

.hjp-products-hero {
	position: relative;
	min-height: 760px;
	padding: 178px 0 105px;
	overflow: hidden;
	background:
		linear-gradient(122deg, rgba(7, 17, 29, .98), rgba(10, 26, 43, .94)),
		radial-gradient(circle at 72% 20%, rgba(244, 173, 49, .18), transparent 42%);
	color: #fff;
}

.hjp-products-hero::before {
	content: '';
	position: absolute;
	inset: 0;
	pointer-events: none;
	background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
	background-size: 72px 72px;
	mask-image: linear-gradient(to bottom, #000, transparent 88%);
}

.hjp-products-orb {
	position: absolute;
	border-radius: 50%;
	filter: blur(2px);
	opacity: .5;
}

.hjp-products-orb-one {
	top: 125px;
	right: 2%;
	width: 380px;
	height: 380px;
	background: radial-gradient(circle at 38% 36%, rgba(255,198,92,.44), rgba(225,60,59,.1) 46%, transparent 70%);
}

.hjp-products-orb-two {
	left: -130px;
	bottom: -170px;
	width: 390px;
	height: 390px;
	background: radial-gradient(circle, rgba(111,85,217,.22), transparent 68%);
}

.hjp-products-hero-grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(340px, .72fr);
	align-items: end;
	gap: clamp(65px, 9vw, 135px);
}

.hjp-products-hero-copy {
	max-width: 750px;
}

.hjp-products-hero h1 {
	max-width: 850px;
	margin: 20px 0 0;
	font-family: 'Manrope', sans-serif;
	font-size: clamp(58px, 6.4vw, 96px);
	font-weight: 700;
	line-height: .98;
	letter-spacing: -.065em;
}

.hjp-products-hero h1 em {
	display: block;
	color: var(--hjp-gold-bright);
	font-style: normal;
}

.hjp-products-hero-copy > p:not(.hjp-eyebrow) {
	max-width: 720px;
	margin: 30px 0 0;
	color: rgba(255,255,255,.72);
	font-size: 19px;
	line-height: 1.65;
}

.hjp-products-hero .hjp-actions {
	margin-top: 34px;
}

.hjp-products-summary {
	padding: 30px;
	border: 1px solid rgba(255,255,255,.15);
	border-radius: 28px;
	background: rgba(255,255,255,.075);
	box-shadow: 0 32px 90px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.08);
	backdrop-filter: blur(18px);
}

.hjp-products-summary > div {
	display: grid;
	grid-template-columns: 76px 1fr;
	align-items: center;
	gap: 15px;
	padding: 18px 0;
	border-bottom: 1px solid rgba(255,255,255,.12);
}

.hjp-products-summary strong {
	color: var(--hjp-gold-bright);
	font-family: 'Manrope', sans-serif;
	font-size: 42px;
	line-height: 1;
}

.hjp-products-summary span {
	color: rgba(255,255,255,.8);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.35;
}

.hjp-products-summary > p {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 21px 0 0;
	color: rgba(255,255,255,.64);
	font-size: 14px;
	line-height: 1.5;
}

.hjp-products-summary > p span {
	color: var(--hjp-green);
}

.hjp-showcase {
	position: relative;
	height: 230vh;
	min-height: 1350px;
	background: #050b12;
}

.hjp-showcase-sticky {
	--hjp-showcase-scale: .72;
	--hjp-showcase-rotate: -8deg;
	--hjp-showcase-y: 9vh;
	--hjp-showcase-one: 1;
	--hjp-showcase-two: 0;
	--hjp-showcase-progress: 0%;
	position: sticky;
	top: 0;
	display: grid;
	place-items: center;
	height: 100vh;
	min-height: 620px;
	overflow: hidden;
	background:
		radial-gradient(circle at 50% 58%, rgba(195,83,35,.23), transparent 32%),
		linear-gradient(180deg, #060e17, #05090f);
	color: #fff;
}

.hjp-showcase-sticky::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(115deg, transparent 35%, rgba(255,255,255,.035), transparent 63%);
	transform: translateX(calc(var(--hjp-showcase-progress) - 50%));
}

.hjp-showcase-copy {
	position: absolute;
	z-index: 2;
	width: min(850px, calc(100% - 48px));
	text-align: center;
	pointer-events: none;
}

.hjp-showcase-copy p {
	margin: 0 0 14px;
	color: var(--hjp-gold-bright);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.hjp-showcase-copy h2 {
	margin: 0;
	font-family: 'Manrope', sans-serif;
	font-size: clamp(44px, 5.8vw, 83px);
	font-weight: 700;
	line-height: 1.03;
	letter-spacing: -.055em;
}

.hjp-showcase-copy-one {
	top: 16vh;
	opacity: var(--hjp-showcase-one);
	transform: translateY(calc((1 - var(--hjp-showcase-one)) * -20px));
}

.hjp-showcase-copy-two {
	bottom: 12vh;
	opacity: var(--hjp-showcase-two);
	transform: translateY(calc((1 - var(--hjp-showcase-two)) * 20px));
}

.hjp-showcase-product {
	position: relative;
	z-index: 1;
	display: grid;
	place-items: center;
	width: min(68vw, 790px);
	aspect-ratio: 1;
	transform: translate3d(0, var(--hjp-showcase-y), 0) scale(var(--hjp-showcase-scale)) rotate(var(--hjp-showcase-rotate));
	transform-style: preserve-3d;
	will-change: transform;
}

.hjp-showcase-product img {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: drop-shadow(0 55px 65px rgba(0,0,0,.48));
}

.hjp-showcase-ring {
	position: absolute;
	inset: 15%;
	border: 1px solid rgba(255,198,92,.26);
	border-radius: 50%;
	box-shadow: 0 0 0 55px rgba(255,255,255,.015), 0 0 120px rgba(225,80,37,.12);
}

.hjp-showcase-progress {
	position: absolute;
	left: 50%;
	bottom: 32px;
	z-index: 5;
	width: min(300px, 54vw);
	height: 2px;
	overflow: hidden;
	background: rgba(255,255,255,.14);
	transform: translateX(-50%);
}

.hjp-showcase-progress span {
	display: block;
	width: var(--hjp-showcase-progress);
	height: 100%;
	background: var(--hjp-gold-bright);
}

.hjp-catalog {
	padding: 118px 0 130px;
	background: #f4f2ed;
}

.hjp-catalog-heading {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
	align-items: end;
	gap: 70px;
}

.hjp-catalog-heading h2 {
	max-width: 780px;
	margin: 10px 0 0;
	font-family: 'Manrope', sans-serif;
	font-size: clamp(42px, 5vw, 67px);
	font-weight: 700;
	line-height: 1.03;
	letter-spacing: -.055em;
}

.hjp-catalog-heading > p {
	margin: 0 0 5px;
	color: var(--hjp-muted);
	font-size: 17px;
}

.hjp-catalog-tools {
	margin-top: 55px;
	padding: 28px;
	border: 1px solid rgba(10,25,40,.1);
	border-radius: 26px;
	background: #fff;
	box-shadow: 0 22px 70px rgba(6,20,34,.07);
}

.hjp-search {
	display: block;
	max-width: 670px;
}

.hjp-search-label,
.hjp-filter-wrap > p {
	display: block;
	margin: 0 0 9px;
	color: #354252;
	font-size: 14px;
	font-weight: 800;
}

.hjp-search-field {
	position: relative;
	display: block;
}

.hjp-search-field svg {
	position: absolute;
	left: 18px;
	top: 50%;
	width: 22px;
	height: 22px;
	fill: none;
	stroke: #687585;
	stroke-width: 1.8;
	transform: translateY(-50%);
	pointer-events: none;
}

.hjp-search input {
	width: 100%;
	min-height: 58px;
	padding: 13px 52px 13px 53px;
	border: 2px solid #d7dce1;
	border-radius: 15px;
	background: #fbfbfa;
	color: var(--hjp-ink);
	font: inherit;
	font-size: 17px;
	outline: none;
	transition: border-color .2s ease, box-shadow .2s ease;
}

.hjp-search input:focus {
	border-color: #1b5a8c;
	box-shadow: 0 0 0 4px rgba(27,90,140,.13);
}

.hjp-search-field button {
	position: absolute;
	right: 8px;
	top: 50%;
	display: none;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #e9ecef;
	color: #334151;
	font-size: 25px;
	cursor: pointer;
	transform: translateY(-50%);
}

.hjp-search-field.has-value button {
	display: grid;
	place-items: center;
}

.hjp-filter-wrap {
	margin-top: 24px;
}

.hjp-filter-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.hjp-filter-list button {
	min-height: 48px;
	padding: 10px 17px;
	border: 1px solid #d8dde2;
	border-radius: 999px;
	background: #fff;
	color: #364354;
	font: inherit;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.hjp-filter-list button:hover {
	border-color: #f0b142;
	background: #fff8e9;
	box-shadow: 0 8px 20px rgba(126,82,8,.12);
	color: #78500c;
	transform: translateY(-2px);
}

.hjp-filter-list button:focus-visible {
	outline: 3px solid var(--hjp-gold-bright);
	outline-offset: 3px;
}

.hjp-filter-list button[aria-pressed="true"] {
	border-color: var(--hjp-navy);
	background: var(--hjp-navy);
	color: #fff;
}

.hjp-results-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	min-height: 78px;
	padding: 18px 2px;
}

.hjp-results-bar p,
.hjp-results-bar span {
	margin: 0;
	color: #6b7682;
	font-size: 14px;
}

.hjp-results-bar strong {
	color: var(--hjp-ink);
	font-size: 18px;
}

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

.hjp-catalog-card {
	display: flex;
	min-width: 0;
	min-height: 510px;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid rgba(10,25,40,.1);
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 12px 38px rgba(5,18,31,.06);
	transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.hjp-catalog-card:hover {
	border-color: rgba(16,45,72,.22);
	box-shadow: 0 25px 60px rgba(5,18,31,.12);
	transform: translateY(-5px);
}

.hjp-catalog-card[hidden] {
	display: none;
}

.hjp-catalog-media {
	position: relative;
	display: grid;
	place-items: center;
	height: 245px;
	padding: 25px;
	overflow: hidden;
	background: linear-gradient(145deg, #ece9e2, #faf9f5);
}

.hjp-catalog-media::after {
	content: '';
	position: absolute;
	inset: auto 10% -35% 10%;
	height: 55%;
	border-radius: 50%;
	background: rgba(194,75,31,.13);
	filter: blur(28px);
}

.hjp-catalog-media img {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: transform .45s cubic-bezier(.2,.75,.2,1);
}

.hjp-catalog-card:hover .hjp-catalog-media img {
	transform: scale(1.07) rotate(-1deg);
}

.hjp-catalog-media-alambres,
.hjp-catalog-media-clavos {
	padding: 0;
	background: #0a1018;
}

.hjp-catalog-media-alambres img,
.hjp-catalog-media-clavos img {
	object-fit: cover;
}

.hjp-catalog-media-aceros {
	background: linear-gradient(145deg, #121b25, #273443);
}

.hjp-stock-badge {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 4;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-height: 31px;
	padding: 6px 10px;
	border: 1px solid rgba(16,83,58,.11);
	border-radius: 999px;
	background: rgba(245,255,249,.94);
	color: #176944;
	font-size: 11px;
	font-weight: 800;
	box-shadow: 0 7px 18px rgba(5,32,21,.08);
}

.hjp-stock-badge i {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #23b56e;
}

.hjp-catalog-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 25px 25px 24px;
}

.hjp-card-category {
	margin: 0;
	color: #b24d25;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.hjp-catalog-body h3 {
	margin: 8px 0 0;
	font-family: 'Manrope', sans-serif;
	font-size: 23px;
	font-weight: 750;
	line-height: 1.18;
	letter-spacing: -.035em;
}

.hjp-card-family {
	margin: 8px 0 0;
	color: #536071;
	font-size: 13px;
	font-weight: 700;
}

.hjp-card-description {
	margin: 14px 0 20px;
	color: #6a7581;
	font-size: 14px;
	line-height: 1.55;
}

.hjp-product-details {
	margin-top: auto;
	border: 1px solid #d9e0e5;
	border-radius: 14px;
	background: #f5f7f8;
	overflow: hidden;
}

.hjp-product-details summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 52px;
	padding: 11px 15px;
	color: #10263b;
	font-size: 14px;
	font-weight: 800;
	cursor: pointer;
	list-style: none;
	transition: background .2s ease, color .2s ease;
}

.hjp-product-details summary::-webkit-details-marker {
	display: none;
}

.hjp-product-details summary:hover,
.hjp-product-details summary:focus-visible {
	background: #10263b;
	color: #fff;
	box-shadow: inset 4px 0 0 var(--hjp-gold-bright);
}

.hjp-product-details summary i {
	display: grid;
	place-items: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #e6ebef;
	color: #10263b;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	transition: transform .2s ease;
}

.hjp-product-details[open] summary i {
	transform: rotate(45deg);
}

.hjp-product-details-content {
	padding: 18px;
	border-top: 1px solid #d9e0e5;
	background: #fff;
}

.hjp-product-guidance {
	display: grid;
	gap: 18px;
}

.hjp-guidance-label {
	display: block;
	margin-bottom: 7px;
	color: #a74720;
	font-size: 10px;
	font-weight: 850;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.hjp-guidance-block p,
.hjp-seller-tip p {
	margin: 0;
	color: #506070;
	font-size: 13px;
	line-height: 1.55;
}

.hjp-guidance-block ul {
	display: grid;
	gap: 7px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.hjp-guidance-block li {
	position: relative;
	padding-left: 19px;
	color: #344352;
	font-size: 13px;
	line-height: 1.45;
}

.hjp-guidance-block li::before {
	content: '✓';
	position: absolute;
	left: 0;
	top: 0;
	color: #16825a;
	font-weight: 900;
}

.hjp-seller-tip {
	padding: 14px;
	border: 1px solid #f1d698;
	border-radius: 12px;
	background: #fff9ec;
}

.hjp-seller-tip strong {
	display: block;
	margin-bottom: 4px;
	color: #72501a;
	font-size: 12px;
}

.hjp-specs-wrap {
	margin-top: 20px;
	padding-top: 18px;
	border-top: 1px solid #e3e7ea;
}

.hjp-product-details dl {
	margin: 0;
}

.hjp-product-details dl > div {
	display: grid;
	grid-template-columns: minmax(92px, .8fr) minmax(0, 1.2fr);
	gap: 10px;
	padding: 10px 0;
	border-bottom: 1px solid #e7eaed;
}

.hjp-product-details dt,
.hjp-product-details dd {
	margin: 0;
	font-size: 12px;
	line-height: 1.35;
}

.hjp-product-details dt {
	color: #697481;
	font-weight: 700;
}

.hjp-product-details dd {
	color: #13283d;
	font-weight: 800;
	text-align: right;
}

.hjp-share-sheet {
	display: grid;
	gap: 13px;
	margin-top: 18px;
	padding: 15px;
	border-radius: 14px;
	background: linear-gradient(145deg, #0a1725, #15314a);
	color: #fff;
}

.hjp-share-sheet > div {
	display: grid;
	gap: 3px;
}

.hjp-share-sheet strong {
	font-size: 13px;
}

.hjp-share-sheet span {
	color: rgba(255,255,255,.65);
	font-size: 11px;
	line-height: 1.4;
}

.hjp-official-sheet {
	display: grid;
	gap: 12px;
	margin-top: 18px;
	padding: 16px;
	border: 1px solid #bad9c8;
	border-radius: 14px;
	background: linear-gradient(145deg, #f5fbf7, #edf7f1);
}

.hjp-official-sheet-heading {
	display: flex;
	align-items: center;
	gap: 11px;
}

.hjp-official-sheet-heading > span {
	display: grid;
	flex: 0 0 42px;
	height: 42px;
	place-items: center;
	border-radius: 11px;
	background: #176944;
	box-shadow: 0 8px 20px rgba(23,105,68,.16);
	color: #fff;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .06em;
}

.hjp-official-sheet-heading div {
	display: grid;
	gap: 3px;
}

.hjp-official-sheet-heading strong {
	color: #10263b;
	font-size: 13px;
}

.hjp-official-sheet-heading small,
.hjp-official-sheet > p {
	color: #557064;
	font-size: 11px;
	line-height: 1.4;
}

.hjp-official-sheet > p {
	margin: -2px 2px 0;
}

.hjp-official-pdf-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	min-height: 46px;
	padding: 10px 14px;
	border: 1px solid #b9cfc3;
	border-radius: 999px;
	background: #fff;
	color: #14563a;
	font-size: 12px;
	font-weight: 850;
	transition: transform .2s ease, background .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.hjp-official-pdf-link i {
	font-size: 16px;
	font-style: normal;
}

.hjp-official-pdf-link:hover,
.hjp-official-pdf-link:focus-visible {
	border-color: #176944;
	background: #176944;
	box-shadow: 0 12px 26px rgba(23,105,68,.2);
	color: #fff;
	transform: translateY(-2px);
}

.hjp-share-product,
.hjp-share-whatsapp {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	min-height: 46px;
	padding: 10px 14px;
	border: 1px solid transparent;
	border-radius: 999px;
	font: inherit;
	font-size: 12px;
	font-weight: 850;
	cursor: pointer;
	transition: transform .2s ease, background .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.hjp-share-product {
	background: var(--hjp-gold);
	box-shadow: 0 10px 24px rgba(244,173,49,.2);
	color: #1b160d;
}

.hjp-share-product i {
	font-size: 17px;
	font-style: normal;
	transition: transform .2s ease;
}

.hjp-share-product:hover,
.hjp-share-product:focus-visible {
	background: var(--hjp-gold-bright);
	box-shadow: 0 14px 30px rgba(244,173,49,.32);
	transform: translateY(-2px);
}

.hjp-share-product:hover i,
.hjp-share-product:focus-visible i {
	transform: translate(2px, -2px);
}

.hjp-share-product:focus-visible,
.hjp-share-whatsapp:focus-visible,
.hjp-official-pdf-link:focus-visible {
	outline: 3px solid var(--hjp-gold-bright);
	outline-offset: 3px;
}

.hjp-share-product:disabled {
	cursor: progress;
	opacity: .72;
	transform: none;
}

.hjp-share-status {
	min-height: 0;
	margin: 10px 2px 0;
	color: #526171;
	font-size: 11px;
	line-height: 1.45;
}

.hjp-share-status:empty {
	display: none;
}

.hjp-share-whatsapp {
	margin-top: 10px;
	border-color: rgba(23,105,68,.18);
	background: #eaf8f1;
	color: #12613f;
}

.hjp-share-whatsapp:hover,
.hjp-share-whatsapp:focus-visible {
	background: #d8f1e4;
	box-shadow: 0 10px 24px rgba(18,97,63,.14);
	color: #0d4e32;
	transform: translateY(-2px);
}

.hjp-share-whatsapp[hidden] {
	display: none;
}

.hjp-official-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 46px;
	margin-top: 8px;
	color: #174d78;
	font-size: 12px;
	font-weight: 800;
	transition: color .2s ease, transform .2s ease;
}

.hjp-official-link:hover,
.hjp-official-link:focus-visible {
	color: #b24d25;
	transform: translateX(4px);
}

.hjp-technical-note {
	max-width: 780px;
	margin: 28px auto 0;
	color: #697481;
	font-size: 12px;
	line-height: 1.55;
	text-align: center;
}

.hjp-catalog-contact {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 40;
	display: flex;
	align-items: center;
	gap: 7px;
	min-height: 54px;
	padding: 11px 18px;
	border: 1px solid rgba(255,255,255,.32);
	border-radius: 999px;
	background: #176944;
	box-shadow: 0 14px 38px rgba(7,34,23,.25);
	color: #fff;
	font-size: 13px;
	opacity: 0;
	pointer-events: none;
	transform: translateY(16px);
	transition: opacity .22s ease, transform .22s ease, background .2s ease;
}

.hjp-catalog-contact.is-visible {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.hjp-catalog-contact:hover,
.hjp-catalog-contact:focus-visible {
	background: #0e5334;
	box-shadow: 0 18px 45px rgba(7,34,23,.38);
	color: #fff;
	transform: translateY(-3px) scale(1.03);
}

.hjp-catalog-contact:focus-visible,
.hjp-empty-state button:focus-visible {
	outline: 3px solid var(--hjp-gold-bright);
	outline-offset: 4px;
}

.hjp-catalog-contact > span {
	display: grid;
	place-items: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: rgba(255,255,255,.15);
	font-size: 17px;
}

.hjp-empty-state {
	padding: 58px 24px;
	border: 2px dashed #cfd5da;
	border-radius: 24px;
	background: rgba(255,255,255,.45);
	text-align: center;
}

.hjp-empty-state strong {
	font-family: 'Manrope', sans-serif;
	font-size: 25px;
}

.hjp-empty-state p {
	margin: 8px 0 20px;
	color: #677481;
}

.hjp-empty-state button {
	min-height: 48px;
	padding: 10px 19px;
	border: 0;
	border-radius: 999px;
	background: var(--hjp-navy);
	color: #fff;
	font: inherit;
	font-weight: 700;
	cursor: pointer;
	transition: background .2s ease, box-shadow .2s ease, transform .2s ease;
}

.hjp-empty-state button:hover,
.hjp-empty-state button:focus-visible {
	background: #183b5a;
	box-shadow: 0 12px 26px rgba(8,19,33,.22);
	transform: translateY(-2px);
}

.hjp-product-help {
	padding: 100px 0;
	overflow: hidden;
	background:
		radial-gradient(circle at 80% 10%, rgba(244,173,49,.16), transparent 35%),
		var(--hjp-navy);
	color: #fff;
}

.hjp-product-help-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(330px, .7fr);
	align-items: center;
	gap: 75px;
}

.hjp-product-help h2 {
	margin: 10px 0 0;
	font-family: 'Manrope', sans-serif;
	font-size: clamp(42px, 5vw, 68px);
	line-height: 1;
	letter-spacing: -.05em;
}

.hjp-product-help p:not(.hjp-kicker) {
	max-width: 680px;
	margin: 22px 0 0;
	color: rgba(255,255,255,.65);
	font-size: 18px;
}

.hjp-help-actions {
	display: grid;
	gap: 13px;
}

.hjp-help-actions .hjp-button {
	width: 100%;
}

@media (max-width: 1000px) {
	.hjp-products-hero-grid,
	.hjp-product-help-grid { grid-template-columns: 1fr; }
	.hjp-products-summary { display: grid; grid-template-columns: repeat(2, 1fr); max-width: 720px; }
	.hjp-products-summary > div { border-bottom: 0; }
	.hjp-products-summary > p { grid-column: 1 / -1; margin-top: 5px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); }
	.hjp-catalog-heading { grid-template-columns: 1fr; gap: 25px; }
	.hjp-catalog-heading > p { max-width: 700px; }
	.hjp-catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.hjp-product-help-grid { gap: 42px; }
	.hjp-help-actions { max-width: 500px; }
}

@media (max-width: 700px) {
	.hjp-products-hero { min-height: auto; padding: 132px 0 82px; }
	.hjp-products-hero-grid { gap: 48px; }
	.hjp-products-hero h1 { font-size: clamp(45px, 13vw, 64px); }
	.hjp-products-hero-copy > p:not(.hjp-eyebrow) { font-size: 16px; }
	.hjp-products-summary { grid-template-columns: 1fr; padding: 21px; }
	.hjp-products-summary > div { grid-template-columns: 67px 1fr; padding: 13px 0; }
	.hjp-products-summary > p { grid-column: auto; }
	.hjp-showcase { height: 175vh; min-height: 1050px; }
	.hjp-showcase-copy { width: calc(100% - 30px); }
	.hjp-showcase-copy-one { top: 16vh; }
	.hjp-showcase-copy-two { bottom: 14vh; }
	.hjp-showcase-copy h2 { font-size: clamp(38px, 10vw, 54px); }
	.hjp-showcase-product { width: 94vw; }
	.hjp-catalog { padding: 82px 0 90px; }
	.hjp-catalog-tools { margin-top: 35px; padding: 19px; border-radius: 20px; }
	.hjp-filter-list { flex-wrap: nowrap; margin-inline: -19px; padding: 0 19px 8px; overflow-x: auto; scrollbar-width: thin; }
	.hjp-filter-list button { flex: 0 0 auto; min-height: 50px; }
	.hjp-results-bar { align-items: flex-start; flex-direction: column; gap: 4px; padding: 20px 2px; }
	.hjp-catalog-grid { grid-template-columns: 1fr; }
	.hjp-catalog-card { min-height: 490px; }
	.hjp-catalog-media { height: 250px; }
	.hjp-catalog-contact { right: 14px; bottom: 14px; min-height: 52px; max-width: calc(100vw - 28px); padding: 10px 15px; }
	.hjp-catalog-contact strong { display: none; }
	.hjp-product-help { padding: 82px 0; }
}

@media (max-width: 430px) {
	.hjp-products-summary strong { font-size: 36px; }
	.hjp-catalog-heading h2 { font-size: 39px; }
	.hjp-catalog-media { height: 225px; }
	.hjp-catalog-body { padding: 22px; }
}

html.hjp-motion-off .hjp-showcase {
	height: auto;
	min-height: 760px;
}

html.hjp-motion-off .hjp-showcase-sticky {
	position: relative;
	--hjp-showcase-scale: .9 !important;
	--hjp-showcase-rotate: 0deg !important;
	--hjp-showcase-y: 2vh !important;
	--hjp-showcase-one: 1 !important;
	--hjp-showcase-two: 1 !important;
}

html.hjp-motion-off .hjp-catalog-card:hover,
html.hjp-motion-off .hjp-catalog-card:hover .hjp-catalog-media img,
html.hjp-motion-off .hjp-catalog-contact:hover,
html.hjp-motion-off .hjp-official-link:hover,
html.hjp-motion-off .hjp-filter-list button:hover,
html.hjp-motion-off .hjp-share-product:hover,
html.hjp-motion-off .hjp-share-whatsapp:hover,
html.hjp-motion-off .hjp-official-pdf-link:hover {
	transform: none;
}
