:root {
  --stage-divider: rgba(13, 27, 42, 0.12);
  --stage-muted: rgba(13, 27, 42, 0.68);
}
.stage-proof-strip {
  background: #ffffff;
  border-top: 1px solid rgba(13, 27, 42, 0.08);
  border-bottom: 1px solid rgba(13, 27, 42, 0.08);
  padding: 1.1rem 0;
}
.stage-proof-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}
.stage-proof-strip__item { padding: 1rem 1.35rem; }
.stage-proof-strip__item + .stage-proof-strip__item { border-left: 1px solid var(--stage-divider); }
.stage-proof-strip__value {
  font-family: 'Space Grotesk', system-ui, sans-serif;
  font-size: clamp(1.4rem, 2.8vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  color: #0d1b2a;
  margin-bottom: 0.45rem;
}
.stage-proof-strip__label {
  color: var(--stage-muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.5;
  text-transform: uppercase;
}
.stage-testimonials { position: relative; overflow: hidden; }
.stage-testimonials__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}
.stage-testimonial {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  padding: 2rem;
  min-height: 100%;
}
.stage-testimonial__mark {
  font-family: 'Space Grotesk', system-ui, sans-serif;
  color: #E63946;
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 0.75rem;
}
.stage-testimonial__quote { font-size: 1.15rem; line-height: 1.7; color: #fff; margin: 0 0 1.5rem; }
.stage-testimonial__attribution { color: rgba(255, 255, 255, 0.82); font-weight: 600; margin-bottom: 1rem; }
.stage-testimonial__divider { width: 100%; height: 1px; background: rgba(255, 255, 255, 0.14); margin-bottom: 1rem; }
.stage-testimonial__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}
.stage-testimonial__stats strong {
  display: block;
  font-family: 'Space Grotesk', system-ui, sans-serif;
  font-size: 1.2rem;
  margin-bottom: 0.35rem;
}
.stage-testimonial__stats span {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.78rem;
  line-height: 1.45;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.stage-build-badge {
  position: fixed;
  right: 12px;
  bottom: 12px;
  z-index: 30;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  background: rgba(13, 27, 42, 0.84);
  color: #fff;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
}
@media (max-width: 920px) {
  .stage-proof-strip__grid,
  .stage-testimonials__grid,
  .stage-testimonial__stats { grid-template-columns: 1fr; }
  .stage-proof-strip__item + .stage-proof-strip__item {
    border-left: 0;
    border-top: 1px solid var(--stage-divider);
  }
}

.stage-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.1rem 0 1.35rem;
}
.stage-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.62rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(13, 27, 42, 0.14);
  background: rgba(255, 255, 255, 0.82);
  color: #0d1b2a;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  box-shadow: 0 10px 30px rgba(13, 27, 42, 0.08);
}
.stage-hero-proofline {
  font-size: 0.92rem;
  letter-spacing: 0.01em;
  text-transform: none;
  color: rgba(13, 27, 42, 0.82);
}
.stage-founder-block {
  padding-top: 0;
}
.stage-founder-panel {
  background: linear-gradient(135deg, #0d1b2a 0%, #12263f 100%);
  border-radius: 32px;
  padding: clamp(2rem, 4vw, 3rem);
  color: #fff;
  box-shadow: 0 24px 60px rgba(13, 27, 42, 0.18);
}
.stage-founder-panel .eyebrow,
.stage-founder-panel h2,
.stage-founder-panel .lead {
  color: #fff;
}
.stage-founder-panel .lead {
  opacity: 0.9;
  max-width: 880px;
}
.stage-founder-cta {
  margin-top: 1rem;
}
.stage-logo-caption {
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  text-align: center;
}
.stage-services-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.stage-service-card {
  justify-content: flex-start;
}
.stage-service-card:last-child {
  grid-column: span 2;
}
.stage-bullet-list {
  margin: 1.25rem 0 0;
  padding-left: 1.15rem;
  display: grid;
  gap: 0.8rem;
}
.stage-bullet-list li {
  color: var(--text-muted);
  line-height: 1.7;
}
.stage-bullet-list strong {
  color: var(--text-color);
}
.stage-work-placeholder {
  min-height: 280px;
  border-radius: 24px;
  border: 1px dashed rgba(13, 27, 42, 0.2);
  background: linear-gradient(135deg, rgba(13, 27, 42, 0.06), rgba(13, 27, 42, 0.02));
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 1.5rem;
  gap: 0.65rem;
}
.stage-work-placeholder__tag {
  display: inline-flex;
  border-radius: 999px;
  padding: 0.35rem 0.7rem;
  background: rgba(13, 27, 42, 0.08);
  color: #0d1b2a;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.stage-work-placeholder strong {
  font-family: 'Space Grotesk', system-ui, sans-serif;
  font-size: 1.45rem;
  color: #0d1b2a;
}
.stage-work-placeholder p {
  margin: 0;
  color: rgba(13, 27, 42, 0.72);
  line-height: 1.6;
}
@media (max-width: 920px) {
  .stage-services-grid {
    grid-template-columns: 1fr;
  }
  .stage-service-card:last-child {
    grid-column: auto;
  }
}


@media (max-width: 920px) {
  .stage-marquee__inner {
    width: min(100%, calc(100% - 24px));
    padding-top: 0.85rem;
  }
  .stage-logo-item--image img {
    max-height: 40px;
  }
  .stage-wordmark {
    font-size: 1.12rem;
  }
  .stage-logo-divider {
    font-size: 0.64rem;
    letter-spacing: 0.08em;
  }
  .stage-marquee__track,
  .stage-marquee__group {
    gap: 0.85rem;
  }
}


.stage-logo-band {
  background: #fff;
  border-top: 1px solid rgba(13, 27, 42, 0.08);
  border-bottom: 1px solid rgba(13, 27, 42, 0.08);
  padding: 1.1rem 0 1.3rem;
}
.stage-logo-band__marquee {
  overflow: hidden;
  padding: 0.15rem 0 0.3rem;
}
.stage-logo-band__viewport {
  overflow: hidden;
}
.stage-logo-band__track {
  display: flex;
  align-items: center;
  width: max-content;
  transform: translateX(0);
  will-change: transform;
}
.stage-logo-band__track.is-running {
  animation: stage-logo-band-scroll 34s linear infinite;
  animation-delay: 1.15s;
  animation-fill-mode: backwards;
}
.stage-logo-band__group {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  padding-left: 6rem;
  padding-right: 2.5rem;
}
.stage-logo-band__viewport {
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 80px, #000 calc(100% - 80px), transparent 100%);
          mask-image: linear-gradient(to right, transparent 0, #000 80px, #000 calc(100% - 80px), transparent 100%);
}
.stage-logo-band__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 68px;
  min-width: 128px;
  padding: 0.35rem 0.6rem;
  flex: 0 0 auto;
}
.stage-logo-band__item img {
  display: block;
  max-height: 54px;
  max-width: 240px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.stage-logo-band__item img[alt="Formlabs"] {
  max-width: 280px;
  max-height: 46px;
}
.stage-logo-band__alumni {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55rem;
}
.stage-logo-band__alumni-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.35rem 1.75rem;
}
.stage-logo-band__alumni-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0.2rem 0.35rem;
}
.stage-logo-band__alumni-item img,
.stage-logo-band__alumni-item svg {
  display: block;
  max-height: 42px;
  max-width: 190px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.stage-logo-band__caption {
  margin: 0;
  text-align: center;
  color: rgba(13, 27, 42, 0.56);
  font-size: 0.84rem;
  line-height: 1.4;
}
@keyframes stage-logo-band-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .stage-logo-band__track.is-running {
    animation: none;
    transform: translateX(0);
  }
}
@media (max-width: 920px) {
  .stage-logo-band {
    padding: 0.9rem 0 1.1rem;
  }
  .stage-logo-band__group {
    gap: 1.5rem;
    padding-left: 2.5rem;
    padding-right: 1.5rem;
  }
  .stage-logo-band__item {
    min-width: 110px;
    min-height: 56px;
    padding: 0.2rem 0.35rem;
  }
  .stage-logo-band__item img {
    max-height: 42px;
    max-width: 160px;
  }
  .stage-logo-band__alumni-row {
    gap: 0.9rem 1.1rem;
  }
  .stage-logo-band__alumni-item img {
    max-height: 34px;
    max-width: 150px;
  }
  .stage-logo-band__caption {
    font-size: 0.76rem;
  }
}

