:root {
  --lab-ink: #132033;
  --lab-cream: #f7f1e8;
  --lab-paper: #fffdf9;
  --lab-dark: #101927;
  --lab-dark-soft: #1b2739;
  --lab-gold: #c59a4b;
  --lab-ease: cubic-bezier(.16, .84, .22, 1);
}

html {
  overflow-x: clip;
}

body[data-template-lab="true"] {
  overflow-x: clip;
  background: var(--lab-cream);
  color: var(--lab-ink);
}

body[data-template-lab="true"] .page-shell,
body[data-template-lab="true"] .main-stage {
  overflow: clip;
}

body[data-template-lab="true"] .hero-lab {
  height: 100svh;
  min-height: 34rem;
}

body[data-template-lab="true"] .hero-lab .hero-media {
  background-image:
    linear-gradient(90deg, rgba(10, 17, 29, .84), rgba(10, 17, 29, .48)),
    var(--hero-dynamic-image, url("assets/Z11A.jpg"));
  background-size: cover;
  background-position: center;
  transition: opacity 480ms var(--lab-ease), transform 900ms var(--lab-ease), background-image 220ms ease;
}

body[data-template-lab="true"] .hero-lab .lab-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 1;
  transition: opacity 680ms cubic-bezier(.2, .72, .16, 1);
}

body[data-template-lab="true"] .hero-lab .hero-media.is-switching {
  opacity: 1;
  transform: none;
}

body[data-template-lab="true"] .hero-lab .lab-hero-video.is-incoming {
  z-index: 2;
}

body[data-template-lab="true"] .hero-lab .lab-hero-video.is-outgoing {
  z-index: 1;
}

body[data-template-lab="true"] .hero-lab .hero-grid {
  display: grid;
  box-sizing: border-box;
  align-items: center;
  justify-items: center;
  width: min(calc(100% - 3rem), 72rem);
  height: 100%;
  min-height: 100%;
  padding: clamp(1.25rem, 3.4vh, 2.75rem) 1.5rem;
}

body[data-template-lab="true"] .hero-lab .hero-copy {
  width: 100%;
  min-width: 0;
  max-width: 67rem;
  margin: 0 auto;
  display: grid;
  justify-items: center;
  gap: clamp(.65rem, 1.6vh, 1.25rem);
  text-align: center;
}

body[data-template-lab="true"] .hero-lab .hero-title {
  width: 100%;
  min-width: 0;
  max-width: 26ch;
  margin: 0 auto;
  font-size: clamp(3.25rem, min(7.25vw, 10.6vh), 7.5rem);
  line-height: .88;
}

body[data-template-lab="true"] .hero-lab.is-title-fit-ready .hero-title {
  font-size: var(--lab-hero-title-size);
}

body[data-template-lab="true"] .hero-lab .hero-description {
  width: min(100%, 52rem);
  min-width: 0;
  max-width: 52rem;
  margin: 0 auto;
  color: rgba(247, 241, 232, .86);
  font-size: clamp(1.02rem, min(1.45vw, 2.35vh), 1.38rem);
  line-height: 1.48;
  overflow-wrap: anywhere;
}

body[data-template-lab="true"] .hero-lab .hero-actions {
  min-width: 0;
  max-width: 100%;
  justify-content: center;
  margin-top: clamp(.45rem, 1.25vh, 1.1rem);
}

body[data-template-lab="true"] .hero-button,
.lab-button {
  min-height: clamp(3.25rem, 7vh, 3.8rem);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  font-size: 1rem;
  text-decoration: none;
}

.lab-proof-section {
  position: relative;
  z-index: 6;
  margin-top: -1px;
  padding: 0;
  background: var(--lab-cream);
}

.lab-proof-section .assessment-rail-shell {
  width: 100%;
  max-width: none;
  margin: 0;
  opacity: 1;
  transform: none;
}

.lab-proof-section .assessment-stat {
  opacity: 1;
  transform: none;
}

.lab-proof-section .assessment-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  overflow: hidden;
  border-top: 1px solid rgba(19, 32, 51, .16);
  border-bottom: 1px solid rgba(19, 32, 51, .16);
}

.lab-proof-section .assessment-stat-button {
  position: relative;
  min-width: 0;
  min-height: 13rem;
  padding: 2.15rem clamp(1.25rem, 3vw, 3.5rem);
  border: 0;
  border-right: 1px solid rgba(19, 32, 51, .16);
  background: var(--lab-cream);
  color: var(--lab-ink);
  text-align: left;
  cursor: pointer;
  transition: color 460ms var(--lab-ease), background-color 460ms var(--lab-ease);
}

.lab-proof-section .assessment-stat-button:last-child {
  border-right: 0;
}

.lab-proof-section .assessment-stat-button.is-active {
  background: #17263f;
  color: #fffaf2;
}

.lab-proof-section .assessment-stat-value {
  min-height: 1.05em;
  display: block;
  color: currentColor;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  font-size: clamp(2.6rem, 4.4vw, 5rem);
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}

.lab-proof-section .assessment-stat-label {
  max-width: 15rem;
  margin: 1.35rem 0 0;
  color: currentColor;
  font-size: clamp(.98rem, 1.35vw, 1.2rem);
  line-height: 1.35;
}

.lab-proof-section .assessment-stat-arrow {
  position: absolute;
  top: 1.45rem;
  right: 1.45rem;
  opacity: 0;
  transform: translate(-.4rem, .4rem);
  transition: opacity 360ms var(--lab-ease), transform 480ms var(--lab-ease);
}

.lab-proof-section .assessment-stat-button.is-active .assessment-stat-arrow {
  opacity: 1;
  transform: none;
}

.lab-achievements {
  overflow: hidden;
}

.lab-achievements .lab-center-head {
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
}

.lab-achievements-shell {
  display: grid;
  grid-template-columns: 4.25rem minmax(0, 1fr) 4.25rem;
  gap: clamp(.75rem, 1.8vw, 1.35rem);
  align-items: center;
  width: min(100%, 90rem);
  margin: 0 auto;
}

.lab-achievements-viewport {
  min-width: 0;
  overflow: hidden;
  padding-block: 1.4rem;
}

.lab-achievements-track {
  display: flex;
  align-items: stretch;
  gap: clamp(.8rem, 1.5vw, 1.15rem);
  width: max-content;
  will-change: transform;
  transition: transform 880ms cubic-bezier(.16, 1, .3, 1);
}

.lab-achievement-card {
  flex: 0 0 clamp(15rem, 21vw, 19rem);
  min-height: clamp(11.5rem, 16vw, 13.5rem);
  display: grid;
  align-content: center;
  gap: 1rem;
  padding: clamp(1.45rem, 2.6vw, 2.1rem);
  border: 1px solid rgba(19, 32, 51, .15);
  background: rgba(255, 253, 249, .7);
  color: var(--lab-ink);
  opacity: .62;
  transform: scale(.93);
  transform-origin: center;
  transition: transform 620ms var(--lab-ease), opacity 520ms var(--lab-ease), border-color 520ms var(--lab-ease), background-color 520ms var(--lab-ease), box-shadow 620ms var(--lab-ease), color 520ms var(--lab-ease);
}

.lab-achievement-card strong {
  display: block;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  font-size: clamp(2.65rem, 4.25vw, 4.65rem);
  font-weight: 400;
  line-height: .92;
  letter-spacing: -.035em;
}

.lab-achievement-card p {
  margin: 0;
  color: rgba(19, 32, 51, .68);
  font-size: clamp(.94rem, 1.15vw, 1.08rem);
  line-height: 1.48;
}

