.bhps {
	--bhps-navy: #002147;
	--bhps-blue: #0c4a7d;
	--bhps-gold: #fdc800;
	--bhps-white: #ffffff;
	--bhps-soft: #f5f5f5;
	--bhps-border: #e5e5e5;
	--bhps-text: #222222;
	--bhps-muted: #666666;
	color: var(--bhps-text);
	font-family: inherit;
}

.bhps *,
.bhps *::before,
.bhps *::after {
	box-sizing: border-box;
}

.bhps-inner {
	width: min(1200px, calc(100% - 40px));
	margin: 0 auto;
}

.bhps-hero {
	position: relative;
	width: 100vw;
	min-height: clamp(560px, 76vh, 760px);
	margin-left: calc(50% - 50vw);
	background-position: center;
	background-size: cover;
	background-color: var(--bhps-navy);
	overflow: hidden;
}

.bhps-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(0,33,71,.94) 0%, rgba(0,33,71,.78) 46%, rgba(0,33,71,.3) 100%);
}

.bhps-hero__content {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: inherit;
	padding-top: 70px;
	padding-bottom: 130px;
	color: var(--bhps-white);
}

.bhps-hero__content > span,
.bhps-section-head > span,
.bhps-welcome__content > span,
.bhps-admission span {
	display: block;
	margin-bottom: 9px;
	color: var(--bhps-gold);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.bhps-hero h1 {
	max-width: 920px;
	margin: 0;
	color: var(--bhps-white);
	font-size: clamp(42px, 6vw, 76px);
	line-height: 1.04;
	letter-spacing: -.025em;
}

.bhps-hero p {
	max-width: 760px;
	margin: 22px 0 0;
	color: #d6e1ec;
	font-size: clamp(16px, 2vw, 19px);
	line-height: 1.75;
}

.bhps-hero__buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 28px;
}

.bhps-hero__buttons a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 12px 18px;
	border: 1px solid rgba(255,255,255,.36);
	color: var(--bhps-white) !important;
	font-weight: 800;
	text-decoration: none !important;
}

.bhps-hero__buttons a.is-primary {
	border-color: var(--bhps-gold);
	background: var(--bhps-gold);
	color: var(--bhps-navy) !important;
}

.bhps-hero__buttons a:hover,
.bhps-hero__buttons a:focus-visible {
	border-color: var(--bhps-blue);
	background: var(--bhps-blue);
	color: var(--bhps-white) !important;
	outline: none;
}

.bhps-quick {
	position: relative;
	z-index: 5;
	width: 100vw;
	margin-top: -82px;
	margin-left: calc(50% - 50vw);
}

.bhps-quick__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	box-shadow: 0 15px 40px rgba(0,33,71,.2);
}

.bhps-quick__card {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr);
	gap: 14px;
	align-items: center;
	min-height: 164px;
	padding: 24px;
	border-right: 1px solid rgba(255,255,255,.12);
	background: var(--bhps-navy);
	color: var(--bhps-white) !important;
	text-decoration: none !important;
}

.bhps-quick__card:nth-child(even) {
	background: var(--bhps-blue);
}

.bhps-quick__card:hover,
.bhps-quick__card:focus-visible {
	background: var(--bhps-gold);
	color: var(--bhps-navy) !important;
	outline: none;
}

.bhps-quick__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	border: 1px solid rgba(255,255,255,.25);
	color: var(--bhps-gold);
}

.bhps-quick__card:hover .bhps-quick__icon,
.bhps-quick__card:focus-visible .bhps-quick__icon {
	border-color: var(--bhps-navy);
	color: var(--bhps-navy);
}

.bhps-quick__icon svg,
.bhps-achievement__placeholder svg,
.bhps-gallery__placeholder svg {
	width: 31px;
	height: 31px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.bhps-quick__card strong {
	display: block;
	font-size: 17px;
	line-height: 1.3;
}

.bhps-quick__card span {
	display: block;
	margin-top: 6px;
	color: #d6e1ec;
	font-size: 13px;
	line-height: 1.5;
}

.bhps-quick__card:hover span,
.bhps-quick__card:focus-visible span {
	color: #303030;
}

.bhps-welcome {
	padding: clamp(90px, 10vw, 140px) 0 clamp(70px, 9vw, 120px);
	background: var(--bhps-white);
}

.bhps-welcome__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, .92fr);
	gap: clamp(34px, 6vw, 76px);
	align-items: center;
}

.bhps-welcome__media {
	position: relative;
	aspect-ratio: 16 / 10;
	min-height: 0;
	overflow: visible;
}

.bhps-welcome__media::before {
	content: "";
	position: absolute;
	right: -18px;
	bottom: -18px;
	width: 70%;
	height: 70%;
	background: var(--bhps-gold);
}

