.usecase-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0 auto 2rem;
  max-width: 1200px;
}
.usecase-tabs button {
  font: inherit;
  font-size: 0.78rem;
  padding: 0.8rem 1.1rem;
  border: 1px solid var(--theme-line);
  border-radius: 99px;
  background: transparent;
  color: var(--theme-text);
  cursor: pointer;
  transition:
    background 0.2s,
    color 0.2s;
}
.usecase-tabs button[aria-selected="true"] {
  background: var(--ink);
  color: white;
  border-color: var(--ink);
}
.usecase-tabs button:hover:not([aria-selected="true"]) {
  background: var(--pale);
}
.showcase-layout {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr) minmax(330px, 0.92fr);
  min-height: 610px;
}
.showcase-sidebar {
  background: var(--pale);
  padding: 1.5rem 0.7rem;
  position: relative;
  display: flex;
  flex-direction: column;
  color: var(--theme-text);
}
.showcase-sidebar .preview-company {
  margin-bottom: 1.5rem;
}
.sidebar-search {
  font-size: 0.6rem;
  background: var(--paper);
  padding: 0.65rem;
  border-radius: 5px;
  margin-bottom: 1rem;
}
.sidebar-navigation {
  display: grid;
  gap: 1.15rem;
  padding: 0.5rem;
  font-size: 0.7rem;
  margin-bottom: 1.5rem;
}
.sidebar-navigation small {
  float: right;
}
.showcase-sidebar .sidebar-label {
  margin-top: 0;
}
#showcase-channels {
  display: grid;
  gap: 0.2rem;
  font-size: 0.72rem;
}
:where(#showcase-channels) > span {
  padding: 0.65rem 0.6rem;
  border-radius: 5px;
}
.current-channel {
  background: var(--accent);
  color: var(--ink);
  font-weight: 600;
}
.sidebar-owner {
  margin-top: auto;
  padding: 0.8rem 0.4rem 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.7rem;
}
.sidebar-owner small {
  display: block;
  font-size: 0.55rem;
  margin-top: 0.25rem;
}
.owner-dot {
  display: grid;
  place-items: center;
  background: var(--paper);
  width: 28px;
  height: 28px;
  border-radius: 50%;
}
.showcase-room {
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: white;
}
.room-heading {
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.3rem;
  border-bottom: 1px solid var(--theme-line);
  gap: 0.6rem;
}
.room-heading strong {
  font-size: 0.85rem;
}
.room-heading > span {
  font-size: 0.58rem;
  color: var(--theme-muted);
}
#showcase-story {
  padding: 1.2rem 1.3rem;
  flex: 1;
}
.story-date {
  text-align: center;
  font-size: 0.57rem;
  color: var(--theme-muted);
  margin: 0 0 1.7rem;
}
.story-message {
  display: flex;
  gap: 0.65rem;
  margin-bottom: 1.7rem;
}
.message-avatar {
  flex: 0 0 29px;
  height: 29px;
  background: var(--accent);
  border-radius: 10px;
  display: grid;
  place-items: center;
  font-size: 0.8rem;
  color: var(--ink);
}
.message-avatar.human {
  background: #ededed;
}
.message-avatar.secondary {
  background: var(--pale);
}
.story-message header {
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.5;
}
.story-message header small {
  font-weight: 400;
  color: var(--theme-muted);
  font-size: 0.55rem;
  margin-left: 0.35rem;
}
.story-message p {
  font-size: 0.78rem;
  line-height: 1.65;
  margin-top: 0.5rem;
  color: #535353;
}
.artifact-link {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.8rem;
  margin-top: 1rem;
  border: 1px solid var(--theme-line);
  border-radius: 7px;
  background: var(--paper);
  font-size: 0.65rem;
  color: var(--theme-text);
  text-decoration: none;
}
.artifact-link > span {
  margin-left: auto;
}
.showcase-composer {
  margin: 0 1.2rem 1.2rem;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 0.85rem;
  color: #888;
  font-size: 0.68rem;
}
.showcase-composer > span {
  display: block;
  margin-top: 1.4rem;
}
.showcase-composer b {
  float: right;
  border-radius: 50%;
  background: var(--pale);
  padding: 0.25rem 0.45rem;
  font-weight: 400;
}
.showcase-output {
  border-left: 1px solid var(--theme-line);
  background: var(--paper);
  min-width: 0;
}
.output-toolbar {
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.2rem;
  border-bottom: 1px solid var(--theme-line);
  font-size: 0.65rem;
  color: var(--theme-text);
}
#showcase-artifact {
  padding: 1.5rem;
  scroll-margin-top: 1rem;
}
.artifact-heading > span,
.research-sheet > .document-kicker {
  font-size: 0.55rem;
  letter-spacing: 0.09em;
  color: var(--theme-text);
}
.artifact-heading h3,
.research-sheet h3 {
  font-size: 2rem;
  line-height: 1.04;
  letter-spacing: -0.06em;
  margin: 0.85rem 0;
}
.artifact-heading > p {
  font-size: 0.72rem;
  color: var(--theme-muted);
  margin-bottom: 1.5rem;
}
.lead-list article {
  display: flex;
  gap: 0.65rem;
  padding: 1rem 0;
  border-top: 1px solid var(--theme-line);
}
.lead-monogram {
  flex: 0 0 34px;
  height: 34px;
  background: var(--pale);
  border-radius: 7px;
  display: grid;
  place-items: center;
  font-family: Georgia, serif;
  font-size: 1.2rem;
}
.lead-list h4,
.followup-list h4 {
  font-size: 0.8rem;
  font-weight: 600;
}
.lead-list small,
.followup-list small {
  font-size: 0.6rem;
  color: var(--theme-muted);
}
.lead-list p {
  font-size: 0.68rem;
  line-height: 1.5;
  margin: 0.5rem 0;
}
.artifact-tag {
  display: inline-block;
  font-size: 0.53rem;
  padding: 0.3rem 0.45rem;
  background: var(--pale);
  border-radius: 4px;
  color: var(--theme-text);
}
.artifact-footnote {
  font-size: 0.55rem;
  line-height: 1.5;
  color: var(--theme-muted);
  margin-top: 1rem;
}
.mini-site {
  border: 1px solid var(--theme-line);
  background: white;
  overflow: hidden;
}
.mini-site nav {
  padding: 0.8rem;
  font-size: 0.55rem;
  font-weight: 600;
  border-bottom: 1px solid var(--theme-line);
}
.mini-site nav span {
  float: right;
  font-weight: 400;
  font-size: 0.4rem;
}
.mini-site-hero {
  position: relative;
  overflow: hidden;
  padding: 1.2rem 0.9rem 1.8rem;
  background: var(--pale);
}
.mini-site-hero > small {
  position: relative;
  z-index: 1;
  font-size: 0.4rem;
  letter-spacing: 0.06em;
}
.mini-site h3 {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 0.96;
  letter-spacing: -0.06em;
  margin: 1rem 0 1.6rem;
  position: relative;
  z-index: 1;
}
.mini-site-cta {
  font-size: 0.45rem;
  background: var(--ink);
  color: white;
  padding: 0.55rem 0.6rem;
  position: relative;
  z-index: 1;
}
.design-sculpture {
  position: absolute;
  width: 110px;
  right: -18px;
  bottom: 20px;
  transform: rotate(-20deg);
}
.design-sculpture i {
  display: block;
  width: 90px;
  height: 90px;
  border: 18px solid var(--accent);
  border-radius: 50%;
  margin-top: -25px;
}
.mini-services {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0.7rem;
  font-size: 0.5rem;
  line-height: 2;
}
.mini-services b {
  font-weight: 500;
}
.review-strip {
  padding: 1.2rem 0;
}
.review-strip p {
  font-size: 0.7rem;
  line-height: 1.5;
  margin-top: 0.6rem;
}
.social-grid {
  display: grid;
  gap: 0.9rem;
}
.social-grid article {
  display: grid;
  grid-template-columns: 95px 1fr;
  column-gap: 0.8rem;
  padding: 0.7rem;
  background: white;
  border: 1px solid var(--theme-line);
  border-radius: 8px;
}
.social-grid article > span {
  grid-column: 1 / -1;
  font-size: 0.55rem;
  margin-bottom: 0.6rem;
  font-weight: 600;
}
.social-grid article > span small {
  float: right;
  font-weight: 400;
}
.social-art {
  grid-row: 2 / 4;
  min-height: 88px;
  padding: 0.6rem;
  background: var(--pale);
  position: relative;
  overflow: hidden;
}
.social-art b {
  font-size: 0.82rem;
  line-height: 1.1;
  position: relative;
  z-index: 1;
  display: block;
  max-width: 70px;
  letter-spacing: -0.03em;
}
.social-art i {
  position: absolute;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background: var(--accent);
  right: -12px;
  bottom: -20px;
}
.social-02 {
  background: var(--ink);
  color: var(--paper);
}
.social-02 i {
  border-radius: 0;
  transform: rotate(25deg);
}
.social-03 {
  background: var(--accent);
}
.social-03 i {
  background: var(--paper);
  border-radius: 50% 50% 0 0;
}
.social-grid article > p {
  font-size: 0.72rem;
  line-height: 1.5;
  align-self: center;
}
.social-grid article > small {
  font-size: 0.5rem;
  color: var(--theme-muted);
  align-self: end;
}
.research-sheet {
  background: white;
  padding: 1.2rem;
  border: 1px solid var(--theme-line);
}
.research-deck {
  font-size: 0.72rem;
  color: var(--theme-muted);
  margin-bottom: 1.4rem;
}
.research-question {
  padding: 1rem;
  background: var(--pale);
  margin-bottom: 1rem;
}
.research-question small {
  font-size: 0.5rem;
  letter-spacing: 0.08em;
}
.research-question p {
  font-family: Georgia, serif;
  font-size: 1.1rem;
  line-height: 1.25;
  margin-top: 0.6rem;
}
.hypothesis {
  border-bottom: 1px solid var(--theme-line);
  padding: 0.8rem 0;
}
.hypothesis > span {
  font-size: 0.65rem;
  font-weight: 600;
}
.hypothesis p {
  font-size: 0.65rem;
  line-height: 1.55;
  color: #626262;
  margin-top: 0.3rem;
}
.research-sheet footer {
  font-size: 0.5rem;
  display: block;
  position: static;
  border: 0;
  margin: 1rem 0 0;
  padding: 0;
  color: var(--theme-muted);
}
.followup-list article {
  padding: 0.9rem;
  background: white;
  border: 1px solid var(--theme-line);
  border-radius: 8px;
  margin-bottom: 0.7rem;
}
.followup-list header {
  display: flex;
  gap: 0.6rem;
  align-items: center;
}
.customer-initial {
  padding: 0.55rem;
  border-radius: 50%;
  background: var(--paper);
  font-size: 0.6rem;
}
.followup-list article > p {
  font-size: 0.65rem;
  line-height: 1.5;
  margin: 0.7rem 0;
}
.launch-board section {
  margin-top: 1.2rem;
}
.launch-board h4 {
  font-size: 0.65rem;
  font-weight: 600;
  margin-bottom: 0.6rem;
}
.launch-board h4 > span {
  float: right;
  color: var(--theme-muted);
}
.launch-board article {
  padding: 0.8rem;
  background: white;
  border: 1px solid var(--theme-line);
  border-radius: 6px;
  margin-bottom: 0.5rem;
}
.launch-board article > b {
  font-size: 0.73rem;
  font-weight: 500;
}
.launch-board article > span {
  display: block;
  font-size: 0.55rem;
  color: var(--theme-text);
  margin-top: 0.65rem;
}
.launch-board small {
  float: right;
  color: var(--theme-muted);
}
.employee-message,
.teammate-message {
  animation: showcase-arrive 0.45s ease both;
}
.teammate-message {
  animation-delay: 0.1s;
}
@keyframes showcase-arrive {
  from {
    opacity: 0;
    transform: translateY(7px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.motion-paused .story-message,
.page-hidden .story-message {
  animation: none;
}
@media (prefers-reduced-motion: reduce) {
  .story-message {
    animation: none;
  }
}
@media (max-width: 1100px) {
  .showcase-layout {
    grid-template-columns: 140px minmax(0, 1fr) minmax(290px, 0.9fr);
  }
  .showcase-sidebar {
    padding: 1rem 0.5rem;
  }
  #showcase-story {
    padding: 1rem;
  }
  .story-message header small {
    display: block;
    margin: 0;
  }
  .room-heading > span {
    display: none;
  }
  #showcase-artifact {
    padding: 1rem;
  }
}
@media (max-width: 850px) {
  .showcase-layout {
    grid-template-columns: minmax(0, 1fr) minmax(270px, 0.85fr);
  }
  .showcase-sidebar {
    display: none;
  }
  .usecase-tabs {
    gap: 0.4rem;
  }
  .usecase-tabs button {
    font-size: 0.7rem;
    padding: 0.65rem 0.85rem;
  }
}
@media (max-width: 600px) {
  .showcase-layout {
    display: block;
  }
  .showcase-output {
    border-left: 0;
    border-top: 1px solid var(--theme-line);
  }
  .showcase-room {
    min-height: 460px;
  }
  .usecase-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .usecase-tabs button {
    font-size: 0.65rem;
    padding: 0.7rem 0.4rem;
  }
  .showcase-composer {
    display: none;
  }
  .showcase .preview-example {
    font-size: 0.44rem;
  }
  .artifact-heading h3 {
    font-size: 2rem;
  }
  .mini-site h3 {
    font-size: 3rem;
  }
  .mini-site-hero {
    padding: 1.5rem;
  }
  .design-sculpture {
    right: 15px;
  }
  .product-intro h2 {
    font-size: 2.8rem;
  }
  .story-message header small {
    display: inline;
    margin-left: 0.3rem;
  }
}

/* Keep the desktop showcase compact and centred beneath the use-case tabs. */
.workspace-preview.showcase {
  max-width: 1120px;
  margin-inline: auto;
}
.showcase-layout {
  grid-template-columns: 185px minmax(0, 1fr) minmax(320px, 0.92fr);
  min-height: 550px;
}
@media (max-width: 850px) {
  .showcase-layout {
    grid-template-columns: minmax(0, 1fr) minmax(270px, 0.85fr);
  }
}
@media (max-width: 600px) {
  .showcase-layout {
    min-height: 0;
  }
}

#showcase-channels > span {
  white-space: nowrap;
}
.lead-list {
  display: grid;
  gap: 0.75rem;
}
.lead-list .prospect-card {
  display: block;
  padding: 1rem;
  border: 1px solid var(--theme-line);
  border-radius: 10px;
  background: white;
  box-shadow: 0 3px 9px #00000003;
}
.prospect-card header {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.lead-logo {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: var(--theme-text);
  background: var(--paper);
}
.lead-logo svg {
  width: 34px;
  height: 34px;
}
.lead-logo-1 {
  background: var(--ink);
  color: var(--colony-canvas);
}
.lead-logo-2 {
  background: var(--pale);
}
.prospect-card h4 {
  font-size: 0.85rem;
  letter-spacing: -0.025em;
  margin-bottom: 0.25rem;
}
.prospect-card small {
  font-size: 0.59rem;
}
.prospect-opportunity {
  margin-top: 0.9rem;
}
.prospect-opportunity > span {
  font-size: 0.46rem;
  letter-spacing: 0.09em;
  color: var(--theme-muted);
}
.lead-list .prospect-opportunity p {
  font-size: 0.69rem;
  line-height: 1.5;
  margin: 0.3rem 0 0.85rem;
  color: #535353;
}
.prospect-card footer {
  position: static;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin: 0;
  padding: 0.65rem 0 0;
  border: 0;
  border-top: 1px solid var(--theme-line);
  font-size: 0.5rem;
  color: var(--theme-muted);
}
.prospect-status {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  color: var(--theme-text);
}
.prospect-status i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--accent);
}