.lab-achievement-card.is-active {
  z-index: 2;
  border-color: rgba(41, 73, 118, .5);
  background: linear-gradient(135deg, #17263f 0%, #223a5b 100%);
  color: #fffaf2;
  opacity: 1;
  transform: scale(1.055);
  box-shadow: 0 1.8rem 4.2rem rgba(19, 32, 51, .2);
}

.lab-achievement-card.is-active p {
  color: rgba(255, 250, 242, .78);
}

.lab-achievements-nav {
  display: grid;
  place-items: center;
  width: 4.25rem;
  height: 4.25rem;
  border: 1px solid rgba(20, 34, 56, .25);
  border-radius: 50%;
  background: rgba(247, 243, 236, .88);
  color: var(--lab-ink);
  backdrop-filter: blur(14px);
  transition: color 280ms var(--lab-ease), border-color 280ms var(--lab-ease), background-color 280ms var(--lab-ease), transform 280ms var(--lab-ease);
}

.lab-achievements-nav span {
  font-size: 1.65rem;
  line-height: 1;
  transform: translateY(-.04em);
}

.lab-achievements-nav:hover,
.lab-achievements-nav:focus-visible {
  border-color: #4d7fbe;
  background: #fff;
  color: #4d7fbe;
  outline: none;
  transform: scale(1.045);
}

.lab-achievements-note {
  width: min(100%, 76rem);
  margin: clamp(1.75rem, 3vw, 2.5rem) auto 0;
  color: rgba(19, 32, 51, .5);
  font-size: .76rem;
  line-height: 1.6;
  text-align: center;
}

.lab-section {
  position: relative;
  padding: clamp(5.5rem, 9vw, 9rem) max(1.35rem, calc((100vw - 90rem) / 2));
}

.lab-section.is-light {
  background: var(--lab-cream);
  color: var(--lab-ink);
}

.lab-section.is-dark {
  background: var(--lab-dark);
  color: #f8f1e7;
}

.lab-section.is-light + .lab-section.is-light,
.lab-section.is-dark + .lab-section.is-dark {
  padding-top: 0;
}

/*
 * Samodzielne sekcje tekstowe nie uczestniczą w filmowym łączeniu sąsiadów.
 * Klasa `lab-text-section` jest kontraktem do wklejania nowych sekcji:
 * zawsze przywraca pełny, symetryczny oddech nad i pod treścią.
 * `lab-prose-section` pozostaje zgodnym aliasem dla istniejących sekcji.
 */
.lab-section:is(.lab-text-section, .lab-prose-section) {
  --lab-text-section-space: clamp(5.5rem, 9vw, 9rem);
  padding-top: var(--lab-text-section-space);
  padding-bottom: var(--lab-text-section-space);
}

/* Nadpisuje również bardziej swoistą regułę łączenia dwóch pól w tym samym tonie. */
.lab-section.is-light + .lab-section:is(.lab-text-section, .lab-prose-section),
.lab-section.is-dark + .lab-section:is(.lab-text-section, .lab-prose-section) {
  padding-top: var(--lab-text-section-space);
}

.lab-section :is(.lab-reveal-text, .lab-center-head, .lab-sticky-copy, :is(.lab-simple-grid, .lab-text-section), .lab-bullets, .lab-contact, .lab-service-card, .lab-faq-panel, .lab-icon-cards, .lab-boundary-item) br.premium-break {
  display: block;
  content: "";
  height: 0;
  margin-top: .58em;
  line-height: 0;
}

.lab-section .premium-break-spacer {
  display: block;
  height: .58em;
}

.lab-section-label {
  display: flex;
  align-items: center;
  gap: 1.15rem;
  color: rgba(19, 32, 51, .65);
  font-size: .94rem;
}

.lab-section-label span {
  width: 1px;
  height: 4.5rem;
  background: currentColor;
}

.lab-statement {
  display: grid;
  grid-template-columns: 14rem minmax(0, 1fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: start;
}

.lab-reveal-text {
  max-width: 66rem;
  margin: 0;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  font-size: clamp(2.75rem, 4.55vw, 5.35rem);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -.045em;
}

.lab-logo-video {
  display: grid;
  grid-template-columns: minmax(14rem, .58fr) minmax(25rem, 1.65fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
  padding-right: 0;
  background: var(--lab-paper);
}

.lab-logo-wrap {
  display: grid;
  place-items: center;
  padding-left: max(0rem, calc((100vw - 90rem) / 2));
}

.lab-logo-wrap img {
  width: min(100%, 19rem);
  height: auto;
}

.lab-video-card {
  position: relative;
  aspect-ratio: 16 / 6.8;
  min-height: 19rem;
  overflow: hidden;
  background: #101927 url("assets/Z11A.jpg") center / cover no-repeat;
  box-shadow: 0 2rem 5rem rgba(17, 26, 42, .13);
}

.lab-video-card .lab-video-player {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.lab-center-head {
  max-width: 68rem;
  margin: 0 auto clamp(2.8rem, 5vw, 4.5rem);
  text-align: center;
}

.lab-center-head > span,
.lab-sticky-copy > span {
  color: rgba(19, 32, 51, .54);
  font-size: .82rem;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.is-dark .lab-center-head > span,
.is-dark .lab-sticky-copy > span {
  color: rgba(248, 241, 231, .58);
}

.lab-center-head h2,
.lab-sticky-copy h2,
:is(.lab-simple-grid, .lab-text-section) h2,
.lab-bullets h2,
.lab-contact h2 {
  margin: .65rem 0 0;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  font-size: clamp(2.78rem, 4.85vw, 5.65rem);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.042em;
}

.lab-center-head p,
.lab-sticky-copy p,
:is(.lab-simple-grid, .lab-text-section) p,
.lab-bullets p,
.lab-contact p {
  color: rgba(19, 32, 51, .72);
  font-size: clamp(1.12rem, 1.45vw, 1.35rem);
  line-height: 1.6;
}

:is(.lab-simple-grid, .lab-text-section) h2 {
  font-size: clamp(2.75rem, 4.55vw, 5.35rem);
}

.is-dark .lab-center-head p,
.is-dark .lab-sticky-copy p,
.is-dark .lab-bullets p {
  color: rgba(248, 241, 231, .76);
}

.lab-app-section .assessment-app-shell {
  width: min(100%, 44rem);
}

.lab-boundaries {
  display: grid;
  grid-template-columns: minmax(19rem, .82fr) minmax(0, 1.18fr);
  gap: clamp(3rem, 7vw, 8rem);
  align-items: start;
}

.lab-sticky-copy {
  position: sticky;
  top: 30vh;
  align-self: start;
}

.lab-services {
  overflow: clip;
  padding-right: 0;
  padding-left: 0;
}

.lab-services-heading {
  position: relative;
  z-index: 5;
  width: min(90rem, calc(100% - 2.7rem));
  margin: 0 auto clamp(2.75rem, 5vw, 5rem);
  text-align: center;
}

.lab-services-heading h2 {
  margin: 0;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  font-size: clamp(3rem, 5.5vw, 6rem);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.045em;
}

.lab-service-catalog {
  --service-card-width: clamp(23rem, 35vw, 39rem);
  --service-card-height: calc(var(--service-card-width) * .5625);
  --service-stage-height: max(38rem, calc(100svh - var(--live-header-height, 6rem)));
  position: relative;
  width: 100%;
  min-height: var(--service-stage-height);
  isolation: isolate;
}

.lab-service-track-window {
  position: absolute;
  z-index: 3;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.lab-service-track {
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--service-card-width);
  transform: translate3d(-50%, 0, 0);
  pointer-events: none;
}

.lab-service-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform-origin: 50% 50%;
  pointer-events: none;
}

.lab-service-card {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  color: #fff;
  pointer-events: auto;
  transform: translateZ(0);
}

.lab-service-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 900ms var(--lab-ease), filter 700ms var(--lab-ease);
}

.lab-service-card:hover img,
.lab-service-card:focus-visible img {
  filter: brightness(1.06);
  transform: scale(1.035);
}

.lab-service-card h3 {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: clamp(1rem, 2.4vw, 1.65rem) clamp(1rem, 3vw, 2rem);
  background: rgba(27, 39, 57, .94);
  color: #fff;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  font-size: clamp(1.65rem, 2.5vw, 3rem);
  font-weight: 400;
  line-height: .95;
  letter-spacing: -.025em;
}

.lab-service-bc {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  color: transparent;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  font-size: clamp(28rem, 61vw, 72rem);
  font-weight: 400;
  line-height: .68;
  letter-spacing: -.12em;
  white-space: nowrap;
  opacity: .24;
  transform: translate3d(-48%, -50%, 0) scale(var(--service-bc-scale, 1));
  transform-origin: 50% 50%;
  -webkit-text-stroke: 1px rgba(143, 167, 197, .5);
  pointer-events: none;
}

.lab-service-bc::after {
  position: absolute;
  inset: 0;
  color: transparent;
  content: attr(data-mark);
  -webkit-text-stroke: 1.6px rgba(216, 184, 115, .94);
  -webkit-mask-image: radial-gradient(circle clamp(7rem, 18vw, 16rem) at var(--service-bc-glow-x, 50%) var(--service-bc-glow-y, 50%), #000 0%, rgba(0, 0, 0, .78) 22%, transparent 72%);
  mask-image: radial-gradient(circle clamp(7rem, 18vw, 16rem) at var(--service-bc-glow-x, 50%) var(--service-bc-glow-y, 50%), #000 0%, rgba(0, 0, 0, .78) 22%, transparent 72%);
  opacity: var(--service-bc-glow-opacity, 0);
  transition: opacity 420ms var(--lab-ease);
}

.lab-service-actions-dock {
  position: absolute;
  z-index: 6;
  inset: 0;
  pointer-events: none;
}

.lab-service-action-pair {
  position: absolute;
  inset: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.lab-service-action-pair.is-current {
  visibility: visible;
  opacity: 1;
}

.lab-service-text-action {
  position: relative;
  padding: .35rem 0;
  border: 0;
  background: transparent;
  color: rgba(248, 241, 231, .84);
  font: inherit;
  font-size: clamp(.72rem, .85vw, .86rem);
  letter-spacing: .12em;
  line-height: 1.35;
  text-transform: uppercase;
  cursor: pointer;
  pointer-events: auto;
}

.lab-service-text-action::after {
  position: absolute;
  right: 0;
  bottom: .08rem;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  opacity: .48;
  transform: scaleX(.36);
  transform-origin: 0 50%;
  transition: opacity 350ms var(--lab-ease), transform 500ms var(--lab-ease);
}

.lab-service-text-action:hover::after,
.lab-service-text-action:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.lab-service-action-pair .is-page-link,
.lab-service-action-pair .is-contact-link {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.lab-service-action-pair .is-page-link {
  right: calc(50% + var(--service-card-width) * .5 + clamp(2rem, 4vw, 5rem));
}

.lab-service-action-pair .is-contact-link {
  left: calc(50% + var(--service-card-width) * .5 + clamp(2rem, 4vw, 5rem));
}

.lab-service-index {
  position: absolute;
  z-index: 7;
  top: 50%;
  right: clamp(1.1rem, 2.5vw, 3.5rem);
  display: grid;
  width: clamp(8rem, 12vw, 13rem);
  gap: .42rem;
  transform: translateY(-50%);
}

.lab-service-index button {
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(248, 241, 231, .25);
  font: inherit;
  font-size: clamp(.64rem, .72vw, .76rem);
  line-height: 1.3;
  text-align: right;
  cursor: pointer;
  transition: color 500ms var(--lab-ease), transform 500ms var(--lab-ease);
}

.lab-service-index button:hover,
.lab-service-index button:focus-visible {
  color: rgba(248, 241, 231, .68);
}

.lab-service-index button.is-current {
  color: #f8f1e7;
  transform: translateX(-.45rem);
}

.lab-service-static-actions {
  display: none;
}

@media (min-width: 981px) and (max-width: 1180px) {
  .lab-service-catalog {
    --service-card-width: clamp(22rem, 36vw, 27rem);
  }

  .lab-service-action-pair .is-page-link {
    right: calc(50% + var(--service-card-width) * .5 + 1.5rem);
  }

  .lab-service-action-pair .is-contact-link {
    left: calc(50% + var(--service-card-width) * .5 + 1.5rem);
  }

  .lab-service-index {
    width: 7.4rem;
  }
}

@media (max-width: 980px) {
  .lab-services {
    overflow: visible;
    padding-bottom: clamp(5rem, 14vw, 8rem);
  }

  .lab-services-heading {
    margin-bottom: clamp(3.5rem, 11vw, 6rem);
  }

  .lab-service-catalog {
    --service-card-width: min(86vw, 35rem);
    --service-card-height: calc(var(--service-card-width) * .5625);
    min-height: 0;
  }

  .lab-service-track-window {
    position: relative;
    overflow: visible;
    pointer-events: auto;
  }

  .lab-service-track {
    position: relative;
    top: auto;
    left: auto;
    display: grid;
    width: var(--service-card-width);
    gap: clamp(7rem, 24vw, 11rem);
    margin: 0 auto;
    transform: none;
    pointer-events: auto;
  }

  .lab-service-item {
    position: relative;
    top: auto;
    left: auto;
    opacity: .38;
    transform: scale(.94);
    transition: opacity 550ms var(--lab-ease), transform 700ms var(--lab-ease);
  }

  .lab-service-item.is-current {
    opacity: 1;
    transform: scale(1);
  }

  .lab-service-card h3 {
    font-size: clamp(1.5rem, 6.8vw, 2.55rem);
  }

  .lab-service-bc {
    position: sticky;
    top: var(--service-bc-mobile-top, 30svh);
    left: auto;
    display: block;
    width: max-content;
    height: 0;
    margin-inline: auto;
    font-size: var(--service-bc-mobile-size, min(68vw, 22rem));
    opacity: .18;
    transform: translate3d(0, -50%, 0);
  }

  .lab-service-index {
    display: none;
  }

  .lab-service-actions-dock {
    position: fixed;
    z-index: 70;
    top: calc(50svh + var(--service-card-height) * .5 + 1.15rem);
    right: 0;
    bottom: auto;
    left: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity 350ms var(--lab-ease), visibility 350ms var(--lab-ease);
  }

  .lab-service-catalog.is-catalog-in-view .lab-service-actions-dock {
    visibility: visible;
    opacity: 1;
  }

  .lab-service-action-pair {
    top: 0;
    right: 50%;
    bottom: auto;
    left: 50%;
    display: flex;
    width: min(86vw, 35rem);
    justify-content: space-between;
    transform: translateX(-50%);
  }

  .lab-service-action-pair .is-page-link,
  .lab-service-action-pair .is-contact-link {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    font-size: .68rem;
    transform: none;
  }

  .lab-service-action-pair:not(.is-current) .is-page-link {
    transform: translateX(-1.25rem);
  }

  .lab-service-action-pair:not(.is-current) .is-contact-link {
    transform: translateX(1.25rem);
  }

  .lab-service-action-pair.is-current .lab-service-text-action {
    transition: transform 650ms var(--lab-ease);
  }
}

@media (prefers-reduced-motion: reduce) {
  .lab-service-catalog {
    min-height: 0;
  }

  .lab-service-track-window {
    position: relative;
    overflow: visible;
  }

  .lab-service-track {
    position: relative;
    top: auto;
    left: auto;
    display: grid;
    width: min(86vw, 39rem);
    gap: clamp(3rem, 8vw, 6rem);
    margin: 0 auto;
    transform: none;
  }

  .lab-service-actions-dock {
    display: none;
  }

  .lab-service-static-actions {
    display: flex;
    justify-content: space-between;
    padding-top: 1rem;
  }

  .lab-service-item {
    position: relative;
    top: auto;
    left: auto;
    opacity: 1;
    transform: none;
  }

  .lab-service-bc,
  .lab-service-index {
    display: none;
  }
}

.lab-button {
  width: 100%;
  min-height: 4rem;
  padding: .85rem 1rem;
  border: 1px solid rgba(248, 241, 231, .22);
  font: inherit;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  transition: color 420ms var(--lab-ease), background-color 420ms var(--lab-ease), border-color 420ms var(--lab-ease), transform 420ms var(--lab-ease);
}

.lab-button:hover,
.lab-button:focus-visible {
  transform: translateY(-2px);
}

.lab-button.is-light {
  background: var(--lab-cream);
  color: var(--lab-ink);
}

.lab-button.is-outline {
  background: transparent;
  color: #fffaf2;
}

.lab-button.is-outline:hover,
.lab-button.is-outline:focus-visible {
  border-color: var(--lab-gold);
  background: rgba(197, 154, 75, .1);
}

/* Auction asset selector: the same quiet right-to-left navy wash as the
   contact dialog, kept as an editorial choice rather than a CTA grid. */
.lab-auction-switcher > article.nt5 {
  width: min(100%, 84rem);
  max-width: 84rem;
}

.lab-auction-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(.65rem, 1vw, .9rem);
  width: 100%;
  margin-top: clamp(3rem, 6vw, 5.5rem);
}

.lab-auction-option {
  position: relative;
  display: flex;
  min-height: clamp(7rem, 9.5vw, 9rem);
  align-items: center;
  justify-content: flex-start;
  padding: clamp(1.25rem, 2vw, 1.75rem);
  overflow: hidden;
  border: 1px solid rgba(19, 32, 51, .15);
  border-radius: 0;
  background: transparent;
  color: var(--lab-ink);
  cursor: pointer;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  font-size: clamp(1.15rem, 1.55vw, 1.45rem);
  line-height: 1.2;
  text-align: left;
  transition: border-color 260ms var(--lab-ease), color 260ms var(--lab-ease);
}

.lab-auction-option::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #213956 0%, #17263f 72%);
  content: "";
  transform: translateX(101%);
  transition: transform 520ms cubic-bezier(.16, .84, .22, 1);
}

.lab-auction-option > span {
  position: relative;
  z-index: 1;
  transition: color 240ms var(--lab-ease);
}

.lab-auction-option:hover,
.lab-auction-option:focus-visible {
  border-color: #17263f;
  outline: none;
}

.lab-auction-option:hover::before,
.lab-auction-option:focus-visible::before {
  transform: translateX(0);
}

.lab-auction-option:hover > span,
.lab-auction-option:focus-visible > span {
  color: #fffaf2;
}

.lab-auction-switcher template {
  display: none;
}

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

  .lab-auction-option {
    min-height: 6.5rem;
  }
}

@media (max-width: 560px) {
  .lab-auction-options {
    grid-template-columns: 1fr;
    gap: .55rem;
    margin-top: 2.5rem;
  }

  .lab-auction-option {
    min-height: 5.4rem;
    padding: 1.2rem;
  }
}

:is(.lab-simple-grid, .lab-text-section) {
  display: grid;
  gap: clamp(5rem, 10vw, 9rem);
}

:is(.lab-simple-grid, .lab-text-section) > article {
  max-width: 68rem;
}

.lab-prose-section > article {
  width: min(100%, 72rem);
}

.lab-premium-divider {
  position: relative;
  display: block;
  width: min(58%, 34rem);
  height: 1px;
  margin: clamp(2rem, 3.6vw, 3.25rem) auto;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(19, 32, 51, .5) 14%,
    var(--lab-ink) 50%,
    rgba(19, 32, 51, .5) 86%,
    transparent
  );
  opacity: 0;
  transform: scaleX(0);
  transform-origin: center;
}

.lab-premium-divider::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: .34rem;
  height: .34rem;
  border: 1px solid rgba(19, 32, 51, .82);
  background: var(--lab-cream);
  transform: translate(-50%, -50%) rotate(45deg);
}

.lab-execution-narrative > article {
  width: min(100%, 72rem);
}

.lab-execution-narrative > article.with-image {
  width: min(100%, 90rem);
}

.lab-execution-narrative p {
  margin: 0;
  font-size: clamp(1.18rem, 1.55vw, 1.45rem);
  line-height: 1.7;
}

.lab-dark-prose > article {
  width: min(100%, 72rem);
}

.lab-dark-prose > article.with-image {
  width: min(100%, 90rem);
}

.lab-dark-prose h2,
.lab-dark-prose p {
  color: #f8f1e7;
}

.lab-dark-prose p {
  color: rgba(248, 241, 231, .78);
}

.lab-alternating-copy > article {
  width: min(100%, 56rem);
}

.lab-alternating-copy > article:nth-child(odd) {
  margin-left: auto;
  text-align: right;
}

.lab-alternating-copy > article:nth-child(even) {
  margin-right: auto;
  text-align: left;
}

.lab-service-words {
  padding-top: clamp(3rem, 6vw, 6rem);
  padding-bottom: clamp(3rem, 6vw, 6rem);
}

.lab-service-words-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(2rem, 5vw, 6rem);
}

.lab-service-words h2 {
  margin: 0;
  color: var(--lab-ink);
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  font-size: clamp(2rem, 3.2vw, 3.85rem);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -.035em;
}

.lab-prose {
  display: grid;
  gap: clamp(1.4rem, 2.4vw, 2rem);
}

.lab-prose > p,
.lab-prose-list > p {
  margin-bottom: 0;
}

.lab-prose-list ul {
  display: grid;
  gap: .8rem;
  margin: 1rem 0 0;
  padding-left: 1.35rem;
  color: rgba(19, 32, 51, .72);
  font-size: clamp(1.08rem, 1.35vw, 1.28rem);
  line-height: 1.6;
}

.lab-contact-actions-left {
  justify-content: flex-start;
}

:is(.lab-simple-grid, .lab-text-section) .with-image {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(22rem, .82fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: center;
  max-width: 90rem;
}

:is(.lab-simple-grid, .lab-text-section) .with-image.image-left {
  grid-template-columns: minmax(22rem, .82fr) minmax(0, 1fr);
}

:is(.lab-simple-grid, .lab-text-section) .with-image.image-left > img {
  grid-column: 1;
  grid-row: 1;
}

:is(.lab-simple-grid, .lab-text-section) .with-image.image-left > div {
  grid-column: 2;
  grid-row: 1;
}

:is(.lab-simple-grid, .lab-text-section) img {
  width: 100%;
  min-height: 25rem;
  object-fit: cover;
}

:is(.lab-simple-grid, .lab-text-section) .with-image .motion-image-content {
  display: block;
  width: 100%;
  height: 100%;
}

:is(.lab-simple-grid, .lab-text-section) .with-image .motion-image-content > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Editorial content families
   nt  = heading + text
   ntz = heading + text + image */
body[data-template-lab="true"] .lab-section p {
  font-size: clamp(.98rem, 1.08vw, 1.08rem);
  line-height: 1.72;
}

/* These are visual interface components rather than running editorial copy. */
body[data-template-lab="true"] .lab-statement .lab-reveal-text {
  font-size: clamp(2.75rem, 4.55vw, 5.35rem);
  line-height: 1.02;
}

body[data-template-lab="true"] .lab-unity-principle p {
  font-size: clamp(.98rem, 3.8vw, 1.1rem);
  line-height: 1.6;
}

body[data-template-lab="true"] .lab-boundary-item > p {
  font-size: clamp(1.35rem, 2.1vw, 2.15rem);
  line-height: 1.12;
}

@media (min-width: 981px) and (hover: hover) and (pointer: fine) {
  body[data-template-lab="true"] .lab-unity-principle p {
    font-size: clamp(.76rem, .88vw, .96rem);
    line-height: 1.44;
  }

  body[data-template-lab="true"] .lab-unity-principle.is-execution p {
    font-size: clamp(.74rem, min(.82vw, 1.55vh), .94rem);
  }
}

:is(.lab-simple-grid, .lab-text-section) > article.nt,
:is(.lab-simple-grid, .lab-text-section) > article.ntz {
  --editorial-heading: clamp(2.65rem, 4.45vw, 5.15rem);
  --editorial-copy: clamp(.98rem, 1.08vw, 1.08rem);
  --editorial-copy-color: rgba(19, 32, 51, .68);
  position: relative;
  width: min(100%, 90rem);
  max-width: none;
  margin-inline: auto;
}

:is(.lab-simple-grid, .lab-text-section).is-dark > article.nt,
:is(.lab-simple-grid, .lab-text-section).is-dark > article.ntz {
  --editorial-copy-color: rgba(248, 241, 231, .74);
}

:is(.lab-simple-grid, .lab-text-section) > article.nt h2,
:is(.lab-simple-grid, .lab-text-section) > article.ntz h2 {
  z-index: 3;
  margin: 0;
  max-width: 20ch;
  font-size: var(--editorial-heading);
  line-height: .96;
  letter-spacing: -.043em;
  text-wrap: balance;
}

:is(.lab-simple-grid, .lab-text-section) > article.nt > p,
:is(.lab-simple-grid, .lab-text-section) > article.nt > .lab-prose,
:is(.lab-simple-grid, .lab-text-section) > article.ntz > div > p,
:is(.lab-simple-grid, .lab-text-section) > article.ntz > div > .lab-prose {
  z-index: 2;
  color: var(--editorial-copy-color);
  font-size: var(--editorial-copy);
  line-height: 1.72;
  text-wrap: pretty;
}

:is(.lab-simple-grid, .lab-text-section) > article.nt > p,
:is(.lab-simple-grid, .lab-text-section) > article.nt > .lab-prose,
:is(.lab-simple-grid, .lab-text-section) > article.ntz > div > p,
:is(.lab-simple-grid, .lab-text-section) > article.ntz > div > .lab-prose,
:is(.lab-simple-grid, .lab-text-section) > article.ntz > div > .lab-contact-actions {
  margin-top: 0;
  margin-bottom: 0;
}

:is(.lab-simple-grid, .lab-text-section) > article.nt .lab-prose,
:is(.lab-simple-grid, .lab-text-section) > article.ntz .lab-prose {
  gap: clamp(1.15rem, 2vw, 1.75rem);
}

:is(.lab-simple-grid, .lab-text-section) > article.nt .lab-prose p,
:is(.lab-simple-grid, .lab-text-section) > article.ntz .lab-prose p {
  margin: 0;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

:is(.lab-simple-grid, .lab-text-section) > article.nt,
:is(.lab-simple-grid, .lab-text-section) > article.ntz {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: clamp(1rem, 2.4vw, 2.6rem);
  align-items: start;
}

:is(.lab-simple-grid, .lab-text-section) > article.nt::before {
  content: "";
  display: block;
  width: 1px;
  min-height: clamp(5rem, 10vw, 9rem);
  background: linear-gradient(180deg, rgba(19, 32, 51, .38), rgba(19, 32, 51, .05));
}

:is(.lab-simple-grid, .lab-text-section).is-dark > article.nt::before {
  background: linear-gradient(180deg, rgba(248, 241, 231, .4), rgba(248, 241, 231, .04));
}

/* nt1 — balanced editorial split */
:is(.lab-simple-grid, .lab-text-section) > article.nt1::before {
  grid-column: 6;
  grid-row: 1;
  justify-self: center;
}

:is(.lab-simple-grid, .lab-text-section) > article.nt1 > h2 {
  grid-column: 1 / 6;
  grid-row: 1;
  align-self: center;
}

:is(.lab-simple-grid, .lab-text-section) > article.nt1 > p,
:is(.lab-simple-grid, .lab-text-section) > article.nt1 > .lab-prose {
  grid-column: 7 / 13;
  grid-row: 1;
  align-self: center;
}

:is(.lab-simple-grid, .lab-text-section) > article.nt1 > .lab-contact-actions {
  grid-column: 7 / 13;
  grid-row: 2;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: 100%;
  margin-top: clamp(1.6rem, 2.8vw, 2.4rem);
}

:is(.lab-simple-grid, .lab-text-section) > article.nt1 > .lab-contact-actions .hero-button {
  flex: 1 1 0;
  width: auto;
  min-width: 0;
}

:is(.lab-simple-grid, .lab-text-section) > article.nt1 > .lab-contact-note {
  grid-column: 7 / 13;
  grid-row: 3;
  margin-top: clamp(1.2rem, 2vw, 1.8rem);
}

/* nt2 — headline first, copy arrives diagonally */
:is(.lab-simple-grid, .lab-text-section) > article.nt2::before {
  grid-column: 1;
  grid-row: 2;
  margin-top: clamp(2rem, 4vw, 4rem);
}

:is(.lab-simple-grid, .lab-text-section) > article.nt2 > h2 {
  grid-column: 1 / 9;
  grid-row: 1;
}

:is(.lab-simple-grid, .lab-text-section) > article.nt2 > p,
:is(.lab-simple-grid, .lab-text-section) > article.nt2 > .lab-prose {
  grid-column: 7 / 13;
  grid-row: 2;
  margin-top: clamp(3rem, 7vw, 6.8rem);
}

/* nt3 — right-set title, left-set reading column */
:is(.lab-simple-grid, .lab-text-section) > article.nt3::before {
  grid-column: 7 / 13;
  grid-row: 2;
  width: 100%;
  min-height: 1px;
  margin-top: clamp(1.8rem, 3vw, 3rem);
  background: linear-gradient(90deg, rgba(19, 32, 51, .5), transparent);
}

:is(.lab-simple-grid, .lab-text-section).is-dark > article.nt3::before {
  background: linear-gradient(90deg, rgba(248, 241, 231, .5), transparent);
}

:is(.lab-simple-grid, .lab-text-section) > article.nt3 > h2 {
  grid-column: 6 / 13;
  grid-row: 1;
  justify-self: end;
  text-align: right;
}

:is(.lab-simple-grid, .lab-text-section) > article.nt3 > p,
:is(.lab-simple-grid, .lab-text-section) > article.nt3 > .lab-prose {
  grid-column: 1 / 6;
  grid-row: 3;
  margin-top: clamp(2.8rem, 6vw, 5.8rem);
}

/* nt4 — stepped composition */
:is(.lab-simple-grid, .lab-text-section) > article.nt4::before {
  grid-column: 1;
  grid-row: 1 / 3;
}

:is(.lab-simple-grid, .lab-text-section) > article.nt4 > h2 {
  grid-column: 2 / 7;
  grid-row: 1;
}

:is(.lab-simple-grid, .lab-text-section) > article.nt4 > p,
:is(.lab-simple-grid, .lab-text-section) > article.nt4 > .lab-prose {
  grid-column: 5 / 12;
  grid-row: 2;
  margin-top: clamp(3.25rem, 7vw, 7rem);
}

/* nt5 — quiet, centered statement */
:is(.lab-simple-grid, .lab-text-section) > article.nt5 {
  display: block;
  width: min(100%, 66rem);
}

:is(.lab-simple-grid, .lab-text-section) > article.nt5::before {
  width: min(8rem, 18vw);
  min-height: 1px;
  margin: 0 auto clamp(2rem, 4vw, 3.5rem);
  background: rgba(19, 32, 51, .34);
}

:is(.lab-simple-grid, .lab-text-section).is-dark > article.nt5::before {
  background: rgba(248, 241, 231, .38);
}

:is(.lab-simple-grid, .lab-text-section) > article.nt5 > h2 {
  max-width: 22ch;
  margin-inline: auto;
  text-align: center;
}

:is(.lab-simple-grid, .lab-text-section) > article.nt5 > p,
:is(.lab-simple-grid, .lab-text-section) > article.nt5 > .lab-prose {
  width: min(100%, 46rem);
  margin: clamp(2.8rem, 5.5vw, 5rem) auto 0;
}

/* The content wrapper becomes layout-neutral so heading, copy, actions and
   image can form one editorial grid without changing the HTML hierarchy. */
:is(.lab-simple-grid, .lab-text-section) > article.with-image.ntz > div {
  display: contents;
}

:is(.lab-simple-grid, .lab-text-section) > article.with-image.ntz > img,
:is(.lab-simple-grid, .lab-text-section) > article.with-image.ntz > .motion-image-shell {
  z-index: 1;
  width: 100%;
  min-height: 0;
  box-shadow: 0 2rem 5rem rgba(17, 26, 42, .12);
}

:is(.lab-simple-grid, .lab-text-section) > article.with-image.ntz > img {
  height: 100%;
  overflow: hidden;
  object-fit: cover;
}

:is(.lab-simple-grid, .lab-text-section) > article.with-image.ntz > .motion-image-shell,
:is(.lab-simple-grid, .lab-text-section) > article.with-image.ntz > .motion-image-shell .motion-image-content {
  height: 100%;
}

:is(.lab-simple-grid, .lab-text-section) > article.with-image.ntz > .motion-image-shell {
  overflow: visible;
  background: transparent;
  box-shadow: none;
}

:is(.lab-simple-grid, .lab-text-section) > article.with-image.ntz > .motion-image-shell > .motion-image-float {
  box-shadow: 0 2rem 5rem rgba(17, 26, 42, .12);
}

:is(.lab-simple-grid, .lab-text-section) > article.with-image.ntz > div > .lab-contact-actions {
  z-index: 3;
  justify-content: flex-start;
}

/* Titles which cross the photograph use a true optical negative. */
:is(.lab-simple-grid, .lab-text-section) > article:is(.ntz1, .ntz2, .ntz3, .ntz5) h2 {
  color: #f6efe5;
  mix-blend-mode: difference;
}

/* ntz1 — compact image, title crossing its edge */
:is(.lab-simple-grid, .lab-text-section) > article.ntz1 > img,
:is(.lab-simple-grid, .lab-text-section) > article.ntz1 > .motion-image-shell {
  grid-column: 1 / 6;
  grid-row: 1 / 4;
  height: clamp(24rem, 38vw, 38rem);
  align-self: center;
}

:is(.lab-simple-grid, .lab-text-section) > article.ntz1 h2 {
  grid-column: 4 / 11;
  grid-row: 1;
  align-self: end;
  margin-top: clamp(3rem, 7vw, 7rem);
}

:is(.lab-simple-grid, .lab-text-section) > article.ntz1 > div > p,
:is(.lab-simple-grid, .lab-text-section) > article.ntz1 > div > .lab-prose {
  grid-column: 7 / 13;
  grid-row: 2;
  margin-top: clamp(2.6rem, 5vw, 4.8rem);
}

:is(.lab-simple-grid, .lab-text-section) > article.ntz1 > div > .lab-contact-actions {
  grid-column: 7 / 13;
  grid-row: 3;
  margin-top: clamp(1.8rem, 3vw, 2.8rem);
}

/* ntz2 — image-led editorial column */
:is(.lab-simple-grid, .lab-text-section) > article.ntz2 > img,
:is(.lab-simple-grid, .lab-text-section) > article.ntz2 > .motion-image-shell {
  grid-column: 1 / 5;
  grid-row: 1 / 4;
  height: clamp(27rem, 42vw, 42rem);
}

:is(.lab-simple-grid, .lab-text-section) > article.ntz2 h2 {
  grid-column: 3 / 10;
  grid-row: 1;
  align-self: center;
  margin-top: clamp(2rem, 5vw, 5rem);
}

:is(.lab-simple-grid, .lab-text-section) > article.ntz2 > div > p,
:is(.lab-simple-grid, .lab-text-section) > article.ntz2 > div > .lab-prose {
  grid-column: 6 / 13;
  grid-row: 2;
  margin-top: clamp(3rem, 6vw, 6rem);
}

:is(.lab-simple-grid, .lab-text-section) > article.ntz2 > div > .lab-contact-actions {
  grid-column: 6 / 13;
  grid-row: 3;
  margin-top: clamp(1.75rem, 3vw, 2.6rem);
}

/* ntz3 — copy left, cinematic frame right */
:is(.lab-simple-grid, .lab-text-section) > article.ntz3 > img,
:is(.lab-simple-grid, .lab-text-section) > article.ntz3 > .motion-image-shell {
  grid-column: 7 / 13;
  grid-row: 1 / 4;
  height: clamp(25rem, 36vw, 37rem);
}

:is(.lab-simple-grid, .lab-text-section) > article.ntz3 h2 {
  grid-column: 4 / 11;
  grid-row: 1;
  align-self: end;
  margin-left: clamp(1.25rem, 3vw, 3rem);
  margin-top: clamp(2rem, 5vw, 5rem);
}

:is(.lab-simple-grid, .lab-text-section) > article.ntz3 > div > p,
:is(.lab-simple-grid, .lab-text-section) > article.ntz3 > div > .lab-prose {
  grid-column: 1 / 6;
  grid-row: 2;
  margin-top: clamp(3rem, 6vw, 5.8rem);
}

:is(.lab-simple-grid, .lab-text-section) > article.ntz3 > div > .lab-contact-actions {
  grid-column: 1 / 6;
  grid-row: 3;
  margin-top: clamp(1.75rem, 3vw, 2.6rem);
}

/* ntz4 — centered frame, two-column reading field */
:is(.lab-simple-grid, .lab-text-section) > article.ntz4 h2 {
  grid-column: 3 / 11;
  grid-row: 1;
  max-width: 16ch;
  justify-self: center;
  text-align: center;
}

:is(.lab-simple-grid, .lab-text-section) > article.ntz4 > img,
:is(.lab-simple-grid, .lab-text-section) > article.ntz4 > .motion-image-shell {
  grid-column: 5 / 9;
  grid-row: 2;
  height: clamp(20rem, 28vw, 29rem);
  margin-top: clamp(2.8rem, 5vw, 4.8rem);
}

:is(.lab-simple-grid, .lab-text-section) > article.ntz4 > div > p,
:is(.lab-simple-grid, .lab-text-section) > article.ntz4 > div > .lab-prose {
  grid-column: 2 / 12;
  grid-row: 3;
  margin-top: clamp(3rem, 5vw, 5rem);
  column-count: 2;
  column-gap: clamp(3.5rem, 8vw, 8rem);
}

:is(.lab-simple-grid, .lab-text-section) > article.ntz4 > div > .lab-contact-actions {
  grid-column: 2 / 12;
  grid-row: 4;
  justify-content: center;
  margin-top: clamp(2rem, 3vw, 3rem);
}

/* ntz5 — portrait frame and long reading column */
:is(.lab-simple-grid, .lab-text-section) > article.ntz5 > img,
:is(.lab-simple-grid, .lab-text-section) > article.ntz5 > .motion-image-shell {
  grid-column: 1 / 6;
  grid-row: 1 / 4;
  height: clamp(32rem, 52vw, 52rem);
}

:is(.lab-simple-grid, .lab-text-section) > article.ntz5 h2 {
  grid-column: 4 / 11;
  grid-row: 1;
  align-self: center;
  margin-top: clamp(3rem, 8vw, 8rem);
}

:is(.lab-simple-grid, .lab-text-section) > article.ntz5 > div > p,
:is(.lab-simple-grid, .lab-text-section) > article.ntz5 > div > .lab-prose {
  grid-column: 7 / 13;
  grid-row: 2;
  margin-top: clamp(3rem, 6vw, 6rem);
}

:is(.lab-simple-grid, .lab-text-section) > article.ntz5 > div > .lab-contact-actions {
  grid-column: 7 / 13;
  grid-row: 3;
  margin-top: clamp(1.75rem, 3vw, 2.6rem);
}

@media (max-width: 980px) {
  :is(.lab-simple-grid, .lab-text-section) > article.nt,
  :is(.lab-simple-grid, .lab-text-section) > article.ntz {
    --editorial-heading: clamp(2.15rem, 9vw, 3.35rem);
    --editorial-copy: clamp(.94rem, 4vw, 1.02rem);
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    row-gap: 0;
  }

  :is(.lab-simple-grid, .lab-text-section) > article.nt::before {
    grid-column: 1;
    grid-row: 1;
    width: clamp(3rem, 16vw, 5rem);
    min-height: 1px;
    margin: 0 0 clamp(1.6rem, 7vw, 2.4rem);
    background: currentColor;
    opacity: .3;
  }

  :is(.lab-simple-grid, .lab-text-section) > article.nt > h2,
  :is(.lab-simple-grid, .lab-text-section) > article.nt > p,
  :is(.lab-simple-grid, .lab-text-section) > article.nt > .lab-prose {
    grid-column: 1;
    justify-self: stretch;
    text-align: left;
  }

  :is(.lab-simple-grid, .lab-text-section) > article.nt > h2 {
    grid-row: 2;
    min-width: 0;
    max-width: 14ch;
    overflow-wrap: anywhere;
    hyphens: auto;
  }

  :is(.lab-simple-grid, .lab-text-section) > article.nt > p,
  :is(.lab-simple-grid, .lab-text-section) > article.nt > .lab-prose {
    grid-row: 3;
    width: 100%;
    margin: clamp(2rem, 9vw, 3.2rem) 0 0;
  }

  :is(.lab-simple-grid, .lab-text-section) > article.nt1 > .lab-contact-actions {
    grid-column: 1;
    grid-row: 4;
    margin-top: clamp(1.6rem, 7vw, 2.3rem);
  }

  :is(.lab-simple-grid, .lab-text-section) > article.nt1 > .lab-contact-note {
    grid-column: 1;
    grid-row: 5;
  }

  :is(.lab-simple-grid, .lab-text-section) > article.nt5 > h2 {
    margin: 0;
    text-align: left;
  }

  :is(.lab-simple-grid, .lab-text-section) > article.with-image.ntz > div {
    display: contents;
  }

  :is(.lab-simple-grid, .lab-text-section) > article.with-image.ntz h2,
  :is(.lab-simple-grid, .lab-text-section) > article.with-image.ntz > img,
  :is(.lab-simple-grid, .lab-text-section) > article.with-image.ntz > .motion-image-shell,
  :is(.lab-simple-grid, .lab-text-section) > article.with-image.ntz > div > p,
  :is(.lab-simple-grid, .lab-text-section) > article.with-image.ntz > div > .lab-prose,
  :is(.lab-simple-grid, .lab-text-section) > article.with-image.ntz > div > .lab-contact-actions {
    grid-column: 1;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  :is(.lab-simple-grid, .lab-text-section) > article.with-image.ntz h2 {
    grid-row: 1;
    min-width: 0;
    max-width: 14ch;
    color: inherit;
    mix-blend-mode: normal;
    text-align: left;
    overflow-wrap: anywhere;
    hyphens: auto;
  }

  :is(.lab-simple-grid, .lab-text-section) > article.with-image.ntz > img,
  :is(.lab-simple-grid, .lab-text-section) > article.with-image.ntz > .motion-image-shell {
    grid-row: 2;
    height: clamp(17rem, 84vw, 27rem);
    margin-top: clamp(2rem, 9vw, 3.2rem);
  }

  :is(.lab-simple-grid, .lab-text-section) > article.with-image.ntz > div > p,
  :is(.lab-simple-grid, .lab-text-section) > article.with-image.ntz > div > .lab-prose {
    grid-row: 3;
    margin-top: clamp(2rem, 9vw, 3.2rem);
    column-count: 1;
  }

  :is(.lab-simple-grid, .lab-text-section) > article.with-image.ntz > div > .lab-contact-actions {
    grid-row: 4;
    margin-top: clamp(1.6rem, 7vw, 2.3rem);
  }

  :is(.lab-simple-grid, .lab-text-section) > article.ntz2 > img,
  :is(.lab-simple-grid, .lab-text-section) > article.ntz2 > .motion-image-shell,
  :is(.lab-simple-grid, .lab-text-section) > article.ntz5 > img,
  :is(.lab-simple-grid, .lab-text-section) > article.ntz5 > .motion-image-shell {
    height: clamp(22rem, 112vw, 36rem);
  }
}

.motion-image-veil {
  position: absolute;
  z-index: 3;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(247, 241, 232, .62), rgba(247, 241, 232, .2) 58%, transparent);
}

.motion-image-shell.is-motion-near .motion-image-veil {
  will-change: opacity;
}

.lab-animated-bold {
  font-weight: 560;
}

.lab-highlight {
  position: relative;
  color: inherit;
  background: transparent;
}


.lab-faq-list {
  width: min(100%, 76rem);
  margin: 0 auto;
}

.lab-faq-item {
  border-top: 1px solid rgba(248, 241, 231, .18);
}

.lab-faq-item:last-child {
  border-bottom: 1px solid rgba(248, 241, 231, .18);
}

.lab-faq-trigger {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 2.8rem;
  gap: 1.5rem;
  align-items: center;
  padding: 1.65rem 0;
  border: 0;
  background: transparent;
  color: #f8f1e7;
  font: inherit;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  font-size: clamp(1.08rem, 1.3vw, 1.32rem);
  text-align: left;
  cursor: pointer;
}

.lab-faq-trigger:focus-visible {
  outline: 1px solid rgba(197, 154, 75, .72);
  outline-offset: -1px;
}

.lab-faq-plus {
  position: relative;
  width: 2.55rem;
  height: 2.55rem;
  border: 1px solid rgba(248, 241, 231, .22);
  transition: border-color 420ms var(--lab-ease), background-color 420ms var(--lab-ease), transform 520ms var(--lab-ease);
}

.lab-faq-plus::before,
.lab-faq-plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: .92rem;
  height: 1px;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: opacity 420ms var(--lab-ease), transform 520ms var(--lab-ease);
}

.lab-faq-plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.lab-faq-trigger[aria-expanded="true"] .lab-faq-plus {
  transform: rotate(180deg);
  border-color: rgba(197, 154, 75, .7);
  background: rgba(197, 154, 75, .08);
}

.lab-faq-trigger[aria-expanded="true"] .lab-faq-plus::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(180deg);
}

.lab-faq-panel {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: height 720ms var(--lab-ease), opacity 500ms var(--lab-ease);
}

.lab-faq-panel > div {
  padding: 0 4.5rem 1.75rem 0;
}

.lab-faq-panel p {
  max-width: 62rem;
  margin: 0;
  color: rgba(248, 241, 231, .72);
  font-size: clamp(.98rem, 1.08vw, 1.08rem);
  line-height: 1.72;
}

.lab-icon-cards,
.lab-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.4rem, 3vw, 2.6rem);
}

