/*
  Agency and enterprise homepage direction.

  The canonical homepage activates this layer through the fs-site-preview
  document class while the existing site remains the structural foundation.
*/

html.fs-site-preview {
  --fs-preview-coral: #f4566b;
  --fs-preview-coral-bright: var(--fs-red-bright, #f4566b);
  scroll-padding-top: 78px;
}

html.fs-site-preview #clients {
  display: block !important;
}

html.fs-site-preview #fsLaunchFilm {
  display: none !important;
}

html.fs-site-preview .fs-business-story,
html.fs-site-preview .fs-product-film,
html.fs-site-preview #research,
html.fs-site-preview #how,
html.fs-site-preview #social-import,
html.fs-site-preview #visual-understanding,
html.fs-site-preview #visual-search,
html.fs-site-preview #library,
html.fs-site-preview #frame,
html.fs-site-preview #frame-legacy,
html.fs-site-preview #publish,
html.fs-site-preview #signal {
  display: none !important;
}

html.fs-site-preview .fs-hero-watch {
  display: inline-flex;
  width: fit-content;
  min-height: 50px;
  margin: clamp(34px, 5vh, 58px) auto 0;
  padding: 0 19px 0 9px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border: 1px solid rgba(248, 241, 231, 0.3);
  border-radius: 999px;
  background: rgba(7, 11, 9, 0.76);
  color: #f8f1e7;
  font: 650 0.88rem / 1 var(--font-sans);
  text-decoration: none;
  transition:
    border-color 180ms cubic-bezier(0.22, 1, 0.36, 1),
    background-color 180ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

html.fs-site-preview .fs-hero-watch > span {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--fs-preview-coral);
  clip-path: none;
  position: relative;
}

html.fs-site-preview .fs-hero-watch > span::after {
  position: absolute;
  top: 10px;
  left: 12px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #fff;
  content: "";
}

html.fs-site-preview .fs-hero-watch > strong {
  color: inherit;
  font: inherit;
}

html.fs-site-preview .fs-hero-watch > i {
  color: var(--fs-preview-coral);
  font: 700 1rem / 1 var(--font-sans);
  font-style: normal;
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

html.fs-site-preview .fs-hero-watch:hover {
  border-color: rgba(244, 86, 107, 0.72);
  background: rgba(16, 20, 18, 0.92);
  transform: translateY(-1px);
}

html.fs-site-preview .fs-hero-watch:hover > i {
  transform: translateY(2px);
}

html.fs-site-preview .fs-hero-watch:focus-visible {
  outline: 2px solid var(--fs-preview-coral);
  outline-offset: 4px;
}

html.fs-site-preview #how-it-works {
  scroll-margin-top: 78px;
}

html.fs-site-preview .fs-reveal-stage {
  position: relative;
  scroll-margin-top: 78px;
  padding: clamp(72px, 9vw, 132px) 0;
  color: #111513;
}

html.fs-site-preview .fs-reveal-wrap {
  width: min(1180px, calc(100% - clamp(40px, 10vw, 88px)));
  margin-inline: auto;
}

html.fs-site-preview .fs-reveal-head {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  gap: clamp(30px, 3.5vw, 54px);
  align-items: center;
  margin-bottom: clamp(34px, 5vw, 58px);
}

html.fs-site-preview .fs-reveal-head h2 {
  max-width: 16ch;
  margin: 0;
  color: #08110e;
  font: 620 clamp(3rem, 4.8vw, 4.7rem) / 0.94 var(--font-display);
  letter-spacing: -0.04em;
  text-wrap: balance;
}

html.fs-site-preview .fs-reveal-head h2 em {
  color: var(--fs-preview-coral);
  font-style: normal;
}

html.fs-site-preview .fs-reveal-head > p {
  max-width: 28ch;
  margin: 0;
  color: #555c57;
  font: 500 clamp(1.06rem, 1.55vw, 1.32rem) / 1.28 var(--font-sans);
  letter-spacing: -0.02em;
  text-wrap: balance;
}

html.fs-site-preview .fs-reveal-head > p[data-fs-enter],
html.fs-site-preview .fs-system-head > p[data-fs-enter] {
  --fs-motion-delay: 90ms !important;
}

html.fs-site-preview .fs-reveal-head > p strong {
  color: var(--fs-preview-coral);
  font-weight: 650;
}

/* Familiar destinations first. The information-first search gets its own beat. */
html.fs-site-preview .fs-classic-search-stage,
html.fs-site-preview .fs-information-search {
  min-height: max(92svh, 860px);
  overflow: clip;
  background: #f2efe9;
}

html.fs-site-preview .fs-information-search {
  border-top: 1px solid #d7d1c8;
  background: #ebe7df;
}

html.fs-site-preview .fs-answer-search {
  min-height: max(92svh, 860px);
  overflow: clip;
  border-top: 1px solid #d7d1c8;
  background: #f2efe9;
}

html.fs-site-preview .fs-answer-search .fs-reveal-head h2 {
  max-width: 14ch;
}

html.fs-site-preview .fs-classic-search,
html.fs-site-preview .fs-ai-window {
  width: 100%;
  min-height: 640px;
  overflow: hidden;
  border: 0;
  border-top: 1px solid #c9c5be;
  border-bottom: 1px solid #c9c5be;
  border-radius: 0;
  background: #fff;
  color: #171a18;
  box-shadow: none;
}

html.fs-site-preview .fs-classic-search {
  position: relative;
  z-index: 2;
  display: grid;
  padding: clamp(26px, 3.5vw, 44px) clamp(28px, 5.4vw, 76px) 0;
  grid-template-rows: auto auto auto minmax(0, 1fr);
  transition:
    opacity 760ms ease,
    transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
}

html.fs-site-preview .fs-classic-search > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

html.fs-site-preview .fs-classic-search > header > span {
  padding: 7px 11px;
  border-radius: 999px;
  background: #f0f1f0;
  color: #5f6368;
  font: 700 0.78rem / 1 var(--font-sans);
}

html.fs-site-preview .fs-google-wordmark {
  display: flex;
  margin: 0;
  font-family: var(--font-sans);
  font-size: 31px;
  font-weight: 600;
  letter-spacing: -0.09em;
}

html.fs-site-preview .fs-google-wordmark span:nth-child(1),
html.fs-site-preview .fs-google-wordmark span:nth-child(4) {
  color: #4285f4;
}

html.fs-site-preview .fs-google-wordmark span:nth-child(2),
html.fs-site-preview .fs-google-wordmark span:nth-child(6) {
  color: #ea4335;
}

html.fs-site-preview .fs-google-wordmark span:nth-child(3) {
  color: #fbbc05;
}

html.fs-site-preview .fs-google-wordmark span:nth-child(5) {
  color: #34a853;
}

html.fs-site-preview .fs-classic-query {
  display: grid;
  min-height: 64px;
  margin-top: 22px;
  padding: 0 20px;
  grid-template-columns: 24px minmax(0, 1fr) 24px;
  align-items: center;
  gap: 14px;
  border: 1px solid #dfe1e5;
  border-radius: 32px;
  box-shadow: 0 2px 8px rgba(32, 33, 36, 0.12);
}

html.fs-site-preview .fs-classic-query svg {
  width: 22px;
  fill: none;
  stroke: #5f6368;
  stroke-linecap: round;
  stroke-width: 1.8;
}

html.fs-site-preview .fs-classic-query strong {
  position: relative;
  overflow: hidden;
  font: 520 clamp(1.05rem, 1.65vw, 1.5rem) / 1.2 var(--font-sans);
  text-overflow: ellipsis;
  white-space: nowrap;
}

html.fs-site-preview .fs-classic-search.is-typing .fs-classic-query strong::after {
  display: inline-block;
  width: 1px;
  height: 1em;
  margin-left: 3px;
  background: #202124;
  content: "";
  vertical-align: -0.12em;
  animation: fsPreviewCaret 760ms steps(1, end) infinite;
}

@keyframes fsPreviewCaret {
  50% {
    opacity: 0;
  }
}

html.fs-site-preview .fs-classic-query i {
  color: #777c80;
  font: 400 1.55rem / 1 var(--font-sans);
  font-style: normal;
  text-align: center;
}

html.fs-site-preview .fs-classic-tabs {
  display: flex;
  min-height: 54px;
  align-items: end;
  gap: 28px;
  border-bottom: 1px solid #ececec;
  color: #5f6368;
  font: 500 0.86rem / 1 var(--font-sans);
}

html.fs-site-preview .fs-classic-tabs b {
  padding-bottom: 14px;
  border-bottom: 3px solid #1a73e8;
  color: #1a73e8;
}

html.fs-site-preview .fs-classic-tabs span {
  padding-bottom: 16px;
}

html.fs-site-preview .fs-classic-results {
  display: grid;
  padding: clamp(24px, 4vh, 38px) 0;
  grid-template-columns: minmax(0, 1.1fr) minmax(310px, 0.9fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: center;
}

html.fs-site-preview .fs-classic-result {
  color: inherit;
  text-decoration: none;
  opacity: 0;
  transform: translateY(14px);
  transition:
    opacity 520ms ease,
    transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
}

html.fs-site-preview .fs-classic-result small {
  display: block;
  margin-bottom: 8px;
  overflow: hidden;
  color: #4d5156;
  font: 500 0.84rem / 1.2 var(--font-sans);
  text-overflow: ellipsis;
  white-space: nowrap;
}

html.fs-site-preview .fs-classic-result h3 {
  margin: 0;
  color: #1a0dab;
  font: 540 clamp(1.35rem, 2.1vw, 2.05rem) / 1.08 var(--font-sans);
  letter-spacing: -0.025em;
}

html.fs-site-preview .fs-classic-result p {
  margin: 10px 0 0;
  color: #4d5156;
  font: 500 clamp(0.98rem, 1.35vw, 1.22rem) / 1.38 var(--font-sans);
}

html.fs-site-preview .fs-classic-result.is-video {
  position: relative;
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  transition-delay: 120ms;
}

html.fs-site-preview .fs-classic-result.is-video::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -14px;
  width: 2px;
  background: var(--fs-preview-coral);
  content: "";
  transform: scaleY(0);
  transform-origin: center;
  transition: transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

html.fs-site-preview .fs-classic-search.is-conclusion-ready .fs-classic-result.is-video::after {
  transform: scaleY(1);
}

html.fs-site-preview .fs-classic-result figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 9px;
  background: #e8eaed;
}

html.fs-site-preview .fs-classic-result figure img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

html.fs-site-preview .fs-classic-result figure span {
  position: absolute;
  inset: 50% auto auto 50%;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  color: #202124;
  font: 600 0.85rem / 1 var(--font-sans);
  transform: translate(-50%, -50%);
}

html.fs-site-preview .fs-classic-search.is-page-ready .fs-classic-result.is-page,
html.fs-site-preview .fs-classic-search.is-video-ready .fs-classic-result.is-video {
  opacity: 1;
  transform: translateY(0);
}

/* Chat window shared by the uncited and sourced-answer states. */
html.fs-site-preview .fs-ai-window {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 540px;
  grid-template-rows: auto minmax(0, 1fr) auto;
}

html.fs-site-preview .fs-ai-chrome {
  display: flex;
  min-height: 58px;
  padding: 0 22px;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid #d9dad7;
}

html.fs-site-preview .fs-ai-chrome > div {
  display: flex;
  align-items: center;
  gap: 10px;
}

html.fs-site-preview .fs-ai-chrome img {
  display: block;
  width: 28px;
  height: 28px;
}

html.fs-site-preview .fs-ai-chrome b {
  font: 650 1.12rem / 1 var(--font-sans);
}

html.fs-site-preview .fs-ai-shell {
  display: grid;
  min-height: 414px;
  grid-template-columns: minmax(0, 1fr);
}

html.fs-site-preview .fs-ai-conversation {
  display: grid;
  min-width: 0;
  padding: 16px clamp(20px, 4vw, 64px) 12px;
  grid-template-rows: minmax(0, 1fr) auto;
  background: #fff;
}

html.fs-site-preview .fs-ai-thread {
  min-height: 0;
  overflow: hidden;
}

html.fs-site-preview .fs-ai-exchange {
  padding: 12px 0 14px;
  border-bottom: 1px solid #e7e8e6;
}

html.fs-site-preview.fs-preview-motion-ready .fs-ai-exchange:not(.is-question-visible) {
  display: none;
}

html.fs-site-preview .fs-ai-exchange .is-user,
html.fs-site-preview .fs-ai-exchange .is-answer,
html.fs-site-preview .fs-ai-gap {
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity 420ms ease,
    transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

html.fs-site-preview .fs-ai-exchange.is-question-visible .is-user,
html.fs-site-preview .fs-ai-exchange.is-answer-visible .is-answer,
html.fs-site-preview .fs-ai-exchange.is-gap-visible .fs-ai-gap {
  opacity: 1;
  transform: translateY(0);
}

html.fs-site-preview .fs-ai-exchange.is-current {
  border-bottom-color: rgba(244, 86, 107, 0.34);
}

html.fs-site-preview .fs-ai-thinking {
  display: grid;
  max-height: 0;
  margin-top: 0;
  grid-template-columns: 26px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(6px);
  transition:
    max-height 260ms cubic-bezier(0.16, 1, 0.3, 1),
    margin-top 260ms cubic-bezier(0.16, 1, 0.3, 1),
    opacity 220ms ease,
    transform 320ms cubic-bezier(0.16, 1, 0.3, 1);
}

html.fs-site-preview .fs-ai-exchange.is-thinking-visible .fs-ai-thinking {
  max-height: 34px;
  margin-top: 12px;
  opacity: 1;
  transform: none;
}

html.fs-site-preview .fs-ai-thinking img {
  display: block;
  width: 24px;
  height: 24px;
}

html.fs-site-preview .fs-ai-thinking span {
  display: flex;
  align-items: center;
  gap: 4px;
}

html.fs-site-preview .fs-ai-thinking i {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #686e69;
  animation: fsPreviewThinking 720ms ease-in-out infinite alternate;
}

html.fs-site-preview .fs-ai-thinking i:nth-child(2) {
  animation-delay: 120ms;
}

html.fs-site-preview .fs-ai-thinking i:nth-child(3) {
  animation-delay: 240ms;
}

/* A scroll interruption preserves the exact search state instead of quietly
   finishing the story out of view. */
html.fs-site-preview .fs-classic-search.is-demo-paused .fs-classic-query strong::after,
html.fs-site-preview .fs-ai-window.is-demo-paused .fs-ai-thinking i {
  animation-play-state: paused;
}

@keyframes fsPreviewThinking {
  to {
    opacity: 0.32;
    transform: translateY(-2px);
  }
}

html.fs-site-preview .fs-ai-exchange small,
html.fs-site-preview .fs-ai-answer-thread > small {
  display: none;
  margin-bottom: 8px;
  color: #6a6f6b;
  font: 650 0.63rem / 1 var(--font-mono);
  letter-spacing: 0.04em;
}

html.fs-site-preview .fs-ai-exchange p {
  margin: 0;
}

html.fs-site-preview .fs-ai-exchange .is-user,
html.fs-site-preview .fs-ai-answer-thread > .is-user {
  width: min(79%, 620px);
  margin-left: auto;
  padding: 14px 16px;
  border-radius: 14px 14px 4px 14px;
  background: #ecece9;
  color: #171a18;
  font: 600 clamp(0.86rem, 1.22vw, 1.03rem) / 1.3 var(--font-sans);
}

html.fs-site-preview .fs-ai-exchange .is-answer {
  display: grid;
  margin-top: 12px;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  color: #303531;
  font: 500 clamp(0.82rem, 1.15vw, 0.98rem) / 1.42 var(--font-sans);
}

html.fs-site-preview .fs-ai-gap {
  display: grid;
  min-height: 58px;
  margin: 12px 0 0 38px;
  padding: 10px 12px;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  border-left: 2px solid #f4566b;
  background: transparent;
}

html.fs-site-preview .fs-ai-gap > i {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 50%;
  background: #f4566b;
  color: #fff;
  font: 700 0.8rem / 1 var(--font-sans);
  font-style: normal;
}

html.fs-site-preview .fs-ai-gap > span {
  display: grid;
  gap: 3px;
}

html.fs-site-preview .fs-ai-gap strong {
  color: #232825;
  font: 700 0.76rem / 1.1 var(--font-sans);
}

html.fs-site-preview .fs-ai-gap small {
  display: block;
  color: #68615e;
  font: 550 0.72rem / 1.25 var(--font-sans);
}

html.fs-site-preview .fs-ai-success-window {
  border-color: rgba(244, 86, 107, 0.42);
}

html.fs-site-preview .fs-ai-gap.is-found {
  border-left-color: var(--fs-preview-coral);
  background: rgba(244, 86, 107, 0.055);
}

html.fs-site-preview .fs-ai-gap.is-found > i {
  background: var(--fs-preview-coral);
}

html.fs-site-preview .fs-ai-exchange .is-answer img,
html.fs-site-preview .fs-answer-copy > img {
  display: block;
  width: 24px;
  height: 24px;
}

html.fs-site-preview .fs-ai-composer {
  display: flex;
  min-height: 46px;
  padding: 0 9px 0 16px;
  align-items: center;
  gap: 10px;
  border: 1px solid #d1d3d0;
  border-radius: 23px;
  color: #7a7f7b;
  font: 500 0.82rem / 1 var(--font-sans);
  transition:
    border-color 220ms ease,
    color 220ms ease;
}

html.fs-site-preview .fs-ai-composer span {
  overflow: hidden;
  flex: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition:
    opacity 180ms ease,
    transform 240ms cubic-bezier(0.16, 1, 0.3, 1);
}

html.fs-site-preview .fs-ai-composer button {
  display: grid;
  width: 30px;
  height: 30px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #121513;
  color: #fff;
  transition:
    background-color 180ms ease,
    transform 260ms cubic-bezier(0.16, 1, 0.3, 1);
}

html.fs-site-preview .fs-ai-composer button svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

html.fs-site-preview .fs-ai-composer.is-composing {
  border-color: rgba(244, 86, 107, 0.66);
  color: #252a27;
}

html.fs-site-preview .fs-ai-composer.is-sending span {
  opacity: 0;
  transform: translateY(-7px);
}

html.fs-site-preview .fs-ai-composer.is-sending button {
  background: var(--fs-preview-coral);
  transform: translateY(-3px) scale(0.92);
}

html.fs-site-preview .fs-ai-window > footer {
  display: flex;
  min-height: 56px;
  padding: 0 22px;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  border-top: 1px solid #d9dad7;
  background: #f7f7f5;
  color: #666b67;
  font: 600 0.76rem / 1 var(--font-sans);
}

html.fs-site-preview .fs-ai-window > footer strong {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #232825;
}

html.fs-site-preview .fs-ai-window > footer strong::before {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--fs-preview-coral);
  content: "";
}

/* A concise hinge between the failed search and the source film. */
html.fs-site-preview .fs-video-gap {
  position: relative;
  overflow: clip;
  padding: clamp(92px, 12vw, 176px) 0 clamp(104px, 13vw, 188px);
  border-top: 1px solid rgba(248, 241, 231, 0.1);
  background: #080d0b;
  color: #f8f1e7;
}

html.fs-site-preview .fs-video-gap-wrap {
  width: min(1180px, calc(100% - clamp(40px, 10vw, 88px)));
  margin-inline: auto;
}

html.fs-site-preview .fs-video-gap-head {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.55fr);
  align-items: end;
  gap: clamp(40px, 7vw, 96px);
}

