/**
 * FTS design lab — reference-inspired editorial (Collins, PORTO ROCHA, Mother, Mouthwash).
 * Flat canvas. Motion via typography + scroll only — no ambient gradients, no lottie.
 */

/* Kill shell gray bleed on framework pages */
body.n92-case-study:has(#n92-cs-framework.n92-cs-fw--lab),
body.n92-case-study:has(#n92-cs-framework.n92-cs-fw--lab) #pagewrap,
body.n92-case-study:has(#n92-cs-framework.n92-cs-fw--lab) #layout,
body.n92-case-study:has(#n92-cs-framework.n92-cs-fw--lab) #content,
body.n92-case-study.n92-cs-framework-v2,
body.n92-case-study.n92-cs-framework-v2 #pagewrap,
body.n92-case-study.n92-cs-framework-v2 #layout,
body.n92-case-study.n92-cs-framework-v2 #content {
  background: #0a0a0a !important;
}

body.n92-case-study.n92-cs-framework-v2 {
  --n92-lab-pink: #ff3377;
  --n92-lab-cream: #efece8;
  --n92-lab-muted: rgba(239, 236, 232, 0.64);
  --n92-lab-green: #7ac943;
  --n92-lab-bg: #0a0a0a;
  --n92-lab-surface: #0f0f0f;
  --n92-lab-stage: #080808;
  --n92-lab-ink: #050505;
  --n92-lab-max: min(1240px, 92vw);
  --n92-lab-pad: clamp(1.25rem, 4vw, 3rem);
  --n92-lab-gap: clamp(2rem, 5vw, 4.5rem);
  /* Beat Themify light-theme tokens on dark React case studies */
  --theme_heading_color: #efece8;
  --theme_accent: #ff3377;
  --theme_accent_hover: #ff0062;
  --theme_accent_alt: #7ac943;
  color: var(--n92-lab-cream);
}

.n92-cs-fw--lab {
  --n92-lab-pink: #ff3377;
  --n92-lab-cream: #efece8;
  --n92-lab-muted: rgba(239, 236, 232, 0.64);
  --n92-lab-green: #7ac943;
  --n92-lab-bg: #0a0a0a;
  --n92-lab-surface: #0f0f0f;
  --n92-lab-stage: #080808;
  --n92-lab-ink: #050505;
  --n92-lab-max: min(1240px, 92vw);
  --n92-lab-pad: clamp(1.25rem, 4vw, 3rem);
  --n92-lab-gap: clamp(2rem, 5vw, 4.5rem);
  position: relative;
  isolation: isolate;
  background: var(--n92-lab-bg);
  color: var(--n92-lab-cream);
}

/* Film grain — tactile grit, not gradient wash */
.n92-lab-grain {
  position: fixed;
  inset: 0;
  z-index: 40;
  pointer-events: none;
  opacity: 0.055;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.78' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23g)'/%3E%3C/svg%3E");
  background-size: 180px 180px;
}

/* Scroll progress — editorial pace indicator */
.n92-lab-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  z-index: 130;
  transform-origin: left center;
  background: linear-gradient(90deg, var(--n92-lab-pink), #ff0062);
  pointer-events: none;
}

/* ── Lab banner ── */
.n92-cs-fw-lab-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 1.25rem;
  padding: 0.65rem var(--n92-lab-pad);
  background: #111;
  border-bottom: 1px solid rgba(255, 51, 119, 0.3);
}

.n92-cs-fw-lab-banner__tag {
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--n92-lab-pink);
  padding: 0.2rem 0.45rem;
  border: 1px solid rgba(255, 51, 119, 0.4);
  border-radius: 3px;
}

.n92-cs-fw-lab-banner__copy {
  margin: 0;
  flex: 1 1 16rem;
  font-size: 0.76rem;
  color: var(--n92-lab-muted);
}

.n92-cs-fw-lab-banner__link {
  font-size: 0.76rem;
  font-weight: 600;
  color: var(--n92-lab-cream);
  text-decoration: none;
}

.n92-cs-fw-lab-banner__link:hover,
.n92-cs-fw-lab-banner__link:focus-visible {
  color: var(--n92-lab-pink);
}

/* ── Intro — Mother Design–inspired typographic entrance ── */
.n92-lab-intro {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  background: #0a0a0a;
  padding: var(--n92-lab-pad);
  overflow: visible;
}

.n92-lab-intro__skip {
  position: absolute;
  top: 1.25rem;
  right: var(--n92-lab-pad);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: lowercase;
  color: var(--n92-lab-muted);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.25rem 0;
}

.n92-lab-intro__skip:hover,
.n92-lab-intro__skip:focus-visible {
  color: var(--n92-lab-pink);
}

.n92-lab-intro__stage {
  box-sizing: border-box;
  width: min(calc(100vw - 2 * var(--n92-lab-pad)), 44rem);
  max-width: 100%;
  text-align: left;
}

.n92-lab-intro__eyebrow {
  margin: 0 0 1.25rem;
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--n92-lab-green);
  max-width: 18ch;
}

.n92-lab-intro__client {
  --n92-intro-ch: 8;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.14em 0.32em;
  width: 100%;
  max-width: 100%;
  font-size: clamp(
    1.75rem,
    calc((min(calc(100vw - 2 * var(--n92-lab-pad)), 44rem)) / max(var(--n92-intro-ch), 4) * 1.12),
    7.5rem
  );
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.03em;
  text-transform: lowercase;
  color: var(--n92-lab-cream) !important;
  overflow: visible;
}