.stage-logo-band__headline {
  margin: 0 0 0.75rem;
  text-align: center;
  color: rgba(13, 27, 42, 0.5);
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}
.stage-logo-band {
  margin-top: -96px;
  margin-bottom: 3rem;
  position: relative;
  z-index: 2;
}
.stage-founder-block {
  padding-top: 3rem;
}
.stage-founder-panel .stage-founder-cta,
.stage-founder-panel a.btn.btn--primary.stage-founder-cta {
  background: #1eb77f;
  color: #0b1e3f;
  border-color: transparent;
  font-weight: 700;
}
.stage-founder-panel .stage-founder-cta:hover {
  background: #0fa46d;
  color: #0b1e3f;
}
.stage-logo-band__label {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  min-height: 68px;
  padding: 0 1.1rem 0 0.3rem;
  margin-left: 0.25rem;
  color: rgba(13, 27, 42, 0.55);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  white-space: nowrap;
  border-left: 1px solid rgba(13, 27, 42, 0.14);
  padding-left: 1.1rem;
}

.reel-hero[data-astro-cid-bbe6dxrz] {
  height: calc(100vh - 80px);
  min-height: 560px;
}
.reel-hero__col--left[data-astro-cid-bbe6dxrz] {
  justify-content: flex-start;
  padding-top: clamp(48px, 7vh, 88px);
}
@media (max-width: 920px) {
  .reel-hero[data-astro-cid-bbe6dxrz] {
    height: auto;
    min-height: 0;
  }
  .reel-hero__col--left[data-astro-cid-bbe6dxrz] {
    padding-top: 32px;
  }
  .stage-logo-band {
    margin-top: 0;
    margin-bottom: 2rem;
  }
  .stage-founder-block {
    padding-top: 2rem;
  }
  .stage-logo-band__label {
    min-height: 56px;
    font-size: 0.62rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .stage-logo-band__item--dark {
    padding: 0.4rem 0.6rem;
  }
  .stage-logo-band__item--dark img {
    max-height: 32px;
  }
}

/* -------- New storytelling hero (replaces #viral) -------- */
.nh {
  position: relative;
  background: #0b1e3f;
  background-image: radial-gradient(circle, rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 24px 24px;
  color: #fff;
  padding: clamp(4rem, 8vw, 6.5rem) 0 clamp(3rem, 6vw, 5rem);
  overflow: hidden;
}
.nh__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 clamp(1rem, 4vw, 2rem);
  text-align: center;
}
.nh__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(30, 183, 127, 0.35);
  background: rgba(30, 183, 127, 0.08);
  font-family: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 13px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 1.6rem;
}
.nh__dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1eb77f;
  box-shadow: 0 0 0 0 rgba(30, 183, 127, 0.55);
  animation: nh-dot-pulse 2s ease-in-out infinite;
}
@keyframes nh-dot-pulse {
  0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(30, 183, 127, 0.55); }
  50%      { transform: scale(1.2); box-shadow: 0 0 0 8px rgba(30, 183, 127, 0); }
}
.nh__eyebrow .stat-number {
  color: #1eb77f;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  margin-right: 0.25rem;
  animation: nh-stat-glow 3s ease-in-out infinite alternate;
}
@keyframes nh-stat-glow {
  from { text-shadow: 0 0 8px rgba(30, 183, 127, 0.55), 0 0 16px rgba(30, 183, 127, 0.28); }
  to   { text-shadow: 0 0 14px rgba(30, 183, 127, 0.85), 0 0 26px rgba(30, 183, 127, 0.45); }
}
.nh__headline {
  margin: 0 0 1rem;
  font-family: inherit;
  font-weight: 500;
  font-size: clamp(40px, 5.5vw, 68px);
  letter-spacing: -0.03em;
  line-height: 1.02;
  color: #fff;
}
.nh__headline em {
  font-style: italic;
  color: #1eb77f;
  font-weight: 400;
}
.nh__sub {
  max-width: 540px;
  margin: 0 auto 1.9rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 1.5;
}
.nh__pillars {
  list-style: none;
  margin: 0 auto 2.6rem;
  padding: 0;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 1.3rem;
  font-family: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
}
.nh__pillars li { position: relative; }
.nh__pillars li + li::before {
  content: '·';
  color: #1eb77f;
  margin-right: 1.3rem;
  margin-left: -0.65rem;
}
.nh__marquee {
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 6%, #000 94%, transparent 100%);
          mask-image: linear-gradient(to right, transparent 0%, #000 6%, #000 94%, transparent 100%);
}
.nh__track {
  display: flex;
  gap: 14px;
  padding: 0 22px;
  align-items: stretch;
}
.nh__track.is-marquee {
  width: max-content;
  padding: 0;
  animation: nh-marquee-scroll 40s linear infinite;
}
.nh__track.is-marquee:hover { animation-play-state: paused; }
@keyframes nh-marquee-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.nh-reel {
  flex: 0 0 auto;
  width: 200px;
  aspect-ratio: 9 / 16;
  border-radius: 12px;
  overflow: hidden;
  background: #061430;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35);
}
.nh-reel .wistia_responsive_padding,
.nh-reel .wistia_responsive_wrapper { border-radius: 12px; }
.nh__dots { display: none; }
@media (prefers-reduced-motion: reduce) {
  .nh__dot { animation: none; }
  .nh__eyebrow .stat-number { animation: none; text-shadow: 0 0 10px rgba(30, 183, 127, 0.6); }
  .nh__track.is-marquee { animation: none; }
}

@media (max-width: 768px) {
  .nh { padding: 3rem 0 2.5rem; }
  .nh__inner { text-align: center; }
  .nh__headline { font-size: 32px; font-weight: 500; line-height: 1.05; }
  .nh__pillars { gap: 0 0.85rem; font-size: 10px; letter-spacing: 0.18em; flex-wrap: nowrap; white-space: nowrap; overflow-x: auto; padding: 0 1rem; }
  .nh__pillars li + li::before { margin-right: 0.85rem; margin-left: -0.4rem; }
  .nh__marquee { -webkit-mask-image: none; mask-image: none; }
  .nh__track.is-carousel {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding: 22px;
    -webkit-overflow-scrolling: touch;
    gap: 10px;
    padding: 0 22px 1rem;
  }
  .nh__track.is-carousel::-webkit-scrollbar { display: none; }
  .nh__track.is-carousel { scrollbar-width: none; }
  .nh__track.is-carousel .nh-reel { scroll-snap-align: center; width: 180px; }
  .nh__dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 1rem;
    padding: 0 1rem;
  }
  .nh-dot {
    width: 5px; height: 5px; border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
    border: 0; padding: 0; cursor: pointer;
    transition: background 0.2s ease, width 0.2s ease, border-radius 0.2s ease;
  }
  .nh-dot.is-active {
    width: 16px; height: 5px; border-radius: 3px;
    background: #1eb77f;
  }
}

