/* LBBC Campus Pro 15.0 — layout corrections requested after live review. */

/* Full-width mega menu anchored to the complete header, never to one trigger. */
.lbbc-eheader__main { overflow: visible; }
.lbbc-eheader__main-inner,
.lbbc-eheader__nav { position: static; }
.lbbc-eheader .lbbc-eheader__mega-panel {
	top: 100% !important;
	right: 0 !important;
	left: 0 !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 34px 0 38px !important;
	border-right: 0;
	border-bottom: 1px solid #dfe2e9;
	border-left: 0;
	border-radius: 0 !important;
	box-sizing: border-box;
	transform: none !important;
}
.lbbc-eheader .lbbc-eheader__mega-grid {
	width: min(100% - 64px,1480px) !important;
	max-width: 1480px !important;
	margin-inline: auto;
	box-sizing: border-box;
}
.lbbc-eheader__mega-column { min-width: 0; }
.lbbc-eheader__mega-column a { overflow-wrap: anywhere; }
.lbbc-eheader__mega-feature { min-width: 0; }

/* Academic Schools: balanced editorial block with deliberate whitespace. */
body .lbbc-visual--schools {
	padding: clamp(48px,5.5vw,78px) 0 !important;
	background: #f2f3f6;
}
body .lbbc-visual--schools > .lbbc-visual__inner {
	width: min(100% - 64px,1480px) !important;
	max-width: 1480px !important;
	margin-inline: auto;
}
.lbbc-visual__schools-grid {
	grid-template-columns: minmax(0,1.04fr) minmax(0,.96fr);
	min-height: 560px;
	background: #fff;
	box-shadow: 0 14px 36px rgba(2,11,72,.07);
}
.lbbc-visual__schools-image { min-height: 560px; overflow: hidden; }
.lbbc-visual__schools-image img { transition: transform .7s ease; }
.lbbc-visual__schools-grid:hover .lbbc-visual__schools-image img { transform: scale(1.018); }
.lbbc-visual__schools-copy { padding: clamp(45px,5vw,78px); background: #fff; }
.lbbc-visual__schools-copy h2 { max-width: 560px; margin-bottom: 18px; font-size: clamp(2.55rem,4vw,4.3rem); line-height: .98; }
.lbbc-visual__schools-copy > p { max-width: 570px; margin-bottom: 0; font-size: .83rem; line-height: 1.7; }
.lbbc-visual__school-list { margin-top: 30px; }
.lbbc-visual__school-list a {
	display: grid;
	grid-template-columns: 38px minmax(0,1fr) auto;
	align-items: center;
	gap: 13px;
	min-height: 53px;
	padding: 11px 0;
	transition: color .22s ease,padding .22s ease;
}
.lbbc-visual__school-list a:hover { padding-left: 6px; color: #8c0101; }
.lbbc-visual__school-number { color: #8c0101; font-family: Georgia,"Times New Roman",serif; font-size: .86rem; }
.lbbc-visual__school-name { font-size: .78rem; font-weight: 780; }
.lbbc-visual__school-list small { font-size: .56rem; font-weight: 800; letter-spacing: .06em; }

/* Two visible cards guarantee real autoplay on existing three-story pages. */
.lbbc-visual__story-card { flex-basis: calc((100% - 18px)/2); }
.lbbc-visual__stories-track { padding-inline: 0; }
.lbbc-visual__stories-carousel .lbbc-carousel__footer { min-height: 40px; }

/* Restore the fuller institutional footer used in the earlier theme. */
.lbbc-efooter { padding: 62px 0 24px; border-top-width: 4px; }
.lbbc-efooter__grid {
	grid-template-columns: minmax(225px,1.35fr) repeat(5,minmax(120px,.82fr));
	gap: clamp(24px,3vw,48px);
}
.lbbc-efooter__logo {
	display: inline-flex;
	max-width: 238px;
	align-items: center;
	padding: 11px 14px;
	border-left: 4px solid #8c0101;
	background: #fff;
}
.lbbc-efooter__identity .lbbc-efooter__logo img {
	display: block;
	width: 100%;
	max-height: 58px;
	object-fit: contain;
	filter: none;
}
.lbbc-efooter__brand-text { max-width: 310px; margin: 22px 0 18px !important; color: rgba(255,255,255,.82) !important; line-height: 1.65; }
.lbbc-efooter__identity p:not(.lbbc-efooter__brand-text) { margin-top: 15px; color: rgba(255,255,255,.68); line-height: 1.6; }
.lbbc-efooter h3 { margin-bottom: 18px; padding-bottom: 13px; border-bottom: 1px solid rgba(255,255,255,.2); }
.lbbc-efooter__column a { position: relative; margin-bottom: 9px; transition: color .2s ease,transform .2s ease; }
.lbbc-efooter__column a:hover { color: #fff; transform: translateX(3px); }
.lbbc-efooter__bottom { margin-top: 48px; }

@media (max-width: 1240px) {
	.lbbc-efooter__grid { grid-template-columns: 1.3fr repeat(3,1fr); }
	.lbbc-efooter__identity { grid-row: span 2; }
}

@media (max-width: 1100px) {
	.lbbc-eheader .lbbc-eheader__mega-panel {
		position: static;
		width: 100% !important;
		padding: 20px 0 !important;
		border-top: 0;
		box-shadow: none;
	}
	.lbbc-eheader .lbbc-eheader__mega-grid { width: 100% !important; }
	.lbbc-visual__schools-grid { min-height: 500px; }
	.lbbc-visual__schools-image { min-height: 500px; }
}

@media (max-width: 760px) {
	body .lbbc-visual--schools { padding: 34px 0 !important; }
	body .lbbc-visual--schools > .lbbc-visual__inner { width: min(100% - 34px,1480px) !important; }
	.lbbc-visual__schools-grid { grid-template-columns: 1fr; min-height: 0; }
	.lbbc-visual__schools-image { min-height: 330px; }
	.lbbc-visual__schools-copy { padding: 38px 24px 42px; }
	.lbbc-visual__schools-copy h2 { font-size: clamp(2.25rem,12vw,3.35rem); }
	.lbbc-visual__story-card { flex-basis: 86%; }
	.lbbc-efooter__grid { grid-template-columns: 1fr 1fr; }
	.lbbc-efooter__identity { grid-column: 1/-1; grid-row: auto; }
}

@media (prefers-reduced-motion: reduce) {
	.lbbc-visual__schools-image img,
	.lbbc-visual__school-list a,
	.lbbc-efooter__column a { transition: none !important; transform: none !important; }
}
