/* Sony RE pitch — extensions on strategy report immersive shell */

.sr-cover--pitch .sr-cover-photo {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.42;
}
.sr-cover--pitch .sr-cover-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(8, 9, 10, 0.35) 0%,
    rgba(8, 9, 10, 0.72) 45%,
    rgba(8, 9, 10, 0.94) 100%
  );
}
.sr-cover--pitch .sr-cover-glow-soft {
  background: radial-gradient(circle, rgba(220, 38, 38, 0.14) 0%, transparent 68%);
}

/* The cell/cluster drawer is a DARK surface, but shadcn typography (BodyText)
   defaults to `text-foreground` and a global rule forces `text-white` to
   `hsl(var(--foreground))` — both resolve to the light-theme DARK ink here, so
   narrative/identity body text renders black-on-black. Scope --foreground (and
   --muted-foreground) to the surface's own light tokens so every
   foreground-colored element stays legible on the dark drawer. */
[class*="sr-pitch-drawer"] {
  --foreground: 210 40% 98%;
  --muted-foreground: 215 16% 70%;
}

.sr-pitch-editorial {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.sr-pitch-editorial-hero {
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  aspect-ratio: 4 / 3;
  min-height: 14rem;
}
@media (min-width: 768px) {
  .sr-pitch-editorial-hero {
    aspect-ratio: 16 / 11;
    min-height: 18rem;
  }
}
.sr-pitch-editorial-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sr-pitch-editorial-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(8, 9, 10, 0.85) 100%);
  pointer-events: none;
}
.sr-pitch-editorial-caption {
  margin: 0.875rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: var(--sr-text-tertiary);
  letter-spacing: 0.02em;
}

.sr-pitch-pillar-grid {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .sr-pitch-pillar-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
  }
}
.sr-pitch-pillar {
  padding: 1.25rem 1.35rem;
  border-radius: 1rem;
  border: 1px solid var(--sr-border-subtle);
  background: var(--sr-surface-lift);
}
.sr-pitch-pillar-title {
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--sr-text-primary);
  margin: 0 0 0.5rem;
}
.sr-pitch-pillar-body {
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--sr-text-tertiary);
  margin: 0;
}

.sr-pitch-overlap-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.8125rem;
}
.sr-pitch-overlap-table th,
.sr-pitch-overlap-table td {
  padding: 0.65rem 0.75rem;
  border-bottom: 1px solid var(--sr-border-subtle);
  text-align: left;
  vertical-align: top;
}
.sr-pitch-overlap-table th {
  font-size: 0.625rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sr-text-quaternary);
  font-weight: 600;
}
.sr-pitch-overlap-table td {
  color: var(--sr-text-secondary);
}
.sr-pitch-overlap-table .is-num {
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.sr-pitch-tag-pill {
  display: inline-block;
  font-family: var(--sr-font-mono, ui-monospace, monospace);
  font-size: 0.6875rem;
  padding: 0.15rem 0.45rem;
  border-radius: 0.35rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.65);
  margin: 0.1rem 0.2rem 0.1rem 0;
}
.sr-immersive .sr-pitch-tag-pill {
  color: var(--sr-text-tertiary);
  border-color: var(--sr-border-subtle, rgba(255, 255, 255, 0.1));
  background: rgba(255, 255, 255, 0.05);
}
.sr-pitch-type {
  display: inline-block;
  font-size: 0.625rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
  border: 1px solid var(--sr-border-standard);
}
.sr-pitch-type.is-overlap {
  border-color: rgba(52, 211, 153, 0.35);
  color: #6ee7b7;
}
.sr-pitch-type.is-en {
  border-color: rgba(251, 113, 133, 0.35);
  color: #fda4af;
}
.sr-pitch-type.is-jp {
  border-color: rgba(196, 181, 253, 0.35);
  color: #ddd6fe;
}

.sr-pitch-route-grid {
  display: grid;
  gap: 1rem;
}
@media (min-width: 768px) {
  .sr-pitch-route-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.sr-pitch-route-card {
  padding: 1.35rem;
  border-radius: 1rem;
  border: 1px solid var(--sr-border-subtle);
  background: rgba(255, 255, 255, 0.02);
}
.sr-pitch-route-kicker {
  font-size: 0.625rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sr-accent);
  margin: 0 0 0.35rem;
}
.sr-pitch-route-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--sr-text-primary);
  margin: 0 0 0.65rem;
}
.sr-pitch-route-thesis {
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--sr-text-tertiary);
  margin: 0 0 0.85rem;
}
.sr-pitch-step-row {
  display: flex;
  gap: 0.85rem;
  padding: 1rem 1.1rem;
  border-radius: 0.85rem;
  border: 1px solid var(--sr-border-subtle);
  background: rgba(255, 255, 255, 0.02);
  margin-bottom: 0.65rem;
}
.sr-pitch-step-priority {
  flex-shrink: 0;
  font-size: 0.625rem;
  letter-spacing: 0.12em;
  font-weight: 700;
  padding: 0.25rem 0.45rem;
  border-radius: 0.35rem;
  border: 1px solid var(--sr-border-standard);
  color: var(--sr-text-secondary);
  height: fit-content;
}
.sr-pitch-step-phase {
  font-size: 0.625rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sr-text-quaternary);
  margin: 0 0 0.2rem;
}
.sr-pitch-step-action {
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--sr-text-primary);
  margin: 0 0 0.35rem;
}
.sr-pitch-step-why {
  font-size: 0.8125rem;
  line-height: 1.55;
  color: var(--sr-text-tertiary);
  margin: 0;
}

.sr-pitch-data-zone {
  margin-top: 2rem;
}
.sr-pitch-evidence-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(11rem, 1fr));
  gap: 0.75rem;
  margin-top: 1rem;
}
.sr-pitch-evidence-card {
  border-radius: 0.75rem;
  border: 1px solid var(--sr-border-subtle);
  background: rgba(255, 255, 255, 0.02);
  padding: 0.75rem;
  min-width: 0;
}
.sr-pitch-evidence-card a {
  color: var(--sr-accent);
  font-size: 0.6875rem;
  text-decoration: none;
}
.sr-pitch-evidence-card a:hover {
  text-decoration: underline;
}