.lab-icon-cards article {
  position: relative;
  isolation: isolate;
  display: grid;
  gap: .8rem;
  padding: 2rem .5rem;
  transition: color 760ms var(--lab-ease), transform 820ms var(--lab-ease);
}

.lab-icon-cards article::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -1.2rem -1.6rem;
  background: radial-gradient(circle at 28% 42%, rgba(65, 105, 165, .2), transparent 62%);
  filter: blur(1.2rem);
  opacity: 0;
  transform: scale(.9);
  transition: opacity 900ms var(--lab-ease), transform 1100ms var(--lab-ease);
}

.lab-icon-cards article:hover {
  color: #1c3d68;
  transform: translateY(-.22rem);
}

.lab-icon-cards article:hover::before {
  opacity: 1;
  transform: scale(1.04);
}

.lab-icon-cards article > i {
  color: var(--lab-gold);
  font-size: 2rem;
  transition: color 760ms var(--lab-ease), filter 900ms var(--lab-ease), transform 900ms var(--lab-ease);
}

.lab-icon-cards article:hover > i {
  color: #d2a44b;
  filter: drop-shadow(0 0 .8rem rgba(197, 154, 75, .44));
  transform: translateY(-.12rem) scale(1.035);
}

.lab-icon-cards h3 {
  margin: 0;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  font-size: 2rem;
  font-weight: 400;
}

