@import url("/assets/fonts/fonts.css");

:root {
  --paper: #f9faf7;
  --ink: #252b28;
  --muted: #737873;
  --lime: #ddfa86;
  --purple: #7561c9;
  --border: #e1e4dc;
  --font: "DM Sans", sans-serif;
  --heading: "Manrope", sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 0;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font);
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button,
input {
  font: inherit;
}
button,
a {
  touch-action: manipulation;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  color: inherit;
}
button:focus-visible,
a:focus-visible {
  outline: 3px solid var(--purple);
  outline-offset: 5px;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: default;
}
::selection {
  background: var(--lime);
  color: var(--ink);
}
.skip-link {
  position: fixed;
  top: -60px;
  left: 20px;
  background: var(--lime);
  padding: 12px 18px;
  z-index: 100;
}
.skip-link:focus {
  top: 12px;
}
.site-header {
  height: 94px;
  padding: 0 4.3%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 30;
}
.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.brand-logo-mark,
.brand-logo-wordmark {
  display: block;
  object-fit: contain;
}
.brand-logo-mark {
  width: 36px;
  height: 32px;
}
.brand-logo-wordmark {
  width: 137px;
  height: 25px;
}
.desktop-nav {
  display: flex;
  gap: 32px;
  font-size: 14px;
  font-weight: 500;
}
.desktop-nav a {
  position: relative;
  padding: 8px 0;
}
.desktop-nav a:after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 100%;
  height: 2px;
  background: var(--ink);
  transition: right 0.2s;
}
.desktop-nav a:hover:after {
  right: 0;
}
.header-cta {
  display: flex;
  align-items: center;
  gap: 30px;
  background: var(--lime);
  padding: 13px 19px;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 600;
  transition:
    background 0.2s,
    transform 0.2s;
}
.header-cta:hover {
  background: #cef26b;
  transform: translateY(-2px);
}
.header-cta span {
  font-size: 21px;
  line-height: 1;
}
.menu-toggle,
.mobile-menu {
  display: none;
}
.scroll-story {
  height: 305svh;
  position: relative;
}
.story-stage {
  height: 100svh;
  min-height: 660px;
  position: sticky;
  top: 0;
  overflow: hidden;
  isolation: isolate;
}
.stage-grid {
  position: absolute;
  inset: 12% 5% 5%;
  z-index: -1;
  background-image: radial-gradient(#b9c2b6 1px, transparent 1px);
  background-size: 27px 27px;
  opacity: 0.2;
  mask-image: radial-gradient(ellipse at center, black, transparent 65%);
}
.hero-copy {
  text-align: center;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(660px, 90%);
  z-index: 5;
  will-change: opacity, transform;
}
.eyebrow {
  font-size: 11px;
  letter-spacing: 1.7px;
  line-height: 1.6;
  font-weight: 650;
}
.hero-copy .eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}
.small-spark {
  color: var(--purple);
  font-size: 23px;
  font-weight: 400;
  line-height: 1;
}
h1,
h2,
h3,
h4,
p {
  margin: 0;
}
h1,
h2,
h3,
h4 {
  font-family: var(--heading);
}
h1 {
  font-weight: 500;
  font-size: clamp(46px, 5.05vw, 76px);
  line-height: 1.105;
  letter-spacing: -3px;
  margin: 19px 0 23px;
}
.flow-word {
  position: relative;
  white-space: nowrap;
}
.flow-word svg {
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 17px;
  color: #a1b84a;
}
.hero-copy p {
  font-size: 15px;
  line-height: 1.8;
  color: var(--muted);
  margin-bottom: 26px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding: 16px 23px;
  border-radius: 7px;
  font-weight: 500;
  font-size: 14px;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.button-dark {
  color: white;
  background: var(--ink);
  box-shadow: 0 3px 0 #0000000c;
}
.button-dark:hover {
  transform: translateY(-3px);
  box-shadow: 0 7px 20px #252b2826;
}
.button span {
  font-size: 22px;
  line-height: 1;
}
.hero-note {
  display: block;
  font-size: 11px;
  color: #848a82;
  margin-top: 16px;
}
.orbit {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
}
.orbit-card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 128px;
  border-radius: 11px;
  overflow: hidden;
  box-shadow:
    0 7px 13px -7px #252b2838,
    0 1px 2px #252b2810;
  will-change: transform;
  backface-visibility: hidden;
  transform-origin: center;
  isolation: isolate;
}
.orbit-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.orbit-card .card-grain {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='150' height='150'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.6' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Cpath fill='%23000' filter='url(%23n)' opacity='.17' d='M0 0h150v150H0z'/%3E%3C/svg%3E");
  opacity: 0.28;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.orbit-card.photo .card-bottom {
  position: absolute;
  inset: auto 0 0;
  background: linear-gradient(transparent, #0007);
  color: #fff;
  font-size: 8px;
  letter-spacing: 0.5px;
  padding: 18px 10px 9px;
}
.card-editorial {
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--lime);
}
.card-editorial small {
  font-size: 6px;
  letter-spacing: 1.2px;
  font-weight: 650;
}
.card-editorial strong {
  font-size: 23px;
  font-weight: 650;
  letter-spacing: -1px;
  line-height: 0.98;
}
.card-editorial > span {
  font-size: 8px;
}
.card-editorial.purple {
  background: #ac94da;
  color: #292131;
}
.card-editorial.ink {
  background: #293c36;
  color: #e7f5b4;
}
.card-editorial.peach {
  background: #f4a380;
}
.card-editorial.blue {
  background: #b8ccdc;
}
.card-editorial.paper {
  background: #efeee5;
}
.card-star {
  font-size: 72px;
  line-height: 0.8;
  font-weight: 400;
  text-align: center;
}
.card-editorial .script {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
}
.card-editorial .note-lines {
  font-size: 12px;
  line-height: 1.35;
  font-weight: 500;
  letter-spacing: -0.3px;
}
.story-copy {
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translate(-50%, -30%);
  text-align: center;
  width: min(780px, 90%);
  opacity: 0;
  visibility: hidden;
  z-index: 5;
}
.story-copy h2 {
  font-size: clamp(44px, 5.6vw, 82px);
  line-height: 1.06;
  font-weight: 500;
  letter-spacing: -4px;
  margin: 22px 0;
}
.story-copy em,
h2 em {
  font-family: Georgia, serif;
  font-weight: 400;
}
.story-copy p {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.8;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  font-size: 14px;
  border-bottom: 1px solid #82897a;
  padding: 0 0 7px;
  margin-top: 25px;
}
.text-link:hover {
  color: var(--purple);
}
.orbit-caption {
  position: absolute;
  bottom: 125px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  letter-spacing: 1.8px;
  font-size: 8px;
  font-weight: 500;
  color: #969c94;
}
.caption-line {
  width: 24px;
  height: 1px;
  background: #a4aca0;
}
.scroll-cue {
  position: absolute;
  bottom: 37px;
  left: 50%;
  transform: translateX(-50%);
  background: none;
  border: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 9px;
  letter-spacing: 1.5px;
  white-space: nowrap;
}
.scroll-icon {
  display: grid;
  place-items: center;
  border: 1px solid #d1d7cc;
  border-radius: 20px;
  width: 26px;
  height: 37px;
  font-size: 16px;
}
.motion-control {
  position: absolute;
  bottom: 43px;
  left: 4.3%;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 8px;
  letter-spacing: 1px;
  color: #8a9187;
}
.motion-control button {
  background: transparent;
  border: 1px solid #dbe0d6;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  font-size: 10px;
}
.story-progress {
  position: absolute;
  bottom: 49px;
  right: 4.3%;
  width: 86px;
  height: 2px;
  background: #e1e6da;
}
.story-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: #525e47;
  transform: scaleX(0);
  transform-origin: left;
}
.section-wrap {
  max-width: 1320px;
  margin: auto;
  padding: 112px 52px;
}
.workspace-section {
  scroll-margin-top: 0;
}
.section-heading,
.possibilities-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
}
.section-heading h2,
.possibilities-heading h2 {
  font-weight: 500;
  font-size: clamp(36px, 3.5vw, 51px);
  line-height: 1.15;
  letter-spacing: -2.1px;
  margin-top: 18px;
}
.section-heading p,
.possibilities-heading p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
  padding-bottom: 3px;
}
.workspace-tabs {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 45px 0 19px;
}
.workspace-tabs button {
  border: 1px solid transparent;
  background: transparent;
  border-radius: 6px;
  padding: 10px 15px;
  font-size: 12px;
}
.workspace-tabs button[aria-selected="true"] {
  background: var(--ink);
  color: white;
}
.workspace-tabs button span {
  padding-left: 9px;
}
.workspace-tabs button:hover:not([aria-selected="true"]) {
  background: #edf0e8;
}
.preview-label {
  margin-left: auto;
  font-size: 8px;
  letter-spacing: 1.5px;
  color: var(--muted);
}
.preview-label span {
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
}
.workspace-preview {
  display: grid;
  grid-template-columns: 205px 1fr;
  border: 1px solid #dfe4d8;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 15px 45px -20px #354d2b2c;
}
.workspace-sidebar {
  background: #f2f4ed;
  padding: 26px 18px 18px;
  border-right: 1px solid #e5e9df;
  display: flex;
  flex-direction: column;
  gap: 25px;
  font-size: 11px;
  min-height: 526px;
}
.mini-brand {
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 2px;
}
.mini-brand > .brand-logo-mark {
  width: 23px;
  height: 21px;
  margin-right: 3px;
}
.mini-brand > span:last-child {
  margin-left: auto;
}
.workspace-sidebar-items,
.workspace-worlds {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.workspace-sidebar-items > span {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-radius: 5px;
}
.sidebar-active {
  background: #e2e8d7;
  font-weight: 600;
}
.sidebar-label {
  color: #909787;
  font-size: 8px;
  letter-spacing: 1.2px;
  margin: 5px 10px -16px;
}
.workspace-worlds > span {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
}
.world-dot {
  width: 7px;
  height: 7px;
  border-radius: 2px;
  display: inline-block;
}
.lavender {
  background: #ded4f2;
}
.lime {
  background: var(--lime);
}
.peach {
  background: #f9d3c1;
}
.sidebar-bottom {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  font-size: 9px;
}
.sidebar-bottom > span:last-child {
  margin-left: auto;
  font-size: 16px;
}
.avatar {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #ddd0bc;
}
.workspace-main {
  padding: 22px 29px;
}
.workspace-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 9px;
  color: #899081;
}
.workspace-topbar strong {
  font-weight: 500;
  color: var(--ink);
}
.topbar-slash {
  margin: 0 8px;
  color: #bfc5b8;
}
.demo-badge {
  font-size: 7px;
  letter-spacing: 1px;
  border: 1px solid #e1e7d8;
  border-radius: 4px;
  padding: 5px 7px;
}
.workspace-greeting {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 35px 0 25px;
}
.workspace-date {
  font-size: 7px;
  letter-spacing: 1.2px;
  color: #8a927f;
}
.workspace-greeting h3 {
  font-size: 29px;
  font-weight: 500;
  letter-spacing: -1.3px;
  margin: 8px 0;
}
.workspace-greeting p {
  font-size: 11px;
  color: #8a9085;
}
.workspace-spark {
  font-size: 70px;
  color: #a7b68f;
  line-height: 1;
  padding-right: 15px;
}
.workspace-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid #edf0e8;
  padding-bottom: 25px;
  gap: 15px;
}
.workspace-stats > div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.stat-icon {
  display: grid;
  place-items: center;
  width: 32px;
  height: 34px;
  border-radius: 7px;
  font-size: 20px;
  flex-shrink: 0;
}
.workspace-stats strong {
  display: block;
  font-size: 11px;
  font-weight: 500;
}
.workspace-stats small {
  font-size: 8px;
  color: #8a9085;
  display: block;
  margin-top: 5px;
}
.projects-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 23px 0 15px;
}
.projects-header h4 {
  font-size: 13px;
  font-weight: 600;
}
.projects-header > span {
  font-size: 8px;
  color: #858e7f;
}
.project-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.project-card {
  border: 1px solid #e7eade;
  border-radius: 7px;
  overflow: hidden;
}
.project-cover {
  height: 113px;
  position: relative;
  overflow: hidden;
}
.project-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-cover.type-cover {
  padding: 18px;
  font-size: 27px;
  line-height: 0.92;
  letter-spacing: -1.3px;
  font-weight: 650;
  background: var(--lime);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.project-cover.type-cover span {
  font-size: 44px;
  font-weight: 400;
}
.project-cover.personal-cover {
  background: #cec1e6;
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: 400;
}
.project-cover.ink-cover {
  background: #2b4137;
  color: #e7f5b4;
}
.project-info {
  padding: 12px;
}
.project-info small {
  font-size: 6px;
  letter-spacing: 1px;
  color: #898f82;
}
.project-info h5 {
  font-size: 11px;
  font-weight: 500;
  margin: 6px 0 12px;
}
.project-info > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 7px;
  color: #858e7b;
}
.project-status {
  border-radius: 3px;
  background: #f0f3e9;
  padding: 4px 6px;
  color: #6b7958;
}
.ai-prompt {
  display: flex;
  align-items: center;
  gap: 11px;
  background: #f5f6f0;
  border: 1px solid #e9edde;
  border-radius: 6px;
  padding: 13px;
  margin-top: 22px;
}
.ai-star {
  font-size: 24px;
  color: #859963;
}
.ai-prompt strong {
  display: block;
  font-size: 10px;
  font-weight: 500;
}
.ai-prompt div > span {
  display: block;
  font-size: 8px;
  color: #8b9282;
  margin-top: 5px;
}
.ai-label {
  margin-left: auto;
  font-size: 6px;
  letter-spacing: 1px;
  color: #7d896e;
}
.workspace-footnote {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  font-size: 10px;
  color: #8b9185;
}
.workspace-footnote span span {
  font-size: 18px;
  vertical-align: middle;
  margin-left: 10px;
}
.possibilities-section {
  padding-top: 36px;
  padding-bottom: 112px;
}
.possibilities-heading {
  margin-bottom: 50px;
}
.possibilities-heading h2 {
  margin-top: 18px;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.feature-grid article {
  padding: 30px 32px 32px 0;
  position: relative;
}
.feature-grid article + article {
  border-left: 1px solid var(--border);
  padding-left: 32px;
}
.feature-number {
  font-size: 9px;
  letter-spacing: 1.5px;
  color: #909886;
}
.feature-symbol {
  display: block;
  font-size: 49px;
  margin: 24px 0 25px;
  font-weight: 400;
  line-height: 1;
  color: #687951;
}
.feature-grid article:nth-child(2) .feature-symbol {
  color: #9478bf;
}
.feature-grid article:nth-child(3) .feature-symbol {
  color: #c18c6b;
}
.feature-grid h3 {
  font-size: 20px;
  letter-spacing: -0.7px;
  font-weight: 600;
}
.feature-grid p {
  font-size: 13px;
  line-height: 1.8;
  color: var(--muted);
  margin: 14px 0 28px;
  max-width: 300px;
}
.feature-tag {
  font-size: 7px;
  letter-spacing: 1.2px;
  color: #8b9580;
}
.closing-section {
  position: relative;
  overflow: hidden;
  background: var(--lime);
  padding: 82px 25px;
  text-align: center;
  isolation: isolate;
}
.closing-note {
  font-size: 9px;
  letter-spacing: 2px;
  font-weight: 500;
}
.closing-section h2 {
  font-size: clamp(40px, 5vw, 72px);
  letter-spacing: -3px;
  line-height: 1.1;
  font-weight: 500;
  margin: 23px 0 29px;
}
.closing-section h2 > span {
  font-size: 45px;
  display: inline-block;
  transform: rotate(20deg);
  vertical-align: top;
  margin-left: 12px;
}
.closing-doodles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}
.closing-doodles > span {
  position: absolute;
  left: 8%;
  top: 32%;
  width: 111px;
  height: 145px;
  background: #26382d;
  color: var(--lime);
  font-size: 23px;
  line-height: 0.98;
  font-weight: 650;
  text-align: left;
  letter-spacing: -1px;
  padding: 17px 12px;
  transform: rotate(-16deg);
  box-shadow: 0 9px 14px #56653819;
}
.closing-doodles > span:last-child {
  left: auto;
  right: 9%;
  top: 37%;
  background: #f4f2e8;
  color: #303b2b;
  transform: rotate(14deg);
  font-size: 26px;
  font-weight: 500;
}
.closing-doodles em {
  font-family: Georgia, serif;
  font-weight: 400;
}
.site-footer {
  padding: 32px 4.3%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.site-footer .wordmark {
  gap: 7px;
}
.site-footer .brand-logo-mark {
  width: 32px;
  height: 29px;
}
.site-footer .brand-logo-wordmark {
  width: 123px;
  height: 23px;
}
.site-footer > span {
  font-size: 11px;
  color: #8c9287;
}
.site-footer > a:last-child {
  font-size: 11px;
}
.site-footer > a:last-child:hover {
  color: var(--purple);
}

@media (min-width: 1600px) {
  .orbit-card {
    width: 112px;
    height: 142px;
  }
  .hero-copy {
    width: 740px;
  }
  h1 {
    font-size: 82px;
  }
  .hero-copy p {
    font-size: 17px;
  }
  .eyebrow {
    font-size: 12px;
  }
}
@media (max-width: 1100px) {
  .site-header {
    padding: 0 32px;
  }
  .desktop-nav {
    gap: 22px;
  }
  .orbit-card {
    width: 84px;
    height: 110px;
  }
  .card-editorial strong {
    font-size: 21px;
  }
  .hero-copy {
    width: 580px;
  }
  h1 {
    font-size: 59px;
    letter-spacing: -3.4px;
  }
  .section-wrap {
    padding-left: 32px;
    padding-right: 32px;
  }
  .workspace-preview {
    grid-template-columns: 170px 1fr;
  }
  .workspace-sidebar {
    padding: 22px 12px;
  }
  .workspace-main {
    padding: 22px;
  }
  .workspace-spark {
    font-size: 58px;
  }
  .workspace-stats {
    gap: 9px;
  }
  .workspace-stats > div {
    gap: 7px;
  }
  .workspace-stats small {
    font-size: 7px;
  }
  .project-grid {
    gap: 10px;
  }
  .workspace-topbar {
    font-size: 8px;
  }
  .closing-doodles > span {
    left: 4%;
  }
  .closing-doodles > span:last-child {
    right: 4%;
  }
}
@media (max-width: 800px) {
  .site-header {
    height: 80px;
    padding: 0 24px;
  }
  .desktop-nav {
    display: none;
  }
  .wordmark {
    gap: 7px;
  }
  .header-cta {
    margin-left: auto;
    padding: 11px 13px;
    gap: 13px;
    font-size: 12px;
  }
  .menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    align-items: center;
    background: none;
    border: 0;
    padding: 5px;
    width: 30px;
    height: 35px;
  }
  .menu-toggle span {
    display: block;
    width: 19px;
    height: 1px;
    background: var(--ink);
  }
  .mobile-menu:not([hidden]) {
    position: absolute;
    top: 70px;
    left: 16px;
    right: 16px;
    display: flex;
    flex-direction: column;
    background: var(--paper);
    border: 1px solid var(--border);
    padding: 12px;
    border-radius: 10px;
    box-shadow: 0 10px 30px #0001;
  }
  .mobile-menu a {
    padding: 13px;
    font-size: 14px;
  }
  .hero-copy {
    width: 490px;
  }
  .hero-copy h1 {
    font-size: 53px;
    letter-spacing: -3px;
  }
  .hero-copy p {
    font-size: 13px;
  }
  .orbit-card {
    width: 73px;
    height: 95px;
    border-radius: 8px;
  }
  .card-editorial {
    padding: 9px;
  }
  .card-editorial strong {
    font-size: 18px;
  }
  .card-editorial small {
    font-size: 5px;
  }
  .card-star {
    font-size: 55px;
  }
  .card-editorial .script {
    font-size: 24px;
  }
  .card-editorial .note-lines {
    font-size: 10px;
  }
  .card-editorial > span {
    font-size: 6px;
  }
  .orbit-card.photo .card-bottom {
    font-size: 6px;
  }
  .orbit-caption {
    bottom: 113px;
  }
  .motion-control > span {
    display: none;
  }
  .section-heading,
  .possibilities-heading {
    align-items: start;
    flex-direction: column;
    gap: 23px;
  }
  .section-heading p br,
  .possibilities-heading p br {
    display: none;
  }
  .section-heading p,
  .possibilities-heading p {
    max-width: 420px;
  }
  .section-wrap {
    padding: 75px 24px;
  }
  .section-heading h2,
  .possibilities-heading h2 {
    font-size: 43px;
  }
  .workspace-preview {
    grid-template-columns: 1fr;
  }
  .workspace-sidebar {
    display: none;
  }
  .workspace-main {
    padding: 22px;
  }
  .workspace-date {
    font-size: 8px;
  }
  .workspace-greeting {
    margin-top: 28px;
  }
  .workspace-stats strong {
    font-size: 12px;
  }
  .workspace-stats small {
    font-size: 8px;
  }
  .project-cover {
    height: 140px;
  }
  .project-info small {
    font-size: 8px;
  }
  .project-info h5 {
    font-size: 12px;
  }
  .project-info > span {
    font-size: 8px;
  }
  .project-info {
    padding: 12px;
  }
  .project-status {
    padding: 4px;
  }
  .workspace-footnote > span:last-child {
    display: none;
  }
  .preview-label {
    display: none;
  }
  .workspace-tabs {
    margin-top: 30px;
  }
  .possibilities-section {
    padding-top: 15px;
  }
  .feature-grid article {
    padding: 26px 18px 25px 0;
  }
  .feature-grid article + article {
    padding-left: 18px;
  }
  .feature-grid h3 {
    font-size: 18px;
    line-height: 1.3;
  }
  .feature-grid p {
    font-size: 12px;
  }
  .feature-tag {
    font-size: 6px;
  }
  .closing-doodles > span {
    left: -35px;
    top: 38%;
    width: 100px;
    height: 128px;
    font-size: 21px;
  }
  .closing-doodles > span:last-child {
    right: -35px;
    top: 36%;
    font-size: 23px;
  }
  .closing-section h2 {
    font-size: 57px;
  }
  .closing-section {
    padding: 70px 24px;
  }
  .site-footer {
    padding: 30px 24px;
  }
  .site-footer > span {
    display: none;
  }
}
@media (max-width: 520px) {
  .site-header {
    gap: 10px;
    padding: 0 19px;
  }
  .wordmark {
    gap: 5px;
  }
  .brand-logo-mark {
    width: 30px;
    height: 27px;
  }
  .brand-logo-wordmark {
    width: 112px;
    height: 21px;
  }
  .header-cta {
    font-size: 10px;
    padding: 10px 12px;
    gap: 8px;
  }
  .header-cta span {
    font-size: 16px;
  }
  .menu-toggle {
    width: 25px;
  }
  .scroll-story {
    height: 270svh;
  }
  .story-stage {
    min-height: 660px;
  }
  .hero-copy {
    top: 50%;
    width: 94%;
  }
  .hero-copy h1 {
    font-size: 44px;
    letter-spacing: -2.5px;
    line-height: 1.12;
    margin: 18px 0 21px;
  }
  .hero-copy p {
    font-size: 12px;
    line-height: 1.8;
    padding: 0 18px;
    margin-bottom: 22px;
  }
  .hero-copy .eyebrow {
    font-size: 8px;
    letter-spacing: 1.3px;
    gap: 6px;
  }
  .small-spark {
    font-size: 18px;
  }
  .hero-note {
    font-size: 9px;
    margin-top: 14px;
  }
  .button {
    padding: 14px 20px;
    gap: 24px;
    font-size: 12px;
  }
  .orbit-card {
    width: 67px;
    height: 88px;
  }
  .hero-copy .flow-word svg {
    height: 12px;
    bottom: -5px;
  }
  .orbit-caption {
    display: none;
  }
  .scroll-cue {
    bottom: 35px;
    font-size: 7px;
    letter-spacing: 1.3px;
    gap: 8px;
  }
  .scroll-icon {
    height: 31px;
    width: 23px;
  }
  .motion-control {
    left: 20px;
    bottom: 38px;
  }
  .story-progress {
    right: 20px;
    bottom: 48px;
    width: 38px;
  }
  .story-copy {
    top: 32%;
  }
  .story-copy .eyebrow {
    font-size: 8px;
  }
  .story-copy h2 {
    font-size: 44px;
    letter-spacing: -2px;
    margin: 20px 0;
  }
  .story-copy p {
    font-size: 12px;
  }
  .text-link {
    font-size: 12px;
    margin-top: 22px;
  }
  .section-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .eyebrow {
    font-size: 9px;
    letter-spacing: 1.3px;
  }
  .section-heading h2,
  .possibilities-heading h2 {
    font-size: 36px;
    letter-spacing: -1.6px;
  }
  .section-heading p,
  .possibilities-heading p {
    font-size: 14px;
  }
  .workspace-tabs {
    gap: 0;
    margin-bottom: 14px;
  }
  .workspace-tabs button {
    font-size: 10px;
    padding: 10px 11px;
  }
  .workspace-tabs button span {
    padding-left: 4px;
  }
  .workspace-main {
    padding: 17px;
  }
  .workspace-topbar {
    font-size: 8px;
  }
  .demo-badge {
    font-size: 6px;
    letter-spacing: 0.5px;
  }
  .workspace-greeting {
    margin: 26px 0 20px;
  }
  .workspace-date {
    font-size: 6px;
    letter-spacing: 0.8px;
  }
  .workspace-greeting h3 {
    font-size: 24px;
  }
  .workspace-greeting p {
    font-size: 10px;
    max-width: 200px;
    line-height: 1.6;
  }
  .workspace-spark {
    font-size: 43px;
    padding: 0;
  }
  .workspace-stats {
    gap: 12px;
    padding-bottom: 20px;
  }
  .workspace-stats > div {
    display: block;
  }
  .stat-icon {
    height: 27px;
    width: 27px;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .workspace-stats strong {
    font-size: 9px;
  }
  .workspace-stats small {
    font-size: 7px;
    line-height: 1.5;
  }
  .projects-header > span {
    font-size: 6px;
  }
  .projects-header h4 {
    font-size: 12px;
  }
  .project-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .project-grid .project-card:last-child {
    display: none;
  }
  .project-cover {
    height: 115px;
  }
  .project-cover.type-cover {
    font-size: 26px;
    padding: 12px;
  }
  .project-cover.type-cover span {
    font-size: 35px;
  }
  .project-info {
    padding: 10px;
  }
  .project-info h5 {
    font-size: 10px;
  }
  .project-info small {
    font-size: 6px;
  }
  .project-info > span {
    font-size: 6px;
  }
  .ai-prompt {
    padding: 11px;
    gap: 9px;
  }
  .ai-prompt strong {
    font-size: 9px;
    line-height: 1.5;
  }
  .ai-prompt div > span {
    font-size: 7px;
    line-height: 1.5;
  }
  .ai-label {
    display: none;
  }
  .workspace-footnote {
    font-size: 8px;
    line-height: 1.6;
    margin-top: 15px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .feature-grid article,
  .feature-grid article + article {
    padding: 25px 0;
    border-left: 0;
  }
  .feature-grid article + article {
    border-top: 1px solid var(--border);
  }
  .feature-symbol {
    position: absolute;
    top: 23px;
    right: 0;
    margin: 0;
    font-size: 38px;
  }
  .feature-grid h3 {
    font-size: 23px;
    margin-top: 22px;
  }
  .feature-grid p {
    font-size: 14px;
    max-width: 100%;
    margin: 12px 0 19px;
  }
  .feature-tag {
    font-size: 7px;
  }
  .feature-number {
    font-size: 8px;
  }
  .possibilities-heading {
    margin-bottom: 30px;
  }
  .closing-section {
    padding: 64px 20px;
  }
  .closing-section h2 {
    font-size: 44px;
    letter-spacing: -2.2px;
  }
  .closing-section h2 > span {
    font-size: 27px;
    margin-left: 4px;
  }
  .closing-note {
    font-size: 7px;
    letter-spacing: 1.5px;
  }
  .closing-doodles {
    opacity: 0.28;
  }
  .closing-doodles > span {
    left: -65px;
    top: 43%;
    transform: rotate(-21deg);
  }
  .closing-doodles > span:last-child {
    right: -69px;
    top: 40%;
    transform: rotate(21deg);
  }
  .site-footer {
    padding: 27px 20px;
    gap: 12px;
  }
  .site-footer .wordmark {
    font-size: 19px;
  }
  .site-footer > a:last-child {
    font-size: 9px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
  .scroll-story {
    height: 100svh;
    min-height: 660px;
  }
  .story-stage {
    position: relative;
  }
  .story-copy {
    display: none !important;
  }
  .orbit-card {
    will-change: auto;
  }
  .scroll-icon {
    animation: none;
  }
  .motion-control {
    display: none;
  }
}

@media (min-width: 801px) and (max-height: 800px) {
  .orbit-card {
    width: 78px;
    height: 101px;
    border-radius: 9px;
  }
  .card-editorial {
    padding: 10px;
  }
  .card-editorial strong {
    font-size: 20px;
  }
  .card-editorial small {
    font-size: 5px;
  }
  .card-editorial > span {
    font-size: 6px;
  }
  .card-editorial .card-star {
    font-size: 56px;
  }
  .card-editorial .note-lines {
    font-size: 11px;
  }
  .card-editorial .script {
    font-size: 24px;
  }
  .orbit-card.photo .card-bottom {
    font-size: 6px;
  }
  .orbit-caption {
    display: none;
  }
  .hero-copy {
    top: 51%;
  }
  .hero-copy h1 {
    margin: 16px 0 20px;
  }
  .hero-copy p {
    margin-bottom: 21px;
  }
  .hero-note {
    margin-top: 13px;
  }
  .scroll-cue {
    bottom: 22px;
  }
  .motion-control {
    bottom: 29px;
  }
  .story-progress {
    bottom: 39px;
  }
}

.section-heading p,
.possibilities-heading p {
  font-size: 16px;
}
.feature-grid p {
  font-size: 15px;
}
.orbit-caption {
  display: none;
}
@media (max-width: 520px) {
  .hero-copy p {
    font-size: 14px;
  }
  .hero-note {
    font-size: 10px;
  }
  .section-heading p,
  .possibilities-heading p {
    font-size: 15px;
  }
  .feature-grid p {
    font-size: 14px;
  }
}

.scroll-cue {
  bottom: 14px;
}
.project-cover.type-cover span {
  position: absolute;
  right: 12px;
  bottom: 12px;
  font-size: 30px;
  opacity: 0.32;
}
@media (max-width: 520px) {
  .scroll-cue {
    bottom: 35px;
  }
  .project-cover.type-cover {
    font-size: 24px;
  }
  .project-cover.type-cover span {
    font-size: 25px;
    right: 9px;
    bottom: 10px;
  }
}

@media (min-width: 801px) and (max-width: 960px) {
  .desktop-nav {
    gap: 17px;
    font-size: 12px;
  }
  .site-header {
    gap: 18px;
    padding-inline: 24px;
  }
  .header-cta {
    gap: 15px;
    padding: 12px 14px;
    font-size: 12px;
  }
  .wordmark {
    font-size: 23px;
  }
}
@media (max-width: 360px) {
  .header-cta {
    display: none;
  }
  .menu-toggle {
    margin-left: auto;
  }
  .hero-copy h1 {
    font-size: 37px;
    letter-spacing: -2px;
  }
  .hero-copy p {
    font-size: 13px;
  }
  .workspace-tabs button {
    font-size: 9px;
    padding-inline: 9px;
  }
}
