:root {
  --bp-color-paper: #ffffff;
  --bp-color-field: #f9fafb;
  --bp-color-ink: #111827;
  --bp-color-graphite: #596170;
  --bp-color-mist: #e5e7eb;
  --bp-color-blue: #2563eb;
  --bp-color-green: #059669;
  --bp-color-evidence: #1a2332;
  --bp-radius-control: 0.625rem;
  --bp-radius-surface: 1rem;
  --bp-radius-feature: 1.5rem;
  --bp-shadow-raised: 0 18px 48px rgba(17, 24, 39, 0.08);
  --bp-shadow-evidence: 0 28px 70px rgba(17, 24, 39, 0.17);
}

body.bp-operator-migrated {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 10% 2%, rgba(37, 99, 235, 0.035), transparent 24rem),
    var(--bp-color-paper);
  color: var(--bp-color-ink);
  font-family: var(--bp-font-sans);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.bp-operator-migrated .bp-preview-note {
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  background: #0b1020;
  color: rgba(255, 255, 255, 0.78);
  padding: 6px 20px;
  font-family: var(--bp-font-sans);
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.bp-operator-migrated .bp-preview-note::before {
  width: 7px;
  height: 7px;
  flex: none;
  border-radius: 50%;
  background: #60a5fa;
  content: "";
}

.bp-operator-migrated .bp-site-header {
  top: 0;
  border-bottom: 1px solid rgba(17, 24, 39, 0.07);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: none;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.bp-operator-migrated .bp-site-header[data-scrolled="true"] {
  border-color: rgba(17, 24, 39, 0.1);
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.055);
}

.bp-operator-migrated .bp-header-inner,
.bp-operator-migrated .bp-footer-inner {
  width: min(calc(100% - 48px), 70rem);
}

.bp-operator-migrated .bp-header-inner {
  min-height: 66px;
  gap: 28px;
}

.bp-operator-migrated .bp-brand {
  font-size: 1.1875rem;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.bp-operator-migrated .bp-primary-list {
  gap: 1.4rem;
}

.bp-operator-migrated .bp-nav-link,
.bp-operator-migrated .bp-disclosure {
  color: #3d4655;
}

.bp-operator-migrated .bp-nav-link {
  font-size: 0.8125rem;
  letter-spacing: -0.01em;
}

.bp-operator-migrated .bp-nav-link:hover,
.bp-operator-migrated .bp-nav-link[aria-current="page"] {
  color: var(--bp-color-blue);
}

.bp-operator-migrated .bp-nav-link[aria-current="page"] {
  text-decoration: none;
}

.bp-operator-migrated .bp-menu {
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 0.875rem;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 22px 50px rgba(17, 24, 39, 0.12);
}

.bp-operator-migrated .bp-menu-link {
  font-size: 0.8125rem;
}

.bp-operator-migrated .bp-primary-action,
.bp-operator-migrated .bp-secondary-action {
  min-height: 47px;
  border-radius: 0.625rem;
  padding: 0.6875rem 1.25rem;
  font-family: var(--bp-font-sans);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    opacity 160ms ease;
}

.bp-operator-migrated .bp-primary-action {
  border-color: var(--bp-color-ink);
  background: var(--bp-color-ink);
  color: #ffffff;
  box-shadow: 0 10px 26px rgba(17, 24, 39, 0.14);
}

.bp-operator-migrated .bp-secondary-action {
  border-color: var(--bp-color-mist);
  background: #ffffff;
  color: var(--bp-color-ink);
}

.bp-operator-migrated .bp-primary-action:hover,
.bp-operator-migrated .bp-secondary-action:hover {
  transform: translateY(-2px);
}

.bp-operator-migrated .bp-primary-action:focus-visible,
.bp-operator-migrated .bp-secondary-action:focus-visible,
.bp-operator-migrated a:focus-visible,
.bp-operator-migrated button:focus-visible,
.bp-operator-migrated input:focus-visible,
.bp-operator-migrated select:focus-visible {
  outline: 2px solid var(--bp-color-blue);
  outline-offset: 3px;
  box-shadow: none;
}

.bp-operator-migrated :is(
  .bp-services-shell,
  .bp-service-shell,
  .bp-work-hub-shell,
  .bp-case-shell,
  .bp-operator-shell,
  .bp-insights-shell,
  .bp-trust-shell,
  .bp-rebuild-shell
) {
  width: min(calc(100% - 48px), 70rem);
}

.bp-operator-migrated :is(
  .bp-services-hero,
  .bp-service-hero,
  .bp-work-hub-hero,
  .bp-case-hero,
  .bp-operator-hero,
  .bp-insights-hero,
  .bp-trust-hero,
  .bp-trust-author-hero,
  .bp-rebuild-hero
) {
  position: relative;
  overflow: hidden;
  border: 0;
  background:
    radial-gradient(circle at 88% 14%, rgba(37, 99, 235, 0.09), transparent 24rem),
    linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
  color: var(--bp-color-ink);
}

.bp-operator-migrated :is(
  .bp-services-hero,
  .bp-service-hero,
  .bp-work-hub-hero,
  .bp-case-hero,
  .bp-operator-hero,
  .bp-insights-hero,
  .bp-trust-hero,
  .bp-trust-author-hero,
  .bp-rebuild-hero
)::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(17, 24, 39, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 24, 39, 0.025) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.45), transparent 78%);
  content: "";
}