.lab-icon-cards p {
  margin: 0;
  color: rgba(19, 32, 51, .68);
  font-size: 1.08rem;
  line-height: 1.55;
}

.lab-unity-section {
  overflow: clip;
}

.lab-unity-intro {
  width: min(100%, 64rem);
  margin: 0 auto;
}

.lab-unity-intro h2 {
  margin: 0 0 clamp(2rem, 4vw, 3.6rem);
  color: var(--lab-ink);
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  font-size: clamp(2.5rem, 4.4vw, 4.8rem);
  font-weight: 400;
  line-height: .98;
  text-align: center;
  text-wrap: balance;
}

.lab-unity-intro p {
  margin: 0;
  color: rgba(19, 32, 51, .72);
  font-size: clamp(1.05rem, 1.4vw, 1.28rem);
  line-height: 1.65;
  text-align: left;
}

.lab-unity-intro strong,
.lab-unity-principle strong {
  color: inherit;
}

.lab-unity-scene {
  width: min(100%, 64rem);
  margin: clamp(4.5rem, 9vw, 8rem) auto 0;
}

.lab-unity-stage {
  position: relative;
  display: grid;
  color: var(--lab-ink);
}

.lab-unity-principle {
  display: grid;
  gap: 1rem;
  padding: clamp(1.8rem, 7vw, 3.5rem) 0;
  border-top: 1px solid rgba(19, 32, 51, .18);
}

