/* ============================================================
	Sahityacafe — বিশেষ আয়োজন (Bishesh Ayojon) showcase
	Special literary feature page styles. The page is intentionally
	designed to feel like a curated literary section (মাসিক আয়োজন),
	not an ordinary archive: a masthead with a divider + category
	navigation, one large featured story, then two-column secondary
	stories.

	Tokens mirror the theme's live palette (accent1 #000,
	accent2 #cfd6cd, title #006668, Noto Sans Bengali) and the
	site-wide hover conventions from ui-interactions.css.
	============================================================ */

/* ------------------------------------------------------------------
	  1. SECTION — centered editorial container
------------------------------------------------------------------- */
.bishesh-ayojon-showcase {
	max-width: 1060px;
	margin: 3.5rem auto 0;
	padding: 0 1.25rem;
}

/* ------------------------------------------------------------------
	  2. MASTHEAD — title, rule, subtitle, category nav
------------------------------------------------------------------- */
.ba-showcase__header {
	margin: 0 auto 3rem;
	max-width: 52rem;
	text-align: center;
}

.ba-showcase__title {
	margin: 0 0 0.45em;
	font-size: clamp(2rem, 5vw, 3.1rem);
	font-weight: 700;
	letter-spacing: -0.015em;
	line-height: 1.2;
	color: #000000;
}

.ba-showcase__rule {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.7em;
	margin: 0 0 1.1em;
}

.ba-showcase__rule::before,
.ba-showcase__rule::after {
	content: "";
	display: block;
	width: 2.2rem;
	height: 1px;
	background: #cfd6cd;
}

.ba-showcase__rule span {
	display: block;
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	background: #006668;
}

.ba-showcase__subtitle {
	margin: 0 0 1.6rem;
	font-size: clamp(0.98rem, 2vw, 1.12rem);
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.7;
	color: #555c5a;
}

/* Category navigation — labels separated by spacing only */
.ba-showcase__nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 0.4em 1.1em;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ba-showcase__nav li {
	display: inline-flex;
	align-items: center;
	font-size: 0.9rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	color: #3c4140;
}

.ba-showcase__nav a {
	color: #006668;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	-webkit-transition: border-color 0.25s ease, color 0.25s ease;
	transition: border-color 0.25s ease, color 0.25s ease;
}

.ba-showcase__nav a:hover,
.ba-showcase__nav a:focus-visible {
	color: #00494a;
	border-bottom-color: #006668;
}

/* Editor-written lead paragraph */
.ba-page-intro {
	max-width: 46rem;
	margin: 1.8rem auto 0;
	font-size: 1.02rem;
	font-weight: 400;
	line-height: 1.9;
	color: #3c4140;
}

.ba-page-intro p {
	margin: 0;
}

/* ------------------------------------------------------------------
	  3. FEATURED — the first curated story
------------------------------------------------------------------- */
.ba-featured {
	display: flex;
	background: #ffffff;
	border: 1px solid #e7e2db;
	border-radius: 18px;
	overflow: hidden;
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1),
	                    box-shadow 0.4s ease,
	                    border-color 0.4s ease;
	transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1),
	            box-shadow 0.4s ease,
	            border-color 0.4s ease;
	will-change: transform;
}

.ba-featured:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	border-color: #cfd6cd;
	box-shadow: 0 4px 10px rgba(0, 102, 104, 0.06), 0 26px 48px -20px rgba(0, 102, 104, 0.22);
}

.ba-featured__link {
	display: flex;
	flex-direction: column;
	width: 100%;
	color: inherit;
	text-decoration: none;
}

.ba-featured__media {
	aspect-ratio: 21 / 9;
	overflow: hidden;
	background: #f2f0ec;
}

.ba-featured__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: -webkit-transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
	transition: transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
	will-change: transform;
}

.ba-featured:hover .ba-featured__media img {
	-webkit-transform: scale(1.045);
	transform: scale(1.045);
}

.ba-featured__body {
	display: flex;
	flex-direction: column;
	padding: 2.2rem 2.6rem 2.6rem;
}

.ba-featured__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.9em;
	margin-bottom: 1em;
	font-size: 0.8rem;
	font-weight: 500;
	color: #555c5a;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.ba-featured__category {
	color: #006668;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.ba-featured__byline {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.5em;
	margin: 0 0 1.5em;
	font-size: 0.86rem;
	font-weight: 500;
	color: #555c5a;
}

.ba-featured__title {
	max-width: 34em;
	margin: 0 0 0.6em;
	font-size: clamp(1.6rem, 3.6vw, 2.35rem);
	font-weight: 700;
	letter-spacing: -0.01em;
	line-height: 1.32;
	color: #000000;
	-webkit-transition: color 0.25s ease;
	transition: color 0.25s ease;
}

.ba-featured:hover .ba-featured__title {
	color: #006668;
}

.ba-featured__excerpt {
	max-width: 46em;
	margin: 0 0 1.6rem;
	font-size: 1.02rem;
	font-weight: 400;
	line-height: 1.85;
	color: #3c4140;
}