.n92-lab-intro__word {
  display: inline-block;
  white-space: nowrap;
}

.n92-lab-intro__dot {
  display: inline-block;
  flex-shrink: 0;
  color: var(--n92-lab-pink);
}

.n92-lab-intro__title {
  margin: 1.1rem 0 0;
  font-size: clamp(1rem, 2.2vw, 1.35rem);
  font-weight: 600;
  line-height: 1.35;
  color: var(--n92-lab-cream) !important;
  max-width: min(36ch, 100%);
}

.n92-lab-intro__tagline {
  margin: 0.85rem 0 0;
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--n92-lab-muted) !important;
  max-width: min(42ch, 100%);
}

.n92-lab-intro__rule {
  display: block;
  width: 100%;
  max-width: 12rem;
  height: 2px;
  margin-top: 1.5rem;
  background: var(--n92-lab-pink);
  transform-origin: left center;
}

/* ── Header — Collins meta + PORTO ROCHA typographic lead ── */
.n92-lab-header {
  padding: clamp(3rem, 8vh, 5.5rem) var(--n92-lab-pad) var(--n92-lab-gap);
  border-bottom: 1px solid rgba(239, 236, 232, 0.08);
}

.n92-lab-header__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: clamp(2.5rem, 6vw, 4rem);
}

.n92-lab-header__back {
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  text-transform: lowercase;
  color: var(--n92-lab-muted);
  text-decoration: none;
}

.n92-lab-header__back:hover,
.n92-lab-header__back:focus-visible {
  color: var(--n92-lab-pink);
}

.n92-lab-header__label {
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--n92-lab-green);
}

.n92-lab-header__client {
  margin: 0;
  font-size: clamp(3rem, 11vw, 6.5rem);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.03em;
  text-transform: lowercase;
  color: var(--n92-lab-cream);
}

.n92-lab-header__project {
  margin: 0.75rem 0 0;
  font-size: clamp(1.1rem, 2.4vw, 1.6rem);
  font-weight: 600;
  text-transform: lowercase;
  color: var(--n92-lab-cream);
}

.n92-lab-header__thesis {
  margin: clamp(1.5rem, 3vw, 2.25rem) 0 0;
  max-width: 52ch;
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  line-height: 1.55;
  color: var(--n92-lab-muted);
}

.n92-lab-header__pills {
  margin: clamp(1.75rem, 3.5vw, 2.5rem) 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
}

.n92-lab-header__pill {
  display: grid;
  gap: 0.2rem;
}

.n92-lab-header__pill-label {
  font-size: 0.6rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--n92-lab-pink);
}

.n92-lab-header__pill-value {
  font-size: 0.88rem;
  font-weight: 600;
  text-transform: lowercase;
  color: var(--n92-lab-cream);
}

.n92-lab-header__disciplines {
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.n92-lab-header__disciplines li {
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  text-transform: lowercase;
  color: var(--n92-lab-cream);
  padding: 0.3rem 0.55rem;
  border: 1px solid rgba(239, 236, 232, 0.18);
  border-radius: 3px;
}

.n92-lab-header__capabilities {
  margin: 0.6rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.n92-lab-header__capability-link {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: lowercase;
  color: var(--n92-lab-pink);
  text-decoration: none;
  padding: 0.3rem 0.55rem;
  border: 1px solid rgba(255, 51, 119, 0.4);
  border-radius: 3px;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}

.n92-lab-header__capability-link:hover,
.n92-lab-header__capability-link:focus-visible {
  background: var(--n92-lab-pink);
  color: #050505;
}

.n92-lab-header__gallery-cta {
  display: inline-block;
  margin-top: 2rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: lowercase;
  color: var(--n92-lab-pink);
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 51, 119, 0.45);
  padding-bottom: 0.15rem;
}

.n92-lab-header__gallery-cta:hover,
.n92-lab-header__gallery-cta:focus-visible {
  color: var(--n92-lab-cream);
  border-bottom-color: var(--n92-lab-cream);
}

/* ── Reel — full bleed (PORTO ROCHA / Mouthwash) ── */
.n92-lab-reel {
  background: #0c0c0c;
  border-bottom: 1px solid rgba(239, 236, 232, 0.08);
}

.n92-lab-reel .n92-cs-video-header__media {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(72vh, 820px);
  object-fit: cover;
}

/* ── Narrative — Challenge / Solution / Approach ── */
.n92-lab-narrative {
  padding: var(--n92-lab-gap) var(--n92-lab-pad);
  border-bottom: 1px solid rgba(239, 236, 232, 0.08);
}

.n92-lab-narrative__grid {
  max-width: var(--n92-lab-max);
  margin-inline: auto;
  display: grid;
  gap: clamp(2rem, 4vw, 3.5rem);
}

@media (min-width: 900px) {
  .n92-lab-narrative__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}

.n92-lab-narrative__beat {
  padding-top: 0;
}

.n92-lab-narrative__rule {
  display: block;
  width: 100%;
  height: 2px;
  margin-bottom: 1rem;
  background: var(--n92-lab-pink);
  transform-origin: left center;
}

.n92-lab-narrative__kicker {
  margin: 0 0 0.65rem;
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--n92-lab-green);
}