.lab-unity-principle:last-of-type {
  border-bottom: 1px solid rgba(19, 32, 51, .18);
}

.lab-unity-word {
  margin: 0;
  color: var(--lab-ink);
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  font-size: clamp(2.8rem, 12vw, 4.9rem);
  font-weight: 400;
  line-height: .92;
  letter-spacing: -.035em;
}

.lab-unity-principle p {
  max-width: 38rem;
  margin: 0;
  color: rgba(19, 32, 51, .72);
  font-size: clamp(.98rem, 3.8vw, 1.1rem);
  line-height: 1.6;
  text-wrap: pretty;
}

.lab-unity-media {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  margin: clamp(3rem, 10vw, 5rem) 0 0;
}

.lab-unity-media-frame {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #17243a;
  transform-origin: 50% 50%;
}

.lab-unity-media-frame::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, rgba(7, 13, 22, .04) 30%, rgba(7, 13, 22, .72) 100%);
}

.lab-unity-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 56% 50%;
}

.lab-unity-final {
  position: absolute;
  z-index: 2;
  right: clamp(1.3rem, 6vw, 3rem);
  bottom: clamp(1.4rem, 7vw, 3.4rem);
  left: clamp(1.3rem, 6vw, 3rem);
  margin: 0;
  color: #fffaf2;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  font-size: clamp(3.2rem, 14vw, 6rem);
  font-weight: 400;
  line-height: .78;
  letter-spacing: -.055em;
  text-transform: uppercase;
}

.lab-unity-final span {
  display: block;
}

@media (min-width: 981px) and (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .lab-unity-section {
    padding-bottom: 0;
  }

  .lab-unity-scene {
    width: 100vw;
    max-width: none;
    margin-top: clamp(4.5rem, 8vw, 8rem);
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }

  .lab-unity-stage {
    display: block;
    width: 100%;
    height: calc(100svh - var(--live-header-height));
    min-height: 0;
    overflow: hidden;
    isolation: isolate;
    background: var(--lab-cream);
  }

  .lab-unity-media {
    position: absolute;
    z-index: 1;
    top: calc(50% - min(34svh, 24rem));
    left: calc(50% - min(36vw, 44rem));
    width: min(72vw, 88rem);
    height: min(68svh, 48rem);
    aspect-ratio: auto;
    margin: 0;
    transform-origin: 50% 50%;
    backface-visibility: hidden;
  }

  .lab-unity-media-frame {
    backface-visibility: hidden;
  }

  .lab-unity-media-frame::after {
    background:
      linear-gradient(180deg, rgba(7, 13, 22, .06) 28%, rgba(7, 13, 22, .6) 100%),
      linear-gradient(90deg, rgba(7, 13, 22, .12), transparent 32%, transparent 68%, rgba(7, 13, 22, .12));
  }

  .lab-unity-media img {
    object-position: center;
  }

  .lab-unity-principle {
    position: absolute;
    z-index: auto;
    gap: clamp(1.5rem, 2.5vw, 3.2rem);
    padding: 0;
    border: 0;
    pointer-events: none;
  }

  .lab-unity-principle:last-of-type {
    border-bottom: 0;
  }

  .lab-unity-word {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: clamp(4.8rem, 8.6vw, 10.5rem);
    line-height: .76;
    letter-spacing: -.06em;
    text-transform: uppercase;
    mix-blend-mode: difference;
    will-change: transform, opacity;
  }

  .lab-unity-principle p {
    position: relative;
    z-index: 4;
    max-width: none;
    color: rgba(19, 32, 51, .78);
    font-size: clamp(.76rem, .88vw, .96rem);
    line-height: 1.44;
    will-change: transform, opacity;
  }

  .lab-unity-principle.is-law {
    top: 14%;
    left: 2.5vw;
    grid-template-columns: clamp(11.5rem, 14vw, 15.5rem) minmax(0, 1fr);
    width: min(90vw, 108rem);
    align-items: start;
  }

  .lab-unity-principle.is-law .lab-unity-word {
    grid-column: 2;
    grid-row: 1;
    justify-self: start;
  }

  .lab-unity-principle.is-law p {
    grid-column: 1;
    grid-row: 1;
    margin-top: .15rem;
  }

  .lab-unity-principle.is-capital {
    top: 40%;
    right: 2.5vw;
    grid-template-columns: minmax(0, 1fr) clamp(12.5rem, 17vw, 18rem);
    width: min(82vw, 98rem);
    align-items: center;
  }

  .lab-unity-principle.is-capital .lab-unity-word {
    grid-column: 1;
    grid-row: 1;
    justify-self: end;
  }

  .lab-unity-principle.is-capital p {
    grid-column: 2;
    grid-row: 1;
  }

  .lab-unity-principle.is-execution {
    top: auto;
    right: auto;
    bottom: clamp(1.4rem, 3vh, 2.5rem);
    left: 17vw;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: clamp(.65rem, 1.35vh, 1rem);
    width: clamp(30rem, 52vw, 64rem);
    align-items: start;
  }

  .lab-unity-principle.is-execution .lab-unity-word {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    font-size: clamp(3rem, min(5.4vw, 8.6vh), 7rem);
  }

  .lab-unity-principle.is-execution p {
    grid-column: 1;
    grid-row: 2;
    width: 100%;
    margin-top: 0;
    font-size: clamp(.74rem, min(.82vw, 1.55vh), .94rem);
    line-height: 1.42;
  }

  .lab-unity-final {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    width: 78%;
    color: #fffaf2;
    font-size: clamp(5rem, 8.4vw, 10.5rem);
    line-height: .72;
    text-align: left;
    transform: translate(-50%, -46%);
    text-shadow: 0 .08em .34em rgba(3, 8, 14, .22);
    will-change: transform, opacity;
  }

  html.bc-motion-ready .lab-unity-final {
    visibility: hidden;
    opacity: 0;
    transform: none;
  }
}


.lab-contact {
  display: grid;
  place-items: center;
  text-align: center;
}

.lab-contact > div {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: clamp(1rem, 2.4vw, 2.6rem);
  width: min(100%, 90rem);
  text-align: left;
}

.lab-contact h2 {
  grid-column: 1 / 6;
  grid-row: 1;
  text-align: left;
}

.lab-contact > div > p {
  grid-column: 7 / 13;
  grid-row: 1;
  margin-top: 0;
  text-align: left;
}

.lab-contact-actions {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: .9rem;
  margin-top: 1.8rem;
}

.lab-contact > div > .lab-contact-actions {
  grid-column: 7 / 13;
  grid-row: 2;
  width: 100%;
}

.lab-contact > div > .lab-contact-actions .hero-button {
  flex: 1 1 0;
  width: auto;
  min-width: 0;
}

.lab-contact .lab-contact-note {
  grid-column: 7 / 13;
  grid-row: 3;
  margin: clamp(1.6rem, 3vw, 2.3rem) auto 0;
  color: rgba(19, 32, 51, .52);
  font-size: .9rem;
  line-height: 1.6;
  text-align: center;
}

@media (max-width: 980px) {
  .lab-contact > div {
    grid-template-columns: minmax(0, 1fr);
  }

  .lab-contact h2,
  .lab-contact > div > p,
  .lab-contact > div > .lab-contact-actions,
  .lab-contact .lab-contact-note {
    grid-column: 1;
  }

  .lab-contact h2 {
    grid-row: 1;
  }

  .lab-contact > div > p {
    grid-row: 2;
    margin-top: clamp(2rem, 9vw, 3.2rem);
  }

  .lab-contact > div > .lab-contact-actions {
    grid-row: 3;
  }

  .lab-contact .lab-contact-note {
    grid-row: 4;
  }
}

.lab-related-grid a {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 7rem;
  padding: 1.65rem 1.8rem;
  border: 1px solid rgba(19, 32, 51, .18);
  color: var(--lab-ink);
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.1;
  text-decoration: none;
  transition: color 760ms var(--lab-ease), border-color 760ms var(--lab-ease), transform 820ms var(--lab-ease), box-shadow 900ms var(--lab-ease);
}

.lab-related-grid a::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(110deg, #17263f 0%, #203655 58%, #17263f 100%);
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform 900ms var(--lab-ease);
}

.lab-related-grid a i {
  flex: 0 0 auto;
  font-size: 1rem;
  transition: transform 480ms var(--lab-ease);
}

.lab-related-grid a:hover,
.lab-related-grid a:focus-visible {
  transform: translateY(-.18rem);
  border-color: #17263f;
  color: #fffaf2;
  box-shadow: 0 1.35rem 3.2rem rgba(21, 36, 59, .14);
}

.lab-related-grid a:hover::before,
.lab-related-grid a:focus-visible::before {
  transform: scaleX(1);
}

.lab-related-grid a:hover i,
.lab-related-grid a:focus-visible i {
  transform: translateX(.45rem);
}

.lab-boundary-list {
  display: grid;
}

.lab-boundary-item {
  position: relative;
  min-height: 6.4rem;
  overflow: hidden;
  border-top: 1px solid rgba(248, 241, 231, .18);
  outline: none;
}

.lab-boundary-item:last-child {
  border-bottom: 1px solid rgba(248, 241, 231, .18);
}

.lab-boundary-item > p {
  display: flex;
  align-items: center;
  min-height: 6.4rem;
  margin: 0;
  color: rgba(248, 241, 231, .82);
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  font-size: clamp(1.35rem, 2.1vw, 2.15rem);
  line-height: 1.12;
  transition: opacity 360ms var(--lab-ease), transform 520ms var(--lab-ease);
}

.lab-boundary-detail {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  padding: 1.15rem 1.35rem;
  background: #24344e;
  color: #fffaf2;
  font-size: clamp(.98rem, 1.3vw, 1.15rem);
  line-height: 1.45;
  transition: transform 620ms var(--lab-ease), opacity 420ms var(--lab-ease);
}

.lab-boundary-item.from-left .lab-boundary-detail {
  transform: translateX(-102%);
}

