/**
 * Editorial Board page — premium journal layout.
 * Scoped to .bjfr-editorial-board-page--premium
 */

.bjfr-editorial-board-page--premium {
	--bjfr-eb-primary: #082544;
	--bjfr-eb-secondary: #0e3560;
	--bjfr-eb-gold: #d9a441;
	--bjfr-eb-cta: #1ea7fd;
	--bjfr-eb-bg: #f5f8fc;
	--bjfr-eb-text: #1c2740;
	--bjfr-eb-shell: 80rem;
	background: var(--bjfr-eb-bg);
	color: var(--bjfr-eb-text);
}

.bjfr-eb-shell {
	max-width: var(--bjfr-eb-shell);
	margin: 0 auto;
	padding: 0 1.5rem;
}

/* ── Hero ── */
.bjfr-eb-hero {
	position: relative;
	overflow: hidden;
	background: linear-gradient(135deg, var(--bjfr-eb-primary) 0%, var(--bjfr-eb-secondary) 100%);
	color: #fff;
	padding: 5.625rem 0;
}

.bjfr-eb-hero::before {
	content: '';
	position: absolute;
	inset: 0;
	opacity: 0.35;
	background:
		radial-gradient(circle at 15% 85%, rgba(30, 167, 253, 0.25), transparent 45%),
		radial-gradient(circle at 85% 20%, rgba(217, 164, 65, 0.15), transparent 40%),
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%23ffffff' fill-opacity='0.04' d='M0,192L48,197.3C96,203,192,213,288,229.3C384,245,480,267,576,250.7C672,235,768,181,864,181.3C960,181,1056,235,1152,234.7C1248,235,1344,181,1392,154.7L1440,128L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z'%3E%3C/path%3E%3C/svg%3E") bottom center / cover no-repeat;
	pointer-events: none;
}

.bjfr-eb-hero__inner {
	position: relative;
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
	align-items: center;
}

@media (min-width: 992px) {
	.bjfr-eb-hero__inner {
		grid-template-columns: 1fr auto;
		gap: 3rem;
	}
}

.bjfr-eb-hero__breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem;
	margin: 0 0 1.25rem;
	font-size: 0.875rem;
	color: rgba(255, 255, 255, 0.75);
}

.bjfr-eb-hero__breadcrumb a {
	color: rgba(255, 255, 255, 0.85);
	text-decoration: none;
	transition: color 0.2s ease;
}

.bjfr-eb-hero__breadcrumb a:hover {
	color: #fff;
}

.bjfr-eb-hero__breadcrumb-sep {
	opacity: 0.5;
}

.bjfr-eb-hero__title {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: clamp(2.25rem, 5vw, 3.5rem);
	font-weight: 700;
	line-height: 1.1;
	margin: 0 0 1rem;
	color: #fff;
}

.bjfr-eb-hero__desc {
	font-size: clamp(1rem, 2vw, 1.25rem);
	line-height: 1.8;
	margin: 0;
	max-width: 42rem;
	color: rgba(255, 255, 255, 0.88);
}

.bjfr-eb-hero__badge {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 11rem;
	height: 11rem;
	margin: 0 auto;
	padding: 1rem;
	border: 2px solid rgba(217, 164, 65, 0.55);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.06);
	backdrop-filter: blur(4px);
}

.bjfr-eb-hero__badge-icon {
	width: 2.5rem;
	height: 2.5rem;
	margin-bottom: 0.625rem;
	color: var(--bjfr-eb-gold);
}

.bjfr-eb-hero__badge-text {
	font-size: 0.6875rem;
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.92);
}

/* ── Stats bar ── */
.bjfr-eb-stats-wrap {
	margin-top: -2.75rem;
	position: relative;
	z-index: 2;
	padding-bottom: 3rem;
}