.n92-lab-narrative__title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.35rem, 2.8vw, 1.85rem);
  font-weight: 800;
  text-transform: lowercase;
  line-height: 1.05;
  color: var(--n92-lab-cream);
}

.n92-lab-narrative__body {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--n92-lab-muted);
}

/* ── Story — Collins expandable ── */
.n92-lab-story {
  padding: var(--n92-lab-gap) var(--n92-lab-pad);
  background: var(--n92-lab-ink);
  border-bottom: 1px solid rgba(239, 236, 232, 0.06);
  box-shadow: inset 0 1px 0 rgba(255, 51, 119, 0.06);
}

.n92-lab-story__inner {
  max-width: 62ch;
  margin-inline: auto;
}

.n92-lab-story__text {
  margin: 0;
  font-size: clamp(1.05rem, 1.9vw, 1.25rem);
  line-height: 1.65;
  color: var(--n92-lab-cream);
}

#n92-cs-framework .n92-lab-story__toggle {
  margin-top: 1.25rem;
  display: inline-block;
  font-family: inherit;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: lowercase;
  color: var(--n92-lab-pink);
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  cursor: pointer;
  padding: 0 0 0.12rem;
  border-bottom: 1px solid rgba(255, 51, 119, 0.45) !important;
  appearance: none;
  -webkit-appearance: none;
}

#n92-cs-framework .n92-lab-story__toggle:hover,
#n92-cs-framework .n92-lab-story__toggle:focus-visible {
  color: var(--n92-lab-cream);
  border-bottom-color: var(--n92-lab-cream) !important;
}

/* ── Gallery — PORTO ROCHA / Collins editorial mock ── */
.n92-lab-gallery {
  width: 100%;
}

.n92-lab-gallery__explore {
  padding: 0 var(--n92-lab-pad) clamp(1.5rem, 3vw, 2.25rem);
  border-top: 1px solid rgba(239, 236, 232, 0.07);
}

.n92-lab-gallery__explore-label {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--n92-lab-pink);
}

.n92-lab-gallery__chapter {
  padding: var(--n92-lab-gap) 0;
  border-top: 1px solid rgba(239, 236, 232, 0.07);
}

.n92-lab-gallery__chapter--identity {
  background: var(--n92-lab-bg);
  box-shadow: inset 0 1px 0 rgba(239, 236, 232, 0.04);
}

.n92-lab-gallery__chapter--partnership {
  background: var(--n92-lab-ink);
  box-shadow: inset 0 1px 0 rgba(239, 236, 232, 0.05);
}

.n92-lab-gallery__chapter-head {
  max-width: var(--n92-lab-max);
  margin: 0 auto clamp(2.5rem, 5vw, 4rem);
  padding-inline: var(--n92-lab-pad);
}

.n92-lab-gallery__kicker {
  margin: 0 0 0.4rem;
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--n92-lab-green);
}

.n92-lab-gallery__chapter-title {
  margin: 0;
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 900;
  text-transform: lowercase;
  line-height: 1;
  color: var(--n92-lab-cream);
}

.n92-lab-gallery__chapter-summary {
  margin: 0.75rem 0 0;
  max-width: 50ch;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--n92-lab-muted);
}

.n92-lab-gallery__lede {
  max-width: var(--n92-lab-max);
  margin: 0 auto clamp(2rem, 4vw, 2.5rem);
  padding-inline: var(--n92-lab-pad);
  font-size: 1rem;
  line-height: 1.6;
  color: var(--n92-lab-cream);
}

/* Moment — caption → artifact → prose (reference stack) */
.n92-lab-moment {
  margin-bottom: clamp(4rem, 9vw, 7rem);
}

.n92-lab-moment:last-child {
  margin-bottom: 0;
}

.n92-lab-moment__caption {
  padding-inline: var(--n92-lab-pad);
  margin-bottom: clamp(1rem, 2.5vw, 1.75rem);
}

.n92-lab-moment__caption-inner {
  max-width: var(--n92-lab-max);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(3.25rem, 5.5rem) minmax(0, 1fr);
  gap: 0 1.5rem;
  align-items: end;
}

.n92-lab-moment__caption-inner > .n92-lab-moment__index {
  grid-column: 1;
  grid-row: 1;
}

.n92-lab-moment__caption-inner > .n92-lab-moment__copy {
  grid-column: 2;
  grid-row: 1;
}

.n92-lab-moment__caption-inner .n92-lab-moment__title {
  margin-bottom: 0;
  font-size: clamp(1.75rem, 4vw, 2.75rem);
}

.n92-lab-moment__caption-inner .n92-lab-moment__rule {
  display: none;
}

.n92-lab-moment__caption-inner > .n92-lab-moment__index {
  display: block;
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.03em;
  color: rgba(255, 51, 119, 0.55);
  padding-bottom: 0.2rem;
}

.n92-lab-moment__stage-wrap {
  width: 100%;
}

.n92-lab-moment__prose {
  padding-inline: var(--n92-lab-pad);
  margin-top: clamp(1.25rem, 2.5vw, 2rem);
}

.n92-lab-moment__prose .n92-lab-moment__body {
  max-width: 54ch;
  margin-inline: auto;
  font-size: clamp(0.95rem, 1.6vw, 1.08rem);
  line-height: 1.65;
  color: var(--n92-lab-muted);
  text-align: left;
}

