/* PORTFOLIO DETAIL — harmonized with the precision-minimal design system */

.top-banner{
	height: 400px;
	background-position: center;
	background-size: cover;
	border-bottom: 1px solid var(--line);
}
.portfolio-item-content{
	color: var(--ink-soft);
	min-height: calc(82vh - 400px);
	min-height: calc(82svh - 400px);
	width: 700px;
	max-width: 95%;
	margin: 0px auto;
	padding: 60px 0px;
}

.year-info{
	font-family: Handjet, monospace;
	font-size: 17px;
	letter-spacing: 0.14em;
	color: var(--periwinkle);
	margin-bottom: 30px;
}

.main-heading{
	font-family: Teko, sans-serif;
	font-size: clamp(38px, 5vw, 54px);
	font-weight: 500;
	line-height: 0.95;
	text-transform: uppercase;
	color: var(--ink);
	border-left: none;
	padding-left: 0;
	display: inline-block;
	background-image: linear-gradient(var(--accent), var(--accent));
	background-repeat: no-repeat;
	background-size: 100% 26%;
	background-position: 0% 90%;
}
.para{
	font-size: 17px;
	line-height: 1.75;
	margin-bottom: 30px;
}

.obvious-link{
	color: var(--periwinkle);
	font-weight: bold;
	text-decoration: none;
	font-size: 17px;
	padding-bottom: 0px;
}
.obvious-link:hover{
	color: var(--deep);
}

.image-container{
	margin-bottom: 30px;
	position: relative;
	border: 1px solid var(--line);
}
.image-container img{
	width: 100%;
	min-height: 300px;
	object-fit: cover;
	display: block;
}
.image-container span{
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Handjet, monospace;
	font-size: 15px;
	letter-spacing: 0.1em;
	color: white;
	background-color: rgba(21, 23, 31, 0.75);
	padding: 4px 10px;
}

@media screen and (max-width: 1024px){
	.portfolio-item-content{
		padding: 30px 0px 60px 0px;
	}
	.top-banner{
		height: 280px;
	}
}