.sr-pitch-mini-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  min-width: 0;
}
@media (max-width: 640px) {
  .sr-pitch-mini-stats {
    grid-template-columns: 1fr;
  }
}

.sr-pitch-graph-interactive .sr-moment-figure,
.sr-pitch-graph-interactive > div:first-child {
  touch-action: pan-y;
}
.sr-pitch-graph-interactive canvas {
  touch-action: none;
}

/* Force graph chrome */
.sr-pitch-graph-shell {
  position: relative;
  isolation: isolate;
  background: #040506;
}
.sr-pitch-graph-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 22%, rgba(220, 38, 38, 0.08), transparent 42%),
    radial-gradient(circle at 78% 18%, rgba(52, 211, 153, 0.07), transparent 38%),
    radial-gradient(circle at 52% 82%, rgba(167, 139, 250, 0.08), transparent 44%),
    radial-gradient(circle at 50% 50%, rgba(252, 211, 77, 0.04), transparent 55%);
}
.sr-pitch-graph-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.35;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(circle at center, black 35%, transparent 88%);
}
.sr-pitch-graph-vignette {
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 120px rgba(0, 0, 0, 0.65);
}
.sr-pitch-graph-legend {
  position: absolute;
  right: 0.85rem;
  bottom: 0.85rem;
  z-index: 15;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.75rem;
  padding: 0.55rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(12px);
}
.sr-pitch-graph-legend-item {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.625rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
}
.sr-pitch-graph-legend-swatch {
  width: 0.65rem;
  height: 0.15rem;
  border-radius: 999px;
}
.sr-pitch-graph-popup-wrap {
  position: absolute;
  inset: auto 1rem 1rem auto;
  z-index: 30;
  width: min(100% - 2rem, 24rem);
  max-height: min(72vh, 34rem);
  overflow: auto;
  pointer-events: auto;
}
.sr-pitch-graph-popup-wrap--fixed {
  position: fixed;
  right: max(1rem, env(safe-area-inset-right, 0px));
  bottom: max(1rem, env(safe-area-inset-bottom, 0px));
  z-index: 9999;
}
.sr-pitch-graph-popup-wrap--compact {
  width: min(calc(100vw - 1.5rem), 22rem);
  max-height: min(58vh, 28rem);
}
@media (max-width: 640px) {
  .sr-pitch-graph-popup-wrap {
    inset: auto 0.75rem 0.75rem 0.75rem;
    width: auto;
  }
}
.sr-pitch-graph-popup {
  position: relative;
  overflow: hidden;
  border-radius: 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(8, 9, 10, 0.92);
  backdrop-filter: blur(20px);
  box-shadow:
    0 24px 80px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(255, 255, 255, 0.04) inset;
  padding: 1.1rem 1.15rem 1.15rem;
}
.sr-pitch-graph-popup-accent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(
    90deg,
    transparent,
    color-mix(in srgb, var(--popup-accent) 85%, white),
    transparent
  );
}
.sr-pitch-graph-popup-head {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}
.sr-pitch-graph-popup-kicker {
  margin: 0 0 0.25rem;
  font-size: 0.625rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--popup-accent) 70%, white);
}
.sr-pitch-graph-popup-title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 650;
  line-height: 1.25;
  color: #f7f8f8;
}
.sr-pitch-graph-popup-subtitle {
  margin: 0.25rem 0 0;
  font-size: 0.6875rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.38);
}
.sr-pitch-graph-popup-breadcrumb {
  margin: 0 0 0.35rem;
  font-size: 0.625rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.42);
}
.sr-pitch-graph-popup-ring-badge {
  display: inline-block;
  margin-bottom: 0.75rem;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  border: 1px solid rgba(168, 85, 247, 0.35);
  background: rgba(168, 85, 247, 0.1);
  font-size: 0.625rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #d8b4fe;
}
.sr-pitch-graph-popup-subdomain {
  margin: 0 0 0.75rem;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.45);
}
.sr-pitch-graph-popup-subdomain span {
  color: rgba(255, 255, 255, 0.78);
}
.sr-pitch-graph-popup-ring-dot {
  display: inline-block;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  margin-right: 0.35rem;
  vertical-align: middle;
  background: #a855f7;
}
.sr-pitch-graph-popup-ring-dot[data-ring="1"] {
  background: #3b82f6;
}
.sr-pitch-graph-popup-ring-dot[data-ring="2"] {
  background: #f59e0b;
}
.sr-pitch-graph-popup-close {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.55);
  transition: background 0.15s ease, color 0.15s ease;
}
.sr-pitch-graph-popup-close:hover {
  background: rgba(255, 255, 255, 0.08);
  color: white;
}
.sr-pitch-graph-popup-body {
  margin: 0 0 0.85rem;
  font-size: 0.8125rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.58);
}
.sr-pitch-graph-popup-alert {
  margin-bottom: 0.85rem;
  padding: 0.55rem 0.7rem;
  border-radius: 0.65rem;
  border: 1px solid rgba(251, 191, 36, 0.25);
  background: rgba(251, 191, 36, 0.08);
  font-size: 0.6875rem;
  line-height: 1.45;
  color: #fde68a;
}
.sr-pitch-graph-popup-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
  margin-bottom: 0.9rem;
}
.sr-pitch-graph-popup-stat {
  padding: 0.55rem 0.35rem;
  border-radius: 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.03);
  text-align: center;
}
.sr-pitch-graph-popup-stat-value {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 650;
  font-variant-numeric: tabular-nums;
  color: white;
}
.sr-pitch-graph-popup-stat-label {
  margin: 0.15rem 0 0;
  font-size: 0.5625rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
}
.sr-pitch-graph-popup-section {
  margin-top: 0.85rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.sr-pitch-graph-popup-section-label {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0 0 0.45rem;
  font-size: 0.625rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.38);
}
.sr-pitch-graph-popup-section-text {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72);
}
.sr-pitch-graph-popup-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}
.sr-pitch-graph-popup-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.35rem;
}
.sr-pitch-graph-popup-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  padding: 0.45rem 0.55rem;
  border-radius: 0.55rem;
  background: rgba(255, 255, 255, 0.025);
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.78);
}
.sr-pitch-graph-popup-exemplar {
  padding: 0.55rem 0.65rem;
  border-radius: 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.02);
}
.sr-pitch-graph-hint {
  position: absolute;
  left: 50%;
  bottom: 1rem;
  z-index: 15;
  transform: translateX(-50%);
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  font-size: 0.6875rem;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.45);
  pointer-events: none;
  white-space: nowrap;
}

