/*
 * LBBC World Class 8.0
 * Editorial institutional design layer.
 * Solid colour, photography, typography and information hierarchy replace
 * decorative icon-led UI. This file intentionally loads after earlier layers.
 */

:root {
	--lbbc-navy: #071d3b;
	--lbbc-navy-soft: #10294f;
	--lbbc-maroon: #8a0d32;
	--lbbc-maroon-dark: #690824;
	--lbbc-ink: #182033;
	--lbbc-muted: #5f6878;
	--lbbc-light: #f6f7f9;
	--lbbc-line: #dce1e8;
	--lbbc-white: #fff;
	--lbbc-header-max: 1380px;
	--lbbc-content-max: 1180px;
	--lbbc-radius: 2px;
	--lbbc-shadow: 0 16px 40px rgba(7, 29, 59, .08);
}

html,
body {
	overflow-x: clip;
}

body {
	color: var(--lbbc-ink);
	font-family: Inter, "Helvetica Neue", Arial, sans-serif;
	font-size: 15px;
	line-height: 1.7;
}

h1,
h2,
h3,
h4,
.lbbc-wordmark__name strong,
.lbbc-wordmark__name b {
	color: var(--lbbc-navy);
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 700;
	letter-spacing: -.018em;
}

h1 { font-size: clamp(2.35rem, 4.1vw, 4.65rem); line-height: 1.02; }
h2 { font-size: clamp(1.8rem, 2.7vw, 3rem); line-height: 1.12; }
h3 { font-size: clamp(1.1rem, 1.35vw, 1.4rem); line-height: 1.28; }

.lbbc-container {
	width: min(var(--lbbc-content-max), calc(100% - 48px));
	margin-inline: auto;
}

.section { padding-block: clamp(68px, 7vw, 104px); }
.section--light { background: var(--lbbc-light) !important; }
.section--white { background: var(--lbbc-white) !important; }

.eyebrow,
.hero-eyebrow {
	margin: 0 0 14px;
	color: var(--lbbc-maroon);
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .13em;
	line-height: 1.4;
	text-transform: uppercase;
}

.section-heading { margin-bottom: 38px; }
.section-heading h2 { max-width: 760px; margin-bottom: 14px; }
.section-heading p { max-width: 680px; color: var(--lbbc-muted); font-size: .98rem; }
.section-heading--center h2,
.section-heading--center p { margin-inline: auto; }

.button {
	min-height: 46px;
	border: 1px solid transparent;
	border-radius: 0;
	box-shadow: none;
	font-size: .76rem;
	font-weight: 800;
	letter-spacing: .055em;
	text-transform: uppercase;
}