.bp-operator-migrated :is(
  .bp-services-hero,
  .bp-service-hero,
  .bp-work-hub-hero,
  .bp-case-hero,
  .bp-operator-hero,
  .bp-insights-hero,
  .bp-trust-hero,
  .bp-trust-author-hero,
  .bp-rebuild-hero
) > * {
  position: relative;
  z-index: 1;
}

.bp-operator-migrated :is(
  .bp-services-hero-grid,
  .bp-service-hero-grid,
  .bp-work-hub-hero-grid,
  .bp-case-hero-grid,
  .bp-operator-hero-grid,
  .bp-insights-hero-grid,
  .bp-trust-hero-grid,
  .bp-trust-author-grid,
  .bp-rebuild-hero-grid
) {
  gap: clamp(2.5rem, 6vw, 4.5rem);
  align-items: center;
  padding-block: clamp(3.75rem, 8vw, 5.75rem);
}

.bp-operator-migrated :is(
  .bp-services-breadcrumb,
  .bp-service-breadcrumb,
  .bp-work-hub-breadcrumb,
  .bp-case-breadcrumb,
  .bp-operator-breadcrumb,
  .bp-insights-breadcrumb,
  .bp-trust-breadcrumb,
  .bp-rebuild-breadcrumb
) {
  margin-bottom: 0;
  padding-top: 1.5rem;
  color: #8b94a3;
  font-family: var(--bp-font-sans);
  font-size: 0.6875rem;
  letter-spacing: 0;
}