.sr-pitch-graph-toolbar {
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(12px);
}

.sr-pitch-cell-drawer {
  z-index: 40;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 9, 12, 0.92);
  backdrop-filter: blur(24px);
  box-shadow: -8px 0 32px rgba(0, 0, 0, 0.45);
}

.sr-pitch-cell-drawer--rail {
  position: fixed;
  top: 3rem;
  right: 0;
  bottom: 0;
  width: min(100%, 26rem);
  pointer-events: auto;
}

.sr-pitch-cell-drawer--inline {
  position: relative;
  height: 100%;
  width: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.sr-pitch-cell-drawer--compact {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: min(62dvh, 640px);
  max-height: min(62dvh, 640px);
  border-radius: 1rem 1rem 0 0;
}

.sr-pitch-cell-list-sheet {
  padding-top: env(safe-area-inset-top, 0px);
  padding-bottom: env(safe-area-inset-bottom, 0px);
}

.sr-pitch-mobile-detail-pane .sr-pitch-cell-drawer--inline {
  border-left: none;
  height: 100%;
}

.sr-pitch-cell-drawer--compact::before {
  content: "";
  position: absolute;
  top: 0.45rem;
  left: 50%;
  z-index: 45;
  width: 2.25rem;
  height: 0.25rem;
  transform: translateX(-50%);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  pointer-events: none;
}

.sr-pitch-edge-context {
  backdrop-filter: blur(8px);
}

.sr-pitch-cell-banner {
  aspect-ratio: 3 / 1;
  min-height: 5.5rem;
  max-height: 7.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(135deg, rgba(88, 28, 135, 0.35) 0%, rgba(8, 9, 12, 0.95) 55%, rgba(127, 29, 29, 0.25) 100%);
}

.sr-pitch-cell-banner--launch::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(251, 191, 36, 0.22);
}

.sr-pitch-cell-banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sr-pitch-cell-banner-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0.75rem;
  background: linear-gradient(
    135deg,
    rgba(88, 28, 135, 0.45) 0%,
    rgba(8, 9, 12, 0.92) 50%,
    rgba(127, 29, 29, 0.35) 100%
  );
}

.sr-pitch-cell-banner--overlay {
  aspect-ratio: 5 / 2;
  min-height: 6.5rem;
  max-height: 8.5rem;
}

.sr-pitch-cell-banner--drawer {
  aspect-ratio: unset;
  height: 6.5rem;
  min-height: 6.5rem;
  max-height: none;
  flex-shrink: 0;
}

.sr-pitch-cell-banner--drawer.sr-pitch-cell-banner--overlay .sr-pitch-cell-banner-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  filter: blur(11px) saturate(1.1);
  transform: scale(1.14);
  object-position: center 38%;
}

.sr-pitch-cell-banner--drawer .sr-pitch-cell-banner-scrim {
  background:
    linear-gradient(
      to top,
      rgba(8, 9, 12, 0.97) 0%,
      rgba(8, 9, 12, 0.78) 48%,
      rgba(8, 9, 12, 0.42) 100%
    ),
    linear-gradient(135deg, rgba(124, 58, 237, 0.22) 0%, transparent 60%);
}

.sr-pitch-cell-banner--drawer .sr-pitch-cell-banner-top {
  top: 0.7rem;
  left: 0.9rem;
  right: 0.9rem;
}

.sr-pitch-cell-banner--drawer .sr-pitch-cell-banner-bottom {
  left: 0.9rem;
  right: 0.9rem;
  bottom: 0.7rem;
}

.sr-pitch-cell-banner--overlay .sr-pitch-cell-banner-img {
  opacity: 0.38;
}

.sr-pitch-cell-banner-scrim {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    to top,
    rgba(8, 9, 12, 0.96) 0%,
    rgba(8, 9, 12, 0.55) 42%,
    rgba(8, 9, 12, 0.12) 100%
  );
}

.sr-pitch-cell-banner-top {
  position: absolute;
  top: 0.65rem;
  left: 0.85rem;
  right: 0.85rem;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5rem;
}

.sr-pitch-cell-banner-bottom {
  position: absolute;
  left: 0.85rem;
  right: 0.85rem;
  bottom: 0.75rem;
  z-index: 2;
}

.sr-pitch-cell-banner-title {
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 0.9375rem;
  line-height: 1.35;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.96);
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.65);
}

.sr-pitch-drawer-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.015);
}

.sr-pitch-drawer-stat {
  padding: 0.5rem 0.35rem;
  border-radius: 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.03);
  text-align: center;
}

.sr-pitch-drawer-stat-value {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 600;
  color: white;
  font-variant-numeric: tabular-nums;
}

.sr-pitch-drawer-stat-label {
  margin: 0.2rem 0 0;
  font-size: 0.625rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
}

.sr-pitch-drawer-scroll {
  min-height: 0;
  flex: 1;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}

.sr-pitch-drawer-footer {
  background: rgba(8, 9, 12, 0.98);
  padding-bottom: max(1rem, env(safe-area-inset-bottom, 0px));
}

