@font-face {
  font-family: Colony;
  src: url("./assets/inter-latin.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
}
:root {
  --ink: #241f2b;
  --violet: #b394f9;
  --accent: hsl(258 90% 66%);
  --pale: #eee8fa;
  --paper: #fbf9ff;
  --line: rgba(36, 31, 43, 0.13);
  font-family: Colony, Inter, sans-serif;
  color: var(--ink);
  background: var(--violet);
  font-synthesis: none;
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}
* {
  box-sizing: border-box;
}
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: 3px solid #4a239d;
  outline-offset: 6px;
}
img {
  display: block;
  max-width: 100%;
}
svg {
  display: block;
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
h2 {
  font-size: clamp(2.7rem, 5.7vw, 5.8rem);
  font-weight: 530;
  line-height: 1.02;
  letter-spacing: -0.065em;
}
h3 {
  font-size: clamp(1.5rem, 2.4vw, 2.25rem);
  font-weight: 550;
  line-height: 1.12;
  letter-spacing: -0.055em;
}
.svg-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.skip-link {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 100;
  background: white;
  padding: 1rem;
  transform: translateY(-200%);
}
.skip-link:focus {
  transform: translateY(0);
}
.eyebrow {
  font-size: 0.66rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 550;
  line-height: 1.6;
}
.status-dot {
  display: inline-block;
  width: 0.43rem;
  height: 0.43rem;
  border-radius: 50%;
  background: currentColor;
  margin-right: 0.55rem;
  vertical-align: middle;
}
.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1.6rem 3.4%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.brand {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 1.35rem;
  font-weight: 650;
  letter-spacing: -0.07em;
}
.brand svg {
  width: 2.4rem;
  height: 1.8rem;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-size: 0.83rem;
}
.nav-story {
  border-bottom: 1px solid transparent;
}
.nav-story:hover {
  border-color: currentColor;
}
.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  min-height: 2.8rem;
  border-radius: 99px;
  background: var(--ink);
  color: #f5f0ff;
  padding: 0.8rem 1.3rem;
  font-size: 0.83rem;
  font-weight: 500;
  transition:
    transform 0.2s,
    background 0.2s;
}
.pill:hover {
  background: #49355d;
  transform: translateY(-2px);
}
.pill svg,
.text-link svg {
  width: 1.1rem;
  height: 1.1rem;
}
.dot-field {
  background-image: radial-gradient(
    rgba(41, 20, 83, 0.15) 0.8px,
    transparent 0.8px
  );
  background-size: 30px 30px;
}
.hero {
  position: relative;
  min-height: 740px;
  height: 100svh;
  max-height: 1300px;
  display: flex;
  align-items: center;
  padding: 8rem 3.4%;
  overflow: hidden;
}
.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1550px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 4.5%;
  align-items: center;
}
.hero-brand h1 {
  font-size: 0;
  line-height: 0;
}
.hero-brand img {
  width: 100%;
  mix-blend-mode: multiply;
}
.hero-brand .eyebrow {
  margin-top: -1.2rem;
  margin-left: 2.4rem;
}
.hero-copy {
  padding: 0 1rem 0 0;
}
.hero-copy > p:first-child {
  font-size: clamp(2rem, 3.7vw, 3.9rem);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 1.07;
}
.hero-description {
  font-size: clamp(0.95rem, 1.4vw, 1.3rem);
  line-height: 1.45;
  margin-top: 1.5rem;
  letter-spacing: -0.025em;
  opacity: 0.8;
}
.text-link {
  display: inline-flex;
  gap: 1rem;
  align-items: center;
  font-size: 0.83rem;
  font-weight: 550;
  margin-top: 2rem;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 0.45rem;
}
.text-link:hover svg {
  transform: translateX(4px);
}
.text-link svg {
  transition: transform 0.2s;
}
.hero-bottom {
  position: absolute;
  left: 3.4%;
  right: 3.4%;
  bottom: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 3;
}
.scroll-link {
  position: absolute;
  left: 50%;
  font-size: 1.9rem;
  line-height: 1.4;
  transform: translateX(-50%);
  padding: 0.4rem 1rem;
}
.motion-control {
  font-size: 0.65rem;
  letter-spacing: 0.02em;
  border: 1px solid rgba(36, 31, 43, 0.3);
  background: transparent;
  border-radius: 30px;
  color: var(--ink);
  padding: 0.5rem 0.8rem;
  cursor: pointer;
}
.ant-field {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.floating-ant {
  position: absolute;
  width: var(--size);
  color: var(--ant-color);
  opacity: 0.55;
  animation: wander var(--duration) ease-in-out infinite alternate;
  animation-delay: var(--delay);
  will-change: transform;
}
.floating-ant svg {
  width: 100%;
  height: auto;
  aspect-ratio: 466 / 309;
  transform: rotate(var(--rotation));
}
@keyframes wander {
  from {
    transform: translate(-12px, 6px) rotate(-5deg);
  }
  to {
    transform: translate(20px, -20px) rotate(12deg);
  }
}
.section-pad {
  padding: 8rem 6%;
}
.workspace {
  background: linear-gradient(var(--violet), #e4d9f7 30%, #eee8fa);
  padding-top: 5rem;
}
.section-intro {
  max-width: 760px;
  margin: 0 auto 4.5rem;
  text-align: center;
}
.section-intro h2 {
  margin: 1.4rem 0 1.6rem;
}
.section-intro > p:last-child {
  max-width: 580px;
  margin: auto;
  font-size: 1.04rem;
  line-height: 1.65;
  letter-spacing: -0.025em;
  color: #5b5265;
}
.product-figure {
  max-width: 1240px;
  margin: auto;
}
.product-frame {
  padding: 1.3rem 3rem 3rem;
  background: #29232f;
  border-radius: 1.7rem;
  box-shadow: 0 25px 65px -30px #51367b80;
  overflow: hidden;
}
.window-bar {
  height: 2.4rem;
  display: flex;
  gap: 0.35rem;
  align-items: center;
  color: #d5cddd;
  font-size: 0.64rem;
  padding-bottom: 1rem;
  letter-spacing: 0.02em;
}
.window-bar > span:not(.window-status) {
  height: 0.42rem;
  width: 0.42rem;
  border-radius: 50%;
  background: #72657e;
}
.window-bar p {
  margin-left: 0.8rem;
}
.window-status {
  margin-left: auto;
  opacity: 0.6;
}
.product-frame > img {
  width: 100%;
  height: auto;
  border-radius: 0.65rem;
}
figcaption {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  font-size: 0.65rem;
  color: #655a72;
  margin-top: 1.2rem;
  line-height: 1.5;
}
.features {
  background: var(--pale);
  padding-top: 4rem;
  padding-bottom: 9rem;
  text-align: center;
}
.features h2 {
  margin: 1.6rem auto 4rem;
  font-size: clamp(2.8rem, 5.3vw, 5.1rem);
}
.features h2 > span {
  color: #8c65c3;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
  max-width: 1320px;
  margin: auto;
  text-align: left;
}
.feature-card {
  padding: 2rem 2rem 2.4rem;
  border-radius: 1.2rem;
  background: var(--paper);
  display: flex;
  flex-direction: column;
  gap: 1.7rem;
  transition: transform 0.3s;
}
.feature-card:hover {
  transform: translateY(-7px);
}
.card-number {
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 1rem;
  opacity: 0.55;
}
.feature-card p {
  font-size: 0.88rem;
  line-height: 1.65;
  letter-spacing: -0.015em;
  color: #6a6172;
  margin-top: 1.3rem;
}
.card-art {
  height: 185px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.people-art svg {
  width: 125px;
  height: 100px;
  position: absolute;
  filter: drop-shadow(0 12px 8px #9172b629);
}
.ant-one {
  left: 8%;
  top: 15%;
  color: #9a68e8;
  transform: rotate(-16deg);
}
.ant-two {
  right: 4%;
  bottom: 0;
  color: #e5a777;
  transform: rotate(15deg) scaleX(-1);
}
.conversation-dot {
  position: absolute;
  right: 18%;
  top: 8%;
  padding: 0.7rem 1rem;
  border: 1px solid #d9cbe9;
  border-radius: 40px 40px 40px 2px;
  color: #7e529d;
  font-size: 0.75rem;
  transform: rotate(8deg);
}
.scout-art img {
  width: 125px;
  height: auto;
  transform: rotate(-12deg);
  filter: drop-shadow(0 15px 10px #6d3c8a25);
}
.orbit {
  width: 190px;
  height: 60px;
  border: 1px solid #ded0ef;
  border-radius: 50%;
  position: absolute;
  transform: rotate(-25deg);
}
.small-star {
  position: absolute;
  right: 12%;
  top: 15%;
  font-size: 2.3rem;
  color: #d0b4f4;
}
.paper {
  width: 155px;
  height: 135px;
  position: absolute;
  border-radius: 8px;
  border: 1px solid #e1d6eb;
}
.back-paper {
  background: #dbc9f6;
  transform: rotate(-12deg);
  left: 17%;
  top: 25px;
}
.front-paper {
  background: white;
  transform: rotate(7deg);
  top: 35px;
  left: 26%;
  padding: 20px 12px;
  box-shadow: 0 10px 18px #241f2b08;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 0.56rem;
  color: #8c749f;
}
.paper-title {
  font-weight: 600;
  color: #40354a;
  font-size: 0.66rem;
}
.paper i {
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 1px solid #8c749f;
  border-radius: 50%;
}
.project-art > svg {
  position: absolute;
  width: 55px;
  height: 50px;
  right: 9%;
  bottom: 0;
  color: #97baa8;
  transform: rotate(-15deg);
}
.access {
  background: #faf7fd;
  border-top: 1px solid #e1d6ef;
  border-bottom: 1px solid #dfd0ef;
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.access-layout {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 9%;
}
.access h2 {
  font-size: clamp(2.7rem, 4.6vw, 4.6rem);
  margin-top: 1.4rem;
}
.access-copy {
  padding-top: 2.4rem;
}
.access-copy > p:first-child {
  font-size: 1.35rem;
  letter-spacing: -0.04em;
  line-height: 1.45;
}
.access-copy .muted {
  font-size: 0.9rem;
  color: #786b80;
  line-height: 1.7;
  margin: 1.5rem 0 2rem;
}
.closing {
  position: relative;
  overflow: hidden;
  min-height: 790px;
  background-color: var(--violet);
  padding: 9rem 6% 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.closing-wordmark {
  position: absolute;
  width: 115%;
  max-width: none;
  top: 0;
  left: -7.5%;
  opacity: 0.13;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.closing-content {
  position: relative;
  text-align: center;
  margin: auto;
  z-index: 1;
}
.closing h2 {
  font-size: clamp(3.5rem, 7vw, 7rem);
  margin: 1.4rem 0 2rem;
}
.closing footer {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 3rem 0 2rem;
  margin-top: 7rem;
  border-top: 1px solid #241f2b25;
}
.closing footer p {
  font-size: 0.74rem;
  line-height: 1.8;
  text-align: center;
}
.closing footer p span {
  font-size: 0.65rem;
  opacity: 0.7;
}
.closing footer p a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.back-top {
  font-size: 0.72rem;
}
.motion-paused .floating-ant {
  animation-play-state: paused;
}
.motion-paused {
  scroll-behavior: auto;
}
.motion-paused .feature-card,
.motion-paused .pill,
.motion-paused .text-link svg {
  transition: none;
}
@media (min-width: 1600px) {
  .hero-content {
    gap: 6%;
  }
  .hero-copy > p:first-child {
    font-size: 4rem;
  }
}
@media (max-width: 850px) {
  .hero {
    min-height: 740px;
  }
  .hero-content {
    grid-template-columns: 1fr;
    gap: 1rem;
    text-align: center;
    max-width: 650px;
  }
  .hero-brand img {
    max-width: 560px;
    margin: auto;
  }
  .hero-brand .eyebrow {
    margin: -1rem 0 0;
  }
  .hero-copy {
    padding: 0;
  }
  .hero-copy > p:first-child {
    font-size: 2.5rem;
  }
  .hero-description {
    margin-top: 1rem;
    font-size: 1rem;
  }
  .hero-copy .text-link {
    margin-top: 1.4rem;
  }
  .hero-bottom > .eyebrow {
    font-size: 0.55rem;
  }
  .feature-grid {
    gap: 0.8rem;
  }
  .feature-card {
    padding: 1.3rem;
  }
  .card-art {
    height: 150px;
    transform: scale(0.85);
  }
  .feature-card h3 {
    font-size: 1.5rem;
  }
  .section-pad {
    padding-left: 5%;
    padding-right: 5%;
  }
  .product-frame {
    padding: 1.2rem 1.6rem 1.6rem;
  }
  .access-layout {
    gap: 5%;
  }
  .closing {
    min-height: 700px;
  }
  .closing-wordmark {
    top: 15%;
  }
}
@media (max-width: 600px) {
  .site-header {
    padding: 1.2rem 6%;
  }
  .brand {
    font-size: 1.2rem;
  }
  .brand svg {
    width: 2rem;
  }
  .nav-story {
    display: none;
  }
  .pill {
    min-height: 2.65rem;
    font-size: 0.75rem;
    gap: 1rem;
  }
  .hero {
    padding: 7rem 6% 6rem;
    height: 100svh;
    min-height: 760px;
  }
  .hero-content {
    gap: 2rem;
  }
  .hero-brand img {
    width: 112%;
    max-width: none;
    margin-left: -6%;
  }
  .hero-brand .eyebrow {
    font-size: 0.55rem;
    margin-top: -0.8rem;
  }
  .hero-copy > p:first-child {
    font-size: 2.45rem;
  }
  .hero-description {
    font-size: 1rem;
  }
  .hero-bottom {
    left: 6%;
    right: 6%;
    bottom: 1.5rem;
  }
  .hero-bottom > .eyebrow {
    max-width: 85px;
    font-size: 0.52rem;
  }
  .motion-control {
    font-size: 0.58rem;
  }
  .floating-ant:nth-child(n + 15) {
    display: none;
  }
  .section-pad {
    padding: 5rem 6%;
  }
  .workspace {
    padding-top: 3rem;
  }
  .section-intro {
    margin-bottom: 2.5rem;
  }
  .section-intro h2 {
    font-size: 2.8rem;
  }
  .section-intro > p:last-child {
    font-size: 0.94rem;
  }
  .product-frame {
    padding: 0.6rem 0.6rem 0.8rem;
    border-radius: 0.85rem;
  }
  .window-bar {
    font-size: 0.47rem;
    height: 1.6rem;
    padding-bottom: 0.6rem;
  }
  .window-status {
    display: none;
  }
  .product-frame > img {
    border-radius: 0.4rem;
  }
  figcaption {
    flex-direction: column;
    gap: 0.2rem;
    text-align: center;
    font-size: 0.59rem;
  }
  .features {
    padding-top: 2rem;
  }
  .features h2 {
    font-size: 2.6rem;
    letter-spacing: -0.06em;
    margin-bottom: 2.5rem;
  }
  .feature-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .feature-card {
    padding: 1.6rem 1.8rem 2rem;
    gap: 1rem;
  }
  .feature-card h3 {
    font-size: 1.9rem;
  }
  .feature-card p {
    font-size: 0.94rem;
    margin-top: 1rem;
  }
  .card-art {
    height: 165px;
    transform: none;
    max-width: 250px;
    width: 100%;
    align-self: center;
  }
  .access-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .access-copy {
    padding-top: 0;
  }
  .access-copy > p:first-child {
    font-size: 1.2rem;
  }
  .access-copy .muted {
    font-size: 0.87rem;
  }
  .closing {
    min-height: 740px;
    padding: 6rem 6% 0;
  }
  .closing h2 {
    font-size: 3.7rem;
  }
  .closing-wordmark {
    top: 17%;
    width: 150%;
    left: -25%;
  }
  .closing footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 5rem;
    padding: 2rem 0;
    gap: 1.6rem;
  }
  .closing footer p {
    grid-column: 1 / -1;
    grid-row: 2;
    text-align: left;
  }
  .back-top {
    justify-self: end;
  }
  .closing footer .brand {
    font-size: 1.1rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }
  .floating-ant {
    animation: none;
  }
  .pill,
  .feature-card,
  .text-link svg {
    transition: none;
  }
  .feature-card:hover,
  .pill:hover {
    transform: none;
  }
}