.bhps-welcome__media img,
.bhps-welcome__placeholder {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	min-height: 0;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	object-position: center center;
	overflow: hidden;
}

.bhps-welcome__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px;
	background: var(--bhps-navy);
	color: var(--bhps-gold);
	text-align: center;
}

.bhps-welcome__content > span {
	color: var(--bhps-blue);
}

.bhps-welcome h2,
.bhps-section-head h2,
.bhps-admission h2 {
	margin: 0;
	color: var(--bhps-navy);
	font-size: clamp(32px, 4.5vw, 52px);
	line-height: 1.12;
	letter-spacing: -.02em;
}

.bhps-welcome__content > div {
	margin-top: 20px;
	color: var(--bhps-muted);
	font-size: 16px;
	line-height: 1.8;
}

.bhps-updates {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	padding: clamp(60px, 8vw, 100px) 0;
	background: var(--bhps-soft);
}

.bhps-updates__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.bhps-panel {
	padding: clamp(25px, 4vw, 42px);
	border-top: 5px solid var(--bhps-gold);
	background: var(--bhps-white);
	box-shadow: 0 10px 30px rgba(0,33,71,.06);
}

.bhps-panel--navy {
	background: var(--bhps-navy);
	color: var(--bhps-white);
}

.bhps-section-head {
	margin-bottom: 25px;
}

.bhps-section-head > span {
	color: var(--bhps-blue);
}

.bhps-panel--navy .bhps-section-head > span,
.bhps-admission span {
	color: var(--bhps-gold);
}

.bhps-panel .bhps-section-head h2 {
	font-size: clamp(28px, 3.4vw, 41px);
}

.bhps-panel--navy .bhps-section-head h2 {
	color: var(--bhps-white);
}

.bhps-list {
	display: grid;
}

.bhps-list__item {
	display: grid;
	grid-template-columns: 66px minmax(0, 1fr);
	gap: 16px;
	padding: 17px 0;
	border-bottom: 1px solid var(--bhps-border);
}

.bhps-panel--navy .bhps-list__item {
	border-bottom-color: rgba(255,255,255,.13);
}

.bhps-list__item time {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 54px;
	background: var(--bhps-gold);
	color: var(--bhps-navy);
	font-size: 13px;
	font-weight: 800;
	text-align: center;
}

.bhps-list__item h3 {
	margin: 0;
	color: var(--bhps-navy);
	font-size: 17px;
	line-height: 1.4;
}

.bhps-panel--navy .bhps-list__item h3 {
	color: var(--bhps-white);
}

.bhps-list__item a,
.bhps-list__item span {
	display: inline-block;
	margin-top: 6px;
	color: var(--bhps-blue);
	font-size: 12px;
	font-weight: 700;
}

.bhps-panel--navy .bhps-list__item span {
	color: #b7cde0;
}

.bhps-view-all {
	margin-top: 24px;
}

.bhps-view-all.is-center {
	text-align: center;
}

.bhps-view-all a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 43px;
	padding: 9px 15px;
	background: var(--bhps-gold);
	color: var(--bhps-navy) !important;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none !important;
}

.bhps-view-all a:hover,
.bhps-view-all a:focus-visible {
	background: var(--bhps-blue);
	color: var(--bhps-white) !important;
	outline: none;
}

.bhps-achievements {
	padding: clamp(70px, 9vw, 120px) 0;
	background: var(--bhps-white);
}

.bhps-section-head--center {
	max-width: 760px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.bhps-achievements__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.bhps-achievement {
	border: 1px solid var(--bhps-border);
	border-top: 4px solid var(--bhps-gold);
	background: var(--bhps-white);
	box-shadow: 0 8px 24px rgba(0,33,71,.05);
	overflow: hidden;
}

.bhps-achievement__image {
	position: relative;
	min-height: 220px;
	background: var(--bhps-navy);
}

.bhps-achievement__image img,
.bhps-achievement__placeholder {
	width: 100%;
	height: 100%;
	min-height: 220px;
	object-fit: cover;
}

.bhps-achievement__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--bhps-gold);
}

.bhps-achievement__placeholder svg {
	width: 64px;
	height: 64px;
}

.bhps-achievement__image > span {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 8px 11px;
	background: var(--bhps-gold);
	color: var(--bhps-navy);
	font-weight: 800;
}

.bhps-achievement__body {
	padding: 20px;
}

.bhps-achievement h3 {
	margin: 0;
	color: var(--bhps-navy);
	font-size: 19px;
	line-height: 1.4;
}

.bhps-achievement strong {
	display: block;
	margin-top: 8px;
	color: var(--bhps-blue);
	font-size: 14px;
}