.n92-lab-moment__grid {
  display: grid;
  gap: clamp(0.85rem, 2vw, 1.25rem);
  padding-inline: var(--n92-lab-pad);
  max-width: min(1480px, 100%);
  margin-inline: auto;
}

@media (min-width: 900px) {
  .n92-lab-moment__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
  }
}

.n92-lab-moment__grid-cell {
  min-width: 0;
}

.n92-lab-moment__title {
  margin: 0 0 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.14em 0.28em;
  font-size: clamp(1.45rem, 3vw, 2.1rem);
  font-weight: 900;
  text-transform: lowercase;
  line-height: 1.02;
  color: var(--n92-lab-cream);
  overflow: hidden;
}

.n92-lab-moment__title-word {
  display: inline-block;
}

.n92-lab-moment__body {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.65;
  color: var(--n92-lab-muted);
}

.n92-lab-moment__rule {
  display: block;
  width: clamp(2.5rem, 8vw, 4rem);
  height: 2px;
  margin-top: 1.25rem;
  background: var(--n92-lab-pink);
  transform-origin: left center;
}

.n92-lab-moment__stage {
  margin: 0;
  width: 100%;
}

.n92-lab-moment__frame {
  width: 100%;
  overflow: hidden;
  background: var(--n92-lab-stage);
  border: 1px solid rgba(239, 236, 232, 0.06);
  will-change: transform;
}

/* Intentional white presentation boards (PORTO ROCHA / Collins artifact style) */
.n92-lab-moment__frame--light-card {
  background: #f4f2ef;
  padding: clamp(0.85rem, 2vw, 1.35rem);
  border: 1px solid rgba(239, 236, 232, 0.22);
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.55);
}

.n92-lab-moment__frame--light-card .n92-lab-moment__img {
  border-radius: 2px;
}

/* Assets exported for dark canvas */
.n92-lab-moment__frame--dark-native {
  background: var(--n92-lab-stage);
  border-color: rgba(239, 236, 232, 0.08);
}

/* Legacy — avoid for new work */
.n92-lab-moment__frame--knockout {
  isolation: isolate;
}

/* Hero — opening logo moment */
.n92-lab-moment--hero .n92-lab-moment__stage-wrap {
  padding-inline: var(--n92-lab-pad);
  max-width: min(1520px, 100%);
  margin-inline: auto;
}

.n92-lab-moment__stage--hero .n92-lab-moment__frame {
  min-height: clamp(18rem, 48vw, 32rem);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1.25rem, 3vw, 2rem);
}

.n92-lab-moment__stage--hero .n92-lab-moment__img {
  max-height: min(52vh, 520px);
}

.n92-lab-moment__stage--cinema .n92-lab-moment__frame {
  min-height: clamp(14rem, 36vw, 24rem);
  display: flex;
  align-items: center;
  justify-content: center;
}

.n92-lab-moment--stack .n92-lab-moment__stage-wrap,
.n92-lab-moment--tall .n92-lab-moment__stage-wrap {
  padding-inline: var(--n92-lab-pad);
  max-width: min(1480px, 100%);
  margin-inline: auto;
}

.n92-lab-moment__stage--tall .n92-lab-moment__frame {
  max-height: min(88vh, 1100px);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(1rem, 2.5vw, 1.5rem);
}

.n92-lab-moment__stage--tall .n92-lab-moment__img {
  max-height: min(82vh, 1040px);
  width: 100%;
  object-fit: cover;
}

.n92-lab-moment__stage--duo .n92-lab-moment__frame {
  min-height: clamp(11rem, 24vw, 16rem);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(0.75rem, 1.8vw, 1.1rem);
}

.n92-lab-moment__img {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(72vh, 860px);
  object-fit: contain;
  object-position: center;
}

.n92-lab-moment__img--knockout {
  mix-blend-mode: multiply;
  filter: brightness(1.18) contrast(1.08) saturate(1.1);
}

.n92-lab-moment__duo {
  display: grid;
  gap: 0.65rem;
}

@media (min-width: 640px) {
  .n92-lab-moment__duo {
    grid-template-columns: 1fr 1fr;
  }
}

.n92-lab-moment__fpo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.4rem;
  min-height: clamp(10rem, 22vw, 14rem);
  margin-top: 0.65rem;
  padding: 1.25rem var(--n92-lab-pad);
  border: 1px dashed rgba(255, 51, 119, 0.35);
  background: rgba(255, 51, 119, 0.03);
}

@media (min-width: 1024px) {
  .n92-lab-moment__fpo {
    margin-top: 0.65rem;
    padding-inline: 1.25rem;
  }
}

.n92-lab-moment__fpo-badge {
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--n92-lab-pink);
}

.n92-lab-moment__fpo-label {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 600;
}

.n92-lab-moment__fpo-note {
  margin: 0;
  font-size: 0.76rem;
  line-height: 1.4;
  color: var(--n92-lab-muted);
}

/* Board — single 16:9 artboard (logo, color/type) */
.n92-lab-moment--board .n92-lab-moment__stage-wrap {
  padding-inline: var(--n92-lab-pad);
  max-width: min(1480px, 100%);
  margin-inline: auto;
}