/* ---------------------------------------------------------------
   Services section redesign (v=10)
   One partner / horizontal cards / traveling-light ring
   --------------------------------------------------------------- */

.stage-services__headline {
  display: block;
  line-height: 1.08;
  margin: 0;
}
.stage-services__headline-primary,
.stage-services__headline-secondary {
  display: block;
}
.stage-services__headline-primary {
  font-weight: 800;
  letter-spacing: -0.02em;
}
.stage-services__headline-secondary {
  font-size: 0.65em;
  font-weight: 600;
  color: var(--stage-muted);
  margin-top: 0.35em;
  letter-spacing: -0.01em;
}

.stage-services-list {
  display: grid;
  gap: 0.9rem;
  margin-top: 2rem;
}

@property --stage-border-angle {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: false;
}

.stage-service-row {
  position: relative;
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 1.25rem;
  align-items: flex-start;
  padding: 1.35rem 1.5rem;
  background: #ffffff;
  border-radius: 16px;
  isolation: isolate;
}

.stage-service-row::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background:
    conic-gradient(from var(--stage-border-angle, 0deg),
      rgba(13, 27, 42, 0.10) 0deg,
      rgba(13, 27, 42, 0.10) 320deg,
      rgba(34, 197, 94, 0.40) 340deg,
      rgba(34, 197, 94, 0.40) 358deg,
      rgba(13, 27, 42, 0.10) 360deg);
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  animation: stage-service-travel 10s linear infinite;
  pointer-events: none;
  z-index: 0;
}

.stage-service-row > * {
  position: relative;
  z-index: 1;
}

@keyframes stage-service-travel {
  to { --stage-border-angle: 360deg; }
}

.stage-service-row:hover::before {
  animation-duration: 6s;
  background:
    conic-gradient(from var(--stage-border-angle, 0deg),
      rgba(13, 27, 42, 0.10) 0deg,
      rgba(13, 27, 42, 0.10) 320deg,
      rgba(34, 197, 94, 0.70) 340deg,
      rgba(34, 197, 94, 0.70) 358deg,
      rgba(13, 27, 42, 0.10) 360deg);
}

