/* LBBC Campus Pro components and full-site layouts. */
[hidden] { display: none !important; }

/* Built-in mega navigation */
.primary-menu--brand > li { position: static; }
.primary-menu--brand > li > a,
.primary-menu--brand .mega-menu-trigger {
	display: inline-flex;
	min-height: 76px;
	align-items: center;
	gap: 5px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--lbbc-text);
	font-size: .86rem;
	font-weight: 750;
	white-space: nowrap;
}
.primary-menu--brand > li > a:hover,
.primary-menu--brand .mega-menu-trigger:hover,
.primary-menu--brand .mega-menu-item.is-open > .mega-menu-trigger { color: var(--lbbc-red); }
.mega-chevron { width: 15px; height: 15px; transition: transform var(--lbbc-transition); }
.mega-menu-item.is-open .mega-chevron { transform: rotate(180deg); }
.mega-menu-panel {
	position: absolute;
	top: calc(100% - 1px);
	left: 50%;
	z-index: 100;
	width: min(calc(100vw - 48px), 1440px);
	padding: 22px;
	border: 1px solid var(--lbbc-border);
	border-radius: 0 0 22px 22px;
	background: var(--lbbc-white);
	box-shadow: 0 26px 60px rgba(7,16,50,.18);
	transform: translateX(-50%);
}
.mega-menu-grid { display: grid; grid-template-columns: .9fr .9fr .9fr 1.35fr; gap: 0; min-height: 390px; }
.mega-menu-column { padding: 10px 34px; border-right: 1px solid var(--lbbc-border); }
.mega-menu-column:first-child { padding-left: 18px; }
.mega-menu-column h3 { position: relative; margin-bottom: 25px; padding-bottom: 11px; font-size: 1.05rem; }
.mega-menu-column h3::after { position: absolute; bottom: 0; left: 0; width: 36px; height: 3px; border-radius: 3px; background: linear-gradient(90deg,var(--lbbc-red),#d6bd68); content: ""; }
.mega-menu-column > a { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 11px 0; color: var(--lbbc-text); font-size: .92rem; font-weight: 620; }
.mega-menu-column > a span { color: var(--lbbc-muted); transition: transform var(--lbbc-transition); }
.mega-menu-column > a:hover span { transform: translateX(3px); }
.mega-menu-benefits p { display: flex; gap: 10px; margin-bottom: 14px; color: var(--lbbc-muted); font-size: .88rem; }
.mega-check { width: 18px; height: 18px; flex: 0 0 18px; color: var(--lbbc-red); }
.mega-menu-benefits .text-link { justify-content: flex-start; padding-top: 10px; }
.mega-feature-card { position: relative; display: flex; overflow: hidden; min-height: 340px; align-items: flex-end; margin-left: 28px; border-radius: 18px; background: linear-gradient(0deg,rgba(7,16,50,.92),rgba(7,16,50,.05)),var(--mega-image) center/cover no-repeat; color: var(--lbbc-white); }
.mega-feature-card:hover { color: var(--lbbc-white); }
.mega-feature-card__content { display: grid; gap: 10px; padding: 30px; }
.mega-feature-card__content strong { color: var(--lbbc-white); font-size: 1.45rem; line-height: 1.2; }
.mega-feature-card__content small { color: rgba(255,255,255,.86); font-size: .88rem; line-height: 1.55; }
.mega-feature-card__content b { display: inline-flex; width: max-content; margin-top: 4px; padding: 10px 16px; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; background: rgba(255,255,255,.12); font-size: .82rem; }

/* Breadcrumbs and inner-page hero */
.breadcrumbs { margin-bottom: 24px; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; color: rgba(255,255,255,.68); font-size: .78rem; }
.breadcrumbs li:not(:last-child)::after { margin-left: 8px; content: "/"; opacity: .65; }
.breadcrumbs a { color: rgba(255,255,255,.78); }
.breadcrumbs a:hover { color: var(--lbbc-white); }
.inner-page-hero { position: relative; overflow: hidden; background: linear-gradient(115deg,rgba(7,16,50,.98),rgba(11,23,69,.84)),var(--inner-hero-image) center/cover no-repeat; color: var(--lbbc-white); }
.inner-page-hero::after { position: absolute; right: -100px; bottom: -180px; width: 420px; height: 420px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; content: ""; }
.inner-page-hero__inner { position: relative; z-index: 1; min-height: 350px; padding-block: 64px; }
.inner-page-hero h1 { max-width: 900px; margin-bottom: 14px; color: var(--lbbc-white); }
.inner-page-hero .eyebrow { color: #f1a8ae; }
.inner-page-hero__text { max-width: 760px; color: rgba(255,255,255,.82); font-size: 1.06rem; }
.page-content-shell { padding-block: 64px 80px; }
.prose-content--wide { max-width: 1040px; margin-inline: auto; }
.article-layout { display: grid; grid-template-columns: minmax(0,1fr) 320px; gap: 58px; align-items: start; }
.article-sidebar { position: sticky; top: 130px; }
.article-featured-image { overflow: hidden; margin: 0 0 32px; border-radius: 16px; }
.article-date { color: var(--lbbc-red); font-weight: 750; }
.share-card,.event-details-card { padding: 28px; border: 1px solid var(--lbbc-border); border-radius: 14px; background: var(--lbbc-light); }
.share-card a { display: block; padding: 10px 0; border-bottom: 1px solid var(--lbbc-border); color: var(--lbbc-navy); font-weight: 680; }

/* Statistics */
.stats-section { background: linear-gradient(120deg,var(--lbbc-navy-dark),var(--lbbc-navy)); color: var(--lbbc-white); }
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.stat-item { display: grid; place-items: center; min-height: 180px; padding: 30px; border-right: 1px solid rgba(255,255,255,.18); text-align: center; }
.stat-item:last-child { border-right: 0; }
.stat-icon { width: 46px; height: 46px; margin-bottom: 9px; color: rgba(255,255,255,.82); }
.stat-item strong { color: var(--lbbc-white); font-size: clamp(2.4rem,4vw,3.8rem); line-height: 1; }
.stat-item span { margin-top: 8px; color: rgba(255,255,255,.82); font-size: .9rem; font-weight: 650; }

/* Video testimonials */
.video-testimonials { overflow: hidden; }
.carousel-controls { display: flex; flex: 0 0 auto; gap: 10px; }
.carousel-button { display: inline-grid; width: 46px; height: 46px; place-items: center; border: 1px solid var(--lbbc-border); border-radius: 50%; background: var(--lbbc-white); color: var(--lbbc-navy); box-shadow: var(--lbbc-shadow-soft); }
.carousel-button:hover { border-color: var(--lbbc-navy); background: var(--lbbc-navy); color: var(--lbbc-white); }
.carousel-icon { width: 21px; height: 21px; }
.video-testimonial-track { display: grid; overflow-x: auto; grid-auto-columns: minmax(315px,390px); grid-auto-flow: column; gap: 22px; padding: 4px 4px 22px; scroll-snap-type: x mandatory; scrollbar-width: thin; }
.video-testimonial-card { overflow: hidden; border: 1px solid var(--lbbc-border); border-radius: 16px; background: var(--lbbc-white); box-shadow: var(--lbbc-shadow-soft); scroll-snap-align: start; }
.video-testimonial-card__play { position: relative; display: block; overflow: hidden; width: 100%; aspect-ratio: 16/10; padding: 0; border: 0; background: var(--lbbc-navy); }
.video-testimonial-card__play::after { position: absolute; inset: 0; background: linear-gradient(0deg,rgba(7,16,50,.52),transparent 60%); content: ""; }
.video-testimonial-card__play img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.video-testimonial-card:hover img { transform: scale(1.035); }
.video-play-icon { position: absolute; top: 50%; left: 50%; z-index: 2; display: grid; width: 68px; height: 68px; place-items: center; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; background: rgba(196,18,32,.95); color: var(--lbbc-white); box-shadow: 0 12px 30px rgba(0,0,0,.24); transform: translate(-50%,-50%); }
.video-play-svg { width: 31px; height: 31px; }
.video-duration { position: absolute; right: 12px; bottom: 12px; z-index: 2; padding: 5px 8px; border-radius: 5px; background: rgba(7,16,50,.84); color: var(--lbbc-white); font-size: .74rem; font-weight: 700; }
.video-testimonial-card__body { padding: 20px 22px 22px; }
.video-testimonial-card__body h3 { margin-bottom: 5px; }
.video-testimonial-card__body p { margin: 0; color: var(--lbbc-muted); font-size: .86rem; }
.video-testimonial-card--placeholder { opacity: .72; }
.video-modal-open { overflow: hidden; }
.video-modal { position: fixed; inset: 0; z-index: 99999; display: grid; place-items: center; padding: 24px; }
.video-modal__backdrop { position: absolute; inset: 0; background: rgba(2,5,20,.88); backdrop-filter: blur(7px); }
.video-modal__dialog { position: relative; z-index: 1; width: min(100%,1100px); border-radius: 16px; background: #050814; box-shadow: 0 30px 90px rgba(0,0,0,.5); }
.video-modal__topbar { display: flex; min-height: 62px; align-items: center; justify-content: space-between; gap: 20px; padding: 12px 16px 12px 22px; }
.video-modal__topbar h2 { margin: 0; color: var(--lbbc-white); font-size: 1.05rem; }
.video-modal__close { display: grid; width: 42px; height: 42px; place-items: center; border: 0; border-radius: 50%; background: rgba(255,255,255,.1); color: var(--lbbc-white); }
.video-modal-close-icon { width: 22px; height: 22px; }
.video-modal__stage { aspect-ratio: 16/9; background: #000; }
.video-modal__stage iframe,.video-modal__stage video { width: 100%; height: 100%; border: 0; }

/* Premium programme page */
.programme-hero--premium { padding-bottom: 32px; }
.programme-breadcrumb-wrap { padding-top: 26px; }
.programme-hero__chips { display: flex; flex-wrap: wrap; gap: 9px; margin: 23px 0 4px; }
.programme-hero__chips span { display: inline-flex; align-items: center; gap: 7px; padding: 8px 11px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(255,255,255,.07); color: rgba(255,255,255,.88); font-size: .78rem; }
.chip-icon { width: 16px; height: 16px; }
.programme-video-link { display: inline-flex; align-items: center; gap: 7px; color: var(--lbbc-white); font-size: .86rem; font-weight: 720; }
.programme-video-icon { width: 23px; height: 23px; }
.programme-trust-strip { border-bottom: 1px solid var(--lbbc-border); background: var(--lbbc-white); }
.programme-trust-grid { display: grid; min-height: 128px; align-items: center; grid-template-columns: minmax(260px,.8fr) 1.2fr; gap: 35px; }
.programme-trust-copy span,.programme-trust-copy strong,.programme-trust-copy small { display: block; }
.programme-trust-copy span { color: var(--lbbc-muted); font-size: .74rem; font-weight: 760; letter-spacing: .08em; text-transform: uppercase; }
.programme-trust-copy strong { margin: 4px 0; color: var(--lbbc-navy); font-size: 1.2rem; }
.programme-trust-copy small { color: var(--lbbc-muted); }
.programme-logo-row { display: flex; align-items: center; justify-content: flex-end; gap: 18px; }
.programme-logo-cell { display: grid; width: 180px; height: 74px; place-items: center; padding: 10px 18px; border-left: 1px solid var(--lbbc-border); }
.programme-logo-cell img { max-width: 100%; max-height: 52px; object-fit: contain; }
.programme-logo-placeholder { padding: 14px 22px; border: 1px solid var(--lbbc-border); border-radius: 8px; color: var(--lbbc-navy); font-weight: 800; }
.programme-anchor-nav { position: sticky; top: 110px; z-index: 70; border-bottom: 1px solid var(--lbbc-border); background: rgba(255,255,255,.97); box-shadow: 0 4px 13px rgba(7,16,50,.04); backdrop-filter: blur(12px); }
.admin-bar .programme-anchor-nav { top: 142px; }
.programme-anchor-nav__inner { display: flex; overflow-x: auto; gap: 30px; scrollbar-width: none; }
.programme-anchor-nav a { display: inline-flex; min-height: 58px; align-items: center; border-bottom: 3px solid transparent; color: var(--lbbc-muted); font-size: .83rem; font-weight: 730; white-space: nowrap; }
.programme-anchor-nav a:hover { border-bottom-color: var(--lbbc-red); color: var(--lbbc-navy); }
.programme-content-layout--premium { padding-block: 72px 90px; }
.programme-content-section { margin-bottom: 54px; scroll-margin-top: 195px; }
.programme-content-section:not(:last-child) { padding-bottom: 48px; border-bottom: 1px solid var(--lbbc-border); }
.programme-content-section h2 { max-width: 760px; }
.programme-documents-card { display: grid; grid-template-columns: .75fr 1.25fr; gap: 40px; padding: 34px!important; border: 1px solid var(--lbbc-border)!important; border-radius: 16px; background: var(--lbbc-light-blue); }
.document-list,.check-list,.application-checklist { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.document-list li,.check-list li,.application-checklist li { display: flex; align-items: flex-start; gap: 10px; }
.list-icon { width: 20px; height: 20px; flex: 0 0 20px; color: var(--lbbc-red); }
.unit-accordion { overflow: hidden; border: 1px solid var(--lbbc-border); border-radius: 13px; }
.unit-accordion__item:not(:last-child),.faq-item:not(:last-child) { border-bottom: 1px solid var(--lbbc-border); }
.accordion-trigger { display: flex; width: 100%; min-height: 66px; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 20px; border: 0; background: var(--lbbc-white); color: var(--lbbc-navy); text-align: left; font-weight: 740; }
.accordion-trigger:hover { background: var(--lbbc-light); }
.accordion-trigger span { display: flex; align-items: center; gap: 14px; }
.accordion-trigger b { color: var(--lbbc-red); font-size: .76rem; }
.accordion-chevron { width: 19px; height: 19px; flex: 0 0 19px; transition: transform var(--lbbc-transition); }
.accordion-trigger[aria-expanded="true"] .accordion-chevron { transform: rotate(180deg); }
.accordion-panel { padding: 2px 22px 20px 57px; color: var(--lbbc-muted); }
.programme-inline-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 34px; border-radius: 16px; background: linear-gradient(120deg,var(--lbbc-navy-dark),var(--lbbc-navy)); color: rgba(255,255,255,.82); }
.programme-inline-cta h2 { color: var(--lbbc-white); }
.programme-inline-cta .eyebrow { color: #f2a2aa; }
.programme-info-card .eyebrow { margin-bottom: 4px; }
.programme-download { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 14px; color: var(--lbbc-red); font-size: .82rem; font-weight: 730; }
.download-icon { width: 18px; height: 18px; }
.programme-contact-card { margin-top: 20px; padding: 25px; border: 1px solid var(--lbbc-border); border-radius: 13px; background: var(--lbbc-light); text-align: center; }
.programme-contact-icon { width: 42px; height: 42px; margin: 0 auto 12px; color: var(--lbbc-navy); }
.programme-contact-card a { display: block; color: var(--lbbc-red); font-weight: 720; }

/* About, admissions and reusable cards */
.about-intro-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(430px,.9fr); gap: 70px; align-items: center; }
.about-intro-media { position: relative; overflow: visible; }
.about-intro-media > img { width: 100%; min-height: 470px; border-radius: 20px; object-fit: cover; box-shadow: var(--lbbc-shadow); }
.about-intro-badge { position: absolute; bottom: 28px; left: -32px; display: grid; padding: 22px 28px; border-radius: 12px; background: var(--lbbc-red); color: var(--lbbc-white); box-shadow: var(--lbbc-shadow); }
.about-intro-badge strong { font-size: 2rem; line-height: 1; }
.about-intro-badge span { margin-top: 5px; font-size: .78rem; }
.value-card-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.value-card { padding: 30px; border: 1px solid var(--lbbc-border); border-radius: 14px; background: var(--lbbc-white); box-shadow: var(--lbbc-shadow-soft); }
.value-card-icon { width: 46px; height: 46px; margin-bottom: 18px; color: var(--lbbc-navy); }
.value-card p { margin: 0; color: var(--lbbc-muted); font-size: .88rem; }
.staff-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.staff-grid--archive { row-gap: 30px; }
.staff-card { overflow: hidden; border: 1px solid var(--lbbc-border); border-radius: 15px; background: var(--lbbc-white); box-shadow: var(--lbbc-shadow-soft); }
.staff-card__image { display: block; overflow: hidden; aspect-ratio: 4/4.7; background: var(--lbbc-light); }
.staff-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.staff-card:hover img { transform: scale(1.025); }
.staff-card__placeholder { display: grid; width: 100%; height: 100%; place-items: center; background: linear-gradient(135deg,var(--lbbc-light-blue),var(--lbbc-white)); }
.staff-placeholder-icon { width: 72px; height: 72px; color: var(--lbbc-navy); opacity: .35; }
.staff-card__body { padding: 20px; }
.staff-card__body h3 { margin-bottom: 4px; }
.staff-role { color: var(--lbbc-red)!important; font-weight: 720; }
.staff-card__body p { color: var(--lbbc-muted); font-size: .82rem; }
.admissions-intro-grid { display: grid; grid-template-columns: minmax(0,1fr) 390px; gap: 70px; align-items: start; }
.admissions-help-card { padding: 34px; border-radius: 16px; background: var(--lbbc-navy); color: rgba(255,255,255,.82); }
.admissions-help-card h2 { color: var(--lbbc-white); }
.admissions-help-icon { width: 54px; height: 54px; margin-bottom: 16px; color: var(--lbbc-white); }
.admission-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.admission-steps article { position: relative; padding: 28px; border: 1px solid var(--lbbc-border); border-radius: 14px; background: var(--lbbc-white); }
.admission-steps article > span { display: grid; width: 38px; height: 38px; place-items: center; margin-bottom: 18px; border-radius: 50%; background: var(--lbbc-red); color: var(--lbbc-white); font-weight: 800; }
.admission-steps p { margin: 0; color: var(--lbbc-muted); font-size: .86rem; }
.admission-step-cta { display: flex; justify-content: center; gap: 12px; margin-top: 30px; }
.faq-layout { display: grid; grid-template-columns: 350px minmax(0,1fr); gap: 65px; align-items: start; }
.faq-accordion { overflow: hidden; border: 1px solid var(--lbbc-border); border-radius: 14px; background: var(--lbbc-white); }
.faq-answer { padding: 0 22px 23px; }
.faq-answer p:last-child { margin-bottom: 0; }

/* Contact and forms */
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: stretch; }
.contact-card-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.contact-info-card { display: flex; min-height: 170px; flex-direction: column; align-items: flex-start; justify-content: center; padding: 22px; border: 1px solid var(--lbbc-border); border-radius: 13px; background: var(--lbbc-light); }
.contact-info-card:hover { border-color: var(--lbbc-navy); color: var(--lbbc-navy); }
.contact-info-icon { width: 34px; height: 34px; margin-bottom: 14px; color: var(--lbbc-red); }
.contact-info-card span { color: var(--lbbc-muted); font-size: .72rem; font-weight: 760; text-transform: uppercase; }
.contact-info-card strong { margin-top: 5px; font-size: .88rem; }
.contact-page-copy { margin-top: 34px; }
.contact-map { overflow: hidden; min-height: 550px; border: 1px solid var(--lbbc-border); border-radius: 18px; background: var(--lbbc-light); }
.contact-map iframe { width: 100%; height: 100%; min-height: 550px; border: 0; }
.contact-map-placeholder { display: grid; height: 100%; min-height: 550px; place-content: center; padding: 50px; text-align: center; }
.contact-map-icon { width: 64px; height: 64px; margin: 0 auto 15px; color: var(--lbbc-navy); }
.application-layout { display: grid; grid-template-columns: 390px minmax(0,1fr); gap: 50px; align-items: start; }
.application-sidebar { position: sticky; top: 130px; padding: 36px; border-radius: 17px; background: linear-gradient(150deg,var(--lbbc-navy-dark),var(--lbbc-navy)); color: rgba(255,255,255,.82); }
.application-sidebar h2 { color: var(--lbbc-white); }
.application-sidebar .eyebrow { color: #f2a2aa; }
.application-checklist { margin-block: 26px; }
.application-contact { display: grid; gap: 4px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.18); }
.application-contact strong { color: var(--lbbc-white); }
.application-contact a { color: var(--lbbc-white); }
.application-form-card { padding: 38px; border: 1px solid var(--lbbc-border); border-radius: 17px; background: var(--lbbc-white); box-shadow: var(--lbbc-shadow); }

/* Gallery, events, news */
.gallery-preview-grid { display: grid; grid-template-columns: repeat(4,1fr); grid-auto-rows: 190px; gap: 12px; }
.gallery-preview-item { position: relative; overflow: hidden; margin: 0; border-radius: 12px; }
.gallery-preview-item:nth-child(1),.gallery-preview-item:nth-child(6) { grid-row: span 2; }
.gallery-preview-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.gallery-preview-item:hover img { transform: scale(1.04); }
.gallery-preview-item figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 26px 14px 12px; background: linear-gradient(0deg,rgba(7,16,50,.85),transparent); color: var(--lbbc-white); font-size: .78rem; }
.gallery-full-grid { columns: 3 320px; column-gap: 22px; }
.gallery-card { display: inline-block; overflow: hidden; width: 100%; margin: 0 0 22px; border: 1px solid var(--lbbc-border); border-radius: 15px; background: var(--lbbc-white); break-inside: avoid; box-shadow: var(--lbbc-shadow-soft); }
.gallery-card__media { position: relative; display: block; overflow: hidden; }
.gallery-card__media img { width: 100%; height: auto; }
.gallery-card__body { padding: 18px 20px; }
.gallery-card__body h2 { font-size: 1rem; }
.gallery-card__body p { margin: 0; color: var(--lbbc-muted); font-size: .82rem; }
.event-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.event-grid--archive { row-gap: 30px; }
.event-card { overflow: hidden; border: 1px solid var(--lbbc-border); border-radius: 15px; background: var(--lbbc-white); box-shadow: var(--lbbc-shadow-soft); }
.event-card__image { position: relative; display: block; overflow: hidden; aspect-ratio: 16/10; }
.event-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.event-card:hover img { transform: scale(1.03); }
.event-date-badge { position: absolute; top: 14px; left: 14px; display: grid; min-width: 58px; place-items: center; padding: 8px; border-radius: 9px; background: var(--lbbc-red); color: var(--lbbc-white); font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.event-date-badge b { font-size: 1.3rem; line-height: 1; }
.event-card__body { padding: 21px; }
.event-meta { display: flex; flex-wrap: wrap; gap: 10px 16px; color: var(--lbbc-muted); font-size: .76rem; }
.event-meta span { display: inline-flex; align-items: center; gap: 5px; }
.event-meta-icon { width: 15px; height: 15px; }
.event-card__body > p:not(.event-meta) { color: var(--lbbc-muted); font-size: .84rem; }
.post-card-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }

/* Staff profiles, success stories, partners */
.staff-profile-hero { background: var(--lbbc-navy); color: var(--lbbc-white); }
.staff-profile-grid { display: grid; min-height: 560px; grid-template-columns: 420px minmax(0,1fr); gap: 70px; align-items: center; }
.staff-profile-photo { align-self: end; overflow: hidden; max-height: 520px; border-radius: 18px 18px 0 0; }
.staff-profile-photo img { width: 100%; height: 520px; object-fit: cover; }
.staff-profile-copy h1 { color: var(--lbbc-white); }
.staff-profile-role { color: #f2a2aa; font-size: 1.15rem; font-weight: 750; }
.staff-profile-copy > p { max-width: 680px; color: rgba(255,255,255,.8); }
.staff-profile-links { display: flex; flex-wrap: wrap; gap: 15px; margin-top: 24px; }
.staff-profile-links a { display: inline-flex; align-items: center; gap: 7px; color: var(--lbbc-white); }
.staff-link-icon { width: 18px; height: 18px; }
.staff-profile-content { display: grid; grid-template-columns: minmax(0,1fr) 360px; gap: 65px; align-items: start; }
.staff-qualifications { padding: 30px; border: 1px solid var(--lbbc-border); border-radius: 14px; background: var(--lbbc-light); }
.success-story-layout { display: grid; grid-template-columns: 340px minmax(0,1fr); gap: 65px; }
.success-story-profile { padding: 28px; border: 1px solid var(--lbbc-border); border-radius: 15px; background: var(--lbbc-light); text-align: center; }
.success-story-profile img { width: 200px; height: 200px; margin: 0 auto 20px; border-radius: 50%; object-fit: cover; }
.success-story-quote-icon { width: 48px; height: 48px; margin-bottom: 18px; color: var(--lbbc-red); }
.testimonial-archive-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }
.testimonial-story-card { display: grid; grid-template-columns: 120px 1fr; gap: 22px; padding: 25px; border: 1px solid var(--lbbc-border); border-radius: 14px; }
.testimonial-story-card img { width: 120px; height: 120px; border-radius: 50%; object-fit: cover; }
.testimonial-story-card blockquote { margin: 10px 0; color: var(--lbbc-muted); }
.testimonial-story-card h2 { margin: 0; font-size: 1.1rem; }
.testimonial-story-icon { width: 30px; height: 30px; color: var(--lbbc-red); }
.partner-archive-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.partner-archive-card { display: flex; min-height: 290px; flex-direction: column; align-items: flex-start; padding: 26px; border: 1px solid var(--lbbc-border); border-radius: 14px; background: var(--lbbc-white); }
.partner-archive-logo { display: grid; width: 100%; height: 100px; place-items: center; margin-bottom: 18px; }
.partner-archive-logo img { max-width: 180px; max-height: 75px; object-fit: contain; }
.partner-archive-card p { color: var(--lbbc-muted); font-size: .82rem; }
.partner-archive-card .text-link { margin-top: auto; }
.partner-profile-layout { display: grid; grid-template-columns: 300px minmax(0,1fr); gap: 65px; }
.partner-profile-logo { display: grid; align-content: start; gap: 20px; padding: 28px; border: 1px solid var(--lbbc-border); border-radius: 15px; }
.partner-profile-logo img { max-height: 150px; object-fit: contain; }
.relationship-note { margin-top: 35px; padding: 20px; border-left: 4px solid var(--lbbc-red); background: var(--lbbc-light); }

/* Scholarships, international, intake */
.scholarship-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.scholarship-card { padding: 30px; border: 1px solid var(--lbbc-border); border-radius: 15px; background: var(--lbbc-white); box-shadow: var(--lbbc-shadow-soft); }
.scholarship-card-icon { width: 48px; height: 48px; margin-bottom: 18px; color: var(--lbbc-navy); }
.scholarship-card p { color: var(--lbbc-muted); }
.scholarship-eligibility { margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--lbbc-border); font-size: .85rem; }
.international-support-card { padding: 36px; border-radius: 17px; background: var(--lbbc-navy); color: rgba(255,255,255,.82); }
.international-support-card h2 { color: var(--lbbc-white); }
.international-support-icon { width: 58px; height: 58px; color: var(--lbbc-white); }
.international-support-card li { margin-bottom: 8px; }
.intake-archive-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.intake-archive-card { padding: 30px; border: 1px solid var(--lbbc-border); border-radius: 15px; background: var(--lbbc-white); }
.intake-status { display: inline-flex; margin-bottom: 15px; padding: 5px 9px; border-radius: 999px; background: var(--lbbc-light); font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.intake-status--active { background: #dcfce7; color: #166534; }
.intake-status--closed { background: #fee2e2; color: #991b1b; }
.intake-archive-card dl { display: grid; gap: 8px; margin: 20px 0; }
.intake-archive-card dl div { display: flex; justify-content: space-between; gap: 15px; padding-bottom: 8px; border-bottom: 1px solid var(--lbbc-border); }
.intake-archive-card dt { color: var(--lbbc-muted); font-size: .78rem; }
.intake-archive-card dd { margin: 0; font-size: .82rem; font-weight: 720; }

/* Reusable inner CTA */
.inner-cta { background: var(--lbbc-white); }
.inner-cta__shell { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 45px 50px; border-radius: 18px; background: linear-gradient(115deg,var(--lbbc-navy-dark),var(--lbbc-navy)); color: rgba(255,255,255,.8); }
.inner-cta__shell h2 { color: var(--lbbc-white); }
.inner-cta__shell .eyebrow { color: #f2a2aa; }
.inner-cta__shell p:last-child { margin-bottom: 0; }
.inner-cta__actions { display: flex; flex: 0 0 auto; gap: 10px; }

/* Footer small enhancements */
.social-links a { font-size: .68rem; font-weight: 800; }
.button-icon { width: 18px; height: 18px; }
