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


.bmpd {
	overflow: visible;
}

.bmpd-hero,
.bmpd-nav,
.bmpd-footer-note {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	padding-left: max(24px, calc((100vw - 1200px) / 2));
	padding-right: max(24px, calc((100vw - 1200px) / 2));
}

.bmpd-nav {
	padding-left: max(20px, calc((100vw - 1200px) / 2));
	padding-right: max(20px, calc((100vw - 1200px) / 2));
}

.bmpd-section,
.bmpd-admin-warning {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

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

.bmpd-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
	gap: 28px;
	align-items: center;
	padding: clamp(28px, 5vw, 56px);
	border-radius: 2px;
	background: var(--bmpd-navy);
	color: var(--bmpd-white);
}

.bmpd-eyebrow {
	display: block;
	margin-bottom: 9px;
	color: var(--bmpd-gold);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.bmpd-hero h1 {
	margin: 0;
	color: var(--bmpd-white);
	font-size: clamp(34px, 5vw, 58px);
	line-height: 1.08;
}

.bmpd-hero p {
	margin: 18px 0 0;
	max-width: 790px;
	color: #d6e1ec;
	font-size: 16px;
	line-height: 1.75;
}

.bmpd-identity {
	display: grid;
	gap: 8px;
	padding: 24px;
	border-top: 4px solid var(--bmpd-gold);
	background: rgba(255,255,255,.08);
}

.bmpd-identity strong {
	color: var(--bmpd-white);
	font-size: 18px;
	line-height: 1.45;
}

.bmpd-identity span {
	color: #d6e1ec;
	font-size: 14px;
}

.bmpd-admin-warning {
	margin-top: 18px;
	padding: 14px 16px;
	border-left: 4px solid #b42318;
	background: #fff1ef;
	color: #8a251d;
	font-weight: 600;
	line-height: 1.55;
}

.bmpd-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 1px;
	margin: 24px 0 0;
	background: var(--bmpd-border);
	border: 1px solid var(--bmpd-border);
}

.bmpd-nav a {
	flex: 1 1 160px;
	padding: 13px 14px;
	background: var(--bmpd-white);
	color: var(--bmpd-navy);
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
}

.bmpd-nav a:hover,
.bmpd-nav a:focus-visible {
	background: var(--bmpd-gold);
	color: var(--bmpd-navy);
	outline: none;
}

.bmpd-section {
	margin-top: clamp(46px, 7vw, 82px);
	scroll-margin-top: 100px;
}

.bmpd-section-heading {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 22px;
}

.bmpd-section-heading > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background: var(--bmpd-gold);
	color: var(--bmpd-navy);
	font-size: 21px;
	font-weight: 800;
}

.bmpd-section-heading small {
	display: block;
	margin-bottom: 4px;
	color: var(--bmpd-blue);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.bmpd-section-heading h2 {
	margin: 0;
	color: var(--bmpd-navy);
	font-size: clamp(27px, 3.4vw, 40px);
	line-height: 1.15;
}

.bmpd-table-wrap {
	width: 100%;
	overflow-x: auto;
	border: 1px solid var(--bmpd-border);
	background: var(--bmpd-white);
}

.bmpd-table {
	width: 100%;
	min-width: 720px;
	border-collapse: collapse;
}

.bmpd-table th,
.bmpd-table td {
	padding: 14px 15px;
	border-right: 1px solid var(--bmpd-border);
	border-bottom: 1px solid var(--bmpd-border);
	text-align: left;
	vertical-align: top;
	line-height: 1.55;
}

.bmpd-table th:last-child,
.bmpd-table td:last-child {
	border-right: 0;
}

.bmpd-table tbody tr:last-child td {
	border-bottom: 0;
}

.bmpd-table th {
	background: var(--bmpd-navy);
	color: var(--bmpd-white);
	font-size: 13px;
	font-weight: 700;
}

.bmpd-table td:first-child {
	width: 76px;
	text-align: center;
	font-weight: 700;
	color: var(--bmpd-navy);
}

.bmpd-table td {
	color: var(--bmpd-text);
	font-size: 14px;
}

.bmpd-table a {
	color: var(--bmpd-blue);
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.bmpd-documents {
	display: grid;
	gap: 12px;
}

.bmpd-document {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr) auto;
	align-items: center;
	gap: 16px;
	padding: 17px;
	border: 1px solid var(--bmpd-border);
	border-left: 4px solid var(--bmpd-blue);
	background: var(--bmpd-white);
	box-shadow: 0 5px 18px rgba(0,33,71,.05);
}

.bmpd-document--expired {
	border-left-color: #b42318;
}

.bmpd-document--expiring,
.bmpd-document--review {
	border-left-color: #c17c00;
}

.bmpd-document--archived {
	opacity: .7;
}

.bmpd-document__number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	background: var(--bmpd-soft);
	color: var(--bmpd-navy);
	font-weight: 800;
}