/* A quieter scale for the supporting sections. */
.features h2 {
  font-size: clamp(1.65rem, 3.1vw, 3rem);
  line-height: 1.12;
  margin: 1.4rem auto 3rem;
}
.feature-card h3 {
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.15;
  letter-spacing: -0.04em;
}
.closing {
  min-height: 0;
  padding-top: 2.5rem;
}
.closing-wordmark {
  position: relative;
  top: auto;
  left: auto;
  width: min(90%, 850px);
  height: auto;
  margin: 0 auto;
  flex-shrink: 0;
}
.closing-content {
  margin: 0 auto;
}
.closing h2 {
  font-size: clamp(2rem, 4.2vw, 4rem);
  line-height: 1.08;
  margin: 0 0 2rem;
}
.closing footer {
  margin-top: 4rem;
}
@media (max-width: 600px) {
  .closing {
    padding-top: 2rem;
  }
  .closing-content {
    margin-top: 0;
  }
  .closing footer {
    margin-top: 3rem;
  }
}
.mobile-preview-switch {
  display: none;
}
@media (max-width: 600px) {
  .hero {
    height: 100svh;
    min-height: 0;
  }
  .kinetic-hero h1 {
    top: 25%;
    font-size: clamp(1.55rem, 6.5vw, 2.2rem);
  }
  .hero-ghost {
    top: 49%;
  }
  .kinetic-hero .hero-action {
    bottom: 14%;
  }
  .hero-bottom {
    bottom: 1.4rem;
  }
  .section-pad {
    padding: 3rem 1.1rem;
  }
  .workspace {
    scroll-margin-top: 0;
  }
  .product-intro {
    margin-bottom: 1.4rem;
  }
  .product-intro h2 {
    font-size: clamp(1.75rem, 7.2vw, 2.1rem);
    line-height: 1.06;
  }
  .product-intro > p {
    font-size: 0.8rem;
    margin-top: 0.8rem;
    max-width: 290px;
  }
  .usecase-tabs {
    margin-bottom: 1rem;
    gap: 0.35rem;
  }
  .usecase-tabs button {
    min-height: 44px;
    font-size: 0.67rem;
    padding: 0.55rem 0.35rem;
  }
  .workspace-preview.showcase {
    width: 100%;
    transform: none;
    border-radius: 10px;
  }
  .showcase .preview-titlebar {
    height: 30px;
    padding-inline: 0.7rem;
    gap: 0.6rem;
  }
  .mobile-preview-switch {
    display: flex;
    padding: 0.45rem;
    gap: 0.4rem;
    background: white;
    border-bottom: 1px solid var(--theme-line);
  }
  .mobile-preview-switch button {
    flex: 1;
    min-height: 44px;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: var(--theme-text);
    font: inherit;
    font-size: 0.7rem;
    cursor: pointer;
  }
  .mobile-preview-switch button[aria-pressed="true"] {
    background: var(--pale);
    color: var(--ink);
    font-weight: 600;
  }
  .showcase[data-mobile-view="work"] .showcase-room,
  .showcase[data-mobile-view="conversation"] .showcase-output {
    display: none;
  }
  .showcase-room {
    min-height: 0;
  }
  .showcase-output {
    border: 0;
  }
  .output-toolbar {
    height: 35px;
  }
  #showcase-artifact {
    padding: 0.9rem;
  }
  .artifact-heading h3 {
    font-size: 1.45rem;
    margin: 0.5rem 0;
  }
  .artifact-heading h3 br {
    display: contents;
  }
  .artifact-heading h3 br::after {
    content: " ";
  }
  .artifact-heading > p {
    margin-bottom: 0.8rem;
    font-size: 0.7rem;
  }
  .lead-list {
    gap: 0.5rem;
  }
  .lead-list .prospect-card {
    padding: 0.75rem;
  }
  .lead-logo {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }
  .lead-logo svg {
    width: 28px;
    height: 28px;
  }
  .prospect-opportunity {
    margin-top: 0.5rem;
  }
  .prospect-opportunity > span {
    display: none;
  }
  .lead-list .prospect-opportunity p {
    margin-bottom: 0.5rem;
    font-size: 0.72rem;
  }
  .prospect-card footer {
    padding-top: 0.45rem;
    font-size: 0.6rem;
  }
  .prospect-card small {
    font-size: 0.65rem;
  }
  .artifact-footnote {
    font-size: 0.6rem;
    margin-top: 0.65rem;
  }
  .story-date {
    margin-bottom: 1rem;
  }
  .story-message {
    margin-bottom: 1.2rem;
  }
  .story-message p {
    font-size: 0.8rem;
  }
  .artifact-link {
    min-height: 44px;
  }
  .features {
    padding-top: 2.5rem;
    padding-bottom: 3rem;
  }
  .features h2 {
    margin: 1rem auto 1.5rem;
  }
  .employee-ribbon {
    gap: 0.35rem;
    margin-bottom: 1.5rem;
  }
  .employee-ribbon span {
    font-size: 0.6rem;
    padding: 0.5rem 0.6rem;
  }
  .feature-grid {
    gap: 1rem;
  }
  .feature-card {
    padding: 1.3rem;
    gap: 1rem;
  }
  .card-art {
    height: 125px;
  }
  .scout-art img {
    width: 90px;
  }
  .people-art svg {
    width: 95px;
    height: 80px;
  }
  .feature-card h3 {
    font-size: 1.4rem;
  }
  .feature-card p {
    font-size: 0.85rem;
    margin-top: 0.8rem;
  }
  .card-number {
    margin-bottom: 0.6rem;
  }
  .access h2 {
    font-size: 2.2rem;
  }
  .access-layout {
    gap: 1.5rem;
  }
  .access-copy > p {
    font-size: 0.95rem;
  }
  .closing {
    min-height: 0;
    padding-top: 1.5rem;
  }
  .closing h2 {
    font-size: 1.85rem;
    margin-bottom: 1.5rem;
  }
  .closing footer {
    margin-top: 2rem;
    padding-top: 1.5rem;
  }
  .motion-control {
    right: 0.6rem;
    bottom: 0.6rem;
    font-size: 0.6rem;
  }
}

