/* Content pages use the same modular colour system as the start page. */
body.bf-modern { background:#f8f7f3; }
.bf-header { min-height:96px; }.bf-home { color:#10213d; }
.bf-hero { min-height:555px; align-items:center; padding-top:clamp(5rem,10vw,8rem); padding-bottom:clamp(5rem,10vw,8rem); }
.bf-hero-inner { max-width:850px; }.bf-hero h1 { font-size:clamp(3.5rem,7.5vw,7.5rem); letter-spacing:-.03em; line-height:1.04; }.bf-hero .bf-summary { max-width:570px; font-size:clamp(1.15rem,1.8vw,1.4rem); }
.bf-article { max-width:1280px; padding:clamp(4.5rem,9vw,8.5rem) clamp(1.25rem,5vw,5.5rem); }
.bf-section { min-height:260px; margin-bottom:1.25rem; padding:clamp(2rem,4vw,4rem); border:0; background:#fff; }
.bf-section:nth-child(3n+2) { background:#c9dcff; }.bf-section:nth-child(3n+3) { color:#fff; background:#123665; }.bf-section:nth-child(3n+4) { background:#ff8766; }
.bf-section:nth-child(3n+3) h2,.bf-section:nth-child(3n+3) h3,.bf-section:nth-child(3n+3) h4,.bf-section:nth-child(3n+3) a { color:#fff; }.bf-section:nth-child(3n+3) a { color:#d9f37a; }.bf-section:nth-child(3n+3) blockquote { color:#fff; border-color:#d9f37a; }
.bf-section h2,.bf-section h3,.bf-section h4 { max-width:850px; font-size:clamp(2.1rem,4.3vw,4rem); letter-spacing:-.045em; line-height:1.04; }.bf-section h3 { font-size:clamp(1.65rem,3vw,2.65rem); }.bf-section h4 { font-size:1.35rem; }
.bf-section p,.bf-section li,.bf-section blockquote { max-width:760px; }.bf-section figure { margin:0 0 2rem; }.bf-section figure img { max-width:820px; }.bf-section:nth-child(3n+3) figure img { box-shadow:8px 8px 0 #d9f37a; }
.bf-footer { margin-top:0; }.bf-footer .bf-logo { filter:none; }
.bf-action-list { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1.25rem; margin:1.25rem 0; }
.bf-action-card { min-height:205px; padding:1.75rem; display:flex; flex-direction:column; justify-content:space-between; background:#c9dcff; border-top:5px solid #123665; }
.bf-action-card:nth-child(3n+2) { background:#ffccb8; border-color:#ff8766; }.bf-action-card:nth-child(3n+3) { color:#fff; background:#123665; border-color:#d9f37a; }
.bf-action-card h2,.bf-action-card h3,.bf-action-card h4 { margin:0 0 1.5rem; color:#10213d; font-size:clamp(1.35rem,2.2vw,2rem); font-weight:600; letter-spacing:-.035em; line-height:1.08; }.bf-action-card:nth-child(3n+3) h2,.bf-action-card:nth-child(3n+3) h3,.bf-action-card:nth-child(3n+3) h4 { color:#fff; }
.bf-action-link { display:inline-block; width:max-content; max-width:100%; padding:.7rem .85rem; color:#fff !important; background:#123665; font-family:"DM Mono",monospace; font-size:13px; font-weight:500; text-decoration:none !important; }.bf-action-card:nth-child(3n+3) .bf-action-link { color:#123665 !important; background:#d9f37a; }
.bf-section ul,.bf-section ol { margin:1.5rem 0; padding-left:1.6rem; }.bf-section li { margin:.75rem 0; padding-left:.35rem; }
@media (max-width:700px) { .bf-header { min-height:78px; }.bf-hero { min-height:480px; }.bf-section { min-height:unset; padding:1.6rem; } }