.bmpd-document__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-bottom: 7px;
}

.bmpd-document__meta span {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 3px 8px;
	background: var(--bmpd-soft);
	color: var(--bmpd-muted);
	font-size: 11px;
	font-weight: 700;
}

.bmpd-document h3 {
	margin: 0;
	color: var(--bmpd-navy);
	font-size: 16px;
	line-height: 1.45;
}

.bmpd-document__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 8px;
}

.bmpd-document__actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 8px 13px;
	background: var(--bmpd-navy);
	color: var(--bmpd-white);
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}

.bmpd-document__actions a:last-child {
	background: var(--bmpd-gold);
	color: var(--bmpd-navy);
}

.bmpd-document__actions a:hover,
.bmpd-document__actions a:focus-visible {
	background: var(--bmpd-blue);
	color: var(--bmpd-white);
	outline: none;
}

.bmpd-result-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	margin-top: 26px;
}

.bmpd-result-card {
	min-width: 0;
	padding: 20px;
	border-top: 4px solid var(--bmpd-gold);
	background: var(--bmpd-soft);
}

.bmpd-result-card h3 {
	margin: 0 0 14px;
	color: var(--bmpd-navy);
	font-size: 20px;
}

.bmpd-table--results {
	min-width: 600px;
}

.bmpd-footer-note {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-top: 54px;
	padding: 20px;
	border-top: 4px solid var(--bmpd-gold);
	background: var(--bmpd-navy);
	color: var(--bmpd-white);
}

.bmpd-footer-note strong {
	color: var(--bmpd-gold);
}

.bmpd-footer-note span {
	color: #d6e1ec;
	text-align: right;
}

.bmpd-empty {
	padding: 24px;
	border: 1px dashed var(--bmpd-border);
	background: var(--bmpd-soft);
	color: var(--bmpd-muted);
	text-align: center;
}

@media (max-width: 900px) {
	.bmpd-hero,
	.bmpd-result-grid {
		grid-template-columns: 1fr;
	}

	.bmpd-document {
		grid-template-columns: 52px minmax(0, 1fr);
	}

	.bmpd-document__actions {
		grid-column: 1 / -1;
		justify-content: stretch;
	}

	.bmpd-document__actions a {
		flex: 1 1 140px;
	}
}

@media (max-width: 640px) {
	.bmpd-nav {
		flex-wrap: nowrap;
		overflow-x: auto;
		scrollbar-width: thin;
	}

	.bmpd-nav a {
		flex: 0 0 auto;
	}

	.bmpd-footer-note {
		flex-direction: column;
		align-items: flex-start;
	}

	.bmpd-footer-note span {
		text-align: left;
	}
}


.bmpd-linked-note {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 15px;
	padding: 15px 17px;
	border-left: 4px solid var(--bmpd-gold);
	background: #fff9d8;
	color: var(--bmpd-text);
}

.bmpd-linked-note strong {
	color: var(--bmpd-navy);
}

.bmpd-linked-note span {
	color: var(--bmpd-muted);
	text-align: right;
}

.bmpd-inline-link {
	display: inline-flex;
	margin-left: 8px;
	color: var(--bmpd-blue) !important;
	font-size: 12px;
	font-weight: 800;
	white-space: nowrap;
}

.bmpd-staff-cta {
	display: flex;
	justify-content: flex-end;
	margin-top: 15px;
}

.bmpd-staff-cta a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 16px;
	background: var(--bmpd-gold);
	color: var(--bmpd-navy) !important;
	font-weight: 800;
	text-decoration: none !important;
}

.bmpd-staff-cta a:hover,
.bmpd-staff-cta a:focus-visible {
	background: var(--bmpd-navy);
	color: var(--bmpd-white) !important;
	outline: none;
}

@media (max-width: 700px) {
	.bmpd-linked-note {
		flex-direction: column;
		align-items: flex-start;
	}

	.bmpd-linked-note span {
		text-align: left;
	}

	.bmpd-staff-cta a {
		width: 100%;
	}
}

/* ================================================================
   v1.7.1 mobile disclosure audit
   Converts wide compliance tables into readable labelled cards.
   ================================================================ */
.bmpd-section,
.bmpd-admin-warning {
	width: min(calc(100% - 40px), 1200px);
}

