/* Shared presentation for Empresa, Servicios and technical internal pages. */

.jlb-company-page .jlb-internal-page__content > section:first-child::after { content: "INGENIERÍA"; }
.jlb-services-page .jlb-internal-page__content > section:first-child::after { content: "SOLUCIONES"; }
.jlb-refrigeration-page .jlb-internal-page__content > section:first-child::after { content: "REFRIGERACIÓN"; }
.jlb-electric-page .jlb-internal-page__content > section:first-child::after { content: "CONTROL"; }
.jlb-air-page .jlb-internal-page__content > section:first-child::after { content: "CLIMATIZACIÓN"; }

.jlb-company-page .jlb-internal-page__content > section:last-child,
.jlb-services-page .jlb-internal-page__content > section:last-child,
.jlb-refrigeration-page .jlb-internal-page__content > section:last-child,
.jlb-electric-page .jlb-internal-page__content > section:last-child,
.jlb-air-page .jlb-internal-page__content > section:last-child {
	background: var(--jlb-navy) !important;
	color: var(--jlb-white) !important;
}

.jlb-company-page .jlb-internal-page__content > section:last-child h2,
.jlb-services-page .jlb-internal-page__content > section:last-child h2,
.jlb-refrigeration-page .jlb-internal-page__content > section:last-child h2,
.jlb-electric-page .jlb-internal-page__content > section:last-child h2,
.jlb-air-page .jlb-internal-page__content > section:last-child h2 {
	color: var(--jlb-white) !important;
}

.jlb-company-page .jlb-internal-page__content > section:last-child > p,
.jlb-services-page .jlb-internal-page__content > section:last-child > p,
.jlb-refrigeration-page .jlb-internal-page__content > section:last-child > p,
.jlb-electric-page .jlb-internal-page__content > section:last-child > p,
.jlb-air-page .jlb-internal-page__content > section:last-child > p {
	color: rgba(255,255,255,.78) !important;
}

.jlb-service-grid,.jlb-capability-grid,.jlb-proof-grid {
	display:grid;
	grid-template-columns:repeat(2,minmax(0,1fr));
	gap:1rem;
	margin-top:2rem;
}

.jlb-service-card,.jlb-capability-card,.jlb-proof-card {
	padding:clamp(1.4rem,2.5vw,2rem);
	border:1px solid var(--jlb-line);
	border-radius:6px;
	background:var(--jlb-white);
}

.jlb-service-card h3,.jlb-capability-card h3,.jlb-proof-card h3 { margin-top:0; }
.jlb-service-card p,.jlb-capability-card p,.jlb-proof-card p { margin-bottom:0;color:var(--jlb-muted); }
.jlb-service-card a { display:inline-block;margin-top:1rem; }

.jlb-step-list {
	counter-reset:jlb-step;
	display:grid;
	grid-template-columns:repeat(4,minmax(0,1fr));
	gap:1rem;
	margin:2rem 0 0;
	padding:0 !important;
	list-style:none;
}
.jlb-step-list li {
	counter-increment:jlb-step;
	margin:0;
	padding:1.5rem !important;
	border-top:2px solid var(--jlb-accent);
	background:rgba(255,255,255,.72);
}
.jlb-step-list li::before {
	content:"0" counter(jlb-step);
	display:block;
	margin-bottom:.7rem;
	font-size:.76rem;
	font-weight:800;
	letter-spacing:.12em;
	color:var(--jlb-accent);
}

.jlb-media-grid {
	display:grid;
	grid-template-columns:repeat(2,minmax(0,1fr));
	gap:clamp(1rem,2vw,1.5rem);
	margin-top:2rem;
}
.jlb-media-grid--single {
	grid-template-columns:minmax(0,1fr);
	max-width:980px;
}
.jlb-media-grid figure {
	margin:0;
	border-radius:6px;
	overflow:hidden;
	background:var(--jlb-white);
	box-shadow:0 14px 34px rgba(7,17,29,.08);
}
.jlb-media-grid img {
	display:block;
	width:100%;
	height:clamp(260px,32vw,430px);
	object-fit:cover;
}
.jlb-media-grid figcaption {
	padding:.9rem 1rem 1rem;
	font-size:.88rem;
	line-height:1.5;
	color:var(--jlb-muted);
}