.stage-service-row__icon {
  width: 64px;
  height: 64px;
  border: 1px solid rgba(13, 27, 42, 0.15);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0d1b2a;
  flex-shrink: 0;
  background: #ffffff;
}
.stage-service-row__icon svg {
  width: 28px;
  height: 28px;
}

.stage-service-row__body {
  min-width: 0;
}
.stage-service-row__body h3 {
  margin: 0 0 0.35rem;
  font-family: 'Space Grotesk', system-ui, sans-serif;
  font-size: 1.18rem;
  font-weight: 700;
  color: #0d1b2a;
  line-height: 1.25;
}
.stage-service-row__body p {
  margin: 0;
  color: var(--stage-muted);
  line-height: 1.55;
  font-size: 0.97rem;
}

.stage-service-row__example {
  display: inline-block;
  margin-top: 0.65rem;
  color: rgba(13, 27, 42, 0.55);
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.18s ease;
}
.stage-service-row__example:hover,
.stage-service-row__example:focus-visible {
  color: #0d1b2a;
  outline: none;
}

.stage-service-row__popover {
  position: absolute;
  top: 50%;
  left: calc(100% + 16px);
  transform: translateY(-50%) scale(0.98);
  width: min(320px, 38vw);
  aspect-ratio: 16 / 9;
  background: #0d1b2a;
  border-radius: 12px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 16px 40px rgba(13, 27, 42, 0.20);
  transition: opacity 0.18s ease, transform 0.18s ease;
  z-index: 3;
}
.stage-service-row__popover-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: #0d1b2a;
}
.stage-service-row.is-previewing .stage-service-row__popover {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

@media (max-width: 1100px) {
  .stage-service-row__popover {
    top: auto;
    bottom: calc(100% + 12px);
    left: auto;
    right: 1.25rem;
    transform: translateY(4px) scale(0.98);
    width: min(340px, 70vw);
  }
  .stage-service-row.is-previewing .stage-service-row__popover {
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 768px) {
  .stage-service-row {
    grid-template-columns: 48px 1fr;
    gap: 1rem;
    padding: 1.1rem 1.15rem;
    border: 1px solid rgba(13, 27, 42, 0.10);
  }
  .stage-service-row::before {
    animation: none;
    background: transparent;
  }
  .stage-service-row__icon {
    width: 48px;
    height: 48px;
  }
  .stage-service-row__icon svg {
    width: 22px;
    height: 22px;
  }
  .stage-service-row__popover {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 0.85rem;
    opacity: 1;
    display: none;
  }
  .stage-service-row.is-previewing .stage-service-row__popover {
    display: block;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .stage-service-row::before {
    animation: none;
    background: rgba(13, 27, 42, 0.10);
  }
  .stage-service-row:hover::before {
    animation: none;
    background: rgba(34, 197, 94, 0.40);
  }
  .stage-service-row__popover {
    transition: none;
  }
}

/* -----------------------------------------------------------------
   SCRATCH: "What We Make" poster-grid services section
   Append to /srv/bostonreels/apps/staging-2026-04-22/stage-overrides.css
   Also bump the cache buster on the <link> tag in index.html (v=10 -> v=11).

   Scope: all rules prefixed .stage-posters* / .stage-poster* — no
   changes to the hero, footer, or any other section.
   ----------------------------------------------------------------- */

.stage-posters {
  padding: 72px 0 72px;
}
.stage-posters__container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 40px;
}
.stage-posters__head {
  max-width: 900px;
  margin: 0 auto 44px;
  text-align: center;
  padding: 0 1rem;
}
.stage-posters__kicker {
  display: inline-block;
  font-family: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #1eb77f;
  margin-bottom: 18px;
}
.stage-posters__headline {
  margin: 0 0 18px;
  font-family: inherit;
  font-weight: 700;
  font-size: clamp(42px, 5vw, 60px);
  letter-spacing: -0.03em;
  line-height: 1.02;
  color: #0b1e3f;
}
.stage-posters__headline em {
  font-style: italic;
  font-weight: 500;
  color: #1eb77f;
  /* Prevent italic slant of the "y" from visually crowding the next word */
  padding-right: 0.08em;
}
.stage-posters__sub {
  max-width: 600px;
  margin: 18px auto 0;
  color: #6b6b6b;
  font-size: 17px;
  line-height: 1.5;
}

.stage-posters__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding-bottom: 0;
}

.stage-poster {
  position: relative;
  aspect-ratio: 3 / 4;
  border-radius: 16px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  cursor: default;
  transition: transform 0.3s ease;
  color: #ffffff;
}
.stage-poster::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
  pointer-events: none;
}
.stage-poster > * { position: relative; z-index: 1; }

.stage-poster:hover {
  transform: translateY(-4px);
}