@media (max-width: 700px) {
	.bmpd {
		overflow: hidden;
	}

	.bmpd-hero,
	.bmpd-nav,
	.bmpd-footer-note {
		width: 100%;
		margin-left: 0;
		padding-left: 18px;
		padding-right: 18px;
	}

	.bmpd-hero {
		gap: 20px;
		padding-top: 36px;
		padding-bottom: 36px;
		border-radius: 0;
	}

	.bmpd-hero h1 {
		font-size: clamp(34px, 11vw, 46px);
		overflow-wrap: anywhere;
	}

	.bmpd-hero p {
		font-size: 14px;
		line-height: 1.65;
	}

	.bmpd-identity {
		padding: 18px;
	}

	.bmpd-nav {
		position: relative;
		gap: 7px;
		margin-top: 14px;
		padding-top: 10px;
		padding-bottom: 10px;
		border: 0;
		background: #f3f6f9;
		scroll-snap-type: x proximity;
	}

	.bmpd-nav a {
		min-height: 42px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		border: 1px solid var(--bmpd-border);
		border-radius: 8px;
		font-size: 12px;
		scroll-snap-align: start;
	}

	.bmpd-section,
	.bmpd-admin-warning {
		width: min(calc(100% - 28px), 1200px);
	}

	.bmpd-section {
		margin-top: 46px;
		scroll-margin-top: 86px;
	}

	.bmpd-section-heading {
		align-items: flex-start;
		gap: 12px;
		margin-bottom: 18px;
	}

	.bmpd-section-heading > span {
		width: 42px;
		height: 42px;
		flex: 0 0 42px;
		font-size: 18px;
	}

	.bmpd-section-heading h2 {
		font-size: clamp(25px, 8vw, 34px);
		overflow-wrap: anywhere;
	}

	.bmpd-table-wrap {
		overflow: visible;
		border: 0;
		background: transparent;
	}

	.bmpd-table,
	.bmpd-table--results,
	.bmpd-table tbody {
		width: 100%;
		min-width: 0;
		display: block;
	}

	.bmpd-table thead {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0 0 0 0);
		white-space: nowrap;
		border: 0;
	}

	.bmpd-table tr {
		display: block;
		margin-bottom: 12px;
		border: 1px solid var(--bmpd-border);
		border-top: 4px solid var(--bmpd-gold);
		background: var(--bmpd-white);
		box-shadow: 0 6px 18px rgba(0,33,71,.055);
	}

	.bmpd-table tbody tr:last-child {
		margin-bottom: 0;
	}

	.bmpd-table td,
	.bmpd-table td:first-child {
		width: 100%;
		display: grid;
		grid-template-columns: minmax(105px, 38%) minmax(0, 1fr);
		gap: 12px;
		align-items: start;
		padding: 11px 13px;
		border-right: 0;
		border-bottom: 1px solid var(--bmpd-border);
		font-size: 13px;
		line-height: 1.5;
		text-align: left;
		overflow-wrap: anywhere;
	}

	.bmpd-table td:last-child {
		border-bottom: 0;
	}

	.bmpd-table td::before {
		content: attr(data-label);
		color: var(--bmpd-navy);
		font-size: 10px;
		font-weight: 800;
		letter-spacing: .045em;
		line-height: 1.45;
		text-transform: uppercase;
	}

	.bmpd-inline-link {
		margin: 7px 0 0;
		white-space: normal;
	}

	.bmpd-result-grid {
		gap: 16px;
	}

	.bmpd-result-card {
		padding: 15px;
	}

	.bmpd-result-card h3 {
		font-size: 18px;
	}

	.bmpd-document {
		grid-template-columns: 46px minmax(0, 1fr);
		gap: 12px;
		padding: 14px;
	}

	.bmpd-document__number {
		width: 42px;
		height: 42px;
	}

	.bmpd-document h3 {
		font-size: 14px;
		overflow-wrap: anywhere;
	}

	.bmpd-document__actions {
		grid-column: 1 / -1;
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}

	.bmpd-document__actions a {
		width: 100%;
		min-width: 0;
	}

	.bmpd-linked-note {
		flex-direction: column;
		align-items: flex-start;
		gap: 6px;
	}

	.bmpd-linked-note span {
		text-align: left;
	}

	.bmpd-staff-cta {
		justify-content: stretch;
	}

	.bmpd-staff-cta a {
		width: 100%;
		text-align: center;
	}

	.bmpd-footer-note {
		align-items: flex-start;
		padding-top: 18px;
		padding-bottom: 18px;
	}
}

@media (max-width: 420px) {
	.bmpd-table td,
	.bmpd-table td:first-child {
		grid-template-columns: 1fr;
		gap: 4px;
	}

	.bmpd-document__actions {
		grid-template-columns: 1fr;
	}
}


/* v1.7.26 — transparent source note for verified result figures. */
.bmpd-evidence-note{display:flex;align-items:flex-start;gap:12px;margin:16px 0 0;padding:14px 16px;border-left:3px solid var(--bmpd-gold);background:#fff9dc;color:var(--bmpd-text);font-size:12px;line-height:1.55}.bmpd-evidence-note strong{flex:0 0 auto;color:var(--bmpd-navy)}.bmpd-evidence-note span{color:var(--bmpd-muted)}
@media(max-width:620px){.bmpd-evidence-note{flex-direction:column;gap:4px}}