.button--primary { background: var(--lbbc-maroon) !important; color: #fff !important; }
.button--primary:hover { background: var(--lbbc-maroon-dark) !important; }
.button--secondary { border-color: var(--lbbc-navy) !important; background: transparent !important; color: var(--lbbc-navy) !important; }
.button--secondary:hover { background: var(--lbbc-navy) !important; color: #fff !important; }
.text-link { color: var(--lbbc-maroon); font-size: .78rem; font-weight: 800; letter-spacing: .045em; text-transform: uppercase; }

/* Utility and primary header */
.utility-bar {
	border: 0;
	background: #04152e;
	color: rgba(255, 255, 255, .82);
}

.utility-bar .lbbc-container,
.site-header .lbbc-container { width: min(var(--lbbc-header-max), calc(100% - 48px)); }

.utility-bar__inner { min-height: 35px; }
.utility-menu,
.utility-bar__contact,
.utility-social { gap: 20px; }
.utility-menu a,
.utility-bar__contact a,
.utility-social a {
	color: rgba(255, 255, 255, .78);
	font-size: .68rem;
	font-weight: 600;
	letter-spacing: .025em;
}
.utility-menu a:hover,
.utility-bar__contact a:hover,
.utility-social a:hover { color: #fff; }
.utility-social a { text-transform: capitalize; }

.site-header {
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	background: var(--lbbc-navy);
	box-shadow: none;
}

.site-header__inner {
	display: grid;
	grid-template-columns: 292px minmax(0, 1fr) auto;
	gap: clamp(18px, 2vw, 34px);
	min-height: 82px;
	align-items: center;
}

.site-branding { min-width: 0; }
.lbbc-wordmark { color: #fff; }
.lbbc-wordmark__crest {
	width: 48px;
	height: 48px;
	border-color: rgba(255, 255, 255, .55);
	background: transparent;
	color: #fff;
	font-size: 1rem;
}
.lbbc-wordmark__name strong,
.lbbc-wordmark__name b { color: #fff; font-size: .95rem; line-height: .95; }
.lbbc-wordmark__name small { margin-top: 6px; color: rgba(255, 255, 255, .62); font-size: .48rem; letter-spacing: .2em; }
.custom-logo { max-height: 58px; width: auto; }

.primary-navigation { min-width: 0; }
.primary-menu {
	display: flex;
	gap: clamp(11px, 1.2vw, 21px);
	justify-content: flex-end;
	align-items: center;
}
.primary-menu > li > a,
.mega-menu-trigger {
	padding: 31px 0;
	color: rgba(255, 255, 255, .94) !important;
	font-size: clamp(.66rem, .64vw, .76rem);
	font-weight: 700;
	letter-spacing: .005em;
	white-space: nowrap;
}
.primary-menu > li > a::after,
.mega-menu-trigger::after { display: none !important; }
.primary-menu > li > a:hover,
.mega-menu-trigger:hover,
.mega-menu-trigger[aria-expanded="true"] { color: #fff !important; }
.menu-caret { margin-left: 5px; color: rgba(255, 255, 255, .65); font-family: Arial, sans-serif; font-size: .85rem; }
.mega-menu-trigger[aria-expanded="true"] .menu-caret { transform: rotate(45deg); }

.header-actions { gap: 8px; }
.site-search-toggle {
	width: auto;
	height: 44px;
	padding: 0 10px;
	border: 0;
	background: transparent;
	color: rgba(255, 255, 255, .9);
	font-size: .7rem;
	font-weight: 700;
}
.header-apply { min-height: 44px; padding-inline: 18px; }

.mega-menu-panel {
	top: calc(100% - 1px);
	border-top: 3px solid var(--lbbc-maroon);
	background: #fff;
	box-shadow: 0 22px 45px rgba(7, 29, 59, .16);
}
.mega-menu-grid { gap: 38px; padding: 36px; }
.mega-menu-column h3 { padding-bottom: 12px; border-bottom: 1px solid var(--lbbc-line); color: var(--lbbc-navy); font-family: Inter, sans-serif; font-size: .7rem; letter-spacing: .11em; text-transform: uppercase; }
.mega-menu-column a { padding: 7px 0; color: #354052; font-size: .78rem; }
.mega-menu-column a:hover { color: var(--lbbc-maroon); }
.mega-menu-benefits p { position: relative; margin: 0; padding: 8px 0 8px 16px; color: var(--lbbc-muted); font-size: .78rem; }
.mega-menu-benefits p::before { position: absolute; top: 11px; left: 0; width: 4px; height: 4px; background: var(--lbbc-maroon); content: ""; }

/* Width-safe homepage hero */
.hero-section {
	min-height: 0;
	background: var(--lbbc-navy) !important;
	overflow: hidden;
}

.hero-section .hero-section__inner--three-column {
	box-sizing: border-box;
	display: grid;
	grid-template-columns: minmax(390px, 550px) minmax(0, 1fr) 250px;
	width: 100%;
	max-width: none;
	height: 560px;
	min-height: 560px;
	margin: 0;
	padding: 0 0 0 max(24px, calc((100vw - var(--lbbc-header-max)) / 2));
}

.hero-copy,
.hero-media,
.hero-stats {
	box-sizing: border-box;
	height: 560px;
	min-height: 0;
}

.hero-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 42px clamp(38px, 4vw, 68px) 42px 0;
	background: var(--lbbc-navy) !important;
}
.hero-copy::after { display: none !important; }
.hero-copy h1 { max-width: 560px; margin: 0 0 22px; color: #fff; font-size: clamp(2.5rem, 3.2vw, 4.2rem); line-height: .99; }
.hero-copy > p:not(.hero-eyebrow) { max-width: 550px; margin: 0 0 28px; color: rgba(255, 255, 255, .77); font-size: .98rem; line-height: 1.65; }
.hero-eyebrow { color: #fff; }
.hero-actions { gap: 10px; }
.hero-actions .button { padding-inline: 18px; }
.hero-advisor-link { color: #fff; font-size: .73rem; font-weight: 700; }

/* Never make essential hero content depend on JavaScript. */
.js.motion-enabled .hero-copy h1,
.js.motion-enabled .hero-copy > p,
.js.motion-enabled .hero-actions {
	opacity: 1 !important;
	transform: none !important;
	animation: none !important;
}

.hero-media { position: relative; overflow: hidden; background: #cbd2db; }
.hero-media::before,
.hero-media::after { display: none !important; }
.hero-image { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: none; }

.hero-stats {
	display: grid;
	grid-template-rows: repeat(4, 1fr) auto;
	align-content: stretch;
	padding: 12px 26px 0;
	border: 0;
	background: var(--lbbc-navy-soft) !important;
}
.hero-stat {
	display: flex;
	align-items: center;
	padding: 14px 0;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, .15);
}
.hero-stat__copy { display: flex; flex-direction: column-reverse; gap: 4px; }
.hero-stat small { color: rgba(255, 255, 255, .64); font-size: .6rem; font-weight: 800; letter-spacing: .09em; line-height: 1.35; text-transform: uppercase; }
.hero-stat strong { color: #fff; font-family: Georgia, serif; font-size: 1.85rem; line-height: 1; }
.hero-stats__link { margin-inline: -26px; padding: 17px 26px; background: var(--lbbc-maroon); color: #fff; font-size: .69rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }

/* Programme finder */
.programme-search-wrap { position: relative; z-index: 3; width: 100%; margin: 0; padding: 28px 0; border: 0; background: #fff !important; box-shadow: none; }
.programme-search-wrap > .lbbc-container { width: min(var(--lbbc-content-max), calc(100% - 48px)); }
.programme-search-panel { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)) auto; gap: 12px; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.programme-filter-field label { color: var(--lbbc-navy); font-size: .62rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.programme-search-panel select,
.programme-search-panel input { height: 48px; border: 1px solid var(--lbbc-line); border-radius: 0; background: #fff; color: var(--lbbc-ink); font-size: .8rem; }
.programme-search-submit { height: 48px; border-radius: 0; }

/* Cards and content — quiet editorial treatment */
.programme-card,
.news-card,
.event-card,
.value-card,
.benefit-item,
.pathway-card,
.staff-card,
.admissions-help-card,
.international-support-card,
.contact-info-card,
.scholarship-card {
	border: 1px solid var(--lbbc-line) !important;
	border-radius: var(--lbbc-radius) !important;
	background: #fff !important;
	box-shadow: none !important;
}
.programme-card:hover,
.news-card:hover,
.event-card:hover,
.pathway-card:hover { border-color: #aeb8c5 !important; transform: translateY(-3px); box-shadow: var(--lbbc-shadow) !important; }
.programme-card__image,
.news-card__image { border-radius: 0 !important; }
.programme-card__body { padding: 24px; }
.programme-card__body h3 { font-size: 1.27rem; }
.programme-facts { display: grid; gap: 0; margin-block: 20px; border-top: 1px solid var(--lbbc-line); }
.programme-facts li { display: grid; grid-template-columns: 82px 1fr; gap: 12px; padding: 9px 0; border-bottom: 1px solid var(--lbbc-line); color: var(--lbbc-ink); font-size: .77rem; }
.programme-facts small { color: var(--lbbc-muted); font-size: .61rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }

.benefits-grid,
.pathway-grid { gap: 0; border-top: 1px solid var(--lbbc-line); border-left: 1px solid var(--lbbc-line); }
.benefit-item,
.pathway-card { min-height: 220px; padding: 34px !important; border-width: 0 1px 1px 0 !important; }
.benefit-item::before,
.pathway-card::before { display: block; width: 34px; height: 3px; margin-bottom: 24px; background: var(--lbbc-maroon); content: ""; }
.benefit-item h3,
.pathway-card h3 { max-width: 280px; margin-bottom: 12px; }
.benefit-item p,
.pathway-card p { color: var(--lbbc-muted); font-size: .88rem; }

.trust-section { padding-block: 36px 74px; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border: 1px solid var(--lbbc-line); }
.trust-item { min-height: 86px; padding: 20px 24px; border-right: 1px solid var(--lbbc-line); color: var(--lbbc-navy); font-size: .73rem; font-weight: 800; letter-spacing: .025em; }
.trust-item:last-child { border-right: 0; }

.progression-step { padding: 28px 22px; border-top: 3px solid var(--lbbc-navy); background: #fff; }
.progression-step__number { margin-bottom: 22px; color: var(--lbbc-maroon); font-family: Georgia, serif; font-size: 2.2rem; }

/* Inner-page hero and breadcrumb */
.inner-page-hero {
	position: relative;
	display: flex;
	min-height: 400px;
	align-items: flex-end;
	background-color: var(--lbbc-navy);
	background-image: var(--inner-hero-image);
	background-position: center;
	background-size: cover;
	overflow: hidden;
}
.inner-page-hero::before { position: absolute; inset: 0; z-index: 0; display: block; background: rgba(7, 29, 59, .78); content: ""; }
.inner-page-hero::after { display: none !important; }
.inner-page-hero__inner { position: relative; z-index: 1; padding-block: 84px 62px; }
.inner-page-hero .eyebrow { color: rgba(255, 255, 255, .75); }
.inner-page-hero h1 { max-width: 850px; margin: 0; color: #fff; font-size: clamp(2.5rem, 5.3vw, 4.8rem); }
.inner-page-hero__text { max-width: 690px; margin: 20px 0 0; color: rgba(255, 255, 255, .8); font-size: 1rem; }
.inner-breadcrumb-bar { border-bottom: 1px solid var(--lbbc-line); background: #fff; }
.inner-breadcrumb-bar .breadcrumbs { min-height: 48px; margin: 0; color: var(--lbbc-muted); font-size: .7rem; }

.prose-content { max-width: 760px; color: #374152; font-size: 1rem; }
.prose-content > * + * { margin-top: 1.15em; }
.prose-content h2 { margin-top: 1.45em; font-size: 2rem; }
.prose-content h3 { margin-top: 1.4em; }
.prose-content a { color: var(--lbbc-maroon); text-decoration: underline; text-underline-offset: 3px; }
.prose-content ul,
.international-support-card ul { padding-left: 1.1rem; }
.prose-content li,
.international-support-card li { margin-bottom: 8px; }

.about-intro-grid,
.admissions-intro-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
	gap: clamp(46px, 7vw, 90px);
	align-items: start;
}
.about-intro-media { position: relative; min-height: 440px; overflow: hidden; }
.about-intro-media img { width: 100%; height: 100%; min-height: 440px; object-fit: cover; }
.about-intro-badge { right: 0; bottom: 0; min-width: 185px; padding: 22px; border-radius: 0; background: var(--lbbc-maroon); color: #fff; }
.about-intro-badge strong { color: #fff; font-family: Georgia, serif; font-size: 2.2rem; }

.value-card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid var(--lbbc-line); border-left: 1px solid var(--lbbc-line); }
.value-card { min-height: 250px; padding: 30px !important; border-width: 0 1px 1px 0 !important; }
.value-card__number { display: block; margin-bottom: 36px; color: var(--lbbc-maroon); font-family: Georgia, serif; font-size: 2rem; }
.value-card p { color: var(--lbbc-muted); font-size: .86rem; }

.admissions-help-card,
.international-support-card { padding: 42px !important; border-top: 4px solid var(--lbbc-maroon) !important; }
.admissions-help-card h2,
.international-support-card h2 { margin-bottom: 16px; font-size: 1.75rem; }
.admissions-help-card p,
.international-support-card li { color: var(--lbbc-muted); }
.admission-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border: 1px solid var(--lbbc-line); background: #fff; }
.admission-steps article { min-height: 270px; padding: 30px; border-right: 1px solid var(--lbbc-line); }
.admission-steps article:last-child { border-right: 0; }
.admission-steps article > span { display: block; width: auto; height: auto; margin-bottom: 34px; background: transparent; color: var(--lbbc-maroon); font-family: Georgia, serif; font-size: 2.5rem; line-height: 1; }
.admission-steps p { color: var(--lbbc-muted); font-size: .84rem; }

.faq-layout { gap: clamp(42px, 7vw, 90px); }
.accordion-item { border: 0; border-bottom: 1px solid var(--lbbc-line); border-radius: 0; }
.accordion-trigger { padding: 20px 0; background: transparent; color: var(--lbbc-navy); font-size: .9rem; }
.accordion-panel { padding: 0 0 22px; color: var(--lbbc-muted); }
.accordion-mark { color: var(--lbbc-maroon); font-family: Arial, sans-serif; }
.accordion-trigger[aria-expanded="true"] .accordion-mark { transform: rotate(45deg); }

/* Programme detail */
.programme-hero { background: var(--lbbc-navy) !important; }
.programme-hero::before,
.programme-hero::after { display: none !important; }
.programme-hero__inner { padding-block: 76px; }
.programme-hero h1 { max-width: 900px; color: #fff; font-size: clamp(2.5rem, 5vw, 4.5rem); }
.programme-hero__summary { max-width: 720px; color: rgba(255, 255, 255, .78); }
.programme-hero__chips { display: grid; grid-template-columns: repeat(3, minmax(130px, 1fr)); max-width: 680px; gap: 0; margin-top: 28px; border: 1px solid rgba(255, 255, 255, .25); }
.programme-hero__chips > span { display: flex; flex-direction: column; gap: 4px; padding: 14px 18px; border-right: 1px solid rgba(255, 255, 255, .22); border-radius: 0; background: transparent; color: #fff; font-size: .78rem; }
.programme-hero__chips > span:last-child { border-right: 0; }
.programme-hero__chips small { color: rgba(255, 255, 255, .58); font-size: .58rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.programme-video-link { color: #fff; font-size: .75rem; font-weight: 700; }
.programme-content-grid { gap: clamp(46px, 7vw, 86px); }
.programme-sidebar > * { border-radius: 0 !important; box-shadow: none !important; }
.programme-download { justify-content: center; border-radius: 0; background: var(--lbbc-navy); color: #fff; font-size: .72rem; letter-spacing: .055em; text-transform: uppercase; }
.programme-contact-card { padding: 30px; border-top: 4px solid var(--lbbc-maroon); background: var(--lbbc-light); }

/* Archives, news, events, student life and forms */
.page-content-shell { padding-block: 62px; }
.prose-content--wide { max-width: 850px; margin-inline: auto; }
.inner-hero {
	padding-block: 80px;
	background: var(--lbbc-navy) !important;
}
.inner-hero::before,
.inner-hero::after { display: none !important; }
.inner-hero h1 { max-width: 820px; margin-bottom: 16px; color: #fff; font-size: clamp(2.5rem, 5vw, 4.5rem); }
.inner-hero p:not(.eyebrow) { max-width: 680px; color: rgba(255, 255, 255, .76); }
.inner-hero .eyebrow { color: rgba(255, 255, 255, .65); }

.archive-filter-section { padding-block: 34px; border-bottom: 1px solid var(--lbbc-line); background: #fff; }
.archive-filter-form { padding: 0; border: 0; border-radius: 0; box-shadow: none; }
.archive-filter-form label,
.application-form label { color: var(--lbbc-navy); font-size: .67rem; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; }
.archive-filter-form input,
.archive-filter-form select,
.application-form input,
.application-form select,
.application-form textarea,
.enquiry-form input,
.enquiry-form select,
.enquiry-form textarea {
	border: 1px solid var(--lbbc-line);
	border-radius: 0;
	background: #fff;
	box-shadow: none;
}
.archive-result-heading { padding-bottom: 22px; border-bottom: 1px solid var(--lbbc-line); }

.lbbc-news-hub__tabs { position: static; border-bottom: 1px solid var(--lbbc-line); background: #fff; }
.lbbc-news-hub__tabs .lbbc-container { display: flex; gap: 32px; }
.lbbc-news-hub__tabs a { padding: 17px 0; border: 0; color: var(--lbbc-navy); font-size: .7rem; font-weight: 800; letter-spacing: .065em; text-transform: uppercase; }
.lbbc-news-hub__tabs a:hover { color: var(--lbbc-maroon); }
.lbbc-news-hub__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.lbbc-hub-event { display: grid; grid-template-columns: 90px minmax(0, 1fr) auto; gap: 26px; padding: 26px 0; border: 0; border-bottom: 1px solid var(--lbbc-line); border-radius: 0; background: transparent; box-shadow: none; align-items: center; }
.lbbc-hub-event time { display: flex; flex-direction: column; padding-right: 24px; border-right: 1px solid var(--lbbc-line); color: var(--lbbc-maroon); text-align: center; }
.lbbc-hub-event time strong { font-family: Georgia, serif; font-size: 2.5rem; line-height: 1; }
.lbbc-hub-event time span { margin-top: 5px; font-size: .65rem; font-weight: 800; letter-spacing: .12em; }
.lbbc-hub-event h3 { margin: 4px 0; }
.lbbc-hub-event small { color: var(--lbbc-maroon); font-size: .6rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.lbbc-hub-event p { margin: 0; color: var(--lbbc-muted); font-size: .78rem; }

.gallery-preview-grid,
.gallery-full-grid { gap: 12px; }
.gallery-preview-item,
.gallery-card { border-radius: 0; background: #fff; box-shadow: none; overflow: hidden; }
.gallery-preview-item img,
.gallery-card__media img { filter: none; transition: transform .35s ease; }
.gallery-preview-item:hover img,
.gallery-card:hover img { transform: scale(1.025); }
.gallery-preview-item figcaption { padding: 13px 15px; background: #fff; color: var(--lbbc-navy); font-size: .7rem; font-weight: 700; }
.video-play-label { position: absolute; right: 16px; bottom: 16px; padding: 10px 14px; background: var(--lbbc-maroon); color: #fff; font-size: .66rem; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; }

.application-layout { align-items: start; gap: clamp(44px, 7vw, 86px); }
.application-sidebar { position: sticky; top: 112px; padding: 0; border: 0; background: transparent; color: var(--lbbc-ink); }
.application-sidebar h2 { color: var(--lbbc-navy); }
.application-checklist { margin-block: 28px; padding-left: 1.25rem; }
.application-checklist li { padding: 8px 0 8px 5px; color: var(--lbbc-muted); }
.application-contact { padding: 24px; border-top: 3px solid var(--lbbc-maroon); background: var(--lbbc-light); }
.application-form-card { padding: clamp(28px, 4vw, 48px); border: 1px solid var(--lbbc-line); border-radius: 0; background: #fff; box-shadow: var(--lbbc-shadow); }

.contact-card-grid { gap: 0; border: 1px solid var(--lbbc-line); }
.contact-info-card { min-height: 145px; padding: 26px !important; border-width: 0 1px 0 0 !important; }
.contact-info-card:last-child { border-right: 0 !important; }
.contact-info-card span { color: var(--lbbc-maroon); font-size: .65rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.contact-info-card strong { color: var(--lbbc-navy); font-family: Georgia, serif; font-size: 1rem; }
.contact-map,
.contact-map-placeholder { min-height: 480px; border-radius: 0; }
.contact-map-placeholder { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; padding: 42px; background: var(--lbbc-navy); color: rgba(255, 255, 255, .75); text-align: left; }
.contact-map-placeholder h2 { color: #fff; }

/* Remove all legacy decorative icon containers if a saved content item still emits one. */
.hero-stat__icon,
.benefit-icon,
.pathway-icon,
.progression-icon,
.trust-icon,
.value-card-icon,
.admissions-help-icon,
.international-support-icon,
.stat-icon,
.fact-icon,
.panel-heading-icon,
.scholarship-icon,
.scholarship-card-icon,
.enquiry-callout-icon,
.contact-info-icon,
.contact-map-icon,
.event-meta-icon,
.programme-contact-icon,
.programme-video-icon,
.chip-icon,
.download-icon,
.staff-placeholder-icon { display: none !important; }

@media (max-width: 1260px) {
	.site-header__inner { grid-template-columns: 250px minmax(0, 1fr) auto; gap: 16px; }
	.primary-menu { gap: 12px; }
	.primary-menu > li > a,
	.mega-menu-trigger { font-size: .65rem; }
	.header-apply { padding-inline: 13px; }
	.hero-section .hero-section__inner--three-column { grid-template-columns: minmax(360px, 470px) minmax(0, 1fr) 220px; }
}

@media (max-width: 1080px) {
	.utility-bar { display: none; }
	.site-header__inner { grid-template-columns: minmax(0, 1fr) auto auto; min-height: 74px; }
	.primary-navigation { position: fixed; }
	.menu-toggle { display: inline-flex; min-width: 52px; height: 42px; align-items: center; justify-content: center; border: 1px solid rgba(255, 255, 255, .35); color: #fff; font-size: .67rem; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; }
	.hero-section .hero-section__inner--three-column { grid-template-columns: minmax(350px, .9fr) minmax(0, 1.1fr); height: auto; min-height: 0; padding-left: 24px; }
	.hero-copy,
	.hero-media { height: 520px; }
	.hero-stats { grid-column: 1 / -1; grid-template-columns: repeat(4, 1fr); grid-template-rows: auto; width: calc(100% + 24px); height: auto; margin-left: -24px; padding: 0 24px; }
	.hero-stat { padding: 24px 16px; border-right: 1px solid rgba(255, 255, 255, .15); border-bottom: 0; }
	.hero-stats__link { display: none; }
	.programme-search-panel { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.programme-search-submit { grid-column: span 2; }
	.value-card-grid,
	.admission-steps { grid-template-columns: repeat(2, 1fr); }
	.lbbc-news-hub__grid { grid-template-columns: repeat(2, 1fr); }
	.admission-steps article:nth-child(2) { border-right: 0; }
	.admission-steps article:nth-child(-n+2) { border-bottom: 1px solid var(--lbbc-line); }
	.trust-grid { grid-template-columns: repeat(2, 1fr); }
	.trust-item:nth-child(2) { border-right: 0; }
	.trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--lbbc-line); }
}

@media (max-width: 760px) {
	.lbbc-container,
	.utility-bar .lbbc-container,
	.site-header .lbbc-container,
	.programme-search-wrap > .lbbc-container { width: min(100% - 32px, var(--lbbc-content-max)); }
	.site-header__inner { gap: 8px; }
	.lbbc-wordmark__crest { width: 42px; height: 42px; }
	.lbbc-wordmark__name strong,
	.lbbc-wordmark__name b { font-size: .78rem; }
	.lbbc-wordmark__name small { display: none; }
	.header-actions .site-search-toggle { display: none; }
	.header-apply { min-height: 40px; padding-inline: 11px; font-size: .64rem; }
	.hero-section .hero-section__inner--three-column { display: flex; width: 100%; padding: 0; flex-direction: column; }
	.hero-copy { order: 1; width: 100%; height: auto; min-height: 440px; padding: 62px 24px 50px; }
	.hero-copy h1 { font-size: clamp(2.45rem, 12vw, 3.5rem); }
	.hero-media { order: 2; width: 100%; height: 330px; }
	.hero-stats { order: 3; grid-template-columns: repeat(2, 1fr); width: 100%; height: auto; margin: 0; padding: 0 16px; }
	.hero-stat { padding: 22px 10px; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .15); }
	.hero-stat:nth-child(odd) { border-right: 1px solid rgba(255, 255, 255, .15); }
	.hero-stat strong { font-size: 1.55rem; }
	.programme-search-wrap { padding-block: 24px; }
	.programme-search-panel { grid-template-columns: 1fr; }
	.programme-search-submit { grid-column: auto; }
	.about-intro-grid,
	.admissions-intro-grid { grid-template-columns: 1fr; gap: 38px; }
	.about-intro-media,
	.about-intro-media img { min-height: 330px; }
	.value-card-grid,
	.admission-steps,
	.trust-grid { grid-template-columns: 1fr; }
	.value-card,
	.admission-steps article,
	.trust-item { border-right: 0 !important; border-bottom: 1px solid var(--lbbc-line) !important; }
	.inner-page-hero { min-height: 340px; }
	.inner-page-hero__inner { padding-block: 68px 48px; }
	.inner-page-hero h1 { font-size: clamp(2.4rem, 12vw, 3.5rem); }
	.programme-hero__chips { grid-template-columns: 1fr; }
	.programme-hero__chips > span { border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .22); }
	.programme-hero__chips > span:last-child { border-bottom: 0; }
	.lbbc-news-hub__grid { grid-template-columns: 1fr; }
	.lbbc-hub-event { grid-template-columns: 64px minmax(0, 1fr); gap: 18px; }
	.lbbc-hub-event .button { grid-column: 2; justify-self: start; }
	.contact-card-grid { grid-template-columns: 1fr; }
	.contact-info-card { border-right: 0 !important; border-bottom: 1px solid var(--lbbc-line) !important; }
	.application-sidebar { position: static; }
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
