/* A simple product preview, entirely in Colony's existing palette. */
.hero-content.kinetic-hero {
  position: absolute;
  inset: 0;
  max-width: none;
  margin: 0;
  display: block;
  pointer-events: none;
  animation: none;
}
.kinetic-hero h1 {
  position: absolute;
  top: 22%;
  left: 4%;
  width: 92%;
  font-size: clamp(2rem, 4vw, 4rem);
}
.kinetic-hero .hero-action {
  position: absolute;
  bottom: 13%;
  left: 0;
  width: 100%;
  pointer-events: auto;
}
.hero-action p {
  font-size: 1.2rem;
  letter-spacing: -0.03em;
}
.hero-action .pill {
  margin-top: 1.1rem;
}
.hero-ghost {
  width: 84%;
  left: 8%;
  top: 54%;
  filter: invert(1) blur(4px);
}
.product-intro {
  text-align: center;
  margin: 0 auto 3rem;
}
.product-intro h2 {
  font-size: clamp(2.8rem, 5.2vw, 4.6rem);
}
.product-intro > p {
  font-size: 1rem;
  color: #8a7a96;
  margin-top: 1.5rem;
  line-height: 1.5;
}
.workspace-preview {
  max-width: 1320px;
  margin: auto;
  background: #fff;
  border: 1px solid #e1d6ec;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 25px 65px -40px #51357866;
}
.preview-titlebar {
  height: 40px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  gap: 15px;
  background: #f7f4fb;
  border-bottom: 1px solid #e8e0f0;
  font-size: 0.68rem;
  color: #95869f;
}
.preview-lights {
  letter-spacing: 2px;
  color: #d4c5e3;
  font-size: 0.7rem;
}
.preview-example {
  margin-left: auto;
  font-size: 0.56rem;
}
.preview-layout {
  display: grid;
  grid-template-columns: 185px minmax(0, 1.1fr) minmax(260px, 0.9fr);
  min-height: 540px;
}
.preview-sidebar {
  background: #ece3f8;
  padding: 1.4rem 0.7rem;
  color: #6f5987;
}
.preview-company {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  font-weight: 600;
  margin: 0 0.4rem 2rem;
}
.preview-company svg {
  width: 25px;
  height: 22px;
}
.sidebar-label {
  font-size: 0.55rem;
  letter-spacing: 0.1em;
  color: #9a87ab;
  margin: 0.8rem 0.5rem;
}
.preview-sidebar button {
  display: block;
  border: 0;
  background: none;
  width: 100%;
  text-align: left;
  padding: 0.65rem 0.7rem;
  border-radius: 6px;
  color: #78618d;
  font-size: 0.71rem;
  cursor: pointer;
}
.preview-sidebar button[aria-pressed="true"] {
  background: #d8c5f1;
  color: #543779;
  font-weight: 550;
}
.preview-sidebar button:hover {
  background: #e1d2f1;
}
.preview-team {
  margin-top: 2rem;
}
.preview-team > span {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0.6rem 0.5rem;
  font-size: 0.69rem;
}
.preview-team i {
  width: 6px;
  height: 6px;
  background: #a787ce;
  border-radius: 50%;
}
.preview-team small {
  font-size: 0.57rem;
  color: #a18eb1;
  margin-left: auto;
}
.preview-conversation {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.conversation-heading {
  height: 52px;
  padding: 0 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eee8f3;
  font-size: 0.75rem;
  gap: 8px;
}
.job-status {
  font-size: 0.5rem;
  background: #f2ebf9;
  color: #8e73a7;
  padding: 0.35rem 0.45rem;
  border-radius: 4px;
  white-space: nowrap;
}
.conversation-body {
  padding: 1.8rem 1.2rem;
  flex: 1;
}
.preview-message {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  margin-bottom: 1.8rem;
}
.person-avatar,
.ai-avatar {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  border-radius: 8px;
  display: grid;
  place-items: center;
  font-size: 0.6rem;
  background: #ece7f1;
  color: #91809e;
}
.ai-avatar {
  background: #b796eb;
  color: white;
  font-size: 0.9rem;
}
.preview-message strong {
  font-size: 0.73rem;
  font-weight: 600;
}
.preview-message strong small {
  font-size: 0.52rem;
  color: #a699ad;
  font-weight: 400;
  margin-left: 0.3rem;
}
.preview-message p {
  font-size: 0.75rem;
  color: #73667f;
  line-height: 1.75;
  margin-top: 0.5rem;
}
.open-work {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.85rem;
  margin-top: 1.1rem;
  width: 100%;
  text-align: left;
  border: 1px solid #dfd2ed;
  border-radius: 8px;
  background: #faf7fe;
  color: #6b4f86;
  cursor: pointer;
}
.open-work:hover {
  border-color: #a780d0;
  background: #f2eafa;
}
.open-work b {
  font-size: 0.68rem;
  font-weight: 550;
}
.open-work small {
  display: block;
  font-size: 0.55rem;
  margin-top: 0.3rem;
  color: #a18caf;
}
.open-work > span:last-child {
  margin-left: auto;
}
.file-icon {
  font-size: 1.5rem;
  color: #a27bc8;
}
.preview-composer {
  padding: 1rem;
  margin: 0 1.2rem 1.2rem;
  border: 1px solid #ede6f3;
  border-radius: 8px;
  color: #baadca;
  font-size: 0.65rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.preview-composer span {
  font-size: 0.5rem;
}
.work-document {
  border-left: 1px solid #e8e0f0;
  background: #fcfaff;
  min-width: 0;
}
.work-document[hidden] {
  display: none;
}
.document-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e8e0f0;
  padding: 0.7rem 1rem;
  font-size: 0.6rem;
  color: #9e8dad;
  height: 52px;
}
.document-toolbar button {
  border: 0;
  background: none;
  color: #a58db9;
  font-size: 1.2rem;
  cursor: pointer;
  padding: 0.2rem 0.5rem;
}
.document-content {
  padding: 1.7rem;
}
.document-kicker {
  font-size: 0.5rem;
  letter-spacing: 0.1em;
  color: #aa91c0;
}
.document-content h3 {
  font-size: 1.9rem;
  line-height: 1.06;
  margin: 1.1rem 0;
  letter-spacing: -0.055em;
}
.document-description {
  font-size: 0.7rem;
  color: #9a86a9;
  line-height: 1.5;
}
.work-steps {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
}
.work-steps li {
  display: flex;
  gap: 0.65rem;
  border-top: 1px solid #e9e0f1;
  padding: 1rem 0;
}
.work-steps li > span {
  font-size: 0.52rem;
  color: #b299c5;
  padding-top: 0.15rem;
}
.work-steps b {
  font-size: 0.7rem;
  font-weight: 550;
}
.work-steps p {
  font-size: 0.66rem;
  color: #9b89a8;
  line-height: 1.6;
  margin-top: 0.4rem;
}
.document-note {
  font-size: 0.55rem;
  color: #ad98bd;
  border-top: 1px solid #e9e0f1;
  padding-top: 0.8rem;
}
.work-closed {
  grid-template-columns: 185px minmax(0, 1fr);
}
@media (max-width: 1000px) {
  .preview-layout {
    grid-template-columns: 145px minmax(0, 1fr);
  }
  .work-document {
    grid-column: 2;
    border-top: 1px solid #e8e0f0;
  }
  .preview-sidebar {
    grid-row: 1 / 3;
  }
  .preview-conversation {
    min-height: 350px;
  }
  .preview-company {
    font-size: 0.7rem;
  }
  .preview-sidebar button {
    font-size: 0.64rem;
  }
  .preview-team small {
    display: none;
  }
  .work-closed {
    grid-template-columns: 145px minmax(0, 1fr);
  }
}
@media (max-width: 600px) {
  .kinetic-hero h1 {
    top: 26%;
    font-size: clamp(1.65rem, 7.1vw, 2.6rem);
  }
  .hero-ghost {
    width: 96%;
    left: 2%;
    top: 51%;
  }
  .kinetic-hero .hero-action {
    bottom: 22%;
  }
  .hero-action p {
    font-size: 1rem;
  }
  .preview-layout,
  .work-closed {
    display: block;
  }
  .preview-sidebar {
    padding: 0.8rem;
    background: #ece3f8;
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
  }
  .preview-company {
    width: 100%;
    margin: 0 0 0.5rem;
    font-size: 0.75rem;
  }
  .preview-sidebar > .sidebar-label,
  .preview-team {
    display: none;
  }
  .preview-sidebar button {
    width: auto;
    padding: 0.55rem;
    font-size: 0.59rem;
  }
  .preview-titlebar {
    padding: 0 12px;
  }
  .preview-example {
    font-size: 0.47rem;
  }
  .conversation-heading {
    padding: 0 0.8rem;
    font-size: 0.7rem;
  }
  .conversation-body {
    padding: 1.4rem 0.8rem;
  }
  .preview-message p {
    font-size: 0.74rem;
  }
  .document-content {
    padding: 1.5rem;
  }
  .work-document {
    border-left: 0;
  }
  .product-intro > p {
    font-size: 0.9rem;
    max-width: 270px;
    margin: 1.2rem auto 0;
  }
  .document-content h3 {
    font-size: 1.9rem;
  }
}
