.disclosure-page { background: #f6f3ec; }

.disclosure-hero { background: #0b2f67; color: #fff; min-height: 480px; display: flex; align-items: end; position: relative; overflow: hidden; }
.disclosure-hero::before { content: "BPPS"; position: absolute; right: -2vw; bottom: -0.2em; color: rgba(255,255,255,.035); font-family: var(--font-display); font-size: clamp(10rem, 27vw, 31rem); line-height: .72; letter-spacing: -.08em; pointer-events: none; }
.disclosure-hero::after { content: ""; width: 420px; height: 420px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; position: absolute; right: 8vw; top: -180px; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.018); }
.disclosure-hero__inner { position: relative; z-index: 1; padding-top: 115px; padding-bottom: 82px; }
.disclosure-hero nav { display: flex; gap: 10px; margin-bottom: 55px; font-size: .72rem; text-transform: uppercase; letter-spacing: .13em; color: rgba(255,255,255,.7); }
.disclosure-hero nav a { color: #fff; }
.disclosure-hero h1 { margin: 15px 0 20px; max-width: 840px; font-family: var(--font-display); font-size: clamp(3.6rem, 7vw, 7rem); font-weight: 400; line-height: .82; letter-spacing: -.055em; }
.disclosure-hero h1 em { color: #f3c9c9; font-weight: 400; }
.disclosure-hero__inner > p:last-child { max-width: 580px; color: rgba(255,255,255,.72); font-size: 1.05rem; line-height: 1.65; }

.disclosure-summary { position: relative; z-index: 2; margin-top: -24px; }
.disclosure-summary__grid { display: grid; grid-template-columns: repeat(4, 1fr); background: #fff; border: 1px solid #d9dee7; box-shadow: 0 18px 45px rgba(10,31,63,.08); }
.disclosure-summary article { min-height: 128px; padding: 28px 30px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid #d9dee7; }
.disclosure-summary article:last-child { border-right: 0; }
.disclosure-summary span { color: #6c7583; font-size: .7rem; text-transform: uppercase; letter-spacing: .13em; }
.disclosure-summary strong { color: #0b2f67; font-family: var(--font-display); font-size: clamp(1.3rem, 2vw, 2rem); font-weight: 500; line-height: 1.08; }

.disclosure-content { padding: 95px 0 120px; }
.disclosure-layout { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: clamp(50px, 7vw, 105px); align-items: start; }
.disclosure-nav { position: sticky; top: 40px; border-top: 3px solid #b20e22; }
.disclosure-nav .eyebrow { margin: 25px 0 18px; }
.disclosure-nav a { display: flex; gap: 14px; padding: 15px 0; border-top: 1px solid #d9dee7; color: #46536a; font-size: .82rem; line-height: 1.25; }
.disclosure-nav a span { color: #b20e22; font-weight: 800; font-size: .7rem; letter-spacing: .1em; }
.disclosure-nav a:hover { color: #0b2f67; transform: translateX(4px); }

.disclosure-intro { padding-bottom: 72px; border-bottom: 1px solid #cfd6e0; }
.disclosure-intro h2 { margin: 13px 0 22px; color: #0b2f67; font-family: var(--font-display); font-size: clamp(3rem, 5vw, 5.4rem); font-weight: 400; line-height: .94; letter-spacing: -.045em; }
.disclosure-intro h2 em { color: #b20e22; font-weight: 400; }
.disclosure-intro > p:last-child { max-width: 740px; color: #586477; line-height: 1.7; }

.disclosure-block { padding: 78px 0 25px; scroll-margin-top: 30px; }
.disclosure-block + .disclosure-block { margin-top: 35px; border-top: 1px solid #cfd6e0; }
.disclosure-block__heading { display: flex; gap: 22px; align-items: flex-start; margin-bottom: 32px; }
.disclosure-block__heading > span { color: #b20e22; border: 1px solid #b20e22; width: 34px; height: 34px; display: grid; place-items: center; font-size: .7rem; font-weight: 800; }
.disclosure-block__heading p { margin: 0 0 5px; color: #b20e22; font-size: .68rem; text-transform: uppercase; letter-spacing: .14em; font-weight: 800; }
.disclosure-block__heading h2 { margin: 0; color: #0b2f67; font-family: var(--font-display); font-size: clamp(2.2rem, 4vw, 3.7rem); font-weight: 400; letter-spacing: -.035em; }
.disclosure-table-wrap { overflow-x: auto; background: #fff; border: 1px solid #d9dee7; }
.disclosure-table-wrap table { width: 100%; border-collapse: collapse; min-width: 620px; }
.disclosure-table-wrap th, .disclosure-table-wrap td { padding: 17px 20px; border-bottom: 1px solid #e0e4ea; text-align: left; vertical-align: top; font-size: .86rem; line-height: 1.5; }
.disclosure-table-wrap tr:last-child > * { border-bottom: 0; }
.disclosure-table-wrap th { width: 34%; color: #172f54; font-weight: 650; }
.disclosure-table-wrap td { color: #536075; }
.disclosure-table-wrap thead th { background: #0b2f67; color: #fff; width: auto; font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; }
.document-table td:first-child { width: 64px; color: #b20e22; font-weight: 800; }
.document-table td:last-child { width: 145px; }
.document-table td a { display: inline-block; color: #b20e22; font-weight: 750; border-bottom: 1px solid currentColor; white-space: nowrap; }
.document-links { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: #d9dee7; border: 1px solid #d9dee7; margin-bottom: 45px; }
.document-links a { min-height: 90px; background: #fff; padding: 22px 24px; display: flex; justify-content: space-between; align-items: center; color: #17355f; font-family: var(--font-display); font-size: 1.25rem; }
.document-links a:hover { background: #0b2f67; color: #fff; }
.document-links b { color: #b20e22; font-family: sans-serif; }
.subtable-title { margin: 0 0 15px; color: #0b2f67; font-family: var(--font-display); font-size: 1.7rem; font-weight: 500; }
.table-note { margin-top: 15px; color: #687386; font-size: .78rem; }
.stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid #d9dee7; background: #fff; }
.stat-grid article { min-height: 150px; padding: 27px; border-right: 1px solid #d9dee7; border-bottom: 1px solid #d9dee7; display: flex; flex-direction: column; justify-content: space-between; }
.stat-grid article:nth-child(3n) { border-right: 0; }
.stat-grid article:nth-last-child(-n+3) { border-bottom: 0; }
.stat-grid strong { color: #b20e22; font-family: var(--font-display); font-size: 3.2rem; font-weight: 400; line-height: 1; }
.stat-grid span { color: #243b5e; font-size: .8rem; }
.inspection-link { margin-top: 25px; min-height: 110px; padding: 24px 28px; background: #0b2f67; color: #fff; display: flex; align-items: center; justify-content: space-between; }
.inspection-link span { display: flex; flex-direction: column; gap: 5px; font-family: var(--font-display); font-size: 1.5rem; }
.inspection-link small { color: #f0b7bd; font: 800 .63rem/1 var(--font-sans); text-transform: uppercase; letter-spacing: .13em; }
.inspection-link b { width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; background: #b20e22; font-size: .8rem; }
.disclosure-note { margin-top: 75px; border-left: 4px solid #b20e22; background: #eee9df; padding: 25px 30px; }
.disclosure-note strong { color: #0b2f67; text-transform: uppercase; font-size: .7rem; letter-spacing: .12em; }
.disclosure-note p { margin: 8px 0 0; color: #596477; line-height: 1.65; font-size: .85rem; }

@media (max-width: 980px) {
  .disclosure-summary__grid { grid-template-columns: 1fr 1fr; }
  .disclosure-summary article:nth-child(2) { border-right: 0; }
  .disclosure-summary article:nth-child(-n+2) { border-bottom: 1px solid #d9dee7; }
  .disclosure-layout { grid-template-columns: 1fr; }
  .disclosure-nav { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 0 25px; }
  .disclosure-nav .eyebrow { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .disclosure-hero { min-height: 430px; }
  .disclosure-hero__inner { padding-bottom: 58px; }
  .disclosure-hero nav { margin-bottom: 36px; }
  .disclosure-summary { margin-top: 0; }
  .disclosure-summary__grid { grid-template-columns: 1fr; }
  .disclosure-summary article { min-height: 105px; border-right: 0; border-bottom: 1px solid #d9dee7; }
  .disclosure-summary article:last-child { border-bottom: 0; }
  .disclosure-content { padding: 70px 0 85px; }
  .disclosure-nav { grid-template-columns: 1fr; }
  .disclosure-block { padding-top: 58px; }
  .document-links, .stat-grid { grid-template-columns: 1fr; }
  .stat-grid article, .stat-grid article:nth-child(3n), .stat-grid article:nth-last-child(-n+3) { border-right: 0; border-bottom: 1px solid #d9dee7; }
  .stat-grid article:last-child { border-bottom: 0; }
  .inspection-link span { font-size: 1.15rem; }
}
