/* =====================================================================
   BDLD Front Page — Institutional Redesign v2
   ===================================================================== */


/* --- Base --- */
.fp-page {
	font-family: 'EB Garamond', Georgia, serif;
	color: #222222;
	background: #ffffff;
}
.fp-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 28px;
}
.fp-section          { padding: 80px 0; background: #ffffff; }
.fp-section--pale    { background: #EEF4FB; }
.fp-section--alt     { background: #F2F2F2; }
.fp-section--navy    { background: #011F5B; color: #ffffff; }

/* --- Labels --- */
.fp-label {
	font-family: 'Libre Baskerville', Georgia, serif;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #991B1F;
	display: block;
	margin-bottom: 10px;
}
.fp-label--cyan { color: #31BFF0; }

/* --- Section Header Row --- */
.fp-section-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	border-bottom: 2px solid #011F5B;
	padding-bottom: 14px;
	margin-bottom: 48px;
	flex-wrap: wrap;
	gap: 12px;
}
.fp-section-title {
	font-family: 'Libre Baskerville', Georgia, serif;
	font-size: 1.75rem;
	font-weight: 700;
	color: #011F5B;
	margin: 0;
	line-height: 1.25;
}
.fp-section-title--light { color: #ffffff; }
.fp-view-all {
	font-family: 'EB Garamond', Georgia, serif;
	font-size: 0.95rem;
	color: #011F5B;
	text-decoration: none;
	font-weight: 600;
	letter-spacing: 0.02em;
	white-space: nowrap;
	transition: color 0.2s;
	border-bottom: none !important;
	background: transparent !important;
}
.fp-view-all:hover { color: #991B1F !important; }
.fp-no-results {
	font-family: 'EB Garamond', Georgia, serif;
	font-size: 1rem;
	color: #666666;
	font-style: italic;
	padding: 24px 0;
}

/* --- Buttons --- */
.fp-btn {
	font-family: 'EB Garamond', Georgia, serif !important;
	font-size: 1rem !important;
	font-weight: 600 !important;
	letter-spacing: 0.04em !important;
	text-decoration: none !important;
	padding: 11px 26px !important;
	border-radius: 3px !important;
	display: inline-block !important;
	transition: all 0.2s ease-in-out !important;
	cursor: pointer !important;
	border-bottom: none !important;
	box-shadow: none !important;
}
.fp-btn--primary  { background: #011F5B !important; color: #ffffff !important; border: 2px solid #011F5B !important; }
.fp-btn--primary:hover { background: #991B1F !important; border-color: #991B1F !important; color: #ffffff !important; transform: translateY(-2px); box-shadow: 0 4px 14px rgba(153,27,31,0.3) !important; }

.fp-btn--secondary { background: transparent !important; color: #011F5B !important; border: 2px solid #011F5B !important; }
.fp-btn--secondary:hover { background: #011F5B !important; border-color: #011F5B !important; color: #ffffff !important; transform: translateY(-2px); box-shadow: 0 4px 14px rgba(1,31,91,0.25) !important; }

.fp-btn--red { background: #991B1F !important; color: #ffffff !important; border: 2px solid #991B1F !important; }
.fp-btn--red:hover { background: #7a1518 !important; border-color: #7a1518 !important; color: #ffffff !important; transform: translateY(-2px); box-shadow: 0 4px 14px rgba(122,21,24,0.35) !important; }

.fp-btn--outline-light { background: transparent !important; color: #ffffff !important; border: 2px solid rgba(255,255,255,0.6) !important; }
.fp-btn--outline-light:hover { background: #ffffff !important; border-color: #ffffff !important; color: #011F5B !important; transform: translateY(-2px); box-shadow: 0 4px 14px rgba(255,255,255,0.2) !important; }


/* =====================================================================
   SECTION 1 — HERO  (White)
   ===================================================================== */
.fp-hero {
	background: #ffffff;
	border-bottom: 3px solid #011F5B;
	padding: 90px 0 80px;
}
.fp-hero__inner {
	max-width: 740px;
	margin: 0 auto;
	text-align: center;
}
.fp-hero__eyebrow {
	font-family: 'Libre Baskerville', Georgia, serif;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #991B1F;
	display: block;
	margin-bottom: 24px;
}
.fp-hero__title {
	font-family: 'Libre Baskerville', Georgia, serif;
	font-size: clamp(2.4rem, 5vw, 3.8rem);
	font-weight: 700;
	color: #011F5B;
	line-height: 1.15;
	margin: 0 0 16px;
	letter-spacing: -0.01em;
}
.fp-hero__tagline {
	font-family: 'Libre Baskerville', Georgia, serif;
	font-size: 1.12rem;
	font-style: italic;
	color: #444444;
	margin: 0 0 20px;
}
.fp-hero__rule {
	width: 52px;
	height: 3px;
	background: #991B1F;
	margin: 0 auto 28px;
	border: none;
}
.fp-hero__desc {
	font-family: 'EB Garamond', Georgia, serif;
	font-size: 1.15rem;
	color: #333333;
	line-height: 1.8;
	margin: 0 auto 38px;
	max-width: 620px;
}
.fp-hero__ctas {
	display: flex;
	gap: 12px;
	justify-content: center;
	flex-wrap: wrap;
}

/* =====================================================================
   SECTION 2 — STATS BAR  (Navy)
   ===================================================================== */
.fp-stats {
	background: #011F5B;
	padding: 48px 0;
	border-bottom: 3px solid #991B1F;
}
.fp-stats__grid {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	gap: 0;
}
.fp-stat {
	text-align: center;
	padding: 16px 12px;
	border-right: 1px solid rgba(255,255,255,0.12);
}
.fp-stat:last-child { border-right: none; }
.fp-stat__value {
	font-family: 'Libre Baskerville', Georgia, serif;
	font-size: 1.65rem;
	font-weight: 700;
	color: #ffffff;
	display: block;
	line-height: 1.1;
	margin-bottom: 5px;
}
.fp-stat__label {
	font-family: 'EB Garamond', Georgia, serif;
	font-size: 0.78rem;
	color: rgba(255,255,255,0.6);
	text-transform: uppercase;
	letter-spacing: 0.07em;
	display: block;
}
.fp-stat__sub {
	font-family: 'EB Garamond', Georgia, serif;
	font-size: 0.72rem;
	color: #31BFF0;
	letter-spacing: 0.06em;
	display: block;
	margin-top: 3px;
}

/* =====================================================================
   SECTION 3 — WHY BDLD  (White)
   ===================================================================== */
.fp-why {
	background: #ffffff;
	padding: 72px 0;
	border-bottom: 1px solid #E5E7EB;
}
.fp-why__heading {
	font-family: 'Libre Baskerville', Georgia, serif;
	font-size: 1.6rem;
	font-weight: 700;
	color: #011F5B;
	text-align: center;
	margin: 0 0 14px;
}
.fp-why__sub {
	font-family: 'EB Garamond', Georgia, serif;
	font-size: 1.08rem;
	color: #555555;
	text-align: center;
	max-width: 560px;
	margin: 0 auto 52px;
	line-height: 1.75;
}
.fp-why__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0;
}
.fp-why__card {
	padding: 32px 36px;
	border-right: 1px solid #E5E7EB;
	position: relative;
}
.fp-why__card:last-child { border-right: none; }
.fp-why__card::before {
	content: '';
	display: block;
	width: 36px;
	height: 3px;
	background: #991B1F;
	margin-bottom: 20px;
}
.fp-why__icon {
	margin-bottom: 18px;
}
.fp-why__icon svg {
	width: 36px;
	height: 36px;
	color: #011F5B;
	stroke: #011F5B;
}
.fp-why__card-title {
	font-family: 'Libre Baskerville', Georgia, serif;
	font-size: 1.08rem;
	font-weight: 700;
	color: #011F5B;
	margin: 0 0 12px;
}
.fp-why__card-text {
	font-family: 'EB Garamond', Georgia, serif;
	font-size: 1.02rem;
	color: #444444;
	line-height: 1.75;
	margin: 0;
}

/* =====================================================================
   SECTION 4 — CURRENT VOLUME  (White)
   ===================================================================== */
.fp-volume__header {
	background: #EEF4FB;
	border-left: 4px solid #011F5B;
	padding: 26px 30px;
	margin-bottom: 36px;
}
.fp-volume__title {
	font-family: 'Libre Baskerville', Georgia, serif;
	font-size: 1.45rem;
	font-weight: 700;
	color: #011F5B;
	margin: 0 0 8px;
}
.fp-volume__title a {
	color: #011F5B;
	transition: color 0.2s ease;
}
.fp-volume__title a:hover {
	color: #991B1F !important;
}
.fp-volume__desc {
	font-family: 'EB Garamond', Georgia, serif;
	font-size: 1.05rem;
	color: #444444;
	margin: 0;
	line-height: 1.7;
}
.fp-issue-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
	gap: 22px;
}
.fp-issue-card {
	background: #ffffff;
	border: 1px solid #E5E7EB;
	border-radius: 6px;
	padding: 26px;
	transition: box-shadow 0.2s, border-color 0.2s, transform 0.2s;
}
.fp-issue-card:hover {
	box-shadow: 0 4px 18px rgba(1,31,91,0.08);
	border-color: #011F5B;
	transform: translateY(-2px);
}
.fp-issue-card__number {
	font-family: 'Libre Baskerville', Georgia, serif;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #011F5B;
	display: block;
	margin-bottom: 8px;
}
.fp-issue-card__number a {
	color: #011F5B;
	transition: color 0.2s ease;
}
.fp-issue-card__number a:hover {
	color: #991B1F !important;
}
.fp-issue-card__title {
	font-family: 'Libre Baskerville', Georgia, serif;
	font-size: 1.08rem;
	font-weight: 700;
	color: #011F5B;
	margin: 0 0 14px;
	line-height: 1.3;
}
.fp-issue-card__title a {
	transition: color 0.2s ease;
}
.fp-issue-card__title a:hover {
	color: #991B1F !important;
}
.fp-issue-card__meta {
	font-family: 'EB Garamond', Georgia, serif;
	font-size: 0.92rem;
	color: #555555;
	line-height: 1.6;
	margin-bottom: 18px;
}
.fp-issue-card__meta span { display: block; }
.fp-issue-card__link {
	font-family: 'EB Garamond', Georgia, serif;
	font-size: 0.9rem;
	font-weight: 600;
	color: #011F5B;
	text-decoration: none;
	border-bottom: 1px dotted #011F5B !important;
	transition: color 0.2s, border-color 0.2s;
	background: transparent !important;
}
.fp-issue-card__link:hover { color: #991B1F !important; border-bottom-color: #991B1F !important; }

/* =====================================================================
   SECTION 5 — FEATURED ARTICLES  (Pale Blue)
   ===================================================================== */
.fp-journal-2col-grid {
	display: grid !important;
	grid-template-columns: repeat(2, 1fr) !important;
	gap: 24px !important;
}
@media (max-width: 768px) {
	.fp-journal-2col-grid {
		grid-template-columns: 1fr !important;
		gap: 16px !important;
	}
	.fp-journal-2col-grid .card.journal-card {
		padding: 20px 18px !important;
	}
	.fp-journal-2col-grid .card.journal-card .scholarly-title {
		font-size: 1.05rem !important;
		line-height: 1.35 !important;
		margin-bottom: 8px !important;
	}
	.fp-journal-2col-grid .card.journal-card .scholarly-abstract {
		font-size: 0.92rem !important;
		line-height: 1.55 !important;
		margin-bottom: 12px !important;
	}
}
@media (max-width: 480px) {
	.fp-journal-2col-grid .card.journal-card {
		padding: 16px 14px !important;
	}
	.fp-journal-2col-grid .card.journal-card .scholarly-title {
		font-size: 0.98rem !important;
	}
}
.fp-articles-list {
	display: flex;
	flex-direction: column;
}
.fp-article-item {
	padding: 30px 0;
	border-bottom: 1px solid #d0dcea;
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 28px;
	align-items: start;
}
.fp-article-item:first-child { border-top: 1px solid #d0dcea; }
.fp-article-item__badge {
	font-family: 'EB Garamond', Georgia, serif;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #ffffff;
	background: #011F5B;
	padding: 3px 9px;
	border-radius: 2px;
	display: inline-block;
	margin-bottom: 12px;
}
.fp-article-item__title {
	font-family: 'Libre Baskerville', Georgia, serif;
	font-size: 1.2rem;
	font-weight: 700;
	color: #011F5B;
	line-height: 1.4;
	margin: 0 0 10px;
}
.fp-article-item__title a {
	color: #011F5B;
	text-decoration: none;
	border-bottom: none !important;
	background: transparent !important;
	transition: color 0.2s;
}
.fp-article-item__authors {
	font-family: 'EB Garamond', Georgia, serif;
	font-size: 1rem;
	color: #444444;
	font-style: italic;
	margin-bottom: 9px;
}
.fp-article-item__authors a {
	color: #444444;
	text-decoration: none;
	transition: color 0.2s;
}
.fp-article-item__authors a:hover {
	color: #31BFF0 !important;
}
.fp-article-item__oscola {
	font-family: 'EB Garamond', Georgia, serif;
	font-size: 0.95rem;
	color: #333333;
	margin-bottom: 7px;
	line-height: 1.5;
	font-style: normal;
}
.fp-article-item__doi {
	font-family: 'EB Garamond', Georgia, serif;
	font-size: 0.88rem;
	color: #666666;
}
.fp-article-item__doi a {
	color: #555555;
	text-decoration: none;
	border-bottom: 1px dotted #999 !important;
	background: transparent !important;
}
.fp-article-item__doi a:hover { color: #011F5B; }
.fp-article-item__action {
	display: flex;
	align-items: flex-start;
	padding-top: 36px;
}
.fp-read-btn {
	font-family: 'EB Garamond', Georgia, serif;
	font-size: 0.88rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	color: #011F5B;
	text-decoration: none;
	border: 1px solid #011F5B !important;
	border-bottom: 1px solid #011F5B !important;
	padding: 7px 18px;
	border-radius: 2px;
	white-space: nowrap;
	transition: all 0.2s;
	background: transparent;
}
.fp-read-btn:hover {
	background: #011F5B !important;
	color: #ffffff !important;
}

/* =====================================================================
   SECTION 6 — LEGAL ANALYSIS  (White)
   ===================================================================== */
.fp-blog-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}
.fp-blog-item {
	background: #ffffff;
	border: 1px solid #E5E7EB;
	border-radius: 6px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: border-color 0.2s, box-shadow 0.2s, transform 0.15s;
}
.fp-blog-item:hover {
	border-color: #011F5B;
	box-shadow: 0 4px 16px rgba(1, 31, 91, 0.08);
	transform: translateY(-2px);
}
.fp-blog-item__img-wrap {
	display: flex;
	width: 100%;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #EEF4FB;
}
.fp-blog-item__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	flex-shrink: 0;
}
.fp-blog-item__body {
	padding: 18px 20px;
	display: flex;
	flex-direction: column;
	flex: 1;
}
.fp-blog-item__meta-line {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 2px;
	font-family: 'EB Garamond', Georgia, serif;
	font-size: 0.78rem;
	color: #666666;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	margin-bottom: 8px;
}
.fp-blog-item__cat {
	color: #991B1F;
	font-weight: 700;
	text-decoration: none;
}
.fp-blog-item__sep {
	display: none;
}
.fp-blog-item__cat:hover {
	color: #011F5B;
}
.fp-blog-item__title {
	font-family: 'Libre Baskerville', Georgia, serif;
	font-size: 1.02rem;
	font-weight: 700;
	color: #011F5B;
	line-height: 1.38;
	margin: 0 0 12px;
}
.fp-blog-item__title a {
	color: #011F5B;
	text-decoration: none;
	transition: color 0.2s;
}
.fp-blog-item__title a:hover { color: #991B1F !important; }
.fp-blog-item__footer {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	border-top: 1px solid #F2F2F2;
	padding-top: 12px;
	margin-top: auto;
	gap: 6px;
}
.fp-blog-item__author {
	font-family: 'EB Garamond', Georgia, serif;
	font-size: 0.78rem;
	color: #555555;
	font-style: italic;
	white-space: nowrap;
	overflow: visible;
	text-overflow: unset;
	min-width: 0;
	width: 100%;
}
.fp-blog-item__author a {
	color: #555555;
	text-decoration: none;
	border-bottom: 1px dotted #888;
	transition: color 0.2s, border-color 0.2s;
}
.fp-blog-item__author a:hover {
	color: #31BFF0 !important;
	border-bottom-color: #31BFF0 !important;
}
.fp-blog-item__link {
	font-family: 'EB Garamond', Georgia, serif;
	font-size: 0.88rem;
	font-weight: 600;
	color: #011F5B;
	text-decoration: none;
	border-bottom: 1px dotted #011F5B !important;
	transition: color 0.2s;
	white-space: nowrap;
	flex-shrink: 0;
}
.fp-blog-item__link:hover { color: #991B1F; border-bottom-color: #991B1F !important; }

/* Tablet & Mobile responsive styles */
@media (max-width: 1024px) {
	.fp-blog-list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
		width: 100%;
	}
}
@media (max-width: 768px) {
	.fp-blog-list {
		display: flex;
		flex-direction: column;
		gap: 16px;
		width: 100%;
	}
	.fp-blog-item {
		flex-direction: column;
		align-items: stretch;
		width: 100%;
		min-width: 0;
		box-sizing: border-box;
	}
	.fp-blog-item__img-wrap {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		max-width: 100%;
		aspect-ratio: 16 / 10;
		overflow: hidden;
		background: #F3F4F6;
	}
	.fp-blog-item__img {
		width: 100% !important;
		height: 100% !important;
		max-width: 100% !important;
		object-fit: contain !important;
		object-position: center center !important;
		display: block;
		flex-shrink: 0;
	}
	.fp-blog-item__body {
		padding: 14px 16px;
		justify-content: flex-start;
		min-width: 0;
		flex: 1;
		overflow: visible;
	}
	.fp-blog-item__title {
		font-size: 0.95rem;
		line-height: 1.35;
		margin-bottom: 8px;
	}
	.fp-blog-item__meta-line {
		font-size: 0.75rem;
		gap: 5px;
		margin-bottom: 6px;
		flex-wrap: wrap;
	}
	.fp-blog-item__footer {
		padding-top: 10px;
		margin-top: 6px;
		border-top: 1px solid #f0f0f0;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		gap: 8px;
		overflow: visible;
	}
	.fp-blog-item__author {
		font-size: 0.75rem;
		overflow: visible;
		text-overflow: unset;
		white-space: nowrap;
	}
	.fp-blog-item__link {
		font-size: 0.82rem;
		flex-shrink: 0;
	}
}


/* =====================================================================
   SECTION 7 — MEMBERSHIP  (Navy)
   ===================================================================== */
.fp-membership {
	background: #011F5B;
	padding: 80px 0;
	position: relative;
	overflow: hidden;
}
.fp-membership::before {
	content: '';
	position: absolute;
	top: 0; left: 0; right: 0;
	height: 3px;
	background: linear-gradient(90deg, #991B1F, #31BFF0);
}
.fp-membership__inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 64px;
	align-items: center;
}
.fp-membership__title {
	font-family: 'Libre Baskerville', Georgia, serif;
	font-size: 1.9rem;
	font-weight: 700;
	color: #ffffff;
	margin: 0 0 16px;
	line-height: 1.25;
}
.fp-membership__desc {
	font-family: 'EB Garamond', Georgia, serif;
	font-size: 1.08rem;
	color: rgba(255,255,255,0.75);
	line-height: 1.8;
	margin: 0 0 28px;
}
.fp-membership__features {
	list-style: none;
	padding: 0;
	margin: 0 0 34px;
	display: flex;
	flex-direction: column;
	gap: 11px;
}
.fp-membership__features li {
	font-family: 'EB Garamond', Georgia, serif;
	font-size: 1.02rem;
	color: rgba(255,255,255,0.83);
	display: flex;
	align-items: flex-start;
	gap: 10px;
}
.fp-membership__features li::before {
	content: '';
	width: 6px;
	height: 6px;
	background: #31BFF0;
	border-radius: 50%;
	margin-top: 9px;
	flex-shrink: 0;
}
.fp-membership__ctas { display: flex; gap: 12px; flex-wrap: wrap; }
.fp-membership__stats {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
}
.fp-membership__stat {
	background: rgba(255,255,255,0.06);
	border: 1px solid rgba(255,255,255,0.13);
	border-radius: 6px;
	padding: 24px 18px;
	text-align: center;
}
.fp-membership__stat-value {
	font-family: 'Libre Baskerville', Georgia, serif;
	font-size: 1.7rem;
	font-weight: 700;
	color: #31BFF0;
	display: block;
	margin-bottom: 5px;
}
.fp-membership__stat-label {
	font-family: 'EB Garamond', Georgia, serif;
	font-size: 0.82rem;
	color: rgba(255,255,255,0.58);
	text-transform: uppercase;
	letter-spacing: 0.07em;
}

/* =====================================================================
   SECTIONS 8A & 8B — BROWSE LEGAL ANALYSIS / EXPLORE JOURNAL RESEARCH
   ===================================================================== */
.fp-section-sub {
	font-family: 'EB Garamond', Georgia, serif;
	font-size: 1.06rem;
	color: #555555;
	margin: -28px 0 40px;
	line-height: 1.75;
}
.fp-disc-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}
@media (max-width: 1024px) {
	.fp-disc-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 14px;
	}
}
@media (max-width: 480px) {
	.fp-disc-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}
	.fp-disc-card {
		padding: 14px 12px 12px;
		box-sizing: border-box;
		width: 100%;
		min-width: 0;
		overflow: visible;
		height: auto;
	}
	.fp-disc-card__body {
		margin-bottom: 10px;
		min-width: 0;
		overflow: visible;
	}
	.fp-disc-card__name {
		font-size: clamp(0.66rem, 2.8vw, 0.82rem) !important;
		padding-left: 7px;
		margin-bottom: 5px;
		white-space: normal !important;
		overflow: visible !important;
		text-overflow: unset !important;
		display: block !important;
		line-height: 1.35;
		word-break: break-word;
	}
	.fp-disc-card__meta-line {
		font-size: 0.75rem !important;
		line-height: 1.4;
		white-space: normal;
	}
	.fp-disc-card__footer {
		padding-top: 10px;
		gap: 6px;
		flex-direction: column;
		align-items: center;
	}
	.fp-disc-card__link {
		font-size: 0.78rem;
		white-space: nowrap;
	}
}
/* Keep old alias in case anything references it */
.fp-disciplines-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px,1fr)); gap: 20px; }

.fp-disc-card {
	background: #ffffff;
	border: 1px solid #E5E7EB;
	border-radius: 6px;
	padding: 22px 20px 18px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: box-shadow 0.2s, border-color 0.2s, transform 0.2s;
	min-width: 0;
	overflow: hidden;
}
.fp-disc-card:hover {
	border-color: #011F5B;
	box-shadow: 0 4px 16px rgba(1,31,91,0.08);
	transform: translateY(-2px);
}
.fp-disc-card__body {
	margin-bottom: 16px;
	min-width: 0;
	overflow: visible;
}

.fp-disc-card__name {
	font-family: 'Libre Baskerville', Georgia, serif;
	font-size: 0.92rem;
	font-weight: 700;
	color: #011F5B;
	margin: 0 0 8px;
	line-height: 1.35;
	border-left: 3px solid #991B1F;
	padding-left: 10px;
	white-space: normal;
	overflow: visible;
	text-overflow: unset;
	display: block;
	word-break: break-word;
}
/* Journal keyword card — navy left rule */
.fp-disc-card__name--journal {
	border-left-color: #011F5B;
}
.fp-disc-card__desc {
	font-family: 'EB Garamond', Georgia, serif;
	font-size: 0.96rem;
	color: #444444;
	line-height: 1.72;
	margin: 0;
}
.fp-disc-card__footer {
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: 1px solid #E5E7EB;
	padding-top: 14px;
	margin-top: auto;
	gap: 12px;
	text-align: center;
}
.fp-disc-card__count {
	font-family: 'EB Garamond', Georgia, serif;
	font-size: 0.8rem;
	color: #666666;
	text-transform: uppercase;
	letter-spacing: 0.07em;
}
.fp-disc-card__link {
	font-family: 'EB Garamond', Georgia, serif;
	font-size: 0.9rem;
	font-weight: 600;
	color: #011F5B;
	text-decoration: none;
	border-bottom: 1px dotted #011F5B !important;
	background: transparent !important;
	white-space: nowrap;
	transition: color 0.2s;
	margin: 0 auto;
}
.fp-disc-card__link:hover {
	color: #991B1F;
	border-bottom-color: #991B1F !important;
}


/* =====================================================================
   SECTION 9 — EVENTS  (Pale Blue)
   ===================================================================== */
.fp-events-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 22px;
}
.fp-event-card {
	background: #ffffff;
	border: 1px solid #d0dcea;
	border-radius: 6px;
	overflow: hidden;
	display: flex;
	transition: box-shadow 0.2s;
}
.fp-event-card:hover { box-shadow: 0 4px 18px rgba(1,31,91,0.09); }
.fp-event-card__date-block {
	background: #011F5B;
	color: #ffffff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 18px 16px;
	min-width: 66px;
	flex-shrink: 0;
}
.fp-event-card__day {
	font-family: 'Libre Baskerville', Georgia, serif;
	font-size: 1.65rem;
	font-weight: 700;
	line-height: 1;
	display: block;
}
.fp-event-card__month {
	font-family: 'EB Garamond', Georgia, serif;
	font-size: 0.74rem;
	text-transform: uppercase;
	letter-spacing: 0.09em;
	color: rgba(255,255,255,0.65);
	margin-top: 4px;
	display: block;
}
.fp-event-card__body { padding: 16px 20px; }
.fp-event-card__type {
	font-family: 'EB Garamond', Georgia, serif;
	font-size: 0.7rem;
	letter-spacing: 0.13em;
	text-transform: uppercase;
	color: #991B1F;
	font-weight: 700;
	display: block;
	margin-bottom: 5px;
}
.fp-event-card__title {
	font-family: 'Libre Baskerville', Georgia, serif;
	font-size: 0.96rem;
	font-weight: 700;
	color: #011F5B;
	line-height: 1.35;
	margin: 0 0 7px;
}
.fp-event-card__meta {
	font-family: 'EB Garamond', Georgia, serif;
	font-size: 0.86rem;
	color: #666666;
}

/* =====================================================================
   SECTION 10 — FINAL CTA  (White)
   ===================================================================== */
.fp-final-cta {
	background: #ffffff;
	border-top: 3px solid #011F5B;
	padding: 90px 0;
	text-align: center;
}
.fp-final-cta__title {
	font-family: 'Libre Baskerville', Georgia, serif;
	font-size: clamp(1.7rem, 3.5vw, 2.5rem);
	font-weight: 700;
	color: #011F5B;
	margin: 0 0 14px;
	line-height: 1.25;
}
.fp-final-cta__rule {
	width: 52px;
	height: 3px;
	background: #991B1F;
	margin: 0 auto 28px;
	border: none;
}
.fp-final-cta__sub {
	font-family: 'EB Garamond', Georgia, serif;
	font-size: 1.12rem;
	color: #555555;
	margin: 0 auto 36px;
	max-width: 540px;
	line-height: 1.8;
}
.fp-final-cta__btns {
	display: flex;
	gap: 12px;
	justify-content: center;
	flex-wrap: wrap;
}

/* =====================================================================
   Responsive Design (Mobile & Tablet)
   ===================================================================== */
@media (max-width: 1024px) {
	.fp-stats__grid { grid-template-columns: repeat(4, 1fr); }
	.fp-membership__inner { grid-template-columns: 1fr; gap: 36px; }
}

@media (max-width: 768px) {
	.fp-section { padding: 50px 0; }
	.fp-hero { padding: 56px 0 44px; }
	.fp-hero__title { font-size: 2.1rem; }
	.fp-hero__tagline { font-size: 1rem; }
	.fp-hero__desc { font-size: 1.02rem; padding: 0 10px; }
	.fp-hero__ctas { flex-direction: column; align-items: stretch; gap: 10px; padding: 0 15px; }
	.fp-hero__ctas .fp-btn { text-align: center; width: 100%; }
	
	.fp-stats { padding: 32px 0; }
	.fp-stats__grid { grid-template-columns: repeat(2, 1fr); }
	.fp-stat { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.1); padding: 14px 8px; }
	.fp-stat:nth-child(odd) { border-right: 1px solid rgba(255,255,255,0.1); }
	.fp-stat:nth-last-child(-n+2) { border-bottom: none; }
	
	.fp-why__grid { grid-template-columns: 1fr; }
	.fp-why__card { border-right: none; border-bottom: 1px solid #E5E7EB; }
	.fp-why__card:last-child { border-bottom: none; }
	
	.fp-section-header { flex-direction: column; align-items: flex-start; gap: 10px; margin-bottom: 30px; }
	.fp-view-all { margin-top: 4px; }
	
	.fp-events-grid { grid-template-columns: 1fr; }
	.fp-issue-grid { grid-template-columns: 1fr; }
	
	.fp-membership { padding: 56px 0; }
	.fp-membership__features { grid-template-columns: 1fr; gap: 8px; }
	.fp-membership__ctas { flex-direction: column; gap: 10px; }
	.fp-membership__ctas .fp-btn { text-align: center; width: 100%; }
	
	.fp-final-cta { padding: 56px 0; }
	.fp-final-cta__btns { flex-direction: column; gap: 10px; padding: 0 15px; }
	.fp-final-cta__btns .fp-btn { text-align: center; width: 100%; }
}

@media (max-width: 480px) {
	.fp-container { padding: 0 18px; }
	.fp-hero__title { font-size: 1.8rem; }
	.fp-stats__grid { grid-template-columns: repeat(2, 1fr); }
	.fp-stat__value { font-size: 1.35rem; }
	.fp-membership__stats { grid-template-columns: 1fr 1fr; }
}

/* Inline-style consolidations (moved from front-page.php) */
.fp-stat__value--issn {
	font-size: 1.1rem;
	letter-spacing: -0.01em;
}

.fp-section--bordered {
	border-top: 1px solid #E5E7EB;
}

.fp-section--pale {
	border-top: 1px solid #d0dcea;
}

.fp-volume__title a,
.fp-issue-card__number a,
.fp-issue-card__title a,
.fp-event-card__title a {
	color: #011F5B;
	text-decoration: none;
	border-bottom: none;
	background: transparent;
}

.fp-disc-card__meta-line {
	font-family: 'EB Garamond', Georgia, serif;
	font-size: 0.95rem;
	color: #555555;
	margin-top: 8px;
}

.fp-disc-card--empty {
	grid-column: 1 / -1;
	text-align: center;
	padding: 2.5rem 1.5rem;
}

.fp-disc-card__empty-text {
	margin: 0;
	font-family: 'EB Garamond', Georgia, serif;
	font-size: 1.15rem;
	color: #334155;
}

.fp-no-results-card {
	background: #ffffff;
	border: 1px solid #d0dcea;
	border-left: 4px solid #011F5B;
	padding: 24px 28px;
	border-radius: 6px;
	text-align: left;
	margin: 20px 0;
}

.fp-no-results-card h3 {
	font-family: 'Libre Baskerville', Georgia, serif;
	font-size: 1.15rem;
	color: #011F5B;
	margin: 0 0 6px;
	font-weight: 700;
}

.fp-no-results-card p {
	font-family: 'EB Garamond', Georgia, serif;
	font-size: 1rem;
	color: #444444;
	margin: 0;
	line-height: 1.6;
}

/* =====================================================================
   EXPLORE LEGAL RESEARCH PAGE (page-explore-research.php)
   ===================================================================== */
.explore-section { padding: 3.5rem 0; }
.explore-section--white { background: #ffffff; border-top: 1px solid #E5E7EB; }
.explore-section--pale { background: #F6F9FC; border-top: 1px solid #d0dcea; }
.explore-section__head {
	display: flex; align-items: flex-end; justify-content: space-between;
	gap: 16px; margin-bottom: 28px; padding-bottom: 14px; border-bottom: 2px solid #011F5B;
}
.explore-section__title { font-family: 'EB Garamond', Georgia, serif; font-size: 1.7rem; font-weight: 700; color: #011F5B; margin: 2px 0 0; }
.explore-view-all { font-family: 'Source Sans 3', Arial, sans-serif; font-size: 0.85rem; font-weight: 600; color: #011F5B; text-decoration: none; white-space: nowrap; border-bottom: none; }
.explore-view-all:hover { color: #991B1F; border-bottom: none; }
.explore-meta-link { color: #011F5B; text-decoration: none; border-bottom: 1px solid transparent; transition: color 0.15s ease, border-color 0.15s ease; }
.explore-meta-link:hover { color: #991B1F; border-bottom-color: #991B1F; background-color: transparent !important; }
.explore-meta-link--disabled { color: #999999; }

.explore-hero { padding: 3.5rem 0 3rem; text-align: center; border-bottom: 1px solid #E5E7EB; background: #ffffff; }
.explore-hero__title { font-family: 'EB Garamond', Georgia, serif; font-size: 2.3rem; font-weight: 700; color: #011F5B; margin: 0 0 10px; }
.explore-hero__sub { font-family: 'EB Garamond', Georgia, serif; font-size: 1.05rem; color: #555555; margin: 0 0 24px; }

.explore-search__form {
	display: flex; gap: 10px; max-width: 640px; margin: 0 auto;
}
.explore-search__input {
	flex: 1; padding: 13px 18px; border: 1px solid #CBD5E1; border-radius: 6px;
	font-family: 'Source Sans 3', Arial, sans-serif; font-size: 1rem; color: #1E293B; background: #ffffff;
}
.explore-search__input:focus { outline: none; border-color: #011F5B; box-shadow: 0 0 0 3px rgba(1, 31, 91, 0.12); }
.explore-search__btn {
	padding: 13px 26px; border: none; border-radius: 6px; cursor: pointer;
	background: #011F5B; color: #ffffff; font-family: 'Source Sans 3', Arial, sans-serif; font-size: 1rem; font-weight: 600;
}
.explore-search__btn:hover { background: #991B1F; }
.explore-hint { font-family: 'Source Sans 3', Arial, sans-serif; font-size: 0.82rem; color: #777777; margin: 14px 0 0; }

.explore-areas-grid {
	display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
}
.explore-chip-grid { display: flex; flex-wrap: wrap; gap: 10px; }
.explore-chip {
	display: inline-flex; align-items: center; gap: 8px; padding: 8px 15px;
	border: 1px solid #CBD5E1; border-radius: 999px; background: #ffffff;
	font-family: 'Source Sans 3', Arial, sans-serif; font-size: 0.88rem; font-weight: 600; color: #1E293B;
	text-decoration: none; transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.explore-chip:hover {
	background: #011F5B !important; border-color: #011F5B; color: #ffffff;
}
.explore-chip:focus-visible { outline: 2px solid #011F5B; outline-offset: 2px; }
.explore-chip:active { background: #011F5B !important; border-color: #011F5B; color: #ffffff; }
.explore-chip__count {
	font-size: 0.75rem; font-weight: 700; padding: 2px 8px; border-radius: 999px;
	background: #EEF2F7; color: #011F5B;
}
.explore-chip:hover .explore-chip__count, .explore-chip:active .explore-chip__count { background: rgba(255, 255, 255, 0.18); color: #ffffff; }

.explore-authors-grid {
	display: grid; grid-template-columns: repeat(3, 1fr); gap: 0;
	border-top: 1px solid #E5E7EB;
}
.explore-author {
	display: flex; align-items: center; gap: 14px; padding: 16px 10px;
	border-bottom: 1px solid #E5E7EB; text-decoration: none; transition: background 0.15s ease;
}
.explore-author:hover { background: #F6F9FC !important; }
.explore-author:not(:nth-child(3n)) { border-right: 1px solid #E5E7EB; }
.explore-rank {
	width: 28px; height: 28px; border-radius: 50%; flex-shrink: 0;
	display: flex; align-items: center; justify-content: center;
	background: #EEF2F7; color: #011F5B;
	font-family: 'Source Sans 3', Arial, sans-serif; font-size: 0.82rem; font-weight: 700;
}
.explore-rank--1 { background: #C9A227; color: #ffffff; }
.explore-rank--2 { background: #9CA3AF; color: #ffffff; }
.explore-rank--3 { background: #A97142; color: #ffffff; }
.explore-author__avatar { border-radius: 50%; overflow: hidden; flex-shrink: 0; }
.explore-author__avatar img { display: block; }
.explore-author__name {
	display: block; font-family: 'EB Garamond', Georgia, serif; font-size: 1.05rem; font-weight: 700; color: #011F5B;
}
.explore-author:hover .explore-author__name { color: #991B1F; }
.explore-author__count { display: block; font-family: 'Source Sans 3', Arial, sans-serif; font-size: 0.8rem; color: #555555; margin-top: 2px; }

.explore-split { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: start; }
.explore-col__title {
	font-family: 'EB Garamond', Georgia, serif; font-size: 1.25rem; font-weight: 700; color: #011F5B;
	margin: 0 0 18px; padding-bottom: 8px; border-bottom: 1px solid #d0dcea;
}
.explore-col__title--spaced { margin-top: 2.5rem; }
.explore-col .card-grid { grid-template-columns: 1fr; }
.explore-col .fp-blog-list { display: block; }

.fp-disc-card__meta-line--small {
	font-family: 'Source Sans 3', Arial, sans-serif;
	font-size: 0.78rem;
	color: #777777;
	margin-top: 4px;
}

@media (max-width: 1024px) {
	.explore-areas-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
	.explore-section { padding: 2.5rem 0; }
	.explore-split { grid-template-columns: 1fr; gap: 32px; }
	.explore-authors-grid { grid-template-columns: 1fr; }
	.explore-author { border-right: none; }
	.explore-hero { padding: 2.5rem 0 2.25rem; }
}
@media (max-width: 560px) {
	.explore-search__form { flex-direction: column; }
	.explore-search__btn { width: 100%; }
}