@media (max-width: 600px) {
  :root {
    scroll-padding-top: 1rem;
  }
}
@media (max-width: 600px) {
  .research-sheet {
    padding: 0.85rem;
  }
  .research-sheet h3 {
    font-size: 1.6rem;
  }
  .research-deck {
    margin-bottom: 0.8rem;
  }
  .research-question {
    padding: 0.75rem;
    margin-bottom: 0.5rem;
  }
  .research-question p {
    font-size: 1rem;
  }
  .hypothesis {
    padding: 0.6rem 0;
  }
  .followup-list article {
    padding: 0.7rem;
    margin-bottom: 0.5rem;
  }
  .followup-list article > p {
    margin: 0.5rem 0;
  }
  .launch-board section {
    margin-top: 0.8rem;
  }
  .launch-board article {
    padding: 0.65rem;
    margin-bottom: 0.4rem;
  }
  .launch-board article > span {
    margin-top: 0.4rem;
  }
}
/* Let the examples do the explaining; supporting copy stays brief. */
.product-intro {
  margin-bottom: 2rem;
}
.product-intro h2 {
  font-size: clamp(1.8rem, 4vw, 3.5rem);
}
.features h2 {
  margin-top: 0;
  margin-bottom: 2rem;
}
.feature-card p {
  max-width: 28ch;
}
.lead-list {
  margin-top: 1rem;
}
.access-copy .muted {
  font-size: 0.8rem;
}
@media (max-width: 600px) {
  .workspace {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  .product-intro {
    margin-bottom: 1rem;
  }
  .product-intro h2 {
    font-size: 1.85rem;
    max-width: 12ch;
    margin: auto;
  }
  .usecase-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .usecase-tabs button {
    font-size: 0.67rem;
  }
  .features {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  .features h2 {
    margin-bottom: 1.5rem;
  }
  .feature-grid {
    gap: 0.65rem;
  }
  .feature-card {
    display: grid;
    grid-template-columns: 90px minmax(0, 1fr);
    gap: 0.8rem;
    align-items: center;
    padding: 1rem 0.8rem;
  }
  .feature-card h3 {
    font-size: 1.15rem;
  }
  .feature-card p {
    font-size: 0.8rem;
    line-height: 1.45;
    margin-top: 0.4rem;
  }
  .feature-card .card-art {
    width: 90px;
    height: 100px;
  }
  .people-art svg {
    width: 55px;
    height: 45px;
  }
  .people-art .ant-one {
    left: 0;
    top: 15%;
  }
  .people-art .ant-two {
    right: 0;
    bottom: 12%;
  }
  .conversation-dot {
    display: none;
  }
  .scout-art img {
    width: 65px;
  }
  .orbit {
    width: 88px;
    height: 36px;
  }
  .small-star {
    font-size: 1.25rem;
    right: 0;
    top: 7%;
  }
  .project-art {
    transform: scale(0.52);
    transform-origin: left center;
  }
  .project-art .paper {
    left: 0;
    top: 0;
  }
  .project-art > svg {
    right: -65px;
    bottom: -15px;
  }
  .access {
    padding-block: 2.5rem;
  }
  .access h2 {
    font-size: 2rem;
  }
  .access-layout {
    gap: 1rem;
  }
  .access-copy > p {
    font-size: 0.9rem;
  }
  .access-copy .muted {
    font-size: 0.75rem;
    margin-top: 0.65rem;
  }
}
#access-form {
  margin-top: 1.5rem;
}
#access-form label,
#access-draft label {
  display: block;
  font-size: 0.78rem;
  margin-bottom: 1rem;
}
#access-form input,
#access-form select,
#access-form textarea,
#application-text {
  display: block;
  width: 100%;
  margin-top: 0.4rem;
  border: 1px solid var(--theme-line);
  border-radius: 7px;
  padding: 0.8rem;
  background: white;
  color: var(--ink);
  font: inherit;
  font-size: 1rem;
}
#access-form textarea,
#application-text {
  resize: vertical;
}
.access-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}
#access-form .pill {
  border: 0;
  cursor: pointer;
}
#access-draft {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--theme-line);
}
#access-draft h3 {
  font-size: 1.4rem;
}
#access-draft p {
  font-size: 0.8rem;
  line-height: 1.5;
  margin: 0.75rem 0;
}
#application-text {
  font-size: 0.8rem;
  line-height: 1.5;
}
.access-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
  align-items: center;
}
#copy-application {
  border: 0;
  background: transparent;
  text-decoration: underline;
  cursor: pointer;
  font-size: 0.8rem;
  color: var(--ink);
  min-height: 44px;
}
@media (max-width: 600px) {
  .access-fields {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