.ba-featured__readmore {
	align-self: flex-start;
	display: inline-flex;
	align-items: center;
	gap: 0.55em;
	padding: 0.72em 1.5em;
	border: 1px solid #006668;
	border-radius: 999px;
	font-size: 0.92rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	color: #006668;
	-webkit-transition: background 0.28s ease, color 0.28s ease, border-color 0.28s ease;
	transition: background 0.28s ease, color 0.28s ease, border-color 0.28s ease;
}

.ba-featured:hover .ba-featured__readmore {
	background: #006668;
	color: #ffffff;
}

.ba-featured__readmore i {
	-webkit-transition: -webkit-transform 0.25s ease;
	transition: transform 0.25s ease;
	font-size: 0.72rem;
}

.ba-featured:hover .ba-featured__readmore i {
	-webkit-transform: translateX(3px);
	transform: translateX(3px);
}

/* ------------------------------------------------------------------
	  4. SECONDARY GRID — remaining curated stories
------------------------------------------------------------------- */
.ba-showcase__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.6rem;
	margin-top: 2rem;
}

.ba-card {
	display: flex;
	background: #ffffff;
	border: 1px solid #e7e2db;
	border-radius: 14px;
	overflow: hidden;
	-webkit-transition: -webkit-transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1),
	                    box-shadow 0.35s ease,
	                    border-color 0.35s ease;
	transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1),
	            box-shadow 0.35s ease,
	            border-color 0.35s ease;
	will-change: transform;
}

.ba-card:hover {
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
	border-color: #cfd6cd;
	box-shadow: 0 2px 6px rgba(0, 102, 104, 0.05), 0 18px 34px -16px rgba(0, 102, 104, 0.18);
}

.ba-card__link {
	display: flex;
	flex-direction: column;
	width: 100%;
	color: inherit;
	text-decoration: none;
}

.ba-card__media {
	overflow: hidden;
	aspect-ratio: 16 / 9;
	background: #f2f0ec;
}

.ba-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: -webkit-transform 0.55s cubic-bezier(0.22, 0.61, 0.36, 1);
	transition: transform 0.55s cubic-bezier(0.22, 0.61, 0.36, 1);
	will-change: transform;
}

.ba-card:hover .ba-card__media img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.ba-card__body {
	flex: 1;
	display: flex;
	flex-direction: column;
	padding: 1.35rem 1.4rem 1.1rem;
}

.ba-card__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.7em;
	margin-bottom: 0.6em;
	font-size: 0.76rem;
	font-weight: 500;
	color: #555c5a;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.ba-card__category {
	color: #006668;
	font-weight: 700;
	letter-spacing: 0.07em;
}

.ba-card__byline {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.45em;
	margin: 0 0 0.85em;
	font-size: 0.78rem;
	font-weight: 500;
	color: #555c5a;
}

.ba-card__title {
	margin: 0 0 0.55em;
	font-size: 1.18rem;
	font-weight: 600;
	line-height: 1.5;
	color: #000000;
	-webkit-transition: color 0.25s ease;
	transition: color 0.25s ease;
}

.ba-card:hover .ba-card__title {
	color: #006668;
}

.ba-card__excerpt {
	margin: 0;
	font-size: 0.92rem;
	font-weight: 400;
	line-height: 1.75;
	color: #3c4140;
}

.ba-card__readmore {
	display: inline-flex;
	align-items: center;
	gap: 0.5em;
	margin-top: 1.25rem;
	padding-top: 0.9rem;
	border-top: 1px solid #efece8;
	font-size: 0.85rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	color: #006668;
}

.ba-card__readmore i {
	font-size: 0.72rem;
	-webkit-transition: -webkit-transform 0.25s ease;
	transition: transform 0.25s ease;
}

.ba-card:hover .ba-card__readmore i {
	-webkit-transform: translateX(3px);
	transform: translateX(3px);
}

/* ------------------------------------------------------------------
	  5. EMPTY STATE
------------------------------------------------------------------- */
.ba-showcase__empty {
	max-width: 46rem;
	margin: 0 auto;
	padding: 3rem 1.5rem;
	text-align: center;
	border: 1px dashed #d8d3cb;
	border-radius: 14px;
	color: #3c4140;
}

.ba-showcase__empty p {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.8;
}

/* ------------------------------------------------------------------
	  6. RESPONSIVE & MOTION
------------------------------------------------------------------- */
@media (max-width: 760px) {
	.bishesh-ayojon-showcase {
		margin-top: 2.5rem;
	}
	.ba-showcase__header {
		margin-bottom: 2.2rem;
	}
	.ba-featured__body {
		padding: 1.6rem 1.5rem 1.9rem;
	}
	.ba-showcase__grid {
		grid-template-columns: 1fr;
		gap: 1.3rem;
	}
	.ba-card--wide .ba-card__title {
		font-size: 1.2rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ba-featured,
	.ba-featured__media img,
	.ba-featured__title,
	.ba-featured__readmore,
	.ba-featured__readmore i,
	.ba-card,
	.ba-card__media img,
	.ba-card__title,
	.ba-card__readmore i,
	.ba-showcase__nav a {
		-webkit-transition: none;
		transition: none;
		-webkit-transform: none;
		transform: none;
	}
	.ba-featured:hover,
	.ba-featured:hover .ba-featured__media img,
	.ba-card:hover,
	.ba-card:hover .ba-card__media img {
		-webkit-transform: none;
		transform: none;
	}
}

/* FIN */
