body.bp-field-page {
  background: #ffffff;
  color: #101827;
}

.bp-field-page .bp-site-header {
  border-bottom-color: rgba(255, 255, 255, 0.1);
  background: #0d1424;
}

.bp-field-page .bp-site-header .bp-brand,
.bp-field-page .bp-site-header .bp-nav-link {
  color: #f8fbff;
}

.bp-field-page .bp-site-header .bp-brand span {
  color: #7dd3fc;
}

.bp-field-page .bp-site-header .bp-mobile-toggle {
  color: #f8fbff;
}

.bp-field-page .bp-site-header .bp-mobile-toggle svg {
  stroke: currentColor;
}

.bp-field-page .bp-site-header .bp-primary-action {
  background: #f8fbff;
  color: #0d1424;
}

.bp-field-main {
  overflow: hidden;
}

.bp-field-shell {
  width: min(calc(100% - (var(--bp-gutter-desktop) * 2)), 78rem);
  margin-inline: auto;
}

.bp-field-hero {
  position: relative;
  overflow: hidden;
  padding: var(--bp-space-6) 0 var(--bp-space-16);
  background:
    linear-gradient(rgba(125, 211, 252, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(125, 211, 252, 0.045) 1px, transparent 1px),
    #0d1424;
  background-size: 40px 40px;
  color: #f8fbff;
}

.bp-field-hero::after {
  position: absolute;
  inset: auto -12rem -18rem auto;
  width: 36rem;
  height: 36rem;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.2);
  content: "";
  filter: blur(1px);
  pointer-events: none;
}

.bp-field-breadcrumb {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: var(--bp-space-2);
  margin: 0;
  padding: 0;
  color: #a9b8cc;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 0.72rem;
  list-style: none;
}

.bp-field-breadcrumb a {
  color: inherit;
  text-decoration-color: #7dd3fc;
  text-underline-offset: 0.22em;
}

.bp-field-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(22rem, 0.82fr);
  gap: clamp(3rem, 5vw, 5rem);
  align-items: center;
  padding-top: clamp(4rem, 7vw, 7rem);
}

