.case-study article{
	position: relative;
}.case-study article header{
	position: relative;
	display: flex;
	padding:0 0 3.5em 0;
	text-wrap: balance;
}.case-study header .client{
	order: -1;
	margin: 0.85em 5% 0.85em 0;
	text-align: right;
	width:20%;
	font-size:0.925em;
}
.client a {
	background-image: url('/img/external-icon3.svg');
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 15px 15px;
	padding-right: 1.45em;
	padding-top: 0.25em;
}
.case-study header#title-section > div{
	max-width: 720px;
}.case-study h1{
	margin-bottom: 0.6em;
}.case-study .category li{
	margin: 0 1.25em;
}
/* .case-study .category{
	margin-left: -1.09375em; 1.25 * 0.875
} */
.case-study .category li{
	display: inline;
	font-family: "Graphik Light";
	text-transform: uppercase;
	font-size: 0.875em;
	letter-spacing: 0;
}.case-study .category li{
	/* font-size: 1em; */
	/* font-family: "Graphik Light"; */
	letter-spacing: 0;
	border-bottom: solid 0.5px rgba(0,0,0,0.25);
	padding-bottom: 0.35em;
}.case-study .category li:first-child {
	margin-left: 0;
}ul.category {
		margin: 0;
}.case-study header .category + p{
	margin-top: 3.5em;
	max-width: 90%;
	text-wrap: auto;
}.case-study main img{
	border-radius: 0.75rem;
}
#case-banner {
	position: relative;
}
.banner-logo {
	position: absolute;
	left: 50%;
	top: 50%;
	translate: -50% -50%;
	width: 200px;
}
.case-study article > img{
	display: block;
	margin: 0 auto;
	aspect-ratio: 13/5;
	object-fit: cover;
}.editorial {
	margin: 6em auto;
	max-width: 920px;
}
.editorial-text{
	column-gap: 1em;
	display: flex;
	margin-bottom: 1em;
}.editorial-text p:first-child{
	margin-top: 0;
}.editorial h2{
	margin-right: clamp(20px, 4vw, 80px);
	min-width: 45%;
	max-width: 400px;
}.editorial p a {
	text-align: center;
	text-decoration: underline;
	text-underline-offset: 5px;
	opacity: 0.6;
}.gallery{
	margin:5em 0;
	padding:0 0 0 4em;
}.gallery div{
	max-width: 1250px;
	max-height: 500px;
	margin:0 0 0 auto;
	display: flex;
	align-items: end;
}.gallery h2{
	font-size: 3em;
	margin: 0 1.5em 2em 0;
}.gallery ul{
	overflow: hidden;
	overflow-x: scroll;
	max-height:500px;
}.grid {
	display: grid;
}
.grid-2-col {
	grid-template-columns: repeat(2, 1fr);
	column-gap: 0.5em;
}
.col-2-img img { 
	aspect-ratio: 3/2;
	object-fit: cover;
}
.related{
	display: grid;
	grid-template-columns: 1fr 1fr;
	max-width: 1200px;
	margin: 6em auto;
	column-gap: 1em;
}.related h2{
	grid-column: span 2;     
}.related h3{
	margin-top: 0.35em;
}.features h3 {
	text-wrap: unset;
	font-size: 1.25rem;
	width: 98%;
}

@media screen and (max-width: 768px) {
	.case-study article header {
		flex-direction: column;
		/* padding-inline: 3%; */
		max-width: 700px;
		margin-inline: auto;
		padding-inline: 1rem;
	}
	.case-study ul.category {
		margin: 0;
	}
	.case-study .category li {
		margin: 0 0.75em;
		font-size: 0.8125em;
	}
	.case-study article header .client {
		text-align: left;
		width: unset;
	}
	.case-study article header#title-section h1 {
		font-size: 2.8rem;
	}
	.case-study .editorial {
		padding-inline: 1rem;
	}
	.editorial-text {
		flex-direction: column;
		width: 95%;
		max-width: 555px;
	}
	.editorial h2 {
		max-width: 95%;
		text-wrap: unset;
	}
	.grid-2-col {
		grid-template-columns: repeat(1, 1fr);
		row-gap: 1em;
	}
}

@media screen and (max-width: 500px) {
	.case-study article header#title-section h1 {
		font-size: 2rem;
	}
	.case-study article > img {
		aspect-ratio: 6/4;
	}
}