.sr-pitch-drawer-close {
  pointer-events: auto;
}

.sr-pitch-drawer-scroll--cluster {
  padding: 0 1rem 1rem;
}

@media (max-width: 1023px) {
  .sr-pitch-cell-banner--drawer {
    height: 5.75rem;
    min-height: 5.75rem;
  }
}

.sr-pitch-drawer-section {
  border-radius: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.025);
  padding: 0.85rem;
}

.sr-pitch-drawer-section--accent {
  border-color: rgba(168, 85, 247, 0.22);
  background: rgba(168, 85, 247, 0.06);
}

.sr-pitch-drawer-section-head {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  margin-bottom: 0.65rem;
}

.sr-pitch-drawer-section-title {
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.88);
}

.sr-pitch-drawer-section-hint {
  margin: 0.2rem 0 0;
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.42);
}

.sr-pitch-drawer-tag-group + .sr-pitch-drawer-tag-group {
  margin-top: 0.65rem;
  padding-top: 0.65rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.sr-pitch-drawer-tag-group-label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.625rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.38);
}

.sr-pitch-drawer-tag-pill {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0.2rem 0.45rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.28);
  font-size: 0.625rem;
  color: rgba(255, 255, 255, 0.72);
}

.sr-pitch-drawer-bridge-row {
  display: flex;
  width: 100%;
  min-width: 0;
  align-items: center;
  gap: 0.65rem;
  padding: 0.6rem 0.7rem;
  border-radius: 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(0, 0, 0, 0.22);
  text-align: left;
  transition: border-color 0.15s ease, background 0.15s ease;
}

.sr-pitch-drawer-bridge-row:hover {
  border-color: rgba(168, 85, 247, 0.32);
  background: rgba(168, 85, 247, 0.08);
}

.sr-pitch-drawer-bridge-title {
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.9);
}

.sr-pitch-drawer-bridge-meta {
  margin: 0.15rem 0 0;
  font-size: 0.625rem;
  color: rgba(255, 255, 255, 0.45);
}

.sr-pitch-drawer-exemplar {
  padding: 0.65rem 0.7rem;
  border-radius: 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.28);
}

.sr-pitch-drawer-exemplar-tag {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.75rem;
  font-weight: 500;
  color: rgba(196, 181, 253, 0.95);
}

.sr-pitch-drawer-exemplar-caption {
  margin: 0.35rem 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 0.6875rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.55);
}

.sr-pitch-drawer-exemplar-link {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  margin-top: 0.45rem;
  font-size: 0.6875rem;
  font-weight: 500;
  color: rgba(196, 181, 253, 0.95);
}

.sr-pitch-drawer-exemplar-link:hover {
  color: white;
  text-decoration: underline;
}

.sr-pitch-drawer-callout {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.5;
  color: rgba(233, 213, 255, 0.88);
}

.sr-pitch-drawer-evidence-list {
  margin: 0;
  padding-left: 1rem;
  list-style: disc;
}

.sr-pitch-drawer-evidence-list li {
  font-size: 0.75rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.62);
}

.sr-pitch-drawer-evidence-list li + li {
  margin-top: 0.35rem;
}

.sr-pitch-cluster-drawer-head {
  position: sticky;
  top: 0;
  z-index: 5;
  margin: 0 -1rem 0.85rem;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(8, 9, 12, 0.96);
  backdrop-filter: blur(12px);
}

.sr-pitch-drawer-stats--bleed {
  margin-left: -1rem;
  margin-right: -1rem;
  width: calc(100% + 2rem);
}

.sr-pitch-cluster-drawer-hero {
  position: relative;
  overflow: hidden;
}

.sr-pitch-cluster-drawer-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--cluster-accent, rgba(168, 85, 247, 0.65));
}

.sr-pitch-cluster-kicker-pill {
  display: inline-flex;
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
  border: 1px solid rgba(168, 85, 247, 0.28);
  background: rgba(168, 85, 247, 0.1);
  font-size: 0.625rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(216, 180, 254, 0.92);
}

.sr-pitch-cluster-ring-badge--inline {
  margin-bottom: 0;
}

.sr-pitch-cluster-drawer-title {
  margin: 0.65rem 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 0.9375rem;
  line-height: 1.35;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.96);
}

.sr-pitch-cluster-drawer-path {
  margin: 0.35rem 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.4);
}

.sr-pitch-cluster-drawer-meta {
  margin: 0.35rem 0 0;
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.48);
}

.sr-pitch-drawer-bridge-row--static {
  cursor: default;
}

.sr-pitch-drawer-bridge-row--static:hover {
  border-color: rgba(255, 255, 255, 0.07);
  background: rgba(0, 0, 0, 0.22);
}

.sr-pitch-drawer-bridge-strength {
  flex-shrink: 0;
  min-width: 2.25rem;
  padding: 0.15rem 0.4rem;
  border-radius: 0.4rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.6875rem;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  text-align: center;
  color: rgba(255, 255, 255, 0.72);
}

.sr-pitch-graph-popup > .sr-pitch-graph-popup-close {
  position: absolute;
  top: 1.1rem;
  right: 1.15rem;
  z-index: 2;
}

.sr-pitch-graph-popup .sr-pitch-cluster-detail-panel {
  padding-right: 2.25rem;
}

.sr-pitch-cluster-ring-badge {
  display: inline-flex;
  margin-bottom: 0.75rem;
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.625rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.sr-pitch-cluster-alert {
  margin-bottom: 0.75rem;
  padding: 0.55rem 0.7rem;
  border-radius: 0.65rem;
  border: 1px solid rgba(245, 158, 11, 0.25);
  background: rgba(245, 158, 11, 0.08);
  font-size: 0.75rem;
  color: rgba(253, 230, 138, 0.9);
}

.sr-pitch-cluster-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.sr-pitch-cluster-stat {
  padding: 0.55rem 0.45rem;
  border-radius: 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  text-align: center;
}

.sr-pitch-cluster-stat-value {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 600;
  color: white;
}

.sr-pitch-cluster-stat-label {
  margin: 0.15rem 0 0;
  font-size: 0.625rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
}

.sr-pitch-cluster-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sr-pitch-cluster-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.45rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.65);
}