.bp-field-kicker {
  margin: 0 0 var(--bp-space-4);
  color: #7dd3fc;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.bp-field-header h1 {
  max-width: 18ch;
  margin: 0;
  color: #f8fbff;
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: clamp(3rem, 5vw, 5rem);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.bp-field-title-line {
  display: block;
}

.bp-field-deck {
  max-width: 42rem;
  margin: var(--bp-space-6) 0 0;
  color: #c4cfde;
  font-size: clamp(1.06rem, 1.5vw, 1.24rem);
  line-height: 1.62;
}

.bp-field-author {
  display: flex;
  gap: var(--bp-space-3);
  align-items: center;
  margin-top: var(--bp-space-6);
}

.bp-field-avatar {
  display: grid;
  width: 2.5rem;
  height: 2.5rem;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(125, 211, 252, 0.38);
  border-radius: 999px;
  background: rgba(125, 211, 252, 0.08);
  color: #7dd3fc;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 0.7rem;
}

.bp-field-author-copy {
  display: grid;
  gap: 0.15rem;
}

.bp-field-author-copy a {
  color: #f8fbff;
  font-weight: 700;
  text-decoration-color: #7dd3fc;
  text-underline-offset: 0.18em;
}

.bp-field-meta {
  color: #a9b8cc;
  font-size: 0.82rem;
  line-height: 1.45;
}

.bp-cost-stack {
  padding: var(--bp-space-6);
  border: 1px solid rgba(125, 211, 252, 0.2);
  border-radius: 1rem;
  background: rgba(9, 16, 31, 0.78);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(12px);
}

.bp-cost-stack-head {
  display: flex;
  justify-content: space-between;
  gap: var(--bp-space-4);
  align-items: flex-start;
  margin-bottom: var(--bp-space-6);
}

.bp-cost-stack-label {
  margin: 0;
  color: #7dd3fc;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bp-cost-stack-head h2 {
  max-width: 20rem;
  margin: var(--bp-space-2) 0 0;
  color: #f8fbff;
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: 1.35rem;
  line-height: 1.2;
}

.bp-cost-stack-status {
  display: inline-flex;
  gap: var(--bp-space-2);
  align-items: center;
  color: #a9b8cc;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 0.65rem;
  white-space: nowrap;
}

.bp-cost-stack-status::before {
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 999px;
  background: #7dd3fc;
  box-shadow: 0 0 0 5px rgba(125, 211, 252, 0.1);
  content: "";
}

.bp-cost-stack-list {
  display: grid;
  gap: var(--bp-space-2);
  margin: 0;
  padding: 0;
  list-style: none;
}

.bp-cost-stack-item {
  display: grid;
  grid-template-columns: 2.2rem minmax(0, 1fr) auto;
  gap: var(--bp-space-3);
  align-items: center;
  min-height: 3.1rem;
  padding: var(--bp-space-2) var(--bp-space-3);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.55rem;
  background: rgba(255, 255, 255, 0.035);
}

.bp-cost-stack-number {
  color: #7dd3fc;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 0.68rem;
}

.bp-cost-stack-name {
  color: #f8fbff;
  font-weight: 600;
}

.bp-cost-stack-type {
  color: #8fa2ba;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.bp-field-brief {
  border-bottom: 1px solid #dfe6ef;
  background: #eef4ff;
}

.bp-field-brief-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.bp-field-brief-item {
  padding: var(--bp-space-6) var(--bp-space-8);
  border-left: 1px solid #d6e0ee;
}

.bp-field-brief-item:first-child {
  padding-left: 0;
  border-left: 0;
}

.bp-field-brief-label {
  display: block;
  margin-bottom: var(--bp-space-2);
  color: #2563eb;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 0.66rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bp-field-brief-value {
  color: #172238;
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 1.35;
}

.bp-field-mobile-index {
  display: none;
  border-bottom: 1px solid #dfe6ef;
  background: #ffffff;
}

.bp-field-mobile-index summary {
  display: flex;
  min-height: 3.25rem;
  align-items: center;
  justify-content: space-between;
  color: #101827;
  cursor: pointer;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  list-style: none;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.bp-field-mobile-index summary::-webkit-details-marker {
  display: none;
}

.bp-field-mobile-index summary::after {
  color: #2563eb;
  content: "+";
  font-size: 1.1rem;
}

.bp-field-mobile-index[open] summary::after {
  content: "×";
}

.bp-field-mobile-index ol {
  margin: 0;
  padding: 0 0 var(--bp-space-6) 1.2rem;
}

.bp-field-mobile-index li + li {
  margin-top: var(--bp-space-3);
}

.bp-field-mobile-index a {
  color: #101827;
}

.bp-field-layout {
  display: grid;
  grid-template-columns: minmax(12rem, 15rem) minmax(0, 48rem);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: start;
  padding: var(--bp-space-16) 0 var(--bp-space-24);
}

.bp-field-rail {
  position: sticky;
  top: 6.5rem;
}

.bp-field-rail-label {
  margin: 0 0 var(--bp-space-4);
  color: #617089;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 0.66rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bp-field-rail ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bp-field-rail li {
  border-top: 1px solid #e4e9f0;
}

.bp-field-rail a {
  display: grid;
  grid-template-columns: 1.7rem minmax(0, 1fr);
  gap: var(--bp-space-2);
  padding: var(--bp-space-3) 0;
  color: #4f5e74;
  font-size: 0.83rem;
  line-height: 1.35;
  text-decoration: none;
}

.bp-field-rail a:hover {
  color: #2563eb;
}

.bp-field-rail-index {
  color: #2563eb;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 0.67rem;
}

.bp-field-rail-action {
  margin-top: var(--bp-space-8);
  padding-top: var(--bp-space-6);
  border-top: 1px solid #dfe6ef;
}

.bp-field-rail-action p {
  margin: 0 0 var(--bp-space-4);
  color: #4f5e74;
  font-size: 0.82rem;
  line-height: 1.55;
}

.bp-field-rail .bp-primary-action {
  display: inline-flex;
  grid-template-columns: none;
  width: 100%;
  padding: var(--bp-space-3) var(--bp-space-4);
  background: #0d1424;
  color: #f8fbff;
}

.bp-field-rail .bp-primary-action:hover {
  background: #172238;
  color: #ffffff;
}

.bp-field-copy {
  min-width: 0;
  color: #3f4d61;
  font-family: "Inter", sans-serif;
  font-size: 1.075rem;
  line-height: 1.8;
}

.bp-field-copy > :first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.bp-field-copy h2 {
  margin: var(--bp-space-16) 0 var(--bp-space-6);
  padding-top: var(--bp-space-8);
  border-top: 1px solid #dfe6ef;
  color: #101827;
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.45rem);
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.bp-field-copy h3 {
  margin: var(--bp-space-8) 0 var(--bp-space-3);
  color: #172238;
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
}

.bp-field-copy p,
.bp-field-copy ul,
.bp-field-copy ol {
  margin: 0 0 var(--bp-space-6);
}

.bp-field-copy li + li {
  margin-top: var(--bp-space-3);
}

.bp-field-copy a {
  color: #1d4ed8;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

.bp-field-copy .bp-article-callout {
  margin: var(--bp-space-8) 0;
  padding: var(--bp-space-6);
  border: 1px solid #cfd9ea;
  border-left: 4px solid #2563eb;
  border-radius: 0.6rem;
  background: #f7f9fc;
  color: #172238;
}

.bp-field-copy .bp-article-table-wrap {
  overflow-x: auto;
  margin: var(--bp-space-8) 0;
  border: 1px solid #dfe6ef;
  border-radius: 0.6rem;
}

.bp-field-copy .bp-article-table {
  width: 100%;
  min-width: 36rem;
  border-collapse: collapse;
  background: #ffffff;
  font-size: 0.9rem;
}

.bp-field-copy .bp-article-table th,
.bp-field-copy .bp-article-table td {
  padding: var(--bp-space-4);
  border-bottom: 1px solid #e4e9f0;
  text-align: left;
  vertical-align: top;
}

.bp-field-copy .bp-article-table th {
  background: #eef4ff;
  color: #172238;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.bp-field-copy .bp-article-table tr:last-child td {
  border-bottom: 0;
}

.bp-field-figure {
  margin: var(--bp-space-12) 0 var(--bp-space-16);
}

.bp-field-frame {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  background: #eef4ff;
  box-shadow: 0 18px 54px rgba(23, 34, 56, 0.14);
}

.bp-field-frame::before {
  position: absolute;
  inset: var(--bp-space-4) auto auto var(--bp-space-4);
  z-index: 1;
  padding: 0.38rem 0.55rem;
  border-radius: 0.35rem;
  background: rgba(13, 20, 36, 0.84);
  color: #f8fbff;
  content: "Operating map";
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bp-field-frame img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.bp-field-figure figcaption {
  margin-top: var(--bp-space-3);
  color: #617089;
  font-size: 0.82rem;
  line-height: 1.55;
}

.bp-field-source-list {
  padding-left: 1.25rem;
}

.bp-field-source-list span {
  display: block;
  margin-top: var(--bp-space-1);
  color: #617089;
  font-size: 0.82rem;
}

.bp-field-close {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: var(--bp-space-8);
  align-items: center;
  margin-top: var(--bp-space-16);
  padding: var(--bp-space-8);
  border-radius: 1rem;
  background: #0d1424;
  color: #c4cfde;
}

.bp-field-close h2 {
  margin: 0;
  padding: 0;
  border: 0;
  color: #f8fbff;
}

.bp-field-close p {
  margin: var(--bp-space-3) 0 0;
}

.bp-field-copy .bp-field-close .bp-primary-action {
  background: #f8fbff;
  color: #0d1424;
}

.bp-field-copy .bp-field-close .bp-primary-action:hover {
  background: #dcecff;
  color: #0d1424;
}

.bp-field-close-actions {
  display: flex;
  flex-direction: column;
  gap: var(--bp-space-3);
  min-width: 12rem;
}

.bp-field-copy .bp-field-close .bp-secondary-action {
  border-color: rgba(248, 251, 255, 0.35);
  background: transparent;
  color: #f8fbff;
}

.bp-field-copy .bp-field-close .bp-secondary-action:hover {
  border-color: rgba(248, 251, 255, 0.65);
  background: rgba(248, 251, 255, 0.08);
  color: #ffffff;
}

.bp-field-related {
  padding: var(--bp-space-16) 0;
  border-top: 1px solid #dfe6ef;
  background: #f7f9fc;
}

.bp-field-related-head {
  display: flex;
  justify-content: space-between;
  gap: var(--bp-space-6);
  align-items: end;
  margin-bottom: var(--bp-space-8);
}

.bp-field-related-head h2 {
  margin: 0;
  color: #101827;
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: 2rem;
}

.bp-field-related-head a {
  color: #1d4ed8;
  font-weight: 700;
}

.bp-field-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--bp-space-6);
}

.bp-field-related-link {
  min-height: 9rem;
  padding: var(--bp-space-6);
  border: 1px solid #dfe6ef;
  border-radius: 0.75rem;
  background: #ffffff;
  color: #101827;
  text-decoration: none;
}

.bp-field-related-link span {
  display: block;
  margin-bottom: var(--bp-space-4);
  color: #2563eb;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 0.66rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bp-field-related-link strong {
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: 1.08rem;
  line-height: 1.4;
}

.bp-field-related-link:hover {
  border-color: #9bb8ec;
  box-shadow: 0 12px 32px rgba(23, 34, 56, 0.08);
}

@media (max-width: 980px) {
  .bp-field-hero-grid {
    grid-template-columns: 1fr;
  }

  .bp-cost-stack {
    max-width: 44rem;
  }

  .bp-field-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .bp-field-rail {
    display: none;
  }

  .bp-field-mobile-index {
    display: block;
  }
}

@media (max-width: 760px) {
  .bp-field-shell {
    width: min(calc(100% - (var(--bp-gutter-tablet) * 2)), 78rem);
  }

  .bp-field-brief-grid,
  .bp-field-related-grid {
    grid-template-columns: 1fr;
  }

  .bp-field-brief-item,
  .bp-field-brief-item:first-child {
    padding: var(--bp-space-4) 0;
    border-top: 1px solid #d6e0ee;
    border-left: 0;
  }

  .bp-field-brief-item:first-child {
    border-top: 0;
  }

  .bp-field-layout {
    padding-top: var(--bp-space-12);
  }

  .bp-field-close {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .bp-field-shell {
    width: calc(100% - (var(--bp-gutter-mobile) * 2));
  }

  .bp-field-hero {
    padding-bottom: var(--bp-space-12);
  }

  .bp-field-hero-grid {
    gap: var(--bp-space-12);
    padding-top: var(--bp-space-12);
  }

  .bp-field-header h1 {
    font-size: 2.25rem;
    line-height: 1;
  }

  .bp-field-title-line {
    display: block;
  }

  .bp-cost-stack {
    padding: var(--bp-space-4);
  }

  .bp-cost-stack-head {
    display: block;
  }

  .bp-cost-stack-status {
    margin-top: var(--bp-space-3);
  }

  .bp-cost-stack-item {
    grid-template-columns: 1.7rem minmax(0, 1fr);
  }

  .bp-cost-stack-type {
    display: none;
  }

  .bp-field-copy {
    font-size: 1rem;
    line-height: 1.72;
  }

  .bp-field-copy .bp-article-table {
    min-width: 32rem;
  }

  .bp-field-related-head {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .bp-cost-stack-item {
    animation: bp-stack-enter 420ms ease both;
  }

  .bp-cost-stack-item:nth-child(2) { animation-delay: 45ms; }
  .bp-cost-stack-item:nth-child(3) { animation-delay: 90ms; }
  .bp-cost-stack-item:nth-child(4) { animation-delay: 135ms; }
  .bp-cost-stack-item:nth-child(5) { animation-delay: 180ms; }
  .bp-cost-stack-item:nth-child(6) { animation-delay: 225ms; }
  .bp-cost-stack-item:nth-child(7) { animation-delay: 270ms; }

  @keyframes bp-stack-enter {
    from {
      opacity: 0;
      transform: translateY(8px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}
