@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700&family=Source+Serif+4:opsz,wght@8..60,400;8..60,500;8..60,600&display=swap");

:root {
  --bj-ink: #111716;
  --bj-muted: #626a68;
  --bj-line: #d8dddb;
  --bj-soft: #f2f5f4;
  --bj-paper: #fff;
  --bj-blue: #176f9d;
  --bj-sky: #70bff0;
  --bj-gold: #efcf76;
  --bj-rust: #713725;
  --bj-serif: "Source Serif 4", Georgia, serif;
  --bj-sans: "DM Sans", Arial, sans-serif;
  --bj-display: "Manrope", Arial, sans-serif;
  --bj-max: 1240px;
}

* { box-sizing: border-box; letter-spacing: 0; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bj-paper); color: var(--bj-ink); font-family: var(--bj-sans); -webkit-font-smoothing: antialiased; }
body, html { max-width: 100%; overflow-x: hidden; }
img, video, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
[hidden] { display: none !important; }
.bj-shell { width: min(var(--bj-max), calc(100% - 72px)); margin: 0 auto; }

.bj-header { position: sticky; top: 0; z-index: 100; height: 70px; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--bj-line); backdrop-filter: blur(16px); }
.bj-header-inner { height: 70px; display: flex; align-items: center; gap: 40px; }
.bj-brand { display: inline-flex; align-items: center; gap: 10px; min-width: 176px; }
.bj-brand > img { width: 34px; height: 34px; object-fit: contain; }
.bj-brand span { display: flex; align-items: center; gap: 8px; }
.bj-brand .bj-brand-wordmark { width: 136px; height: auto; flex: 0 0 auto; object-fit: contain; }
.bj-brand small { color: var(--bj-blue); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.bj-header-actions { display: flex; align-items: center; gap: 10px; margin-left: auto; }
.bj-search-toggle { width: 40px; height: 40px; display: grid; place-items: center; border: 0; background: transparent; cursor: pointer; }
.bj-search-toggle svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.bj-home-link { min-height: 40px; display: inline-flex; align-items: center; gap: 8px; padding: 0 14px; border: 1px solid var(--bj-ink); font-size: 12px; font-weight: 700; }
.bj-search-panel { position: absolute; top: 70px; left: 0; right: 0; padding: 25px 0 28px; background: #fff; border-bottom: 1px solid var(--bj-line); box-shadow: 0 18px 40px rgba(17,23,22,.08); }
.bj-search-panel label { display: block; margin-bottom: 9px; color: var(--bj-muted); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.bj-search-panel .bj-shell > div { display: grid; grid-template-columns: 1fr auto; }
.bj-search-panel input { min-width: 0; height: 52px; padding: 0 15px; border: 1px solid #aeb6b3; border-right: 0; border-radius: 0; outline: 0; font-size: 17px; }
.bj-search-panel input:focus { border-color: var(--bj-blue); box-shadow: inset 0 0 0 1px var(--bj-blue); }
.bj-search-panel button { padding: 0 24px; border: 1px solid var(--bj-ink); border-radius: 0; background: var(--bj-ink); color: #fff; font-weight: 700; cursor: pointer; }

.bj-masthead { padding: 68px 0 32px; }
.bj-masthead p { margin: 0 0 4px; color: var(--bj-blue); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.bj-masthead h1 { margin: 0; font-family: var(--bj-serif); font-size: clamp(58px, 8vw, 112px); font-weight: 500; line-height: .95; }
.bj-masthead-line { display: flex; align-items: center; gap: 18px; margin-top: 27px; }
.bj-masthead-line span { height: 1px; flex: 1; background: var(--bj-ink); }
.bj-masthead-line strong { font-size: 11px; text-transform: uppercase; }

.bj-feature { display: grid; grid-template-columns: minmax(0,1.45fr) minmax(340px,.75fr); min-height: 580px; border-top: 1px solid var(--bj-ink); border-bottom: 1px solid var(--bj-ink); }
.bj-feature-media { min-height: 580px; overflow: hidden; background: #dce8ed; }
.bj-feature-media > img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.22,1,.36,1); }
.bj-feature-media:hover > img { transform: scale(1.015); }
.bj-feature > article { display: flex; flex-direction: column; justify-content: center; padding: clamp(34px,5vw,76px); border-left: 1px solid var(--bj-ink); }
.bj-story-index { align-self: flex-start; margin-bottom: auto; padding: 6px 9px; background: var(--bj-gold); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.bj-feature h2 { margin: 0; font-family: var(--bj-serif); font-size: clamp(38px,4vw,64px); font-weight: 500; line-height: 1.02; }
.bj-feature article > p { margin: 21px 0 28px; color: var(--bj-muted); font-family: var(--bj-serif); font-size: 19px; line-height: 1.55; }
.bj-byline { display: flex; align-items: center; gap: 11px; }
.bj-byline > span, .bj-byline > img { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 38px; border-radius: 50%; background: var(--bj-ink); color: #fff; object-fit: cover; font-weight: 700; }
.bj-byline p { display: grid; gap: 1px; margin: 0; }
.bj-byline strong { font-size: 12px; }
.bj-byline small { color: var(--bj-muted); font-size: 11px; }
.bj-story-placeholder { width: 100%; height: 100%; min-height: 260px; display: grid; place-items: center; background: linear-gradient(135deg,#ddecf4,#f4e8c6); }
.bj-story-placeholder img { width: 72px; opacity: .75; }

.bj-index-section { padding: 100px 0 120px; }
.bj-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; padding-bottom: 22px; border-bottom: 1px solid var(--bj-ink); }
.bj-section-heading span { color: var(--bj-blue); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.bj-section-heading h2 { max-width: 760px; margin: 7px 0 0; font-family: var(--bj-serif); font-size: clamp(34px,4vw,52px); font-weight: 500; line-height: 1.06; }
.bj-section-heading > p { margin: 0; color: var(--bj-muted); font-size: 12px; }
.bj-story-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 56px 24px; }
.bj-story-card { min-width: 0; }
.bj-story-card.is-wide { grid-column: span 2; display: grid; grid-template-columns: minmax(0,1.15fr) minmax(260px,.85fr); border-bottom: 1px solid var(--bj-line); }
.bj-story-image { position: relative; display: block; aspect-ratio: 4/3; overflow: hidden; background: var(--bj-soft); }
.bj-story-image > img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.22,1,.36,1); }
.bj-story-image:hover > img { transform: scale(1.025); }
.bj-story-image > span:not(.bj-story-placeholder) { position: absolute; right: 9px; bottom: 8px; padding: 5px 7px; background: rgba(17,23,22,.86); color: #fff; font-size: 9px; font-weight: 700; }
.bj-story-card > div { padding-top: 17px; }
.bj-story-card.is-wide > div { display: flex; flex-direction: column; justify-content: center; padding: 28px; border-top: 1px solid var(--bj-line); }
.bj-story-card h3 { margin: 0; font-family: var(--bj-serif); font-size: 28px; font-weight: 500; line-height: 1.12; }
.bj-story-card.is-wide h3 { font-size: clamp(32px,3.2vw,46px); }
.bj-story-card > div > p { margin: 13px 0 20px; color: var(--bj-muted); font-family: var(--bj-serif); font-size: 16px; line-height: 1.5; }
.bj-story-card footer { display: flex; justify-content: space-between; gap: 12px; padding-top: 13px; border-top: 1px solid var(--bj-line); color: var(--bj-muted); font-size: 10px; }
.bj-empty { min-height: 460px; display: grid; place-items: center; align-content: center; padding: 50px; text-align: center; background: var(--bj-soft); }
.bj-empty > span { color: var(--bj-blue); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.bj-empty h2 { max-width: 700px; margin: 15px auto; font-family: var(--bj-serif); font-size: clamp(42px,6vw,70px); font-weight: 500; line-height: 1; }
.bj-empty p { max-width: 570px; color: var(--bj-muted); font-family: var(--bj-serif); font-size: 18px; }
.bj-empty a { margin-top: 16px; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-weight: 700; }
.bj-pagination { display: flex; align-items: center; justify-content: space-between; margin-top: 70px; padding-top: 20px; border-top: 1px solid var(--bj-ink); font-size: 12px; font-weight: 700; }

.bj-article-hero { padding: 86px 0 0; }
.bj-article-title { display: grid; grid-template-columns: 90px minmax(0,920px); justify-content: center; gap: 35px; }
.bj-article-number { padding-top: 10px; border-top: 1px solid var(--bj-ink); }
.bj-article-number span, .bj-article-number strong { display: block; font-size: 10px; text-transform: uppercase; }
.bj-article-number strong { margin-top: 5px; font-family: var(--bj-serif); font-size: 25px; font-weight: 500; }
.bj-article-title h1 { max-width: 1000px; margin: 0; font-family: var(--bj-serif); font-size: clamp(52px,7vw,102px); font-weight: 500; line-height: .98; }
.bj-deck { max-width: 780px; margin: 28px 0 0; color: var(--bj-muted); font-family: var(--bj-serif); font-size: clamp(20px,2vw,28px); line-height: 1.45; }
.bj-article-meta { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-top: 38px; padding-top: 18px; border-top: 1px solid var(--bj-line); }
.bj-article-meta > span { color: var(--bj-muted); font-size: 11px; }
.bj-cover { width: min(1480px,calc(100% - 32px)); height: min(72vw,780px); min-height: 460px; margin: 72px auto 0; overflow: hidden; background: var(--bj-soft); }
.bj-cover img { width: 100%; height: 100%; object-fit: cover; }
.bj-article-grid { display: grid; grid-template-columns: 70px minmax(0,760px); justify-content: center; gap: 55px; padding-top: 90px; }
.bj-article-rail { position: sticky; top: 100px; height: max-content; display: grid; justify-items: center; gap: 10px; padding-top: 5px; }
.bj-article-rail > span { margin-bottom: 7px; color: var(--bj-muted); font-size: 9px; font-weight: 700; text-transform: uppercase; writing-mode: vertical-rl; transform: rotate(180deg); }
.bj-article-rail a, .bj-article-rail button { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid var(--bj-line); border-radius: 50%; background: #fff; color: var(--bj-ink); font-size: 12px; font-weight: 700; cursor: pointer; }
.bj-article-rail svg { width: 16px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.bj-article-body { min-width: 0; }
.bj-standfirst { margin: 0 0 50px; padding-bottom: 44px; border-bottom: 1px solid var(--bj-ink); font-family: var(--bj-serif); font-size: clamp(25px,3vw,36px); font-weight: 500; line-height: 1.35; }
.bj-block { margin: 34px 0; }
.bj-paragraph, .bj-lead { white-space: pre-line; font-family: var(--bj-serif); font-size: 20px; line-height: 1.75; }
.bj-list { display: grid; gap: 11px; padding-left: 28px; font-family: var(--bj-serif); font-size: 20px; line-height: 1.65; }
.bj-list li { padding-left: 7px; }
.bj-list-bullets li::marker { color: var(--bj-blue); }
.bj-list-numbered li::marker { color: var(--bj-blue); font-family: var(--bj-sans); font-size: 13px; font-weight: 700; }
.bj-lead { font-size: 25px; line-height: 1.55; }
.bj-heading-block { margin: 72px 0 26px; }
.bj-heading-block span { color: var(--bj-blue); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.bj-heading-block h2, .bj-heading-block h3 { margin: 7px 0 0; font-family: var(--bj-serif); font-size: 46px; font-weight: 500; line-height: 1.08; }
.bj-heading-block h3 { font-size: 34px; }
.bj-media { margin-top: 54px; margin-bottom: 54px; }
.bj-media img, .bj-video video { width: 100%; background: var(--bj-soft); }
.bj-media-wide { width: min(1040px,calc(100vw - 100px)); margin-left: 50%; transform: translateX(-50%); }
.bj-media-full { width: min(1480px,calc(100vw - 32px)); margin-left: 50%; transform: translateX(-50%); }
.bj-media-portrait { width: min(500px,100%); margin-left: auto; margin-right: auto; }
.bj-media figcaption, .bj-gallery-caption, .bj-code figcaption, .bj-table-wrap figcaption { margin-top: 10px; color: var(--bj-muted); font-size: 11px; line-height: 1.5; }
.bj-gallery { width: min(1160px,calc(100vw - 60px)); margin-left: 50%; transform: translateX(-50%); }
.bj-gallery > div { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
.bj-gallery-mosaic > div figure:first-child { grid-row: span 2; }
.bj-gallery figure { margin: 0; overflow: hidden; background: var(--bj-soft); }
.bj-gallery img { width: 100%; height: 100%; min-height: 240px; object-fit: cover; }
.bj-gallery figure figcaption { padding: 8px 9px; color: var(--bj-muted); font-size: 10px; }
.bj-quote { padding: 27px 0 27px 36px; border-left: 4px solid var(--bj-blue); }
.bj-quote p, .bj-pullquote p { margin: 0; white-space: pre-line; font-family: var(--bj-serif); font-size: 30px; line-height: 1.4; }
.bj-quote cite, .bj-pullquote cite { display: block; margin-top: 16px; color: var(--bj-muted); font-family: var(--bj-sans); font-size: 11px; font-style: normal; }
.bj-pullquote { width: min(1060px,calc(100vw - 80px)); margin: 76px 0 76px 50%; padding: 50px 0; border-top: 1px solid var(--bj-ink); border-bottom: 1px solid var(--bj-ink); text-align: center; transform: translateX(-50%); }
.bj-pullquote p { font-size: clamp(36px,5vw,62px); line-height: 1.12; }
.bj-callout { padding: 25px 28px; border: 1px solid var(--bj-line); border-top: 4px solid var(--bj-blue); background: #eef7fb; }
.bj-callout strong { display: block; margin-bottom: 8px; font-size: 12px; text-transform: uppercase; }
.bj-callout p { margin: 0; white-space: pre-line; font-family: var(--bj-serif); font-size: 18px; line-height: 1.65; }
.bj-callout-warning { border-top-color: var(--bj-rust); background: #fbf1ed; }
.bj-callout-success { border-top-color: #287d5b; background: #eef8f3; }
.bj-callout-note { border-top-color: var(--bj-gold); background: #fbf7e9; }
.bj-code { width: min(1040px,calc(100vw - 80px)); margin: 55px 0 55px 50%; background: #111716; color: #eef4f2; transform: translateX(-50%); }
.bj-code-head { min-height: 44px; display: flex; align-items: center; justify-content: space-between; padding: 0 15px; border-bottom: 1px solid #35403d; color: #aeb9b6; font-size: 11px; }
.bj-code-head button { border: 0; background: transparent; color: #fff; cursor: pointer; }
.bj-code pre { max-height: 620px; margin: 0; padding: 24px; overflow: auto; font: 13px/1.7 ui-monospace,SFMono-Regular,Consolas,monospace; }
.bj-code figcaption { padding: 0 15px 13px; color: #aeb9b6; }
.bj-stats { width: min(1080px,calc(100vw - 80px)); margin: 72px 0 72px 50%; transform: translateX(-50%); }
.bj-stats h2 { font-family: var(--bj-serif); font-size: 38px; font-weight: 500; }
.bj-stats > div { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border-top: 1px solid var(--bj-ink); border-bottom: 1px solid var(--bj-ink); }
.bj-stats article { min-height: 160px; display: flex; flex-direction: column; justify-content: center; padding: 22px; border-left: 1px solid var(--bj-line); }
.bj-stats article:first-child { border-left: 0; }
.bj-stats article strong { font-family: var(--bj-serif); font-size: 45px; font-weight: 500; }
.bj-stats article span { margin-top: 5px; font-size: 12px; font-weight: 700; }
.bj-stats article small { margin-top: 10px; color: var(--bj-muted); font-size: 10px; }
.bj-table-wrap > div { overflow-x: auto; }
.bj-table-wrap table { width: 100%; min-width: 560px; border-collapse: collapse; font-size: 13px; }
.bj-table-wrap th, .bj-table-wrap td { padding: 13px 14px; border-bottom: 1px solid var(--bj-line); text-align: left; }
.bj-table-wrap th { border-bottom-color: var(--bj-ink); font-size: 10px; text-transform: uppercase; }
.bj-accordion { border-top: 1px solid var(--bj-ink); }
.bj-accordion > h2 { font-family: var(--bj-serif); font-size: 36px; font-weight: 500; }
.bj-accordion details { border-bottom: 1px solid var(--bj-line); }
.bj-accordion summary { position: relative; padding: 19px 42px 19px 0; list-style: none; font-weight: 700; cursor: pointer; }
.bj-accordion summary::-webkit-details-marker { display: none; }
.bj-accordion summary span::before, .bj-accordion summary span::after { content: ""; position: absolute; top: 50%; right: 4px; width: 14px; height: 1px; background: currentColor; }
.bj-accordion summary span::after { transform: rotate(90deg); transition: transform .2s ease; }
.bj-accordion details[open] summary span::after { transform: rotate(0); }
.bj-accordion details p { margin: 0; padding: 0 30px 22px 0; white-space: pre-line; color: var(--bj-muted); font-family: var(--bj-serif); font-size: 18px; line-height: 1.65; }
.bj-cta { width: min(1060px,calc(100vw - 80px)); margin: 72px 0 72px 50%; padding: clamp(34px,6vw,70px); background: var(--bj-ink); color: #fff; transform: translateX(-50%); }
.bj-cta-light { border: 1px solid var(--bj-ink); background: #fff; color: var(--bj-ink); }
.bj-cta > span { color: var(--bj-sky); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.bj-cta h2 { max-width: 730px; margin: 12px 0; font-family: var(--bj-serif); font-size: clamp(36px,5vw,58px); font-weight: 500; line-height: 1.08; }
.bj-cta p { max-width: 650px; color: #bfc7c4; font-family: var(--bj-serif); font-size: 18px; line-height: 1.55; }
.bj-cta-light p { color: var(--bj-muted); }
.bj-cta a { display: inline-flex; gap: 18px; margin-top: 16px; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 700; }
.bj-divider { display: flex; justify-content: center; padding: 35px 0; }
.bj-divider span { width: 58px; height: 1px; background: var(--bj-ink); }
.bj-article-end { margin-top: 90px; padding: 40px 0 100px; border-top: 1px solid var(--bj-ink); }
.bj-author-note { display: grid; grid-template-columns: 86px 1fr; gap: 24px; max-width: 690px; }
.bj-author-note > img, .bj-author-note > span { width: 86px; height: 86px; display: grid; place-items: center; border-radius: 50%; background: var(--bj-ink); color: #fff; object-fit: cover; font-size: 28px; }
.bj-author-note small { color: var(--bj-blue); font-size: 9px; font-weight: 700; text-transform: uppercase; }
.bj-author-note h2 { margin: 3px 0 6px; font-family: var(--bj-serif); font-size: 27px; font-weight: 500; }
.bj-author-note p { margin: 0; color: var(--bj-muted); font-family: var(--bj-serif); line-height: 1.5; }
.bj-related { padding: 88px 0 110px; background: var(--bj-soft); }
.bj-related-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; margin-top: 32px; }
.bj-related-grid article > a:first-child { display: block; aspect-ratio: 4/3; overflow: hidden; }
.bj-related-grid article > a:first-child img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.bj-related-grid article > a:first-child:hover img { transform: scale(1.02); }
.bj-related-grid h3 { margin: 14px 0 12px; font-family: var(--bj-serif); font-size: 25px; font-weight: 500; line-height: 1.15; }
.bj-related-grid article > span { color: var(--bj-muted); font-size: 10px; }
.bj-preview-bar { position: sticky; top: 0; z-index: 110; min-height: 38px; display: flex; align-items: center; justify-content: center; gap: 25px; background: var(--bj-gold); font-size: 11px; font-weight: 700; }
.bj-preview-bar + .bj-header { top: 38px; }

.bj-footer { padding: 72px 0 25px; background: var(--bj-ink); color: #fff; }
.bj-footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 50px; }
.bj-footer-brand small { color: var(--bj-sky); }
.bj-footer-grid > div > p { max-width: 420px; margin: 22px 0 0; color: #aeb7b4; font-family: var(--bj-serif); font-size: 18px; }
.bj-footer nav { display: grid; grid-template-columns: repeat(2,auto); align-content: start; gap: 15px 48px; font-size: 12px; }
.bj-footer-base { display: flex; justify-content: space-between; margin-top: 66px; padding-top: 17px; border-top: 1px solid #39413f; color: #8f9996; font-size: 10px; }
.bj-not-found { min-height: 72vh; display: grid; place-items: center; align-content: center; padding: 80px 0; text-align: center; }
.bj-not-found > span { color: var(--bj-blue); font-size: 12px; font-weight: 700; }
.bj-not-found h1 { max-width: 760px; margin: 15px 0; font-family: var(--bj-serif); font-size: clamp(48px,7vw,82px); font-weight: 500; line-height: 1; }
.bj-not-found p { color: var(--bj-muted); font-family: var(--bj-serif); font-size: 19px; }
.bj-not-found a { margin-top: 18px; padding-bottom: 5px; border-bottom: 1px solid; font-weight: 700; }

@media (max-width: 900px) {
  .bj-shell { width: min(100% - 36px,var(--bj-max)); }
  .bj-home-link { display: none; }
  .bj-feature { grid-template-columns: 1fr; }
  .bj-feature-media { min-height: 0; aspect-ratio: 16/10; }
  .bj-feature > article { min-height: 440px; border-top: 1px solid var(--bj-ink); border-left: 0; }
  .bj-story-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .bj-story-card.is-wide { grid-column: 1/-1; }
  .bj-article-title { grid-template-columns: 60px minmax(0,1fr); gap: 22px; }
  .bj-article-grid { grid-template-columns: 46px minmax(0,1fr); gap: 24px; }
  .bj-stats > div { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .bj-stats article:nth-child(3) { border-left: 0; border-top: 1px solid var(--bj-line); }
  .bj-stats article:nth-child(4) { border-top: 1px solid var(--bj-line); }
}

@media (max-width: 620px) {
  html, body { max-width: 100%; overflow-x: hidden; }
  .bj-shell { width: min(100% - 28px,var(--bj-max)); }
  .bj-header, .bj-header-inner { height: 62px; }
  .bj-brand { min-width: 0; }
  .bj-brand .bj-brand-wordmark { width: 112px; }
  .bj-brand small { font-size: 9px; }
  .bj-search-panel { top: 62px; }
  .bj-search-panel .bj-shell > div { grid-template-columns: 1fr; }
  .bj-search-panel input { border-right: 1px solid #aeb6b3; }
  .bj-search-panel button { height: 46px; margin-top: 7px; }
  .bj-masthead { padding-top: 46px; }
  .bj-masthead h1 { font-size: clamp(52px,18vw,76px); }
  .bj-feature { width: 100%; }
  .bj-feature > article { min-height: 390px; padding: 30px 20px; }
  .bj-feature h2 { overflow-wrap: anywhere; font-size: 42px; }
  .bj-index-section { padding: 72px 0 80px; }
  .bj-section-heading { align-items: flex-start; }
  .bj-section-heading h2 { font-size: 36px; }
  .bj-story-grid { grid-template-columns: 1fr; gap: 45px; }
  .bj-story-card.is-wide { display: block; grid-column: auto; }
  .bj-story-card.is-wide > div { padding: 20px 0 0; border-top: 0; }
  .bj-story-card.is-wide h3 { font-size: 34px; }
  .bj-article-hero { padding-top: 52px; }
  .bj-article-title { display: block; }
  .bj-article-number { display: none; }
  .bj-article-title h1 { overflow-wrap: anywhere; font-size: clamp(44px,13vw,68px); }
  .bj-deck { font-size: 20px; }
  .bj-article-meta { align-items: flex-end; }
  .bj-cover { width: 100%; min-height: 0; height: auto; aspect-ratio: 4/3; max-height: none; margin-top: 38px; }
  .bj-article-grid { display: block; padding-top: 55px; }
  .bj-article-rail { position: static; display: flex; justify-content: flex-start; margin-bottom: 34px; }
  .bj-article-rail > span { margin: 0 6px 0 0; writing-mode: initial; transform: none; }
  .bj-standfirst { font-size: 26px; }
  .bj-paragraph, .bj-lead, .bj-list { font-size: 19px; line-height: 1.7; }
  .bj-lead { font-size: 23px; }
  .bj-heading-block h2 { font-size: 38px; }
  .bj-media-wide, .bj-media-full, .bj-gallery, .bj-pullquote, .bj-code, .bj-stats, .bj-cta { width: calc(100vw - 28px); }
  .bj-media-full { width: 100vw; }
  .bj-gallery > div { grid-template-columns: 1fr; }
  .bj-gallery-mosaic > div figure:first-child { grid-row: auto; }
  .bj-pullquote { padding: 38px 0; }
  .bj-pullquote p { font-size: 38px; }
  .bj-code pre { font-size: 12px; }
  .bj-stats > div { grid-template-columns: 1fr 1fr; }
  .bj-stats article { min-height: 135px; padding: 15px; }
  .bj-stats article strong { font-size: 35px; }
  .bj-cta { padding: 34px 24px; }
  .bj-article-end { grid-template-columns: 1fr; padding-bottom: 70px; }
  .bj-author-note { grid-template-columns: 66px 1fr; gap: 16px; }
  .bj-author-note > img, .bj-author-note > span { width: 66px; height: 66px; }
  .bj-related { padding: 70px 0; }
  .bj-related-grid { display: grid; grid-template-columns: 1fr; gap: 38px; }
  .bj-footer-grid { grid-template-columns: 1fr; }
  .bj-footer nav { grid-template-columns: 1fr 1fr; gap: 14px; }
  .bj-preview-bar { align-items: flex-start; flex-direction: column; gap: 6px; padding: 10px 14px; }
  .bj-block, .bj-block * { overflow-wrap: anywhere; }
}

@media (max-width: 420px) {
  .bj-shell { width: min(100% - 22px,var(--bj-max)); }
  .bj-header-actions { gap: 7px; }
  .bj-brand small { display: none; }
  .bj-feature > article { min-height: 350px; padding: 26px 17px; }
  .bj-feature h2 { font-size: 36px; }
  .bj-article-title h1 { font-size: 42px; }
  .bj-deck { font-size: 18px; }
  .bj-article-meta { align-items: flex-start; flex-direction: column; }
  .bj-article-grid { padding-top: 42px; }
  .bj-standfirst { font-size: 23px; }
  .bj-paragraph, .bj-lead, .bj-list { font-size: 18px; }
  .bj-heading-block h2 { font-size: 32px; }
  .bj-media-wide, .bj-media-full, .bj-gallery, .bj-pullquote, .bj-code, .bj-stats, .bj-cta { width: calc(100vw - 22px); }
  .bj-media-full { width: 100vw; }
  .bj-stats > div { grid-template-columns: 1fr; }
  .bj-stats article, .bj-stats article:nth-child(2), .bj-stats article:nth-child(4) { border-left: 0; border-top: 1px solid var(--bj-line); }
  .bj-stats article:first-child { border-top: 0; }
  .bj-footer-base { align-items: flex-start; flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