.n92-lab-moment__stage--board .n92-lab-moment__frame {
  position: relative;
  display: block;
  padding: 0;
  overflow: hidden;
  line-height: 0;
}

.n92-lab-moment__stage--board .n92-lab-moment__frame--native {
  aspect-ratio: unset;
}

.n92-lab-moment__stage--board .n92-lab-moment__frame--dark-native {
  background: var(--n92-lab-stage);
  border-color: rgba(239, 236, 232, 0.08);
}

.n92-lab-moment__stage--board .n92-lab-moment__img--native {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

/* Type + color split — stacked panels */
.n92-lab-moment--type-color-split .n92-lab-moment__stage-wrap {
  padding-inline: var(--n92-lab-pad);
  max-width: min(1480px, 100%);
  margin-inline: auto;
}

.n92-lab-moment--type-color-split .n92-lab-type-color--bleed {
  margin-inline: calc(-1 * var(--n92-lab-pad));
  width: calc(100% + 2 * var(--n92-lab-pad));
  max-width: 100vw;
  gap: 0;
}

@media (min-width: 900px) {
  .n92-lab-moment--type-color-split .n92-lab-type-color--bleed {
    margin-inline: calc(50% - 50vw);
    width: 100vw;
  }
}

.n92-lab-type-color--bleed .n92-lab-type-color__frame {
  background: transparent;
  padding: 0;
  border: none;
  box-shadow: none;
  border-radius: 0;
}

.n92-lab-type-color--bleed .n92-lab-type-color__img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
}

.n92-lab-type-color--bleed .n92-lab-type-color__panel--type .n92-lab-type-color__frame,
.n92-lab-type-color--bleed .n92-lab-type-color__frame--swatches {
  aspect-ratio: unset;
  overflow: visible;
}

.n92-lab-type-color {
  display: flex;
  flex-direction: column;
  gap: clamp(1.5rem, 3vw, 2.5rem);
}

.n92-lab-type-color__panel {
  margin: 0;
}

.n92-lab-type-color__label {
  margin: 0 0 0.65rem;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--n92-lab-pink);
}

.n92-lab-type-color__frame {
  background: #f4f2ef;
  padding: clamp(1rem, 2.5vw, 1.75rem);
  border: 1px solid rgba(239, 236, 232, 0.22);
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.n92-lab-type-color__panel--type .n92-lab-type-color__frame {
  aspect-ratio: 16 / 9;
  min-height: clamp(12rem, 28vw, 18rem);
}

.n92-lab-type-color__frame--swatches {
  aspect-ratio: 16 / 7;
  min-height: clamp(9rem, 18vw, 12rem);
}

.n92-lab-type-color__img {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(62vh, 680px);
  object-fit: contain;
}

/* Auto-slide + deck — fixed 16:9 stage (matches board, no bounce) */
.n92-lab-moment--auto-slide .n92-lab-moment__stage-wrap,
.n92-lab-moment--deck-preview .n92-lab-moment__stage-wrap {
  padding-inline: var(--n92-lab-pad);
  max-width: min(1480px, 100%);
  margin-inline: auto;
}

.n92-lab-deck--fixed .n92-lab-deck__frame {
  position: relative;
  background: var(--n92-lab-stage);
  padding: 0;
  border: 1px solid rgba(239, 236, 232, 0.08);
  box-shadow: none;
  width: 100%;
  overflow: hidden;
  display: block;
  line-height: 0;
}

.n92-lab-deck--fixed .n92-lab-deck__frame--native {
  aspect-ratio: unset;
}

.n92-lab-deck--fixed .n92-lab-deck__img--native {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: unset;
  border-radius: 0;
}

.n92-lab-deck--fixed .n92-lab-deck__thumb-frame {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--n92-lab-stage);
  border: 1px solid rgba(239, 236, 232, 0.1);
  line-height: 0;
}