.lab-boundary-item.from-right .lab-boundary-detail {
  transform: translateX(102%);
}

.lab-boundary-item:hover > p,
.lab-boundary-item:focus > p,
.lab-boundary-item:focus-within > p {
  opacity: .2;
  transform: translateX(.5rem);
}

.lab-boundary-item:hover .lab-boundary-detail,
.lab-boundary-item:focus .lab-boundary-detail,
.lab-boundary-item:focus-within .lab-boundary-detail {
  transform: translateX(0);
}

.lab-boundaries-long .lab-boundary-item,
.lab-boundaries-long .lab-boundary-item > p {
  min-height: 7.6rem;
}

.lab-boundaries-long .lab-boundary-detail {
  font-size: clamp(.93rem, 1.1vw, 1.08rem);
}

.lab-boundaries.is-boundary-narrator-ready {
  position: relative;
}

@media (min-width: 981px) {
  .lab-boundaries.is-boundary-narrator-ready {
    grid-template-columns: minmax(0, 1.15fr) minmax(19rem, .85fr);
    gap: clamp(5.5rem, 8.5vw, 10rem);
    padding-inline: max(6rem, calc((100vw - 90rem) / 2));
  }

  .lab-boundaries.is-boundary-narrator-ready > .lab-boundary-list {
    grid-column: 1;
    grid-row: 1;
  }

  .lab-boundaries.is-boundary-narrator-ready > .lab-sticky-copy {
    grid-column: 2;
    grid-row: 1;
    top: var(--boundary-sticky-top, clamp(7.5rem, 16vh, 10rem));
  }

  .lab-boundaries.is-boundary-narrator-ready > .lab-sticky-copy h2 {
    font-size: var(
      --boundary-heading-size,
      clamp(2.55rem, 4vw, 5rem)
    );
  }
}

.lab-boundaries.is-boundary-narrator-ready .is-boundary-narrator-source,
.lab-boundaries.is-boundary-narrator-ready .lab-boundary-detail {
  display: none;
}

.lab-boundary-narrator {
  position: relative;
  height: max(var(--boundary-narrator-height, 7.8rem), 7.8rem);
  margin-top: 1.15rem;
}

.lab-boundary-narrator-text,
.lab-boundary-narrator-measure {
  position: absolute;
  inset: 0;
  margin: 0;
}

.lab-boundary-narrator-measure {
  z-index: -1;
  visibility: hidden;
  pointer-events: none;
}

.lab-boundaries.is-boundary-narrator-ready .lab-boundary-item {
  overflow: visible;
  cursor: default;
  transition:
    border-color 580ms var(--lab-ease),
    box-shadow 680ms var(--lab-ease);
}

.lab-boundaries.is-boundary-narrator-ready .lab-boundary-item::before {
  display: none;
}

.lab-boundaries.is-boundary-narrator-ready .lab-boundary-item > p,
.lab-boundaries.is-boundary-narrator-ready .lab-boundary-item:hover > p,
.lab-boundaries.is-boundary-narrator-ready .lab-boundary-item:focus > p,
.lab-boundaries.is-boundary-narrator-ready .lab-boundary-item:focus-within > p {
  opacity: .72;
  transform: none;
  transition:
    color 540ms var(--lab-ease),
    opacity 540ms var(--lab-ease);
}

.lab-boundaries.is-boundary-narrator-ready .lab-boundary-item.is-boundary-active {
  border-top-color: rgba(248, 241, 231, .52);
  box-shadow: inset 0 -1px rgba(248, 241, 231, .4);
}

.lab-boundaries.is-boundary-narrator-ready .lab-boundary-item.is-boundary-active > p {
  color: #fffaf2;
  opacity: 1;
}

.lab-boundary-arrow {
  --boundary-arrow-x: 0px;
  --boundary-arrow-y: 0px;
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  display: block;
  width: clamp(3rem, 3.25vw, 3.8rem);
  color: rgba(255, 250, 242, .96);
  opacity: 0;
  pointer-events: none;
  transform:
    translate3d(var(--boundary-arrow-x), var(--boundary-arrow-y), 0)
    translate(-50%, -50%);
  transition: opacity 420ms var(--lab-ease);
}

.lab-boundary-arrow svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

.lab-boundary-arrow path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
  vector-effect: non-scaling-stroke;
}

.lab-boundary-arrow-line {
  stroke-dasharray: 42;
  stroke-dashoffset: 42;
  transition: stroke-dashoffset 680ms cubic-bezier(.16, 1, .3, 1);
}

.lab-boundary-arrow-tip {
  opacity: 0;
  transform: translateX(-.3rem);
  transform-origin: 43px 14px;
  transition:
    opacity 320ms var(--lab-ease) 150ms,
    transform 560ms cubic-bezier(.16, 1, .3, 1) 90ms;
}

.lab-boundary-arrow.is-section-visible.is-visible {
  opacity: 1;
}

.lab-boundary-arrow.is-visible .lab-boundary-arrow-line {
  stroke-dashoffset: 0;
}

.lab-boundary-arrow.is-visible .lab-boundary-arrow-tip {
  opacity: 1;
  transform: none;
}

.lab-boundary-mobile-panel {
  display: none;
}

@media (max-width: 980px), (hover: none), (pointer: coarse) {
  .lab-boundary-arrow,
  .lab-boundary-narrator {
    display: none;
  }

  .lab-boundaries.is-boundary-narrator-ready .is-boundary-narrator-source {
    display: block;
  }

  .lab-boundaries.is-boundary-narrator-ready .lab-boundary-item > p,
  .lab-boundaries.is-boundary-narrator-ready .lab-boundary-item:hover > p,
  .lab-boundaries.is-boundary-narrator-ready .lab-boundary-item:focus > p,
  .lab-boundaries.is-boundary-narrator-ready .lab-boundary-item:focus-within > p {
    color: rgba(248, 241, 231, .68);
    opacity: 1;
  }

  .lab-boundaries.is-boundary-narrator-ready .lab-boundary-item.is-boundary-active {
    border-top-color: rgba(248, 241, 231, .5);
    box-shadow: inset 0 -1px rgba(248, 241, 231, .4);
  }

  .lab-boundaries.is-boundary-narrator-ready .lab-boundary-item.is-boundary-active > p {
    color: #fffaf2;
  }

  .lab-boundaries.is-boundary-narrator-ready .lab-boundary-item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -.72rem;
    display: block;
    width: 1px;
    height: 1.5rem;
    border: 0;
    border-radius: 0;
    background: rgba(255, 250, 242, .94);
    opacity: 0;
    transform: translateY(-50%) scaleY(.3);
    transform-origin: 50% 50%;
    transition:
      opacity 360ms var(--lab-ease),
      transform 620ms cubic-bezier(.16, 1, .3, 1);
  }

  .lab-boundaries.is-boundary-narrator-ready .lab-boundary-item.is-boundary-active::before {
    opacity: 1;
    transform: translateY(-50%) scaleY(1);
  }

  .lab-boundaries.is-boundary-panel-visible .lab-boundary-list {
    padding-bottom:
      calc(var(--boundary-panel-height, 11rem) + env(safe-area-inset-bottom) + 4rem);
  }

  .lab-boundary-mobile-panel {
    position: fixed;
    z-index: 68;
    right: 1rem;
    bottom: calc(1rem + env(safe-area-inset-bottom));
    left: 1rem;
    display: block;
    max-height: 30vh;
    overflow: hidden;
    border: 1px solid rgba(248, 241, 231, .22);
    background: #142238;
    color: #fffaf2;
    box-shadow: 0 1.6rem 4.5rem rgba(3, 8, 15, .38);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate3d(0, 1rem, 0);
    transition:
      opacity 460ms var(--lab-ease),
      transform 620ms cubic-bezier(.16, 1, .3, 1),
      visibility 0s linear 620ms;
  }

  .lab-boundary-mobile-panel.is-visible {
    opacity: 1;
    visibility: visible;
    transform: none;
    transition-delay: 0s;
  }

  .lab-boundary-mobile-panel-content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: .85rem;
    padding: clamp(.9rem, 3.8vw, 1.2rem) clamp(1.05rem, 4.5vw, 1.4rem)
      clamp(1rem, 4.2vw, 1.3rem);
  }

  .lab-boundary-mobile-panel-number {
    display: block;
    width: 100%;
    padding-bottom: .72rem;
    border-bottom: 1px solid rgba(255, 250, 242, .16);
    color: #fff;
    font-size: .72rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .17em;
    text-align: center;
    white-space: nowrap;
  }

  .lab-boundary-mobile-panel-text {
    margin: 0;
    color: rgba(255, 250, 242, .92);
    font-size: clamp(.9rem, 3.65vw, 1rem);
    line-height: 1.5;
  }
}

body[data-template-lab="true"] .modal-intents,
body[data-template-lab="true"] .modal-intents.is-channel-view {
  transition: opacity 240ms var(--lab-ease), transform 320ms var(--lab-ease);
}

body[data-template-lab="true"] .modal-backdrop {
  background: rgba(10, 16, 25, .68);
  backdrop-filter: blur(18px) saturate(.78);
}

body[data-template-lab="true"] .modal-panel {
  width: min(calc(100% - 2rem), 54rem);
  padding: clamp(2rem, 4vw, 3.25rem);
  border: 1px solid rgba(19, 32, 51, .12);
  background: rgba(250, 246, 239, .985);
  box-shadow: 0 2.8rem 8rem rgba(7, 13, 22, .32);
}

body[data-template-lab="true"] .modal-title {
  max-width: 15ch;
  font-size: clamp(2.5rem, 5vw, 4.65rem);
  line-height: .94;
}

body[data-template-lab="true"] .modal-copy {
  max-width: 39rem;
  font-size: 1.05rem;
}

body[data-template-lab="true"] .modal-intents:not(.is-channel-view) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body[data-template-lab="true"] .intent-link {
  position: relative;
  overflow: hidden;
  min-height: 6rem;
  align-content: center;
  padding: 1.15rem 1.25rem;
  background: rgba(255, 253, 249, .7);
  transition: transform 620ms var(--lab-ease), border-color 620ms var(--lab-ease), box-shadow 720ms var(--lab-ease), background-color 720ms var(--lab-ease);
}

body[data-template-lab="true"] .intent-link:hover,
body[data-template-lab="true"] .intent-link:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(53, 93, 148, .38);
  background: #fffdf9;
  box-shadow: 0 1.4rem 3.5rem rgba(17, 26, 42, .1);
}

body[data-template-lab="true"] .modal-channel-link {
  min-height: 7rem;
  text-align: center;
}

body[data-template-lab="true"] .site-footer {
  transform: none;
  opacity: 1;
}

.lab-app-section .assessment-stage {
  border-color: rgba(19, 32, 51, .14);
  background: rgba(255, 253, 249, .98);
  box-shadow: 0 2rem 5rem rgba(17, 26, 42, .09);
}

.lab-app-section .assessment-option {
  position: relative;
  overflow: hidden;
  background: #fffdf9;
  transition: transform 520ms var(--lab-ease), border-color 520ms var(--lab-ease), box-shadow 640ms var(--lab-ease), background-color 640ms var(--lab-ease);
}

.lab-app-section .assessment-option.is-selected {
  border-color: rgba(42, 73, 116, .64);
  background: #fff;
  box-shadow: inset .22rem 0 0 #294976, 0 1.15rem 2.8rem rgba(17, 26, 42, .1);
}

body[data-template-lab="true"] .assessment-report-panel {
  border: 1px solid rgba(19, 32, 51, .12);
  background: #faf6ef;
  box-shadow: 0 3rem 9rem rgba(7, 13, 22, .38);
}

body[data-template-lab="true"] .assessment-report-card {
  background: #fffdf9;
  box-shadow: 0 1rem 2.5rem rgba(17, 26, 42, .045);
}

body[data-template-lab="true"] .assessment-report-card.is-direction {
  background: #17263f;
  color: #fffaf2;
}

body[data-template-lab="true"] .assessment-report-card.is-direction .assessment-report-card-label,
body[data-template-lab="true"] .assessment-report-card.is-direction .assessment-report-card-copy,
body[data-template-lab="true"] .assessment-report-card.is-direction .assessment-report-metric span {
  color: rgba(255, 250, 242, .74);
}

body[data-template-lab="true"] .assessment-report-card.is-primary {
  background: #17263f;
  color: #fffaf2;
}

body[data-template-lab="true"] .assessment-report-card.is-primary .assessment-report-card-label,
body[data-template-lab="true"] .assessment-report-card.is-primary .assessment-report-card-copy {
  color: rgba(255, 250, 242, .76);
}

body[data-template-lab="true"] .assessment-report-card.is-primary .assessment-report-card-title {
  color: #fffaf2;
}

body[data-template-lab="true"] .assessment-report-card.is-primary .assessment-gauge-track {
  stroke: rgba(255, 250, 242, .18);
}

body[data-template-lab="true"] .assessment-report-card.is-primary .assessment-gauge-value {
  stroke: #d7b36b;
}

body[data-template-lab="true"] .assessment-report-card.is-primary .assessment-gauge-text {
  fill: #fffaf2;
}

.lab-mobile-sticky-title {
  display: none;
}

body[data-template-lab="true"] .modal-intents.is-changing {
  opacity: 0;
  transform: translateY(.45rem);
}