/* —— Cell Atlas (pitch landing nucleus) —— */
@media (max-width: 767px) {
  .sr-route-root .sr-immersive {
    scrollbar-gutter: stable;
  }
}

.sr-chapter:has(.sr-pitch-atlas) {
  overflow-x: clip;
}

.sr-chapter:has(.sr-pitch-atlas) .sr-story {
  overflow-x: clip;
  min-width: 0;
}

.sr-chapter:has(.sr-pitch-atlas) .sr-chapter-head .sr-reveal {
  width: 100%;
  max-width: 100%;
  margin-inline: 0;
}

.sr-chapter:has(.sr-pitch-atlas) .sr-chapter-thesis {
  overflow-wrap: anywhere;
  word-break: normal;
}

/* Pitch has 9 chapter tabs — scroll on narrow viewports */
.sr-immersive .sr-topbar-inner {
  overflow: hidden;
}

.sr-immersive .sr-topbar-inner > .sr-btn-ghost {
  flex-shrink: 0;
}

.sr-immersive .sr-topbar-inner .sr-nav-minimal {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
  margin-left: 0;
  overflow-x: auto;
  flex-wrap: nowrap;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  gap: clamp(0.75rem, 2vw, 1.5rem);
  padding-bottom: 2px;
}

.sr-immersive .sr-topbar-inner .sr-nav-minimal::-webkit-scrollbar {
  display: none;
}

.sr-immersive .sr-topbar-inner .sr-nav-minimal .sr-nav-link {
  flex-shrink: 0;
  white-space: nowrap;
}

.sr-pitch-atlas {
  width: 100%;
  max-width: var(--sr-measure-max, 87.5rem);
  margin-inline: auto;
  padding-inline: var(--sr-gutter, 1.25rem);
  padding-bottom: 2rem;
  min-width: 0;
  box-sizing: border-box;
  overflow-x: clip;
}

.sr-pitch-atlas-empty {
  text-align: center;
  color: var(--sr-text-tertiary, rgba(255, 255, 255, 0.45));
  font-size: 0.875rem;
  padding: 2rem 0;
}

.sr-pitch-atlas-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.75rem;
  min-width: 0;
}

@media (max-width: 639px) {
  .sr-pitch-atlas-toolbar {
    flex-direction: column;
    align-items: stretch;
  }

  .sr-pitch-atlas-graph-cta {
    align-self: flex-start;
  }
}

.sr-pitch-atlas-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  min-width: 0;
}

.sr-pitch-atlas-filter {
  font-size: 0.6875rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  border: 1px solid var(--sr-border-subtle, rgba(255, 255, 255, 0.1));
  background: rgba(255, 255, 255, 0.04);
  color: var(--sr-text-tertiary, rgba(255, 255, 255, 0.5));
  cursor: pointer;
  transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
}

.sr-pitch-atlas-filter:hover {
  color: var(--sr-text-secondary, rgba(255, 255, 255, 0.75));
  border-color: rgba(255, 255, 255, 0.18);
}

.sr-pitch-atlas-filter.is-active {
  border-color: color-mix(in srgb, var(--sr-accent) 55%, transparent);
  background: color-mix(in srgb, var(--sr-accent) 18%, transparent);
  color: var(--sr-text-primary, #fff);
}

.sr-pitch-atlas-graph-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--sr-accent, #f97316);
  text-decoration: none;
  white-space: nowrap;
}

.sr-pitch-atlas-graph-cta:hover {
  text-decoration: underline;
}

.sr-pitch-atlas-launch {
  margin-bottom: 2.5rem;
  min-width: 0;
  overflow-x: clip;
}

.sr-pitch-atlas-launch-head {
  margin-bottom: 1rem;
  max-width: 42rem;
}

.sr-pitch-atlas-launch-title {
  margin: 0 0 0.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--sr-text-primary, #fff);
}

.sr-pitch-atlas-launch-copy {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.55;
  color: var(--sr-text-secondary, rgba(255, 255, 255, 0.65));
}

/* Horizontal tile rows — Reveal wrappers default to width:100% and must not shrink tiles */
.sr-pitch-hscroll,
.sr-pitch-atlas-scroll {
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 0.75rem;
  scroll-snap-type: x proximity;
  scroll-padding-inline: var(--sr-gutter, 1.25rem);
  -webkit-overflow-scrolling: touch;
  min-width: 0;
  box-sizing: border-box;
  /* Full-bleed swipe lane — negative margin only (no width inflation) */
  margin-inline: calc(-1 * var(--sr-gutter, 1.25rem));
  padding-inline: var(--sr-gutter, 1.25rem);
}

.sr-pitch-hscroll > .sr-reveal,
.sr-pitch-hscroll > .sr-pitch-hscroll-item,
.sr-pitch-atlas-scroll > .sr-reveal,
.sr-pitch-atlas-scroll > .sr-pitch-atlas-scroll-item,
.sr-pitch-atlas-scroll-item.sr-pitch-hscroll-item {
  flex: 0 0 auto;
  width: clamp(14.5rem, 20rem, 22rem);
  min-width: clamp(14.5rem, 20rem, 22rem);
  max-width: clamp(14.5rem, 20rem, 22rem);
  margin-inline: 0;
  scroll-snap-align: start;
}

