/* Black2Africa 0.11.0: New Black Baroque homepage direction. */

body:has(.b2a-baroque-home) {
  margin: 0 !important;
  background: #f6f1e7 !important;
  color: #101012 !important;
}

body:has(.b2a-baroque-home) main#wp--skip-link--target,
body:has(.b2a-baroque-home) .wp-block-group.alignfull:has(.b2a-baroque-home),
body:has(.b2a-baroque-home) .entry-content.alignfull:has(.b2a-baroque-home) {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.b2a-baroque-home {
  --b2a-baroque-paper: #f6f1e7;
  --b2a-baroque-white: #fffefa;
  --b2a-baroque-ink: #101012;
  --b2a-baroque-cobalt: #103db8;
  --b2a-baroque-blue-deep: #092574;
  --b2a-baroque-gold: #d9a928;
  --b2a-baroque-red: #d63f2d;
  --b2a-baroque-green: #087443;
  --b2a-baroque-line: rgba(16, 16, 18, 0.24);
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  overflow: hidden;
  background: var(--b2a-baroque-paper) !important;
  color: var(--b2a-baroque-ink) !important;
}

.b2a-shell.b2a-home.b2a-reciprocity-home.b2a-baroque-home {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.b2a-baroque-home *,
.b2a-baroque-home *::before,
.b2a-baroque-home *::after {
  box-sizing: border-box;
}

.b2a-baroque-home :is(h1, h2, h3, p, a, span, li) {
  letter-spacing: 0 !important;
}

.b2a-baroque-home :is(a, button):focus-visible,
body:has(.b2a-baroque-home) .b2a-portal-footer a:focus-visible {
  outline: 3px solid var(--b2a-baroque-gold) !important;
  outline-offset: 4px;
}

.b2a-baroque-home .b2a-portal-nav {
  position: sticky;
  z-index: 50;
  top: 0;
  width: 100%;
  max-width: none;
  min-height: 72px;
  margin: 0;
  padding: 0 48px;
  border: 0 !important;
  border-bottom: 1px solid var(--b2a-baroque-ink) !important;
  border-radius: 0 !important;
  background: rgba(255, 254, 250, 0.97) !important;
  box-shadow: none !important;
  backdrop-filter: blur(14px);
}

.b2a-baroque-home .b2a-portal-brand {
  gap: 10px;
  color: var(--b2a-baroque-ink) !important;
  font-family: var(--b2a-heading);
  font-size: 1.42rem;
  font-weight: 700;
}

.b2a-baroque-home .b2a-portal-brand-mark {
  width: 38px;
  height: 38px;
  border: 1px solid var(--b2a-baroque-ink);
  border-radius: 0;
  background: var(--b2a-baroque-white);
}

.b2a-baroque-home .b2a-portal-links {
  gap: 2px;
}

.b2a-baroque-home .b2a-portal-links a {
  min-height: 42px;
  padding: 0 12px;
  border: 0;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  background: transparent !important;
  color: var(--b2a-baroque-ink) !important;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.b2a-baroque-home .b2a-portal-links a:is(:hover, :focus-visible, .is-active) {
  border-bottom-color: var(--b2a-baroque-cobalt);
  color: var(--b2a-baroque-cobalt) !important;
}

.b2a-baroque-home .b2a-portal-links a[href*="sponsor"],
.b2a-baroque-home .b2a-portal-links a[href*="login"] {
  border: 1px solid var(--b2a-baroque-ink);
  border-bottom-width: 1px;
  padding-inline: 14px;
}

.b2a-baroque-home .b2a-portal-links a[href*="sponsor"]:is(:hover, :focus-visible),
.b2a-baroque-home .b2a-portal-links a[href*="login"]:is(:hover, :focus-visible) {
  background: var(--b2a-baroque-ink) !important;
  color: var(--b2a-baroque-white) !important;
}

.b2a-baroque-hero {
  position: relative;
  display: block;
  width: 100%;
  height: calc(100svh - 112px);
  min-height: 670px;
  max-height: 820px;
  overflow: hidden;
  border: 0 !important;
  border-bottom: 1px solid var(--b2a-baroque-ink) !important;
  background: var(--b2a-baroque-paper) !important;
}

.b2a-baroque-home .b2a-baroque-hero-photo {
  --b2a-hero-x: 0px;
  --b2a-hero-y: 0px;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translate3d(var(--b2a-hero-x), var(--b2a-hero-y), 0) scale(1.025);
  transition: transform 700ms cubic-bezier(0.2, 0.75, 0.2, 1);
  will-change: transform;
}

.b2a-baroque-scene {
  position: absolute;
  z-index: 3;
  top: 30px;
  left: 7%;
  margin: 0;
  padding-left: 13px;
  border-left: 3px solid var(--b2a-baroque-gold);
  color: var(--b2a-baroque-ink) !important;
  font-family: var(--b2a-mono);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.b2a-baroque-home .b2a-baroque-hero-copy {
  position: absolute;
  z-index: 3;
  inset: 48% auto auto 7%;
  width: 50%;
  max-width: 760px;
  padding: 0;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
}

.b2a-baroque-home .b2a-baroque-hero-copy .b2a-reclaim-line {
  margin: 0 0 15px;
  color: var(--b2a-baroque-cobalt) !important;
  font-family: var(--b2a-mono);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.b2a-baroque-home .b2a-baroque-hero-copy h1 {
  max-width: none;
  margin: 0 0 22px;
  color: var(--b2a-baroque-ink) !important;
  font-family: var(--b2a-heading);
  font-size: 4.15rem;
  font-weight: 700;
  line-height: 0.93;
  text-wrap: balance;
}

.b2a-baroque-home .b2a-baroque-hero-copy h1 span {
  display: block;
  white-space: nowrap;
}

@media (min-width: 981px) {
  .b2a-baroque-home .b2a-baroque-hero-copy h1 span:last-child {
    max-width: 8.6em;
    white-space: normal;
  }
}

.b2a-baroque-home .b2a-baroque-hero-copy > p:not(.b2a-reclaim-line, .b2a-baroque-hand) {
  max-width: 37rem;
  margin: 0;
  color: #2e2b28 !important;
  font-size: 1.12rem;
  font-weight: 650;
  line-height: 1.45;
}

.b2a-baroque-home .b2a-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.b2a-baroque-home .b2a-button {
  min-height: 49px;
  padding: 13px 18px;
  border-radius: 0 !important;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.b2a-baroque-home .b2a-button-primary {
  border: 1px solid var(--b2a-baroque-cobalt) !important;
  background: var(--b2a-baroque-cobalt) !important;
  color: var(--b2a-baroque-white) !important;
}

.b2a-baroque-home .b2a-button-primary:is(:hover, :focus-visible) {
  border-color: var(--b2a-baroque-blue-deep) !important;
  background: var(--b2a-baroque-blue-deep) !important;
}

.b2a-baroque-home .b2a-button-secondary {
  border: 1px solid var(--b2a-baroque-ink) !important;
  background: rgba(255, 254, 250, 0.82) !important;
  color: var(--b2a-baroque-ink) !important;
}

.b2a-baroque-home .b2a-button-secondary:is(:hover, :focus-visible) {
  background: var(--b2a-baroque-ink) !important;
  color: var(--b2a-baroque-white) !important;
}

.b2a-baroque-hand {
  max-width: 38rem;
  margin: 18px 0 0 !important;
  color: var(--b2a-baroque-red) !important;
  font-family: var(--b2a-heading);
  font-size: 1.05rem !important;
  font-style: italic;
  font-weight: 700;
  line-height: 1.25 !important;
}

.b2a-baroque-hero-index {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-height: 58px;
  background: rgba(16, 16, 18, 0.94);
  color: var(--b2a-baroque-white);
}

.b2a-baroque-hero-index span {
  display: grid;
  place-items: center;
  min-width: 0;
  padding: 10px 14px;
  border-right: 1px solid rgba(255, 254, 250, 0.28);
  color: var(--b2a-baroque-white) !important;
  font-family: var(--b2a-mono);
  font-size: 0.68rem;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.b2a-baroque-hero-index span:last-child {
  border-right: 0;
}

.b2a-baroque-home .b2a-ad-slot {
  width: min(1160px, calc(100% - 40px));
  min-height: 132px;
  margin: 28px auto;
  padding: 16px 20px;
  border: 1px solid var(--b2a-baroque-line) !important;
  border-radius: 0 !important;
  background: var(--b2a-baroque-white) !important;
  box-shadow: none !important;
}

.b2a-baroque-home .b2a-ad-slot > p {
  color: #595750 !important;
  font-family: var(--b2a-mono);
  font-size: 0.66rem;
}

.b2a-baroque-home .b2a-house-ad a {
  color: var(--b2a-baroque-cobalt) !important;
  font-family: var(--b2a-heading);
  font-size: 1.32rem;
  font-weight: 700;
}

.b2a-baroque-home .b2a-house-ad span {
  color: #4a4945 !important;
}

.b2a-baroque-manifest {
  padding: 86px 7% 62px;
  border-top: 1px solid var(--b2a-baroque-ink);
  background: var(--b2a-baroque-white);
}

.b2a-baroque-home .b2a-panel-kicker {
  margin: 0 0 14px;
  color: var(--b2a-baroque-red) !important;
  font-family: var(--b2a-mono);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.b2a-baroque-manifest h2 {
  max-width: 17ch;
  margin: 0;
  color: var(--b2a-baroque-ink) !important;
  font-family: var(--b2a-heading);
  font-size: 3.5rem;
  line-height: 0.98;
}

.b2a-baroque-manifest > p:last-child {
  max-width: 52rem;
  margin: 24px 0 0;
  color: #4a4945 !important;
  font-size: 1.15rem;
  line-height: 1.65;
}

.b2a-baroque-home .b2a-baroque-gateways {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 0;
  border-top: 1px solid var(--b2a-baroque-ink);
  border-bottom: 1px solid var(--b2a-baroque-ink);
}

.b2a-baroque-home .b2a-baroque-gateways > section {
  min-width: 0;
  padding: 72px 7%;
  background: var(--b2a-baroque-cobalt);
  color: var(--b2a-baroque-white);
}

.b2a-baroque-home .b2a-baroque-gateways > section:first-child {
  border: 0;
  border-right: 1px solid var(--b2a-baroque-ink);
  background: var(--b2a-baroque-cobalt);
}

.b2a-baroque-home .b2a-baroque-gateways > section:last-child {
  background: var(--b2a-baroque-paper);
  color: var(--b2a-baroque-ink);
}

.b2a-baroque-home .b2a-baroque-gateways > section:first-child .b2a-panel-kicker {
  color: #ffd86c !important;
}

.b2a-baroque-home .b2a-baroque-gateways h2 {
  max-width: 13ch;
  margin: 0 0 22px;
  color: inherit !important;
  font-family: var(--b2a-heading);
  font-size: 3rem;
  line-height: 0.98;
}

.b2a-baroque-home .b2a-baroque-gateways p,
.b2a-baroque-home .b2a-baroque-gateways li {
  max-width: 42rem;
  color: inherit !important;
  font-size: 1.02rem;
  line-height: 1.6;
}

.b2a-baroque-home .b2a-baroque-gateways ul {
  margin: 26px 0;
  padding-left: 1.2rem;
}

.b2a-baroque-home .b2a-baroque-gateways li::marker {
  color: var(--b2a-baroque-gold);
}

.b2a-baroque-home .b2a-baroque-gateways a {
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 2px solid currentColor;
  color: inherit !important;
  font-weight: 800;
  text-decoration: none;
}

.b2a-baroque-home .b2a-baroque-gateways > section:first-child a {
  color: var(--b2a-baroque-white) !important;
}

.b2a-baroque-home .b2a-bilateral-band {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 64px;
  padding: 88px 7%;
  border: 0;
  border-bottom: 1px solid var(--b2a-baroque-ink);
  background: var(--b2a-baroque-gold);
  color: var(--b2a-baroque-ink);
}

.b2a-baroque-home .b2a-bilateral-band .b2a-panel-kicker {
  color: var(--b2a-baroque-blue-deep) !important;
}

.b2a-baroque-home .b2a-bilateral-band h2 {
  max-width: 12ch;
  margin: 0;
  color: var(--b2a-baroque-ink) !important;
  font-family: var(--b2a-heading);
  font-size: 3.35rem;
  line-height: 0.98;
}

.b2a-baroque-home .b2a-bilateral-band p {
  margin-top: 0;
  color: var(--b2a-baroque-ink) !important;
  font-size: 1.13rem;
  font-weight: 620;
  line-height: 1.7;
}

.b2a-baroque-home .b2a-bilateral-band a {
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 2px solid currentColor;
  color: var(--b2a-baroque-blue-deep) !important;
  font-weight: 850;
  text-decoration: none;
}

.b2a-baroque-home .b2a-home-photo-ledger {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  border: 0;
  border-bottom: 1px solid var(--b2a-baroque-ink);
  background: var(--b2a-baroque-white);
}

.b2a-baroque-home .b2a-home-photo-ledger figure {
  min-height: 620px;
  border-right: 1px solid var(--b2a-baroque-ink);
}

.b2a-baroque-home .b2a-home-photo-ledger figure img {
  min-height: 560px;
  filter: saturate(0.82) contrast(1.04);
}

.b2a-baroque-home .b2a-home-photo-ledger figcaption {
  padding: 15px 22px;
  background: var(--b2a-baroque-ink);
  color: var(--b2a-baroque-white);
  font-family: var(--b2a-mono);
  font-size: 0.72rem;
}

.b2a-baroque-home .b2a-home-photo-ledger > section {
  padding: 76px 9%;
  background: var(--b2a-baroque-white);
}

.b2a-baroque-home .b2a-home-photo-ledger h2,
.b2a-baroque-home .b2a-sponsor-market-band h2 {
  max-width: 13ch;
  margin: 0 0 22px;
  color: inherit !important;
  font-family: var(--b2a-heading);
  font-size: 3.2rem;
  line-height: 0.98;
}

.b2a-baroque-home .b2a-home-photo-ledger p,
.b2a-baroque-home .b2a-sponsor-market-band p {
  color: inherit !important;
  font-size: 1.06rem;
  line-height: 1.65;
}

.b2a-baroque-home .b2a-home-photo-ledger a {
  color: var(--b2a-baroque-cobalt) !important;
  font-weight: 800;
}

.b2a-baroque-home .b2a-sponsor-market-band {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 0;
  border-top: 1px solid var(--b2a-baroque-ink);
  border-bottom: 1px solid var(--b2a-baroque-ink);
  background: var(--b2a-baroque-ink);
  color: var(--b2a-baroque-white);
}

.b2a-baroque-home .b2a-sponsor-market-band > div {
  padding: 76px 9%;
  background: var(--b2a-baroque-ink);
  color: var(--b2a-baroque-white);
}

.b2a-baroque-home .b2a-sponsor-market-band .b2a-panel-kicker {
  color: #ffd86c !important;
}

.b2a-baroque-home .b2a-sponsor-market-band img {
  width: 100%;
  min-height: 560px;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.05);
}

.b2a-baroque-home .b2a-sponsor-market-band .b2a-button-primary {
  border-color: var(--b2a-baroque-gold) !important;
  background: var(--b2a-baroque-gold) !important;
  color: var(--b2a-baroque-ink) !important;
}

.b2a-baroque-home .b2a-home-route-index {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 0;
  border-top: 1px solid var(--b2a-baroque-ink);
  border-bottom: 1px solid var(--b2a-baroque-ink);
}

.b2a-baroque-home .b2a-home-route-index a {
  position: relative;
  min-height: 180px;
  padding: 30px 26px;
  border: 0;
  border-right: 1px solid var(--b2a-baroque-line);
  background: var(--b2a-baroque-white);
  color: #46443f !important;
  font-size: 0.94rem;
  line-height: 1.5;
  text-decoration: none;
}

.b2a-baroque-home .b2a-home-route-index a:last-child {
  border-right: 0;
}

.b2a-baroque-home .b2a-home-route-index a:is(:hover, :focus-visible) {
  background: var(--b2a-baroque-cobalt);
  color: var(--b2a-baroque-white) !important;
}

.b2a-baroque-home .b2a-home-route-index span {
  display: block;
  margin-bottom: 32px;
  color: var(--b2a-baroque-ink) !important;
  font-family: var(--b2a-heading);
  font-size: 2rem;
  line-height: 1;
}

.b2a-baroque-home .b2a-home-route-index a:is(:hover, :focus-visible) span {
  color: var(--b2a-baroque-white) !important;
}

body:has(.b2a-baroque-home) .b2a-portal-footer {
  border-top: 0 !important;
  background: var(--b2a-baroque-ink) !important;
  color: var(--b2a-baroque-white) !important;
}

body:has(.b2a-baroque-home) .b2a-portal-footer :is(a, p, strong) {
  color: var(--b2a-baroque-white) !important;
}

.b2a-baroque-home.is-ready [data-b2a-reveal]:not(.is-visible) {
  opacity: 0;
  transform: translateY(24px);
}

.b2a-baroque-home [data-b2a-reveal] {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 650ms ease, transform 650ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.b2a-baroque-home .b2a-baroque-hero-copy[data-b2a-reveal] {
  transform: translateY(-50%);
}

.b2a-baroque-home.is-ready .b2a-baroque-hero-copy[data-b2a-reveal]:not(.is-visible) {
  transform: translateY(calc(-50% + 24px));
}

@media (max-width: 1200px) {
  .b2a-baroque-home .b2a-portal-nav {
    padding-inline: 28px;
  }

  .b2a-baroque-home .b2a-portal-links a {
    padding-inline: 9px;
    font-size: 0.72rem;
  }

  .b2a-baroque-home .b2a-baroque-hero-copy h1 {
    font-size: 3.7rem;
  }
}

@media (max-width: 980px) {
  .b2a-baroque-home .b2a-portal-nav {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 10px 22px 8px;
  }

  .b2a-baroque-home .b2a-portal-brand {
    justify-self: start;
  }

  .b2a-baroque-home .b2a-portal-links {
    display: flex;
    width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .b2a-baroque-home .b2a-portal-links::-webkit-scrollbar {
    display: none;
  }

  .b2a-baroque-home .b2a-portal-links a {
    flex: 0 0 auto;
  }

  .b2a-baroque-hero {
    height: calc(100svh - 150px);
    min-height: 680px;
  }

  .b2a-baroque-home .b2a-baroque-hero-copy {
    left: 5%;
    width: 52%;
  }

  .b2a-baroque-scene {
    left: 5%;
  }

  .b2a-baroque-home .b2a-baroque-hero-copy h1 {
    font-size: 2.9rem;
  }

  .b2a-baroque-home .b2a-baroque-hero-copy h1 span {
    white-space: normal;
  }

  .b2a-baroque-home .b2a-baroque-hero-copy > p:not(.b2a-reclaim-line, .b2a-baroque-hand) {
    max-width: 22rem;
  }

  .b2a-baroque-home .b2a-baroque-hand {
    display: none;
  }

  .b2a-baroque-home .b2a-baroque-gateways,
  .b2a-baroque-home .b2a-bilateral-band,
  .b2a-baroque-home .b2a-home-photo-ledger,
  .b2a-baroque-home .b2a-sponsor-market-band {
    grid-template-columns: 1fr;
  }

  .b2a-baroque-home .b2a-baroque-gateways > section:first-child,
  .b2a-baroque-home .b2a-home-photo-ledger figure {
    border-right: 0;
    border-bottom: 1px solid var(--b2a-baroque-ink);
  }

  .b2a-baroque-home .b2a-home-route-index {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .b2a-baroque-home .b2a-home-route-index a:nth-child(2) {
    border-right: 0;
  }

  .b2a-baroque-home .b2a-home-route-index a:nth-child(-n + 2) {
    border-bottom: 1px solid var(--b2a-baroque-line);
  }
}

@media (max-width: 720px) {
  .b2a-baroque-home .b2a-portal-nav {
    position: relative;
    padding: 9px 14px 7px;
  }

  .b2a-baroque-home .b2a-portal-brand {
    font-size: 1.2rem;
  }

  .b2a-baroque-home .b2a-portal-brand-mark {
    width: 32px;
    height: 32px;
  }

  .b2a-baroque-home .b2a-portal-links a {
    min-height: 36px;
    padding: 0 9px;
    font-size: 0.66rem;
  }

  .b2a-baroque-hero {
    display: flex;
    height: auto;
    min-height: 0;
    max-height: none;
    flex-direction: column;
    overflow: visible;
  }

  .b2a-baroque-home .b2a-baroque-hero-photo {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    object-position: center;
    transform: none !important;
  }

  .b2a-baroque-scene {
    top: 18px;
    left: 18px;
    padding: 7px 9px;
    border: 0;
    background: rgba(255, 254, 250, 0.9);
    font-size: 0.64rem;
  }

  .b2a-baroque-home .b2a-baroque-hero-copy {
    position: relative;
    inset: auto;
    order: 2;
    width: auto;
    max-width: none;
    padding: 28px 20px 24px;
    transform: none;
    background: var(--b2a-baroque-paper);
  }

  .b2a-baroque-home .b2a-baroque-hero-copy[data-b2a-reveal] {
    transform: none;
  }

  .b2a-baroque-home.is-ready .b2a-baroque-hero-copy[data-b2a-reveal]:not(.is-visible) {
    transform: translateY(24px);
  }

  .b2a-baroque-home .b2a-baroque-hero-copy .b2a-reclaim-line {
    margin-bottom: 10px;
    font-size: 0.7rem;
  }

  .b2a-baroque-home .b2a-baroque-hero-copy h1 {
    max-width: 12ch;
    margin-bottom: 16px;
    font-size: 2.7rem;
    line-height: 0.96;
  }

  .b2a-baroque-home .b2a-baroque-hero-copy h1 span {
    white-space: normal;
  }

  .b2a-baroque-home .b2a-baroque-hero-copy h1 span:not(:last-child) {
    white-space: nowrap;
  }

  .b2a-baroque-home .b2a-baroque-hand {
    display: none;
  }

  .b2a-baroque-home .b2a-baroque-hero-copy > p:not(.b2a-reclaim-line, .b2a-baroque-hand) {
    font-size: 1rem;
  }

  .b2a-baroque-home .b2a-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 18px;
  }

  .b2a-baroque-home .b2a-button {
    width: 100%;
  }

  .b2a-baroque-hand {
    margin-top: 14px !important;
    font-size: 0.96rem !important;
  }

  .b2a-baroque-hero-index {
    position: relative;
    order: 3;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .b2a-baroque-hero-index span:nth-child(2) {
    border-right: 0;
  }

  .b2a-baroque-hero-index span:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 254, 250, 0.28);
  }

  .b2a-baroque-home .b2a-ad-slot {
    width: calc(100% - 24px);
    min-height: 112px;
    margin-block: 18px;
  }

  .b2a-baroque-manifest,
  .b2a-baroque-home .b2a-baroque-gateways > section,
  .b2a-baroque-home .b2a-bilateral-band,
  .b2a-baroque-home .b2a-home-photo-ledger > section,
  .b2a-baroque-home .b2a-sponsor-market-band > div {
    padding: 52px 20px;
  }

  .b2a-baroque-manifest h2 {
    font-size: 2.75rem;
  }

  .b2a-baroque-home .b2a-baroque-gateways h2,
  .b2a-baroque-home .b2a-bilateral-band h2,
  .b2a-baroque-home .b2a-home-photo-ledger h2,
  .b2a-baroque-home .b2a-sponsor-market-band h2 {
    font-size: 2.55rem;
  }

  .b2a-baroque-home .b2a-bilateral-band {
    gap: 26px;
  }

  .b2a-baroque-home .b2a-home-photo-ledger figure,
  .b2a-baroque-home .b2a-home-photo-ledger figure img,
  .b2a-baroque-home .b2a-sponsor-market-band img {
    min-height: 360px;
  }

  .b2a-baroque-home .b2a-home-route-index {
    grid-template-columns: 1fr;
  }

  .b2a-baroque-home .b2a-home-route-index a {
    min-height: 138px;
    border-right: 0;
    border-bottom: 1px solid var(--b2a-baroque-line);
  }

  .b2a-baroque-home .b2a-home-route-index a:last-child {
    border-bottom: 0;
  }

  .b2a-baroque-home .b2a-home-route-index span {
    margin-bottom: 18px;
  }
}

@media (max-width: 400px) {
  .b2a-baroque-home .b2a-baroque-hero-copy {
    padding-inline: 16px;
  }

  .b2a-baroque-home .b2a-baroque-hero-copy h1 {
    font-size: 2.2rem;
  }

  .b2a-baroque-manifest,
  .b2a-baroque-home .b2a-baroque-gateways > section,
  .b2a-baroque-home .b2a-bilateral-band,
  .b2a-baroque-home .b2a-home-photo-ledger > section,
  .b2a-baroque-home .b2a-sponsor-market-band > div {
    padding-inline: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .b2a-baroque-home *,
  .b2a-baroque-home *::before,
  .b2a-baroque-home *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .b2a-baroque-home .b2a-baroque-hero-photo,
  .b2a-baroque-home [data-b2a-reveal] {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* 0.12.1 Route Atlas + Portrait Ledger public shell: begin */
body:has(.b2a-atlas-home) {
  background: #fffdf7 !important;
}

.b2a-atlas-home {
  --b2a-atlas-paper: #fffdf7;
  --b2a-atlas-ink: #0c1010;
  --b2a-atlas-green: #0b7a46;
  --b2a-atlas-red: #e63c2f;
  --b2a-atlas-violet: #6428c7;
  --b2a-atlas-gold: #f0bb30;
  --b2a-atlas-blue: #1647bc;
  background: var(--b2a-atlas-paper) !important;
}

.b2a-atlas-home .b2a-portal-nav {
  background: rgba(255, 253, 247, 0.98) !important;
}

.b2a-atlas-home .b2a-portal-links a:is(:hover, :focus-visible, .is-active) {
  border-bottom-color: var(--b2a-atlas-red);
  color: var(--b2a-atlas-violet) !important;
}

.b2a-atlas-home .b2a-portal-links a[href*="sponsor"],
.b2a-atlas-home .b2a-portal-links a[href*="login"] {
  border-color: var(--b2a-atlas-ink);
  background: var(--b2a-atlas-ink) !important;
  color: var(--b2a-atlas-paper) !important;
}

.b2a-atlas-home .b2a-portal-links a[href*="sponsor"]:is(:hover, :focus-visible),
.b2a-atlas-home .b2a-portal-links a[href*="login"]:is(:hover, :focus-visible) {
  background: var(--b2a-atlas-red) !important;
  color: var(--b2a-atlas-ink) !important;
}

.b2a-atlas-hero {
  min-height: 710px;
  background: var(--b2a-atlas-paper) !important;
}

.b2a-atlas-home .b2a-baroque-hero-photo {
  object-position: 69% center;
  filter: saturate(1.06) contrast(1.02);
}

.b2a-atlas-hero::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0 47% 0 0;
  border-right: 1px solid rgba(12, 16, 16, 0.16);
  background-color: rgba(255, 253, 247, 0.92);
  background-image: linear-gradient(rgba(12, 16, 16, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(12, 16, 16, 0.08) 1px, transparent 1px);
  background-size: 36px 36px;
}

.b2a-atlas-hero::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 24%;
  right: 39%;
  width: 13px;
  height: 13px;
  border: 3px solid var(--b2a-atlas-paper);
  border-radius: 50%;
  background: var(--b2a-atlas-red);
  box-shadow: -138px 92px 0 -1px var(--b2a-atlas-green), 116px 138px 0 -1px var(--b2a-atlas-violet), 206px 22px 0 -1px var(--b2a-atlas-gold);
}

.b2a-atlas-home .b2a-baroque-scene {
  z-index: 4;
  border-left-color: var(--b2a-atlas-red);
  color: var(--b2a-atlas-ink) !important;
}

.b2a-atlas-home .b2a-baroque-hero-copy {
  z-index: 4;
  inset: 47% auto auto 7%;
  width: min(47%, 650px);
}

.b2a-atlas-home .b2a-baroque-hero-copy .b2a-reclaim-line {
  color: var(--b2a-atlas-red) !important;
}

.b2a-atlas-home .b2a-baroque-hero-copy h1 {
  max-width: 8.5ch;
  color: var(--b2a-atlas-ink) !important;
  font-family: "Sora", "Arial Black", sans-serif;
  font-size: clamp(3.1rem, 5.6vw, 5.6rem);
  font-weight: 800;
  letter-spacing: 0 !important;
  line-height: 0.89;
  text-transform: uppercase;
}

.b2a-atlas-home .b2a-baroque-hero-copy h1 span:last-child {
  max-width: none;
  color: var(--b2a-atlas-violet);
}

.b2a-atlas-home .b2a-baroque-hero-copy > p:not(.b2a-reclaim-line, .b2a-baroque-hand) {
  color: #313635 !important;
  font-size: 1.08rem;
  font-weight: 650;
}

.b2a-atlas-home .b2a-button-primary {
  border-color: var(--b2a-atlas-green) !important;
  background: var(--b2a-atlas-green) !important;
}

.b2a-atlas-home .b2a-button-primary:is(:hover, :focus-visible) {
  border-color: var(--b2a-atlas-ink) !important;
  background: var(--b2a-atlas-ink) !important;
}

.b2a-atlas-home .b2a-button-secondary {
  background: var(--b2a-atlas-paper) !important;
}

.b2a-atlas-home .b2a-baroque-hand {
  color: var(--b2a-atlas-violet) !important;
}

.b2a-atlas-home .b2a-baroque-hero-index {
  background: var(--b2a-atlas-ink);
}

.b2a-atlas-route-rail {
  display: grid;
  grid-template-columns: minmax(15rem, 1.2fr) repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid var(--b2a-atlas-ink);
  background: var(--b2a-atlas-paper);
}

.b2a-atlas-route-rail > div,
.b2a-atlas-route-rail > a {
  min-width: 0;
  min-height: 164px;
  padding: 25px clamp(18px, 3vw, 42px);
  border-right: 1px solid var(--b2a-atlas-ink);
}

.b2a-atlas-route-rail > div {
  display: grid;
  align-content: center;
  gap: 8px;
  background: var(--b2a-atlas-ink);
  color: var(--b2a-atlas-paper);
}

.b2a-atlas-route-rail > div p {
  margin: 0;
  color: var(--b2a-atlas-gold);
  font-family: var(--b2a-mono);
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
}

.b2a-atlas-route-rail > div strong {
  max-width: 13ch;
  font-family: var(--b2a-heading);
  font-size: 1.65rem;
  line-height: 0.95;
}

.b2a-atlas-route-rail > a {
  display: grid;
  align-content: start;
  gap: 7px;
  background: var(--b2a-atlas-paper);
  color: var(--b2a-atlas-ink) !important;
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease;
}

.b2a-atlas-route-rail > a:last-child {
  border-right: 0;
}

.b2a-atlas-route-rail > a span {
  color: var(--b2a-atlas-red);
  font-family: var(--b2a-mono);
  font-size: 0.72rem;
  font-weight: 900;
}

.b2a-atlas-route-rail > a:nth-child(3) span { color: var(--b2a-atlas-violet); }
.b2a-atlas-route-rail > a:nth-child(4) span { color: var(--b2a-atlas-green); }

.b2a-atlas-route-rail > a strong {
  font-family: "Sora", sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  text-transform: uppercase;
}

.b2a-atlas-route-rail > a small {
  max-width: 22ch;
  font-size: 0.92rem;
  line-height: 1.35;
}

.b2a-atlas-route-rail > a:is(:hover, :focus-visible) {
  background: var(--b2a-atlas-violet);
  color: var(--b2a-atlas-paper) !important;
}

.b2a-atlas-route-rail > a:is(:hover, :focus-visible) span { color: var(--b2a-atlas-gold); }

.b2a-atlas-home .b2a-baroque-manifest {
  padding-block: 74px 56px;
  background: #fffdf7;
}

.b2a-atlas-home .b2a-baroque-manifest h2 {
  max-width: 14ch;
  font-family: "Sora", sans-serif;
  font-size: clamp(2.3rem, 4vw, 4rem);
  font-weight: 800;
  line-height: 0.96;
}

.b2a-atlas-home .b2a-baroque-gateways > section:first-child {
  background: var(--b2a-atlas-green);
}

.b2a-atlas-home .b2a-baroque-gateways > section:last-child {
  background: #f7ecff;
}

.b2a-atlas-home .b2a-baroque-gateways > section:last-child .b2a-panel-kicker,
.b2a-atlas-home .b2a-baroque-gateways > section:last-child a {
  color: var(--b2a-atlas-violet) !important;
}

.b2a-atlas-home .b2a-bilateral-band {
  background: var(--b2a-atlas-gold);
}

.b2a-atlas-home .b2a-home-photo-ledger > section {
  background: #f7ecff;
}

.b2a-atlas-home .b2a-home-photo-ledger h2 {
  font-family: "Sora", sans-serif;
  font-weight: 800;
}

.b2a-atlas-home .b2a-home-photo-ledger figure img {
  filter: saturate(1.04) contrast(1.03);
}

.b2a-atlas-home .b2a-sponsor-market-band > div {
  background: var(--b2a-atlas-ink);
}

.b2a-atlas-home .b2a-sponsor-market-band .b2a-button-primary {
  background: var(--b2a-atlas-red) !important;
  border-color: var(--b2a-atlas-red) !important;
}

.b2a-atlas-home .b2a-home-route-index a:is(:hover, :focus-visible) {
  background: var(--b2a-atlas-violet);
}

@media (max-width: 980px) {
  .b2a-atlas-home .b2a-baroque-hero-copy {
    width: 56%;
  }

  .b2a-atlas-hero::before {
    inset: 0 36% 0 0;
  }

  .b2a-atlas-route-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .b2a-atlas-route-rail > div,
  .b2a-atlas-route-rail > a {
    border-bottom: 1px solid var(--b2a-atlas-ink);
  }
}

@media (max-width: 720px) {
  .b2a-atlas-hero::before,
  .b2a-atlas-hero::after {
    display: none;
  }

  .b2a-atlas-home .b2a-baroque-hero-copy {
    width: auto;
    background: var(--b2a-atlas-paper);
  }

  .b2a-atlas-home .b2a-baroque-hero-copy h1 {
    max-width: 9ch;
    font-size: 2.75rem;
  }

  .b2a-atlas-route-rail {
    grid-template-columns: 1fr;
  }

  .b2a-atlas-route-rail > div,
  .b2a-atlas-route-rail > a {
    min-height: 0;
    border-right: 0;
  }
}
/* 0.12.1 Route Atlas + Portrait Ledger public shell: end */

/* 0.13.0 Route Atlas / Portrait Ledger / Night Market: begin */
.b2a-atlas-v2 {
  --b2a-v2-paper: #f7f3e9;
  --b2a-v2-white: #fffef9;
  --b2a-v2-ink: #121411;
  --b2a-v2-green: #07814a;
  --b2a-v2-red: #ef3d28;
  --b2a-v2-violet: #6a27bd;
  --b2a-v2-gold: #e9aa17;
  --b2a-v2-blue: #173fd1;
  --b2a-v2-line: rgba(18, 20, 17, 0.28);
  background: var(--b2a-v2-paper) !important;
}

.b2a-atlas-v2 .b2a-atlas-main {
  display: block;
  margin: 0;
  padding: 0;
}

.b2a-atlas-v2 .b2a-atlas-stage,
.b2a-atlas-v2 .b2a-portrait-ledger,
.b2a-atlas-v2 .b2a-night-market {
  width: min(100%, 1600px);
  margin-inline: auto;
}

.b2a-atlas-v2 .b2a-portal-nav {
  min-height: 72px;
  padding: 10px clamp(22px, 3.2vw, 54px);
  border-bottom: 1px solid var(--b2a-v2-ink) !important;
  background: rgba(247, 243, 233, 0.97) !important;
}

.b2a-atlas-v2 .b2a-portal-brand {
  color: var(--b2a-v2-ink) !important;
  font-family: "Arial Black", "Arial Narrow", sans-serif;
  font-size: clamp(1.35rem, 2.1vw, 2rem);
  font-weight: 900;
  letter-spacing: 0 !important;
  text-transform: uppercase;
}

.b2a-atlas-v2 .b2a-portal-brand-mark {
  display: none;
}

.b2a-atlas-v2 .b2a-portal-links a {
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0 !important;
}

.b2a-atlas-stage {
  display: grid;
  grid-template-columns: minmax(300px, 0.86fr) minmax(460px, 1.64fr);
  border-bottom: 1px solid var(--b2a-v2-ink);
  background-color: var(--b2a-v2-paper);
  background-image: linear-gradient(rgba(18, 20, 17, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(18, 20, 17, 0.045) 1px, transparent 1px);
  background-size: 32px 32px;
}

.b2a-atlas-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 540px;
  padding: clamp(48px, 5vw, 72px) clamp(28px, 4.3vw, 76px) 44px;
  border-right: 1px solid var(--b2a-v2-ink);
  background: rgba(247, 243, 233, 0.9);
}

.b2a-atlas-number {
  margin: 0 0 24px;
  color: var(--b2a-v2-green) !important;
  font-family: var(--b2a-mono, monospace);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0 !important;
  text-transform: uppercase;
}

.b2a-atlas-intro h1 {
  max-width: 8.7ch;
  margin: 0;
  color: var(--b2a-v2-ink) !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.4rem, 4.45vw, 6.35rem);
  font-weight: 700;
  letter-spacing: 0 !important;
  line-height: 0.83;
  text-wrap: balance;
}

.b2a-atlas-intro h1 span {
  color: var(--b2a-v2-green);
}

.b2a-atlas-deck {
  max-width: 42ch;
  margin: 30px 0 0;
  color: #343730 !important;
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  font-weight: 560;
  line-height: 1.55;
}

.b2a-atlas-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.b2a-atlas-action {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 50px;
  padding: 0 18px;
  border: 1px solid var(--b2a-v2-ink);
  background: var(--b2a-v2-white);
  color: var(--b2a-v2-ink) !important;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0 !important;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.b2a-atlas-action-primary {
  border-color: var(--b2a-v2-green);
  background: var(--b2a-v2-green);
  color: var(--b2a-v2-white) !important;
}

.b2a-atlas-action-dark {
  border-color: var(--b2a-v2-ink);
  background: var(--b2a-v2-ink);
  color: var(--b2a-v2-white) !important;
}

.b2a-atlas-action:is(:hover, :focus-visible) {
  transform: translateY(-3px);
  background: var(--b2a-v2-red);
  color: var(--b2a-v2-white) !important;
}

.b2a-atlas-action:active {
  transform: translateY(1px);
}

.b2a-atlas-rule {
  margin: 28px 0 0;
  color: var(--b2a-v2-violet) !important;
  font-family: Georgia, serif;
  font-size: 1.02rem;
  font-style: italic;
  font-weight: 700;
}

.b2a-atlas-map {
  position: relative;
  min-height: 540px;
  margin: 0;
  overflow: hidden;
  background: var(--b2a-v2-paper);
}

.b2a-atlas-map > img {
  width: 100%;
  height: 100%;
  min-height: 540px;
  object-fit: cover;
}

.b2a-atlas-map figcaption {
  position: absolute;
  top: 34px;
  right: 34px;
  display: grid;
  width: min(240px, 35%);
  padding: 18px;
  border: 1px solid var(--b2a-v2-ink);
  background: rgba(255, 254, 249, 0.94);
  color: var(--b2a-v2-ink);
}

.b2a-atlas-map figcaption span,
.b2a-atlas-map figcaption small {
  font-family: var(--b2a-mono, monospace);
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
}

.b2a-atlas-map figcaption strong {
  margin: 10px 0 6px;
  color: var(--b2a-v2-green);
  font-family: Georgia, serif;
  font-size: 1.35rem;
  line-height: 1.05;
}

.b2a-atlas-dispatches {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--b2a-v2-ink);
  background: var(--b2a-v2-white);
}

.b2a-atlas-dispatches article {
  display: grid;
  align-content: start;
  min-height: 170px;
  padding: 24px clamp(24px, 3vw, 48px);
  border-right: 1px solid var(--b2a-v2-ink);
}

.b2a-atlas-dispatches article:last-child {
  border-right: 0;
}

.b2a-atlas-dispatches p,
.b2a-atlas-dispatches h2 {
  margin: 0;
}

.b2a-atlas-dispatches p {
  color: var(--b2a-v2-red) !important;
  font-family: var(--b2a-mono, monospace);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.b2a-atlas-dispatches h2 {
  max-width: 22ch;
  margin-top: 8px;
  color: var(--b2a-v2-ink) !important;
  font-family: Georgia, serif;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  line-height: 1.04;
}

.b2a-atlas-dispatches a {
  align-self: end;
  margin-top: 20px;
  color: var(--b2a-v2-ink) !important;
  font-size: 0.72rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.b2a-atlas-dispatches a:is(:hover, :focus-visible) {
  color: var(--b2a-v2-green) !important;
}

.b2a-portrait-ledger {
  display: grid;
  grid-template-columns: minmax(300px, 0.76fr) minmax(620px, 1.7fr);
  border-block: 1px solid var(--b2a-v2-ink);
  background: var(--b2a-v2-paper);
}

.b2a-portrait-ledger-copy {
  padding: clamp(54px, 6vw, 92px) clamp(28px, 4vw, 66px);
  border-right: 1px solid var(--b2a-v2-ink);
}

.b2a-portrait-ledger-copy .b2a-atlas-number {
  color: var(--b2a-v2-red) !important;
}

.b2a-portrait-ledger-copy h2 {
  margin: 0;
  color: var(--b2a-v2-ink) !important;
  font-family: "Arial Narrow", "Arial Black", sans-serif;
  font-size: clamp(2.9rem, 3.8vw, 5.2rem);
  font-weight: 900;
  letter-spacing: 0 !important;
  line-height: 0.82;
  text-transform: uppercase;
}

.b2a-portrait-ledger-copy h2 span {
  color: var(--b2a-v2-red);
}

.b2a-portrait-ledger-copy > p:not(.b2a-atlas-number) {
  max-width: 42ch;
  margin: 30px 0;
  color: #343730 !important;
  line-height: 1.6;
}

.b2a-portrait-ledger-copy dl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 0 28px;
  border-block: 1px solid var(--b2a-v2-ink);
}

.b2a-portrait-ledger-copy dl div {
  padding: 14px 10px 14px 0;
  border-right: 1px solid var(--b2a-v2-line);
}

.b2a-portrait-ledger-copy dl div:last-child {
  padding-left: 10px;
  border-right: 0;
}

.b2a-portrait-ledger-copy dt {
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.b2a-portrait-ledger-copy dd {
  margin: 4px 0 0;
  font-family: Georgia, serif;
  font-size: 0.9rem;
  line-height: 1.15;
}

.b2a-portrait-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(260px, 1fr);
}

.b2a-portrait-card {
  position: relative;
  display: grid;
  min-width: 0;
  overflow: hidden;
  border-right: 1px solid var(--b2a-v2-ink);
  border-bottom: 1px solid var(--b2a-v2-ink);
  background: #d6d0c4;
  color: var(--b2a-v2-ink) !important;
  text-decoration: none !important;
}

.b2a-portrait-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78) contrast(1.04);
  transition: filter 220ms ease, transform 320ms ease;
}

.b2a-portrait-founder img { object-position: 61% center; transform: scale(1.42); transform-origin: 61% center; }
.b2a-portrait-legacy img { object-position: 94% center; transform: scale(1.42); transform-origin: 94% center; }
.b2a-portrait-operator img { object-position: 43% 38%; }
.b2a-portrait-creator img { object-position: 32% center; }

.b2a-portrait-card span {
  position: relative;
  z-index: 2;
  align-self: end;
  display: grid;
  padding: 15px;
  border-top: 1px solid var(--b2a-v2-ink);
  background: rgba(247, 243, 233, 0.94);
}

.b2a-portrait-card strong {
  font-family: "Arial Narrow", "Arial Black", sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
  text-transform: uppercase;
}

.b2a-portrait-card small {
  margin-top: 3px;
  font-size: 0.7rem;
  font-weight: 750;
}

.b2a-portrait-card em {
  position: absolute;
  z-index: 3;
  top: 12px;
  right: 12px;
  padding: 7px 9px;
  border: 2px solid var(--b2a-v2-red);
  background: rgba(255, 254, 249, 0.9);
  color: var(--b2a-v2-red);
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
  transform: rotate(-2deg);
}

.b2a-portrait-card:is(:hover, :focus-visible) img {
  filter: saturate(1) contrast(1.08);
  transform: scale(1.035);
}

.b2a-portrait-card:is(.b2a-portrait-founder, .b2a-portrait-legacy):is(:hover, :focus-visible) img {
  transform: scale(1.47);
}

.b2a-ledger-promise {
  display: grid;
  align-content: center;
  padding: clamp(25px, 3vw, 44px);
  border-bottom: 1px solid var(--b2a-v2-ink);
  background-color: var(--b2a-v2-white);
  background-image: linear-gradient(rgba(18, 20, 17, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(18, 20, 17, 0.06) 1px, transparent 1px);
  background-size: 24px 24px;
  grid-column: span 2;
}

.b2a-ledger-promise p {
  margin: 0;
  font-family: "Arial Narrow", "Arial Black", sans-serif;
  font-size: 1.1rem;
  font-weight: 900;
  text-transform: uppercase;
}

.b2a-ledger-promise ul {
  display: grid;
  gap: 13px;
  margin: 22px 0;
  padding: 0;
  list-style: none;
}

.b2a-ledger-promise li {
  padding-left: 22px;
  font-size: 0.88rem;
  font-weight: 700;
}

.b2a-ledger-promise li::before {
  content: "+";
  margin-left: -22px;
  margin-right: 12px;
  color: var(--b2a-v2-green);
  font-weight: 900;
}

.b2a-ledger-promise a {
  color: var(--b2a-v2-ink) !important;
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.b2a-night-market {
  position: relative;
  display: grid;
  grid-template-columns: minmax(340px, 0.95fr) minmax(480px, 1.45fr);
  overflow: hidden;
  border-block: 1px solid var(--b2a-v2-ink);
  background: var(--b2a-v2-paper);
}

.b2a-night-copy {
  position: relative;
  z-index: 2;
  padding: clamp(62px, 7vw, 112px) clamp(28px, 4vw, 70px);
  border-right: 1px solid var(--b2a-v2-ink);
  background-color: var(--b2a-v2-paper);
  background-image: linear-gradient(rgba(18, 20, 17, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(18, 20, 17, 0.045) 1px, transparent 1px);
  background-size: 30px 30px;
}

.b2a-night-copy .b2a-atlas-number {
  color: var(--b2a-v2-blue) !important;
}

.b2a-night-copy h2 {
  margin: 0;
  color: var(--b2a-v2-ink) !important;
  font-family: "Arial Narrow", "Arial Black", sans-serif;
  font-size: clamp(3.5rem, 5.35vw, 7rem);
  font-weight: 900;
  letter-spacing: 0 !important;
  line-height: 0.82;
  text-transform: uppercase;
}

.b2a-night-copy h2 span:nth-of-type(1) { color: var(--b2a-v2-red); }
.b2a-night-copy h2 span:nth-of-type(2) { color: var(--b2a-v2-violet); }
.b2a-night-copy h2 span:nth-of-type(3) { color: var(--b2a-v2-gold); }

.b2a-night-copy > p:last-child {
  max-width: 43ch;
  margin: 30px 0 0;
  color: #30342d !important;
  font-weight: 620;
  line-height: 1.55;
}

.b2a-night-portrait {
  position: relative;
  min-height: 640px;
  margin: 0;
  overflow: hidden;
  background: var(--b2a-v2-red);
}

.b2a-night-portrait::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(115deg, transparent 38%, rgba(239, 61, 40, 0.28) 38% 53%, transparent 53%), linear-gradient(20deg, transparent 57%, rgba(106, 39, 189, 0.33) 57% 70%, transparent 70%);
  mix-blend-mode: multiply;
  pointer-events: none;
}

.b2a-night-portrait img {
  width: 100%;
  height: 100%;
  min-height: 640px;
  object-fit: cover;
  object-position: 69% center;
  filter: contrast(1.16) saturate(0.76);
}

.b2a-night-portrait figcaption {
  position: absolute;
  z-index: 4;
  right: 22px;
  bottom: 20px;
  padding: 10px 13px;
  border: 2px solid var(--b2a-v2-ink);
  background: var(--b2a-v2-gold);
  color: var(--b2a-v2-ink);
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
  transform: rotate(-1.5deg);
}

.b2a-night-mark {
  position: absolute;
  z-index: 3;
  display: block;
  width: 190px;
  height: 28px;
  background: repeating-linear-gradient(173deg, var(--b2a-v2-violet) 0 6px, transparent 6px 11px);
  transform: rotate(-14deg);
}

.b2a-night-mark-one { top: 16%; right: 8%; }
.b2a-night-mark-two { right: 44%; bottom: 13%; background: repeating-linear-gradient(173deg, var(--b2a-v2-gold) 0 6px, transparent 6px 11px); transform: rotate(11deg); }

.b2a-night-routes {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--b2a-v2-ink);
}

.b2a-night-routes a {
  display: grid;
  align-content: start;
  min-height: 220px;
  padding: clamp(28px, 4vw, 54px);
  border-right: 1px solid var(--b2a-v2-ink);
  background: var(--b2a-v2-white);
  color: var(--b2a-v2-ink) !important;
  text-decoration: none !important;
  transition: background-color 180ms ease, color 180ms ease;
}

.b2a-night-routes a:last-child { border-right: 0; }
.b2a-night-routes a span { color: var(--b2a-v2-red); font-size: 0.68rem; font-weight: 900; }
.b2a-night-routes a:nth-child(2) span { color: var(--b2a-v2-violet); }
.b2a-night-routes a:nth-child(3) span { color: var(--b2a-v2-green); }
.b2a-night-routes strong { margin-top: 10px; font-family: "Arial Narrow", "Arial Black", sans-serif; font-size: clamp(1.45rem, 2.4vw, 2.2rem); font-weight: 900; line-height: 0.95; text-transform: uppercase; }
.b2a-night-routes small { max-width: 40ch; margin-top: 18px; font-size: 0.9rem; line-height: 1.45; }
.b2a-night-routes a:is(:hover, :focus-visible) { background: var(--b2a-v2-ink); color: var(--b2a-v2-white) !important; }

.b2a-night-manifest {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--b2a-v2-ink);
  background: var(--b2a-v2-ink);
  color: var(--b2a-v2-white);
}

.b2a-night-manifest strong {
  padding: 18px 24px;
  border-right: 1px solid rgba(255, 254, 249, 0.32);
  font-family: "Arial Narrow", "Arial Black", sans-serif;
  font-size: clamp(1rem, 1.7vw, 1.5rem);
  text-align: center;
  text-transform: uppercase;
}

.b2a-night-manifest strong:last-child { border-right: 0; }

.b2a-atlas-v2 > .b2a-atlas-main > :is(.b2a-ad-slot, .b2a-bilateral-band, .b2a-sponsor-market-band, .b2a-home-route-index) {
  width: min(100%, 1600px);
  margin-inline: auto;
}

@media (max-width: 1080px) {
  .b2a-atlas-stage,
  .b2a-portrait-ledger,
  .b2a-night-market {
    grid-template-columns: 1fr;
  }

  .b2a-atlas-intro,
  .b2a-portrait-ledger-copy,
  .b2a-night-copy {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--b2a-v2-ink);
  }

  .b2a-atlas-intro h1 {
    max-width: 10ch;
  }

  .b2a-atlas-map,
  .b2a-atlas-map > img,
  .b2a-night-portrait,
  .b2a-night-portrait img {
    min-height: 520px;
  }

  .b2a-portrait-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 760px) {
  .b2a-atlas-v2 .b2a-portal-brand {
    font-size: 1.25rem;
  }

  .b2a-atlas-intro {
    padding: 50px 22px 44px;
  }

  .b2a-atlas-intro h1 {
    max-width: 8ch;
    font-size: clamp(3.5rem, 15.5vw, 5rem);
  }

  .b2a-atlas-actions {
    display: grid;
  }

  .b2a-atlas-map,
  .b2a-atlas-map > img {
    min-height: 370px;
  }

  .b2a-atlas-map > img {
    object-position: 51% center;
  }

  .b2a-atlas-map figcaption {
    top: 14px;
    right: 14px;
    width: min(200px, 58%);
    padding: 12px;
  }

  .b2a-atlas-dispatches,
  .b2a-night-routes,
  .b2a-night-manifest {
    grid-template-columns: 1fr;
  }

  .b2a-atlas-dispatches article,
  .b2a-night-routes a,
  .b2a-night-manifest strong {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--b2a-v2-ink);
  }

  .b2a-portrait-ledger-copy,
  .b2a-night-copy {
    padding: 52px 22px;
  }

  .b2a-portrait-ledger-copy h2,
  .b2a-night-copy h2 {
    font-size: clamp(3.2rem, 15vw, 5rem);
  }

  .b2a-portrait-ledger-copy dl {
    grid-template-columns: 1fr;
  }

  .b2a-portrait-ledger-copy dl div,
  .b2a-portrait-ledger-copy dl div:last-child {
    padding: 12px 0;
    border-right: 0;
    border-bottom: 1px solid var(--b2a-v2-line);
  }

  .b2a-portrait-ledger-copy dl div:last-child {
    border-bottom: 0;
  }

  .b2a-portrait-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 300px;
  }

  .b2a-ledger-promise {
    grid-column: 1 / -1;
  }

  .b2a-night-portrait,
  .b2a-night-portrait img {
    min-height: 430px;
  }
}

@media (max-width: 460px) {
  .b2a-portrait-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 360px;
  }

  .b2a-portrait-card,
  .b2a-ledger-promise {
    border-right: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .b2a-atlas-v2 *,
  .b2a-atlas-v2 *::before,
  .b2a-atlas-v2 *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
/* 0.13.0 Route Atlas / Portrait Ledger / Night Market: end */