body[data-template-lab="true"] .modal-intents.is-channel-view {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body[data-template-lab="true"] .modal-back-button {
  grid-column: 1 / -1;
  justify-self: center;
  border: 0;
  background: transparent;
  color: rgba(19, 32, 51, .72);
  font: inherit;
  cursor: pointer;
}

@media (max-width: 980px) {
  body[data-template-lab="true"] .hero-lab .hero-copy,
  body[data-template-lab="true"] .hero-lab .hero-title,
  body[data-template-lab="true"] .hero-lab .hero-title-text,
  body[data-template-lab="true"] .hero-lab .hero-description,
  body[data-template-lab="true"] .hero-lab .hero-actions,
  .lab-section,
  .lab-section > *,
  .lab-section article,
  .lab-section header {
    min-width: 0;
  }

  .lab-section :is(h1, h2, h3) {
    overflow-wrap: anywhere;
    hyphens: auto;
  }

  .lab-proof-section .assessment-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lab-proof-section .assessment-stat-button:nth-child(2) {
    border-right: 0;
  }

  .lab-proof-section .assessment-stat-button:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(19, 32, 51, .16);
  }

  .lab-statement,
  .lab-services,
  .lab-boundaries,
  :is(.lab-simple-grid, .lab-text-section) .with-image {
    grid-template-columns: 1fr;
  }

  :is(.lab-simple-grid, .lab-text-section) .with-image.image-left {
    grid-template-columns: 1fr;
  }

  :is(.lab-simple-grid, .lab-text-section) .with-image.image-left > div {
    grid-column: 1;
    grid-row: 1;
  }

  :is(.lab-simple-grid, .lab-text-section) .with-image.image-left > img,
  :is(.lab-simple-grid, .lab-text-section) .with-image.image-left > .motion-image-shell {
    grid-column: 1;
    grid-row: 2;
  }

  .lab-statement {
    gap: 2.5rem;
  }

  .lab-section-label {
    justify-self: start;
  }

  .lab-sticky-copy {
    position: static;
    max-width: 60rem;
    margin: 0 auto;
    text-align: center;
    opacity: 1;
    transform: none;
  }

  .lab-mobile-sticky-title {
    position: fixed;
    z-index: 64;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    display: grid;
    gap: .2rem;
    padding: .85rem 1rem;
    border: 1px solid rgba(248, 241, 231, .16);
    background: rgba(16, 25, 39, .9);
    color: #fff8ed;
    box-shadow: 0 1.5rem 4rem rgba(6, 12, 20, .32);
    backdrop-filter: blur(16px);
    opacity: 0;
    pointer-events: none;
    transform: translateY(1rem);
    transition: opacity 760ms var(--lab-ease), transform 900ms var(--lab-ease);
  }

  .lab-mobile-sticky-title.motion-active {
    opacity: 1;
    transform: none;
  }

  .lab-mobile-sticky-title span {
    color: rgba(248, 241, 231, .58);
    font-size: .66rem;
    letter-spacing: .18em;
    text-transform: uppercase;
  }

  .lab-mobile-sticky-title strong {
    overflow: hidden;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
    font-size: 1.05rem;
    font-weight: 400;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lab-logo-video {
    grid-template-columns: minmax(10rem, .5fr) minmax(20rem, 1.5fr);
  }

  .lab-icon-cards,
  .lab-related-grid,
  .lab-service-words-grid {
    grid-template-columns: 1fr;
  }

}

@media (min-width: 681px) {
  body[data-template-lab="true"] .hero-lab .hero-grid {
    width: min(calc(100% - 6rem), 96rem);
  }

  body[data-template-lab="true"] .hero-lab .hero-copy {
    width: 100%;
    max-width: 88rem;
  }

  .lab-section {
    padding-inline: max(5rem, calc((100vw - 90rem) / 2));
  }
}

@media (max-width: 680px) {
  .lab-achievements-shell {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .lab-achievements-viewport {
    grid-column: 1 / -1;
    grid-row: 1;
    width: calc(100% + 1.5rem);
    margin-left: -.75rem;
  }

  .lab-achievements-nav {
    position: static;
    width: 3.8rem;
    height: 3.8rem;
  }

  .lab-achievements-nav.is-prev {
    justify-self: end;
  }

  .lab-achievements-nav.is-next {
    justify-self: start;
  }

  .lab-achievement-card {
    flex-basis: min(76vw, 18rem);
  }

  body[data-template-lab="true"] .hero-lab .hero-grid {
    width: min(calc(100% - 1.4rem), 34rem);
    height: 100%;
    min-height: 100%;
    padding: 1rem .7rem 1.15rem;
  }

  body[data-template-lab="true"] .hero-lab .hero-title {
    max-width: 100%;
    font-size: clamp(2.75rem, min(12vw, 8.8vh), 4.35rem);
  }

  body[data-template-lab="true"] .hero-lab .hero-title-text {
    display: block;
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  body[data-template-lab="true"] .hero-lab .hero-brand.wordmark {
    display: block;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    font-size: clamp(.76rem, 3.2vw, .9rem);
    line-height: 1.25;
    overflow-wrap: anywhere;
    white-space: normal;
  }

  body[data-template-lab="true"] .hero-lab .hero-description {
    font-size: 1.05rem;
  }

  body[data-template-lab="true"] .hero-lab .hero-actions {
    width: min(100%, 24rem);
    margin-right: auto;
    margin-left: auto;
  }

  body[data-template-lab="true"] .modal-panel {
    width: min(calc(100% - 1rem), 34rem);
    padding: 1.8rem 1rem 1.15rem;
  }

  body[data-template-lab="true"] .modal-intents:not(.is-channel-view) {
    grid-template-columns: 1fr;
  }

  .lab-proof-section .assessment-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lab-proof-section .assessment-stat-button {
    min-width: 0;
    min-height: 8.9rem;
    padding: 1.25rem .8rem;
    align-content: center;
    gap: .38rem;
  }

  .lab-proof-section .assessment-stat-button:nth-child(even) {
    border-right: 0;
  }

  .lab-proof-section .assessment-stat-button:nth-child(4) {
    display: flex;
  }

  .lab-proof-section .assessment-stat-button:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(19, 32, 51, .16) !important;
  }

  .lab-proof-section .assessment-stat-value {
    max-width: 100%;
    font-size: clamp(1.65rem, 7.2vw, 2.15rem);
    line-height: 1;
    white-space: nowrap;
  }

  .lab-proof-section .assessment-stat-label {
    margin-top: 0;
    font-size: clamp(.74rem, 3.15vw, .88rem);
    line-height: 1.24;
    overflow-wrap: anywhere;
  }

  .lab-proof-section .assessment-stat-arrow {
    top: .7rem;
    right: .65rem;
    font-size: .72rem;
  }

  .lab-section {
    padding: 4.7rem 1.2rem;
  }

  .lab-section:is(.lab-text-section, .lab-prose-section) {
    --lab-text-section-space: 4.7rem;
  }

  body[data-template-lab="true"] .hero-lab {
    height: 100svh;
    min-height: 38rem;
  }

  body[data-template-lab="true"] .lab-statement .lab-reveal-text {
    min-width: 0;
    max-width: 100%;
    font-size: clamp(2.15rem, 9vw, 3.25rem);
    overflow-wrap: anywhere;
    hyphens: auto;
  }

  .lab-logo-video {
    grid-template-columns: 1fr;
    gap: 2.3rem;
    padding: 4.7rem 0 0 1.2rem;
  }

  .lab-section.lab-logo-video + .lab-section.lab-service-words {
    margin-top: 0;
    padding-top: calc(4.7rem + 3.25rem);
  }

  .lab-logo-wrap {
    justify-content: start;
    padding-right: 1.2rem;
  }

  .lab-logo-wrap img {
    width: 12rem;
  }

  .lab-video-card {
    width: 100%;
    min-height: 14rem;
    aspect-ratio: 16 / 8.5;
  }

  .lab-service-actions {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: .45rem;
  }

  .lab-button {
    min-height: 4.4rem;
    padding: .7rem .55rem;
    font-size: .82rem;
  }

  :is(.lab-simple-grid, .lab-text-section) img {
    min-height: 18rem;
  }

  .lab-faq-panel > div {
    padding-right: 0;
  }

  body[data-template-lab="true"] .modal-intents.is-channel-view {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 681px) and (max-height: 760px) {
  body[data-template-lab="true"] .hero-lab .hero-brand {
    font-size: .84rem;
  }

  body[data-template-lab="true"] .hero-lab .hero-title {
    font-size: clamp(3rem, min(6.5vw, 9.5vh), 5rem);
  }

  body[data-template-lab="true"] .hero-lab .hero-description {
    max-width: 47rem;
    font-size: clamp(.95rem, 2.1vh, 1.1rem);
  }

  body[data-template-lab="true"] .hero-button {
    min-height: 3.15rem;
  }
}

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

/* Cinematic bullet format */
.lab-bullets {
  --bullet-stage-center: 43%;
  --bullet-media-width: clamp(21rem, 42vw, 39rem);
  overflow: clip;
  padding-right: 0;
  padding-left: 0;
}

.lab-bullets-head {
  position: relative;
  z-index: 7;
  width: min(100% - 2.7rem, 72rem);
  margin: 0 auto clamp(2.5rem, 5vw, 4.5rem);
}

.lab-bullets-head h2 {
  max-width: 68rem;
  margin: 0 auto;
  text-align: center;
  text-wrap: balance;
}

.lab-bullets.is-dark .lab-bullets-head > p {
  width: min(100%, 58rem);
  margin: clamp(1.35rem, 2.5vw, 2rem) auto 0;
  color: rgba(248, 241, 231, .78);
  text-align: left;
}

.lab-bullet-stage {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 44rem;
  padding: 0 max(1.35rem, calc((100vw - 90rem) / 2));
  isolation: isolate;
}

.lab-bullet-media {
  position: relative;
  width: var(--bullet-media-width);
  aspect-ratio: 3 / 2;
  margin: 0 auto clamp(2rem, 4vw, 3.5rem);
  overflow: hidden;
  background: #0b1524;
  box-shadow: 0 2.6rem 7rem rgba(2, 7, 14, .38);
}

.lab-bullet-media::after {
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 15, 27, .08), rgba(7, 15, 27, .23));
  content: "";
  pointer-events: none;
}

.lab-bullet-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.78) contrast(1.04);
}

.lab-bullet-list {
  display: grid;
  width: min(100%, 68rem);
  gap: 2.6rem;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.lab-bullet-item {
  display: grid;
  gap: 1.15rem;
  padding: 0;
  color: #fffaf2;
  text-align: center;
}

.lab-bullet-claim {
  margin: 0;
  color: #fffaf2;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  font-size: clamp(2.65rem, 5.4vw, 6.4rem);
  font-weight: 400;
  line-height: .91;
  letter-spacing: -.045em;
  text-wrap: balance;
}

.lab-bullet-line {
  display: block;
}

.lab-bullets.is-dark .lab-bullet-description {
  width: min(100%, 58rem);
  margin: 0 auto;
  color: rgba(248, 241, 231, .76);
  font-size: clamp(.98rem, 1.24vw, 1.13rem);
  line-height: 1.58;
  text-align: left;
}

.lab-bullet-finale {
  position: relative;
  z-index: 6;
  display: flex;
  justify-content: center;
  gap: clamp(2.5rem, 7vw, 6.5rem);
  width: min(100%, 38rem);
  margin: clamp(2.2rem, 4vw, 3.4rem) auto 0;
}

.lab-bullet-finale .lab-service-text-action {
  --bullet-finale-line: .36;
  color: rgba(248, 241, 231, .9);
  font-size: clamp(.82rem, 1vw, .96rem);
}

.lab-bullet-finale .lab-service-text-action::after {
  opacity: .58;
  transform: scaleX(var(--bullet-finale-line));
  transform-origin: 50% 50%;
}

.lab-bullet-finale .lab-service-text-action:hover::after,
.lab-bullet-finale .lab-service-text-action:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.lab-bullet-actions,
.lab-bullets > .lab-contact-actions {
  position: relative;
  z-index: 7;
  display: flex;
  justify-content: center;
  width: min(100% - 2.7rem, 76rem);
  margin: clamp(2.75rem, 5vw, 4.5rem) auto 0;
}

.lab-bullets > .lab-contact-actions {
  justify-content: center;
}

.lab-bullets.is-bullet-cinematic-ready .lab-bullet-stage {
  height: max(42rem, 100svh);
  min-height: 0;
  padding: 0;
}

.lab-bullets.is-bullet-cinematic-ready .lab-bullet-media {
  position: absolute;
  z-index: 2;
  top: var(--bullet-stage-center);
  left: 50%;
  margin: 0;
  transform: translate3d(-50%, -50%, 0);
  transform-origin: 50% 50%;
  will-change: transform, opacity;
}

.lab-bullets.is-bullet-cinematic-ready .lab-bullet-list {
  position: absolute;
  z-index: 4;
  inset: 0;
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  pointer-events: none;
}

.lab-bullets.is-bullet-cinematic-ready .lab-bullet-item {
  position: absolute;
  inset: 0;
  display: block;
  visibility: hidden;
  opacity: 0;
}

.lab-bullets.is-bullet-cinematic-ready .lab-bullet-claim {
  position: absolute;
  z-index: 4;
  top: var(--bullet-stage-center);
  left: 50%;
  width: min(94vw, 90rem);
  transform: translate3d(-50%, -50%, 0);
  transform-origin: 50% 50%;
  will-change: opacity, transform;
}

.lab-bullets.is-bullet-cinematic-ready .lab-bullet-description {
  --bullet-description-bottom-gap: max(
    clamp(3.5rem, 8vh, 6rem),
    calc(env(safe-area-inset-bottom, 0px) + 2.5rem)
  );
  position: absolute;
  z-index: 4;
  top: auto;
  bottom: calc(
    var(--bullet-description-bottom-gap) +
    var(--bullet-screen-bottom-inset, 0px)
  );
  left: 50%;
  display: block;
  width: min(calc(100vw - 2.7rem), 58rem);
  transform: translateX(-50%);
  will-change: opacity, transform, filter;
}

.lab-bullets.is-bullet-cinematic-ready .lab-bullet-finale {
  position: absolute;
  z-index: 6;
  top: calc(var(--bullet-stage-center) + min(14vw, 13rem) + clamp(1.25rem, 2.4vw, 1.9rem));
  left: 50%;
  width: min(calc(100vw - 2.7rem), 38rem);
  margin: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%);
  will-change: opacity, transform, filter;
}