@media (max-width: 639px) {
  .sr-pitch-hscroll > .sr-reveal,
  .sr-pitch-hscroll > .sr-pitch-hscroll-item,
  .sr-pitch-atlas-scroll > .sr-reveal,
  .sr-pitch-atlas-scroll > .sr-pitch-atlas-scroll-item,
  .sr-pitch-atlas-scroll-item.sr-pitch-hscroll-item {
    width: min(20rem, calc(100vw - 2 * var(--sr-gutter, 1.25rem) - 1.5rem));
    min-width: min(20rem, calc(100vw - 2 * var(--sr-gutter, 1.25rem) - 1.5rem));
    max-width: min(20rem, calc(100vw - 2 * var(--sr-gutter, 1.25rem) - 1.5rem));
  }
}

.sr-pitch-hscroll .sr-pitch-atlas-card,
.sr-pitch-atlas-scroll .sr-pitch-atlas-card {
  width: 100%;
  min-width: 0;
}

/* Chapter horizontal strips (geo, clusters, bridges, routes, …) */
.sr-pitch-strip-section {
  margin-top: 1.5rem;
  min-width: 0;
  overflow-x: clip;
}

.sr-pitch-strip-section:first-child {
  margin-top: 0;
}

.sr-pitch-strip-section + .sr-pitch-strip-section {
  margin-top: 2.25rem;
}

.sr-moment-figure .sr-pitch-strip-section {
  margin-top: 0;
}

.sr-pitch-strip-section-title {
  margin: 0 0 1rem;
  padding-inline: var(--sr-gutter, 1.25rem);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sr-text-quaternary, rgba(255, 255, 255, 0.45));
}

.sr-moment-figure .sr-pitch-hscroll {
  margin-inline: calc(-1 * var(--sr-gutter, 1.25rem));
  padding-inline: var(--sr-gutter, 1.25rem);
}

.sr-moment-figure .sr-pitch-strip-section-title {
  padding-inline: 0;
}

.sr-pitch-strip-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
  border-radius: 1rem;
  border: 1px solid var(--sr-border-subtle, rgba(255, 255, 255, 0.08));
  background: rgba(255, 255, 255, 0.02);
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.sr-pitch-strip-card:hover,
.sr-pitch-strip-card-link:hover .sr-pitch-strip-card {
  border-color: color-mix(in srgb, var(--sr-accent) 35%, rgba(255, 255, 255, 0.12));
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.sr-pitch-strip-card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.sr-pitch-strip-card--interactive {
  cursor: pointer;
}

.sr-pitch-strip-card-banner {
  aspect-ratio: 16 / 9;
  min-height: 5rem;
  background-size: cover;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.04);
}

.sr-pitch-strip-card-banner--placeholder {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 0.75rem 1rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
}

.sr-pitch-strip-card-banner-label {
  font-size: 0.625rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sr-text-quaternary, rgba(255, 255, 255, 0.4));
}

.sr-pitch-strip-card-body {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  padding: 1rem 1.05rem 1.1rem;
  flex: 1;
  min-width: 0;
}

.sr-pitch-strip-card-kicker {
  margin: 0;
  font-size: 0.625rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sr-accent, #f97316);
}

