/* ============================================================
   BENEFICIARIES — PAGE STYLES
   Shared colours and typography: css/style.css
   Shared About layout/navigation: css/executive-summary.css
   ============================================================ */
.beneficiaries-page {
    --bn-card-radius: 14px;       /* Card and evidence-panel corners */
    --bn-card-padding: 30px;     /* Space inside beneficiary cards */
    --bn-card-gap: 22px;         /* Gap between the two cards */
    --bn-section-space: 50px;    /* Space before the pedigree section */
}
.bn-hero { background: var(--navy-950); color: white; padding: 25px 0 52px; }
.bn-hero .summary-breadcrumb { margin-bottom: 40px; }
.bn-hero-grid { display: grid; grid-template-columns: minmax(0,1.5fr) minmax(0,1fr); gap: 65px; align-items: center; }
.bn-hero .summary-eyebrow { color: #91c5e3; margin-bottom: 17px; }
.bn-hero h1 { font-size: clamp(37px,4.4vw,61px); font-weight: 550; line-height: 1.08; letter-spacing: -.045em; margin: 0 0 22px; }
.bn-hero h1 > span { color: #65b5e1; }
.bn-hero-lead { font-size: clamp(20px,2vw,25px); color: #c2d2de; line-height: 1.45; letter-spacing: -.025em; margin: 0; }
.bn-hero-link { display: inline-flex; align-items: center; gap: 30px; margin-top: 25px; padding-bottom: 7px; border-bottom: 1px solid #5a7487; font-size: 12px; font-weight: 600; }
.bn-hero-link:hover { color: #a5d7f4; }
.bn-hero-note { border-left: 1px solid #355066; padding-left: 32px; }
.bn-note-mark { display: block; color: #80bedf; font-size: 34px; line-height: 1; margin-bottom: 17px; }
.bn-hero-note > p { color: #d0dfe9; font-size: 22px; line-height: 1.5; letter-spacing: -.025em; margin: 0 0 24px; }
.bn-hero-labels { display: flex; flex-wrap: wrap; gap: 11px 20px; color: #91c5e3; font-size: 9px; line-height: 1.5; font-weight: 650; letter-spacing: .07em; }
.bn-layout { padding-top: 64px; }
.bn-audiences, .bn-pedigree { scroll-margin-top: calc(var(--summary-header-height) + 24px); }
.bn-audiences > h2, .bn-pedigree > h2 { font-size: clamp(27px,2.8vw,37px); font-weight: 550; line-height: 1.2; letter-spacing: -.035em; margin: 0 0 20px; }
.bn-introduction { color: var(--muted); font-size: 15px; line-height: 1.85; margin: 0; }
.bn-beneficiary-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: var(--bn-card-gap); margin-top: 30px; }
.bn-beneficiary-card { padding: var(--bn-card-padding); border: 1px solid var(--line); border-radius: var(--bn-card-radius); background: var(--paper); display: flex; flex-direction: column; }
.bn-card-number { display: inline-grid; align-self: flex-start; place-items: center; width: 35px; height: 35px; border: 1px solid #c4dce9; border-radius: 50%; background: var(--blue-light); color: var(--blue); font-size: 11px; font-weight: 650; margin-bottom: 27px; }
.bn-card-kicker { color: var(--blue); font-size: 9px; font-weight: 650; letter-spacing: .1em; line-height: 1.5; margin: 0 0 12px; }
.bn-beneficiary-card h3 { font-size: 26px; font-weight: 550; line-height: 1.22; letter-spacing: -.035em; margin: 0 0 24px; }
.bn-list-label { margin: 0 0 9px; font-size: 11px; font-weight: 650; color: var(--muted); }
.bn-audience-list { margin: 0 0 26px; padding-left: 19px; color: var(--text); font-size: 13px; line-height: 1.8; }
.bn-audience-list li { padding-left: 3px; margin-bottom: 6px; }
.bn-audience-list li::marker { color: var(--blue); }
.bn-benefit { border-top: 1px solid var(--line); padding-top: 22px; margin-top: auto; }
.bn-benefit h4 { color: var(--blue); font-size: 12px; font-weight: 650; margin: 0 0 10px; }
.bn-benefit p { margin: 0; font-size: 14px; line-height: 1.85; color: var(--muted); }
.bn-pedigree { margin-top: var(--bn-section-space); padding-top: var(--bn-section-space); border-top: 1px solid var(--line); }
.bn-experience-list { margin-block: 27px 20px; }
.bn-experience { display: grid; grid-template-columns: 36px minmax(0,1fr); gap: 20px; padding-block: 22px; border-top: 1px solid var(--line); }
.bn-experience:last-child { border-bottom: 1px solid var(--line); }
.bn-experience-number { color: var(--blue); font-size: 12px; font-weight: 650; padding-top: 4px; }
.bn-experience h3 { font-size: 21px; font-weight: 550; line-height: 1.3; letter-spacing: -.02em; margin: 0 0 11px; }
.bn-experience p { font-size: 14px; line-height: 1.85; color: var(--muted); margin: 0; }
.bn-evidence { display: flex; align-items: flex-start; gap: 23px; padding: 30px; margin-top: 36px; border-left: 3px solid var(--blue); border-radius: 0 var(--bn-card-radius) var(--bn-card-radius) 0; background: var(--blue-light); }
.bn-evidence-icon { font-size: 28px; color: var(--blue); line-height: 1.2; }
.bn-evidence .summary-eyebrow { font-size: 9px; margin-bottom: 14px; }
.bn-evidence h2 { font-size: 27px; font-weight: 550; line-height: 1.2; letter-spacing: -.03em; margin: 0 0 16px; }
.bn-evidence p:not(.summary-eyebrow) { font-size: 14px; line-height: 1.8; color: #4e6a7e; margin: 0 0 14px; }
.bn-page-navigation { margin-top: 42px; display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); border-radius: var(--bn-card-radius); overflow: hidden; }
.bn-page-navigation a { display: flex; align-items: center; gap: 16px; padding: 23px 25px; font-size: 14px; font-weight: 600; transition: background 180ms; }
.bn-page-navigation a:hover { background: var(--paper); }
.bn-page-navigation small { display: block; font-size: 9px; font-weight: 650; letter-spacing: .1em; color: var(--muted); margin-bottom: 6px; }
.bn-next { border-left: 1px solid var(--line); justify-content: space-between; color: var(--blue); }
@media (max-width: 1100px) {
    .beneficiaries-page { --bn-card-padding: 25px; --bn-card-gap: 18px; }
    .bn-hero-grid { gap: 36px; }
    .bn-beneficiary-card h3 { font-size: 24px; }
}
@media (max-width: 900px) {
    .bn-layout { padding-top: 32px; }
    .bn-hero-note { padding-left: 25px; }
    .bn-hero-note > p { font-size: 19px; }
    .bn-hero-grid { gap: 25px; }
}
@media (max-width: 600px) {
    .beneficiaries-page { --bn-section-space: 36px; }
    .bn-hero { padding-bottom: 36px; }
    .bn-hero .summary-breadcrumb { margin-bottom: 28px; }
    .bn-hero-grid { grid-template-columns: 1fr; gap: 28px; }
    .bn-hero h1 { font-size: 41px; }
    .bn-hero-note { border-left: 0; border-top: 1px solid #355066; padding: 23px 0 0; }
    .bn-note-mark { display: none; }
    .bn-hero-note > p { font-size: 19px; margin-bottom: 19px; }
    .bn-beneficiary-grid { grid-template-columns: 1fr; gap: 20px; }
    .bn-beneficiary-card h3 { font-size: 27px; }
    .bn-audience-list { font-size: 14px; }
    .bn-experience { grid-template-columns: 25px minmax(0,1fr); gap: 14px; }
    .bn-evidence { padding: 25px 21px; gap: 14px; margin-top: 30px; }
    .bn-evidence h2 { font-size: 23px; }
    .bn-evidence h2 br { display: none; }
    .bn-evidence-icon { font-size: 24px; }
    .bn-page-navigation { grid-template-columns: 1fr; margin-top: 30px; }
    .bn-next { border-left: 0; border-top: 1px solid var(--line); }
    .bn-page-navigation a { padding: 20px 23px; }
}