.stage-poster__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
.stage-poster__label {
  font-family: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.7;
}
.stage-poster__icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
}
.stage-poster__bottom {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.stage-poster__title {
  margin: 0;
  font-family: inherit;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.05;
  color: inherit;
}
.stage-poster__desc {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: inherit;
}

@media (prefers-reduced-motion: reduce) {
  .stage-poster { transition: none; }
  .stage-poster:hover { transform: none; }
  }

@media (max-width: 960px) {
  .stage-posters__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 600px) {
  .stage-posters { padding: 42px 0 38px; }
  .stage-posters__container { padding: 0 16px; }
  .stage-posters__head { margin-bottom: 18px; }
  .stage-posters__headline { font-size: clamp(28px, 8vw, 36px); }
  .stage-posters__sub {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.42;
  }
  .stage-posters__grid { grid-template-columns: 1fr; gap: 8px; }
  .stage-poster {
    aspect-ratio: auto;
    min-height: 88px;
    padding: 12px 14px;
    border-radius: 14px;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
  }
  .stage-poster::before {
    background: radial-gradient(circle at 100% 50%, rgba(255, 255, 255, 0.08) 0%, transparent 46%);
  }
  .stage-poster__top {
    align-items: center;
    justify-content: center;
    gap: 0;
  }
  .stage-poster__label {
    display: none;
  }
  .stage-poster__icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    font-size: 18px;
  }
  .stage-poster__bottom {
    gap: 4px;
    min-width: 0;
  }
  .stage-poster__title {
    font-size: 16px;
    line-height: 1.12;
  }
  .stage-poster__desc {
    font-size: 11px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

/* ===== Apr 23 updates ===== */

/* deeptech accent: green (matches both astro-scoped AND unscoped spans) */
.reel-hero__accent,
.reel-hero__accent[data-astro-cid-bbe6dxrz] {
  color: #1eb77f;
}

/* Pills: orbiting green glow dot */
.stage-pill {
  position: relative;
  overflow: visible;
  isolation: isolate;
}
}
/* Logo band: wider gap, center Found Energy initially, more space before
   "Founder previously at" divider */
.stage-logo-band__group {
  gap: 3.75rem;
  padding-left: 6rem;
  padding-right: 2.5rem;
}
.stage-logo-band__label {
  margin-left: 4rem;
}
@keyframes stage-logo-band-scroll {
  from { transform: translateX(calc(50vw - 160px)); }
  to   { transform: translateX(calc(-50% + 50vw - 160px)); }
}

/* Final CTA: pure black background (overrides .section--dark gradient) */
.section.section--dark.final-cta {
  background: #000000;
  background-image: none;
}

/* ===== Green-shade poster gradients (replaces navy/teal/cream/amber) ===== */

.stage-posters__headline-line {
  display: block;
}

.stage-poster--green-1,
.stage-poster--green-2 { color: #0b1e3f; }
.stage-poster--green-3,
.stage-poster--green-4 { color: #ffffff; }

.stage-poster--green-1 { background: linear-gradient(160deg, #eef5f1 0%, #d1e3db 100%); }
.stage-poster--green-2 { background: linear-gradient(160deg, #c6e0d4 0%, #98c2b2 100%); }
.stage-poster--green-3 { background: linear-gradient(160deg, #2d9771 0%, #0d6b4a 100%); }
.stage-poster--green-4 { background: linear-gradient(160deg, #1eb77f 0%, #075934 100%); }

/* Icon badge + radial highlight tinted for legibility on light cards */
.stage-poster--green-1 .stage-poster__icon,
.stage-poster--green-2 .stage-poster__icon {
  background: rgba(11, 30, 63, 0.1);
  border-color: rgba(11, 30, 63, 0.15);
}
.stage-poster--green-1::before,
.stage-poster--green-2::before {
  background: radial-gradient(circle at 80% 80%, rgba(11, 30, 63, 0.06) 0%, transparent 50%);
}

/* Pills: static faint green glow (replaces the orbiting dot) */
.stage-pill {
  box-shadow:
    0 10px 30px rgba(13, 27, 42, 0.08),
    0 0 0 1px rgba(30, 183, 127, 0.12),
    0 0 16px rgba(30, 183, 127, 0.22);
}

/* -------- Split Punch (Hardware & Energy) — replaces Science of Storytelling head -------- */
.nh--splitpunch {
  --sp-navy: #0B1B2D;
  --sp-green: #2BD37C;
  --sp-green-soft: rgba(43, 211, 124, 0.15);
  --sp-green-border: rgba(43, 211, 124, 0.35);
  --sp-text: #FFFFFF;
  --sp-text-dim: #B8C5D6;
  background: var(--sp-navy);
  background-image: radial-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 24px 24px;
}
.nh-split__inner {
  max-width: 1300px;
}
.nh-split__pill {
  border-color: var(--sp-green-border);
  background: var(--sp-green-soft);
  font-family: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
  letter-spacing: 0.15em;
  padding: 8px 18px;
  margin-bottom: 2.4rem;
}
.nh-split__pill .nh__dot {
  background: var(--sp-green);
  box-shadow: 0 0 10px rgba(43, 211, 124, 0.7);
}
.nh-split__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, 1fr);
  align-items: center;
  gap: clamp(28px, 4vw, 56px);
  margin: 0 auto 120px;
}
.nh-split__headline {
  margin: 0;
  text-align: left;
}
.nh-split__headline-main {
  display: block;
  max-width: 14ch;
  font-family: inherit;
  font-size: clamp(44px, 4.2vw, 68px);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: var(--sp-text);
  text-wrap: balance;
}
.nh-split__headline-main em {
  font-style: italic;
  font-weight: 500;
  color: var(--sp-green);
}
.nh-split__stat {
  min-width: 0;
  align-self: center;
  padding-left: clamp(24px, 2.8vw, 36px);
  border-left: 1px solid rgba(43, 211, 124, 0.32);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.95rem;
}
.nh-split__stat-value {
  font-family: 'Space Grotesk', system-ui, sans-serif;
  font-size: clamp(96px, 8vw, 128px);
  line-height: 0.9;
  letter-spacing: -0.06em;
  font-weight: 700;
  color: var(--sp-green);
}
.nh-split__stat-copy {
  max-width: 320px;
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  color: var(--sp-text-dim);
}

@media (max-width: 768px) {
  .nh-split__hero {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 80px;
  }
  .nh-split__headline,
  .nh-split__stat {
    text-align: center;
  }
  .nh-split__headline-main {
    max-width: none;
    font-size: clamp(34px, 9vw, 48px);
  }
  .nh-split__stat {
    padding-left: 0;
    padding-top: 24px;
    border-left: 0;
    border-top: 1px solid rgba(43, 211, 124, 0.32);
    align-items: center;
  }
  .nh-split__stat-value {
    font-size: clamp(72px, 20vw, 96px);
  }
  .nh-split__stat-copy {
    max-width: 28ch;
    font-size: 16px;
  }
}

/* Reveal: fade + 12px upward translate, 200ms stagger */
.nh--splitpunch [data-reveal] {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 600ms ease, transform 600ms ease;
}
.nh--splitpunch.is-revealed [data-reveal="1"] { opacity: 1; transform: none; transition-delay: 0ms; }
.nh--splitpunch.is-revealed [data-reveal="2"] { opacity: 1; transform: none; transition-delay: 200ms; }
.nh--splitpunch.is-revealed [data-reveal="3"] { opacity: 1; transform: none; transition-delay: 400ms; }
@media (prefers-reduced-motion: reduce) {
  .nh--splitpunch [data-reveal] { opacity: 1; transform: none; transition: none; }
}
/* -----------------------------------------------------------------
   MIT Founders testimonial section
   Append to /srv/bostonreels/apps/bostonreels-main/stage-overrides.css
   Bump cache buster on the <link> tag in index.html when applying.

   Scope: all rules prefixed .stage-mit* — no other selectors are touched.
   Brand green matches existing site (#1eb77f) so the section feels
   continuous with the splitpunch above it.
   ----------------------------------------------------------------- */

.stage-mit {
  position: relative;
  background: #0b1e3f;
  background-image: radial-gradient(circle, rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 24px 24px;
  color: #fff;
  padding: clamp(4rem, 8vw, 6.5rem) 0 clamp(3rem, 6vw, 5rem);
  overflow: hidden;
}
.stage-mit__inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 clamp(1rem, 4vw, 2rem);
  text-align: center;
}

/* --- pill --- */
.stage-mit__pill {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 8px 18px;
  border-radius: 999px;
  border: 1px solid rgba(30, 183, 127, 0.35);
  background: rgba(30, 183, 127, 0.12);
  font-family: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1.6rem;
}
.stage-mit__dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1eb77f;
  box-shadow: 0 0 12px #1eb77f;
  animation: stage-mit-pulse 2s ease-in-out infinite;
}
@keyframes stage-mit-pulse {
  0%, 100% { transform: scale(1); box-shadow: 0 0 8px rgba(30, 183, 127, 0.7); }
  50%      { transform: scale(1.15); box-shadow: 0 0 16px rgba(30, 183, 127, 1); }
}

/* --- headline + subhead --- */
.stage-mit__headline {
  margin: 0 0 18px;
  font-family: inherit;
  font-weight: 600;
  font-size: clamp(40px, 5vw, 76px);
  line-height: 1.05;
  letter-spacing: -0.025em;
  color: #fff;
}
.stage-mit__headline em {
  font-style: italic;
  font-weight: 500;
  color: #1eb77f;
  padding-right: 0.06em;
}
.stage-mit__sub {
  max-width: 780px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.5;
  color: #B8C5D6;
}

/* --- logo row ---
   Constrained width so the hairline borders don't slice the section in half.
   Each logo lives in a flex slot so wide wordmarks and compact lockups share
   a vertical baseline regardless of their individual max-height. */
.stage-mit__logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 64px;
  max-width: 900px;
  margin: 64px auto 80px;
  padding: 28px 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  flex-wrap: wrap;
}
.stage-mit__logo-slot {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  flex: 0 0 auto;
}
.stage-mit__logo {
  width: auto;
  max-width: 200px;
  object-fit: contain;
  opacity: 0.78;
  transition: opacity 200ms ease;
  border: 0;
  outline: 0;
}
.stage-mit__logo:hover { opacity: 1; }

/* Per-logo treatment. The blanket invert filter is gone; each logo is sized
   for OPTICAL balance and only the source files that ship dark get inverted. */
.stage-mit__logo--formlabs { max-height: 28px; filter: brightness(0) invert(1); }
.stage-mit__logo--found    { max-height: 36px; filter: brightness(0) invert(1); }
.stage-mit__logo--opticore { max-height: 32px; }                                 /* opticore.png is already light-on-transparent */
.stage-mit__logo--thrive   { max-height: 36px; filter: brightness(0) invert(1); }

/* Belt-and-suspenders: kill any inherited image border or focus outline */
.stage-mit__logos img { border: 0; outline: 0; }

/* --- testimonial grid --- */
.stage-mit__grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 64px;
  align-items: center;
  text-align: left;
}

/* --- video — let Wistia render natively, no overlay --- */
.stage-mit__video {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  transition: box-shadow 250ms ease;
}
.stage-mit__video:hover {
  box-shadow: 0 0 40px rgba(30, 183, 127, 0.18);
}
.stage-mit__video .wistia_responsive_padding,
.stage-mit__video .wistia_responsive_wrapper {
  border-radius: 12px;
}

/* --- quote --- */
.stage-mit__quote { margin: 0; }
.stage-mit__qmark {
  display: block;
  font-family: 'Fraunces', 'Iowan Old Style', Palatino, Georgia, serif;
  font-style: italic;
  font-weight: 600;
  font-size: 120px;
  line-height: 0.5;
  color: #1eb77f;
  margin: 0 0 8px;
  user-select: none;
}
.stage-mit__qtext {
  margin: 0 0 24px;
  font-family: 'Fraunces', 'Iowan Old Style', Palatino, Georgia, serif;
  font-size: clamp(20px, 1.6vw, 24px);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.01em;
  color: #fff;
}
.stage-mit__attr {
  font-family: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.stage-mit__attr-name { color: #fff; font-weight: 600; }
.stage-mit__attr-role { color: #6B7E94; font-weight: 500; }

/* --- staggered reveal-on-scroll --- */
.stage-mit [data-reveal] {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 600ms ease, transform 600ms ease;
}
.stage-mit.is-revealed [data-reveal="1"] { opacity: 1; transform: none; transition-delay: 0ms; }
.stage-mit.is-revealed [data-reveal="2"] { opacity: 1; transform: none; transition-delay: 100ms; }
.stage-mit.is-revealed [data-reveal="3"] { opacity: 1; transform: none; transition-delay: 200ms; }
.stage-mit.is-revealed [data-reveal="4"] { opacity: 1; transform: none; transition-delay: 300ms; }
.stage-mit.is-revealed [data-reveal="5"] { opacity: 1; transform: none; transition-delay: 400ms; }
.stage-mit.is-revealed [data-reveal="6"] { opacity: 1; transform: none; transition-delay: 500ms; }

@media (prefers-reduced-motion: reduce) {
  .stage-mit__dot { animation: none; }
  .stage-mit [data-reveal] { opacity: 1; transform: none; transition: none; }
  .stage-mit__video { transition: none; }
}

/* --- mobile --- */
@media (max-width: 768px) {
  .stage-mit { padding: 80px 0; }
  .stage-mit__inner { padding: 0 24px; }
  .stage-mit__headline { font-size: clamp(32px, 8vw, 44px); }
  .stage-mit__sub { font-size: 16px; }
  .stage-mit__logos {
    gap: 32px;
    margin: 48px auto 56px;
    padding: 22px 8px;
    max-width: 100%;
  }
  .stage-mit__logo-slot { height: 36px; }
  .stage-mit__logo--formlabs { max-height: 24px; }
  .stage-mit__logo--found    { max-height: 30px; }
  .stage-mit__logo--opticore { max-height: 26px; }
  .stage-mit__logo--thrive   { max-height: 30px; }
  .stage-mit__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .stage-mit__qmark { font-size: 88px; margin-bottom: 4px; }
  .stage-mit__qtext { font-size: 18px; }
}

/* =============================================================
   One Partner section — alternating editorial blocks
   Added for staging-2026-05-13. Reads from /api/one-partner.
   ============================================================= */
.one-partner-section {
  --op-navy: #0b1e3f;             /* used inside the dark video tile only */
  --op-tile-1: #0f2447;
  --op-tile-2: #16315a;
  --op-ink: #0b1e3f;              /* page-level dark text */
  --op-ink-dim: #4b5563;          /* muted body text */
  --op-line: #e6e8ec;             /* subtle border on light bg */
  --op-green: #1eb77f;
  --op-green-soft: rgba(30, 183, 127, 0.14);
  background: #ffffff;
  color: var(--op-ink);
  padding: 140px 32px 120px;
  font-family: 'Archivo', system-ui, -apple-system, sans-serif;
  line-height: 1.4;
}
.one-partner-section *,
.one-partner-section *::before,
.one-partner-section *::after { box-sizing: border-box; }

.one-partner-section .op-header {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 100px;
}

.one-partner-section .op-kicker {
  display: inline-block;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--op-green);
  padding: 8px 14px;
  border: 1px solid var(--op-green-soft);
  background: var(--op-green-soft);
  border-radius: 999px;
  margin-bottom: 28px;
}

.one-partner-section .op-headline {
  font-size: clamp(40px, 5.5vw, 72px);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.05;
  margin: 0 0 24px;
  color: var(--op-ink);
}
.one-partner-section .op-headline em {
  font-style: italic;
  color: var(--op-green);
  font-weight: 400;
}

.one-partner-section .op-subhead {
  font-size: 19px;
  color: var(--op-ink-dim);
  line-height: 1.5;
  max-width: 620px;
  margin: 0 auto;
}

.one-partner-section .op-rows {
  display: flex;
  flex-direction: column;
  gap: 120px;
  max-width: 1320px;
  margin: 0 auto;
}

.one-partner-section .op-row {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 80px;
  align-items: center;
}
.one-partner-section .op-row.reverse {
  grid-template-columns: 1fr 1.05fr;
}
.one-partner-section .op-row.reverse .op-visual { order: 2; }
.one-partner-section .op-row.reverse .op-copy   { order: 1; }

/* Visual container — holds either one wide tile or a row of portrait tiles. */
.one-partner-section .op-visual {
  width: 100%;
}
.one-partner-section .op-visual--wide { display: block; }
.one-partner-section .op-visual--multi {
  display: grid;
  grid-template-columns: repeat(var(--op-tile-count, 3), minmax(0, 1fr));
  gap: 16px;
  /* Match the wide tile's height so alternating rows feel balanced.
     Wide tile @ 600px wide => 375px tall. Three portrait tiles need
     similar block height; the per-tile aspect-ratio handles the rest. */
}

/* Tile — the actual clickable, hoverable card. */
.one-partner-section .op-tile {
  position: relative;
  aspect-ratio: 16 / 10;
  border-radius: 18px;
  overflow: hidden;
  background: var(--op-tile-1);
  border: 1px solid var(--op-line);
  cursor: pointer;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  appearance: none;
  width: 100%;
  padding: 0;
  color: inherit;
  font: inherit;
  display: block;
}
.one-partner-section .op-visual--multi .op-tile {
  aspect-ratio: 9 / 16;
  border-radius: 14px;
}
.one-partner-section .op-tile:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 60px -22px rgba(11, 30, 63, 0.28);
}
.one-partner-section .op-tile:focus-visible {
  outline: 2px solid var(--op-green);
  outline-offset: 4px;
}
.one-partner-section .op-tile.is-disabled { cursor: default; }
.one-partner-section .op-tile.is-disabled:hover { transform: none; box-shadow: none; }
.one-partner-section .op-tile.is-disabled .play-btn { opacity: 0.3; }

.one-partner-section .op-tile .poster {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--op-tile-1) 0%, var(--op-tile-2) 100%);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* When a Wistia thumbnail is loaded, drop the gradient and add a subtle
   dark overlay so the play button + badge stay legible. */
.one-partner-section .op-tile .poster.has-thumb {
  background-color: #000;
}
.one-partner-section .op-tile .poster.has-thumb::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.18) 0%, rgba(0,0,0,0.32) 100%);
  pointer-events: none;
}
.one-partner-section .op-tile .poster > * { position: relative; z-index: 1; }

.one-partner-section .op-tile .play-btn {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: var(--op-green);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 40px rgba(30, 183, 127, 0.45);
  transition: transform 0.3s ease;
}
.one-partner-section .op-visual--multi .op-tile .play-btn {
  width: 56px;
  height: 56px;
}
.one-partner-section .op-tile:hover .play-btn { transform: scale(1.08); }
.one-partner-section .op-tile.is-disabled:hover .play-btn { transform: none; }
.one-partner-section .op-tile .play-btn::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 22px solid var(--op-navy);
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  margin-left: 6px;
}
.one-partner-section .op-visual--multi .op-tile .play-btn::after {
  border-left-width: 16px;
  border-top-width: 10px;
  border-bottom-width: 10px;
  margin-left: 4px;
}

.one-partner-section .op-tile .tile-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(8px);
  padding: 6px 10px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.one-partner-section .op-visual--multi .op-tile .tile-badge {
  top: 12px;
  left: 12px;
  font-size: 9px;
  padding: 5px 8px;
}

.one-partner-section .op-copy { max-width: 480px; }

.one-partner-section .op-num {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--op-green);
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.one-partner-section .op-num::before {
  content: '';
  width: 32px;
  height: 1px;
  background: var(--op-green);
}

.one-partner-section .op-copy h3 {
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin: 0 0 20px;
  color: var(--op-ink);
}

.one-partner-section .op-copy p {
  font-size: 17px;
  line-height: 1.55;
  color: var(--op-ink-dim);
  margin: 0 0 28px;
}

.one-partner-section .op-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--op-green);
  text-decoration: none;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--op-green-soft);
  transition: border-color 0.2s ease, gap 0.2s ease;
  cursor: pointer;
  background: none;
  border-top: 0; border-left: 0; border-right: 0;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
}
.one-partner-section .op-link:hover {
  border-bottom-color: var(--op-green);
  gap: 14px;
}
.one-partner-section .op-link::after { content: '→'; font-size: 14px; }
.one-partner-section .op-link.is-disabled {
  color: #9ca3af;
  border-bottom-color: #e5e7eb;
  cursor: default;
  pointer-events: none;
}