@media (min-width:1024px) {
	.jlb-company-page .jlb-internal-shell,
	.jlb-services-page .jlb-internal-shell,
	.jlb-refrigeration-page .jlb-internal-shell,
	.jlb-electric-page .jlb-internal-shell,
	.jlb-air-page .jlb-internal-shell {
		width:min(100% - 5rem,1400px);
	}
	.jlb-company-page .jlb-internal-page__content>section,
	.jlb-company-page .jlb-internal-page__content>section:nth-child(odd):not(:first-child),
	.jlb-company-page .jlb-internal-page__content>section:first-child,
	.jlb-company-page .jlb-internal-page__content>section:last-child,
	.jlb-services-page .jlb-internal-page__content>section,
	.jlb-services-page .jlb-internal-page__content>section:nth-child(odd):not(:first-child),
	.jlb-services-page .jlb-internal-page__content>section:first-child,
	.jlb-services-page .jlb-internal-page__content>section:last-child,
	.jlb-refrigeration-page .jlb-internal-page__content>section,
	.jlb-refrigeration-page .jlb-internal-page__content>section:nth-child(odd):not(:first-child),
	.jlb-refrigeration-page .jlb-internal-page__content>section:first-child,
	.jlb-refrigeration-page .jlb-internal-page__content>section:last-child,
	.jlb-electric-page .jlb-internal-page__content>section,
	.jlb-electric-page .jlb-internal-page__content>section:nth-child(odd):not(:first-child),
	.jlb-electric-page .jlb-internal-page__content>section:first-child,
	.jlb-electric-page .jlb-internal-page__content>section:last-child,
	.jlb-air-page .jlb-internal-page__content>section,
	.jlb-air-page .jlb-internal-page__content>section:nth-child(odd):not(:first-child),
	.jlb-air-page .jlb-internal-page__content>section:first-child,
	.jlb-air-page .jlb-internal-page__content>section:last-child {
		width:100%;
		max-width:none;
		margin-inline:0;
		padding-inline:max(2.5rem,calc((100vw - 1400px)/2));
	}
	.jlb-company-page .jlb-internal-page__content>section:first-child>*,
	.jlb-services-page .jlb-internal-page__content>section:first-child>*,
	.jlb-refrigeration-page .jlb-internal-page__content>section:first-child>*,
	.jlb-electric-page .jlb-internal-page__content>section:first-child>*,
	.jlb-air-page .jlb-internal-page__content>section:first-child>* {
		max-width:920px;
	}
	.jlb-company-page .jlb-internal-page__content>section.jlb-split,
	.jlb-services-page .jlb-internal-page__content>section.jlb-split,
	.jlb-refrigeration-page .jlb-internal-page__content>section.jlb-split,
	.jlb-electric-page .jlb-internal-page__content>section.jlb-split,
	.jlb-air-page .jlb-internal-page__content>section.jlb-split {
		display:grid;
		grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);
		column-gap:clamp(3rem,6vw,7rem);
		align-items:start;
	}
	.jlb-company-page .jlb-internal-page__content>section.jlb-split>h2,
	.jlb-services-page .jlb-internal-page__content>section.jlb-split>h2,
	.jlb-refrigeration-page .jlb-internal-page__content>section.jlb-split>h2,
	.jlb-electric-page .jlb-internal-page__content>section.jlb-split>h2,
	.jlb-air-page .jlb-internal-page__content>section.jlb-split>h2 {
		grid-column:1;
		grid-row:1/span 20;
		max-width:13ch;
		margin-bottom:0;
	}
	.jlb-company-page .jlb-internal-page__content>section.jlb-split>:not(h2),
	.jlb-services-page .jlb-internal-page__content>section.jlb-split>:not(h2),
	.jlb-refrigeration-page .jlb-internal-page__content>section.jlb-split>:not(h2),
	.jlb-electric-page .jlb-internal-page__content>section.jlb-split>:not(h2),
	.jlb-air-page .jlb-internal-page__content>section.jlb-split>:not(h2) {
		grid-column:2;
		max-width:820px;
	}
}

@media (max-width:900px) {
	.jlb-service-grid,.jlb-capability-grid,.jlb-proof-grid,.jlb-step-list,.jlb-media-grid {
		grid-template-columns:1fr;
	}
	.jlb-media-grid img {
		height:auto;
		aspect-ratio:4/3;
	}
}
