/* Draft-only, restrained magazine-first homepage refinements. */
.home .mb-magazine-intro {
	margin: 0 0 34px;
	padding: 24px 26px 22px;
	background: rgba(0,0,0,.28);
	border-left: 3px solid #8f8f8f;
	border-bottom: 1px solid rgba(255,255,255,.08);
}

.home .mb-magazine-kicker {
	margin: 0 0 6px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: #aaa;
}

.home .mb-magazine-intro h1 {
	margin: 0 0 8px;
	font-size: 34px;
	line-height: 1.15;
}

.home .mb-magazine-copy {
	margin: 0;
	max-width: 680px;
	color: #bdbdbd;
}

.home .mb-magazine-links {
	display: flex;
	gap: 18px;
	margin-top: 15px;
}

.home .mb-magazine-links a {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .06em;
	text-decoration: none;
}

.home .mb-magazine-links a:hover,
.home .mb-magazine-links a:focus {
	text-decoration: underline;
}

.home .entry-footer .tags-links,
.home .entry-footer .comments-link {
	display: none;
}

/* Compact site-wide header treatment. Keeps the existing banner image, but gives it a tighter magazine feel. */
.site-header .all-header {
	height: 205px;
	background: #050505;
	border-top: 1px solid rgba(255,255,255,.05);
	border-bottom: 1px solid rgba(255,255,255,.08);
}

.site-header .header-image {
	display: block;
	width: 100%;
	height: 205px !important;
	object-fit: cover;
	object-position: center 45%;
	filter: grayscale(100%) contrast(112%) brightness(62%);
	transform: scale(1.015);
}

.site-header .s-shadow {
	background: linear-gradient(90deg, rgba(0,0,0,.72), rgba(0,0,0,.35) 48%, rgba(0,0,0,.65));
}

.site-header .site-branding {
	top: 50%;
	transform: translateY(-50%);
	padding: 0 24px;
}

.site-header .site-title {
	margin: 0;
	line-height: 1;
}

.site-header .site-branding .site-title a {
	display: inline-block;
	margin: 0;
	text-decoration: none;
	text-shadow: 0 2px 12px rgba(0,0,0,.8);
}

.site-header .site-title .word {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	font-size: 0;
	line-height: 1;
}

.site-header .site-title .word::before {
	content: "Merg & Been";
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(34px, 5vw, 58px);
	font-weight: 700;
	letter-spacing: -.035em;
	color: #f2f2f2;
}

.site-header .site-title .word::after {
	content: "Underground Magazine";
	margin-top: 10px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .22em;
	text-transform: uppercase;
	color: #c0c0c0;
}

@media screen and (max-width: 800px) {
	.home .mb-magazine-intro {
		padding: 20px;
	}

	.home .mb-magazine-intro h1 {
		font-size: 28px;
	}

	.site-header .all-header,
	.site-header .header-image {
		height: 135px !important;
	}

	.site-header .site-title .word::before {
		font-size: 34px;
	}

	.site-header .site-title .word::after {
		margin-top: 7px;
		font-size: 9px;
		letter-spacing: .18em;
	}
}