html.fs-site-preview .fs-video-gap-head span {
  display: block;
  margin-bottom: 22px;
  color: var(--fs-preview-coral);
  font: 700 0.72rem / 1 var(--font-mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

html.fs-site-preview .fs-video-gap-head h2 {
  max-width: 12ch;
  margin: 0;
  color: #f8f1e7;
  font: 620 clamp(3.45rem, 7.4vw, 7.15rem) / 0.88 var(--font-display);
  letter-spacing: -0.05em;
}

html.fs-site-preview .fs-video-gap-head h2 em {
  color: var(--fs-preview-coral);
  font-style: normal;
}

html.fs-site-preview .fs-video-gap-head p {
  max-width: 36ch;
  margin: 0 0 6px;
  color: #aaa8a1;
  font: 500 clamp(0.98rem, 1.28vw, 1.16rem) / 1.46 var(--font-sans);
  letter-spacing: -0.02em;
}

html.fs-site-preview .fs-video-gap-head p strong {
  color: #f8f1e7;
  font-weight: 650;
}

html.fs-site-preview .fs-video-gap-sources {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 20px;
}

html.fs-site-preview .fs-video-gap-sources a {
  min-height: 30px;
  border-bottom: 1px solid rgba(248, 241, 231, 0.26);
  color: #858b87;
  font: 650 0.66rem / 30px var(--font-mono);
  letter-spacing: 0.015em;
  text-decoration: none;
  transition:
    border-color 180ms ease,
    color 180ms ease;
}

html.fs-site-preview .fs-video-gap-sources a::after {
  margin-left: 5px;
  content: "↗";
}

html.fs-site-preview .fs-video-gap-sources a:hover,
html.fs-site-preview .fs-video-gap-sources a:focus-visible {
  border-color: var(--fs-preview-coral);
  color: #f8f1e7;
}

html.fs-site-preview .fs-video-gap-map {
  display: grid;
  margin-top: clamp(64px, 8vw, 102px);
  grid-template-columns: minmax(230px, 0.82fr) minmax(160px, 1.22fr) minmax(220px, 0.74fr);
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: clamp(20px, 3vw, 42px);
  row-gap: 34px;
}

html.fs-site-preview .fs-video-gap-node {
  min-height: 108px;
  padding: 20px 0 18px;
  border-top: 1px solid rgba(248, 241, 231, 0.26);
  border-bottom: 1px solid rgba(248, 241, 231, 0.12);
  opacity: 0;
  transform: translateY(12px);
  transition:
    opacity 420ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

html.fs-site-preview .fs-video-gap.is-ready .fs-video-gap-node {
  opacity: 1;
  transform: none;
}

html.fs-site-preview .fs-video-gap-node.is-answer {
  transition-delay: 760ms;
}

html.fs-site-preview .fs-video-gap-node small,
html.fs-site-preview .fs-video-gap-inside > small {
  display: block;
  color: #777d78;
  font: 680 0.63rem / 1 var(--font-mono);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

html.fs-site-preview .fs-video-gap-node strong {
  display: block;
  margin-top: 12px;
  color: #f8f1e7;
  font: 620 clamp(1.22rem, 2vw, 1.68rem) / 1 var(--font-display);
  letter-spacing: -0.025em;
}

html.fs-site-preview .fs-video-gap-node > span {
  display: block;
  margin-top: 12px;
  color: #8e938f;
  font: 580 0.75rem / 1 var(--font-sans);
}

html.fs-site-preview .fs-video-gap-node.is-answer > span {
  color: var(--fs-preview-coral);
}

html.fs-site-preview .fs-video-gap-route {
  position: relative;
  height: 1px;
  background: rgba(248, 241, 231, 0.16);
}

html.fs-site-preview .fs-video-gap-route > i {
  position: absolute;
  inset: 0;
  display: block;
  background: var(--fs-preview-coral);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 720ms 280ms cubic-bezier(0.16, 1, 0.3, 1);
}

html.fs-site-preview .fs-video-gap.is-ready .fs-video-gap-route > i {
  transform: scaleX(1);
}

html.fs-site-preview .fs-video-gap-route > span {
  position: absolute;
  top: -14px;
  right: 16px;
  padding: 7px 9px;
  background: #080d0b;
  color: #f8f1e7;
  font: 680 0.62rem / 1 var(--font-mono);
  letter-spacing: 0.04em;
  opacity: 0;
  transform: translateX(-18px);
  transition:
    opacity 260ms 650ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 480ms 650ms cubic-bezier(0.16, 1, 0.3, 1);
}

html.fs-site-preview .fs-video-gap.is-ready .fs-video-gap-route > span {
  opacity: 1;
  transform: none;
}

html.fs-site-preview .fs-video-gap-inside {
  grid-column: 1 / 3;
  opacity: 0;
  transform: translateY(12px);
  transition:
    opacity 420ms 900ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 520ms 900ms cubic-bezier(0.16, 1, 0.3, 1);
}

html.fs-site-preview .fs-video-gap.is-ready .fs-video-gap-inside,
html.fs-site-preview .fs-video-gap.is-ready .fs-video-gap-stop {
  opacity: 1;
  transform: none;
}

html.fs-site-preview .fs-video-gap-inside ul {
  display: grid;
  margin: 18px 0 0;
  padding: 0;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid rgba(248, 241, 231, 0.16);
  list-style: none;
}

html.fs-site-preview .fs-video-gap-inside li {
  min-height: 58px;
  padding: 18px 12px 0 0;
  border-right: 1px solid rgba(248, 241, 231, 0.12);
  color: #f8f1e7;
  font: 610 clamp(0.88rem, 1.2vw, 1rem) / 1 var(--font-sans);
}

html.fs-site-preview .fs-video-gap-inside li:last-child {
  border-right: 0;
}

html.fs-site-preview .fs-video-gap-stop {
  display: flex;
  margin: 0;
  align-items: center;
  gap: 12px;
  color: #b7b5af;
  font: 580 clamp(0.85rem, 1.2vw, 1rem) / 1.25 var(--font-sans);
  opacity: 0;
  transform: translateY(12px);
  transition:
    opacity 420ms 1080ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 520ms 1080ms cubic-bezier(0.16, 1, 0.3, 1);
}

html.fs-site-preview .fs-video-gap-stop i {
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid var(--fs-preview-coral);
  transform: rotate(45deg);
}

html.fs-site-preview .fs-video-gap-stop strong {
  font-weight: 580;
}

html.fs-site-preview .fs-video-gap-advantage {
  position: relative;
  display: grid;
  margin-top: clamp(82px, 10vw, 132px);
  padding-top: clamp(28px, 3vw, 42px);
  grid-template-columns: minmax(0, 1.42fr) minmax(260px, 0.58fr);
  align-items: end;
  gap: clamp(40px, 7vw, 96px);
  border-top: 1px solid rgba(248, 241, 231, 0.16);
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 520ms 1260ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 680ms 1260ms cubic-bezier(0.16, 1, 0.3, 1);
}

html.fs-site-preview .fs-video-gap-advantage::before {
  position: absolute;
  top: -1px;
  left: 0;
  width: clamp(72px, 9vw, 124px);
  height: 2px;
  background: var(--fs-preview-coral);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 640ms 1420ms cubic-bezier(0.16, 1, 0.3, 1);
}

html.fs-site-preview .fs-video-gap.is-ready .fs-video-gap-advantage {
  opacity: 1;
  transform: none;
}

html.fs-site-preview .fs-video-gap.is-ready .fs-video-gap-advantage::before {
  transform: scaleX(1);
}

html.fs-site-preview .fs-video-gap-advantage small {
  display: block;
  margin-bottom: 20px;
  color: var(--fs-preview-coral);
  font: 700 0.68rem / 1 var(--font-mono);
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

html.fs-site-preview .fs-video-gap-advantage h3 {
  max-width: 18ch;
  margin: 0;
  color: #f8f1e7;
  font: 610 clamp(2.05rem, 4vw, 4.2rem) / 0.96 var(--font-display);
  letter-spacing: -0.045em;
}

html.fs-site-preview .fs-video-gap-advantage h3 strong {
  font-weight: 610;
}

html.fs-site-preview .fs-video-gap-advantage h3 em {
  color: var(--fs-preview-coral);
  font-style: normal;
}

html.fs-site-preview .fs-video-gap-advantage > p {
  max-width: 34ch;
  margin: 0 0 4px;
  color: #aaa8a1;
  font: 500 clamp(0.98rem, 1.28vw, 1.16rem) / 1.46 var(--font-sans);
  letter-spacing: -0.02em;
}

/* The visual gap story: one film becomes five source-fact artifacts. */
html.fs-site-preview .fs-video-gap-head {
  grid-template-columns: minmax(0, 1.28fr) minmax(300px, 0.72fr);
  align-items: start;
}

html.fs-site-preview .fs-video-gap-head h2 {
  max-width: 12ch;
  font-size: clamp(3.35rem, 6.8vw, 5.8rem);
  line-height: 0.91;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

html.fs-site-preview .fs-video-gap-explainer {
  align-self: end;
  padding-bottom: 2px;
}

html.fs-site-preview .fs-video-gap-head p {
  max-width: 34ch;
  margin: 0;
  color: #d5d2ca;
  font: 560 clamp(1.02rem, 1.42vw, 1.24rem) / 1.4 var(--font-sans);
  letter-spacing: -0.02em;
  text-wrap: pretty;
}

html.fs-site-preview .fs-video-gap-explainer > small {
  display: block;
  max-width: 46ch;
  margin-top: 15px;
  color: #898d89;
  font: 540 0.78rem / 1.5 var(--font-sans);
  letter-spacing: -0.01em;
}

html.fs-site-preview .fs-video-gap-sources {
  gap: 8px 18px;
  margin-top: 16px;
}

html.fs-site-preview .fs-video-gap-sources a {
  min-height: 24px;
  border: 0;
  color: #777d78;
  font-size: 0.61rem;
  line-height: 24px;
}

html.fs-site-preview .fs-video-gap-visual {
  display: grid;
  margin-top: clamp(68px, 8vw, 104px);
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, 0.96fr);
  grid-template-rows: auto auto;
  gap: clamp(22px, 3vw, 42px) clamp(28px, 4.6vw, 64px);
  align-items: stretch;
}

html.fs-site-preview .fs-video-gap-player {
  position: relative;
  min-width: 0;
  aspect-ratio: 16 / 9;
  margin: 0;
  align-self: start;
  overflow: hidden;
  background: #121311;
}

html.fs-site-preview .fs-video-gap-player > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.86) contrast(1.04) brightness(0.84);
}

html.fs-site-preview .fs-video-gap-player::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(8, 13, 11, 0.86));
  content: "";
  pointer-events: none;
}

html.fs-site-preview .fs-video-gap-player figcaption {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 16px;
  left: 18px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

html.fs-site-preview .fs-video-gap-player figcaption small,
html.fs-site-preview .fs-video-gap-player figcaption strong {
  display: block;
  margin: 0;
  color: #f8f1e7;
  font-family: var(--font-sans);
}

html.fs-site-preview .fs-video-gap-player figcaption small {
  font-size: 0.7rem;
  font-weight: 610;
}

html.fs-site-preview .fs-video-gap-player figcaption strong {
  color: var(--fs-preview-coral);
  font-size: clamp(1.05rem, 1.8vw, 1.42rem);
  font-weight: 650;
  letter-spacing: -0.025em;
}

html.fs-site-preview .fs-video-gap-scan {
  position: absolute;
  z-index: 1;
  inset-block: 0;
  left: -38%;
  width: 32%;
  background: linear-gradient(
    90deg,
    rgba(244, 86, 107, 0),
    rgba(244, 86, 107, 0.48) 52%,
    rgba(244, 86, 107, 0)
  );
  mix-blend-mode: screen;
  opacity: 0;
  pointer-events: none;
}

html.fs-site-preview.fs-preview-motion-ready .fs-video-gap.is-ready .fs-video-gap-scan {
  animation: fs-video-gap-scan 2100ms 220ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes fs-video-gap-scan {
  0% {
    opacity: 0;
    transform: translateX(0);
  }
  14% {
    opacity: 1;
  }
  82% {
    opacity: 0.82;
  }
  100% {
    opacity: 0;
    transform: translateX(430%);
  }
}

html.fs-site-preview .fs-video-gap-artifacts {
  display: grid;
  height: 408px;
  min-width: 0;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  grid-template-rows: 96px 146px 146px;
  gap: 10px;
}

html.fs-site-preview .fs-video-gap-artifact {
  min-width: 0;
  margin: 0;
  overflow: hidden;
}

html.fs-site-preview .fs-video-gap-artifact.is-transcript {
  grid-column: 1 / -1;
  padding: 14px 18px;
  background: #f2eee6;
  color: #161816;
}

html.fs-site-preview .fs-video-gap-artifact.is-transcript > small {
  display: block;
  margin-bottom: 9px;
  color: #5d625e;
  font: 690 0.6rem / 1 var(--font-mono);
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

html.fs-site-preview .fs-video-gap-artifact.is-transcript p {
  max-width: 58ch;
  margin: 0;
  font: 600 clamp(0.72rem, 1.05vw, 0.9rem) / 1.36 var(--font-sans);
  letter-spacing: -0.015em;
}

html.fs-site-preview .fs-video-gap-artifact.is-transcript mark {
  padding: 0 2px;
  background: rgba(244, 86, 107, 0.72);
  color: #161816;
}

html.fs-site-preview .fs-video-gap-artifact.is-person {
  grid-column: 1 / 4;
}

html.fs-site-preview .fs-video-gap-artifact.is-product {
  grid-column: 4 / -1;
}

html.fs-site-preview .fs-video-gap-artifact.is-company {
  grid-column: 1 / 6;
}

html.fs-site-preview .fs-video-gap-artifact.is-moment {
  grid-column: 6 / -1;
}

html.fs-site-preview figure.fs-video-gap-artifact {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  background: #101311;
}

html.fs-site-preview figure.fs-video-gap-artifact > img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

html.fs-site-preview .fs-video-gap-artifact.is-person > img {
  object-position: center 24%;
}

html.fs-site-preview .fs-video-gap-artifact.is-company > img {
  object-position: center 34%;
}

html.fs-site-preview figure.fs-video-gap-artifact figcaption {
  display: grid;
  min-height: 42px;
  padding: 8px 10px 9px;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: baseline;
  gap: 4px 10px;
  background: #080d0b;
}

html.fs-site-preview figure.fs-video-gap-artifact figcaption span {
  color: var(--fs-preview-coral);
  font: 680 0.58rem / 1 var(--font-mono);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

html.fs-site-preview figure.fs-video-gap-artifact figcaption strong {
  min-width: 0;
  overflow: hidden;
  color: #f8f1e7;
  font: 620 0.72rem / 1 var(--font-sans);
  letter-spacing: -0.015em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html.fs-site-preview figure.fs-video-gap-artifact figcaption small {
  grid-column: 2;
  color: #777d78;
  font: 540 0.61rem / 1.2 var(--font-sans);
}

html.fs-site-preview.fs-preview-motion-ready .fs-video-gap.is-ready .fs-video-gap-artifact {
  animation: fs-video-gap-artifact 560ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

html.fs-site-preview.fs-preview-motion-ready .fs-video-gap.is-ready .fs-video-gap-artifact:nth-child(2) {
  animation-delay: 460ms;
}

html.fs-site-preview.fs-preview-motion-ready .fs-video-gap.is-ready .fs-video-gap-artifact:nth-child(3) {
  animation-delay: 580ms;
}

html.fs-site-preview.fs-preview-motion-ready .fs-video-gap.is-ready .fs-video-gap-artifact:nth-child(4) {
  animation-delay: 700ms;
}

html.fs-site-preview.fs-preview-motion-ready .fs-video-gap.is-ready .fs-video-gap-artifact:nth-child(5) {
  animation-delay: 820ms;
}

@keyframes fs-video-gap-artifact {
  from {
    opacity: 0.2;
    transform: translateY(14px);
    clip-path: inset(0 0 38% 0);
  }
  to {
    opacity: 1;
    transform: none;
    clip-path: inset(0);
  }
}

html.fs-site-preview .fs-video-gap-payoff {
  display: grid;
  padding-top: clamp(14px, 2vw, 26px);
  grid-column: 1 / -1;
  grid-template-columns: minmax(180px, 0.55fr) minmax(0, 1.45fr);
  align-items: end;
  gap: clamp(28px, 5vw, 72px);
}

html.fs-site-preview .fs-video-gap-payoff > span {
  max-width: 20ch;
  color: #858a86;
  font: 670 0.66rem / 1.45 var(--font-mono);
  letter-spacing: 0.025em;
}

html.fs-site-preview .fs-video-gap-payoff h3 {
  max-width: 22ch;
  margin: 0;
  font: 610 clamp(2rem, 4.2vw, 3.85rem) / 0.98 var(--font-display);
  letter-spacing: -0.04em;
  text-wrap: balance;
}

html.fs-site-preview .fs-video-gap-payoff h3 small,
html.fs-site-preview .fs-video-gap-payoff h3 strong {
  display: block;
  font: inherit;
}

html.fs-site-preview .fs-video-gap-payoff h3 small {
  color: #f8f1e7;
}

html.fs-site-preview .fs-video-gap-payoff h3 strong {
  color: var(--fs-preview-coral);
  font-weight: 610;
}

html.fs-site-preview.fs-preview-motion-ready .fs-video-gap.is-ready .fs-video-gap-payoff {
  animation: fs-video-gap-payoff 640ms 980ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes fs-video-gap-payoff {
  from {
    opacity: 0.25;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* The real source footage occupies the full chapter. */
html.fs-site-preview .fs-source-reveal {
  position: relative;
  min-height: min(92svh, 940px);
  overflow: hidden;
  background: #080706;
  color: #fff;
}

html.fs-site-preview .fs-source-film {
  position: relative;
  width: 100%;
  min-height: min(92svh, 940px);
  margin: 0;
  overflow: hidden;
}

html.fs-site-preview .fs-source-film video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.9) contrast(1.02);
}

html.fs-site-preview .fs-source-wash {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 7, 6, 0.54), transparent 29%),
    linear-gradient(0deg, rgba(8, 7, 6, 0.94), transparent 64%);
  pointer-events: none;
}

html.fs-site-preview .fs-source-film-label {
  position: absolute;
  z-index: 2;
  top: clamp(28px, 5vw, 64px);
  left: max(clamp(20px, 5vw, 72px), calc((100vw - 1180px) / 2));
  display: flex;
  align-items: center;
  gap: 12px;
  font: 650 0.82rem / 1 var(--font-sans);
}

html.fs-site-preview .fs-source-film-label span {
  display: inline-flex;
  min-height: 28px;
  padding: 0 10px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(8, 7, 6, 0.7);
  color: #f8f1e7;
  font: 650 0.72rem / 1 var(--font-sans);
}

html.fs-site-preview .fs-source-film-controls {
  position: absolute;
  z-index: 3;
  top: clamp(28px, 5vw, 64px);
  right: max(clamp(20px, 5vw, 72px), calc((100vw - 1180px) / 2));
  display: flex;
  gap: 8px;
}

html.fs-site-preview .fs-source-film-controls button {
  min-width: 74px;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 22px;
  background: rgba(8, 7, 6, 0.78);
  color: #fff;
  font: 650 0.75rem / 1 var(--font-sans);
  cursor: pointer;
  transition:
    border-color 160ms ease,
    background 160ms ease;
}

html.fs-site-preview .fs-source-film-controls button:hover {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(8, 7, 6, 0.94);
}

html.fs-site-preview .fs-source-quote-play {
  position: absolute;
  z-index: 4;
  top: 48%;
  left: 50%;
  display: grid;
  min-width: 104px;
  padding: 0;
  place-items: center;
  gap: 8px;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  transform: translate(-50%, -50%);
}

html.fs-site-preview .fs-source-quote-play > i {
  position: relative;
  display: block;
  width: 68px;
  height: 68px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 50%;
  background: var(--fs-preview-coral);
  transition:
    background-color 180ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

html.fs-site-preview .fs-source-quote-play > i::after {
  position: absolute;
  top: 24px;
  left: 28px;
  width: 16px;
  height: 20px;
  background: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
}

html.fs-site-preview .fs-source-quote-play > span {
  color: #f8f1e7;
  font: 650 0.68rem / 1 var(--font-sans);
}

html.fs-site-preview .fs-source-quote-play > strong {
  color: var(--fs-preview-coral-bright);
  font: 650 1.05rem / 1 var(--font-mono);
}

html.fs-site-preview .fs-source-quote-play:hover > i {
  background: var(--fs-preview-coral-bright);
  transform: scale(1.035);
}

html.fs-site-preview .fs-source-quote-play:active > i {
  transform: scale(0.97);
}

html.fs-site-preview .fs-source-quote-play:focus-visible {
  outline: 2px solid var(--fs-preview-coral);
  outline-offset: 7px;
}

html.fs-site-preview .fs-source-film figcaption {
  position: absolute;
  z-index: 2;
  right: max(clamp(20px, 5vw, 72px), calc((100vw - 1180px) / 2));
  bottom: clamp(92px, 11vw, 136px);
  left: max(clamp(20px, 5vw, 72px), calc((100vw - 1180px) / 2));
  display: grid;
  grid-template-columns: minmax(0, 880px);
  align-items: start;
  justify-content: center;
}

html.fs-site-preview .fs-source-film blockquote {
  max-width: 17ch;
  margin: 0;
  color: #fff;
  font: 590 clamp(2.35rem, 5.6vw, 5.4rem) / 0.96 var(--font-display);
  letter-spacing: -0.04em;
  text-wrap: balance;
}

html.fs-site-preview .fs-source-film blockquote > span {
  position: relative;
  display: inline-block;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

html.fs-site-preview .fs-source-film blockquote > span::after {
  position: absolute;
  right: 0.03em;
  bottom: -0.07em;
  left: 0.03em;
  height: 0.035em;
  background: var(--fs-preview-coral);
  content: "";
  transform: scaleX(1);
  transform-origin: left;
}

html.fs-site-preview .fs-source-film figcaption p {
  display: flex;
  margin: 18px 0 0;
  align-items: center;
  gap: 12px;
  color: #d7d1c8;
  font: 550 0.86rem / 1.2 var(--font-sans);
}

html.fs-site-preview .fs-source-film figcaption p span::before {
  content: "·";
  margin-right: 12px;
  color: #7f857f;
}

html.fs-site-preview .fs-source-transport {
  position: absolute;
  z-index: 3;
  right: max(clamp(20px, 5vw, 72px), calc((100vw - 1180px) / 2));
  bottom: clamp(24px, 3vw, 38px);
  left: max(clamp(20px, 5vw, 72px), calc((100vw - 1180px) / 2));
  display: grid;
  min-height: 44px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  color: #f8f1e7;
}

html.fs-site-preview .fs-source-transport input {
  width: 100%;
  height: 44px;
  margin: 0;
  appearance: none;
  background: transparent;
  cursor: pointer;
}

html.fs-site-preview .fs-source-transport input::-webkit-slider-runnable-track {
  height: 3px;
  background: linear-gradient(
    90deg,
    var(--fs-preview-coral) 0 var(--film-progress, 34.68%),
    rgba(255, 255, 255, 0.48) var(--film-progress, 34.68%) 100%
  );
}

html.fs-site-preview .fs-source-transport input::-moz-range-track {
  height: 3px;
  border: 0;
  background: rgba(255, 255, 255, 0.48);
}

html.fs-site-preview .fs-source-transport input::-moz-range-progress {
  height: 3px;
  background: var(--fs-preview-coral);
}

html.fs-site-preview .fs-source-transport input::-webkit-slider-thumb {
  width: 18px;
  height: 18px;
  margin-top: -7.5px;
  appearance: none;
  border: 3px solid #080706;
  border-radius: 50%;
  background: var(--fs-preview-coral);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85);
}

html.fs-site-preview .fs-source-transport input::-moz-range-thumb {
  width: 14px;
  height: 14px;
  border: 3px solid #080706;
  border-radius: 50%;
  background: var(--fs-preview-coral);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85);
}

html.fs-site-preview .fs-source-transport span {
  min-width: 92px;
  font: 650 0.7rem / 1 var(--font-mono);
  text-align: right;
}

html.fs-site-preview.fs-preview-motion-ready .fs-source-reveal .fs-source-film-label,
html.fs-site-preview.fs-preview-motion-ready .fs-source-reveal .fs-source-film-controls,
html.fs-site-preview.fs-preview-motion-ready .fs-source-reveal .fs-source-quote-play,
html.fs-site-preview.fs-preview-motion-ready .fs-source-reveal figcaption p,
html.fs-site-preview.fs-preview-motion-ready .fs-source-reveal .fs-source-transport {
  opacity: 0;
  transform: translateY(12px);
  transition:
    opacity 520ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 620ms cubic-bezier(0.16, 1, 0.3, 1);
}

html.fs-site-preview.fs-preview-motion-ready .fs-source-reveal .fs-source-film-label,
html.fs-site-preview.fs-preview-motion-ready .fs-source-reveal .fs-source-film-controls {
  transform: translateY(-9px);
}

html.fs-site-preview.fs-preview-motion-ready .fs-source-reveal .fs-source-quote-play {
  transform: translate(-50%, calc(-50% + 12px));
}

html.fs-site-preview.fs-preview-motion-ready .fs-source-reveal blockquote > span {
  clip-path: inset(0 100% 0 0);
  opacity: 0;
  transition:
    clip-path 660ms cubic-bezier(0.16, 1, 0.3, 1),
    opacity 260ms cubic-bezier(0.16, 1, 0.3, 1);
}

html.fs-site-preview.fs-preview-motion-ready .fs-source-reveal blockquote > span::after {
  transform: scaleX(0);
  transition: transform 520ms 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

html.fs-site-preview.fs-preview-motion-ready .fs-source-reveal .fs-source-transport {
  transform: translateY(8px) scaleX(0.985);
  transform-origin: center;
}

html.fs-site-preview.fs-preview-motion-ready .fs-source-reveal.is-ready .fs-source-film-label,
html.fs-site-preview.fs-preview-motion-ready .fs-source-reveal.is-ready .fs-source-film-controls,
html.fs-site-preview.fs-preview-motion-ready .fs-source-reveal.is-ready .fs-source-quote-play,
html.fs-site-preview.fs-preview-motion-ready .fs-source-reveal.is-ready figcaption p,
html.fs-site-preview.fs-preview-motion-ready .fs-source-reveal.is-ready .fs-source-transport {
  opacity: 1;
  transform: none;
}

html.fs-site-preview.fs-preview-motion-ready .fs-source-reveal.is-ready .fs-source-quote-play {
  transform: translate(-50%, -50%);
}

html.fs-site-preview.fs-preview-motion-ready .fs-source-reveal.is-ready blockquote > span {
  clip-path: inset(0);
  opacity: 1;
}

html.fs-site-preview.fs-preview-motion-ready .fs-source-reveal.is-ready blockquote > span::after {
  transform: scaleX(1);
}

html.fs-site-preview.fs-preview-motion-ready .fs-source-reveal.is-ready .fs-source-film-label {
  transition-delay: 60ms;
}

html.fs-site-preview.fs-preview-motion-ready .fs-source-reveal.is-ready .fs-source-film-controls {
  transition-delay: 110ms;
}

html.fs-site-preview.fs-preview-motion-ready .fs-source-reveal.is-ready .fs-source-quote-play {
  transition-delay: 170ms;
}

html.fs-site-preview.fs-preview-motion-ready .fs-source-reveal.is-ready figcaption p {
  transition-delay: 540ms;
}

html.fs-site-preview.fs-preview-motion-ready .fs-source-reveal.is-ready .fs-source-transport {
  transition-delay: 620ms;
}

html.fs-site-preview.fs-preview-motion-ready .fs-source-film.is-quote-pulled blockquote > span {
  animation: fsSourceQuotePull 560ms both cubic-bezier(0.16, 1, 0.3, 1);
}

html.fs-site-preview.fs-preview-motion-ready .fs-source-film.is-quote-pulled blockquote > span::after {
  animation: fsSourceQuoteRule 520ms 300ms both cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes fsSourceQuotePull {
  from {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    clip-path: inset(0);
    opacity: 1;
    transform: none;
  }
}

@keyframes fsSourceQuoteRule {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

/* The full film is scanned once, its source facts cross into code, and the answer returns. */
html.fs-site-preview .fs-answer-reveal {
  background: #eeeae3;
}

html.fs-site-preview .fs-answer-reveal .fs-reveal-head h2 {
  max-width: 15ch;
}

html.fs-site-preview .fs-answer-reveal .fs-reveal-wrap {
  width: min(1380px, calc(100% - clamp(40px, 7vw, 88px)));
}

html.fs-site-preview.fs-motion-ready
  .fs-answer-reveal
  .fs-reveal-head
  > p[data-fs-enter] {
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
}

html.fs-site-preview .fs-source-scan {
  overflow: visible;
  border: 0;
  background: transparent;
  color: #171b18;
}

html.fs-site-preview .fs-source-scan-head {
  display: flex;
  min-height: 40px;
  margin-bottom: 16px;
  padding: 0;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

html.fs-site-preview .fs-source-scan-head > span,
html.fs-site-preview .fs-source-scan-head > strong {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #2a2f2b;
  font: 650 0.76rem / 1 var(--font-sans);
}

html.fs-site-preview .fs-source-scan-head > span i {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--fs-preview-coral);
}

html.fs-site-preview .fs-source-scan-head > strong {
  color: #656b66;
  font-weight: 580;
}

html.fs-site-preview .fs-source-scan-grid {
  --scan-gap: clamp(8px, 1vw, 14px);
  display: grid;
  grid-template-columns:
    minmax(300px, 1.2fr)
    48px
    minmax(330px, 1fr)
    48px
    minmax(270px, 0.8fr);
  gap: var(--scan-gap);
  align-items: start;
}

html.fs-site-preview .fs-source-scan-grid > section {
  position: relative;
  min-width: 0;
  min-height: 0;
}

html.fs-site-preview .fs-source-scan-film figure {
  position: relative;
  display: grid;
  width: 100%;
  min-height: 0;
  aspect-ratio: 16 / 9;
  margin: 0;
  overflow: hidden;
  place-items: center;
  background: #090d0b;
}

html.fs-site-preview .fs-source-scan-film video {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.03);
}

html.fs-site-preview .fs-source-scan-flow {
  display: grid;
  min-height: 210px;
  padding-top: 92px;
  align-content: start;
  justify-items: center;
  gap: 8px;
  color: #6c716c;
  opacity: 0.35;
  transform: translateX(-8px);
  transition:
    color 260ms cubic-bezier(0.16, 1, 0.3, 1),
    opacity 360ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 460ms cubic-bezier(0.16, 1, 0.3, 1);
}

html.fs-site-preview .fs-source-scan-flow span {
  font: 650 0.56rem / 1 var(--font-sans);
  text-align: center;
}

html.fs-site-preview .fs-source-scan-flow b {
  color: inherit;
  font: 500 1.8rem / 1 var(--font-display);
}

html.fs-site-preview .fs-source-scan-flow.is-active {
  color: var(--fs-preview-coral);
  opacity: 1;
  transform: none;
}

html.fs-site-preview .fs-source-scan-film-label {
  position: absolute;
  z-index: 4;
  top: 16px;
  left: 16px;
  padding: 7px 9px;
  background: rgba(7, 11, 9, 0.82);
  color: #f8f1e7;
  font: 650 0.64rem / 1 var(--font-sans);
}

html.fs-site-preview .fs-source-scan-sweep {
  position: absolute;
  z-index: 3;
  inset: 0 0 auto;
  height: 22%;
  background: rgba(244, 86, 107, 0.13);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-110%);
}

html.fs-site-preview .fs-source-scan.is-scanning .fs-source-scan-sweep {
  animation: fsSourceScanSweep 1520ms cubic-bezier(0.65, 0, 0.35, 1) 4 both;
}

@keyframes fsSourceScanSweep {
  0%,
  7% {
    opacity: 0;
    transform: translateY(-110%);
  }
  15% {
    opacity: 0.78;
  }
  84% {
    opacity: 0.68;
  }
  to {
    opacity: 0;
    transform: translateY(465%);
  }
}

html.fs-site-preview .fs-source-scan-transport {
  position: absolute;
  z-index: 5;
  right: 16px;
  bottom: 16px;
  left: 16px;
  display: grid;
  min-height: 42px;
  padding: 0 12px;
  grid-template-columns: auto minmax(60px, 1fr) auto;
  align-items: center;
  gap: 12px;
  background: rgba(7, 11, 9, 0.88);
  color: #f8f1e7;
}

html.fs-site-preview .fs-source-scan-transport button {
  display: inline-flex;
  min-width: 58px;
  min-height: 36px;
  padding: 0;
  align-items: center;
  gap: 7px;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: 640 0.62rem / 1 var(--font-sans);
}

html.fs-site-preview .fs-source-scan-transport button > i {
  display: block;
  width: 8px;
  height: 12px;
  border-right: 2px solid currentColor;
  border-left: 2px solid currentColor;
}

html.fs-site-preview .fs-source-scan-transport button.is-paused > i {
  width: 0;
  height: 0;
  margin-left: 1px;
  border: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid currentColor;
}

html.fs-site-preview .fs-source-scan-track {
  display: block;
  height: 2px;
  overflow: hidden;
  background: rgba(248, 241, 231, 0.28);
}

html.fs-site-preview .fs-source-scan-track > i {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--fs-preview-coral);
  transform: scaleX(0);
  transform-origin: left;
}

html.fs-site-preview .fs-source-scan-transport time {
  color: #f8f1e7;
  font: 650 0.61rem / 1 var(--font-mono);
  white-space: nowrap;
}

html.fs-site-preview .fs-source-scan-findings {
  padding: 28px 0 0;
  background: transparent;
}

html.fs-site-preview .fs-source-scan-findings header small,
html.fs-site-preview .fs-source-scan-code header small,
html.fs-site-preview .fs-source-scan-answer small,
html.fs-site-preview .fs-source-scan-context small,
html.fs-site-preview .fs-source-scan-transcript figcaption small {
  display: block;
  color: var(--fs-preview-coral);
  font: 700 0.66rem / 1 var(--font-sans);
}

html.fs-site-preview .fs-source-scan-findings header strong,
html.fs-site-preview .fs-source-scan-code header strong {
  display: block;
  margin-top: 8px;
  font: 630 clamp(1.12rem, 1.45vw, 1.38rem) / 1.07 var(--font-display);
  letter-spacing: -0.02em;
}

html.fs-site-preview .fs-source-scan-entities {
  display: grid;
  margin: 20px 0 0;
  padding: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #d3cec6;
  list-style: none;
}

html.fs-site-preview .fs-source-scan-findings [data-scan-finding] {
  opacity: 0;
  filter: blur(4px);
  transform: translateY(10px);
  transition:
    opacity 360ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 420ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 460ms cubic-bezier(0.22, 1, 0.36, 1);
}

html.fs-site-preview .fs-source-scan-findings [data-scan-finding].is-found {
  opacity: 1;
  filter: none;
  transform: none;
}

html.fs-site-preview .fs-source-scan-findings li {
  position: relative;
  display: grid;
  min-height: 92px;
  padding: 12px 10px 12px 0;
  grid-template-columns: 72px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid #d3cec6;
}

html.fs-site-preview .fs-source-scan-findings li + li {
  padding-left: 12px;
  border-left: 1px solid #d3cec6;
}

html.fs-site-preview .fs-source-scan-findings li.is-company {
  min-height: 76px;
  padding-left: 0;
  grid-column: 1 / -1;
  grid-template-columns: 152px minmax(0, 1fr);
  border-left: 0;
}

html.fs-site-preview .fs-source-scan-findings figure {
  display: grid;
  width: 72px;
  height: 58px;
  margin: 0;
  overflow: hidden;
  place-items: center;
  background: #101410;
}

html.fs-site-preview .fs-source-scan-findings li.is-person figure {
  width: 68px;
  height: 68px;
  border: 2px solid var(--fs-preview-coral);
  border-radius: 50%;
}

html.fs-site-preview
  .fs-source-scan-findings
  li.is-company
  figure.fs-source-web-context {
  display: flex;
  width: 152px;
  height: 66px;
  overflow: visible;
  align-items: center;
  justify-content: flex-start;
  background: transparent;
}

html.fs-site-preview
  .fs-source-scan-findings
  li.is-company
  .fs-source-web-context
  img {
  position: relative;
  width: 44px;
  height: 58px;
  flex: 0 0 44px;
  margin-left: -17px;
  border: 2px solid #eeeae3;
  background: #f7f3ec;
  object-fit: cover;
}

html.fs-site-preview
  .fs-source-scan-findings
  li.is-company
  .fs-source-web-context
  img:first-child {
  margin-left: 0;
}

html.fs-site-preview
  .fs-source-scan-findings
  li.is-company
  .fs-source-web-context
  img:nth-child(1) {
  z-index: 5;
  transform: rotate(-3deg);
}

html.fs-site-preview
  .fs-source-scan-findings
  li.is-company
  .fs-source-web-context
  img:nth-child(2) {
  z-index: 4;
  transform: rotate(2deg);
}

html.fs-site-preview
  .fs-source-scan-findings
  li.is-company
  .fs-source-web-context
  img:nth-child(3) {
  z-index: 3;
  transform: rotate(-1deg);
}

html.fs-site-preview
  .fs-source-scan-findings
  li.is-company
  .fs-source-web-context
  img:nth-child(4) {
  z-index: 2;
  transform: rotate(3deg);
}

html.fs-site-preview
  .fs-source-scan-findings
  li.is-company
  .fs-source-web-context
  img:nth-child(5) {
  z-index: 1;
  transform: rotate(-2deg);
}

html.fs-site-preview .fs-source-scan-findings figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

html.fs-site-preview .fs-source-scan-findings li.is-person figure img {
  object-position: 50% 42%;
}

html.fs-site-preview .fs-source-scan-findings li small {
  display: block;
  color: #777b77;
  font: 650 0.58rem / 1 var(--font-sans);
}

html.fs-site-preview .fs-source-scan-findings li strong {
  display: block;
  margin-top: 5px;
  overflow: hidden;
  color: #242925;
  font: 650 0.76rem / 1.18 var(--font-sans);
  text-overflow: clip;
  white-space: normal;
}

html.fs-site-preview .fs-source-scan-findings li em {
  display: block;
  margin-top: 4px;
  overflow: hidden;
  color: #777b77;
  font: 560 0.55rem / 1.1 var(--font-sans);
  font-style: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html.fs-site-preview
  .fs-source-scan-findings
  figure.fs-source-scan-transcript {
  display: block;
  width: auto;
  height: auto;
  margin: 20px 0 0;
  padding: 18px 0 0;
  overflow: visible;
  border-top: 1px solid #d3cec6;
  background: transparent;
}

html.fs-site-preview .fs-source-scan-transcript figcaption {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

html.fs-site-preview .fs-source-scan-transcript figcaption strong {
  color: #737873;
  font: 600 0.6rem / 1 var(--font-sans);
  white-space: nowrap;
}

/* The said layer is a blockquote (somebody spoke it); the seen layer is a
   paragraph (the footage was read, nobody said it). Same type treatment, honest
   markup. */
html.fs-site-preview .fs-source-scan-transcript blockquote,
html.fs-site-preview .fs-source-scan-transcript > p {
  margin: 13px 0 0;
  color: #292e2a;
  font: 560 clamp(0.82rem, 1.02vw, 0.96rem) / 1.46 var(--font-sans);
  letter-spacing: -0.012em;
}

html.fs-site-preview .fs-source-scan-transcript mark {
  background: transparent;
  color: var(--fs-preview-coral);
  font-weight: 720;
}

html.fs-site-preview .fs-source-scan-moments {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid #d3cec6;
}

html.fs-site-preview .fs-source-scan-moments > header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

html.fs-site-preview .fs-source-scan-moments > header strong {
  margin: 0;
  color: #292e2a;
  font: 630 0.72rem / 1.15 var(--font-sans);
  letter-spacing: -0.01em;
}

html.fs-site-preview .fs-source-scan-moments > div {
  display: grid;
  margin-top: 13px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

html.fs-site-preview .fs-source-scan-moments figure {
  position: relative;
  display: grid;
  width: auto;
  height: auto;
  grid-template-rows: auto auto;
  margin: 0;
  overflow: visible;
  background: transparent;
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity 360ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 460ms cubic-bezier(0.22, 1, 0.36, 1);
}

html.fs-site-preview .fs-source-scan-moments figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transform: scale(1.04);
  transition: transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
}

html.fs-site-preview .fs-source-scan-moments figure figcaption {
  position: static;
  display: flex;
  min-width: 0;
  min-height: 40px;
  padding: 7px 1px 0;
  align-items: flex-start;
  justify-content: space-between;
  gap: 5px;
  background: transparent;
  color: #292e2a;
}

html.fs-site-preview .fs-source-scan-moments figure figcaption span {
  min-width: 0;
  font: 620 0.55rem / 1.22 var(--font-sans);
  white-space: normal;
}

html.fs-site-preview .fs-source-scan-moments figure figcaption time {
  flex: 0 0 auto;
  color: #5d635e;
  font: 650 0.5rem / 1 var(--font-mono);
}

html.fs-site-preview .fs-source-scan-moments.is-found figure {
  opacity: 1;
  transform: none;
}

html.fs-site-preview .fs-source-scan-moments.is-found figure img {
  transform: none;
}

html.fs-site-preview .fs-source-scan-moments.is-found figure:nth-child(1) {
  transition-delay: 80ms;
}

html.fs-site-preview .fs-source-scan-moments.is-found figure:nth-child(2) {
  transition-delay: 150ms;
}

html.fs-site-preview .fs-source-scan-moments.is-found figure:nth-child(3) {
  transition-delay: 220ms;
}

html.fs-site-preview .fs-source-scan-moments.is-found figure:nth-child(4) {
  transition-delay: 290ms;
}

html.fs-site-preview .fs-source-scan-moments.is-found figure:nth-child(5) {
  transition-delay: 360ms;
}

html.fs-site-preview .fs-source-scan-moments.is-found figure:nth-child(6) {
  transition-delay: 430ms;
}

html.fs-site-preview .fs-source-scan-context {
  margin: 14px 0 0;
  opacity: 0;
  filter: blur(4px);
  transform: translateY(8px);
  transition:
    opacity 360ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 420ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 460ms cubic-bezier(0.16, 1, 0.3, 1);
}

html.fs-site-preview .fs-source-scan-context.is-visible {
  opacity: 1;
  filter: none;
  transform: none;
}

html.fs-site-preview .fs-source-scan-context strong {
  display: block;
  margin-top: 6px;
  color: #4e544f;
  font: 620 0.66rem / 1.25 var(--font-sans);
}

html.fs-site-preview .fs-source-scan-code {
  min-height: 420px !important;
  margin-top: 0;
  padding: 22px 20px 16px;
  background: #0b100e;
  color: #f8f1e7;
}

html.fs-site-preview .fs-source-scan-code > header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

html.fs-site-preview .fs-source-scan-code > header > span {
  min-width: 0;
}

html.fs-site-preview.fs-preview-motion-ready .fs-source-scan-code {
  opacity: 0.72;
  transform: translateY(10px);
  transition:
    opacity 420ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

html.fs-site-preview.fs-preview-motion-ready
  .fs-source-scan.is-code-active
  .fs-source-scan-code {
  opacity: 1;
  transform: none;
}

html.fs-site-preview .fs-source-scan-code header strong {
  color: #f8f1e7;
}

html.fs-site-preview .fs-source-scan-code pre {
  position: relative;
  min-height: 278px;
  max-height: 278px;
  margin: 20px 0 0;
  overflow: hidden;
  color: #c7ccc8;
  font: 500 clamp(0.68rem, 0.82vw, 0.78rem) / 1.48 var(--font-mono);
  overflow-wrap: anywhere;
  white-space: pre-wrap;
  -webkit-mask-image: linear-gradient(#000 0 76%, transparent 100%);
  mask-image: linear-gradient(#000 0 76%, transparent 100%);
  transition: max-height 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

html.fs-site-preview .fs-source-scan-code code > span {
  display: block;
  opacity: 0.08;
  clip-path: inset(0 100% 0 0);
  transform: translateY(4px);
  transition:
    opacity 180ms cubic-bezier(0.16, 1, 0.3, 1),
    clip-path 360ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 360ms cubic-bezier(0.16, 1, 0.3, 1);
}

html.fs-site-preview .fs-source-scan-code code > span.is-written {
  opacity: 1;
  clip-path: inset(0);
  transform: none;
}

html.fs-site-preview .fs-source-scan-code code b {
  color: var(--fs-preview-coral);
  font-weight: 560;
}

html.fs-site-preview .fs-source-scan-cursor {
  display: block;
  width: 7px;
  height: 14px;
  margin-top: 2px;
  background: var(--fs-preview-coral);
  opacity: 0;
}

html.fs-site-preview .fs-source-scan-cursor.is-writing {
  animation: fsSourceCodeCursor 680ms steps(1, end) infinite;
}

@keyframes fsSourceCodeCursor {
  0%,
  48% {
    opacity: 1;
  }
  49%,
  100% {
    opacity: 0;
  }
}

html.fs-site-preview .fs-source-scan-code > p {
  display: flex;
  margin: 14px 0 0;
  align-items: center;
  gap: 8px;
  color: #858c87;
  font: 620 0.66rem / 1 var(--font-sans);
  transition: color 300ms cubic-bezier(0.16, 1, 0.3, 1);
}

html.fs-site-preview .fs-source-scan-code > p i {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #656b66;
  transition: background-color 300ms cubic-bezier(0.16, 1, 0.3, 1);
}

html.fs-site-preview .fs-source-scan-code > p.is-ready {
  color: #d3d7d4;
}

html.fs-site-preview .fs-source-scan-code > p.is-ready i {
  background: var(--fs-preview-coral);
}

html.fs-site-preview .fs-source-scan-answer {
  display: grid;
  min-height: 126px;
  margin-top: 24px;
  padding: 20px;
  grid-template-columns: 30px minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  border-top: 1px solid #cbc5bc;
  border-bottom: 1px solid #cbc5bc;
  background: #f7f3ec !important;
  isolation: isolate;
}

html.fs-site-preview .fs-source-scan-answer > * {
  opacity: 0;
  filter: blur(4px);
  transform: translateY(8px);
  transition:
    opacity 400ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 460ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

html.fs-site-preview .fs-source-scan.is-answer-ready .fs-source-scan-answer > * {
  opacity: 1;
  filter: none;
  transform: none;
}

html.fs-site-preview .fs-source-scan-answer > img {
  width: 30px;
  height: 30px;
}

html.fs-site-preview .fs-source-scan-answer p {
  max-width: 64ch;
  margin: 8px 0 0;
  color: #252a27;
  font: 540 clamp(0.92rem, 1.32vw, 1.06rem) / 1.42 var(--font-sans);
}

html.fs-site-preview .fs-source-scan-answer p strong {
  color: #111513;
}

html.fs-site-preview .fs-source-scan-answer > a {
  display: grid;
  min-width: 142px;
  min-height: 44px;
  padding-left: 16px;
  align-content: center;
  gap: 8px;
  border-left: 1px solid #d3cec6;
  color: #222724;
  text-decoration: none;
}

html.fs-site-preview .fs-source-scan-answer > a span {
  display: grid;
  gap: 5px;
  color: #202521;
}

html.fs-site-preview .fs-source-scan-answer > a span strong {
  color: #202521;
  font: 680 0.78rem / 1.05 var(--font-sans);
}

html.fs-site-preview .fs-source-scan-answer > a span small {
  color: #5b615c;
  font: 580 0.62rem / 1 var(--font-sans);
}

html.fs-site-preview .fs-source-scan-answer > a b {
  color: #171b18;
  font: 680 0.74rem / 1 var(--font-sans);
  text-decoration: underline;
  text-decoration-color: var(--fs-preview-coral);
  text-underline-offset: 5px;
}

/* One film, three steps. The deeper product tour lives on its own page. */
html.fs-site-preview .fs-system-reveal {
  padding: clamp(78px, 10vw, 142px) 0;
  border-top: 1px solid rgba(248, 241, 231, 0.1);
  border-bottom: 1px solid rgba(248, 241, 231, 0.1);
  background: #080d0b;
  color: #f8f1e7;
}

html.fs-site-preview .fs-system-wrap {
  width: min(1180px, calc(100% - clamp(40px, 10vw, 88px)));
  margin-inline: auto;
}

html.fs-site-preview .fs-memory-wrap > header > span,
html.fs-site-preview .fs-buyer-fit-head > span {
  color: #f4566b;
  font: 650 0.72rem / 1 var(--font-sans);
}

html.fs-site-preview .fs-system-head {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  gap: clamp(42px, 9vw, 126px);
  align-items: end;
  margin-bottom: clamp(42px, 6vw, 72px);
}

html.fs-site-preview .fs-system-head h2 {
  margin: 0;
  color: #f8f1e7;
  font: 610 clamp(3rem, 6.4vw, 6rem) / 0.9 var(--font-display);
  letter-spacing: -0.04em;
}

html.fs-site-preview .fs-system-head p {
  max-width: 28ch;
  margin: 0;
  color: #aaa9a3;
  font: 500 clamp(1.08rem, 2vw, 1.55rem) / 1.25 var(--font-sans);
  letter-spacing: -0.02em;
  text-wrap: balance;
}

html.fs-site-preview .fs-system-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.34fr) minmax(300px, 0.66fr);
  gap: clamp(44px, 7vw, 84px);
  align-items: stretch;
}

html.fs-site-preview .fs-system-film {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid #30302c;
  border-radius: 2px;
  background: #090d0b;
  box-shadow: none;
}

html.fs-site-preview .fs-system-film video {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 430px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  cursor: pointer;
}

html.fs-site-preview .fs-system-film video:focus-visible {
  outline: 2px solid var(--fs-preview-coral);
  outline-offset: -4px;
}

html.fs-site-preview .fs-system-film:fullscreen,
html.fs-site-preview .fs-system-film:-webkit-full-screen {
  display: grid;
  width: 100vw;
  height: 100vh;
  margin: 0;
  place-items: center;
  border: 0;
  background: #050807;
}

html.fs-site-preview .fs-system-film:fullscreen video,
html.fs-site-preview .fs-system-film:-webkit-full-screen video {
  width: 100%;
  height: 100%;
  min-height: 0;
  aspect-ratio: auto;
  object-fit: contain;
}

html.fs-site-preview .fs-system-film-controls {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: flex;
  gap: 8px;
}

html.fs-site-preview .fs-system-film-controls button {
  min-width: 72px;
  min-height: 44px;
  padding: 0 15px;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 22px;
  background: rgba(7, 11, 9, 0.78);
  color: #fff;
  font: 650 0.74rem / 1 var(--font-sans);
  backdrop-filter: blur(10px);
  cursor: pointer;
}

html.fs-site-preview .fs-system-film-controls button:hover {
  border-color: var(--fs-preview-coral);
  background: rgba(17, 24, 21, 0.92);
}

html.fs-site-preview .fs-system-film-controls button:focus-visible {
  outline: 2px solid var(--fs-preview-coral);
  outline-offset: 3px;
}

html.fs-site-preview .fs-system-steps {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

html.fs-site-preview .fs-system-steps ol {
  margin: 0;
  padding: 0;
  border-top: 1px solid #303833;
  list-style: none;
}

html.fs-site-preview .fs-system-steps li {
  position: relative;
  display: grid;
  min-height: 126px;
  padding: 20px 0;
  grid-template-columns: 62px minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  border-bottom: 1px solid #303833;
  opacity: 0;
  transform: translateY(12px);
  transition:
    opacity 440ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 520ms cubic-bezier(0.22, 1, 0.36, 1),
    background-color 260ms ease;
}

html.fs-site-preview .fs-system-steps li::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: #f4566b;
  content: "";
  transform: scaleX(var(--system-step-progress, 0));
  transform-origin: left;
  transition: transform 180ms linear;
}

html.fs-site-preview .fs-system-steps li span {
  display: grid;
  width: 60px;
  height: 60px;
  place-items: center;
  border: 1px solid #f4566b;
  border-radius: 50%;
  color: #f4566b;
  font: 700 1.1rem / 1 var(--font-mono);
  transition:
    background-color 240ms ease,
    color 240ms ease,
    transform 320ms cubic-bezier(0.16, 1, 0.3, 1);
}

html.fs-site-preview .fs-system-steps li > div {
  display: grid;
  min-width: 0;
  gap: 8px;
}

html.fs-site-preview .fs-system-steps li b {
  max-width: 13ch;
  color: #f8f1e7;
  font: 610 clamp(1.55rem, 2.35vw, 2rem) / 1.02 var(--font-display);
  letter-spacing: -0.025em;
}

html.fs-site-preview .fs-system-steps li small {
  max-width: 26ch;
  color: #aaa9a3;
  font: 520 clamp(0.86rem, 1.15vw, 1rem) / 1.35 var(--font-sans);
  transition: color 220ms ease;
}

html.fs-site-preview .fs-system-steps li small strong {
  color: #f4566b;
  font-family: inherit;
  font-size: inherit;
  font-weight: 700;
  letter-spacing: 0;
}

html.fs-site-preview .fs-system-reveal.is-ready .fs-system-steps li {
  opacity: 1;
  transform: translateY(0);
}

html.fs-site-preview .fs-system-reveal.is-ready .fs-system-steps li:nth-child(2) {
  transition-delay: 220ms, 220ms, 0ms;
}

html.fs-site-preview .fs-system-reveal.is-ready .fs-system-steps li:nth-child(3) {
  transition-delay: 440ms, 440ms, 0ms;
}

html.fs-site-preview .fs-system-reveal.is-ready .fs-system-steps li.is-active {
  background: rgba(244, 86, 107, 0.045);
}

html.fs-site-preview .fs-system-steps li.is-active span {
  background: #f4566b;
  color: #080d0b;
  transform: scale(1.04);
}

html.fs-site-preview .fs-system-steps li.is-active small {
  color: #d4d0c9;
}

html.fs-site-preview .fs-system-steps > a,
html.fs-site-preview .fs-fit-lane > a {
  display: inline-flex;
  margin-top: 26px;
  align-items: center;
  gap: 8px;
  color: #f8f1e7;
  font: 650 0.86rem / 1 var(--font-sans);
  text-decoration: none;
}

html.fs-site-preview .fs-system-steps > a span,
html.fs-site-preview .fs-fit-lane > a span {
  color: #f4566b;
}

html.fs-site-preview .fs-fit-lane > a {
  color: #171b18;
}

/* The light-weight compounding story replaces the full Memory product tour. */
html.fs-site-preview .fs-memory-reveal {
  padding: clamp(82px, 11vw, 150px) 0;
  overflow: hidden;
  background: #f1f0ec;
  color: #111513;
}

html.fs-site-preview .fs-memory-wrap {
  width: min(1180px, calc(100% - clamp(40px, 10vw, 88px)));
  margin-inline: auto;
}

html.fs-site-preview .fs-memory-wrap > header {
  max-width: 820px;
  margin-inline: auto;
  text-align: center;
}

html.fs-site-preview .fs-memory-wrap > header h2 {
  margin: 18px 0 0;
  color: #0d1310;
  font: 610 clamp(2.8rem, 5.5vw, 5.15rem) / 0.92 var(--font-display);
  letter-spacing: -0.052em;
  text-wrap: balance;
}

html.fs-site-preview .fs-memory-wrap > header p {
  max-width: 54ch;
  margin: 20px auto 0;
  color: #5d645f;
  font: 500 1rem / 1.55 var(--font-sans);
}

html.fs-site-preview .fs-memory-flow {
  position: relative;
  display: grid;
  min-height: 330px;
  margin-top: clamp(48px, 7vw, 82px);
  grid-template-columns: minmax(260px, 1fr) 230px minmax(260px, 1fr);
  gap: clamp(44px, 8vw, 104px);
  align-items: center;
}

html.fs-site-preview .fs-memory-flow > svg {
  position: absolute;
  z-index: 0;
  inset: 46px 20% 46px 20%;
  width: 60%;
  height: calc(100% - 92px);
  overflow: visible;
  pointer-events: none;
}

html.fs-site-preview .fs-memory-flow > svg path {
  fill: none;
  stroke: rgba(244, 86, 107, 0.46);
  stroke-width: 1.3;
  stroke-linecap: round;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  vector-effect: non-scaling-stroke;
  transition: stroke-dashoffset 1100ms cubic-bezier(0.22, 1, 0.36, 1);
}

html.fs-site-preview .fs-memory-reveal.is-ready .fs-memory-flow > svg path {
  stroke-dashoffset: 0;
}

html.fs-site-preview .fs-memory-inputs {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
}

html.fs-site-preview .fs-memory-inputs > span {
  display: grid;
  min-height: 58px;
  padding: 10px 15px;
  grid-template-columns: 80px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  border: 1px solid #d3d6d2;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 18px 38px -34px rgba(15, 21, 18, 0.48);
}

html.fs-site-preview .fs-memory-inputs i {
  color: var(--fs-preview-coral);
  font: 650 0.64rem / 1 var(--font-sans);
  font-style: normal;
}

html.fs-site-preview .fs-memory-inputs b {
  color: #242925;
  font: 600 0.8rem / 1.24 var(--font-sans);
}

html.fs-site-preview .fs-memory-core {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 106px;
  padding: 18px;
  align-items: center;
  gap: 13px;
  border: 1px solid rgba(244, 86, 107, 0.48);
  border-radius: 15px;
  background: #111815;
  box-shadow: 0 24px 60px -38px rgba(244, 86, 107, 0.62);
}

html.fs-site-preview .fs-memory-core img {
  width: 40px;
  height: 40px;
}

html.fs-site-preview .fs-memory-core span {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

html.fs-site-preview .fs-memory-core b {
  color: #f8f1e7;
  font: 650 0.95rem / 1 var(--font-sans);
}

html.fs-site-preview .fs-memory-core small {
  color: #979b97;
  font: 550 0.64rem / 1.25 var(--font-sans);
}

html.fs-site-preview .fs-memory-outcome {
  position: relative;
  z-index: 1;
  padding: 22px 0 22px 24px;
  border-left: 2px solid #f4566b;
  opacity: 0;
  transform: translateX(-10px);
  transition:
    opacity 560ms 720ms ease,
    transform 680ms 720ms cubic-bezier(0.22, 1, 0.36, 1);
}

html.fs-site-preview .fs-memory-reveal.is-ready .fs-memory-outcome {
  opacity: 1;
  transform: translateX(0);
}

html.fs-site-preview .fs-memory-outcome small {
  display: block;
  margin-bottom: 9px;
  color: var(--fs-preview-coral);
  font: 650 0.7rem / 1 var(--font-sans);
}

html.fs-site-preview .fs-memory-outcome strong {
  display: block;
  max-width: 16ch;
  color: #181d1a;
  font: 610 clamp(1.4rem, 2.4vw, 2rem) / 1.06 var(--font-display);
  letter-spacing: -0.025em;
}

/* One platform, shown as two operating modes. The objects do the explaining. */
html.fs-site-preview .fs-buyer-fit {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(78px, 8vw, 116px) 0;
  border-top: 1px solid #d4cec5;
  background: #ebe7df;
  color: #111513;
}

html.fs-site-preview .fs-buyer-fit-wrap {
  width: min(1240px, calc(100% - clamp(40px, 8vw, 96px)));
  margin-inline: auto;
}

html.fs-site-preview .fs-buyer-fit-head {
  max-width: 900px;
  margin: 0 auto clamp(48px, 6vw, 76px);
  text-align: center;
}

html.fs-site-preview .fs-buyer-fit-head > span {
  display: block;
  color: var(--fs-preview-coral);
  font: 650 0.78rem / 1 var(--font-sans);
}

html.fs-site-preview .fs-buyer-fit-head h2 {
  margin: 20px 0 0;
  color: #0b100e;
  font: 610 clamp(3.2rem, 6.25vw, 6.05rem) / 0.9 var(--font-display);
  letter-spacing: -0.055em;
  text-wrap: balance;
}

html.fs-site-preview .fs-buyer-platform {
  position: relative;
  border-top: 1px solid #bdb8af;
  border-bottom: 1px solid #bdb8af;
}

html.fs-site-preview .fs-platform-rail {
  display: grid;
  min-height: 58px;
  padding-inline: clamp(18px, 3vw, 34px);
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: clamp(18px, 3vw, 34px);
  border-bottom: 1px solid #cbc5bc;
}

html.fs-site-preview .fs-platform-rail > i {
  display: block;
  height: 1px;
  background: #bdb8af;
  transform-origin: center;
}

html.fs-site-preview .fs-platform-rail > span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #111513;
  font: 650 1rem / 1 var(--font-sans);
}

html.fs-site-preview .fs-platform-rail img {
  width: 26px;
  height: 26px;
  border-radius: 7px;
}

html.fs-site-preview .fs-buyer-fit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

html.fs-site-preview .fs-fit-lane {
  min-width: 0;
  padding: clamp(30px, 3.8vw, 52px);
}

html.fs-site-preview .fs-fit-lane + .fs-fit-lane {
  border-left: 1px solid #cbc5bc;
}

html.fs-site-preview .fs-fit-lane > header {
  display: flex;
  min-height: 58px;
  align-items: start;
  justify-content: space-between;
  gap: 24px;
}

html.fs-site-preview .fs-fit-lane > header > span {
  padding-top: 3px;
  color: var(--fs-preview-coral);
  font: 650 0.76rem / 1 var(--font-sans);
}

html.fs-site-preview .fs-fit-lane > header h3 {
  max-width: 19ch;
  margin: 0;
  color: #151a17;
  font: 610 clamp(1.2rem, 1.85vw, 1.65rem) / 1.04 var(--font-display);
  letter-spacing: -0.035em;
  text-align: right;
  text-wrap: balance;
}

html.fs-site-preview .fs-agency-mode,
html.fs-site-preview .fs-company-mode {
  min-height: 426px;
  margin-top: 24px;
}

html.fs-site-preview .fs-agency-mode {
  display: grid;
  align-items: center;
}

html.fs-site-preview .fs-agency-switcher {
  width: 100%;
}

html.fs-site-preview .fs-agency-switcher-trigger {
  display: grid;
  min-height: 62px;
  padding: 0 18px;
  grid-template-columns: 34px minmax(0, 1fr) 20px;
  align-items: center;
  gap: 13px;
  border: 1px solid #aaa69e;
  background: #f7f3ec;
}

html.fs-site-preview .fs-agency-switcher-trigger > i,
html.fs-site-preview .fs-agency-mode-row > i {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  background: #101412;
  color: #f8f1e7;
  font: 650 0.82rem / 1 var(--font-sans);
  font-style: normal;
}

html.fs-site-preview .fs-agency-switcher-trigger > span,
html.fs-site-preview .fs-agency-mode-row > span {
  display: grid;
  min-width: 0;
  gap: 5px;
}

html.fs-site-preview .fs-agency-switcher-trigger small,
html.fs-site-preview .fs-agency-mode-row small {
  color: #727873;
  font: 560 0.62rem / 1 var(--font-sans);
}

html.fs-site-preview .fs-agency-switcher-trigger strong,
html.fs-site-preview .fs-agency-mode-row strong {
  overflow: hidden;
  color: #171b18;
  font: 650 0.8rem / 1 var(--font-sans);
  text-overflow: ellipsis;
  white-space: nowrap;
}

html.fs-site-preview .fs-agency-switcher-trigger > b {
  color: var(--fs-preview-coral);
  font: 650 0.88rem / 1 var(--font-sans);
  text-align: right;
}

html.fs-site-preview .fs-agency-switcher-drawer {
  overflow: hidden;
  max-height: 430px;
  border: 1px solid #b9b3aa;
  border-top: 0;
  background: rgba(245, 241, 234, 0.8);
}

html.fs-site-preview .fs-agency-mode-row {
  display: grid;
  min-height: 54px;
  padding: 0 16px;
  grid-template-columns: 32px minmax(0, 1fr) 20px;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid #cbc5bc;
  background: #efebe3;
}

html.fs-site-preview .fs-agency-mode-row > b {
  color: var(--fs-preview-coral);
  font: 700 0.78rem / 1 var(--font-sans);
  text-align: right;
}

html.fs-site-preview .fs-agency-company-label {
  display: flex;
  min-height: 27px;
  padding: 0 16px;
  align-items: center;
  color: #717772;
  font: 600 0.59rem / 1 var(--font-sans);
}

html.fs-site-preview .fs-agency-workspaces {
  display: grid;
  perspective: 900px;
}

html.fs-site-preview .fs-agency-switcher .fs-client-workspace {
  --workspace-row-height: 58px;
  --workspace-open-height: 168px;
}

html.fs-site-preview .fs-agency-switcher .fs-client-workspace-row {
  min-height: var(--workspace-row-height);
}

html.fs-site-preview .fs-agency-switcher .fs-client-workspace-inside {
  min-height: 110px;
}

html.fs-site-preview .fs-client-workspace {
  --workspace-x: 18px;
  --workspace-row-height: 76px;
  --workspace-open-height: 218px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  max-height: var(--workspace-row-height);
  border: 1px solid #b9b3aa;
  background: rgba(245, 241, 234, 0.9);
  transform: translateX(var(--workspace-x));
}

html.fs-site-preview .fs-client-workspace.is-open {
  max-height: var(--workspace-open-height);
}

html.fs-site-preview .fs-client-workspace:nth-child(2) {
  --workspace-x: 0px;
  z-index: 2;
  margin-block: -1px;
  border-bottom-color: var(--fs-preview-coral);
  background: rgba(248, 244, 237, 0.96);
}

html.fs-site-preview .fs-client-workspace:nth-child(3) {
  --workspace-x: 10px;
  z-index: 1;
}

html.fs-site-preview .fs-client-workspace-row {
  display: grid;
  min-height: 76px;
  padding: 0 clamp(16px, 2.1vw, 24px);
  grid-template-columns: 36px minmax(0, 1fr) auto 22px;
  align-items: center;
  gap: 14px;
}

html.fs-site-preview .fs-client-workspace-row > i {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  background: #101412;
  color: #f8f1e7;
  font: 650 0.94rem / 1 var(--font-sans);
  font-style: normal;
}

html.fs-site-preview .fs-client-workspace-row > strong {
  color: #171b18;
  font: 650 0.92rem / 1 var(--font-sans);
}

html.fs-site-preview .fs-client-workspace-row > small {
  color: #717772;
  font: 520 0.7rem / 1 var(--font-sans);
}

html.fs-site-preview .fs-client-workspace-row > b {
  color: #8a8f8b;
  font: 550 0.92rem / 1 var(--font-sans);
  text-align: right;
}

html.fs-site-preview .fs-client-workspace.is-open .fs-client-workspace-row > b {
  color: var(--fs-preview-coral);
  transition: transform 380ms cubic-bezier(0.16, 1, 0.3, 1);
}

html.fs-site-preview .fs-client-workspace-inside {
  display: grid;
  min-height: 142px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #cbc5bc;
  background:
    repeating-linear-gradient(90deg, transparent 0 10px, rgba(92, 89, 83, 0.028) 10px 11px),
    rgba(242, 238, 230, 0.72);
}

html.fs-site-preview .fs-client-workspace-inside > span {
  display: grid;
  min-width: 0;
  padding: 20px 10px;
  place-items: center;
  align-content: center;
  gap: 12px;
  color: #222723;
  text-align: center;
}

html.fs-site-preview .fs-client-workspace-inside > span + span {
  border-left: 1px solid #d4cec5;
}

html.fs-site-preview .fs-client-workspace-inside i {
  position: relative;
  display: block;
  width: 34px;
  height: 30px;
  border: 1px solid #aaa69e;
  background: rgba(255, 255, 255, 0.34);
}

html.fs-site-preview .fs-client-workspace-inside span:first-child i::after {
  position: absolute;
  top: 9px;
  left: 13px;
  width: 9px;
  height: 12px;
  background: var(--fs-preview-coral);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
}

html.fs-site-preview .fs-client-workspace-inside span:nth-child(2) i {
  border: 0;
  background:
    radial-gradient(circle at 7px 7px, #f4566b 0 2px, transparent 2.5px),
    radial-gradient(circle at 17px 7px, #858b86 0 2px, transparent 2.5px),
    radial-gradient(circle at 27px 7px, #858b86 0 2px, transparent 2.5px),
    radial-gradient(circle at 7px 17px, #858b86 0 2px, transparent 2.5px),
    radial-gradient(circle at 17px 17px, #858b86 0 2px, transparent 2.5px),
    radial-gradient(circle at 27px 17px, #f4566b 0 2px, transparent 2.5px),
    radial-gradient(circle at 7px 27px, #858b86 0 2px, transparent 2.5px),
    radial-gradient(circle at 17px 27px, #858b86 0 2px, transparent 2.5px),
    radial-gradient(circle at 27px 27px, #858b86 0 2px, transparent 2.5px);
}

html.fs-site-preview .fs-client-workspace-inside span:nth-child(3) i::before,
html.fs-site-preview .fs-client-workspace-inside span:nth-child(3) i::after {
  position: absolute;
  right: 7px;
  left: 7px;
  height: 1px;
  background: #989b97;
  content: "";
}

html.fs-site-preview .fs-client-workspace-inside span:nth-child(3) i::before {
  top: 10px;
}

html.fs-site-preview .fs-client-workspace-inside span:nth-child(3) i::after {
  top: 18px;
}

html.fs-site-preview .fs-client-workspace-inside strong {
  overflow: hidden;
  font: 620 0.72rem / 1.15 var(--font-sans);
  text-overflow: ellipsis;
  white-space: nowrap;
}

html.fs-site-preview .fs-company-mode {
  display: grid;
  grid-template-rows: auto 74px minmax(194px, 1fr);
}

html.fs-site-preview .fs-company-videos {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(10px, 1.5vw, 18px);
}

html.fs-site-preview .fs-company-videos figure {
  min-width: 0;
  margin: 0;
  padding: 5px;
  border: 1px solid #b9b3aa;
  background: rgba(247, 243, 236, 0.84);
}

html.fs-site-preview .fs-company-videos img {
  display: block;
  width: 100%;
  aspect-ratio: 1.55;
  object-fit: cover;
  filter: saturate(0.72) contrast(1.04);
}

html.fs-site-preview .fs-company-videos figcaption {
  display: flex;
  min-height: 26px;
  padding: 0 5px;
  align-items: center;
  gap: 6px;
  color: #565d58;
  font: 570 0.64rem / 1 var(--font-sans);
}

html.fs-site-preview .fs-company-videos figcaption::before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--fs-preview-coral);
  content: "";
}

html.fs-site-preview .fs-company-feed {
  position: relative;
  overflow: hidden;
}

html.fs-site-preview .fs-company-feed > i {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 34%;
  border-bottom: 1px solid var(--fs-preview-coral);
  opacity: 0.82;
  transform-origin: top;
}

html.fs-site-preview .fs-company-feed > i::after {
  position: absolute;
  bottom: -4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--fs-preview-coral);
  content: "";
}

html.fs-site-preview .fs-company-feed > i:first-child {
  left: 16.66%;
  border-left: 1px solid var(--fs-preview-coral);
  border-bottom-left-radius: 18px;
}

html.fs-site-preview .fs-company-feed > i:first-child::after {
  right: -4px;
}

html.fs-site-preview .fs-company-feed > i:nth-child(2) {
  left: 50%;
  width: 1px;
  border-bottom: 0;
  background: var(--fs-preview-coral);
}

html.fs-site-preview .fs-company-feed > i:nth-child(2)::after {
  left: -3px;
}

html.fs-site-preview .fs-company-feed > i:last-child {
  right: 16.66%;
  border-right: 1px solid var(--fs-preview-coral);
  border-bottom-right-radius: 18px;
}

html.fs-site-preview .fs-company-feed > i:last-child::after {
  left: -4px;
}

html.fs-site-preview .fs-company-workspace {
  position: relative;
  display: grid;
  min-height: 194px;
  padding: 0 18px 18px;
  place-items: center;
  overflow: hidden;
  border: 1px solid #b9b3aa;
  background:
    linear-gradient(rgba(247, 243, 236, 0.78), rgba(247, 243, 236, 0.78)),
    repeating-linear-gradient(0deg, transparent 0 21px, rgba(77, 81, 78, 0.08) 21px 22px);
}

html.fs-site-preview .fs-company-workspace > span {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  min-height: 38px;
  padding: 0 12px;
  border-bottom: 1px solid #cdc7be;
  color: #666d68;
  font: 570 0.66rem / 38px var(--font-sans);
}

html.fs-site-preview .fs-company-workspace::after {
  position: absolute;
  top: 52px;
  width: min(280px, 72%);
  aspect-ratio: 1;
  border-radius: 50%;
  background: repeating-conic-gradient(
    from 4deg,
    rgba(107, 111, 107, 0.34) 0deg 0.7deg,
    transparent 0.7deg 15deg
  );
  content: "";
  opacity: 0.56;
  -webkit-mask: radial-gradient(circle, transparent 0 42px, #000 43px 49%, transparent 50%);
  mask: radial-gradient(circle, transparent 0 42px, #000 43px 49%, transparent 50%);
}

html.fs-site-preview .fs-company-memory-core {
  position: relative;
  z-index: 2;
  display: flex;
  width: 126px;
  height: 126px;
  margin-top: 34px;
  padding: 12px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--fs-preview-coral);
  border-radius: 50%;
  background: #f2eee6;
  text-align: center;
}

html.fs-site-preview .fs-company-memory-core::after {
  position: absolute;
  right: 17px;
  bottom: 18px;
  left: 17px;
  height: 2px;
  background: var(--fs-preview-coral);
  content: "";
  transform: scaleX(0);
  transform-origin: center;
}

html.fs-site-preview .fs-company-memory-core small {
  color: #727873;
  font: 550 0.62rem / 1 var(--font-sans);
}

html.fs-site-preview .fs-company-memory-core strong {
  margin-top: 8px;
  color: #171b18;
  font: 610 1rem / 0.96 var(--font-display);
  letter-spacing: -0.03em;
}

html.fs-site-preview .fs-buyer-platform-links {
  display: grid;
  min-height: 68px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #cbc5bc;
  background: rgba(235, 231, 223, 0.92) !important;
}

html.fs-site-preview .fs-buyer-platform-links a {
  display: flex;
  min-height: 68px;
  padding-inline: clamp(30px, 3.8vw, 52px);
  align-items: center;
  justify-content: space-between;
  color: #171b18;
  font: 650 0.82rem / 1 var(--font-sans);
  text-decoration: none;
}

html.fs-site-preview .fs-buyer-platform-links a + a {
  border-left: 1px solid #cbc5bc;
}

html.fs-site-preview .fs-buyer-platform-links a span {
  color: var(--fs-preview-coral);
  transition: transform 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

html.fs-site-preview .fs-buyer-platform-links a:hover span {
  transform: translateX(3px);
}

html.fs-site-preview.fs-preview-motion-ready .fs-buyer-fit-head > *,
html.fs-site-preview.fs-preview-motion-ready .fs-platform-rail > span,
html.fs-site-preview.fs-preview-motion-ready .fs-fit-lane > header,
html.fs-site-preview.fs-preview-motion-ready .fs-agency-switcher-trigger,
html.fs-site-preview.fs-preview-motion-ready .fs-agency-mode-row,
html.fs-site-preview.fs-preview-motion-ready .fs-agency-company-label,
html.fs-site-preview.fs-preview-motion-ready .fs-buyer-platform-links {
  opacity: 0;
  filter: blur(3px);
  transform: translateY(10px);
  transition:
    opacity 480ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 480ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
}

html.fs-site-preview.fs-preview-motion-ready .fs-agency-switcher-drawer {
  max-height: 0;
  opacity: 0;
  transform: translateY(-7px);
  transition:
    max-height 760ms cubic-bezier(0.16, 1, 0.3, 1),
    opacity 320ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 580ms cubic-bezier(0.16, 1, 0.3, 1);
}

html.fs-site-preview.fs-preview-motion-ready .fs-platform-rail > i {
  transform: scaleX(0);
  transition: transform 720ms cubic-bezier(0.16, 1, 0.3, 1);
}

html.fs-site-preview.fs-preview-motion-ready .fs-client-workspace {
  opacity: 0;
  filter: blur(3px);
  transform: translate(var(--workspace-x), 12px);
  transition:
    opacity 420ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 420ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 580ms cubic-bezier(0.16, 1, 0.3, 1),
    max-height 680ms cubic-bezier(0.16, 1, 0.3, 1);
}

html.fs-site-preview.fs-preview-motion-ready .fs-client-workspace.is-open {
  max-height: var(--workspace-row-height);
}

html.fs-site-preview.fs-preview-motion-ready .fs-client-workspace-inside {
  clip-path: inset(0 0 100% 0);
  opacity: 0;
  transform: translateY(-12px);
  transition:
    clip-path 620ms cubic-bezier(0.16, 1, 0.3, 1),
    opacity 320ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 620ms cubic-bezier(0.16, 1, 0.3, 1);
}

html.fs-site-preview.fs-preview-motion-ready .fs-client-workspace-inside > span {
  opacity: 0;
  transform: translateY(-7px);
  transition:
    opacity 320ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 440ms cubic-bezier(0.16, 1, 0.3, 1);
}

html.fs-site-preview.fs-preview-motion-ready .fs-client-workspace.is-open .fs-client-workspace-row > b {
  transform: rotate(-90deg);
}

html.fs-site-preview.fs-preview-motion-ready .fs-company-videos figure,
html.fs-site-preview.fs-preview-motion-ready .fs-company-workspace {
  opacity: 0;
  filter: blur(3px);
  transform: translateY(10px);
  transition:
    opacity 420ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 420ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 560ms cubic-bezier(0.16, 1, 0.3, 1);
}

html.fs-site-preview.fs-preview-motion-ready .fs-company-feed > i {
  opacity: 0;
  transform: scaleY(0);
  transition:
    opacity 280ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

html.fs-site-preview.fs-preview-motion-ready .fs-buyer-fit.is-ready .fs-buyer-fit-head > *,
html.fs-site-preview.fs-preview-motion-ready .fs-buyer-fit.is-ready .fs-platform-rail > span,
html.fs-site-preview.fs-preview-motion-ready .fs-buyer-fit.is-ready .fs-fit-lane > header,
html.fs-site-preview.fs-preview-motion-ready .fs-buyer-fit.is-ready .fs-agency-switcher-trigger,
html.fs-site-preview.fs-preview-motion-ready .fs-buyer-fit.is-ready .fs-agency-mode-row,
html.fs-site-preview.fs-preview-motion-ready .fs-buyer-fit.is-ready .fs-agency-company-label,
html.fs-site-preview.fs-preview-motion-ready .fs-buyer-fit.is-ready .fs-buyer-platform-links,
html.fs-site-preview.fs-preview-motion-ready .fs-buyer-fit.is-ready .fs-company-videos figure,
html.fs-site-preview.fs-preview-motion-ready .fs-buyer-fit.is-ready .fs-company-workspace {
  opacity: 1;
  filter: none;
  transform: none;
}

html.fs-site-preview.fs-preview-motion-ready .fs-buyer-fit.is-ready .fs-agency-switcher-drawer {
  max-height: 430px;
  opacity: 1;
  transform: none;
}

html.fs-site-preview.fs-preview-motion-ready .fs-buyer-fit.is-ready .fs-platform-rail > i {
  transform: scaleX(1);
}

html.fs-site-preview.fs-preview-motion-ready .fs-buyer-fit.is-ready .fs-client-workspace {
  opacity: 1;
  filter: none;
  transform: translateX(var(--workspace-x));
}

html.fs-site-preview.fs-preview-motion-ready .fs-buyer-fit.is-ready .fs-client-workspace.is-open {
  max-height: var(--workspace-open-height);
}

html.fs-site-preview.fs-preview-motion-ready .fs-buyer-fit.is-ready .fs-client-workspace-inside {
  clip-path: inset(0);
  opacity: 1;
  transform: none;
}

html.fs-site-preview.fs-preview-motion-ready .fs-buyer-fit.is-ready .fs-client-workspace-inside > span {
  opacity: 1;
  transform: none;
}

html.fs-site-preview.fs-preview-motion-ready .fs-buyer-fit.is-ready .fs-client-workspace.is-open .fs-client-workspace-row > b {
  transform: rotate(0);
}

html.fs-site-preview.fs-preview-motion-ready .fs-buyer-fit.is-ready .fs-company-feed > i {
  opacity: 0.82;
  transform: scaleY(1);
}

html.fs-site-preview.fs-preview-motion-ready .fs-buyer-fit.is-ready .fs-buyer-fit-head h2 {
  transition-delay: 80ms;
}

html.fs-site-preview.fs-preview-motion-ready .fs-buyer-fit.is-ready .fs-platform-rail > i,
html.fs-site-preview.fs-preview-motion-ready .fs-buyer-fit.is-ready .fs-platform-rail > span {
  transition-delay: 220ms;
}

html.fs-site-preview.fs-preview-motion-ready .fs-buyer-fit.is-ready .fs-fit-lane > header {
  transition-delay: 340ms;
}

html.fs-site-preview.fs-preview-motion-ready .fs-buyer-fit.is-ready .fs-agency-switcher-trigger {
  transition-delay: 460ms;
}

html.fs-site-preview.fs-preview-motion-ready .fs-buyer-fit.is-ready .fs-agency-switcher-drawer {
  transition-delay: 580ms;
}

html.fs-site-preview.fs-preview-motion-ready .fs-buyer-fit.is-ready .fs-agency-mode-row,
html.fs-site-preview.fs-preview-motion-ready .fs-buyer-fit.is-ready .fs-agency-company-label {
  transition-delay: 760ms;
}

html.fs-site-preview.fs-preview-motion-ready .fs-buyer-fit.is-ready .fs-client-workspace:first-child {
  transition-delay: 860ms;
}

html.fs-site-preview.fs-preview-motion-ready .fs-buyer-fit.is-ready .fs-client-workspace:nth-child(2),
html.fs-site-preview.fs-preview-motion-ready .fs-buyer-fit.is-ready .fs-company-videos figure:first-child {
  transition-delay: 980ms;
}

html.fs-site-preview.fs-preview-motion-ready .fs-buyer-fit.is-ready .fs-client-workspace:nth-child(3),
html.fs-site-preview.fs-preview-motion-ready .fs-buyer-fit.is-ready .fs-company-videos figure:nth-child(2) {
  transition-delay: 1100ms;
}

html.fs-site-preview.fs-preview-motion-ready .fs-buyer-fit.is-ready .fs-company-videos figure:nth-child(3) {
  transition-delay: 940ms;
}

html.fs-site-preview.fs-preview-motion-ready .fs-buyer-fit.is-ready .fs-client-workspace-inside,
html.fs-site-preview.fs-preview-motion-ready .fs-buyer-fit.is-ready .fs-company-feed > i {
  transition-delay: 1240ms;
}

html.fs-site-preview.fs-preview-motion-ready .fs-buyer-fit.is-ready .fs-client-workspace-inside > span:first-child {
  transition-delay: 1320ms;
}

html.fs-site-preview.fs-preview-motion-ready .fs-buyer-fit.is-ready .fs-client-workspace-inside > span:nth-child(2) {
  transition-delay: 1400ms;
}

html.fs-site-preview.fs-preview-motion-ready .fs-buyer-fit.is-ready .fs-client-workspace-inside > span:nth-child(3) {
  transition-delay: 1480ms;
}

html.fs-site-preview.fs-preview-motion-ready .fs-buyer-fit.is-ready .fs-company-workspace {
  transition-delay: 1320ms;
}

html.fs-site-preview.fs-preview-motion-ready .fs-buyer-fit.is-ready .fs-company-memory-core::after {
  animation: fsCompanyMemorySet 680ms 1580ms both cubic-bezier(0.16, 1, 0.3, 1);
}

html.fs-site-preview.fs-preview-motion-ready .fs-buyer-fit.is-ready .fs-buyer-platform-links {
  transition-delay: 1660ms;
}

@keyframes fsCompanyMemorySet {
  from {
    opacity: 0;
    transform: scaleX(0);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}

/* Tighten the inherited diligence and close. */
html.fs-site-preview #faq {
  padding-block: clamp(70px, 9vw, 110px) !important;
}

html.fs-site-preview #faq .fs-site-preview-faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(248, 241, 231, 0.14);
  border-radius: 12px;
  background: rgba(248, 241, 231, 0.14);
}

html.fs-site-preview #faq .fs-site-preview-faq-list details {
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #0d1310 !important;
}

html.fs-site-preview #faq .fs-site-preview-faq-list summary {
  min-height: 78px;
}

html.fs-site-preview :is(button, a, summary):focus-visible {
  outline: 2px solid #f4566b;
  outline-offset: 3px;
}

/* Reuse the original living Company Memory. The generated film is atmosphere,
   while the existing canvas remains the product proof. */
html.fs-site-preview #library.fs-site-memory {
  position: relative !important;
  display: block !important;
  min-height: min(94svh, 940px);
  padding: clamp(84px, 10vw, 138px) 0 clamp(60px, 7vw, 92px) !important;
  isolation: isolate;
  border-top: 1px solid rgba(248, 241, 231, 0.12) !important;
  background: #060504 !important;
  color: #f8f1e7;
}

html.fs-site-preview #library.fs-site-memory::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 5, 4, 0.72), rgba(6, 5, 4, 0.18) 52%, rgba(6, 5, 4, 0.66)),
    linear-gradient(180deg, rgba(6, 5, 4, 0.32), rgba(6, 5, 4, 0.58));
  content: "";
  pointer-events: none;
}

html.fs-site-preview #library.fs-site-memory > div:nth-of-type(-n + 2) {
  display: none;
}

html.fs-site-preview #library.fs-site-memory > div:last-child {
  position: relative !important;
  z-index: 2;
}

html.fs-site-preview .fs-memory-backdrop {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.64;
  filter: saturate(0.88) contrast(1.05);
}

html.fs-site-preview #library.fs-site-memory .reveal:first-child {
  max-width: 760px !important;
  margin-bottom: clamp(22px, 3vw, 38px) !important;
}

html.fs-site-preview #library.fs-site-memory .reveal:first-child > span {
  color: #f4566b !important;
  font-size: 0.7rem !important;
  letter-spacing: 0.12em !important;
}

html.fs-site-preview #library.fs-site-memory .reveal:first-child h2 {
  max-width: 12ch;
  margin: 16px auto 0 !important;
  color: #f8f1e7;
  font-size: clamp(2.8rem, 5.5vw, 5.15rem) !important;
  line-height: 0.94 !important;
  letter-spacing: -0.04em !important;
  text-wrap: balance;
}

html.fs-site-preview .fs-site-memory-copy {
  max-width: 43ch;
  margin: 20px auto 0;
  color: #b8afa5;
  font: 500 clamp(1rem, 1.45vw, 1.2rem) / 1.5 var(--font-sans);
  text-wrap: pretty;
}

html.fs-site-preview #library.fs-site-memory .reveal:nth-of-type(2) {
  max-width: none !important;
  margin-bottom: 0 !important;
}

html.fs-site-preview #library.fs-site-memory .reveal:nth-of-type(2) > p {
  display: none;
}

html.fs-site-preview #library.fs-site-memory .fs-brain {
  height: min(60vw, 610px) !important;
  min-height: 440px;
  filter: saturate(0.78);
}

html.fs-site-preview #library.fs-site-memory .fs-brain-read {
  opacity: 0.74;
}

html.fs-site-preview #library.fs-site-memory .fs-brain-count {
  display: none;
}

html.fs-site-preview #library.fs-site-memory .fs-brain-zoom button {
  width: 44px;
  height: 44px;
}

/* The buyer split borrows the moving coral field already approved on use cases.
   It reads as one editorial composition, not two product cards. */
html.fs-site-preview .fs-buyer-fit {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-top-color: #cec8bf;
  background: #ebe7df;
}

html.fs-site-preview .fs-buyer-fit::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(235, 231, 223, 0.93), rgba(235, 231, 223, 0.72) 50%, rgba(235, 231, 223, 0.93)),
    linear-gradient(180deg, rgba(235, 231, 223, 0.86), rgba(235, 231, 223, 0.97));
  content: "";
  pointer-events: none;
}

html.fs-site-preview .fs-buyer-fit-backdrop {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  filter: saturate(0.9) contrast(1.02);
}

/* Buyer modes live on the page as one drawn system. The moving objects explain
   the two operating modes without putting a second app shell around them. */
html.fs-site-preview .fs-buyer-fit::before,
html.fs-site-preview .fs-buyer-fit-backdrop {
  display: none;
}

html.fs-site-preview .fs-buyer-fit-head {
  max-width: 900px;
  text-align: center;
}

html.fs-site-preview .fs-buyer-fit-head > span {
  display: block;
}

html.fs-site-preview .fs-buyer-fit-head h2 {
  margin-top: 18px;
  letter-spacing: -0.04em;
}

html.fs-site-preview .fs-buyer-fit-head h2 em {
  color: #0b100e;
  font-style: normal;
}

html.fs-site-preview .fs-buyer-platform {
  overflow: visible;
  border-right: 0;
  border-left: 0;
  background: transparent;
}

html.fs-site-preview .fs-platform-rail {
  display: grid;
  width: min(100%, 780px);
  min-height: 58px;
  margin-inline: auto;
  padding-inline: 0;
  grid-template-columns: minmax(48px, 1fr) auto minmax(48px, 1fr);
  align-items: center;
  gap: clamp(18px, 3vw, 34px);
  border: 1px solid #bdb8af;
  border-bottom: 0;
  background: rgba(247, 243, 236, 0.42);
}

html.fs-site-preview .fs-platform-rail > i {
  display: block;
  height: 1px;
  background: #bdb8af;
}

html.fs-site-preview .fs-platform-rail > span {
  color: #111513;
}

html.fs-site-preview .fs-buyer-fit-grid {
  position: relative;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

html.fs-site-preview .fs-buyer-fit-grid::before {
  position: absolute;
  z-index: -1;
  top: -58px;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: #cbc5bc;
  content: "";
}

html.fs-site-preview .fs-fit-lane {
  padding: clamp(32px, 4vw, 54px);
}

html.fs-site-preview .fs-fit-lane + .fs-fit-lane {
  border-left: 0;
}

html.fs-site-preview .fs-fit-lane > header {
  display: block;
  min-height: 94px;
}

html.fs-site-preview .fs-fit-lane > header > span {
  display: block;
  margin-bottom: 14px;
}

html.fs-site-preview .fs-fit-lane > header h3 {
  max-width: 20ch;
  color: #151a17;
  font-size: clamp(1.55rem, 2.2vw, 2.1rem);
  line-height: 1.02;
  text-align: left;
}

html.fs-site-preview .fs-agency-mode,
html.fs-site-preview .fs-company-mode {
  min-height: 510px;
}

html.fs-site-preview .fs-agency-mode {
  position: relative;
  display: block;
  padding-top: 10px;
}

html.fs-site-preview .fs-agency-mode-label {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid #bdb8af;
}

html.fs-site-preview .fs-agency-mode-label strong {
  color: #171b18;
  font: 650 0.8rem / 1 var(--font-sans);
}

html.fs-site-preview .fs-agency-mode-label small {
  color: #717772;
  font: 550 0.68rem / 1.2 var(--font-sans);
  text-align: right;
}

html.fs-site-preview .fs-agency-workspaces {
  position: relative;
  z-index: 1;
  width: calc(100% - 24px);
  margin: 52px 0 0 12px;
}

html.fs-site-preview .fs-agency-workspaces::before,
html.fs-site-preview .fs-agency-workspaces::after {
  position: absolute;
  z-index: -1;
  inset: 14px -10px -14px 10px;
  border: 1px solid rgba(163, 158, 149, 0.52);
  content: "";
}

html.fs-site-preview .fs-agency-workspaces::after {
  inset: 27px -20px -27px 20px;
  border-color: rgba(163, 158, 149, 0.28);
}

html.fs-site-preview .fs-client-workspace {
  --workspace-row-height: 66px;
  --workspace-open-height: 206px;
  transition:
    max-height 620ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 620ms cubic-bezier(0.16, 1, 0.3, 1),
    border-color 260ms ease,
    background-color 260ms ease;
}

html.fs-site-preview .fs-client-workspace:first-child {
  --workspace-x: 16px;
}

html.fs-site-preview .fs-client-workspace:nth-child(2) {
  --workspace-x: 0px;
  z-index: 1;
  margin-block: -1px;
  border-bottom-color: #b9b3aa;
  background: rgba(245, 241, 234, 0.9);
}

html.fs-site-preview .fs-client-workspace:nth-child(3) {
  --workspace-x: 9px;
}

html.fs-site-preview .fs-client-workspace.is-open {
  z-index: 3;
  border-bottom-color: var(--fs-preview-coral);
  background: rgba(249, 246, 240, 0.98);
  transform: translateX(0);
}

html.fs-site-preview .fs-client-workspace-row {
  min-height: var(--workspace-row-height);
}

html.fs-site-preview .fs-client-workspace.is-open .fs-client-workspace-row > i {
  border-color: var(--fs-preview-coral);
  background: var(--fs-preview-coral);
  color: #111513;
}

html.fs-site-preview .fs-client-workspace-inside {
  min-height: 138px;
  background: #f0ece4;
}

html.fs-site-preview.fs-preview-motion-ready .fs-buyer-fit.is-ready .fs-client-workspace.is-open {
  transform: translateX(0);
}

html.fs-site-preview .fs-company-mode {
  grid-template-rows: auto 82px minmax(300px, 1fr);
}

html.fs-site-preview .fs-company-videos {
  position: relative;
  z-index: 3;
  align-items: start;
}

html.fs-site-preview .fs-company-videos figure {
  padding: 5px;
  border-color: #c7c1b8;
  background: #f7f3ec;
  transform-origin: center;
}

html.fs-site-preview .fs-company-videos figure:first-child {
  transform: translate(-3px, 8px) rotate(-1.8deg);
}

html.fs-site-preview .fs-company-videos figure:nth-child(2) {
  position: relative;
  z-index: 2;
  transform: translateY(-3px);
}

html.fs-site-preview .fs-company-videos figure:nth-child(3) {
  transform: translate(3px, 7px) rotate(1.8deg);
}

html.fs-site-preview .fs-company-videos video {
  display: block;
  width: 100%;
  aspect-ratio: 1.55;
  object-fit: cover;
  filter: saturate(0.84) contrast(1.05);
}

html.fs-site-preview .fs-company-videos figure:nth-child(3) video {
  object-position: 53% center;
}

html.fs-site-preview .fs-company-feed {
  z-index: 2;
}

html.fs-site-preview .fs-company-workspace {
  min-height: 300px;
  padding: 0;
  border: 0;
  border-top: 1px solid #b9b3aa;
  border-bottom: 1px solid #b9b3aa;
  background: transparent;
}

html.fs-site-preview .fs-company-workspace > span {
  z-index: 4;
  border-bottom-color: #cbc5bc;
  background: rgba(235, 231, 223, 0.9);
  color: #616762;
}

html.fs-site-preview .fs-company-workspace::after {
  display: none;
}

/* The company lane uses the same workspace grammar as Agency mode. The moving
   film moments feed one open Videos / Company Memory / Pages drawer. */
html.fs-site-preview .fs-company-mode {
  grid-template-rows: auto 88px 206px;
}

html.fs-site-preview .fs-company-feed {
  display: flex;
  min-height: 88px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  overflow: visible;
  color: #656b66;
}

html.fs-site-preview .fs-company-feed > span {
  font: 630 0.74rem / 1 var(--font-sans);
}

html.fs-site-preview .fs-company-feed > b {
  color: var(--fs-preview-coral);
  font: 520 2.15rem / 0.72 var(--font-sans);
}

html.fs-site-preview .fs-company-workspace {
  display: block;
  width: 100%;
  min-height: 206px;
  margin: 0;
  padding: 0;
  place-items: stretch;
  overflow: hidden;
  border: 1px solid #b9b3aa;
  background: #f7f3ec;
}

html.fs-site-preview .fs-company-workspace-row {
  width: 100%;
  min-height: 66px;
  border-bottom: 1px solid #cbc5bc;
}

html.fs-site-preview .fs-company-workspace-row > i {
  border-color: var(--fs-preview-coral);
  background: var(--fs-preview-coral);
  color: #111513;
}

html.fs-site-preview .fs-company-workspace-row > b {
  color: var(--fs-preview-coral);
}

html.fs-site-preview .fs-company-workspace-inside {
  position: relative;
  width: 100%;
  min-height: 139px;
  background: #f0ece4;
}

html.fs-site-preview .fs-company-workspace-inside > span {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

html.fs-site-preview .fs-company-workspace-inside > span.is-memory {
  background: rgba(244, 86, 107, 0.07);
}

html.fs-site-preview .fs-company-workspace-inside > span.is-memory > i,
html.fs-site-preview .fs-company-workspace-inside > span.is-memory > strong {
  position: relative;
  z-index: 3;
}

html.fs-site-preview.fs-preview-motion-ready .fs-company-feed > * {
  opacity: 0;
  transform: translateY(-7px);
  transition:
    opacity 360ms 760ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 460ms 760ms cubic-bezier(0.16, 1, 0.3, 1);
}

html.fs-site-preview.fs-preview-motion-ready .fs-buyer-fit.is-ready .fs-company-feed > * {
  opacity: 1;
  transform: none;
}

html.fs-site-preview .fs-buyer-platform-links {
  border-top-color: #cbc5bc;
  background: transparent !important;
}

html.fs-site-preview .fs-buyer-platform-links a {
  color: #171b18;
}

html.fs-site-preview .fs-buyer-platform-links a + a {
  border-left-color: #cbc5bc;
}

html.fs-site-preview.fs-preview-motion-ready .fs-buyer-fit :is(
  .fs-buyer-fit-head > *,
  .fs-platform-rail > span,
  .fs-fit-lane > header,
  .fs-agency-mode-label,
  .fs-client-workspace,
  .fs-client-workspace-inside,
  .fs-client-workspace-inside > span,
  .fs-company-videos figure,
  .fs-company-workspace,
  .fs-buyer-platform-links
) {
  filter: none;
}

html.fs-site-preview.fs-preview-motion-ready .fs-agency-mode-label {
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity 480ms 440ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 600ms 440ms cubic-bezier(0.16, 1, 0.3, 1);
}

html.fs-site-preview.fs-preview-motion-ready .fs-buyer-fit.is-ready .fs-agency-mode-label {
  opacity: 1;
  transform: none;
}

html.fs-site-preview.fs-preview-motion-ready .fs-buyer-fit .fs-company-videos figure:first-child {
  transform: translate(-3px, 18px) rotate(-1.8deg);
}

html.fs-site-preview.fs-preview-motion-ready .fs-buyer-fit .fs-company-videos figure:nth-child(2) {
  transform: translateY(7px);
}

html.fs-site-preview.fs-preview-motion-ready .fs-buyer-fit .fs-company-videos figure:nth-child(3) {
  transform: translate(3px, 17px) rotate(1.8deg);
}

html.fs-site-preview.fs-preview-motion-ready .fs-buyer-fit.is-ready .fs-company-videos figure:first-child {
  transform: translate(-3px, 8px) rotate(-1.8deg);
}

html.fs-site-preview.fs-preview-motion-ready .fs-buyer-fit.is-ready .fs-company-videos figure:nth-child(2) {
  transform: translateY(-3px);
}

html.fs-site-preview.fs-preview-motion-ready .fs-buyer-fit.is-ready .fs-company-videos figure:nth-child(3) {
  transform: translate(3px, 7px) rotate(1.8deg);
}

html.fs-site-preview #faq .fs-site-preview-faq-list {
  width: min(100%, 900px);
  margin-inline: auto;
  grid-template-columns: 1fr;
  gap: 0;
  border: 0;
  border-top: 1px solid rgba(248, 241, 231, 0.14);
  border-radius: 0;
  background: transparent;
}

html.fs-site-preview #faq .fs-site-preview-faq-list details {
  border-bottom: 1px solid rgba(248, 241, 231, 0.14) !important;
  background: transparent !important;
}

@media (max-width: 980px) {
  html.fs-site-preview .fs-reveal-head,
  html.fs-site-preview .fs-video-gap-head,
  html.fs-site-preview .fs-system-head,
  html.fs-site-preview .fs-system-layout {
    grid-template-columns: 1fr;
  }

  html.fs-site-preview .fs-reveal-head {
    gap: 20px;
  }

  html.fs-site-preview .fs-reveal-head > p {
    max-width: 34ch;
  }

  html.fs-site-preview .fs-video-gap-head {
    gap: 28px;
  }

  html.fs-site-preview .fs-video-gap-head p {
    max-width: 35ch;
  }

  html.fs-site-preview .fs-video-gap-visual {
    grid-template-columns: 1fr;
  }

  html.fs-site-preview .fs-video-gap-artifacts {
    min-height: 410px;
  }

  html.fs-site-preview .fs-video-gap-payoff {
    grid-template-columns: minmax(160px, 0.42fr) minmax(0, 1.58fr);
  }

  html.fs-site-preview .fs-system-head {
    gap: 24px;
  }

  html.fs-site-preview .fs-system-head p {
    max-width: 35ch;
  }

  html.fs-site-preview .fs-system-layout {
    gap: 36px;
  }

  html.fs-site-preview .fs-source-scan-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html.fs-site-preview .fs-source-scan-grid > section {
    min-height: 0;
  }

  html.fs-site-preview .fs-source-scan-film {
    grid-column: 1;
    grid-row: 1;
  }

  html.fs-site-preview .fs-source-scan-film figure,
  html.fs-site-preview .fs-source-scan-film video {
    min-height: 330px;
  }

  html.fs-site-preview .fs-source-scan-findings {
    grid-column: 1 / 3;
    grid-row: 2;
  }

  html.fs-site-preview .fs-source-scan-transcript blockquote,
  html.fs-site-preview .fs-source-scan-transcript > p {
    max-width: 78ch;
  }

  html.fs-site-preview .fs-source-scan-moments > div {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  html.fs-site-preview .fs-source-scan-code {
    min-height: 330px !important;
    margin-top: 0;
    grid-column: 2;
    grid-row: 1;
  }

  html.fs-site-preview .fs-source-scan-code pre {
    min-height: 210px;
    font-size: 0.66rem;
  }

  html.fs-site-preview .fs-memory-flow {
    grid-template-columns: minmax(220px, 1fr) 200px minmax(220px, 1fr);
    gap: 34px;
  }

  html.fs-site-preview .fs-buyer-fit-grid {
    grid-template-columns: 1fr;
  }

  html.fs-site-preview .fs-buyer-fit-grid::before {
    display: none;
  }

  html.fs-site-preview .fs-fit-lane + .fs-fit-lane {
    border-top: 1px solid #cbc5bc;
    border-left: 0;
  }

  html.fs-site-preview .fs-agency-mode,
  html.fs-site-preview .fs-company-mode {
    min-height: 390px;
  }

  html.fs-site-preview .fs-company-videos {
    width: min(100%, 620px);
    margin-inline: auto;
  }

  html.fs-site-preview .fs-company-workspace {
    width: min(100%, 620px);
    margin-inline: auto;
  }
}

@media (max-width: 760px) {
  html.fs-site-preview .fs-reveal-stage {
    padding-block: 66px;
  }

  html.fs-site-preview .fs-reveal-wrap,
  html.fs-site-preview .fs-video-gap-wrap,
  html.fs-site-preview .fs-system-wrap,
  html.fs-site-preview .fs-memory-wrap,
  html.fs-site-preview .fs-buyer-fit-wrap {
    width: min(100% - 36px, 1180px);
  }

  html.fs-site-preview .fs-hero-watch {
    order: 6;
    min-height: 48px;
    margin-top: 34px;
  }

  html.fs-site-preview .fs-reveal-head h2,
  html.fs-site-preview .fs-system-head h2,
  html.fs-site-preview #library.fs-site-memory .reveal:first-child h2,
  html.fs-site-preview .fs-buyer-fit-head h2 {
    font-size: clamp(2.55rem, 13vw, 4rem);
  }

  html.fs-site-preview .fs-classic-search-stage,
  html.fs-site-preview .fs-information-search,
  html.fs-site-preview .fs-answer-search {
    min-height: auto;
  }

  html.fs-site-preview .fs-classic-search,
  html.fs-site-preview .fs-ai-window {
    min-height: 690px;
  }

  html.fs-site-preview .fs-classic-search {
    min-height: 620px;
    padding: 22px 16px 0;
  }

  html.fs-site-preview .fs-classic-query {
    min-height: 62px;
    padding: 10px 14px;
    grid-template-columns: 20px minmax(0, 1fr) 20px;
    gap: 10px;
  }

  html.fs-site-preview .fs-classic-query strong {
    font-size: 0.94rem;
    line-height: 1.25;
    text-overflow: clip;
    white-space: normal;
  }

  html.fs-site-preview .fs-classic-tabs {
    gap: 20px;
  }

  html.fs-site-preview .fs-classic-results {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  html.fs-site-preview .fs-classic-result.is-video {
    grid-template-columns: 132px minmax(0, 1fr);
  }

  html.fs-site-preview .fs-classic-search > footer {
    margin-inline: -16px;
    padding: 12px 16px;
    flex-wrap: wrap;
    font-size: 0.8rem;
  }

  html.fs-site-preview .fs-ai-shell {
    min-height: 572px;
    grid-template-columns: 1fr;
  }

  html.fs-site-preview .fs-ai-conversation {
    padding: 12px 14px 10px;
  }

  html.fs-site-preview .fs-ai-chrome {
    padding-inline: 14px;
    gap: 14px;
  }

  html.fs-site-preview .fs-ai-window > footer {
    min-height: 64px;
    padding: 10px 14px;
    flex-wrap: wrap;
    line-height: 1.25;
  }

  html.fs-site-preview .fs-video-gap {
    padding-block: 128px 92px;
  }

  html.fs-site-preview .fs-video-gap-head h2 {
    max-width: 10ch;
    font-size: clamp(3rem, 14vw, 4rem);
  }

  html.fs-site-preview .fs-video-gap-map {
    margin-top: 58px;
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 0;
  }

  html.fs-site-preview .fs-video-gap-route {
    width: 1px;
    height: 62px;
    margin-left: 22px;
  }

  html.fs-site-preview .fs-video-gap-route > i {
    transform: scaleY(0);
    transform-origin: top;
  }

  html.fs-site-preview .fs-video-gap.is-ready .fs-video-gap-route > i {
    transform: scaleY(1);
  }

  html.fs-site-preview .fs-video-gap-route > span {
    top: 25px;
    right: auto;
    left: 0;
    transform: translateY(-12px);
  }

  html.fs-site-preview .fs-video-gap-inside {
    margin-top: 42px;
    grid-column: 1;
  }

  html.fs-site-preview .fs-video-gap-inside ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html.fs-site-preview .fs-video-gap-inside li:nth-child(2n) {
    border-right: 0;
  }

  html.fs-site-preview .fs-video-gap-inside li:nth-child(n + 3) {
    border-top: 1px solid rgba(248, 241, 231, 0.12);
  }

  html.fs-site-preview .fs-video-gap-stop {
    margin-top: 22px;
  }

  html.fs-site-preview .fs-video-gap-advantage {
    margin-top: 74px;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  html.fs-site-preview .fs-video-gap-advantage h3 {
    font-size: clamp(2.3rem, 10.5vw, 3.8rem);
  }

  html.fs-site-preview .fs-video-gap-advantage > p {
    max-width: 36ch;
  }

  html.fs-site-preview .fs-video-gap-visual {
    margin-top: 56px;
    gap: 28px;
  }

  html.fs-site-preview .fs-video-gap-player figcaption {
    right: 12px;
    bottom: 11px;
    left: 12px;
  }

  html.fs-site-preview .fs-video-gap-artifacts {
    height: auto;
    min-height: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto 154px 154px;
    gap: 8px;
  }

  html.fs-site-preview .fs-video-gap-artifact.is-transcript {
    grid-column: 1 / -1;
    padding: 13px 14px;
  }

  html.fs-site-preview .fs-video-gap-artifact.is-person,
  html.fs-site-preview .fs-video-gap-artifact.is-company {
    grid-column: 1;
  }

  html.fs-site-preview .fs-video-gap-artifact.is-product,
  html.fs-site-preview .fs-video-gap-artifact.is-moment {
    grid-column: 2;
  }

  html.fs-site-preview .fs-video-gap-payoff {
    padding-top: 18px;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  html.fs-site-preview .fs-video-gap-payoff h3 {
    font-size: clamp(2.3rem, 10.4vw, 3.25rem);
  }

  html.fs-site-preview .fs-ai-exchange {
    padding-block: 10px;
  }

  html.fs-site-preview .fs-ai-exchange .is-user {
    width: 88%;
  }

  html.fs-site-preview .fs-source-reveal,
  html.fs-site-preview .fs-source-film {
    min-height: 760px;
  }

  html.fs-site-preview .fs-source-film-label {
    top: 22px;
    left: 18px;
  }

  html.fs-site-preview .fs-source-film-label strong {
    display: none;
  }

  html.fs-site-preview .fs-source-film-controls {
    top: 18px;
    right: 18px;
  }

  html.fs-site-preview .fs-source-film-controls button {
    min-width: 64px;
    min-height: 44px;
    padding-inline: 12px;
  }

  html.fs-site-preview .fs-source-quote-play {
    top: 43%;
  }

  html.fs-site-preview .fs-source-quote-play > i {
    width: 60px;
    height: 60px;
  }

  html.fs-site-preview .fs-source-quote-play > i::after {
    top: 21px;
    left: 25px;
    width: 14px;
    height: 18px;
  }

  html.fs-site-preview .fs-source-film figcaption {
    right: 18px;
    bottom: 92px;
    left: 18px;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  html.fs-site-preview .fs-source-film figcaption p {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  html.fs-site-preview .fs-source-film figcaption p span::before {
    display: none;
  }

  html.fs-site-preview .fs-source-film blockquote {
    max-width: 18ch;
    font-size: clamp(2.25rem, 10.5vw, 4rem);
  }

  html.fs-site-preview .fs-source-transport {
    right: 18px;
    bottom: 18px;
    left: 18px;
    gap: 10px;
  }

  html.fs-site-preview .fs-source-transport span {
    min-width: 82px;
    font-size: 0.62rem;
  }

  html.fs-site-preview .fs-source-scan-head {
    min-height: 68px;
    padding-block: 12px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
  }

  html.fs-site-preview .fs-source-scan-grid {
    grid-template-columns: 1fr;
  }

  html.fs-site-preview .fs-source-scan-grid > section {
    min-height: 0;
    grid-column: auto;
    grid-row: auto;
  }

  html.fs-site-preview .fs-source-scan-film figure,
  html.fs-site-preview .fs-source-scan-film video {
    min-height: 220px;
  }

  html.fs-site-preview .fs-source-scan-transport {
    right: 10px;
    bottom: 10px;
    left: 10px;
    padding-inline: 10px;
    grid-template-columns: auto minmax(40px, 1fr) auto;
    gap: 9px;
  }

  html.fs-site-preview .fs-source-scan-transport button {
    min-width: 36px;
  }

  html.fs-site-preview .fs-source-scan-transport button span {
    display: none;
  }

  html.fs-site-preview .fs-source-scan-findings,
  html.fs-site-preview .fs-source-scan-code {
    padding: 22px 18px;
  }

  html.fs-site-preview .fs-source-scan-findings li {
    grid-template-columns: 54px minmax(0, 1fr);
  }

  html.fs-site-preview .fs-source-scan-transcript figcaption,
  html.fs-site-preview .fs-source-scan-moments > header {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  html.fs-site-preview .fs-source-scan-moments > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  html.fs-site-preview .fs-source-scan-code {
    min-height: 0 !important;
    margin-top: 0;
  }

  html.fs-site-preview .fs-source-scan-code pre {
    min-height: 0;
    font-size: 0.64rem;
  }

  html.fs-site-preview .fs-source-scan-answer {
    min-height: 0;
    padding: 20px 18px;
    grid-template-columns: 30px minmax(0, 1fr);
    align-items: start;
  }

  html.fs-site-preview .fs-source-scan-answer > a {
    min-height: 58px;
    padding: 14px 0 0;
    grid-column: 2;
    border-top: 1px solid #d3cec6;
    border-left: 0;
  }

  html.fs-site-preview .fs-system-reveal,
  html.fs-site-preview .fs-memory-reveal,
  html.fs-site-preview .fs-buyer-fit {
    padding-block: 60px;
  }

  html.fs-site-preview #library.fs-site-memory {
    min-height: auto;
    padding-block: 72px 44px !important;
  }

  html.fs-site-preview #library.fs-site-memory .fs-brain {
    min-height: 390px;
    height: 112vw !important;
    max-height: 520px;
  }

  html.fs-site-preview .fs-system-film video {
    min-height: 0;
  }

  html.fs-site-preview .fs-system-steps li {
    min-height: 104px;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 16px;
  }

  html.fs-site-preview .fs-system-steps li span {
    width: 50px;
    height: 50px;
  }

  html.fs-site-preview .fs-memory-flow {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  html.fs-site-preview .fs-memory-flow > svg {
    display: none;
  }

  html.fs-site-preview .fs-memory-core {
    width: min(250px, 100%);
    margin-inline: auto;
  }

  html.fs-site-preview .fs-memory-outcome {
    margin-left: 20px;
  }

  html.fs-site-preview .fs-fit-lane {
    padding: 28px 20px;
  }

  html.fs-site-preview .fs-buyer-fit-head {
    margin-bottom: 38px;
  }

  html.fs-site-preview .fs-platform-rail {
    min-height: 52px;
    padding-inline: 14px;
    gap: 12px;
  }

  html.fs-site-preview .fs-platform-rail > span {
    gap: 8px;
    font-size: 0.9rem;
  }

  html.fs-site-preview .fs-platform-rail img {
    width: 24px;
    height: 24px;
  }

  html.fs-site-preview .fs-fit-lane > header {
    min-height: 0;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  html.fs-site-preview .fs-fit-lane > header h3 {
    max-width: 22ch;
    text-align: left;
  }

  html.fs-site-preview .fs-agency-mode,
  html.fs-site-preview .fs-company-mode {
    min-height: 0;
    margin-top: 24px;
  }

  html.fs-site-preview .fs-agency-mode {
    padding-block: 8px;
  }

  html.fs-site-preview .fs-agency-workspaces {
    width: calc(100% - 12px);
    margin-top: 38px;
    margin-left: 4px;
  }

  html.fs-site-preview .fs-agency-workspaces::before {
    inset: 10px -5px -10px 5px;
  }

  html.fs-site-preview .fs-agency-workspaces::after {
    inset: 19px -9px -19px 9px;
  }

  html.fs-site-preview .fs-client-workspace {
    --workspace-x: 6px;
    --workspace-row-height: 66px;
    --workspace-open-height: 190px;
  }

  html.fs-site-preview .fs-agency-switcher .fs-client-workspace {
    --workspace-row-height: 56px;
    --workspace-open-height: 164px;
  }

  html.fs-site-preview .fs-client-workspace:nth-child(2) {
    --workspace-x: 0px;
  }

  html.fs-site-preview .fs-client-workspace:nth-child(3) {
    --workspace-x: 4px;
  }

  html.fs-site-preview .fs-client-workspace-row {
    min-height: 66px;
    padding-inline: 12px;
    grid-template-columns: 32px minmax(0, 1fr) 20px;
    gap: 11px;
  }

  html.fs-site-preview .fs-client-workspace-row > i {
    width: 30px;
    height: 30px;
  }

  html.fs-site-preview .fs-client-workspace-row > small {
    display: none;
  }

  html.fs-site-preview .fs-client-workspace-inside {
    min-height: 124px;
  }

  html.fs-site-preview .fs-client-workspace-inside > span {
    padding-inline: 5px;
  }

  html.fs-site-preview .fs-client-workspace-inside strong {
    max-width: 11ch;
    font-size: 0.64rem;
    white-space: normal;
  }

  html.fs-site-preview .fs-company-mode {
    grid-template-rows: auto 88px minmax(244px, 1fr);
  }

  html.fs-site-preview .fs-company-videos {
    gap: 8px;
  }

  html.fs-site-preview .fs-company-videos figcaption {
    padding-inline: 2px;
    font-size: 0.58rem;
  }

  html.fs-site-preview .fs-company-workspace {
    min-height: 244px;
  }

  html.fs-site-preview .fs-buyer-platform-links {
    grid-template-columns: 1fr;
  }

  html.fs-site-preview .fs-buyer-platform-links a {
    min-height: 58px;
    padding-inline: 20px;
  }

  html.fs-site-preview .fs-buyer-platform-links a + a {
    border-top: 1px solid #cbc5bc;
    border-left: 0;
  }

  html.fs-site-preview #faq .fs-site-preview-faq-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1200px) {
  html.fs-site-preview .fs-source-scan-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  html.fs-site-preview .fs-source-scan-film,
  html.fs-site-preview .fs-source-scan-findings,
  html.fs-site-preview .fs-source-scan-code {
    grid-column: 1;
    grid-row: auto;
  }

  html.fs-site-preview .fs-source-scan-film figure,
  html.fs-site-preview .fs-source-scan-film video {
    min-height: 0;
  }

  html.fs-site-preview .fs-source-scan-flow {
    min-height: 54px;
    padding: 0;
    align-content: center;
    grid-template-columns: auto auto;
    justify-content: center;
    gap: 10px;
    transform: translateY(-8px);
  }

  html.fs-site-preview .fs-source-scan-flow b {
    transform: rotate(90deg);
  }

  html.fs-site-preview .fs-source-scan-findings {
    padding-top: 4px;
  }

  html.fs-site-preview .fs-source-scan-moments > div {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  html.fs-site-preview .fs-source-scan-code {
    min-height: 0 !important;
  }
}

@media (max-width: 760px) {
  html.fs-site-preview .fs-source-scan-entities {
    grid-template-columns: 1fr;
  }

  html.fs-site-preview .fs-source-scan-findings li + li {
    padding-left: 0;
    border-left: 0;
  }

  html.fs-site-preview .fs-source-scan-moments > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Search fails before Framesite appears. Keep the hinge short, legible, and useful. */
html.fs-site-preview .fs-claude-window .fs-ai-chrome img,
html.fs-site-preview .fs-claude-window .fs-ai-thinking img,
html.fs-site-preview .fs-claude-window .fs-ai-exchange .is-answer > img {
  object-fit: contain;
}

html.fs-site-preview .fs-video-gap {
  padding-block: clamp(88px, 10vw, 142px) clamp(68px, 8vw, 104px);
}

html.fs-site-preview .fs-video-gap-visual[hidden],
html.fs-site-preview .fs-source-scan-film[hidden],
html.fs-site-preview .fs-source-scan-flow[hidden] {
  display: none !important;
}

html.fs-site-preview .fs-video-gap-sources {
  gap: 10px;
}

html.fs-site-preview .fs-video-gap-sources a {
  display: inline-flex;
  min-height: 44px;
  padding: 0 13px;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(248, 241, 231, 0.24);
  border-radius: 4px;
  color: #d4d0c8;
  font: 650 0.7rem / 1.1 var(--font-sans);
}

html.fs-site-preview .fs-video-gap-sources a::after {
  display: none;
}

html.fs-site-preview .fs-video-gap-sources a span {
  padding-left: 8px;
  border-left: 1px solid rgba(248, 241, 231, 0.2);
  color: #929790;
  font: 600 0.58rem / 1.1 var(--font-sans);
}

html.fs-site-preview .fs-video-gap-sources a b {
  color: var(--fs-preview-coral);
  font: 650 0.94rem / 1 var(--font-sans);
}

html.fs-site-preview .fs-video-gap-explainer > p strong {
  color: var(--fs-preview-coral);
}

html.fs-site-preview .fs-video-gap-sources a.fs-google-guidance {
  position: relative;
  display: grid;
  width: 100%;
  height: 44px;
  padding-inline: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: 100%;
  align-items: center;
  gap: 0;
  text-align: center;
  white-space: nowrap;
}

html.fs-site-preview .fs-video-gap-sources a.fs-google-guidance::before {
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 50%;
  width: 1px;
  background: rgba(248, 241, 231, 0.2);
  content: "";
}

html.fs-site-preview .fs-video-gap-sources a.fs-google-guidance > b {
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
}

html.fs-site-preview .fs-video-gap-sources a.fs-google-guidance .fs-google-guidance-label {
  width: 100%;
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  justify-self: stretch;
  margin: 0;
  padding-left: 0;
  border-left: 0;
  color: #d4d0c8;
  font: 650 0.66rem / 1 var(--font-sans);
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
}

html.fs-site-preview .fs-video-gap-sources a.fs-google-guidance .fs-google-guidance-note {
  box-sizing: border-box;
  width: 100%;
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  justify-self: stretch;
  margin: 0;
  padding: 0 28px 0 10px;
  border-left: 0;
  font-size: 0.56rem;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
}

html.fs-site-preview .fs-source-film-label {
  align-items: center;
}

html.fs-site-preview .fs-source-film-label strong {
  color: rgba(248, 241, 231, 0.7);
  font: 580 0.7rem / 1.2 var(--font-sans);
}

html.fs-site-preview .fs-source-scan-grid {
  grid-template-columns: minmax(0, 1.16fr) 48px minmax(300px, 0.84fr);
}

html.fs-site-preview .fs-source-scan-findings {
  grid-column: 1;
}

html.fs-site-preview .fs-source-scan-flow.is-to-code {
  grid-column: 2;
}

html.fs-site-preview .fs-source-scan-code {
  grid-column: 3;
}

@media (min-width: 1201px) {
  html.fs-site-preview .fs-source-scan-code {
    display: flex;
    min-height: 0 !important;
    align-self: stretch;
    flex-direction: column;
  }

  html.fs-site-preview .fs-source-scan-code pre {
    height: 0;
    min-height: 0;
    max-height: none;
    flex: 1 1 0;
    overflow: auto;
    -webkit-mask-image: none;
    mask-image: none;
  }
}

html.fs-site-preview .fs-source-scan-findings li {
  min-height: 106px;
  grid-template-columns: 82px minmax(0, 1fr);
}

html.fs-site-preview .fs-source-scan-findings li.is-company {
  min-height: 90px;
  grid-template-columns: 152px minmax(0, 1fr);
}

html.fs-site-preview .fs-source-scan-findings li strong {
  margin-top: 0;
  font-size: clamp(0.98rem, 1.22vw, 1.14rem);
  line-height: 1.08;
}

html.fs-site-preview .fs-source-scan-findings li p {
  max-width: 52ch;
  margin: 6px 0 0;
  color: #59605a;
  font: 560 clamp(0.76rem, 0.92vw, 0.88rem) / 1.28 var(--font-sans);
}

html.fs-site-preview .fs-source-scan-transcript figcaption strong,
html.fs-site-preview .fs-source-scan-findings li small,
html.fs-site-preview .fs-source-scan-findings li em {
  display: none;
}

html.fs-site-preview .fs-source-scan-transcript blockquote {
  max-width: 56ch;
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  line-height: 1.44;
}

html.fs-site-preview .fs-source-scan-moments figure video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transform: scale(1.04);
  transition: transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
}

html.fs-site-preview .fs-source-scan-moments.is-found figure video {
  transform: none;
}

html.fs-site-preview .fs-source-scan-moments figure figcaption span {
  font-size: 0.68rem;
  line-height: 1.18;
}

html.fs-site-preview .fs-source-scan-moments figure figcaption time {
  font-size: 0.61rem;
}

html.fs-site-preview .fs-company-workspace-inside > span.is-memory {
  background: rgba(244, 86, 107, 0.07);
}

@media (max-width: 1200px) {
  html.fs-site-preview .fs-source-scan-grid {
    grid-template-columns: 1fr;
  }

  html.fs-site-preview .fs-source-scan-findings,
  html.fs-site-preview .fs-source-scan-flow.is-to-code,
  html.fs-site-preview .fs-source-scan-code {
    grid-column: 1;
  }

  html.fs-site-preview .fs-source-scan-code pre {
    max-height: 460px;
    overflow: auto;
    -webkit-mask-image: none;
    mask-image: none;
  }
}

@media (max-width: 760px) {
  html.fs-site-preview .fs-video-gap-sources a {
    width: 100%;
    justify-content: space-between;
    font-size: 0.78rem;
  }

  html.fs-site-preview .fs-video-gap-sources a span {
    margin-left: auto;
    font-size: 0.62rem;
  }

  html.fs-site-preview .fs-video-gap-sources a.fs-google-guidance span {
    margin-left: 0;
  }

  html.fs-site-preview .fs-video-gap-sources a.fs-google-guidance {
    padding-inline: 0;
  }

  html.fs-site-preview .fs-video-gap-sources a.fs-google-guidance .fs-google-guidance-label {
    font-size: 0.58rem;
  }

  html.fs-site-preview .fs-video-gap-sources a.fs-google-guidance .fs-google-guidance-note {
    font-size: 0.48rem;
  }

  html.fs-site-preview .fs-source-film-label strong {
    display: none;
  }

  html.fs-site-preview .fs-source-scan-grid,
  html.fs-site-preview .fs-source-scan-findings,
  html.fs-site-preview .fs-source-scan-flow.is-to-code,
  html.fs-site-preview .fs-source-scan-code {
    grid-column: auto;
  }

  html.fs-site-preview .fs-source-scan-findings li {
    min-height: 94px;
    grid-template-columns: 74px minmax(0, 1fr);
  }

  html.fs-site-preview .fs-source-scan-findings li.is-company {
    grid-template-columns: 142px minmax(0, 1fr);
  }

  html.fs-site-preview .fs-source-scan-findings li strong {
    font-size: 1rem;
  }

  html.fs-site-preview .fs-source-scan-moments figure figcaption {
    min-height: 48px;
    padding-top: 9px;
  }

  html.fs-site-preview .fs-source-scan-moments figure figcaption span {
    font-size: 0.72rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.fs-site-preview {
    scroll-behavior: auto !important;
  }

  html.fs-site-preview.fs-preview-motion-ready .fs-ai-exchange:not(.is-question-visible) {
    display: block;
  }

  html.fs-site-preview .fs-classic-search,
  html.fs-site-preview .fs-classic-result,
  html.fs-site-preview .fs-ai-exchange .is-user,
  html.fs-site-preview .fs-ai-exchange .is-answer,
  html.fs-site-preview .fs-ai-gap,
  html.fs-site-preview .fs-ai-thinking,
  html.fs-site-preview .fs-ai-thinking i,
  html.fs-site-preview .fs-ai-composer,
  html.fs-site-preview .fs-ai-composer span,
  html.fs-site-preview .fs-ai-composer button,
  html.fs-site-preview .fs-video-gap-node,
  html.fs-site-preview .fs-video-gap-route > i,
  html.fs-site-preview .fs-video-gap-route > span,
  html.fs-site-preview .fs-video-gap-inside,
  html.fs-site-preview .fs-video-gap-stop,
  html.fs-site-preview .fs-video-gap-scan,
  html.fs-site-preview .fs-video-gap-artifact,
  html.fs-site-preview .fs-video-gap-payoff,
  html.fs-site-preview .fs-source-film-label,
  html.fs-site-preview .fs-source-film-controls,
  html.fs-site-preview .fs-source-quote-play,
  html.fs-site-preview .fs-source-reveal blockquote > span,
  html.fs-site-preview .fs-source-reveal blockquote > span::after,
  html.fs-site-preview .fs-source-reveal figcaption p,
  html.fs-site-preview .fs-source-transport,
  html.fs-site-preview .fs-hero-watch,
  html.fs-site-preview .fs-hero-watch > i,
  html.fs-site-preview .fs-source-scan-flow,
  html.fs-site-preview .fs-source-scan-sweep,
  html.fs-site-preview .fs-source-scan-findings [data-scan-finding],
  html.fs-site-preview .fs-source-scan-moments figure,
  html.fs-site-preview .fs-source-scan-moments figure img,
  html.fs-site-preview .fs-source-scan-context,
  html.fs-site-preview .fs-source-scan-code,
  html.fs-site-preview .fs-source-scan-code code > span,
  html.fs-site-preview .fs-source-scan-cursor,
  html.fs-site-preview .fs-source-scan-answer > *,
  html.fs-site-preview .fs-system-steps li,
  html.fs-site-preview .fs-system-steps li::after,
  html.fs-site-preview .fs-system-steps li span,
  html.fs-site-preview .fs-memory-flow > svg path,
  html.fs-site-preview .fs-memory-outcome,
  html.fs-site-preview .fs-buyer-fit-head > *,
  html.fs-site-preview .fs-platform-rail > i,
  html.fs-site-preview .fs-platform-rail > span,
  html.fs-site-preview .fs-fit-lane > header,
  html.fs-site-preview .fs-agency-mode-label,
  html.fs-site-preview .fs-client-workspace,
  html.fs-site-preview .fs-agency-switcher-trigger,
  html.fs-site-preview .fs-agency-switcher-drawer,
  html.fs-site-preview .fs-agency-mode-row,
  html.fs-site-preview .fs-agency-company-label,
  html.fs-site-preview .fs-client-workspace-inside,
  html.fs-site-preview .fs-client-workspace-inside > span,
  html.fs-site-preview .fs-client-workspace.is-open .fs-client-workspace-row > b,
  html.fs-site-preview .fs-company-videos figure,
  html.fs-site-preview .fs-company-feed > i,
  html.fs-site-preview .fs-company-feed > span,
  html.fs-site-preview .fs-company-feed > b,
  html.fs-site-preview .fs-company-workspace,
  html.fs-site-preview .fs-company-memory-core,
  html.fs-site-preview .fs-company-memory-core::after,
  html.fs-site-preview .fs-buyer-platform-links,
  html.fs-site-preview .fs-buyer-platform-links a span {
    transition: none !important;
    animation: none !important;
  }

  html.fs-site-preview .fs-classic-search,
  html.fs-site-preview .fs-classic-result,
  html.fs-site-preview .fs-ai-exchange .is-user,
  html.fs-site-preview .fs-ai-exchange .is-answer,
  html.fs-site-preview .fs-ai-gap,
  html.fs-site-preview .fs-video-gap-node,
  html.fs-site-preview .fs-video-gap-route > span,
  html.fs-site-preview .fs-video-gap-inside,
  html.fs-site-preview .fs-video-gap-stop,
  html.fs-site-preview .fs-video-gap-artifact,
  html.fs-site-preview .fs-video-gap-payoff,
  html.fs-site-preview .fs-source-film-label,
  html.fs-site-preview .fs-source-film-controls,
  html.fs-site-preview .fs-source-quote-play,
  html.fs-site-preview .fs-source-reveal blockquote > span,
  html.fs-site-preview .fs-source-reveal figcaption p,
  html.fs-site-preview .fs-source-transport,
  html.fs-site-preview .fs-source-scan-flow,
  html.fs-site-preview .fs-source-scan-findings [data-scan-finding],
  html.fs-site-preview .fs-source-scan-moments figure,
  html.fs-site-preview .fs-source-scan-moments figure img,
  html.fs-site-preview .fs-source-scan-context,
  html.fs-site-preview .fs-source-scan-code,
  html.fs-site-preview .fs-source-scan-code code > span,
  html.fs-site-preview .fs-source-scan-answer > *,
  html.fs-site-preview .fs-system-steps li,
  html.fs-site-preview .fs-memory-outcome,
  html.fs-site-preview .fs-buyer-fit-head > *,
  html.fs-site-preview .fs-platform-rail > span,
  html.fs-site-preview .fs-fit-lane > header,
  html.fs-site-preview .fs-agency-mode-label,
  html.fs-site-preview .fs-client-workspace,
  html.fs-site-preview .fs-agency-switcher-trigger,
  html.fs-site-preview .fs-agency-mode-row,
  html.fs-site-preview .fs-agency-company-label,
  html.fs-site-preview .fs-client-workspace-inside,
  html.fs-site-preview .fs-client-workspace-inside > span,
  html.fs-site-preview .fs-company-videos figure,
  html.fs-site-preview .fs-company-feed > span,
  html.fs-site-preview .fs-company-feed > b,
  html.fs-site-preview .fs-company-workspace,
  html.fs-site-preview .fs-buyer-platform-links,
  html.fs-site-preview .fs-company-memory-core {
    opacity: 1;
    filter: none;
    transform: none;
    pointer-events: auto;
  }

  html.fs-site-preview .fs-video-gap-artifact {
    clip-path: none;
  }

  html.fs-site-preview .fs-video-gap-scan {
    display: none;
  }

  html.fs-site-preview .fs-video-gap-route > i {
    transform: scaleX(1);
  }

  html.fs-site-preview .fs-client-workspace.is-open {
    max-height: var(--workspace-open-height);
  }

  html.fs-site-preview .fs-client-workspace {
    transform: translateX(var(--workspace-x)) !important;
  }

  html.fs-site-preview .fs-client-workspace.is-open {
    transform: translateX(0) !important;
  }

  html.fs-site-preview .fs-agency-switcher-drawer {
    max-height: 430px;
    opacity: 1;
    transform: none;
  }

  html.fs-site-preview .fs-client-workspace.is-open .fs-client-workspace-row > b {
    transform: none;
  }

  html.fs-site-preview .fs-source-reveal blockquote > span {
    clip-path: inset(0);
  }

  html.fs-site-preview .fs-source-quote-play {
    transform: translate(-50%, -50%);
  }

  html.fs-site-preview .fs-source-reveal blockquote > span::after,
  html.fs-site-preview .fs-company-memory-core::after {
    transform: scaleX(1);
  }

  html.fs-site-preview .fs-platform-rail > i {
    transform: scaleX(1);
  }

  html.fs-site-preview .fs-company-feed > i {
    opacity: 0.82;
    transform: scaleY(1);
  }

  html.fs-site-preview .fs-source-scan-findings [data-scan-finding],
  html.fs-site-preview .fs-source-scan-flow,
  html.fs-site-preview .fs-source-scan-moments figure,
  html.fs-site-preview .fs-source-scan-context,
  html.fs-site-preview .fs-source-scan-code,
  html.fs-site-preview .fs-source-scan-answer > * {
    opacity: 1;
    filter: none;
    transform: none;
  }

  html.fs-site-preview .fs-source-scan-moments figure img {
    transform: none;
  }

  html.fs-site-preview .fs-source-scan-code code > span {
    opacity: 1;
    clip-path: inset(0);
    transform: none;
  }

  html.fs-site-preview .fs-source-scan-sweep,
  html.fs-site-preview .fs-source-scan-cursor {
    display: none;
  }

  html.fs-site-preview .fs-ai-composer.is-sending span {
    opacity: 1;
    transform: none;
  }

  html.fs-site-preview .fs-ai-composer.is-sending button,
  html.fs-site-preview .fs-system-steps li.is-active span {
    background: #121513;
    color: #f4566b;
    transform: none;
  }

  html.fs-site-preview .fs-system-steps li::after {
    display: none;
  }

  html.fs-site-preview .fs-system-film video {
    visibility: hidden;
  }

  html.fs-site-preview .fs-system-film {
    min-height: 430px;
    background: url("/site/assets/framesite-intro-highlight-poster.jpg") center / cover no-repeat;
  }

  html.fs-site-preview .fs-system-film-controls {
    display: none;
  }

  html.fs-site-preview .fs-memory-backdrop,
  html.fs-site-preview .fs-buyer-fit-backdrop {
    display: none;
  }

  html.fs-site-preview #library.fs-site-memory {
    background:
      linear-gradient(90deg, rgba(6, 5, 4, 0.8), rgba(6, 5, 4, 0.42), rgba(6, 5, 4, 0.76)),
      url("/site/assets/company-memory-film-field-poster.jpg") center / cover no-repeat !important;
  }

  html.fs-site-preview .fs-buyer-fit {
    background: #ebe7df;
  }
}