.lab-bullets.is-bullet-cinematic-ready .lab-bullet-finale:not([aria-hidden="true"]) .lab-service-text-action {
  pointer-events: auto;
}

.lab-bullets.is-bullet-cinematic-ready .lab-bullet-finale[aria-hidden="true"] .lab-service-text-action {
  pointer-events: none;
}

@supports (mix-blend-mode: difference) {
  .lab-bullets.is-bullet-cinematic-ready .lab-bullet-claim {
    color: #fffaf2;
    mix-blend-mode: difference;
  }
}

/* Cinematic boundaries format */
.lab-boundaries {
  --boundary-glow-x: 50%;
  --boundary-glow-y: 50%;
  --boundary-glow-opacity: 0;
  --boundary-detail-height: 0px;
  --boundary-header-offset: 6rem;
  --boundary-section-pad: clamp(6.5rem, 10vw, 10rem);
  --boundary-sticky-prelude: 30svh;
  display: block;
  overflow: clip;
  padding-right: max(1.35rem, calc((100vw - 90rem) / 2));
  padding-left: max(1.35rem, calc((100vw - 90rem) / 2));
  isolation: isolate;
}

.lab-section.lab-boundaries.is-dark {
  padding-top: clamp(6.5rem, 10vw, 10rem);
}

.lab-boundaries > .lab-sticky-copy {
  position: relative;
  z-index: 5;
  top: auto;
  width: min(100%, 76rem);
  max-width: none;
  margin: 0 auto clamp(4rem, 7vw, 6.5rem);
  text-align: center;
}

.lab-boundaries > .lab-sticky-copy h2,
.lab-boundaries.is-boundary-cinematic-ready > .lab-sticky-copy h2 {
  margin: 0;
  font-size: clamp(2.8rem, 5vw, 5.8rem);
  line-height: .96;
  text-wrap: balance;
}

.lab-boundary-geometry {
  position: sticky;
  z-index: 0;
  top: var(--boundary-header-offset);
  display: grid;
  width: 100%;
  height: calc(100svh - var(--boundary-header-offset));
  margin-top: calc(-1 * var(--boundary-sticky-prelude));
  margin-bottom: calc(-1 * (100svh - var(--boundary-header-offset)) + var(--boundary-sticky-prelude));
  place-items: center;
  pointer-events: none;
}

.lab-boundary-geometry svg {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: min(76vw, 76svh, 72rem);
  height: min(76vw, 76svh, 72rem);
  overflow: visible;
  transform: translate(-50%, -50%);
}

.lab-boundary-shape {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}

.lab-boundary-shape-base {
  stroke: rgba(143, 167, 197, .25);
}

.lab-boundary-shape-glow {
  stroke: rgba(216, 184, 115, .96);
  stroke-width: 1.55;
  opacity: var(--boundary-glow-opacity);
  -webkit-mask-image: radial-gradient(circle clamp(7rem, 18vw, 16rem) at var(--boundary-glow-x) var(--boundary-glow-y), #000 0%, rgba(0, 0, 0, .78) 24%, transparent 72%);
  mask-image: radial-gradient(circle clamp(7rem, 18vw, 16rem) at var(--boundary-glow-x) var(--boundary-glow-y), #000 0%, rgba(0, 0, 0, .78) 24%, transparent 72%);
  transition: opacity 420ms var(--lab-ease);
}

.lab-boundaries > .lab-boundary-list {
  position: relative;
  z-index: 3;
  display: grid;
  width: min(100%, 68rem);
  margin: 0 auto;
  overflow-anchor: none;
}

.lab-boundary-item,
.lab-boundaries-long .lab-boundary-item {
  position: relative;
  display: flex;
  min-height: clamp(7.75rem, 17vh, 10rem);
  overflow: visible;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.2rem, 2.4vh, 1.75rem) 0;
  border: 0;
  outline: none;
  overflow-anchor: none;
  transition: padding 1100ms cubic-bezier(.16, 1, .3, 1);
}

.lab-boundary-item::before,
.lab-boundary-item::after {
  position: absolute;
  right: 0;
  left: 0;
  height: 1px;
  background: rgba(248, 241, 231, .15);
  content: "";
  transform: scaleX(.96);
  transform-origin: 50% 50%;
  transition:
    background-color 520ms cubic-bezier(.16, 1, .3, 1),
    box-shadow 520ms cubic-bezier(.16, 1, .3, 1),
    transform 720ms cubic-bezier(.16, 1, .3, 1);
}

.lab-boundary-item::before {
  top: 0;
}

.lab-boundary-item::after {
  bottom: 0;
}

.lab-boundary-item > p,
.lab-boundaries-long .lab-boundary-item > p {
  display: block;
  min-height: 0;
  margin: 0;
  color: rgba(248, 241, 231, .82);
  font-size: clamp(1.8rem, 3.15vw, 3.85rem);
  line-height: 1.04;
  text-align: center;
  transform-origin: 50% 50%;
  text-wrap: balance;
}

.lab-boundary-detail,
.lab-boundaries-long .lab-boundary-detail {
  position: relative;
  inset: auto;
  display: block;
  width: min(100%, 53rem);
  max-height: none;
  margin: 0 auto;
  padding: clamp(1rem, 2vw, 1.45rem) 0 0;
  background: transparent;
  color: rgba(248, 241, 231, .78);
  font-size: clamp(.98rem, 1.22vw, 1.12rem);
  line-height: 1.58;
  text-align: center;
  transform: none;
}

.lab-boundary-item.from-left .lab-boundary-detail,
.lab-boundary-item.from-right .lab-boundary-detail,
.lab-boundary-item:hover .lab-boundary-detail,
.lab-boundary-item:focus .lab-boundary-detail,
.lab-boundary-item:focus-within .lab-boundary-detail {
  transform: none;
}

.lab-boundary-item:hover > p,
.lab-boundary-item:focus > p,
.lab-boundary-item:focus-within > p {
  opacity: 1;
  transform: none;
}

.lab-boundaries.is-boundary-cinematic-ready .lab-boundary-item > p {
  color: rgba(248, 241, 231, .34);
  opacity: 1;
  transform: scale(.975);
  transition:
    color 520ms cubic-bezier(.16, 1, .3, 1),
    transform 520ms cubic-bezier(.16, 1, .3, 1);
}

.lab-boundaries.is-boundary-cinematic-ready .lab-boundary-detail {
  max-height: 0;
  overflow: hidden;
  padding-top: 0;
  clip-path: inset(0 0 100% 0);
  opacity: 0;
  filter: blur(3px);
  transform: translateY(18px);
  transition:
    max-height 340ms cubic-bezier(.4, 0, 1, 1),
    padding-top 340ms cubic-bezier(.4, 0, 1, 1),
    clip-path 340ms cubic-bezier(.4, 0, 1, 1),
    opacity 260ms ease,
    transform 340ms cubic-bezier(.4, 0, 1, 1),
    filter 280ms ease;
}

.lab-boundaries.is-boundary-cinematic-ready .lab-boundary-item.is-boundary-active.is-boundary-expanded {
  padding-top: clamp(2.8rem, 5vh, 4.35rem);
  padding-bottom: clamp(2.8rem, 5vh, 4.35rem);
}

.lab-boundaries.is-boundary-cinematic-ready .lab-boundary-item.is-boundary-active::before,
.lab-boundaries.is-boundary-cinematic-ready .lab-boundary-item.is-boundary-active::after {
  background: rgba(248, 241, 231, .48);
  box-shadow: 0 0 1.5rem rgba(216, 184, 115, .09);
  transform: scaleX(1);
}

.lab-boundaries.is-boundary-cinematic-ready .lab-boundary-item.is-boundary-active > p {
  color: #fffaf2;
  transform: scale(1.035);
}

.lab-boundaries.is-boundary-cinematic-ready .lab-boundary-item.is-boundary-active.is-boundary-expanded .lab-boundary-detail {
  max-height: var(--boundary-detail-height);
  padding-top: clamp(1rem, 2vw, 1.45rem);
  clip-path: inset(0 0 0 0);
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
  transition:
    max-height 900ms cubic-bezier(.16, 1, .3, 1),
    padding-top 820ms cubic-bezier(.16, 1, .3, 1),
    clip-path 760ms cubic-bezier(.16, 1, .3, 1),
    opacity 620ms ease,
    transform 760ms cubic-bezier(.16, 1, .3, 1),
    filter 680ms ease;
}

.lab-boundary-item:focus-visible {
  outline: 1px solid rgba(216, 184, 115, .68);
  outline-offset: .65rem;
}

@media (max-width: 980px), (hover: none), (pointer: coarse) {
  .lab-bullets {
    --bullet-stage-center: 40%;
    --bullet-media-width: min(82vw, 31rem);
  }

  .lab-bullets-head {
    width: min(100% - 2.4rem, 68rem);
  }

  .lab-bullets.is-bullet-cinematic-ready .lab-bullet-stage {
    height: max(42rem, 100svh);
  }

  .lab-bullets.is-bullet-cinematic-ready .lab-bullet-claim {
    width: 94vw;
    font-size: clamp(2.1rem, 10.5vw, 3.35rem);
    line-height: .92;
  }

  .lab-bullets.is-bullet-cinematic-ready .lab-bullet-description {
    --bullet-description-bottom-gap: max(
      clamp(2.25rem, 6svh, 3.5rem),
      calc(env(safe-area-inset-bottom, 0px) + 1.5rem)
    );
    top: auto;
    display: block;
    width: min(calc(100vw - 2.4rem), 38rem);
    font-size: clamp(.9rem, 3.55vw, 1rem);
    line-height: 1.5;
  }

  .lab-bullets.is-bullet-cinematic-ready .lab-bullet-finale {
    top: calc(var(--bullet-stage-center) + min(27.3vw, 10.3rem) + 1.1rem);
    width: min(calc(100vw - 2.4rem), 24rem);
    gap: clamp(2rem, 13vw, 4.5rem);
  }

  .lab-bullet-finale .lab-service-text-action {
    font-size: clamp(.76rem, 3.4vw, .9rem);
  }

  .lab-boundaries {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
  }

  .lab-boundaries > .lab-sticky-copy {
    margin-bottom: 3.4rem;
  }

  .lab-boundary-geometry svg {
    width: min(118vw, 78svh);
    height: min(118vw, 78svh);
  }

  .lab-boundary-item,
  .lab-boundaries-long .lab-boundary-item {
    min-height: clamp(7rem, 18svh, 9.25rem);
    padding: 1.15rem 0;
  }

  .lab-boundaries.is-boundary-cinematic-ready .lab-boundary-item.is-boundary-active.is-boundary-expanded {
    padding-top: clamp(2.25rem, 6svh, 3.2rem);
    padding-bottom: clamp(2.25rem, 6svh, 3.2rem);
  }

  .lab-boundary-item > p,
  .lab-boundaries-long .lab-boundary-item > p {
    font-size: clamp(1.65rem, 7.7vw, 2.65rem);
  }

  .lab-boundary-detail,
  .lab-boundaries-long .lab-boundary-detail {
    font-size: clamp(.92rem, 3.6vw, 1rem);
  }
}

@media (max-width: 980px) and (max-height: 620px) and (orientation: landscape) and (pointer: coarse) {
  .lab-bullets .lab-bullet-stage {
    min-height: 0;
  }

  .lab-bullet-media {
    width: min(58vw, 29rem);
  }

  .lab-boundary-item,
  .lab-boundaries-long .lab-boundary-item {
    min-height: 7rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lab-bullets.is-bullet-cinematic-ready .lab-bullet-stage {
    height: auto;
    min-height: 0;
  }

  .lab-boundaries.is-boundary-cinematic-ready .lab-boundary-detail {
    max-height: none;
    overflow: visible;
    padding-top: clamp(1rem, 2vw, 1.45rem);
    clip-path: none;
    opacity: 1;
    filter: none;
    transform: none;
  }

  .lab-boundaries.is-boundary-cinematic-ready .lab-boundary-item > p {
    color: #fffaf2;
    transform: none;
  }
}
