.br-page {
  --br-crimson: #9e1b32;
  --br-crimson-deep: #7c1420;
  --br-river: #1d4e89;
  --br-river-deep: #143a68;
  --br-ink: #1a1413;
  --br-muted: #6b5f5a;
  --br-line: rgba(26, 20, 19, 0.14);
  --br-paper: #ffffff;
  --br-cream: #fbf6ee;
  --br-tint: #f6efe4;
  --br-slate: #5a6b73;
  min-height: 100vh;
  background: var(--br-cream);
  color: var(--br-ink);
  font-family: "Public Sans", "Source Sans 3", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.br-page * {
  box-sizing: border-box;
}

.br-page a {
  color: inherit;
}

.br-container {
  width: min(1160px, calc(100vw - 40px));
  margin: 0 auto;
}

/* Masthead */
.br-masthead {
  background: var(--br-crimson);
  color: #fff;
}

.br-masthead-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.br-lockup {
  display: flex;
  align-items: center;
  gap: 14px;
}

.br-wordmark {
  font-family: "Zilla Slab", Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4.6vw, 46px);
  line-height: 0.94;
  font-weight: 700;
  letter-spacing: -0.005em;
}

.br-agency {
  margin-top: 3px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.br-nav {
  display: flex;
  align-items: center;
  gap: 14px;
  --site-header-control-text: #fff;
  --site-header-control-bg: rgba(255, 255, 255, 0.1);
  --site-header-control-bg-hover: rgba(255, 255, 255, 0.18);
  --site-header-control-bg-active: rgba(255, 255, 255, 0.24);
  --site-header-control-border: rgba(255, 255, 255, 0.36);
}

.br-nav .site-header-button,
.br-nav .site-header-icon-button,
.br-nav .site-header-icon-link {
  color: #fff;
  text-decoration: none;
}

.br-nav .site-city-switcher-link {
  color: var(--site-header-panel-text);
}

/* Loading + error */
.br-loading {
  min-height: calc(100vh - 100px);
  display: grid;
  align-items: center;
  background: linear-gradient(180deg, rgba(158, 27, 50, 0.07), transparent 40%), var(--br-cream);
}

.br-loading[hidden],
.br-error[hidden],
.br-dashboard[hidden] {
  display: none;
}

.br-loading-grid {
  display: grid;
  grid-template-columns: minmax(240px, 0.74fr) 1fr;
  align-items: center;
  gap: clamp(28px, 6vw, 72px);
}

.br-loading img {
  width: 100%;
  max-height: 360px;
}

.br-loading h1 {
  max-width: 10ch;
  margin: 8px 0 14px;
  font-family: "Zilla Slab", Georgia, serif;
  font-size: clamp(50px, 9vw, 112px);
  line-height: 0.9;
  font-weight: 700;
  color: var(--br-crimson);
}

.br-loading p {
  max-width: 34rem;
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  color: var(--br-muted);
}

.br-error {
  padding: 32px 0;
  background: var(--br-paper);
  border-bottom: 1px solid var(--br-line);
}

.br-error h2,
.br-error p {
  margin: 0;
}

.br-error h2 {
  font-family: "Zilla Slab", Georgia, serif;
  color: var(--br-crimson-deep);
  font-weight: 700;
}

.br-error p {
  margin-top: 8px;
  color: var(--br-muted);
}

.br-error button {
  margin-top: 14px;
  border: 0;
  background: var(--br-crimson);
  color: #fff;
  padding: 10px 16px;
  font-weight: 800;
  cursor: pointer;
}

/* Hero */
.br-hero {
  padding: clamp(48px, 7vw, 92px) 0 clamp(34px, 5vw, 62px);
  background: linear-gradient(92deg, rgba(158, 27, 50, 0.08), transparent 52%), var(--br-paper);
  border-bottom: 1px solid var(--br-line);
}

.br-kicker {
  margin: 0;
  color: var(--br-crimson);
  font-size: 12px;
  line-height: 16px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.br-hero h1 {
  max-width: 15ch;
  margin: 12px 0 18px;
  font-family: "Zilla Slab", Georgia, serif;
  font-size: clamp(44px, 7.4vw, 100px);
  line-height: 0.96;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.br-hero h1 span {
  color: var(--br-crimson);
  white-space: nowrap;
}

.br-hero-dek {
  max-width: 720px;
  margin: 0;
  color: var(--br-muted);
  font-size: 19px;
  line-height: 30px;
}

.br-stat-row {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.br-stat {
  border-top: 2px solid var(--br-crimson);
  padding-top: 12px;
  min-width: 0;
}

.br-stat-label {
  color: var(--br-muted);
  font-size: 12px;
  line-height: 16px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.br-stat-value {
  margin-top: 6px;
  font-family: "Zilla Slab", Georgia, serif;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.br-meta {
  margin: 26px 0 0;
  color: var(--br-muted);
  font-size: 14px;
  line-height: 22px;
}

/* Sections */
.br-section {
  padding: clamp(42px, 6vw, 78px) 0;
  border-bottom: 1px solid var(--br-line);
}

.br-section-tint {
  background: var(--br-tint);
}

.br-section-head {
  max-width: 760px;
}

.br-section-head h2 {
  margin: 8px 0 10px;
  font-family: "Zilla Slab", Georgia, serif;
  font-size: clamp(30px, 4.6vw, 54px);
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.br-section-head p:not(.br-kicker) {
  margin: 0;
  color: var(--br-muted);
  font-size: 18px;
  line-height: 28px;
}

/* Reveal animation */
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* YTD */
.br-ytd-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.br-ytd-stat {
  border-top: 1px solid var(--br-line);
  padding-top: 12px;
  min-width: 0;
}

.br-ytd-stat.is-primary {
  border-top: 2px solid var(--br-crimson);
}

.br-ytd-label {
  color: var(--br-muted);
  font-size: 12px;
  line-height: 16px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.br-ytd-value {
  margin-top: 6px;
  font-family: "Zilla Slab", Georgia, serif;
  font-size: clamp(26px, 3.6vw, 42px);
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.br-ytd-stat.is-primary .br-ytd-value {
  color: var(--br-crimson);
}

/* Charts */
.br-chart-block {
  margin-top: 28px;
}

.br-chart-shell {
  width: 100%;
  height: clamp(340px, 46vw, 460px);
}

.br-chart-shell-short {
  height: clamp(280px, 38vw, 380px);
}

.br-chart-shell-heat {
  height: clamp(320px, 42vw, 440px);
}

.br-plot-root,
.br-echart-root {
  width: 100%;
  height: 100%;
}

.br-notes {
  margin: 14px 0 0;
  color: var(--br-muted);
  font-size: 14px;
  line-height: 22px;
}

.br-backlog {
  margin: 22px 0 0;
  max-width: 820px;
  color: var(--br-ink);
  font-size: 17px;
  line-height: 27px;
}

/* Map (flat, warm muted tiles — never neon/cyan) */
.br-map-shell {
  width: 100%;
  height: clamp(380px, 54vw, 560px);
  background: var(--br-tint);
  overflow: hidden;
}

.br-map-shell .leaflet-tile-pane {
  filter: grayscale(1) sepia(0.32) saturate(0.85) brightness(1.02);
}

.br-map-labels-pane {
  filter: grayscale(1) contrast(1.1) opacity(0.7);
}

.br-map-legend {
  margin: 14px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: var(--br-muted);
  font-size: 14px;
  line-height: 20px;
}

.br-map-legend-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.br-map-swatch {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
}

.br-map-swatch.open {
  background: var(--br-crimson);
}

.br-map-swatch.closed {
  background: var(--br-slate);
}

.br-pothole-tooltip {
  font-size: 12px;
  line-height: 1.4;
}

/* Era comparison (flat columns, ruled tops) */
.br-era-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 40px);
}

.br-era-card {
  border-top: 3px solid var(--br-crimson);
  padding-top: 16px;
}

.br-era-name {
  font-family: "Zilla Slab", Georgia, serif;
  font-size: clamp(21px, 2.6vw, 28px);
  font-weight: 700;
  letter-spacing: -0.01em;
  margin: 0;
}

.br-era-term {
  margin: 4px 0 16px;
  color: var(--br-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.br-era-metrics {
  display: grid;
  gap: 12px;
}

.br-era-metric {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--br-line);
  padding-bottom: 10px;
}

.br-era-metric-label {
  color: var(--br-muted);
  font-size: 14px;
  line-height: 20px;
}

.br-era-metric-value {
  font-family: "Zilla Slab", Georgia, serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

/* Methodology */
.br-methodology {
  background: var(--br-ink);
  color: #f3ece4;
  border-bottom: 0;
}

.br-methodology .br-kicker {
  color: #f2a2ad;
}

.br-method-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 5vw, 64px);
}

.br-methodology h2 {
  margin: 8px 0 14px;
  font-family: "Zilla Slab", Georgia, serif;
  font-size: clamp(26px, 3.4vw, 38px);
  font-weight: 700;
  letter-spacing: -0.01em;
}

.br-methodology p {
  margin: 0 0 12px;
  color: #d6ccc2;
  font-size: 16px;
  line-height: 26px;
}

.br-methodology ul {
  margin: 6px 0 0;
  padding-left: 20px;
  color: #d6ccc2;
  font-size: 15px;
  line-height: 25px;
}

.br-methodology li {
  margin-bottom: 8px;
}

.br-methodology code {
  color: #f2b6be;
  font-size: 0.94em;
}

.br-source-list {
  display: grid;
  gap: 10px;
}

.br-source-list a {
  color: #f3ece4;
  font-size: 15px;
  line-height: 22px;
  border-bottom: 1px solid rgba(243, 236, 228, 0.28);
  padding-bottom: 8px;
  text-decoration: none;
}

.br-source-list a:hover {
  color: #f2a2ad;
}

@media (max-width: 860px) {
  .br-container {
    width: min(100% - 28px, 1160px);
  }

  .br-masthead-inner {
    min-height: 0;
    padding: 16px 0;
  }

  .br-loading-grid,
  .br-method-grid {
    grid-template-columns: 1fr;
  }

  .br-loading {
    min-height: auto;
    padding: 34px 0;
  }

  .br-stat-row,
  .br-ytd-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .br-era-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .br-stat-row,
  .br-ytd-grid {
    grid-template-columns: 1fr;
  }
}

/* Official-site translation, verified 2026-07-15: offset identity slab and civic-event hero. */
.br-hero[data-hero-layout="baton-rouge-civic-event"] {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 0;
  color: #fff;
  background: #144562;
  border-bottom: 0;
}

.br-hero-event {
  position: absolute;
  inset: 0 0 155px;
  z-index: -1;
  overflow: hidden;
  background: #263144;
}

.br-hero-event::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(20, 69, 98, 0.86), rgba(38, 49, 68, 0.38) 58%, rgba(38, 49, 68, 0.58));
}

.br-hero-event img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.br-hero-stage {
  min-height: 610px;
  display: grid;
  grid-template-columns: 235px minmax(0, 1fr);
  align-items: center;
  gap: clamp(36px, 7vw, 96px);
  padding: 54px 0 46px;
}

.br-identity-slab {
  position: relative;
  align-self: start;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px 24px 24px;
  color: #144562;
  background: #fff;
  box-shadow: 0 18px 38px rgba(12, 33, 47, 0.3);
}

.br-official-logo {
  display: block;
  width: 100%;
  height: auto;
}

.br-identity-label {
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid rgba(20, 69, 98, 0.2);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 14px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.br-hero-copy {
  align-self: center;
  text-align: center;
  text-shadow: 0 3px 18px rgba(12, 32, 46, 0.86);
}

.br-hero-welcome {
  margin: 0;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(32px, 4.5vw, 56px);
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.br-hero-script {
  margin: -4px 0 14px;
  font-family: "Snell Roundhand", "Segoe Script", "Brush Script MT", cursive;
  font-size: clamp(70px, 11vw, 146px);
  line-height: 0.86;
  font-weight: 700;
  letter-spacing: -0.045em;
}

.br-hero[data-hero-layout="baton-rouge-civic-event"] .br-kicker {
  color: #9cd5da;
}

.br-hero[data-hero-layout="baton-rouge-civic-event"] h1 {
  max-width: 29ch;
  margin: 10px auto 0;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(25px, 3.2vw, 40px);
  line-height: 1.08;
  letter-spacing: 0;
}

.br-hero[data-hero-layout="baton-rouge-civic-event"] h1 span {
  color: #9cd5da;
}

.br-hero[data-hero-layout="baton-rouge-civic-event"] .br-hero-dek {
  max-width: 64ch;
  margin: 14px auto 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  line-height: 24px;
}

.br-utility-strip {
  color: #144562;
  background: #c2e3e7;
  border-top: 5px solid #41c1ca;
}

.br-hero[data-hero-layout="baton-rouge-civic-event"] .br-stat-row {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 22px 0 16px;
}

.br-hero[data-hero-layout="baton-rouge-civic-event"] .br-stat {
  min-width: 0;
  padding: 0 22px;
  border-top: 0;
  border-left: 1px solid rgba(20, 69, 98, 0.3);
}

.br-hero[data-hero-layout="baton-rouge-civic-event"] .br-stat:first-child {
  padding-left: 0;
  border-left: 0;
}

.br-hero[data-hero-layout="baton-rouge-civic-event"] .br-stat-label {
  color: #247b81;
}

.br-hero[data-hero-layout="baton-rouge-civic-event"] .br-stat-value {
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  color: #144562;
}

.br-hero[data-hero-layout="baton-rouge-civic-event"] .br-meta {
  margin: 0;
  padding: 0 0 20px;
  color: #144562;
}

@media (max-width: 760px) {
  .br-hero-event {
    bottom: 280px;
  }

  .br-hero-event img {
    width: 100%;
    object-position: 52% center;
  }

  .br-hero-stage {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 32px 0 44px;
  }

  .br-identity-slab {
    width: 210px;
    min-height: 0;
    padding: 20px;
  }

  .br-identity-label {
    margin-top: 10px;
    padding-top: 9px;
    font-size: 12px;
  }

  .br-hero-script {
    font-size: clamp(64px, 21vw, 104px);
  }

  .br-hero[data-hero-layout="baton-rouge-civic-event"] .br-stat-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 20px;
  }

  .br-hero[data-hero-layout="baton-rouge-civic-event"] .br-stat:nth-child(odd) {
    border-left: 0;
  }
}

@media (max-width: 480px) {
  .br-hero[data-hero-layout="baton-rouge-civic-event"] .br-stat-row {
    grid-template-columns: 1fr;
  }

  .br-hero[data-hero-layout="baton-rouge-civic-event"] .br-stat {
    padding-left: 0;
    border-left: 0;
  }
}

/* Compact city-parish hierarchy: official identity first, without invented river marks. */
.br-masthead-inner {
  min-height: 64px;
  padding: 8px 0;
}

.br-lockup,
.br-lockup-text {
  min-width: 0;
}

.br-wordmark {
  font-size: clamp(26px, 3.5vw, 34px);
}

.br-agency {
  font-size: 10px;
  letter-spacing: 0.14em;
}

.br-hero-stage {
  min-height: 490px;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: clamp(30px, 5vw, 64px);
  padding: 38px 0 32px;
}

.br-hero-welcome {
  font-size: clamp(30px, 3.6vw, 44px);
}

.br-hero-script {
  margin-bottom: 10px;
  font-size: clamp(60px, 8vw, 100px);
}

.br-hero[data-hero-layout="baton-rouge-civic-event"] .br-stat-row {
  padding: 16px 0 12px;
}

.br-hero[data-hero-layout="baton-rouge-civic-event"] .br-meta {
  padding-bottom: 14px;
}

@media (max-width: 760px) {
  .br-masthead-inner {
    min-height: 58px;
    padding: 7px 0;
  }

  .br-wordmark {
    font-size: 25px;
  }

  .br-agency {
    font-size: 9px;
    letter-spacing: 0.1em;
  }

  .br-hero-event {
    bottom: 230px;
  }

  .br-hero-stage {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 28px 0 34px;
  }

  .br-hero-script {
    font-size: clamp(54px, 17vw, 82px);
  }
}

@media (min-width: 361px) and (max-width: 760px) {
  .br-ytd-grid,
  .br-hero[data-hero-layout="baton-rouge-civic-event"] .br-stat-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .br-hero[data-hero-layout="baton-rouge-civic-event"] .br-stat:nth-child(even) {
    padding-left: 18px;
    border-left: 1px solid rgba(20, 69, 98, 0.3);
  }
}
