/* LBBC v20 — exact editable university reference layout. */
:root {
	--lbbc20-navy: #03134f;
	--lbbc20-deep: #01093d;
	--lbbc20-red: #bd252b;
	--lbbc20-ink: #061044;
	--lbbc20-muted: #5d6478;
	--lbbc20-line: #d9dde6;
	--lbbc20-width: 1480px;
}

/* Elementor canvas reset: prevents the narrow/duplicated layout from older saves. */
body.lbbc-elementor-page .site-main,
body.lbbc-elementor-page .lbbc-elementor-canvas,
body.lbbc-elementor-page .lbbc-elementor-canvas > .elementor,
body.lbbc-elementor-page .lbbc-elementor-canvas > .elementor > .elementor-element.e-con,
.lbbc-elementor-global-template,
.lbbc-elementor-global-template > .elementor,
.lbbc-elementor-global-template > .elementor > .elementor-element.e-con {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.lbbc-elementor-page .elementor-widget-lbbc-visual-section,
.lbbc-elementor-global-template .elementor-widget-lbbc-global-header,
.lbbc-elementor-global-template .elementor-widget-lbbc-global-footer,
body.lbbc-elementor-page .elementor-widget-lbbc-inner-page {
	width: 100% !important;
	max-width: none !important;
}

.lbbc-visual {
	position: relative;
	width: 100%;
	margin: 0;
	background: var(--visual-bg, #fff);
	color: var(--visual-text, var(--lbbc20-muted));
}

.lbbc-visual__inner,
.lbbc-eheader__container,
.lbbc-efooter__inner,
.lbbc-einner__wrap {
	width: min(calc(100% - 64px), var(--lbbc20-width));
	max-width: var(--lbbc20-width) !important;
	margin-right: auto;
	margin-left: auto;
}

.lbbc-visual h1,
.lbbc-visual h2,
.lbbc-visual h3,
.lbbc-einner h1,
.lbbc-einner h2,
.lbbc-efooter h2,
.lbbc-efooter h3 {
	font-family: Georgia, "Times New Roman", serif;
	letter-spacing: -.02em;
}

.lbbc-visual__eyebrow {
	margin: 0 0 9px;
	color: var(--lbbc20-red);
	font: 800 .67rem/1.2 Arial, Helvetica, sans-serif;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.lbbc-visual__button {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	padding: 0 24px;
	border: 1px solid currentColor;
	font: 800 .7rem/1 Arial, Helvetica, sans-serif;
	letter-spacing: .035em;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.lbbc-visual__button:hover { transform: translateY(-2px); }
.lbbc-visual__button.is-primary { border-color: var(--lbbc20-red); background: var(--lbbc20-red); color: #fff; }
.lbbc-visual__button.is-outline { background: transparent; color: inherit; }
.lbbc-visual__button.is-text { min-height: 0; padding: 0; border: 0; color: var(--lbbc20-navy); }
.lbbc-visual__button.is-text::after { margin-left: 9px; content: "→"; }
.lbbc-visual__button.is-light { border-color: #fff; background: #fff; color: var(--lbbc20-navy); }
.lbbc-visual__actions:empty { display: none !important; }

/* Header */
.lbbc-eheader { position: relative; z-index: 1000; background: #fff; }
.lbbc-eheader.is-sticky { position: sticky; top: 0; }
.admin-bar .lbbc-eheader.is-sticky { top: 32px; }
.lbbc-eheader__utility { background: var(--lbbc20-deep) !important; }
.lbbc-eheader__utility .lbbc-eheader__container { display: flex; min-height: 34px !important; align-items: center; justify-content: space-between; }
.lbbc-eheader__utility nav,
.lbbc-eheader__utility > .lbbc-eheader__container > div { display: flex; align-items: center; gap: 26px; }
.lbbc-eheader__utility a { color: #fff !important; font-size: .67rem; font-weight: 700; }
.lbbc-eheader__utility span { color: #fff; font-size: .67rem; font-weight: 700; }
.lbbc-eheader__main { border-bottom: 3px solid #8d1d20 !important; background: #fff !important; }
.lbbc-eheader__main-inner { min-height: 93px; padding: 10px 0 !important; }
.lbbc-eheader__logo { flex: 0 0 230px; }
.lbbc-eheader__logo img { width: 220px; max-height: 72px; object-fit: contain; object-position: left center; }
.lbbc-eheader__nav { gap: clamp(12px, 1.35vw, 24px) !important; }
.lbbc-eheader__nav > a,
.lbbc-eheader__mega-trigger { padding: 35px 0; color: var(--lbbc20-navy) !important; font-size: .69rem; font-weight: 800; letter-spacing: .02em; text-transform: uppercase; }
.lbbc-eheader__mega-trigger span { margin-left: 7px; color: var(--lbbc20-red); }
.lbbc-eheader__search { display: none !important; }
.lbbc-eheader__apply { min-width: 118px; padding: 15px 18px; background: #9b221e !important; font-size: .69rem; }
.lbbc-eheader__mega-panel { top: calc(100% + 3px); padding: 34px 0 40px; border-bottom: 4px solid var(--lbbc20-red); box-shadow: 0 24px 48px rgba(1, 9, 61, .14); }
.lbbc-eheader__mega-grid { grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(280px, 1.15fr); gap: 34px; }
.lbbc-eheader__mega-column { padding-right: 30px; border-right: 1px solid var(--lbbc20-line); }
.lbbc-eheader__mega-column h2 { margin: 0 0 18px; color: var(--lbbc20-navy); font: 800 .75rem/1.3 Arial, Helvetica, sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.lbbc-eheader__mega-column h2::after { display: block; width: 40px; height: 3px; margin-top: 12px; background: var(--lbbc20-red); content: ""; }
.lbbc-eheader__mega-column p { margin: 0; }
.lbbc-eheader__mega-column a { display: flex; align-items: center; justify-content: space-between; padding: 9px 0; color: #3f4658; font-size: .82rem; }
.lbbc-eheader__mega-column a::after { color: #6d7483; content: "→"; }
.lbbc-eheader__mega-feature { min-height: 220px; }

/* Hero */
body .lbbc-visual--hero { min-height: 500px !important; overflow: hidden; padding: 0 !important; background: var(--lbbc20-navy); }
.lbbc-visual__hero-media { position: absolute; inset: 0 0 0 43%; }
.lbbc-visual__hero-media::after { position: absolute; inset: 0; background: rgba(1, 9, 61, .18); content: ""; }
.lbbc-visual__hero-media img { width: 100%; height: 100%; object-fit: cover; }
.lbbc-visual__hero-grid { position: relative; z-index: 2; display: grid; min-height: 500px; grid-template-columns: minmax(0, 43%) 1fr; align-items: center; }
.lbbc-visual__hero-copy { align-self: stretch; display: flex; flex-direction: column; justify-content: center; padding: 50px 65px 72px 0; color: #fff; }
.lbbc-visual__hero-copy::before { position: absolute; z-index: -1; inset: 0 57% 0 calc((100vw - min(100vw - 64px, var(--lbbc20-width))) / -2); background: var(--lbbc20-navy); content: ""; }
.lbbc-visual__hero-copy h1 { max-width: 590px; margin: 0 0 16px; color: #fff; font-size: clamp(3rem, 4.5vw, 5.2rem); line-height: .98; }
.lbbc-visual__hero-copy > p { max-width: 570px; margin: 0; color: #fff; font-size: 1rem; line-height: 1.55; }
.lbbc-visual__hero-copy .lbbc-visual__actions { display: flex; gap: 12px; margin-top: 27px; }

/* Programme finder */
body .lbbc-visual--finder { z-index: 4; padding: 0 !important; background: transparent !important; }
.lbbc-visual--finder .lbbc-visual__inner { margin-top: -67px; padding: 15px 17px 17px; border: 1px solid rgba(255,255,255,.3); background: var(--lbbc20-navy); box-shadow: 0 14px 32px rgba(1, 9, 61, .18); }
.lbbc-visual--finder h2 { margin: 0 0 11px; color: #fff; font-size: 1.22rem; }
.lbbc-visual--finder h2::before { margin-right: 10px; content: "⌁"; }
.lbbc-visual__finder { display: grid; grid-template-columns: 1.05fr 1.1fr 1fr .95fr .9fr; gap: 2px; }
.lbbc-visual__finder label { display: block; padding: 9px 13px; background: #fff; }
.lbbc-visual__finder label span { display: block; margin-bottom: 4px; color: #6d7483; font-size: .56rem; }
.lbbc-visual__finder input,
.lbbc-visual__finder select { width: 100%; min-height: 24px; padding: 0; border: 0; background: #fff; color: var(--lbbc20-navy); font-size: .7rem; outline: 0; }
.lbbc-visual__finder button { border: 0; background: var(--lbbc20-red); color: #fff; font-size: .7rem; font-weight: 800; text-transform: uppercase; }

/* School cards */
body .lbbc-visual--directions { padding: 26px 0 24px !important; background: #fff; }
.lbbc-visual--directions .lbbc-visual__heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 14px; }
.lbbc-visual--directions .lbbc-visual__heading h2 { margin: 0; color: var(--lbbc20-navy); font-size: 2.25rem; }
.lbbc-visual--directions .lbbc-visual__heading p { max-width: 420px; margin: 0; font-size: .8rem; }
.lbbc-visual__direction-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.lbbc-visual__direction { position: relative; min-height: 250px; overflow: hidden; color: #fff; text-decoration: none; }
.lbbc-visual__direction img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.lbbc-visual__direction:hover img { transform: scale(1.035); }
.lbbc-visual__direction > span { position: absolute; inset: auto 0 0; min-height: 116px; padding: 18px 20px; background: rgba(3, 19, 79, .94); }
.lbbc-visual__direction small,
.lbbc-visual__direction strong,
.lbbc-visual__direction b { display: block; }
.lbbc-visual__direction small { font-size: .63rem; }
.lbbc-visual__direction strong { margin: 5px 0 9px; font-family: Georgia, "Times New Roman", serif; font-size: 1.28rem; }
.lbbc-visual__direction b { font-size: .61rem; text-transform: uppercase; }

/* Growing legacy — retained exactly as a two-column editorial feature. */
body .lbbc-visual--legacy { padding: 0 0 22px !important; background: #fff; }
.lbbc-visual__legacy-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 22px; }
.lbbc-visual__legacy-copy { padding-top: 18px; }
.lbbc-visual__legacy-copy h2 { max-width: 610px; margin: 5px 0 14px; color: var(--lbbc20-navy); font-size: clamp(2.3rem, 3.7vw, 4.2rem); line-height: 1.04; }
.lbbc-visual__legacy-copy > p:not(.lbbc-visual__eyebrow) { max-width: 575px; margin: 0; font-size: .86rem; line-height: 1.65; }
.lbbc-visual__legacy-copy .lbbc-visual__button { margin-top: 21px; }
.lbbc-visual__legacy-secondary { margin: 18px 0 0; overflow: hidden; }
.lbbc-visual__legacy-secondary img { width: 100%; aspect-ratio: 2.2/1; object-fit: cover; }
.lbbc-visual__legacy-primary { position: relative; }
.lbbc-visual__legacy-primary > img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; }
.lbbc-visual__legacy-primary > strong { position: absolute; top: 0; left: 0; min-width: 142px; padding: 17px 20px; background: var(--lbbc20-navy); color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: 2.85rem; line-height: .9; }
.lbbc-visual__legacy-primary > strong small { display: block; margin-top: 8px; font: 600 .56rem/1.25 Arial, Helvetica, sans-serif; }
.lbbc-visual__legacy-facts { display: none !important; }

/* Why LBBC */
body .lbbc-visual--stats { padding: 22px 0 28px !important; border-top: 1px solid #edf0f5; background: #fff !important; }
.lbbc-visual__stats { display: grid; grid-template-columns: 1.15fr repeat(5, 1fr); color: var(--lbbc20-navy); }
.lbbc-visual__stats > div { align-self: center; padding-right: 28px; }
.lbbc-visual__stats > div h2 { margin: 0; font-size: 1.8rem; }
.lbbc-visual__stats > div p { display: none; }
.lbbc-visual__stats article { padding: 0 18px; border-left: 1px solid var(--lbbc20-line); text-align: center; }
.lbbc-visual__stat-icon,
.lbbc-visual__journey-grid article > span { display: grid; width: 54px; height: 54px; place-items: center; margin: 0 auto 10px; border: 1px solid #cfd4df; border-radius: 50%; color: var(--lbbc20-navy); }
.lbbc-visual__stat-icon svg,
.lbbc-visual__journey-grid svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.lbbc-visual__stats article > strong { display: block; color: var(--lbbc20-navy); font-family: Georgia, "Times New Roman", serif; font-size: 1.2rem; }
.lbbc-visual__stats article h3 { margin: 5px 0; color: var(--lbbc20-navy); font: 800 .74rem/1.2 Arial, Helvetica, sans-serif; }
.lbbc-visual__stats article p { margin: 0; font-size: .66rem; line-height: 1.45; }

/* Inside LBBC news carousel */
body .lbbc-visual--news { padding: 28px 0 34px !important; background: var(--lbbc20-navy) !important; color: #fff; }
.lbbc-visual--news .lbbc-visual__heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.lbbc-visual--news .lbbc-visual__heading h2 { margin: 0; color: #fff; font-size: 2.1rem; }
.lbbc-visual--news .lbbc-visual__button { color: #fff; }
.lbbc-visual__news-carousel { position: relative; padding: 0 12px; }
.lbbc-visual__news-cards { display: flex !important; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.lbbc-visual__news-cards::-webkit-scrollbar { display: none; }
.lbbc-visual__news-cards article { flex: 0 0 calc((100% - 48px) / 4); min-width: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.38); border-radius: 3px; background: #fff; color: var(--lbbc20-navy); scroll-snap-align: start; }
.lbbc-visual__news-image { display: block; overflow: hidden; }
.lbbc-visual__news-image img { width: 100%; aspect-ratio: 1.62/1; object-fit: cover; transition: transform .4s ease; }
.lbbc-visual__news-cards article:hover img { transform: scale(1.035); }
.lbbc-visual__news-cards article > div { padding: 16px 16px 18px; }
.lbbc-visual__news-cards article small { color: #6e7482; font-size: .57rem; text-transform: uppercase; }
.lbbc-visual__news-cards article h3 { min-height: 42px; margin: 7px 0; color: var(--lbbc20-navy); font-size: 1rem; line-height: 1.25; }
.lbbc-visual__news-cards article p { min-height: 48px; margin: 0 0 12px; color: #535a6b; font-size: .69rem; line-height: 1.5; }
.lbbc-visual__news-cards article > div > a { color: var(--lbbc20-navy); font-size: .59rem; font-weight: 800; text-transform: uppercase; }
.lbbc-visual__news-arrow { position: absolute; z-index: 2; top: 46%; width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.62); border-radius: 50%; background: var(--lbbc20-navy); color: #fff; cursor: pointer; }
.lbbc-visual__news-arrow.is-prev { left: -38px; }
.lbbc-visual__news-arrow.is-next { right: -38px; }
.lbbc-visual--news .lbbc-carousel__dots { display: flex; justify-content: center; gap: 8px; margin-top: 16px; }
.lbbc-visual--news .lbbc-carousel__dot { width: 8px; height: 8px; padding: 0; border: 1px solid #fff; border-radius: 50%; background: transparent; }
.lbbc-visual--news .lbbc-carousel__dot.is-active { border-color: var(--lbbc20-red); background: var(--lbbc20-red); }

/* Study journey */
body .lbbc-visual--journey { padding: 25px 0 30px !important; background: #fff !important; }
.lbbc-visual--journey .lbbc-visual__heading { text-align: center; }
.lbbc-visual--journey .lbbc-visual__heading h2 { margin: 0; color: var(--lbbc20-navy); font-size: 2rem; }
.lbbc-visual--journey .lbbc-visual__heading p { display: none; }
.lbbc-visual__journey-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 14px; }
.lbbc-visual__journey-grid article { position: relative; padding: 0 38px; text-align: center; }
.lbbc-visual__journey-grid article:not(:last-child)::after { position: absolute; top: 27px; right: -8px; color: var(--lbbc20-navy); content: "→"; }
.lbbc-visual__journey-grid article > span { background: #fff; }
.lbbc-visual__journey-grid h3 { margin: 0 0 6px; color: var(--lbbc20-navy); font-size: 1rem; }
.lbbc-visual__journey-grid p { max-width: 220px; margin: 0 auto; font-size: .67rem; line-height: 1.5; }

/* Voices */
body .lbbc-visual--voices { padding: 22px 0 30px !important; overflow: hidden; background: var(--lbbc20-navy) !important; color: #fff; }
.lbbc-visual__voices-heading { margin-bottom: 14px; text-align: center; }
.lbbc-visual__voices-heading h2 { margin: 0 0 4px; color: #fff; font-size: 2.25rem; }
.lbbc-visual__voices-heading > p:last-child { margin: 0; color: #fff; font-size: .74rem; }
.lbbc-visual__voices-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 46px; }
.lbbc-visual__voice-group { min-width: 0; }
.lbbc-visual__voice-group-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
.lbbc-visual__voice-group-head h3 { margin: 0; color: #fff; font-size: 1.2rem; }
.lbbc-visual__voice-group-head button { width: 28px; height: 28px; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; background: transparent; color: #fff; cursor: pointer; }
.lbbc-visual__voice-track { display: flex; gap: 10px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.lbbc-visual__voice-track::-webkit-scrollbar { display: none; }
.lbbc-visual__voice-card { flex: 0 0 calc((100% - 20px) / 3); min-width: 0; overflow: hidden; border-radius: 4px; background: #fff; color: var(--lbbc20-navy); scroll-snap-align: start; }
.lbbc-visual__voice-media { position: relative; display: block; width: 100%; padding: 0; overflow: hidden; border: 0; background: #dfe4ee; cursor: pointer; }
.lbbc-visual__voice-media img { width: 100%; aspect-ratio: 1.28/1; object-fit: cover; }
.lbbc-visual__voice-media span { position: absolute; inset: 50% auto auto 50%; display: grid; width: 38px; height: 38px; place-items: center; transform: translate(-50%,-50%); border: 2px solid #fff; border-radius: 50%; background: rgba(1,9,61,.68); color: #fff; font-size: .8rem; }
.lbbc-visual__voice-card blockquote { min-height: 71px; margin: 0; padding: 12px 13px 6px; color: #363d50; font-size: .64rem; line-height: 1.45; }
.lbbc-visual__voice-card strong,
.lbbc-visual__voice-card small { display: block; padding: 0 13px; color: var(--lbbc20-navy); }
.lbbc-visual__voice-card strong { font-size: .68rem; }
.lbbc-visual__voice-card small { min-height: 35px; padding-top: 3px; padding-bottom: 12px; font-size: .54rem; }
.lbbc-visual--voices .lbbc-carousel__dots { display: flex; justify-content: center; gap: 7px; margin-top: 12px; }
.lbbc-visual--voices .lbbc-carousel__dot { width: 8px; height: 8px; padding: 0; border: 1px solid #fff; border-radius: 50%; background: transparent; }
.lbbc-visual--voices .lbbc-carousel__dot.is-active { border-color: var(--lbbc20-red); background: var(--lbbc20-red); }

/* Affiliations */
body .lbbc-visual--partners { padding: 14px 0 24px !important; background: #fff; }
.lbbc-visual__partners-heading { text-align: center; }
.lbbc-visual__partners-heading h2 { margin: 0 0 6px; color: var(--lbbc20-navy); font-size: 2rem; }
.lbbc-visual__partners-heading p { max-width: 720px; margin: 0 auto 17px; font-size: .7rem; }
.lbbc-visual__partner-groups { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.lbbc-visual__partner-groups > section { min-height: 152px; padding: 14px; border: 1px solid #dfe3ea; }
.lbbc-visual__partner-groups h3 { margin: 0 0 14px; color: var(--lbbc20-navy); font: 800 .62rem/1.2 Arial, Helvetica, sans-serif; text-align: center; text-transform: uppercase; }
.lbbc-visual__partner-groups section > div { display: flex; min-height: 90px; flex-wrap: wrap; align-items: center; justify-content: center; gap: 15px 25px; }
.lbbc-visual__partner-groups a { display: grid; min-width: 100px; min-height: 38px; place-items: center; color: var(--lbbc20-navy); text-decoration: none; }
.lbbc-visual__partner-groups img { width: 112px; max-height: 50px; object-fit: contain; }
.lbbc-visual__partner-groups strong { font-family: Arial, Helvetica, sans-serif; font-size: 1rem; }

/* CTA and footer */
body .lbbc-visual--cta { padding: 24px 0 !important; overflow: hidden; background: var(--lbbc20-navy) url("../images/student-life.jpg") center 43%/cover no-repeat !important; color: #fff; }
.lbbc-visual--cta::before { position: absolute; inset: 0; background: rgba(1,9,61,.88); content: ""; }
.lbbc-visual--cta .lbbc-visual__inner { position: relative; }
.lbbc-visual__cta { display: grid; grid-template-columns: 1.1fr 1.4fr auto; align-items: center; gap: 30px; }
.lbbc-visual__cta h2 { margin: 0; color: #fff; font-size: 1.9rem; }
.lbbc-visual__cta p { margin: 0; color: #fff; font-size: .78rem; line-height: 1.5; }
.lbbc-visual__cta .lbbc-visual__actions { display: flex; gap: 12px; }
.lbbc-visual__cta .is-light { border-color: var(--lbbc20-red); background: var(--lbbc20-red); color: #fff; }
.lbbc-visual__cta .is-outline { color: #fff; }

.lbbc-efooter { padding: 34px 0 0 !important; border: 0 !important; background: var(--lbbc20-deep) !important; }
.lbbc-efooter__grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr 1fr 1fr; gap: 32px; }
.lbbc-efooter__logo img { width: 185px; max-height: 65px; object-fit: contain; object-position: left center; filter: brightness(0) invert(1); }
.lbbc-efooter__identity p,
.lbbc-efooter__identity > a { font-size: .68rem; line-height: 1.55; }
.lbbc-efooter__social { display: flex; gap: 9px; margin-top: 15px; }
.lbbc-efooter__social a { display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; color: #fff; font-size: .61rem; font-weight: 800; text-decoration: none; text-transform: uppercase; }
.lbbc-efooter__column h3,
.lbbc-efooter__newsletter h3 { margin: 0 0 12px; color: #fff; font: 700 .83rem/1.2 Arial, Helvetica, sans-serif; }
.lbbc-efooter__column p,
.lbbc-efooter__newsletter p { margin: 0; }
.lbbc-efooter__column a,
.lbbc-efooter__newsletter p { font-size: .66rem; line-height: 1.85; }
.lbbc-efooter__newsletter input { min-height: 35px; border: 1px solid rgba(255,255,255,.45); background: transparent; color: #fff; }
.lbbc-efooter__newsletter button { min-height: 35px; background: var(--lbbc20-red); }
.lbbc-efooter__bottom { margin-top: 26px; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.2); }
.lbbc-efooter__bottom p,
.lbbc-efooter__bottom a { font-size: .59rem; }

/* Inner pages remain fully editable and use the same institutional system. */
.lbbc-einner__hero { min-height: 410px !important; }
.lbbc-einner__hero::after { background: rgba(1,9,61,.72); }
.lbbc-einner__hero-copy { padding: 70px 0; }
.lbbc-einner__hero-copy h1 { max-width: 760px; font-size: clamp(3rem, 5vw, 5rem); }
.lbbc-einner__content { padding: 68px 0 !important; }
.lbbc-einner__body-grid { grid-template-columns: minmax(0, 1.5fr) minmax(300px, .65fr); gap: 70px; }
.lbbc-einner__body-grid main > h2 { color: var(--lbbc20-navy); font-size: 2.4rem; }
.lbbc-einner__body-grid aside a { border-left: 3px solid var(--lbbc20-red); background: #f5f6f9; }
.lbbc-einner__cta { background: var(--lbbc20-navy); }

@media (max-width: 1180px) {
	.lbbc-eheader__logo { flex-basis: 185px; }
	.lbbc-eheader__logo img { width: 178px; }
	.lbbc-eheader__nav { gap: 12px !important; }
	.lbbc-eheader__nav > a, .lbbc-eheader__mega-trigger { font-size: .61rem; }
	.lbbc-visual__stats { grid-template-columns: repeat(5, 1fr); }
	.lbbc-visual__stats > div { grid-column: 1/-1; padding: 0 0 18px; text-align: center; }
	.lbbc-visual__news-arrow { display: none; }
}

@media (max-width: 900px) {
	.admin-bar .lbbc-eheader.is-sticky { top: 46px; }
	.lbbc-visual__inner, .lbbc-eheader__container, .lbbc-efooter__inner, .lbbc-einner__wrap { width: min(calc(100% - 40px), var(--lbbc20-width)); }
	.lbbc-eheader__utility { display: none; }
	.lbbc-eheader__main-inner { min-height: 76px; }
	.lbbc-eheader__toggle { display: block; }
	.lbbc-eheader__nav { top: 76px; }
	.lbbc-eheader__mega-panel { position: static; box-shadow: none; }
	.lbbc-eheader__mega-grid { grid-template-columns: 1fr; }
	.lbbc-eheader__mega-feature { display: none; }
	.lbbc-visual__hero-media { inset: 0; }
	.lbbc-visual__hero-media::after { background: rgba(1,9,61,.72); }
	.lbbc-visual__hero-grid { grid-template-columns: 1fr; }
	.lbbc-visual__hero-copy { padding-right: 0; }
	.lbbc-visual__hero-copy::before { display: none; }
	.lbbc-visual__finder { grid-template-columns: repeat(2, 1fr); gap: 4px; }
	.lbbc-visual__finder button { min-height: 54px; grid-column: 1/-1; }
	.lbbc-visual__direction-grid { grid-template-columns: repeat(2, 1fr); }
	.lbbc-visual__legacy-grid, .lbbc-visual__voices-grid, .lbbc-visual__partner-groups, .lbbc-einner__body-grid { grid-template-columns: 1fr; }
	.lbbc-visual__legacy-primary > img { min-height: 360px; }
	.lbbc-visual__news-cards article { flex-basis: calc((100% - 16px) / 2); }
	.lbbc-visual__journey-grid { grid-template-columns: repeat(2, 1fr); gap: 28px 0; }
	.lbbc-visual__journey-grid article:nth-child(2)::after { display: none; }
	.lbbc-visual__cta { grid-template-columns: 1fr; text-align: center; }
	.lbbc-visual__cta .lbbc-visual__actions { justify-content: center; }
	.lbbc-efooter__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
	.lbbc-visual__inner, .lbbc-eheader__container, .lbbc-efooter__inner, .lbbc-einner__wrap { width: min(calc(100% - 28px), var(--lbbc20-width)); }
	.lbbc-eheader__logo { flex-basis: 160px; }
	.lbbc-eheader__logo img { width: 155px; }
	.lbbc-eheader__apply { display: none; }
	body .lbbc-visual--hero, .lbbc-visual__hero-grid { min-height: 475px !important; }
	.lbbc-visual__hero-copy { padding: 50px 0 95px; }
	.lbbc-visual__hero-copy h1 { font-size: 3rem; }
	.lbbc-visual--finder .lbbc-visual__inner { margin-top: -72px; }
	.lbbc-visual__finder, .lbbc-visual__direction-grid, .lbbc-visual__stats, .lbbc-visual__journey-grid, .lbbc-efooter__grid { grid-template-columns: 1fr; }
	.lbbc-visual__direction { min-height: 270px; }
	.lbbc-visual__stats article { padding: 18px 0; border-top: 1px solid var(--lbbc20-line); border-left: 0; }
	.lbbc-visual__news-cards article { flex-basis: 86%; }
	.lbbc-visual__voice-card { flex-basis: calc((100% - 10px) / 2); }
	.lbbc-visual__journey-grid article::after { display: none !important; }
	.lbbc-visual--directions .lbbc-visual__heading { display: block; }
	.lbbc-visual--directions .lbbc-visual__heading p { margin-top: 8px; }
	.lbbc-efooter__grid { gap: 28px; }
}

@media (prefers-reduced-motion: reduce) {
	.lbbc-visual__direction img, .lbbc-visual__news-image img, .lbbc-visual__button { transition: none; }
}