.sr-pitch-strip-card-title {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: var(--sr-text-primary, #fff);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.sr-pitch-strip-arrow {
  opacity: 0.45;
  margin: 0 0.25rem;
  font-weight: 400;
}

.sr-pitch-strip-card-copy {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: var(--sr-text-secondary, rgba(255, 255, 255, 0.65));
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.sr-pitch-strip-card-tags {
  margin: 0;
  font-size: 0.6875rem;
  line-height: 1.45;
  color: var(--sr-text-tertiary, rgba(255, 255, 255, 0.5));
  font-family: var(--sr-font-mono, ui-monospace, monospace);
}

.sr-pitch-strip-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  min-width: 0;
}

.sr-pitch-strip-metric-track {
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
  margin-top: 0.15rem;
}

.sr-pitch-strip-metric-fill {
  height: 100%;
  border-radius: inherit;
  background: var(--sr-accent, #f97316);
}

.sr-pitch-strip-metric-fill.is-brand {
  background: #5eead4;
}

.sr-pitch-strip-card-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  margin-top: 0.25rem;
}

.sr-pitch-strip-stat {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  min-width: 0;
}

.sr-pitch-strip-stat-value {
  font-size: 0.875rem;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  color: var(--sr-text-primary, #fff);
}

.sr-pitch-strip-stat-label {
  font-size: 0.5625rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--sr-text-quaternary, rgba(255, 255, 255, 0.45));
}

.sr-pitch-strip-card--route .sr-pitch-strip-card-body {
  gap: 0.65rem;
}

.sr-chapter:has(.sr-pitch-strip-section) .sr-story,
.sr-chapter:has(.sr-pitch-hscroll) .sr-story {
  overflow-x: clip;
  min-width: 0;
}

.sr-pitch-atlas-group {
  min-width: 0;
  overflow-x: clip;
}

.sr-pitch-atlas-groups {
  display: flex;
  flex-direction: column;
  gap: 2.75rem;
}

.sr-pitch-atlas-group-head {
  margin-bottom: 1.25rem;
  max-width: 40rem;
  min-width: 0;
}

.sr-pitch-atlas-group-title {
  margin: 0 0 0.5rem;
  font-size: clamp(1.25rem, 2.5vw, 1.625rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--sr-text-primary, #fff);
}

.sr-pitch-atlas-group-narrative {
  margin: 0 0 0.5rem;
  font-size: 0.875rem;
  line-height: 1.55;
  color: var(--sr-text-secondary, rgba(255, 255, 255, 0.6));
}

.sr-pitch-atlas-group-count {
  font-size: 0.625rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sr-accent, #f97316);
}

.sr-pitch-atlas-card {
  min-width: 0;
  border-radius: 1rem;
  border: 1px solid var(--sr-border-subtle, rgba(255, 255, 255, 0.08));
  background: rgba(255, 255, 255, 0.02);
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.sr-pitch-atlas-card:hover {
  border-color: color-mix(in srgb, var(--sr-accent) 35%, rgba(255, 255, 255, 0.12));
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.sr-pitch-atlas-card--launch {
  box-shadow: inset 0 0 0 1px rgba(251, 191, 36, 0.2);
}

.sr-pitch-atlas-card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.sr-pitch-atlas-card-banner {
  aspect-ratio: 16 / 7;
  min-height: 5.5rem;
  max-height: none;
}

.sr-pitch-atlas-card-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  justify-content: flex-end;
}

.sr-pitch-atlas-badge {
  font-size: 0.5625rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.2rem 0.45rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.45);
  color: rgba(255, 255, 255, 0.85);
}

.sr-pitch-atlas-badge.is-launch {
  border-color: rgba(251, 191, 36, 0.45);
  color: #fde68a;
}

.sr-pitch-atlas-card-body {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding: 1rem 1.1rem 1.15rem;
  min-width: 0;
  flex: 1;
}

.sr-pitch-atlas-card--compact .sr-pitch-atlas-card-body {
  padding: 0.85rem 1rem 1rem;
  gap: 0.55rem;
}

.sr-pitch-atlas-card-banner--compact {
  aspect-ratio: 2.4 / 1;
  min-height: 4.75rem;
}

.sr-pitch-atlas-card-title {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: var(--sr-text-primary, #fff);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.sr-pitch-atlas-card-meta-compact {
  margin: 0;
  font-size: 0.6875rem;
  line-height: 1.4;
  color: var(--sr-text-tertiary, rgba(255, 255, 255, 0.45));
}

.sr-pitch-atlas-metrics--compact {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
  padding-top: 0.5rem;
}

.sr-pitch-atlas-metrics--compact .sr-pitch-atlas-metric {
  align-items: center;
  text-align: center;
}

.sr-pitch-atlas-metrics--compact .sr-pitch-atlas-metric-value {
  font-size: 0.8125rem;
}

.sr-pitch-atlas-metrics--compact .sr-pitch-atlas-metrics-badge--compact {
  grid-column: 1 / -1;
  text-align: center;
  margin-top: 0.15rem;
}

.sr-pitch-atlas-card-os {
  margin: 0;
  font-size: 0.625rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sr-accent, #f97316);
}

.sr-pitch-atlas-card-statement {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: var(--sr-text-secondary, rgba(255, 255, 255, 0.62));
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.sr-pitch-atlas-card-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem 0.35rem;
  font-size: 0.6875rem;
  color: var(--sr-text-tertiary, rgba(255, 255, 255, 0.42));
}

.sr-pitch-atlas-metrics {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.65rem;
  padding-top: 0.35rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  min-width: 0;
}

.sr-pitch-atlas-metric {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.1rem;
}

.sr-pitch-atlas-metric-value {
  font-size: 0.875rem;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  color: var(--sr-text-primary, #fff);
}

.sr-pitch-atlas-metric-label {
  font-size: 0.5625rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.38);
}

.sr-pitch-atlas-metrics-badge {
  font-size: 0.5625rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.2rem 0.45rem;
  border-radius: 0.35rem;
  border: 1px dashed rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.45);
}

.sr-pitch-atlas-metrics.is-measured .sr-pitch-atlas-metrics-badge {
  border-style: solid;
  border-color: rgba(52, 211, 153, 0.35);
  color: #6ee7b7;
}

.sr-pitch-atlas-metrics-headline {
  flex: 1 1 100%;
  font-size: 0.75rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.7);
  min-width: 0;
}

.sr-pitch-atlas-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  margin-top: auto;
  padding-top: 0.35rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--sr-accent, #f97316);
}

/* ── Executive presenter portal ── */

.sre-portal-root {
  min-height: 100svh;
  background: #08090a;
}

.sre-portal-surface {
  display: flex;
  flex-direction: column;
  height: 100svh;
  min-height: 0;
  min-width: 0;
  overflow: hidden;
}

.sre-portal-body {
  flex: 1;
  min-width: 0;
  min-height: 0;
  overflow-y: auto;
  padding: 1.5rem 0 3rem;
}

@media (min-width: 768px) {
  .sre-portal-body {
    padding: 2rem 0 4rem;
  }
}

.sre-portal-page {
  width: 100%;
  max-width: var(--sr-measure-max, 72rem);
  margin-inline: auto;
  padding-inline: var(--sr-gutter, 1.25rem);
  min-width: 0;
}

.sre-portal-page-header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 2rem;
  min-width: 0;
}

.sre-presenter-topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(24px);
  background: rgba(8, 9, 10, 0.88);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.sre-presenter-brand-row {
  display: flex;
  align-items: center;
  gap: 0.75rem 1rem;
  min-width: 0;
  height: 3rem;
}

.sre-presenter-deal-mark {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 0.6875rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
}

.sre-presenter-nav-row {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.sre-presenter-topbar-row {
  display: flex;
  align-items: center;
  gap: 0.75rem 1rem;
  flex-wrap: wrap;
  min-width: 0;
}

.sre-presenter-back-zone {
  flex: 0 0 auto;
  min-width: 0;
}

.sre-presenter-back {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  max-width: 100%;
}

.sre-presenter-context {
  flex: 1 1 12rem;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  min-width: 0;
}

.sre-presenter-context-eyebrow {
  font-size: 0.625rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
}

.sre-presenter-context-title {
  font-size: 0.9375rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
}

.sre-presenter-context-subtitle {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.45);
}

.sre-presenter-primary-nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.5vw, 1.75rem);
  min-width: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-block: 0.15rem;
}

.sre-presenter-primary-nav::-webkit-scrollbar {
  display: none;
}

.sre-presenter-primary-link {
  flex-shrink: 0;
  font-size: 0.8125rem;
  letter-spacing: 0;
  text-transform: none;
  padding: 0.55rem 0;
  border: none;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.45);
  text-decoration: none;
  transition: color 0.15s, border-color 0.15s;
}

.sre-presenter-primary-link:hover {
  color: rgba(255, 255, 255, 0.85);
}