.n92-lab-deck--fixed .n92-lab-deck__thumb-img--native {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.n92-lab-deck--fixed .n92-lab-deck__figure {
  margin: 0;
  width: 100%;
}

.n92-lab-deck--fixed .n92-lab-deck__preview {
  width: 100%;
  min-width: 0;
}

.n92-lab-deck--fixed .n92-lab-deck__thumb.is-active .n92-lab-deck__thumb-frame {
  border-color: var(--n92-lab-pink);
}

@media (min-width: 900px) {
  .n92-lab-deck--fixed {
    grid-template-columns: minmax(0, 1fr) minmax(9rem, 11rem);
    gap: clamp(0.85rem, 1.5vw, 1.25rem);
  }

  .n92-lab-deck--fixed .n92-lab-deck__thumb {
    grid-template-columns: 1fr;
    padding: 0.35rem;
  }

  .n92-lab-deck--fixed .n92-lab-deck__thumb-frame {
    min-height: 0;
  }
}

@media (max-width: 899px) {
  .n92-lab-deck--fixed {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .n92-lab-deck--fixed .n92-lab-deck__thumbs {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0.4rem;
    max-height: none;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 0.25rem;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
  }

  .n92-lab-deck--fixed .n92-lab-deck__thumbs > li {
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .n92-lab-deck--fixed .n92-lab-deck__thumb {
    grid-template-columns: 1fr;
    width: 6.25rem;
    padding: 0.3rem;
  }

  .n92-lab-deck--fixed .n92-lab-deck__thumb-frame {
    width: 100%;
  }
}

/* Legacy bleed — kept for reference */
.n92-lab-moment--collage-grid .n92-lab-moment__stage-wrap {
  padding-inline: var(--n92-lab-pad);
  max-width: min(1520px, 100%);
  margin-inline: auto;
}

.n92-lab-collage {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(0.55rem, 1.2vw, 0.85rem);
  align-items: stretch;
}

.n92-lab-collage__cell {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  min-width: 0;
}

.n92-lab-collage__frame {
  flex: 1;
  background: #f4f2ef;
  padding: clamp(0.55rem, 1.2vw, 0.85rem);
  border: 1px solid rgba(239, 236, 232, 0.18);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.42);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
}

.n92-lab-collage__img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(8rem, 18vw, 11rem);
  max-height: clamp(14rem, 28vw, 22rem);
  object-fit: contain;
  border-radius: 2px;
}

.n92-lab-collage__caption {
  margin: 0;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: lowercase;
  color: var(--n92-lab-muted);
  text-align: center;
}

/* Editorial spans — 6-up collection */
.n92-lab-collage__cell--a { grid-column: span 7; }
.n92-lab-collage__cell--b { grid-column: span 5; }
.n92-lab-collage__cell--c { grid-column: span 4; }
.n92-lab-collage__cell--d { grid-column: span 8; }
.n92-lab-collage__cell--e { grid-column: span 6; }
.n92-lab-collage__cell--f { grid-column: span 6; }

@media (max-width: 899px) {
  .n92-lab-collage {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .n92-lab-collage__cell--a,
  .n92-lab-collage__cell--b,
  .n92-lab-collage__cell--c,
  .n92-lab-collage__cell--d,
  .n92-lab-collage__cell--e,
  .n92-lab-collage__cell--f {
    grid-column: span 1;
  }

  .n92-lab-collage__cell--a,
  .n92-lab-collage__cell--d {
    grid-column: span 2;
  }
}

/* Swipe panel — identity mocks carousel */
.n92-lab-moment--swipe-panel .n92-lab-moment__stage-wrap {
  padding-inline: var(--n92-lab-pad);
  max-width: min(1480px, 100%);
  margin-inline: auto;
}

.n92-lab-swipe {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.n92-lab-swipe__stage {
  position: relative;
  overflow: hidden;
}

.n92-lab-swipe__figure {
  margin: 0;
}

.n92-lab-swipe__frame {
  background: #f4f2ef;
  padding: clamp(0.85rem, 2vw, 1.35rem);
  border: 1px solid rgba(239, 236, 232, 0.22);
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.55);
  aspect-ratio: 16 / 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.n92-lab-swipe__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 2px;
}

.n92-lab-swipe__chrome {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.n92-lab-swipe__nav {
  appearance: none;
  border: 1px solid rgba(239, 236, 232, 0.18);
  background: rgba(239, 236, 232, 0.04);
  color: var(--n92-lab-cream);
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 3px;
  font-size: 1rem;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
}

.n92-lab-swipe__nav:hover {
  border-color: var(--n92-lab-pink);
  background: rgba(255, 51, 119, 0.08);
}

.n92-lab-swipe__dots {
  display: flex;
  gap: 0.45rem;
}

.n92-lab-swipe__dot {
  appearance: none;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  border: none;
  padding: 0;
  background: rgba(239, 236, 232, 0.22);
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}

.n92-lab-swipe__dot.is-active {
  background: var(--n92-lab-pink);
  transform: scale(1.2);
}

.n92-lab-swipe__count {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  color: var(--n92-lab-muted);
  font-variant-numeric: tabular-nums;
}

.n92-lab-swipe__caption {
  margin: 0;
  text-align: center;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: lowercase;
  color: var(--n92-lab-muted);
}

/* Deck preview — live main + right click-through rail */
.n92-lab-deck {
  display: grid;
  gap: clamp(1.25rem, 3vw, 2rem);
  align-items: start;
}

@media (min-width: 900px) {
  .n92-lab-deck {
    grid-template-columns: minmax(0, 1fr) minmax(12rem, 15rem);
    gap: clamp(1.5rem, 3vw, 2.5rem);
  }
}

.n92-lab-deck__preview {
  position: relative;
  min-width: 0;
}

.n92-lab-deck__figure {
  margin: 0;
}

.n92-lab-deck__frame {
  background: #f4f2ef;
  padding: clamp(0.65rem, 1.5vw, 1rem);
  border: 1px solid rgba(239, 236, 232, 0.22);
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.55);
  aspect-ratio: 16 / 9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.n92-lab-deck__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 2px;
}

.n92-lab-deck__live {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0.75rem 0 0;
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--n92-lab-muted);
}

.n92-lab-deck__live-dot {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: #7ac943;
  box-shadow: 0 0 8px rgba(122, 201, 67, 0.55);
  animation: n92-lab-deck-pulse 2s ease-in-out infinite;
}

@keyframes n92-lab-deck-pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.45;
  }
}

.n92-lab-deck__rail {
  min-width: 0;
}

.n92-lab-deck__rail-title {
  margin: 0 0 0.75rem;
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--n92-lab-pink);
}

.n92-lab-deck__thumbs {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  max-height: min(72vh, 640px);
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 51, 119, 0.35) transparent;
}

