/* CASE – DYNAMIC / PROJECT CASES */

/* Hero offset */

.case-hero-offset {
	padding-top: 6rem;
}

/* BREADCRUMB */

.landing-breadcrumb {
	font-size: 11px;
	letter-spacing: 0.12em;
}

.landing-breadcrumb a {
	color: #000;
	text-decoration: underline;
}

.project-cases-new .landing-breadcrumb span {
	color: var(--color-dark-new);
	font-family: "Inter", sans-serif;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.5625rem;
}

/* HERO TITLE */

.landing-title {
	font-size: clamp(36px, 6vw, 64px);
	font-weight: 400;
	letter-spacing: 0.02em;
	margin: 0;
}

.landing-divider {
	display: block;
	width: 30px;
	height: 1px;
	background-color: #000;
}

.landing-client {
	font-size: 12px;
	letter-spacing: 0.18em;
}

/* GLOBAL TYPOGRAPHY – CASE BODY */

.project-cases-new p {
	color: var(--color-dark-new);
	font-family: "Inter", sans-serif;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.5625rem;
	margin: 0;
}

.project-cases-new h1 {
	color: var(--Negro-texto, #27282b);
	font-family: "Optima Nova Light", sans-serif;
	font-size: 4rem;
	font-weight: 400;
	line-height: normal;
}

.project-cases-new h2 {
	color: var(--color-dark-new);
	font-family: "Optima Nova Light", sans-serif;
	font-size: 3rem;
	font-weight: 400;
	line-height: 110%;
}

.project-cases-new a {
	color: var(--color-dark-new);
	font-family: "Inter", sans-serif;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.5625rem;
	text-decoration: underline;
}

/* CLIENT LABEL */

.project-cases-new .landing-client {
	color: var(--Negro-texto, #27282b);
	font-family: "Inter", sans-serif;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.5625rem;
}

/* MOBILE TYPOGRAPHY SCALE */

@media screen and (max-width: 800px) {
	.project-cases-new p {
		font-size: 0.7rem;
		line-height: 1.09375rem;
	}

	.project-cases-new a {
		font-size: 0.7rem;
		line-height: 1.09375rem;
	}

	.project-cases-new .landing-breadcrumb span {
		font-size: 0.7rem;
		line-height: 1.09375rem;
	}

	.project-cases-new .landing-client {
		font-size: 0.7rem;
		line-height: 1.09375rem;
	}

	.project-cases-new h2 {
		font-size: 2.1rem;
		line-height: 110%;
	}

	.project-cases-new h1 {
		font-size: 2.8rem;
	}
}

/* HERO IMAGE VARIANTS */

/* Row container */

.hero-image-row {
	overflow: hidden;
}

/* Media wrapper */

.hero-media-wrapper {
	position: relative;
	width: 100%;
	background: var(--creama, #fffffc);
}

/* 16:9 hero */

.hero-image-row.hero-16-9 .hero-media-wrapper {
	aspect-ratio: 16 / 9;
}

/* 4:3 hero */

.hero-image-row.hero-4-3 .hero-media-wrapper {
	aspect-ratio: 4 / 3;
}

/* Image fit */

.hero-media-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* CASE TYPE B & C */

/* Image */

.case-section-type-bc .case-bc-image-wrapper {
	position: relative;
	width: 100%;
	aspect-ratio: 4 / 5;
	overflow: hidden;
	background: var(--creama, #fffffc);
}

.case-section-type-bc .case-bc-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* Text A */

.case-section-type-bc .case-bc-text-a {
	color: var(--Negro-texto, #27282b);
	font-family: "Optima Nova Light", sans-serif;
	font-size: 48px;
	font-weight: 400;
	line-height: 110%;
	margin: 0 0 40px 0;
}

/* Text B */

.case-section-type-bc .case-bc-text-b {
	color: var(--Negro-texto, #27282b);
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
	margin: 0;
}

/* Mobile scale */

@media screen and (max-width: 800px) {
	.case-section-type-bc .case-bc-text-a {
		font-size: 2.1rem;
		line-height: 110%;
	}

	.case-section-type-bc .case-bc-text-b {
		font-size: 0.7rem;
		line-height: 1.09375rem;
	}
}

/* COLLAGE – 3 VERTICAL COLS */

/* Item wrapper */

.case-collage-3-vertical .collage-3-vertical-item {
	position: relative;
	width: 100%;
	aspect-ratio: 4 / 5;
	overflow: hidden;
	background: var(--creama, #fffffc);
}

/* Image */

.case-collage-3-vertical .collage-3-vertical-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* MAIN KV 4:3 */

.case-main-kv {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: var(--creama, #fffffc);
}

.case-main-kv img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* COLLAGE – 1 COL / 2 STACK */

/* Base item */

.case-collage-1-2 .collage-item {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: var(--creama, #fffffc);
}

/* Image */

.case-collage-1-2 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* Portrait column */

.case-collage-1-2 .collage-portrait {
	aspect-ratio: 668 / 1080;
}

/* Stacked images */

.case-collage-1-2 .collage-16-9 {
	aspect-ratio: 16 / 9;
}

/* Vertical spacing desktop */

.case-collage-1-2 .collage-col-right .collage-item:not(:last-child),
.case-collage-1-2.is-inverted .collage-col-left .collage-item:not(:last-child) {
	margin-bottom: 20px;
}

/* COLLAGE MOBILE BEHAVIOR */

@media screen and (max-width: 991px) {
	.case-collage-1-2 {
		row-gap: 20px;
	}

	.case-collage-1-2 .collage-col-left,
	.case-collage-1-2 .collage-col-right {
		display: contents;
	}

	.case-collage-1-2 .collage-item {
		margin-bottom: 20px;
	}
}

/* LIGHTBOX FIX */

.lb-dataContainer {
	margin: 0 auto;
	padding-top: 5px;
	width: 100%;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	position: absolute;
	top: -5%;
	right: 2%;
}

.lb-details {
	display: none;
}
