@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700&display=swap');

body.bf-modern { margin:0; background:#f8f7f3; color:#10213d; font-family:"DM Sans",Arial,sans-serif; font-size:18px; line-height:1.58; }
body.bf-modern > :not(#bf-page) { display:none !important; }
#bf-page * { box-sizing:border-box; }
#bf-page a { color:inherit; text-decoration-thickness:1px; text-underline-offset:4px; }
#bf-page a:focus-visible { outline:3px solid #ff8766; outline-offset:4px; }
.bf-skip { position:fixed; z-index:10; left:50%; top:0; transform:translate(-50%,-120%); padding:.7rem 1rem; color:#fff; background:#10213d; }
.bf-skip:focus { transform:translate(-50%,0); }
.bf-header { min-height:92px; padding:0 clamp(1.25rem,5vw,5.5rem); display:flex; align-items:center; justify-content:space-between; background:#f8f7f3; }
.bf-logo { display:inline-flex; align-items:center; text-decoration:none; }
.bf-logo img { display:block; width:156px; height:auto; }
.bf-home { padding-bottom:4px; border-bottom:1px solid #10213d; font-family:"DM Mono",monospace; font-size:13px; font-weight:500; text-decoration:none !important; }
.bf-hero { position:relative; isolation:isolate; overflow:hidden; min-height:370px; padding:clamp(4rem,8vw,7.5rem) clamp(1.25rem,12vw,12rem); display:flex; align-items:flex-end; color:#fff; background:#123665; }
.bf-hero::before { content:""; position:absolute; z-index:-1; inset:0; opacity:.42; background-image:radial-gradient(#c9dcff 1px,transparent 1px); background-size:22px 22px; mask-image:linear-gradient(90deg,#000,transparent 70%); }
.bf-hero::after { content:""; position:absolute; z-index:-1; right:-90px; bottom:-190px; width:500px; height:500px; border:1px solid #d9f37a; border-radius:50%; box-shadow:0 0 0 90px transparent,0 0 0 91px #ff8766; }
.bf-hero-inner { max-width:960px; }
.bf-kicker { margin:0 0 1.1rem; color:#c9dcff; font-family:"DM Mono",monospace; font-size:12px; font-weight:500; letter-spacing:.075em; text-transform:uppercase; }
.bf-kicker::before { content:""; display:inline-block; width:28px; height:1px; margin:0 9px 4px 0; background:currentColor; }
.bf-hero h1 { margin:0; color:#fff; font-size:clamp(3.25rem,7vw,7rem); font-weight:600; letter-spacing:-.03em; line-height:1.05; }
.bf-hero h1 em { color:#d9f37a; font-style:normal; }
.bf-hero .bf-summary { max-width:600px; margin:1.5rem 0 0; color:#e5edff; font-size:clamp(1.05rem,1.8vw,1.3rem); }
.bf-article { max-width:990px; margin:auto; padding:clamp(4rem,8vw,7rem) clamp(1.25rem,5vw,4.5rem) clamp(5rem,10vw,9rem); }
.bf-section { display:grid; grid-template-columns:minmax(0,1fr); gap:1.5rem; padding:clamp(2.2rem,5vw,4rem) 0; border-top:1px solid rgba(16,33,61,.18); }
.bf-section:first-child { border-top:0; padding-top:0; }
.bf-section:nth-child(even) { padding-left:clamp(0rem,6vw,4.5rem); }
.bf-section h2,.bf-section h3,.bf-section h4 { margin:0 0:1.1rem; margin-bottom:1.1rem; color:#123665; font-size:clamp(2rem,4.2vw,3.5rem); font-weight:600; letter-spacing:-.04em; line-height:1.06; }
.bf-section h3 { font-size:clamp(1.55rem,2.7vw,2.25rem); }.bf-section h4 { font-size:1.25rem; letter-spacing:-.02em; }
.bf-section p,.bf-section li,.bf-section blockquote { max-width:740px; }.bf-section p { margin:0 0 1rem; }.bf-section li { margin-bottom:.45rem; }.bf-section ul,.bf-section ol { margin:0 0 1.25rem; padding-left:1.25rem; }.bf-section blockquote { margin:1.4rem 0; padding:1rem 0 1rem 1.2rem; border-left:3px solid #ff8766; color:#123665; font-size:1.15rem; font-weight:600; }
.bf-section figure { margin:1.3rem 0 1.8rem; }.bf-section figure img { display:block; width:100%; max-width:760px; height:auto; border-radius:0; }.bf-section img:not(figure img) { display:block; max-width:100%; height:auto; margin:1.4rem 0; }.bf-section a { color:#123665; font-weight:600; }.bf-section a:hover { color:#ec5f45; }
.bf-empty { max-width:680px; margin:0; }.bf-footer { display:grid; grid-template-columns:1.2fr 1.5fr auto; gap:1.5rem; padding:2.8rem clamp(1.25rem,5vw,5.5rem); color:#e4edff; background:#123665; font-size:14px; }.bf-footer p { margin:0; }.bf-footer nav { display:flex; gap:1rem; }.bf-footer .bf-logo { filter:brightness(0) invert(1) grayscale(1); }.bf-copy { grid-column:1/-1; padding-top:1.5rem !important; border-top:1px solid rgba(255,255,255,.27); color:#a9c3eb; font-family:"DM Mono",monospace; font-size:12px; }
@media (max-width:700px) { .bf-header { min-height:78px; }.bf-logo img { width:138px; }.bf-hero { min-height:340px; padding-top:4rem; padding-bottom:4rem; }.bf-hero::after { right:-235px; width:420px; height:420px; }.bf-section:nth-child(even) { padding-left:0; }.bf-footer { grid-template-columns:1fr; }.bf-footer nav { grid-row:3; }.bf-copy { grid-column:auto; } }
@media (prefers-reduced-motion:reduce) { * { scroll-behavior:auto !important; transition:none !important; } }