.sre-presenter-primary-link.is-active {
  color: #fff;
  border-bottom-color: rgba(248, 113, 113, 0.85);
  background: transparent;
}

.sre-presenter-section-row {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.sre-presenter-section-nav {
  display: flex;
  gap: 0.35rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}

.sre-presenter-section-nav::-webkit-scrollbar {
  display: none;
}

.sre-presenter-section-link {
  flex-shrink: 0;
  scroll-snap-align: center;
  font-size: 0.6875rem;
  padding: 0.3rem 0.55rem;
  border-radius: 0.4rem;
  border: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.45);
  cursor: pointer;
}

.sre-presenter-section-link.is-active {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.sre-command-page {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.sre-command-kpi-band {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .sre-command-kpi-band {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .sre-command-kpi-band {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.sre-command-launch-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: minmax(0, 1fr);
}

@media (min-width: 960px) {
  .sre-command-launch-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.sre-command-launch-card {
  min-width: 0;
  text-decoration: none;
  transition: border-color 0.15s;
}

.sre-command-launch-card:hover {
  border-color: rgba(248, 113, 113, 0.35);
}

.sre-command-decision-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: minmax(0, 1fr);
}

@media (min-width: 768px) {
  .sre-command-decision-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.sre-command-proof-list {
  list-style: disc;
  padding-left: 1.25rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.875rem;
  line-height: 1.55;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.sre-proof-page {
  max-width: 76rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.sre-proof-section-title {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 0.85rem;
}

.sre-proof-evidence-grid {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
}

.sre-proof-evidence-card {
  padding: 0.85rem 1rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  min-width: 0;
}

.sre-activation-page {
  max-width: 76rem;
  margin: 0 auto;
}

.sre-activation-route-grid {
  display: grid;
  gap: 0.85rem;
}

@media (min-width: 768px) {
  .sre-activation-route-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1100px) {
  .sre-activation-route-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.sre-activation-route-card {
  padding: 1rem 1.1rem;
  border-radius: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.sre-activation-route-title {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.35rem;
}

.sre-activation-route-narrative {
  font-size: 0.8125rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.52);
  margin-bottom: 0.65rem;
}

.sre-activation-route-cells {
  list-style: none;
  padding: 0;
  margin: 0 0 0.65rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.75rem;
}

.sre-activation-route-cell-link {
  color: rgba(248, 113, 113, 0.9);
  text-decoration: none;
}

.sre-activation-route-moves {
  list-style: disc;
  padding-left: 1rem;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.55);
}

.sre-activation-timeline {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.sre-activation-timeline-item {
  display: grid;
  grid-template-columns: 6rem minmax(0, 1fr);
  gap: 0.75rem;
  padding: 0.65rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.sre-activation-timeline-phase {
  font-size: 0.6875rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(248, 113, 113, 0.85);
}

.sre-activation-timeline-detail {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.62);
}

.sre-activation-deliverable-grid {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: repeat(auto-fill, minmax(12rem, 1fr));
}

.sre-activation-deliverable-card {
  padding: 0.75rem 0.9rem;
  border-radius: 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.025);
}

.sre-graph-surface .sre-presenter-topbar {
  flex-shrink: 0;
}

.sre-command-eyebrow {
  font-size: 0.6875rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(248, 113, 113, 0.85);
}

.sre-command-headline {
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 600;
  line-height: 1.15;
  color: #fff;
}

.sre-command-subhead {
  font-size: 1rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.58);
  max-width: 42rem;
}

.sre-command-section {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.sre-command-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  min-width: 0;
}

.sre-command-link {
  font-size: 0.75rem;
  color: rgba(248, 113, 113, 0.9);
  text-decoration: none;
  flex-shrink: 0;
}

.sre-command-launch-badge {
  font-size: 0.5625rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #6ee7b7;
  border: 1px solid rgba(52, 211, 153, 0.35);
  border-radius: 999px;
  padding: 0.15rem 0.45rem;
  display: inline-block;
  margin-bottom: 0.35rem;
}

.sre-command-launch-title {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #fff;
}

.sre-command-launch-so-what {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 0.35rem;
}

.sre-command-launch-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
  margin-top: 0.5rem;
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.42);
}

.sre-command-launch-card {
  text-decoration: none;
  transition: border-color 0.15s, background 0.15s;
}

.sre-command-launch-card:hover {
  border-color: rgba(248, 113, 113, 0.35);
  background: rgba(255, 255, 255, 0.05);
}

.sre-command-decision-title {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.35rem;
}

.sre-command-decision-body {
  font-size: 0.8125rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.58);
}

.sre-command-decision-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 0.65rem;
}

.sre-command-chip {
  font-size: 0.625rem;
  padding: 0.2rem 0.45rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
}

.sre-command-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1rem;
}

.sre-command-cta {
  font-size: 0.8125rem;
  font-weight: 600;
  padding: 0.55rem 1rem;
  border-radius: 0.5rem;
  background: rgba(248, 113, 113, 0.15);
  border: 1px solid rgba(248, 113, 113, 0.4);
  color: #fecaca;
  text-decoration: none;
}

.sre-command-cta--ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.7);
}

.sre-proof-evidence-thumb-wrap {
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 0.5rem;
  margin-bottom: 0.5rem;
  background: rgba(255, 255, 255, 0.04);
}

.sre-proof-evidence-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sre-proof-evidence-placeholder {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  margin-bottom: 0.5rem;
  background: rgba(255, 255, 255, 0.04);
}

.sre-proof-evidence-tag {
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(248, 113, 113, 0.9);
}

.sre-proof-evidence-caption {
  font-size: 0.75rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.62);
  margin-top: 0.25rem;
}

.sre-proof-evidence-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  font-size: 0.625rem;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 0.35rem;
}

.sre-proof-evidence-link {
  display: inline-block;
  margin-top: 0.35rem;
  font-size: 0.6875rem;
  color: rgba(147, 197, 253, 0.9);
}

.sre-proof-empty {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.45);
}