.n92-lab-deck__thumb {
  appearance: none;
  display: grid;
  grid-template-columns: 3.5rem minmax(0, 1fr);
  gap: 0.55rem;
  align-items: center;
  width: 100%;
  padding: 0.45rem;
  border: 1px solid rgba(239, 236, 232, 0.1);
  border-radius: 3px;
  background: rgba(239, 236, 232, 0.03);
  cursor: pointer;
  text-align: left;
  transition: border-color 0.2s, background 0.2s;
}

.n92-lab-deck__thumb:hover {
  border-color: rgba(255, 51, 119, 0.35);
  background: rgba(255, 51, 119, 0.05);
}

.n92-lab-deck__thumb.is-active {
  border-color: var(--n92-lab-pink);
  background: rgba(255, 51, 119, 0.1);
}

.n92-lab-deck__thumb-frame {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #f4f2ef;
  border-radius: 2px;
}

.n92-lab-deck__thumb-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.n92-lab-deck__thumb-label {
  font-size: 0.72rem;
  line-height: 1.35;
  color: var(--n92-lab-cream);
  text-transform: lowercase;
}

/* Full-bleed deck — edge-to-edge slides, no light-card frame */
.n92-lab-deck--bleed .n92-lab-deck__frame {
  background: transparent;
  padding: 0;
  border: none;
  box-shadow: none;
  border-radius: 0;
}

.n92-lab-deck--bleed .n92-lab-deck__img {
  width: 100%;
  height: auto;
  max-height: min(72vh, 820px);
  object-fit: cover;
  object-position: center;
  border-radius: 0;
}

.n92-lab-deck--bleed .n92-lab-deck__preview {
  min-width: 0;
}

@media (min-width: 900px) {
  .n92-lab-deck--bleed {
    grid-template-columns: minmax(0, 1fr) minmax(4.25rem, 5.25rem);
    gap: clamp(0.75rem, 1.5vw, 1.25rem);
  }

  .n92-lab-deck--bleed .n92-lab-deck__thumb {
    grid-template-columns: 1fr;
    padding: 0.35rem;
  }

  .n92-lab-deck--bleed .n92-lab-deck__thumb-frame {
    background: rgba(239, 236, 232, 0.06);
    border: 1px solid rgba(239, 236, 232, 0.12);
  }

  .n92-lab-deck--bleed .n92-lab-deck__thumb.is-active .n92-lab-deck__thumb-frame {
    border-color: var(--n92-lab-pink);
  }
}

/* ── Impact — Collins metrics ── */
.n92-lab-impact {
  padding: var(--n92-lab-gap) var(--n92-lab-pad);
  border-top: 1px solid rgba(239, 236, 232, 0.08);
}

.n92-lab-impact__title {
  margin: 0 0 clamp(1.5rem, 3vw, 2.25rem);
  max-width: var(--n92-lab-max);
  margin-inline: auto;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 900;
  text-transform: lowercase;
  color: var(--n92-lab-cream);
}

.n92-lab-impact__grid {
  max-width: var(--n92-lab-max);
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .n92-lab-impact__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.n92-lab-impact__item {
  padding-top: 1rem;
  border-top: 1px solid rgba(239, 236, 232, 0.12);
}

.n92-lab-impact__value {
  margin: 0 0 0.35rem;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 900;
  line-height: 1;
  color: var(--n92-lab-pink);
}

.n92-lab-impact__label {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.45;
  color: var(--n92-lab-muted);
}

/* ── Credits — PORTO ROCHA / BUCK ── */
.n92-lab-credits {
  padding: var(--n92-lab-gap) var(--n92-lab-pad) clamp(4rem, 10vw, 6rem);
  background: #111;
  border-top: 1px solid rgba(239, 236, 232, 0.08);
}

.n92-lab-credits__title {
  margin: 0 0 1.75rem;
  max-width: var(--n92-lab-max);
  margin-inline: auto;
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  font-weight: 900;
  text-transform: lowercase;
  color: var(--n92-lab-cream);
}

.n92-lab-credits__list {
  max-width: var(--n92-lab-max);
  margin: 0 auto;
  display: grid;
  gap: 1rem;
}

.n92-lab-credits__row {
  display: grid;
  gap: 0.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(239, 236, 232, 0.08);
}

@media (min-width: 640px) {
  .n92-lab-credits__row {
    grid-template-columns: 12rem 1fr;
    gap: 1.5rem;
  }
}

.n92-lab-credits__row dt {
  margin: 0;
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--n92-lab-pink);
}

.n92-lab-credits__row dd {
  margin: 0;
  font-size: 0.9rem;
  color: var(--n92-lab-cream);
}

@media (prefers-reduced-motion: reduce) {
  .n92-lab-intro,
  .n92-lab-grain,
  .n92-lab-progress {
    display: none;
  }

  .n92-lab-deck__live-dot {
    animation: none;
  }
}

/* ── Contrast guard — Themify h1–h6 use --theme_heading_color (#000) ── */
body.n92-cs-framework-v2 #n92-cs-framework :is(h1, h2, h3, h4, h5, h6) {
  color: var(--n92-lab-cream);
}

/* ── Sales system — context, proof, digital device ── */
.n92-lab-sales {
  padding: var(--n92-lab-gap) var(--n92-lab-pad);
  border-top: 1px solid rgba(239, 236, 232, 0.08);
}