.bhps-achievement p {
	margin: 8px 0 0;
	color: var(--bhps-muted);
	line-height: 1.6;
}

.bhps-gallery {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	padding: clamp(70px, 9vw, 120px) 0;
	background: var(--bhps-navy);
}

.bhps-gallery .bhps-section-head > span {
	color: var(--bhps-gold);
}

.bhps-gallery .bhps-section-head h2 {
	color: var(--bhps-white);
}

.bhps-gallery__grid {
	display: grid;
	grid-template-columns: 1.3fr repeat(2, .85fr);
	grid-template-rows: repeat(2, minmax(190px, 1fr));
	gap: 12px;
	min-height: 520px;
}

.bhps-gallery__item {
	position: relative;
	min-height: 190px;
	overflow: hidden;
	background: #00162f;
}

.bhps-gallery__item.is-large {
	grid-row: 1 / 3;
}

.bhps-gallery__item img,
.bhps-gallery__placeholder {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .3s ease;
}

.bhps-gallery__item:hover img {
	transform: scale(1.035);
}

.bhps-gallery__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--bhps-gold);
}

.bhps-gallery__placeholder svg {
	width: 58px;
	height: 58px;
}

.bhps-gallery__overlay {
	position: absolute;
	inset: auto 0 0;
	padding: 44px 18px 16px;
	background: linear-gradient(transparent, rgba(0,21,46,.9));
	color: var(--bhps-white);
}

.bhps-gallery__overlay strong {
	display: block;
	font-size: 16px;
	line-height: 1.35;
}

.bhps-gallery__overlay span {
	display: block;
	margin-top: 4px;
	color: var(--bhps-gold);
	font-size: 12px;
	font-weight: 700;
}

.bhps-admission {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	padding: clamp(50px, 7vw, 82px) 0;
	background: var(--bhps-gold);
}

.bhps-admission__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 30px;
	align-items: center;
}

.bhps-admission h2 {
	max-width: 820px;
}

.bhps-admission p {
	max-width: 760px;
	margin: 15px 0 0;
	color: #383838;
	line-height: 1.7;
}

.bhps-admission a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 13px 20px;
	background: var(--bhps-navy);
	color: var(--bhps-white) !important;
	font-weight: 800;
	text-decoration: none !important;
	white-space: nowrap;
}

.bhps-admission a:hover,
.bhps-admission a:focus-visible {
	background: var(--bhps-blue);
	color: var(--bhps-white) !important;
	outline: none;
}

.bhps-empty {
	padding: 18px;
	background: var(--bhps-soft);
	color: var(--bhps-muted);
	text-align: center;
}

.bhps-panel--navy .bhps-empty {
	background: rgba(255,255,255,.08);
	color: #d6e1ec;
}

@media (max-width: 1050px) {
	.bhps-quick__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bhps-welcome__grid,
	.bhps-updates__grid {
		grid-template-columns: 1fr;
	}

	.bhps-achievements__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bhps-gallery__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: auto;
		min-height: 0;
	}

	.bhps-gallery__item,
	.bhps-gallery__item.is-large {
		grid-row: auto;
		min-height: 280px;
	}

	.bhps-gallery__item.is-large {
		grid-column: 1 / -1;
		min-height: 420px;
	}
}

@media (max-width: 760px) {
	.bhps-inner {
		width: min(100% - 28px, 1200px);
	}

	.bhps-hero {
		min-height: 640px;
	}

	.bhps-hero__content {
		padding-top: 55px;
		padding-bottom: 135px;
	}

	.bhps-hero__overlay {
		background: rgba(0,33,71,.84);
	}

	.bhps-quick {
		margin-top: -90px;
	}

	.bhps-welcome__media {
		aspect-ratio: 4 / 3;
	}

	.bhps-welcome__media img,
	.bhps-welcome__placeholder {
		width: 100%;
		height: 100%;
		min-height: 0;
		aspect-ratio: 4 / 3;
		object-fit: cover;
		object-position: center center;
	}

	.bhps-achievements__grid {
		grid-template-columns: 1fr;
	}

	.bhps-admission__inner {
		grid-template-columns: 1fr;
	}

	.bhps-admission a {
		width: 100%;
	}
}

@media (max-width: 580px) {
	.bhps-hero h1 {
		font-size: clamp(39px, 12vw, 58px);
	}

	.bhps-hero__buttons a {
		width: 100%;
	}

	.bhps-quick__grid,
	.bhps-gallery__grid {
		grid-template-columns: 1fr;
	}

	.bhps-quick__card {
		min-height: 130px;
	}

	.bhps-gallery__item,
	.bhps-gallery__item.is-large {
		grid-column: auto;
		min-height: 260px;
	}
}
