body.single.single-archi-custom article.fass-story header.entry-header {
	padding:0px;
}
/* ============================================
   Story Single: Hero Banner
   ============================================ */

.ws-story-single-hero {
	position: relative;
	display: block;
	background-color: #1a1a1a;
	background-size: cover;
	min-height:420px;
	background-position: center;
	background-repeat: no-repeat;
}

.ws-story-hero-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient( to right, rgba( 0, 0, 0, 0.82 ) 0%, rgba( 0, 0, 0, 0.65 ) 50%, rgba( 0, 0, 0, 0.25 ) 100% );
	pointer-events: none;
}

.ws-story-hero-container {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1152px;
	margin: 0 auto;
	padding: 0px;
}

.ws-story-hero-inner {
	width: 55%;
	padding: 20px 0 30px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

/* ── Breadcrumb ── */

.ws-story-hero-breadcrumb {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 14px;
	font-family: Montserrat, Arial, sans-serif;
	font-style:italic;
	color: #b3b3b3;
	flex-wrap: wrap;
	margin-bottom:50px;
}

.ws-story-hero-breadcrumb > a {
	color: #b3b3b3 !important;
	font-weight:400 !important;
	text-decoration: none;
}

.ws-story-hero-breadcrumb a:hover {
	color: #fff !important;
	text-decoration: none;
}

.ws-story-hero-breadcrumb .sep {
	color: #b3b3b3;
}

.ws-story-hero-breadcrumb span:last-child {
	color: #fff;
}

/* ── Author ── */

.ws-story-hero-author {
	margin: 0;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #fff;
	display: flex;
	align-items: center;
	gap: 6px;
}

.ws-story-hero-author .dashicons {
	font-size: 16px;
	width: 16px;
	height: 16px;
	color: #ff9987;
}

/* ── Title ── */

.ws-story-hero-title {
	margin: 0 0 10px;
	font-size: 2.6rem;
	font-weight: 400;
	letter-spacing:0.0068em;
	line-height: 1.2em;
	color: #fff;
}

/* ── Excerpt ── */

.ws-story-hero-excerpt {
	margin: 0 0 18px;
	font-size: 0.9rem;
	font-weight: 400;
	font-family:Montserrat, Arial, sans-serif;
	line-height: 1.5;
	color: #fff;
}

/* ── Topic Tags ── */

.ws-story-hero-topics {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 4px;
}

.ws-story-hero-topic-tag {
	display: inline-block;
	font-size: 14px;
	font-family:Montserrat, Arial, sans-serif;
	font-weight: 700;
	line-height: 1;
	padding: 6px 12px;
	border-radius: 5px;
	border: 2px solid #ff9987;
	color: #ff9987;
}

@media ( max-width: 768px ) {
	.ws-story-hero-inner {
		width: 100%;
		padding: 40px 20px;
	}

	.ws-story-hero-title {
		font-size: 1.8rem;
	}

	.ws-story-single-hero {
		min-height: 320px;
	}
}

/* ============================================
   Related Stories Section
   ============================================ */

.ws-related-stories {
	max-width: 1268px;
	margin: 64px auto 0;
	padding: 20px 0px 0;
	border-top: 0px solid #e5e7eb;
}

.ws-related-stories-heading {
	text-align: center;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.2px;
	color: #111;
	margin: 0 0 42px;
}

/* Reuses .ws-story-list grid from story-list.css */
#ws-related-stories-list {
	margin-bottom: 40px;
}

#ws-related-stories-list.ws-story-list {
	column-gap: 55px;
	padding-left:20px;
	padding-right:20px;
}

/* ── Explore Button ── */

.ws-related-stories-footer {
	text-align: center;
	margin-top: 8px;
}

.ws-explore-stories-btn {
	display: inline-block;
	padding: 12px 32px;
	background: #b44c30;
	color: #fff !important;
	font-size: 0.9rem;
	font-family: 'Gloock', 'Times New Roman', serif;
	font-weight: 600;
	text-decoration: none;
	border-radius: 3px;
	letter-spacing: 0.03em;
	transition: background 0.2s ease;
}

.ws-explore-stories-btn:hover {
	background: #8f3a23;
	color: #fff;
}