.n92-lab-sales__inner {
  max-width: var(--n92-lab-max);
  margin: 0 auto;
  display: grid;
  gap: clamp(1.5rem, 3vw, 2.5rem);
}

.n92-lab-sales__badge {
  display: inline-block;
  margin: 0 0 0.5rem;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: lowercase;
  color: var(--n92-lab-green);
}

.n92-lab-sales__title {
  margin: 0 0 0.65rem;
  font-size: clamp(1.1rem, 2.2vw, 1.35rem);
  font-weight: 600;
  text-transform: lowercase;
  color: var(--n92-lab-cream);
}

.n92-lab-sales__body {
  margin: 0;
  line-height: 1.65;
  color: var(--n92-lab-muted);
  max-width: 62ch;
}

.n92-lab-sales__list {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--n92-lab-muted);
  line-height: 1.6;
  display: grid;
  gap: 0.45rem;
}

.n92-lab-sales__proof-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}

.n92-lab-sales__proof-card {
  padding: 1.1rem 1.2rem;
  background: var(--n92-lab-surface);
  border: 1px solid rgba(239, 236, 232, 0.08);
  border-radius: 4px;
}

.n92-lab-sales__proof-label {
  margin: 0 0 0.4rem;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: lowercase;
  color: var(--n92-lab-pink);
}

.n92-lab-sales__proof-detail {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--n92-lab-muted);
}

.n92-lab-sales__block--fit {
  padding-top: 0.5rem;
  border-top: 1px solid rgba(239, 236, 232, 0.06);
}

.n92-lab-digital {
  padding: var(--n92-lab-gap) var(--n92-lab-pad) calc(var(--n92-lab-gap) * 1.2);
}

.n92-lab-digital__inner {
  max-width: var(--n92-lab-max);
  margin: 0 auto;
}

.n92-lab-digital__eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: lowercase;
  color: var(--n92-lab-green);
}

.n92-lab-digital__title {
  margin: 0 0 1.5rem;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 700;
  text-transform: lowercase;
}

.n92-lab-digital__device {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(239, 236, 232, 0.12);
  background: #111;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  transform: translateY(0);
  transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.n92-lab-digital__device:not(.n92-lab-digital__device--static):hover {
  transform: translateY(-4px);
}

.n92-lab-digital__chrome {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.65rem 1rem;
  background: #1a1a1a;
  border-bottom: 1px solid rgba(239, 236, 232, 0.08);
}

.n92-lab-digital__dots {
  display: inline-flex;
  gap: 0.35rem;
}

.n92-lab-digital__dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(239, 236, 232, 0.2);
}

.n92-lab-digital__url {
  font-size: 0.78rem;
  color: var(--n92-lab-muted);
  letter-spacing: 0.02em;
}

.n92-lab-digital__screen {
  aspect-ratio: 16 / 10;
  background: #0d0d0d;
  position: relative;
}

.n92-lab-digital__preview {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.n92-lab-digital__placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: linear-gradient(160deg, #141414 0%, #0a0a0a 55%, #12121a 100%);
}

.n92-lab-digital__placeholder-host {
  font-size: clamp(1.25rem, 3vw, 2rem);
  font-weight: 700;
  color: var(--n92-lab-cream);
  text-transform: lowercase;
}

.n92-lab-digital__placeholder-note {
  font-size: 0.85rem;
  color: var(--n92-lab-muted);
}

.n92-lab-digital__actions {
  margin-top: 1.25rem;
}

.n92-lab-digital__cta {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1.25rem;
  background: var(--n92-lab-pink);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: lowercase;
  border-radius: 2px;
  transition: background 0.25s ease;
}

.n92-lab-digital__cta:hover {
  background: #ff0062;
}

.n92-lab-digital__note {
  margin: 0.85rem 0 0;
  font-size: 0.82rem;
  line-height: 1.55;
  color: var(--n92-lab-muted);
  max-width: 58ch;
}

@media (prefers-reduced-motion: reduce) {
  .n92-lab-digital__device {
    transition: none;
  }
  .n92-lab-digital__device:hover {
    transform: none;
  }
}

/* ── Digital proof: desktop + mobile pair ── */
.n92-lab-digital__devices--pair {
  display: grid;
  gap: 1.25rem;
  align-items: end;
}

@media (min-width: 900px) {
  .n92-lab-digital__devices--pair {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 0.42fr);
  }
}

.n92-lab-digital__device--mobile .n92-lab-digital__screen {
  aspect-ratio: 9 / 19;
  max-height: 520px;
}

.n92-lab-digital__device--mobile .n92-lab-digital__preview {
  object-fit: cover;
  object-position: top center;
  height: 100%;
}

/* ── Flagship opening media strip ── */
.n92-lab-opening {
  padding: 0 var(--n92-lab-pad) clamp(1.5rem, 4vw, 2.5rem);
  margin-top: -0.5rem;
}

.n92-lab-opening .n92-lab-stage {
  max-width: var(--n92-lab-max);
  margin: 0 auto;
}

/* ── Progressive enhancement: visible before motion JS ── */
.n92-lab-reveal-static {
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
}

/* ── Gallery explore — tighter spacing ── */
.n92-lab-gallery__explore {
  padding-top: clamp(1.25rem, 3vw, 2rem);
  padding-bottom: clamp(0.5rem, 1.5vw, 1rem);
}