.bp-operator-migrated :is(
  .bp-services-kicker,
  .bp-service-kicker,
  .bp-work-hub-kicker,
  .bp-case-kicker,
  .bp-operator-kicker,
  .bp-insights-kicker,
  .bp-trust-kicker,
  .bp-rebuild-kicker
) {
  margin-bottom: 0.75rem;
  color: var(--bp-color-blue);
  font-family: var(--bp-font-sans);
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bp-operator-migrated :is(
  .bp-services-hero h1,
  .bp-service-hero h1,
  .bp-work-hub-hero h1,
  .bp-case-hero h1,
  .bp-operator-hero h1,
  .bp-insights-hero h1,
  .bp-trust-hero h1,
  .bp-trust-author-copy h1,
  .bp-rebuild-hero h1
) {
  max-width: 14ch;
  margin: 0;
  color: var(--bp-color-ink);
  font-family: var(--bp-font-sans);
  font-size: clamp(2.7rem, 6vw, 4.625rem);
  font-weight: 700;
  letter-spacing: -0.065em;
  line-height: 0.99;
}

.bp-operator-migrated :is(
  .bp-services-hero h1,
  .bp-service-hero h1,
  .bp-work-hub-hero h1,
  .bp-case-hero h1,
  .bp-operator-hero h1,
  .bp-insights-hero h1,
  .bp-trust-hero h1,
  .bp-trust-author-copy h1,
  .bp-rebuild-hero h1
) em {
  color: inherit;
  font-family: var(--bp-font-serif);
  font-weight: 400;
}

.bp-operator-migrated :is(
  .bp-services-lede,
  .bp-service-lede,
  .bp-work-hub-lede,
  .bp-case-lede,
  .bp-operator-lede,
  .bp-insights-lede,
  .bp-trust-lede,
  .bp-trust-author-bio,
  .bp-rebuild-lede
) {
  max-width: 42rem;
  margin-top: 1.375rem;
  color: var(--bp-color-graphite);
  font-size: 1.0625rem;
  line-height: 1.65;
}

.bp-operator-migrated :is(
  .bp-services-actions,
  .bp-service-actions,
  .bp-work-hub-actions,
  .bp-case-actions,
  .bp-operator-actions,
  .bp-trust-actions,
  .bp-rebuild-actions
) {
  gap: 0.6875rem;
  margin-top: 1.75rem;
}

.bp-operator-migrated :is(
  .bp-services-brief,
  .bp-service-map,
  .bp-work-hub-register,
  .bp-case-record,
  .bp-operator-console,
  .bp-insights-docket,
  .bp-trust-charter,
  .bp-trust-author-record,
  .bp-rebuild-control,
  .bp-evidence-window
) {
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 1.25rem;
  background: #ffffff;
  color: var(--bp-color-ink);
  box-shadow: var(--bp-shadow-evidence);
}

.bp-operator-migrated :is(
  .bp-services-brief,
  .bp-service-map,
  .bp-work-hub-register,
  .bp-case-record,
  .bp-operator-console,
  .bp-insights-docket,
  .bp-trust-charter,
  .bp-trust-author-record,
  .bp-rebuild-control
)::before {
  display: none;
}

.bp-operator-migrated :is(
  .bp-services-brief-head,
  .bp-service-map-head,
  .bp-work-hub-register-head,
  .bp-case-record-head,
  .bp-operator-console-head,
  .bp-insights-docket-head,
  .bp-trust-charter-head,
  .bp-trust-record-head,
  .bp-rebuild-control-head,
  .bp-evidence-head
) {
  min-height: 42px;
  border-bottom: 1px solid var(--bp-color-mist);
  background: var(--bp-color-field);
  color: #8b94a3;
  padding: 0.75rem 1rem;
  font-family: var(--bp-font-sans);
  font-size: 0.5625rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.bp-operator-migrated :is(
  .bp-services-brief-row,
  .bp-service-map-list li,
  .bp-work-hub-register-row,
  .bp-case-record-row,
  .bp-operator-console-list li,
  .bp-insights-docket-row,
  .bp-trust-charter-list li,
  .bp-trust-author-record div,
  .bp-rebuild-control-row,
  .bp-service-evidence-row
) {
  border-color: #edf0f3;
}

.bp-operator-migrated :is(
  .bp-services-brief-head,
  .bp-service-map-head,
  .bp-work-hub-register-head,
  .bp-case-record-head,
  .bp-operator-console-head,
  .bp-insights-docket-head,
  .bp-trust-charter-head,
  .bp-trust-record-head,
  .bp-rebuild-control-head
) span:first-child {
  color: var(--bp-color-blue);
}

.bp-operator-migrated :is(
  .bp-services-brief-row dt,
  .bp-service-map-node,
  .bp-work-hub-register-row dt,
  .bp-case-record-row dt,
  .bp-operator-console-marker,
  .bp-insights-docket dt,
  .bp-rebuild-control-row dt
) {
  color: var(--bp-color-blue);
  font-family: var(--bp-font-sans);
}

.bp-operator-migrated :is(
  .bp-services-brief-row dd,
  .bp-service-map-list span:last-child,
  .bp-work-hub-register-row dd,
  .bp-case-record-row dd,
  .bp-operator-console-copy strong,
  .bp-insights-docket dd,
  .bp-trust-charter-list span,
  .bp-trust-author-record dd,
  .bp-rebuild-control-row dd,
  .bp-service-evidence-row dd
) {
  color: var(--bp-color-graphite);
}

.bp-operator-migrated :is(
  .bp-service-map-list strong,
  .bp-operator-console-copy strong,
  .bp-trust-charter-list strong
) {
  color: var(--bp-color-ink);
}

.bp-operator-migrated :is(
  .bp-services-brief-head,
  .bp-service-map-head,
  .bp-work-hub-register-head,
  .bp-case-record-head,
  .bp-operator-console-head,
  .bp-insights-docket-head,
  .bp-trust-charter-head,
  .bp-trust-record-head,
  .bp-rebuild-control-head,
  .bp-services-brief-row,
  .bp-service-map-list li,
  .bp-work-hub-register-row,
  .bp-case-record-row,
  .bp-operator-console-list li,
  .bp-insights-docket-row,
  .bp-trust-charter-list li,
  .bp-trust-author-record div,
  .bp-rebuild-control-row,
  .bp-service-evidence-row
) {
  border-color: #edf0f3;
}

.bp-operator-migrated :is(
  .bp-service-map-foot,
  .bp-work-hub-register-foot,
  .bp-case-record-foot,
  .bp-operator-console-foot,
  .bp-insights-docket-foot,
  .bp-trust-record-foot,
  .bp-rebuild-control-foot,
  .bp-evidence-foot
) {
  border-color: #edf0f3;
  color: #8b94a3;
}

.bp-operator-migrated .bp-operator-console-copy span {
  color: #8b94a3;
}

.bp-operator-migrated .bp-operator-console-marker,
.bp-operator-migrated .bp-service-map-node {
  border-color: rgba(37, 99, 235, 0.18);
  background: #eff6ff;
  color: var(--bp-color-blue);
}

.bp-operator-migrated .bp-service-evidence-body {
  background: #ffffff;
}

.bp-operator-migrated :is(
  .bp-services-section,
  .bp-service-section,
  .bp-work-hub-section,
  .bp-case-section,
  .bp-operator-section,
  .bp-insights-section,
  .bp-trust-section,
  .bp-rebuild-section
) {
  padding-block: clamp(4.75rem, 9vw, 6.5rem);
}

.bp-operator-migrated :is(
  .bp-services-section,
  .bp-service-section,
  .bp-work-hub-section,
  .bp-case-section,
  .bp-operator-section,
  .bp-insights-section,
  .bp-trust-section,
  .bp-rebuild-section
)[data-surface="field"] {
  border-top: 1px solid #eef0f3;
  border-bottom: 1px solid #eef0f3;
  background: var(--bp-color-field);
}

.bp-operator-migrated :is(
  .bp-services-section-head,
  .bp-service-section-head,
  .bp-work-hub-section-head,
  .bp-case-section-head,
  .bp-operator-section-head,
  .bp-insights-section-head,
  .bp-trust-section-head,
  .bp-rebuild-section-head
) {
  margin-bottom: 2.375rem;
}

.bp-operator-migrated :is(
  .bp-services-section-head h2,
  .bp-services-connect-copy h2,
  .bp-services-founder h2,
  .bp-services-final h2,
  .bp-service-section-head h2,
  .bp-service-fit-copy h2,
  .bp-service-proof-copy h2,
  .bp-service-final h2,
  .bp-work-hub-section-head h2,
  .bp-work-hub-policy h2,
  .bp-work-hub-final h2,
  .bp-case-copy h2,
  .bp-case-section-head h2,
  .bp-case-final h2,
  .bp-operator-section-head h2,
  .bp-operator-founder h2,
  .bp-operator-final h2,
  .bp-insights-section-head h2,
  .bp-insights-topic-head h2,
  .bp-insights-operator h2,
  .bp-trust-section-head h2,
  .bp-trust-copy h2,
  .bp-trust-final h2,
  .bp-rebuild-copy h2,
  .bp-rebuild-section-head h2,
  .bp-rebuild-final h2
) {
  color: var(--bp-color-ink);
  font-family: var(--bp-font-sans);
  font-size: clamp(2rem, 4.3vw, 3.0625rem);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 1.06;
}

.bp-operator-migrated :is(
  .bp-services-final h2,
  .bp-service-final h2,
  .bp-work-hub-final h2,
  .bp-case-final h2,
  .bp-operator-final h2,
  .bp-trust-final h2,
  .bp-rebuild-final h2
) em {
  font-family: var(--bp-font-serif);
  font-weight: 400;
}

.bp-operator-migrated :is(
  .bp-services-section-head p,
  .bp-services-connect-copy p,
  .bp-services-founder p,
  .bp-services-final p,
  .bp-service-section-head p,
  .bp-service-fit-copy p,
  .bp-service-proof-copy > p,
  .bp-service-final p,
  .bp-work-hub-section-head p,
  .bp-work-hub-policy p,
  .bp-work-hub-final p,
  .bp-case-copy p,
  .bp-case-section-head p,
  .bp-case-final p,
  .bp-operator-section-head p,
  .bp-operator-founder p,
  .bp-operator-final p,
  .bp-insights-section-head p,
  .bp-insights-topic-head p,
  .bp-insights-operator p,
  .bp-trust-section-head p,
  .bp-trust-copy p,
  .bp-trust-final p,
  .bp-rebuild-copy p,
  .bp-rebuild-section-head p,
  .bp-rebuild-final p
) {
  color: var(--bp-color-graphite);
  font-size: 0.9375rem;
  line-height: 1.68;
}

.bp-operator-migrated :is(
  .bp-services-board,
  .bp-services-stack,
  .bp-services-work,
  .bp-services-founder-record,
  .bp-service-fit-list,
  .bp-service-outcome-list,
  .bp-service-method-list,
  .bp-service-scope,
  .bp-service-evidence,
  .bp-service-expectation,
  .bp-service-related-item,
  .bp-service-insight-row,
  .bp-work-hub-legend,
  .bp-work-hub-ledger,
  .bp-work-hub-policy,
  .bp-case-summary,
  .bp-case-detail-list,
  .bp-case-process,
  .bp-case-grid article,
  .bp-case-boundary,
  .bp-case-related,
  .bp-operator-shift,
  .bp-operator-anatomy,
  .bp-operator-path,
  .bp-operator-founder,
  .bp-insights-path,
  .bp-insights-feature,
  .bp-insights-library,
  .bp-insights-article,
  .bp-insights-operator,
  .bp-trust-capabilities,
  .bp-trust-ledger,
  .bp-trust-portrait,
  .bp-trust-proof-policy,
  .bp-trust-expertise article,
  .bp-rebuild-outcomes,
  .bp-rebuild-baseline,
  .bp-rebuild-ledger,
  .bp-rebuild-role-card,
  .bp-rebuild-incident,
  .bp-rebuild-related
) {
  border-color: rgba(17, 24, 39, 0.08);
  border-radius: 1rem;
}

.bp-operator-migrated :is(
  .bp-services-board-row,
  .bp-services-work article,
  .bp-service-outcome-list li,
  .bp-service-method-list li,
  .bp-service-scope,
  .bp-service-expectation,
  .bp-service-related-item,
  .bp-service-insight-row,
  .bp-work-hub-legend article,
  .bp-work-hub-record,
  .bp-case-summary div,
  .bp-case-detail-list li,
  .bp-case-process li,
  .bp-case-grid article,
  .bp-operator-shift article,
  .bp-operator-anatomy article,
  .bp-operator-path article,
  .bp-insights-path li,
  .bp-insights-feature,
  .bp-insights-article,
  .bp-trust-capabilities a,
  .bp-trust-ledger article,
  .bp-trust-ledger a,
  .bp-trust-expertise article,
  .bp-rebuild-outcomes div,
  .bp-rebuild-baseline li,
  .bp-rebuild-ledger-row,
  .bp-rebuild-incident article
) {
  border-color: rgba(17, 24, 39, 0.07);
  background: #ffffff;
  box-shadow: 0 4px 18px rgba(17, 24, 39, 0.035);
}

.bp-operator-migrated :is(
  .bp-services-board-row,
  .bp-work-hub-record,
  .bp-service-related-item,
  .bp-insights-feature,
  .bp-insights-article,
  .bp-trust-capabilities a,
  .bp-trust-ledger a
) {
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.bp-operator-migrated :is(
  .bp-services-board-row,
  .bp-work-hub-record,
  .bp-service-related-item,
  .bp-insights-feature,
  .bp-insights-article,
  .bp-trust-capabilities a,
  .bp-trust-ledger a
):hover {
  transform: translateY(-3px);
  border-color: rgba(37, 99, 235, 0.18);
  box-shadow: var(--bp-shadow-raised);
}

.bp-operator-migrated :is(
  .bp-services-board-name,
  .bp-services-work h3,
  .bp-service-method-list h3,
  .bp-service-related-item h3,
  .bp-service-insight-row h3,
  .bp-work-hub-record-title,
  .bp-work-hub-legend h3,
  .bp-case-process h3,
  .bp-case-grid h3,
  .bp-case-boundary h3,
  .bp-case-related h3,
  .bp-operator-shift h3,
  .bp-operator-anatomy h3,
  .bp-operator-path h3,
  .bp-insights-feature h3,
  .bp-insights-topic-head h2,
  .bp-insights-article-link,
  .bp-trust-ledger h3,
  .bp-trust-expertise h3,
  .bp-rebuild-phases h3,
  .bp-rebuild-role-card h3,
  .bp-rebuild-incident h3,
  .bp-rebuild-related h3
) {
  color: var(--bp-color-ink);
  font-family: var(--bp-font-sans);
  letter-spacing: -0.035em;
}

.bp-operator-migrated :is(
  .bp-services-work-type,
  .bp-service-related-type,
  .bp-service-outcome-code,
  .bp-service-method-number,
  .bp-work-hub-record-status,
  .bp-case-process b,
  .bp-operator-shift-label,
  .bp-insights-feature-index,
  .bp-insights-article-index,
  .bp-insights-topic-count,
  .bp-trust-expertise span,
  .bp-rebuild-phases b
) {
  color: var(--bp-color-blue);
  font-family: var(--bp-font-sans);
  font-weight: 600;
  letter-spacing: 0.08em;
}

.bp-operator-migrated :is(
  .bp-services-final,
  .bp-service-final,
  .bp-work-hub-final,
  .bp-case-final,
  .bp-operator-final,
  .bp-trust-final,
  .bp-rebuild-final
) {
  border: 0;
  background: #0b1020;
  color: #ffffff;
}

.bp-operator-migrated :is(
  .bp-services-final h2,
  .bp-service-final h2,
  .bp-work-hub-final h2,
  .bp-case-final h2,
  .bp-operator-final h2,
  .bp-trust-final h2,
  .bp-rebuild-final h2
) {
  color: #ffffff;
}

.bp-operator-migrated :is(
  .bp-services-final p,
  .bp-service-final p,
  .bp-work-hub-final p,
  .bp-case-final p,
  .bp-operator-final p,
  .bp-trust-final p,
  .bp-rebuild-final p
) {
  color: rgba(255, 255, 255, 0.7);
}

.bp-operator-migrated :is(
  .bp-services-final,
  .bp-service-final,
  .bp-work-hub-final,
  .bp-case-final,
  .bp-operator-final,
  .bp-trust-final,
  .bp-rebuild-final
) .bp-primary-action {
  border-color: #ffffff;
  background: #ffffff;
  color: var(--bp-color-ink);
}

.bp-operator-migrated .bp-trust-portrait {
  overflow: hidden;
  max-width: 23rem;
  margin-inline: auto;
  border-radius: 50% !important;
  aspect-ratio: 1;
  background: #e9edf3;
  box-shadow: var(--bp-shadow-raised);
}

.bp-operator-migrated .bp-trust-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 0%;
  transform: none;
}

.bp-operator-migrated .bp-trust-portrait-label {
  right: 1.5rem;
  bottom: 1.25rem;
  left: 1.5rem;
  border-radius: 0.75rem;
  padding: 0.75rem 1rem;
  background: rgba(11, 16, 32, 0.88);
  font-family: var(--bp-font-sans);
  font-size: 0.6875rem;
  letter-spacing: 0;
  text-align: center;
}

.bp-operator-migrated .bp-site-footer {
  border: 0;
  background: #0b1020;
  color: #ffffff;
}

.bp-operator-migrated .bp-site-footer::before {
  background: linear-gradient(90deg, var(--bp-color-blue), #60a5fa, var(--bp-color-green));
}

.bp-operator-migrated .bp-site-footer .bp-brand {
  color: #ffffff;
}

.bp-operator-migrated .bp-footer-brand p,
.bp-operator-migrated .bp-footer-link,
.bp-operator-migrated .bp-footer-bottom {
  color: rgba(255, 255, 255, 0.66);
}

.bp-operator-migrated .bp-footer-heading {
  color: #8fb3ff;
  font-family: var(--bp-font-sans);
}

.bp-operator-migrated .bp-footer-link:hover {
  color: #ffffff;
}

.bp-operator-migrated .bp-migration-index {
  min-height: 100vh;
  background:
    radial-gradient(circle at 85% 5%, rgba(37, 99, 235, 0.12), transparent 25rem),
    #f9fafb;
}

.bp-operator-migrated .bp-migration-index-shell {
  width: min(calc(100% - 48px), 70rem);
  margin-inline: auto;
  padding: 5rem 0 7rem;
}

.bp-operator-migrated .bp-migration-index-hero {
  max-width: 48rem;
  margin-bottom: 3rem;
}

.bp-operator-migrated .bp-migration-index-hero h1 {
  margin: 0;
  font-size: clamp(2.8rem, 7vw, 5rem);
  font-weight: 700;
  letter-spacing: -0.065em;
  line-height: 0.99;
}

.bp-operator-migrated .bp-migration-index-hero h1 em {
  font-family: var(--bp-font-serif);
  font-weight: 400;
}

.bp-operator-migrated .bp-migration-index-hero p {
  max-width: 42rem;
  margin: 1.25rem 0 0;
  color: var(--bp-color-graphite);
  font-size: 1rem;
  line-height: 1.65;
}

.bp-operator-migrated .bp-migration-index-status {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  border-radius: 999px;
  background: #ecfdf5;
  color: #047857;
  padding: 0.5rem 0.875rem;
  font-size: 0.6875rem;
  font-weight: 600;
}

.bp-operator-migrated .bp-migration-index-status::before {
  width: 0.4375rem;
  height: 0.4375rem;
  border-radius: 50%;
  background: #059669;
  content: "";
}

.bp-operator-migrated .bp-migration-index-group + .bp-migration-index-group {
  margin-top: 2.5rem;
}

.bp-operator-migrated .bp-migration-index-group h2 {
  margin: 0 0 1rem;
  font-size: 1.5rem;
  letter-spacing: -0.04em;
}

.bp-operator-migrated .bp-migration-index-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.875rem;
}

.bp-operator-migrated .bp-migration-index-card {
  min-height: 9.5rem;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(17, 24, 39, 0.07);
  border-radius: 1rem;
  background: #ffffff;
  color: var(--bp-color-ink);
  padding: 1.25rem;
  box-shadow: 0 4px 18px rgba(17, 24, 39, 0.035);
  text-decoration: none;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.bp-operator-migrated .bp-migration-index-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--bp-shadow-raised);
}

.bp-operator-migrated .bp-migration-index-card span {
  margin-bottom: 0.75rem;
  color: var(--bp-color-blue);
  font-size: 0.5625rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bp-operator-migrated .bp-migration-index-card strong {
  font-size: 1rem;
  letter-spacing: -0.03em;
  line-height: 1.25;
}

.bp-operator-migrated .bp-migration-index-card small {
  margin-top: auto;
  padding-top: 1.25rem;
  color: #8b94a3;
  font-size: 0.6875rem;
}

@media (max-width: 960px) {
  .bp-operator-migrated :is(
    .bp-services-hero-grid,
    .bp-service-hero-grid,
    .bp-work-hub-hero-grid,
    .bp-case-hero-grid,
    .bp-operator-hero-grid,
    .bp-insights-hero-grid,
    .bp-trust-hero-grid,
    .bp-trust-author-grid,
    .bp-rebuild-hero-grid
  ) {
    gap: 2.5rem;
  }

  .bp-operator-migrated .bp-migration-index-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .bp-operator-migrated .bp-header-inner,
  .bp-operator-migrated .bp-footer-inner,
  .bp-operator-migrated :is(
    .bp-services-shell,
    .bp-service-shell,
    .bp-work-hub-shell,
    .bp-case-shell,
    .bp-operator-shell,
    .bp-insights-shell,
    .bp-trust-shell,
    .bp-rebuild-shell
  ),
  .bp-operator-migrated .bp-migration-index-shell {
    width: min(calc(100% - 32px), 70rem);
  }

  .bp-operator-migrated .bp-header-inner {
    min-height: 62px;
  }

  .bp-operator-migrated .bp-mobile-toggle {
    border: 1px solid var(--bp-color-mist);
    border-radius: 0.625rem;
    background: #ffffff;
  }

  .bp-operator-migrated .bp-primary-nav {
    border-top: 1px solid var(--bp-color-mist);
    background: rgba(255, 255, 255, 0.985);
  }

  .bp-operator-migrated :is(
    .bp-services-hero-grid,
    .bp-service-hero-grid,
    .bp-work-hub-hero-grid,
    .bp-case-hero-grid,
    .bp-operator-hero-grid,
    .bp-insights-hero-grid,
    .bp-trust-hero-grid,
    .bp-trust-author-grid,
    .bp-rebuild-hero-grid
  ) {
    grid-template-columns: 1fr;
    padding-block: 3.5rem 4.25rem;
  }

  .bp-operator-migrated :is(
    .bp-services-hero h1,
    .bp-service-hero h1,
    .bp-work-hub-hero h1,
    .bp-case-hero h1,
    .bp-operator-hero h1,
    .bp-insights-hero h1,
    .bp-trust-hero h1,
    .bp-trust-author-copy h1,
    .bp-rebuild-hero h1
  ) {
    max-width: 16ch;
    font-size: clamp(2.5rem, 12vw, 3.75rem);
  }

  .bp-operator-migrated :is(
    .bp-services-section,
    .bp-service-section,
    .bp-work-hub-section,
    .bp-case-section,
    .bp-operator-section,
    .bp-insights-section,
    .bp-trust-section,
    .bp-rebuild-section
  ) {
    padding-block: 4.25rem;
  }

  .bp-operator-migrated .bp-trust-portrait {
    max-width: 17rem;
    order: -1;
  }

  .bp-operator-migrated .bp-migration-index-shell {
    padding: 4rem 0 5rem;
  }
}

@media (max-width: 560px) {
  .bp-operator-migrated .bp-preview-note {
    padding-inline: 1rem;
    font-size: 0.5625rem;
  }

  .bp-operator-migrated :is(
    .bp-services-actions,
    .bp-service-actions,
    .bp-work-hub-actions,
    .bp-case-actions,
    .bp-operator-actions,
    .bp-trust-actions,
    .bp-rebuild-actions
  ) {
    align-items: stretch;
    flex-direction: column;
  }

  .bp-operator-migrated :is(
    .bp-services-actions,
    .bp-service-actions,
    .bp-work-hub-actions,
    .bp-case-actions,
    .bp-operator-actions,
    .bp-trust-actions,
    .bp-rebuild-actions
  ) :is(.bp-primary-action, .bp-secondary-action) {
    width: 100%;
  }

  .bp-operator-migrated .bp-migration-index-grid {
    grid-template-columns: 1fr;
  }
}

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