:root {
  --br-navy: #12354c;
  --br-navy-deep: #0b2537;
  --br-blue: #4c91b5;
  --br-blue-light: #dcecf3;
  --br-ink: #152a38;
  --br-muted: #667784;
  --br-paper: #f5f8fa;
  --br-white: #ffffff;
  --br-line: rgba(18, 53, 76, 0.16);
  --br-shell: 1220px;
  --br-article: 820px;
}
.br-cover-content a:hover{
	color:#fff;
}
.br-site p{
	font-family:'Montserrat', sans-serif;
}
.br-site, .br-site * { box-sizing: border-box; }
.br-site { color: var(--br-ink); font-family: Inter, Arial, sans-serif; background: var(--br-white); }
.br-site h1, .br-site h2, .br-site h3 { margin: 0; color: inherit; font-family: Oswald, Arial, sans-serif; line-height: 1.05; }
.br-site p { margin: 0; }
.br-site img { display: block; max-width: 100%; height: auto; }
.br-shell { width: min(calc(100% - 48px), var(--br-shell)); margin-inline: auto; }
.br-article-width { width: min(calc(100% - 48px), var(--br-shell)); margin-inline: auto; }
.br-eyebrow { margin-bottom: 16px !important; color: var(--br-blue); font-size: 13px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.br-button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 12px 28px; border-radius: 999px; background: var(--br-blue); color: var(--br-white) !important; font-weight: 600; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.br-button:hover { background: var(--br-navy); transform: translateY(-2px); }
.br-button-light { background: var(--br-white); color: var(--br-navy) !important; }
.br-button-light:hover { background: var(--br-blue-light); }

.br-archive-hero { position: relative; min-height: 410px; display: grid; align-items: end; padding: 150px 0 72px; color: var(--br-white); background: linear-gradient(115deg, rgba(8,30,44,.97), rgba(18,53,76,.78)), var(--br-hero-image, none) center/cover; overflow: hidden; }
.br-archive-hero::after { content: ""; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.15) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.15) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(to left, #000, transparent 70%); }
.br-archive-hero .br-shell { position: relative; z-index: 1; }
.br-archive-hero h1 { max-width: 780px; font-size: clamp(56px, 7vw, 96px); }
.br-archive-intro { max-width: 670px; margin-top: 22px; font-size: 20px; line-height: 1.65; color: rgba(255,255,255,.86); }

.br-report-list { display: grid; gap: 34px; padding-block: 88px 110px; }
.br-report-card { display: grid; grid-template-columns: minmax(300px, 42%) 1fr; min-height: 360px; border: 1px solid var(--br-line); border-radius: 24px; background: var(--br-white); box-shadow: 0 18px 50px rgba(15,44,62,.08); overflow: hidden; }
.br-report-cover { position: relative; display: flex; min-height: 360px; padding: 38px; color: var(--br-white); text-decoration: none; background: linear-gradient(150deg, rgba(8,28,42,.6), rgba(18,53,76,.96)), var(--br-card-image, none) center/cover; overflow: hidden; }
.br-cover-grid { position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.2) 1px, transparent 1px); background-size: 54px 54px; transform: perspective(500px) rotateX(54deg) scale(1.8) translateY(30%); transform-origin: bottom; }
.br-cover-content { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: flex-start; width: 100%; }
.br-cover-type { font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.br-cover-title { max-width: 410px; margin-block: auto 24px; font-family: Oswald, Arial, sans-serif; font-size: clamp(38px, 4vw, 58px); line-height: 1; }
.br-cover-date { padding-top: 18px; border-top: 1px solid rgba(255,255,255,.45); font-size: 14px; }
.br-report-card-content { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(36px, 6vw, 74px); }
.br-meta { display: flex; flex-wrap: wrap; gap: 10px 24px; color: var(--br-blue); font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.br-meta span + span::before { content: ""; display: inline-block; width: 4px; height: 4px; margin: 0 14px 2px 0; border-radius: 50%; background: currentColor; }
.br-report-card h2 { margin-top: 20px; font-size: clamp(34px, 4vw, 52px); }
.br-report-card h2 a { color: inherit; text-decoration: none; }
.br-report-card-content > p { margin-top: 22px; color: var(--br-muted); font-size: 17px; line-height: 1.75; }
.br-text-link { display: inline-flex; gap: 12px; margin-top: 28px; color: var(--br-navy); font-weight: 700; text-decoration: none; }
.br-text-link span { color: var(--br-blue); transition: transform .2s ease; }
.br-text-link:hover span { transform: translateX(5px); }
.br-empty { padding: 50px; border-radius: 18px; background: var(--br-paper); text-align: center; }
.br-report-list .navigation.pagination { margin-top: 24px; }
.br-report-list .nav-links { display: flex; justify-content: center; gap: 8px; }
.br-report-list .page-numbers { display: grid; place-items: center; min-width: 42px; height: 42px; padding: 0 12px; border-radius: 50%; color: var(--br-navy); text-decoration: none; background: var(--br-paper); }
.br-report-list .page-numbers.current { color: var(--br-white); background: var(--br-navy); }

.br-single-hero { position: relative; min-height: 620px; display: grid; align-items: end; padding: 180px 0 82px; color: var(--br-white); background: linear-gradient(110deg, rgba(7,27,40,.97), rgba(18,53,76,.64)), var(--br-single-image, none) center/cover; }
.br-single-hero-inner { position: relative; z-index: 1; }
.br-meta-light { color: var(--br-blue-light); }
.br-single-hero h1 { max-width: 920px; margin-top: 22px; font-size: clamp(54px, 7.2vw, 104px); }
.br-single-subtitle { max-width: 760px; margin-top: 24px !important; color: rgba(255,255,255,.84); font-family: "Playfair Display", Georgia, serif; font-size: clamp(20px, 2.4vw, 30px); font-style: italic; line-height: 1.4; }
.br-single-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px 34px; margin-top: 36px; color: rgba(255,255,255,.76); font-size: 14px; }
.br-single-actions .br-button { margin-left: auto; }
.br-section { padding-block: 92px; }
.br-section h2 { font-size: clamp(40px, 5vw, 66px); }
.br-section-heading { max-width: 780px; margin-bottom: 42px; }
.br-section-heading > p:last-child { margin-top: 20px; color: var(--br-muted); font-size: 18px; line-height: 1.7; }
.br-prose { margin-top: 28px; color: #334955; font-family: "Playfair Display", Georgia, serif; font-size: 19px; line-height: 1.85; }
.br-prose > * + * { margin-top: 1.2em; }
.br-lead { font-size: clamp(20px, 2.1vw, 25px); }
.br-highlight { margin-top: 38px !important; padding: 26px 30px; border-left: 4px solid var(--br-blue); background: var(--br-paper); color: var(--br-navy); font-size: 18px; font-weight: 600; line-height: 1.6; }
.br-metrics, .br-comparison, .br-chart, .br-insights { background: var(--br-paper); }
.br-metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.br-metric { min-height: 220px; padding: 30px; border: 1px solid var(--br-line); border-radius: 18px; background: var(--br-white); }
.br-metric strong { display: block; color: var(--br-blue); font-family: Oswald, Arial, sans-serif; font-size: clamp(38px, 4vw, 58px); line-height: 1; }
.br-metric h3 { margin-top: 22px; font-size: 23px; }
.br-metric p { margin-top: 12px; color: var(--br-muted); font-size: 14px; line-height: 1.5; }
.br-style-soft { background: var(--br-blue-light); }
.br-style-dark { color: var(--br-white); background: var(--br-navy); }
.br-style-dark .br-prose { color: rgba(255,255,255,.8); }
.br-inline-figure { margin: 46px 0 0; }
.br-inline-figure img { width: 100%; border-radius: 18px; }
.br-inline-figure figcaption, .br-chart figcaption { margin-top: 14px; color: var(--br-muted); font-size: 13px; line-height: 1.5; }
.br-comparison-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; }
.br-comparison-grid article { position: relative; min-height: 270px; padding: 34px; border-radius: 20px; color: var(--br-white); background: var(--br-navy); overflow: hidden; }
.br-comparison-grid article:nth-child(even) { background: var(--br-blue); }
.br-comparison-grid article::after { content: ""; position: absolute; right: -50px; bottom: -70px; width: 190px; height: 190px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.br-comparison-label { font-size: 13px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.br-comparison-grid strong { display: block; margin-top: 40px; font-family: Oswald, Arial, sans-serif; font-size: clamp(44px, 6vw, 72px); line-height: 1; }
.br-comparison-grid span { display: block; margin-top: 12px; color: rgba(255,255,255,.76); font-size: 13px; }
.br-comparison-grid article > p:last-child { margin-top: 24px; color: rgba(255,255,255,.82); line-height: 1.55; }
.br-chart figure { margin: 0; padding: 24px; border: 1px solid var(--br-line); border-radius: 20px; background: var(--br-white); box-shadow: 0 15px 45px rgba(15,44,62,.08); }
.br-chart img { width: 100%; border-radius: 10px; }
.br-quote { color: var(--br-white); background: var(--br-navy-deep); }
.br-quote blockquote { margin: 0; }
.br-quote blockquote p { font-family: "Playfair Display", Georgia, serif; font-size: clamp(28px, 4vw, 48px); font-style: italic; line-height: 1.45; }
.br-quote cite { display: block; margin-top: 30px; color: var(--br-blue-light); font-family: Inter, Arial, sans-serif; font-size: 13px; font-style: normal; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.br-insight-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.br-insight-list article { display: flex; gap: 20px; padding: 28px; border: 1px solid var(--br-line); border-radius: 16px; background: var(--br-white); }
.br-insight-list article > span { flex: 0 0 12px; height: 12px; margin-top: 6px; border-radius: 50%; background: var(--br-blue); box-shadow: 0 0 0 7px var(--br-blue-light); }
.br-insight-list h3 { font-size: 23px; }
.br-insight-list p { margin-top: 10px; color: var(--br-muted); line-height: 1.6; }
.br-download-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 40px; border: 1px solid var(--br-line); border-radius: 18px; background: var(--br-paper); }
.br-download h2 { font-size: clamp(34px, 4vw, 48px); }
.br-download p { margin-top: 14px; color: var(--br-muted); line-height: 1.6; }
.br-download .br-button { flex: 0 0 auto; }
.br-cta { position: relative; padding-block: 98px; color: var(--br-white); text-align: center; background: linear-gradient(rgba(7,27,40,.9), rgba(7,27,40,.9)), var(--br-cta-image, none) center/cover; }
.br-cta-inner { position: relative; z-index: 1; max-width: 850px; }
.br-cta h2 { font-size: clamp(42px, 5vw, 68px); }
.br-cta-inner > p:not(.br-eyebrow) { max-width: 650px; margin: 22px auto 0; color: rgba(255,255,255,.8); font-size: 18px; line-height: 1.65; }
.br-cta .br-button { margin-top: 30px; }

@media (max-width: 900px) {
  .br-report-card { grid-template-columns: 1fr; }
  .br-report-cover { min-height: 390px; }
  .br-metric-grid { grid-template-columns: repeat(2, 1fr); }
  .br-single-actions .br-button { margin-left: 0; }
}

@media (max-width: 680px) {
  .br-shell, .br-article-width { width: min(calc(100% - 32px), var(--br-shell)); }
  .br-archive-hero { min-height: 360px; padding: 125px 0 54px; }
  .br-archive-intro { font-size: 17px; }
  .br-report-list { padding-block: 56px 72px; }
  .br-report-cover { min-height: 320px; padding: 28px; }
  .br-report-card-content { padding: 32px 26px 38px; }
  .br-single-hero { min-height: 570px; padding: 150px 0 58px; }
  .br-single-actions { align-items: flex-start; flex-direction: column; }
  .br-section { padding-block: 66px; }
  .br-metric-grid, .br-insight-list { grid-template-columns: 1fr; }
  .br-metric { min-height: auto; }
  .br-download-inner { align-items: flex-start; flex-direction: column; padding: 28px; }
  .br-download .br-button { width: 100%; }
  .br-cta { padding-block: 74px; }
}