.bjfr-eb-stats {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.25rem;
	padding: 1.75rem 1.5rem;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

@media (min-width: 768px) {
	.bjfr-eb-stats {
		grid-template-columns: repeat(4, 1fr);
		padding: 2rem 2.25rem;
	}
}

.bjfr-eb-stats__item {
	display: flex;
	align-items: center;
	gap: 0.875rem;
	min-width: 0;
}

.bjfr-eb-stats__icon {
	flex-shrink: 0;
	width: 2.75rem;
	height: 2.75rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	background: #eef5ff;
	color: var(--bjfr-eb-cta);
}

.bjfr-eb-stats__icon svg {
	width: 1.375rem;
	height: 1.375rem;
}

.bjfr-eb-stats__value {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1.1;
	color: var(--bjfr-eb-primary);
}

.bjfr-eb-stats__label {
	font-size: 0.8125rem;
	line-height: 1.35;
	color: #64748b;
	margin-top: 0.125rem;
}

/* ── Filters ── */
.bjfr-eb-filters {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-bottom: 3rem;
}

@media (min-width: 992px) {
	.bjfr-eb-filters {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		gap: 1.5rem;
	}
}

.bjfr-eb-filters__tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.bjfr-eb-filters__tab {
	height: 3.25rem;
	padding: 0 1.125rem;
	border: 1px solid rgba(8, 37, 68, 0.12);
	border-radius: 12px;
	background: #fff;
	font-size: 0.875rem;
	font-weight: 600;
	color: var(--bjfr-eb-text);
	cursor: pointer;
	transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.bjfr-eb-filters__tab:hover {
	border-color: rgba(8, 37, 68, 0.2);
}

.bjfr-eb-filters__tab.is-active {
	background: var(--bjfr-eb-primary);
	border-color: var(--bjfr-eb-primary);
	color: #fff;
}

.bjfr-eb-filters__search {
	position: relative;
	width: 100%;
	max-width: 100%;
}

@media (min-width: 992px) {
	.bjfr-eb-filters__search {
		max-width: 16rem;
		flex-shrink: 0;
	}
}

.bjfr-eb-filters__search-input {
	width: 100%;
	height: 3.25rem;
	padding: 0 1rem 0 2.75rem;
	border: 1px solid rgba(8, 37, 68, 0.12);
	border-radius: 12px;
	background: #fff;
	font-size: 0.875rem;
	color: var(--bjfr-eb-text);
	transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.bjfr-eb-filters__search-input:focus {
	outline: none;
	border-color: var(--bjfr-eb-cta);
	box-shadow: 0 0 0 3px rgba(30, 167, 253, 0.15);
}

.bjfr-eb-filters__search-icon {
	position: absolute;
	left: 0.875rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.125rem;
	height: 1.125rem;
	color: #94a3b8;
	pointer-events: none;
}

/* ── Section heading ── */
.bjfr-eb-section {
	margin-bottom: 5rem;
}

.bjfr-eb-section__heading {
	margin: 0 0 1.75rem;
}

.bjfr-eb-section__title {
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.125em;
	text-transform: uppercase;
	color: var(--bjfr-eb-primary);
	margin: 0 0 0.625rem;
}

.bjfr-eb-section__accent {
	display: block;
	width: 3.75rem;
	height: 3px;
	background: var(--bjfr-eb-gold);
	border-radius: 999px;
}

/* ── Reviewer CTA ── */
.bjfr-eb-cta {
	margin: 0 0 5rem;
	padding: 2.5rem 1.75rem;
	border-radius: 20px;
	background: var(--bjfr-eb-primary);
	color: #fff;
	box-shadow: 0 20px 60px rgba(8, 37, 68, 0.2);
}

@media (min-width: 768px) {
	.bjfr-eb-cta {
		padding: 3rem 2.5rem;
	}
}

.bjfr-eb-cta__inner {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
	align-items: center;
}

@media (min-width: 768px) {
	.bjfr-eb-cta__inner {
		grid-template-columns: auto 1fr auto;
		gap: 2rem;
	}
}

.bjfr-eb-cta__icon {
	width: 4rem;
	height: 4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid var(--bjfr-eb-gold);
	border-radius: 50%;
	color: var(--bjfr-eb-gold);
	margin: 0 auto;
}

@media (min-width: 768px) {
	.bjfr-eb-cta__icon {
		margin: 0;
	}
}

.bjfr-eb-cta__icon svg {
	width: 1.75rem;
	height: 1.75rem;
}

.bjfr-eb-cta__title {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: clamp(1.375rem, 2.5vw, 1.75rem);
	font-weight: 700;
	margin: 0 0 0.5rem;
	text-align: center;
}

@media (min-width: 768px) {
	.bjfr-eb-cta__title {
		text-align: left;
	}
}

.bjfr-eb-cta__desc {
	font-size: 0.9375rem;
	line-height: 1.65;
	margin: 0;
	color: rgba(255, 255, 255, 0.85);
	text-align: center;
}

@media (min-width: 768px) {
	.bjfr-eb-cta__desc {
		text-align: left;
	}
}

.bjfr-eb-cta__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	min-height: 3.25rem;
	padding: 0 1.75rem;
	border-radius: 12px;
	background: var(--bjfr-eb-gold);
	color: var(--bjfr-eb-primary);
	font-size: 0.9375rem;
	font-weight: 700;
	text-decoration: none;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
	white-space: nowrap;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.bjfr-eb-cta__btn {
		margin: 0;
	}
}

.bjfr-eb-cta__btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 28px rgba(217, 164, 65, 0.35);
}

.bjfr-eb-empty {
	padding: 3rem 1.5rem;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
	text-align: center;
	font-size: 0.9375rem;
	color: #64748b;
}

.bjfr-eb-view-all {
	display: flex;
	justify-content: center;
	margin-top: 2rem;
}

.bjfr-eb-view-all__btn {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.75rem 1.5rem;
	border: 1px solid rgba(8, 37, 68, 0.12);
	border-radius: 12px;
	background: #fff;
	font-size: 0.875rem;
	font-weight: 600;
	color: var(--bjfr-eb-primary);
	text-decoration: none;
	transition: border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.bjfr-eb-view-all__btn:hover {
	border-color: var(--bjfr-eb-cta);
	color: var(--bjfr-eb-cta);
	transform: translateY(-2px);
}

