@font-face {
  font-family: DM;
  src: url("/fonts/dm-sans.ttf") format("truetype");
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: Instrument;
  src: url("/fonts/instrument-serif-italic.ttf") format("truetype");
  font-display: swap;
  font-style: italic;
  font-weight: 400;
}
:root {
  --paper: #f5f4ee;
  --ink: #25291f;
  --muted: #6b6e63;
  --olive: #626b43;
  --line: #d8dacd;
  --serif: Instrument, Georgia, serif;
  font-family: DM, Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: weight;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--olive);
  outline-offset: 6px;
}
::selection {
  background: #dce3b7;
}
p,
h1,
h2,
h3,
h4 {
  margin: 0;
}
p {
  line-height: 1.65;
}
button[hidden] {
  display: none;
}
.wrap {
  width: min(1280px, 88%);
  margin: auto;
}
.sr-only,
.skip-link:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}
.skip-link:focus {
  position: fixed;
  top: 12px;
  left: 12px;
  padding: 14px;
  background: var(--ink);
  color: white;
  z-index: 100;
}
.site-header {
  height: 94px;
  padding: 0 6%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  background: rgba(245, 244, 238, 0.96);
  backdrop-filter: blur(16px);
  z-index: 20;
}
.wordmark {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -1.5px;
  display: inline-flex;
  align-items: center;
}
.brand-icon {
  height: 29px;
  width: 29px;
  border: 1.5px solid currentColor;
  margin-right: 10px;
  font-size: 25px;
  line-height: 22px;
  position: relative;
  padding-left: 3px;
  letter-spacing: -3px;
}
.brand-icon span {
  font-size: 18px;
  position: absolute;
  right: -3px;
  top: -6px;
  background: var(--paper);
  line-height: 18px;
}
.wordmark-dot {
  color: var(--olive);
}
nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 13px;
}
nav > a:not(.nav-cta):hover,
.text-link:hover {
  color: var(--olive);
}
.nav-cta {
  border: 1px solid #b9bcac;
  padding: 12px 18px;
  border-radius: 3px;
  margin-left: 14px;
  display: flex;
  gap: 26px;
}
.nav-cta:hover {
  background: #e7e9dc;
}
.menu-toggle {
  display: none;
}
.hero {
  padding-top: 60px;
}
.hero-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.eyebrow {
  font-size: 10px;
  letter-spacing: 1.6px;
  font-weight: 600;
  line-height: 1.5;
}
.status-dot {
  display: inline-block;
  background: var(--olive);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 9px;
  vertical-align: 1px;
}
.hero-note {
  font-size: 11px;
  line-height: 1.6;
  color: var(--muted);
}
h1 {
  font-size: clamp(70px, 8.9vw, 142px);
  letter-spacing: -0.065em;
  font-weight: 400;
  line-height: 1.02;
  position: relative;
  margin: 38px 0 35px;
}
em {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.035em;
}
h1 em {
  color: var(--olive);
  font-size: 1.12em;
}
.hero-asterisk {
  position: absolute;
  font-size: 160px;
  line-height: 1;
  right: 5%;
  top: 14%;
  color: #747d52;
  font-family: Arial;
  font-weight: 400;
  transform: rotate(8deg);
}
.hero-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 58px;
}
.hero-bottom p {
  font-size: 16px;
  color: var(--muted);
}
.button {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  background: var(--ink);
  color: var(--paper);
  padding: 18px 23px;
  border-radius: 3px;
  font-size: 13px;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  background: var(--olive);
  transform: translateY(-2px);
}
.button span {
  font-size: 21px;
  line-height: 1;
}
.hero-rule {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  padding: 20px 0;
  font-size: 9px;
  letter-spacing: 1.3px;
  color: var(--muted);
}
.hero-rule a {
  display: flex;
  gap: 22px;
}
.work-section {
  padding-top: 84px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 48px;
  gap: 35px;
}
.section-heading .eyebrow {
  margin-bottom: 26px;
  color: var(--olive);
}
h2 {
  font-size: clamp(44px, 4.8vw, 72px);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.05em;
}
.section-heading > p {
  font-size: 13px;
  color: var(--muted);
  padding-bottom: 5px;
}
.case-study {
  margin-bottom: 88px;
}
.product-stage {
  position: relative;
  border-radius: 5px;
  padding: 32px 48px 46px;
  overflow: hidden;
}
.soontra-stage {
  background: #e4e9d8;
  background-image: radial-gradient(
    ellipse at 50% 90%,
    #cad2bb,
    transparent 65%
  );
}
.stage-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
}
.product-logo {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -1px;
}
.soontra-logo > span {
  margin-right: 6px;
}
.stage-label {
  font-size: 8px;
  letter-spacing: 1.4px;
}
.product-window {
  box-shadow: 0 25px 55px -25px #1c251c60;
  border: 1px solid #ffffffb0;
  border-radius: 9px;
  overflow: hidden;
}
.soontra-app {
  display: flex;
  background: #f8f9f7;
  transform: perspective(1800px) rotateX(3deg) rotateY(-3deg);
  margin: 0 18px 14px 0;
  min-height: 355px;
}
.app-rail {
  width: 49px;
  flex-shrink: 0;
  border-right: 1px solid #e6e8e2;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  padding: 15px 0;
  font-size: 16px;
  color: #6b6e63;
  background: #f0f1ed;
}
.mini-logo {
  background: #30372e;
  color: white;
  width: 23px;
  height: 23px;
  border-radius: 6px;
  text-align: center;
  font-size: 15px;
  line-height: 23px;
}
.rail-bottom {
  margin-top: auto;
}
.soontra-main {
  padding: 17px 23px 22px;
  width: calc(100% - 49px);
}
.app-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 7px;
  color: #73776f;
  letter-spacing: 0.5px;
}
.app-toolbar b {
  border: 1px solid #ddd;
  padding: 2px;
  margin-left: 15px;
  font-size: 6px;
}
.avatar {
  background: #d9ddce;
  border-radius: 50%;
  padding: 6px;
}
.workspace-intro {
  margin-top: 21px;
}
.workspace-intro > span {
  font-size: 6px;
  letter-spacing: 1px;
  color: #85897e;
}
.workspace-intro h3 {
  font-size: 22px;
  letter-spacing: -0.7px;
  font-weight: 400;
  margin: 5px 0 14px;
}
.ai-prompt {
  background: white;
  border: 1px solid #dcdfd4;
  border-radius: 7px;
  padding: 13px;
  box-shadow: 0 3px 10px #20271c04;
}
.ai-prompt > span {
  font-size: 10px;
  font-weight: 600;
}
.ai-prompt p {
  font-size: 9px;
  color: #787d70;
  padding: 9px 0 13px;
}
.ai-prompt > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.prompt-chip {
  font-size: 7px;
  border: 1px solid #e4e6df;
  padding: 5px 7px;
  border-radius: 4px;
}
.send-icon {
  color: white;
  background: #333e29;
  border-radius: 4px;
  padding: 3px 7px;
  font-size: 12px;
}
.workspace-label {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  margin: 19px 0 10px;
}
.workspace-label > span {
  font-size: 7px;
  color: #7d8275;
}
.workspace-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.workspace-card {
  background: white;
  border: 1px solid #e6e7df;
  border-radius: 5px;
  overflow: hidden;
  padding: 6px;
}
.workspace-card strong,
.workspace-card small {
  display: block;
  font-size: 8px;
  margin: 7px 4px 2px;
}
.workspace-card small {
  font-size: 6px;
  margin-top: 3px;
  color: #868a80;
}
.abstract-image,
.mini-board,
.mini-calendar {
  height: 100px;
  border-radius: 3px;
  overflow: hidden;
}
.image-orange {
  background: #bb552b;
  position: relative;
  padding: 12px;
  color: #fff1d3;
}
.image-orange span {
  font-family: var(--serif);
  font-style: italic;
  font-size: 29px;
  line-height: 0.9;
  position: relative;
  z-index: 1;
}
.image-orange i {
  position: absolute;
  border: 23px solid #ebbd75;
  border-radius: 50%;
  width: 95px;
  height: 145px;
  transform: rotate(-35deg);
  right: 3px;
  top: -25px;
  box-shadow: 12px 8px 10px #57230030;
}
.mini-board {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #f1f2ed;
  padding: 9px;
  gap: 5px;
  align-content: start;
}
.mini-board > span {
  font-size: 5px;
  color: #7d8375;
  white-space: nowrap;
  margin-bottom: 4px;
}
.mini-board i {
  font-size: 6px;
  background: white;
  font-style: normal;
  padding: 8px 5px;
  border-radius: 3px;
  border-top: 2px solid #b4c2a3;
}
.mini-board i:nth-of-type(even) {
  border-color: #e2c390;
}
.mini-calendar {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  padding: 9px;
  background: #f4f4ef;
  align-content: start;
}
.mini-calendar span {
  font-size: 5px;
  color: #7e8377;
}
.mini-calendar i {
  font-size: 10px;
  font-style: normal;
  margin: 4px 0;
}
.mini-calendar b {
  font-size: 5px;
  padding: 8px 3px;
  background: #dce5d1;
  border-radius: 3px;
  line-height: 1.5;
  font-weight: 400;
}
.mini-calendar b:nth-last-child(2) {
  background: #e9d9c9;
}
.floating-note {
  position: absolute;
  bottom: 49px;
  right: 25px;
  background: #fafbf6;
  border: 1px solid #d7ddcb;
  box-shadow: 0 10px 35px #333c2520;
  border-radius: 6px;
  padding: 14px 19px;
  display: flex;
  gap: 12px;
  align-items: center;
  transform: rotate(3deg);
}
.floating-note > span {
  font-size: 32px;
  color: var(--olive);
}
.floating-note div {
  font-size: 10px;
  line-height: 1.6;
}
.floating-note strong {
  font-weight: 400;
  color: var(--muted);
}
.visual-caption {
  position: absolute;
  bottom: 14px;
  left: 48px;
  font-size: 7px;
  letter-spacing: 1.3px;
  opacity: 0.6;
}
.case-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 28px 0 24px;
}
.case-heading .eyebrow {
  font-size: 8px;
  color: var(--muted);
  margin-bottom: 10px;
}
.case-heading h3 {
  font-size: 34px;
  font-weight: 400;
  letter-spacing: -1.5px;
  display: flex;
  align-items: flex-start;
  gap: 13px;
}
.case-heading h3 > span {
  font-size: 10px;
  color: var(--muted);
  letter-spacing: 0;
  margin-top: 5px;
}
.text-link {
  display: inline-flex;
  gap: 22px;
  font-size: 12px;
  border-bottom: 1px solid #bbbfae;
  padding: 9px 0;
}
.text-link > span[aria-hidden] {
  font-size: 18px;
}
.case-story {
  border-top: 1px solid var(--line);
  padding-top: 25px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.case-story h4 {
  font-size: 25px;
  font-weight: 400;
  letter-spacing: -0.7px;
  line-height: 1.3;
}
.case-story p {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 12px;
}
.tags {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  margin-top: 19px;
}
.tags span {
  font-size: 8px;
  border: 1px solid var(--line);
  padding: 6px 9px;
  border-radius: 3px;
}
.grow-stage {
  background: #ddd9ed;
  background-image: radial-gradient(
    ellipse at 60% 70%,
    #b6add5,
    transparent 80%
  );
}
.grow-logo {
  font-weight: 900;
  letter-spacing: -1.7px;
  font-size: 28px;
}
.grow-logo > span {
  font-size: 7px;
  display: block;
  letter-spacing: 3.2px;
  margin-top: -3px;
}
.grow-app {
  display: flex;
  background: #141415;
  color: #f2f1f6;
  border-color: #57535f;
  min-height: 355px;
  transform: perspective(1800px) rotateX(3deg) rotateY(3deg);
  margin: 0 0 14px 18px;
}
.grow-sidebar {
  flex-shrink: 0;
  width: 125px;
  padding: 17px 12px;
  border-right: 1px solid #343138;
  display: flex;
  flex-direction: column;
  gap: 18px;
  font-size: 7px;
  color: #c5c3cc;
}
.grow-sidebar > b {
  width: 28px;
  height: 28px;
  background: #6960ed;
  color: #fff;
  font-size: 23px;
  position: relative;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 10px;
}
.grow-sidebar > b span {
  font-size: 13px;
  position: absolute;
  bottom: 0;
  right: 1px;
}
.grow-sidebar .selected {
  padding: 8px;
  background: #302b48;
  color: #bcb6ff;
  border-radius: 4px;
  margin: -8px -5px 0;
}
.grow-sidebar small {
  font-size: 6px;
  color: #777480;
  margin-top: 10px;
}
.grow-profile {
  margin-top: auto;
  font-size: 6px;
}
.grow-main {
  padding: 25px 20px 15px;
  width: calc(100% - 125px);
}
.grow-welcome > span {
  font-size: 6px;
  letter-spacing: 1px;
  color: #8a84a4;
}
.grow-welcome h3 {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -1px;
  margin: 7px 0;
}
.grow-welcome p {
  font-size: 8px;
  color: #9a92eb;
}
.grow-banner {
  background: #6054e7;
  display: flex;
  justify-content: space-between;
  font-size: 6px;
  padding: 9px 12px;
  margin: 20px -20px 15px;
  letter-spacing: 0.5px;
}
.grow-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}
.grow-cards > div {
  border: 1px solid #353039;
  border-radius: 5px;
  padding: 11px;
  background: #1c1b20;
}
.grow-card-icon {
  background: #312946;
  color: #b6a0f6;
  border-radius: 5px;
  padding: 5px 7px;
  display: inline-block;
  font-size: 14px;
}
.grow-cards h4 {
  font-size: 10px;
  margin: 12px 0 6px;
  letter-spacing: -0.2px;
}
.grow-cards p {
  font-size: 7px;
  color: #a19ca9;
}
.grow-small-tags {
  display: block;
  color: #a99bea;
  background: #28213a;
  padding: 5px 3px;
  font-size: 5px;
  margin: 12px 0;
}
.grow-cards strong {
  display: block;
  color: #a59bea;
  font-size: 7px;
  margin-top: 14px;
}
.meeting-preview {
  border: 1px dashed #494151;
  border-radius: 3px;
  padding: 7px;
  margin-top: 12px;
}
.meeting-preview span,
.meeting-preview b,
.meeting-preview small {
  display: block;
  font-size: 5px;
  font-weight: 400;
}
.meeting-preview span {
  color: #a08aca;
  font-size: 4px;
}
.meeting-preview b {
  margin: 6px 0;
}
.meeting-preview small {
  color: #827b8b;
}
.reward-preview {
  background: linear-gradient(115deg, #6a56e3, #453492);
  padding: 10px 7px;
  border-radius: 4px;
  margin-top: 12px;
}
.reward-preview span {
  display: block;
  font-size: 4px;
  color: #c5bced;
}
.reward-preview b {
  display: block;
  font-size: 8px;
  margin-top: 8px;
  font-weight: 400;
}
.grow-bottom {
  margin-top: 12px;
  border-radius: 4px;
  background: #25212e;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px;
  overflow: hidden;
}
.grow-bottom > span {
  font-size: 17px;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.grow-bottom em {
  font-family: inherit;
  font-style: normal;
  color: #b49bef;
}
.connection-art {
  display: flex;
  margin-right: 4px;
}
.connection-art i {
  display: block;
  width: 25px;
  height: 25px;
  border: 1px solid #a396cc;
  border-radius: 50%;
  margin-left: -8px;
}
.connection-art i:nth-child(2n) {
  background: #766392;
}
.services-section {
  background: #eceee4;
  padding: 85px 0 65px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.services-section .section-heading {
  margin-bottom: 50px;
}
.service {
  display: grid;
  grid-template-columns: 50px 1fr 1.2fr 60px;
  gap: 30px;
  align-items: start;
  border-top: 1px solid #ced3bf;
  padding: 31px 0;
}
.service-number {
  font-size: 10px;
  color: #777f64;
  padding-top: 5px;
}
.service h3 {
  font-size: 27px;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.8px;
}
.service p {
  font-size: 13px;
  color: #666e58;
  max-width: 400px;
}
.service div > span {
  display: block;
  font-size: 8px;
  margin-top: 16px;
  color: #757c68;
}
.service-symbol {
  font-size: 41px;
  color: #727d54;
  text-align: right;
  line-height: 1;
}
.process-section {
  padding: 100px 0;
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin-top: 55px;
}
.process-grid article {
  border-top: 1px solid var(--line);
  padding-top: 18px;
}
.process-grid article > span {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: var(--olive);
  margin-bottom: 30px;
}
.process-grid i {
  font-style: normal;
  font-size: 15px;
}
.process-grid h3 {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.5px;
  margin-bottom: 12px;
}
.process-grid p {
  font-size: 12px;
  color: var(--muted);
}
.closing-section {
  background: #30382a;
  color: #f3f3e9;
  overflow: hidden;
}
.closing-section .wrap {
  position: relative;
  padding: 70px 0 55px;
}
.closing-section .eyebrow {
  color: #bdc6a7;
  margin-bottom: 30px;
}
.closing-section h2 {
  font-size: clamp(50px, 6.8vw, 100px);
  position: relative;
  z-index: 1;
}
.closing-section h2 em {
  color: #c0cba6;
}
.closing-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
.closing-bottom p {
  font-size: 12px;
  color: #bbc1b0;
}
.button-light {
  background: #eef0e3;
  color: #30382a;
}
.button-light:hover {
  background: #dce4c5;
}
.closing-art {
  position: absolute;
  font-family: Arial;
  font-size: 330px;
  right: -20px;
  top: 40px;
  line-height: 1;
  color: #47503b;
  transform: rotate(12deg);
}
.site-footer {
  padding: 33px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
}
.site-footer .wordmark {
  font-size: 25px;
}
.site-footer p,
.site-footer > span,
.site-footer > a:last-child {
  font-size: 9px;
  color: var(--muted);
}
.will-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.7s,
    transform 0.7s;
}
.will-reveal.revealed {
  opacity: 1;
  transform: none;
}
.error-page {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 28px;
}
.error-page h1 {
  margin: 0;
}
.error-page p {
  color: var(--muted);
}
@media (min-width: 1600px) {
  .site-header {
    padding-left: calc((100vw - 1280px) / 2);
    padding-right: calc((100vw - 1280px) / 2);
  }
}
@media (max-width: 1000px) {
  nav {
    gap: 20px;
  }
  .nav-cta {
    margin-left: 0;
    gap: 15px;
  }
  .hero-asterisk {
    font-size: 120px;
    right: 2%;
    top: 20%;
  }
  .product-stage {
    padding: 26px 26px 40px;
  }
  .soontra-app,
  .grow-app {
    margin-left: 0;
    margin-right: 0;
  }
  .grow-sidebar {
    width: 100px;
  }
  .grow-main {
    width: calc(100% - 100px);
    padding: 20px 15px 15px;
  }
  .grow-banner {
    margin-left: -15px;
    margin-right: -15px;
  }
  .grow-cards > div {
    padding: 8px;
  }
  .grow-cards h4 {
    font-size: 8px;
  }
  .grow-bottom > span {
    font-size: 14px;
  }
  .visual-caption {
    left: 26px;
  }
  .service {
    grid-template-columns: 30px 1fr 1.2fr 40px;
    gap: 20px;
  }
  .section-heading > p {
    max-width: 310px;
  }
  .hero-note {
    display: none;
  }
  .floating-note {
    bottom: 43px;
  }
  .app-toolbar > span:nth-child(2) {
    display: none;
  }
  .site-footer p {
    display: none;
  }
}
@media (max-width: 760px) {
  html {
    scroll-padding-top: 85px;
  }
  .site-header {
    height: auto;
    min-height: 76px;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
    gap: 20px;
  }
  .wordmark {
    font-size: 25px;
  }
  .brand-icon {
    width: 25px;
    height: 25px;
    font-size: 22px;
    line-height: 20px;
  }
  .brand-icon span {
    font-size: 15px;
  }
  .menu-toggle {
    background: none;
    border: 0;
    font-size: 12px;
    padding: 5px 0 5px 12px;
    align-items: center;
    gap: 18px;
  }
  .nav-ready .menu-toggle {
    display: flex;
  }
  .menu-toggle[aria-expanded="true"] > span {
    transform: rotate(45deg);
  }
  nav {
    width: 100%;
    flex-wrap: wrap;
    font-size: 13px;
    gap: 20px;
  }
  .nav-ready nav {
    display: none;
  }
  .nav-ready nav.is-open {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 8px 0;
  }
  .nav-ready nav.is-open > a {
    padding: 12px 0;
  }
  .nav-ready nav.is-open > .nav-cta {
    padding: 14px;
  }
  .hero {
    padding-top: 39px;
  }
  .hero .eyebrow {
    font-size: 8px;
    letter-spacing: 1.2px;
  }
  h1 {
    font-size: clamp(55px, 10.5vw, 80px);
    margin: 30px 0;
    line-height: 1.05;
  }
  .hero-asterisk {
    font-size: 68px;
    right: 0;
    top: 0;
  }
  .hero-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 26px;
    padding-bottom: 35px;
  }
  .hero-bottom p {
    font-size: 14px;
  }
  .button {
    padding: 16px 20px;
    font-size: 12px;
    gap: 45px;
  }
  .hero-rule {
    font-size: 7px;
    letter-spacing: 0.7px;
  }
  .hero-rule a {
    gap: 8px;
  }
  .work-section {
    padding-top: 50px;
  }
  .section-heading {
    display: block;
    margin-bottom: 30px;
  }
  .section-heading .eyebrow {
    margin-bottom: 19px;
    font-size: 9px;
  }
  .section-heading > p {
    margin-top: 23px;
    font-size: 12px;
    max-width: none;
  }
  h2 {
    font-size: 48px;
  }
  .product-stage {
    padding: 20px 14px 33px;
  }
  .stage-top {
    margin-bottom: 20px;
  }
  .product-logo {
    font-size: 22px;
  }
  .stage-label {
    font-size: 5px;
    letter-spacing: 0.7px;
    max-width: 125px;
    text-align: right;
  }
  .product-window {
    transform: none;
    border-radius: 5px;
  }
  .soontra-app {
    min-height: 0;
  }
  .app-rail {
    width: 27px;
    padding: 10px 0;
    gap: 14px;
    font-size: 11px;
  }
  .mini-logo {
    font-size: 10px;
    width: 17px;
    height: 17px;
    line-height: 17px;
  }
  .soontra-main {
    width: calc(100% - 27px);
    padding: 10px;
  }
  .app-toolbar {
    font-size: 5px;
  }
  .avatar {
    padding: 4px;
  }
  .workspace-intro {
    margin-top: 12px;
  }
  .workspace-intro > span {
    font-size: 4px;
  }
  .workspace-intro h3 {
    font-size: 14px;
    margin: 5px 0 10px;
    letter-spacing: -0.4px;
  }
  .ai-prompt {
    padding: 9px;
  }
  .ai-prompt > span {
    font-size: 7px;
  }
  .ai-prompt p {
    font-size: 6px;
    padding: 7px 0;
  }
  .prompt-chip {
    font-size: 5px;
    padding: 4px;
  }
  .send-icon {
    font-size: 8px;
    padding: 2px 5px;
  }
  .workspace-label {
    font-size: 7px;
    margin: 13px 0 7px;
  }
  .workspace-label > span {
    font-size: 5px;
  }
  .workspace-cards {
    gap: 5px;
  }
  .workspace-card {
    padding: 3px;
  }
  .abstract-image,
  .mini-board,
  .mini-calendar {
    height: 65px;
  }
  .workspace-card strong {
    font-size: 5px;
    margin: 5px 1px 3px;
  }
  .workspace-card small {
    font-size: 4px;
    margin: 0 1px 3px;
  }
  .image-orange {
    padding: 7px;
  }
  .image-orange span {
    font-size: 19px;
  }
  .image-orange i {
    height: 90px;
    width: 55px;
    border-width: 14px;
    right: -8px;
    top: -8px;
  }
  .mini-board {
    padding: 5px;
    gap: 3px;
  }
  .mini-board > span {
    font-size: 3px;
    letter-spacing: -0.1px;
  }
  .mini-board i {
    font-size: 3px;
    padding: 5px 2px;
  }
  .mini-calendar {
    padding: 5px;
    gap: 2px;
  }
  .mini-calendar span {
    font-size: 3px;
  }
  .mini-calendar i {
    font-size: 7px;
  }
  .mini-calendar b {
    font-size: 3px;
    padding: 5px 1px;
  }
  .floating-note {
    bottom: 25px;
    right: 10px;
    padding: 8px 11px;
    gap: 8px;
  }
  .floating-note > span {
    font-size: 21px;
  }
  .floating-note div {
    font-size: 6px;
  }
  .visual-caption {
    left: 14px;
    bottom: 10px;
    font-size: 4px;
    letter-spacing: 0.7px;
  }
  .case-heading {
    margin: 21px 0 18px;
    gap: 15px;
  }
  .case-heading .eyebrow {
    font-size: 6px;
    letter-spacing: 0.8px;
  }
  .case-heading h3 {
    font-size: 27px;
    gap: 7px;
    letter-spacing: -1px;
  }
  .case-heading h3 > span {
    font-size: 8px;
  }
  .text-link {
    font-size: 9px;
    gap: 10px;
    white-space: nowrap;
  }
  .case-story {
    grid-template-columns: 1fr;
    gap: 17px;
    padding-top: 20px;
  }
  .case-story h4 {
    font-size: 24px;
  }
  .case-story p {
    font-size: 12px;
  }
  .tags span {
    font-size: 7px;
  }
  .case-study {
    margin-bottom: 55px;
  }
  .grow-logo {
    font-size: 24px;
  }
  .grow-logo > span {
    font-size: 5px;
    letter-spacing: 2.7px;
  }
  .grow-app {
    min-height: 0;
  }
  .grow-sidebar {
    width: 61px;
    padding: 10px 6px;
    gap: 13px;
    font-size: 4px;
  }
  .grow-sidebar > b {
    width: 19px;
    height: 19px;
    font-size: 16px;
    margin-bottom: 6px;
  }
  .grow-sidebar > b span {
    font-size: 9px;
  }
  .grow-sidebar .selected {
    padding: 5px 2px;
    margin: -5px -2px 0;
  }
  .grow-sidebar small {
    font-size: 4px;
  }
  .grow-profile {
    font-size: 3px;
  }
  .grow-main {
    width: calc(100% - 61px);
    padding: 16px 9px 10px;
  }
  .grow-welcome > span {
    font-size: 4px;
    letter-spacing: 0.5px;
  }
  .grow-welcome h3 {
    font-size: 16px;
    margin: 5px 0;
  }
  .grow-welcome p {
    font-size: 5px;
  }
  .grow-banner {
    font-size: 4px;
    padding: 7px;
    margin: 12px -9px 9px;
    letter-spacing: 0;
  }
  .grow-cards {
    gap: 4px;
  }
  .grow-cards > div {
    padding: 6px 4px;
  }
  .grow-card-icon {
    font-size: 9px;
    padding: 3px 4px;
    border-radius: 3px;
  }
  .grow-cards h4 {
    font-size: 5px;
    letter-spacing: -0.1px;
    margin: 8px 0 4px;
  }
  .grow-cards p {
    font-size: 4px;
  }
  .grow-small-tags {
    font-size: 3px;
    padding: 4px 2px;
    margin: 8px 0;
  }
  .grow-cards strong {
    font-size: 4px;
    margin-top: 9px;
  }
  .meeting-preview {
    padding: 5px 3px;
    margin-top: 8px;
  }
  .meeting-preview span {
    font-size: 3px;
  }
  .meeting-preview b,
  .meeting-preview small {
    font-size: 3px;
  }
  .reward-preview {
    padding: 7px 4px;
    margin-top: 8px;
  }
  .reward-preview span {
    font-size: 3px;
  }
  .reward-preview b {
    font-size: 5px;
    margin-top: 6px;
  }
  .grow-bottom {
    padding: 9px 6px;
    margin-top: 7px;
  }
  .grow-bottom > span {
    font-size: 9px;
    letter-spacing: -0.3px;
  }
  .connection-art i {
    width: 17px;
    height: 17px;
    margin-left: -6px;
  }
  .services-section {
    padding: 50px 0 25px;
  }
  .services-section .section-heading {
    margin-bottom: 30px;
  }
  .service {
    grid-template-columns: 23px 1fr 35px;
    gap: 13px;
    padding: 24px 0;
  }
  .service-number {
    font-size: 8px;
  }
  .service h3 {
    font-size: 24px;
  }
  .service h3 br {
    display: none;
  }
  .service > div {
    grid-column: 2;
    grid-row: 2;
  }
  .service p {
    font-size: 12px;
  }
  .service div > span {
    font-size: 7px;
    line-height: 1.6;
  }
  .service-symbol {
    grid-column: 3;
    grid-row: 1;
    font-size: 30px;
  }
  .process-section {
    padding: 55px 0;
  }
  .process-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px 23px;
    margin-top: 30px;
  }
  .process-grid article > span {
    margin-bottom: 20px;
  }
  .process-grid h3 {
    font-size: 22px;
  }
  .process-grid p {
    font-size: 11px;
  }
  .closing-section .wrap {
    padding: 45px 0 40px;
  }
  .closing-section .eyebrow {
    font-size: 7px;
    letter-spacing: 1.1px;
  }
  .closing-section h2 {
    font-size: clamp(45px, 9vw, 66px);
  }
  .closing-art {
    font-size: 185px;
    right: -65px;
    top: 70px;
  }
  .closing-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 26px;
    margin-top: 28px;
  }
  .closing-bottom p {
    font-size: 11px;
  }
  .site-footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 26px 0;
  }
  .site-footer .wordmark {
    font-size: 23px;
  }
  .site-footer > span {
    text-align: right;
  }
  .site-footer > a:last-child {
    grid-column: 2;
    text-align: right;
    grid-row: 2;
  }
  .desktop-only {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
  .will-reveal {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 760px) {
  .hero-asterisk {
    display: none;
  }
}
/* Original product screens exported from the source Figma files. */
.figma-screen {
  display: block;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid #ffffff90;
  box-shadow: 0 18px 45px -25px #17201380;
  background: #f3f3f3;
  transition: transform 0.2s;
}
.figma-screen:hover {
  transform: translateY(-3px);
}
.figma-screen img {
  display: block;
  width: 100%;
  height: auto;
}
.design-detail {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 40px;
  align-items: center;
  margin-top: 28px;
}
.design-detail p {
  font-size: 25px;
  line-height: 1.25;
  letter-spacing: -0.7px;
  margin: 12px 0;
}
.design-detail .eyebrow {
  font-size: 8px;
}
.detail-label {
  display: block;
  font-size: 11px;
  line-height: 1.6;
  max-width: 290px;
  color: var(--muted);
}
@media (max-width: 760px) {
  .design-detail {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 22px;
  }
  .design-detail p {
    font-size: 23px;
    margin: 9px 0;
  }
  .detail-label {
    font-size: 10px;
    max-width: none;
  }
  .figma-screen {
    border-radius: 4px;
  }
}
