/* Big Picture 360 Insights hub — photography-experts blog home only */

.bp360-insights-hub .container-images {
	display: none;
}

.bp360-insights-hub #secondary {
	display: none !important;
}

.bp360-insights-hub #primary,
.bp360-insights-hub .bp360-hub-primary {
	width: 100% !important;
	float: none !important;
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 1.25rem 3rem;
}

.bp360-hub {
	color: #04134e;
}

.bp360-hub-kicker {
	margin: 0 0 0.5rem;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #3a4a7a;
}

.bp360-hub-hero {
	padding: 2.5rem 0 2rem;
	border-bottom: 1px solid rgba(4, 19, 78, 0.12);
	margin-bottom: 2.5rem;
	background:
		linear-gradient(180deg, rgba(4, 19, 78, 0.04) 0%, rgba(255, 255, 255, 0) 100%);
}

.bp360-hub-hero__title {
	margin: 0 0 0.75rem;
	font-size: clamp(1.75rem, 3vw, 2.35rem);
	line-height: 1.2;
	font-weight: 700;
	color: #04134e;
}

.bp360-hub-hero__lead {
	margin: 0 0 1.5rem;
	max-width: 42rem;
	font-size: 1.05rem;
	line-height: 1.55;
	color: #243056;
}

.bp360-hub-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.bp360-hub-btn {
	display: inline-block;
	padding: 0.7rem 1.15rem;
	border: 1px solid #04134e;
	text-decoration: none !important;
	font-weight: 600;
	font-size: 0.95rem;
	line-height: 1.2;
	transition: background 0.2s ease, color 0.2s ease;
}

.bp360-hub-btn--primary {
	background: #04134e;
	color: #fff !important;
}

.bp360-hub-btn--primary:hover {
	background: #0a226e;
	color: #fff !important;
}

.bp360-hub-btn--ghost {
	background: transparent;
	color: #04134e !important;
}

.bp360-hub-btn--ghost:hover {
	background: rgba(4, 19, 78, 0.06);
}

.bp360-hub-section {
	margin: 0 0 2.75rem;
}

.bp360-hub-section__head {
	margin-bottom: 1.25rem;
}

.bp360-hub-section__head h2 {
	margin: 0 0 0.35rem;
	font-size: 1.45rem;
	color: #04134e;
}

.bp360-hub-section__head p {
	margin: 0;
	color: #44517a;
	max-width: 40rem;
}

.bp360-hub-section__more {
	margin: 1rem 0 0;
}

.bp360-hub-section__more a {
	font-weight: 600;
	color: #04134e;
}

.bp360-hub-featured__card {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
	gap: 1.5rem;
	align-items: center;
	border: 1px solid rgba(4, 19, 78, 0.12);
	padding: 1rem;
	background: #f7f8fb;
}

.bp360-hub-featured__media img {
	display: block;
	width: 100%;
	height: auto;
}

.bp360-hub-featured__body h3 {
	margin: 0.25rem 0 0.75rem;
	font-size: 1.35rem;
	line-height: 1.3;
}

.bp360-hub-featured__body h3 a {
	color: #04134e;
	text-decoration: none;
}

.bp360-hub-featured__body p {
	margin: 0 0 1rem;
	color: #243056;
	line-height: 1.5;
}

.bp360-hub-topics {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 0.75rem;
}

.bp360-hub-topics a {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	padding: 1rem 1.1rem;
	border: 1px solid rgba(4, 19, 78, 0.14);
	text-decoration: none;
	color: #04134e;
	background: #fff;
	min-height: 100%;
	transition: border-color 0.2s ease, background 0.2s ease;
}

.bp360-hub-topics a:hover {
	border-color: #04134e;
	background: #f7f8fb;
}

.bp360-hub-topics__name {
	font-weight: 700;
	font-size: 1rem;
}

.bp360-hub-topics__count {
	font-size: 0.85rem;
	color: #5a678f;
}

.bp360-hub-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 1.25rem;
}

.bp360-hub-card {
	border: 1px solid rgba(4, 19, 78, 0.12);
	background: #fff;
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

.bp360-hub-card__media {
	display: block;
	overflow: hidden;
	background: #e8ebf3;
	aspect-ratio: 16 / 10;
}

.bp360-hub-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.bp360-hub-card__placeholder {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 140px;
	background: linear-gradient(135deg, #d9deea, #f2f4f8);
}

.bp360-hub-card__body {
	padding: 1rem 1.1rem 1.15rem;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.bp360-hub-card__title {
	margin: 0 0 0.5rem;
	font-size: 1.05rem;
	line-height: 1.35;
}

.bp360-hub-card__title a {
	color: #04134e;
	text-decoration: none;
}

.bp360-hub-card__excerpt {
	margin: 0 0 0.85rem;
	color: #44517a;
	font-size: 0.92rem;
	line-height: 1.45;
	flex: 1;
}

.bp360-hub-card__more {
	font-weight: 600;
	font-size: 0.9rem;
	color: #04134e;
	text-decoration: none;
}

.bp360-hub-links {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	gap: 0.65rem 1rem;
}

.bp360-hub-links a {
	display: block;
	padding: 0.85rem 1rem;
	border: 1px solid rgba(4, 19, 78, 0.14);
	color: #04134e;
	text-decoration: none;
	font-weight: 600;
	background: #fff;
}

.bp360-hub-links a:hover {
	background: #f7f8fb;
	border-color: #04134e;
}

.bp360-hub-empty,
.bp360-hub-empty-panel {
	color: #44517a;
}

.bp360-hub-empty-panel {
	padding: 1.25rem 1.35rem;
	border: 1px dashed rgba(4, 19, 78, 0.25);
	background: #fafbfc;
}

.bp360-hub-empty-panel p {
	margin: 0 0 1rem;
	max-width: 40rem;
}

.bp360-hub-cta {
	padding: 2rem 1.5rem;
	margin-top: 1rem;
	text-align: center;
	background: #04134e;
	color: #fff;
}

.bp360-hub-cta h2 {
	margin: 0 0 0.5rem;
	color: #fff;
	font-size: 1.5rem;
}

.bp360-hub-cta p {
	margin: 0 auto 1.25rem;
	max-width: 36rem;
	color: rgba(255, 255, 255, 0.88);
}

.bp360-hub-cta .bp360-hub-btn--primary {
	background: #fff;
	color: #04134e !important;
	border-color: #fff;
}

.bp360-hub-cta .bp360-hub-btn--ghost {
	color: #fff !important;
	border-color: rgba(255, 255, 255, 0.55);
}

.bp360-hub-cta .bp360-hub-btn--ghost:hover {
	background: rgba(255, 255, 255, 0.1);
}

.bp360-hub-hero__actions {
	justify-content: center;
}

.bp360-hub-hero .bp360-hub-hero__actions {
	justify-content: flex-start;
}

@media (max-width: 800px) {
	.bp360-hub-featured__card {
		grid-template-columns: 1fr;
	}

	.bp360-insights-hub #primary,
	.bp360-insights-hub .bp360-hub-primary {
		padding: 0 1rem 2.5rem;
	}
}