/* Skeleton placeholders so client-fetch doesn't shift layout. */
.one-partner-section .op-row--skeleton .op-visual { cursor: default; }
.one-partner-section .op-row--skeleton .op-visual:hover { transform: none; box-shadow: none; }
.one-partner-section .sk {
  background: #eef0f3;
  border-radius: 6px;
  animation: opSkeleton 1.4s ease-in-out infinite;
}
.one-partner-section .sk--num { height: 12px; width: 120px; margin-bottom: 24px; }
.one-partner-section .sk--h   { height: 36px; width: 80%; margin-bottom: 20px; }
.one-partner-section .sk--p   { height: 60px; width: 100%; }
@keyframes opSkeleton {
  0%, 100% { opacity: 0.55; }
  50%      { opacity: 0.85; }
}

/* Wistia popover */
.op-modal {
  position: fixed;
  inset: 0;
  z-index: 9000;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(8, 14, 28, 0.78);
  backdrop-filter: blur(10px);
  padding: 32px;
}
.op-modal.is-open { display: flex; }
.op-modal__frame {
  position: relative;
  width: min(1120px, 100%);
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.6);
}
.op-modal__close {
  position: absolute;
  top: -48px;
  right: 0;
  background: transparent;
  color: #fff;
  border: 0;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  padding: 8px 12px;
  font-family: inherit;
}
.op-modal__close:focus-visible { outline: 2px solid #1eb77f; outline-offset: 2px; }
.op-modal__player { position: absolute; inset: 0; }

@media (max-width: 768px) {
  .one-partner-section { padding: 80px 20px; }
  .one-partner-section .op-header { margin-bottom: 60px; }
  .one-partner-section .op-headline { font-size: 36px; }
  .one-partner-section .op-subhead { font-size: 16px; }
  .one-partner-section .op-rows { gap: 70px; }
  .one-partner-section .op-row,
  .one-partner-section .op-row.reverse {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .one-partner-section .op-row .op-visual,
  .one-partner-section .op-row.reverse .op-visual { order: 1; }
  .one-partner-section .op-row .op-copy,
  .one-partner-section .op-row.reverse .op-copy   { order: 2; }
  .one-partner-section .op-visual--multi { gap: 10px; }
  .one-partner-section .op-tile .play-btn { width: 60px; height: 60px; }
  .one-partner-section .op-tile .play-btn::after {
    border-left-width: 18px;
    border-top-width: 11px;
    border-bottom-width: 11px;
  }
  .one-partner-section .op-visual--multi .op-tile .play-btn { width: 44px; height: 44px; }
  .one-partner-section .op-visual--multi .op-tile .play-btn::after {
    border-left-width: 13px;
    border-top-width: 8px;
    border-bottom-width: 8px;
    margin-left: 3px;
  }
  .one-partner-section .op-copy h3 { font-size: 26px; }
  .one-partner-section .op-copy p { font-size: 15px; }
  .op-modal { padding: 16px; }
  .op-modal__close { top: -38px; font-size: 24px; }
}
