@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url("assets/fonts/dm-sans-variable.woff2") format("woff2");
}

@font-face {
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 100 1000;
  font-display: swap;
  src: url("assets/fonts/dm-sans-variable-italic.woff2") format("woff2");
}

@font-face {
  font-family: "Fredoka";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("assets/fonts/fredoka-600.woff2") format("woff2");
}

:root {
  --ink: #11142a;
  --ink-soft: #5f6474;
  --paper: #f5f4ef;
  --paper-deep: #ebe9e1;
  --white: #fff;
  --blue: #2447f9;
  --blue-deep: #142bb8;
  --blue-soft: #dfe4ff;
  --cyan: #22d3d1;
  --pink: #ff3b9d;
  --violet: #884cff;
  --night: #0a0d20;
  --night-soft: #12162d;
  --line: rgb(17 20 42 / 0.13);
  --radius-sm: 0.75rem;
  --radius-md: 1.25rem;
  --radius-lg: 2rem;
  --shadow-soft: 0 20px 60px rgb(24 28 64 / 0.12);
  --shadow-stage:
    0 42px 100px rgb(18 27 86 / 0.22), 0 10px 32px rgb(14 17 36 / 0.16);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  overflow-x: clip;
  scroll-behavior: smooth;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

body::selection {
  background: var(--blue);
  color: var(--white);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
  font: inherit;
}

img,
svg {
  display: block;
}

.skip-link {
  background: var(--ink);
  color: var(--white);
  left: 1rem;
  padding: 0.75rem 1rem;
  position: fixed;
  top: -5rem;
  z-index: 100;
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  left: 0;
  padding: 1rem 1.25rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
}

.nav-shell {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 78rem;
  min-height: 3.75rem;
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 0.55rem;
  position: relative;
  z-index: 3;
}

.brand img {
  height: 2.6rem;
  object-fit: contain;
  width: 2.6rem;
}

.brand span {
  color: var(--blue-deep);
  font-family: "Fredoka", "DM Sans", sans-serif;
  font-size: 1.55rem;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.nav-menu {
  align-items: center;
  display: flex;
  gap: 2.5rem;
}

.nav-links {
  align-items: center;
  display: flex;
  gap: 2rem;
}

.nav-links a {
  color: #3e4254;
  font-size: 0.88rem;
  font-weight: 600;
  transition: color 160ms ease;
}

.nav-links a:hover {
  color: var(--blue);
}

.nav-toggle {
  background: transparent;
  border: 0;
  display: none;
  height: 2.75rem;
  padding: 0;
  position: relative;
  width: 2.75rem;
  z-index: 3;
}

.nav-toggle span {
  background: var(--ink);
  height: 2px;
  left: 0.7rem;
  position: absolute;
  transition:
    transform 180ms ease,
    top 180ms ease;
  width: 1.35rem;
}

.nav-toggle span:first-child {
  top: 1.05rem;
}

.nav-toggle span:last-child {
  top: 1.62rem;
}

.button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.92rem;
  font-weight: 700;
  gap: 0.75rem;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0.8rem 1.35rem;
  transition:
    box-shadow 180ms ease,
    transform 180ms ease,
    background 180ms ease;
}

.button svg {
  fill: none;
  height: 1rem;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  transition: transform 180ms ease;
  width: 1rem;
}

.button:hover {
  transform: translateY(-2px);
}

.button:hover svg {
  transform: translateX(3px);
}

.button-small {
  font-size: 0.82rem;
  min-height: 2.65rem;
  padding: 0.65rem 1.1rem;
}

.button-dark {
  background: var(--ink);
  color: var(--white);
}

.button-dark:hover {
  box-shadow: 0 10px 26px rgb(17 20 42 / 0.18);
}

.button-primary {
  background: var(--blue);
  box-shadow: 0 12px 32px rgb(36 71 249 / 0.25);
  color: var(--white);
}

.button-primary:hover {
  background: #1639e6;
  box-shadow: 0 16px 40px rgb(36 71 249 / 0.32);
}

.hero {
  min-height: 100vh;
  overflow: hidden;
  padding: 9rem 1.5rem 6rem;
  position: relative;
}

.hero-grid {
  background-image:
    linear-gradient(rgb(30 38 75 / 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgb(30 38 75 / 0.055) 1px, transparent 1px);
  background-size: 4.5rem 4.5rem;
  inset: 0;
  mask-image: linear-gradient(to bottom, black, transparent 82%);
  pointer-events: none;
  position: absolute;
}

.hero::before {
  background: radial-gradient(circle, rgb(255 255 255 / 0.9), transparent 65%);
  content: "";
  height: 56rem;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: -28rem;
  transform: translateX(-50%);
  width: 80rem;
}

.hero-orb {
  border-radius: 50%;
  filter: blur(1px);
  opacity: 0.72;
  pointer-events: none;
  position: absolute;
}

.hero-orb-cyan {
  background: radial-gradient(
    circle at 35% 35%,
    #bffffc,
    var(--cyan) 38%,
    transparent 72%
  );
  height: 18rem;
  left: -9rem;
  top: 28rem;
  width: 18rem;
}

.hero-orb-pink {
  background: radial-gradient(
    circle at 35% 35%,
    #ffd3e9,
    var(--pink) 36%,
    transparent 72%
  );
  height: 14rem;
  right: -7rem;
  top: 17rem;
  width: 14rem;
}

.mobile-waitlist-link {
  display: none;
}

.hero-intro {
  align-items: start;
  display: grid;
  gap: clamp(2rem, 5vw, 5rem);
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  margin: 0 auto;
  max-width: 76rem;
  position: relative;
  z-index: 2;
}

.hero-copy {
  padding-top: 3rem;
  text-align: left;
}

.waitlist-card {
  background: rgb(255 255 255 / 0.94);
  border: 1px solid rgb(36 71 249 / 0.16);
  border-radius: 1.75rem;
  box-shadow: 0 24px 70px rgb(24 28 64 / 0.09);
  min-width: 0;
  padding: 2rem;
  scroll-margin-top: 7rem;
}

.waitlist-heading .section-label {
  margin-bottom: 0.8rem;
}

.waitlist-heading h2 {
  font-size: clamp(1.7rem, 2.5vw, 2.25rem);
  letter-spacing: -0.045em;
  line-height: 1.1;
  margin: 0;
}

.waitlist-heading > p:last-child {
  color: var(--ink-soft);
  line-height: 1.6;
  margin: 1rem 0 1.5rem;
}

.waitlist-card iframe {
  border: 0;
  display: block;
  width: 100%;
}

.waitlist-help,
.waitlist-privacy {
  color: var(--ink-soft);
  font-size: 0.75rem;
  line-height: 1.6;
  margin: 1rem 0 0;
}

.waitlist-card a,
.hero-note a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.eyebrow,
.section-label {
  color: var(--blue-deep);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  margin: 0 0 1.4rem;
  text-transform: uppercase;
}

.eyebrow {
  align-items: center;
  display: inline-flex;
  gap: 0.65rem;
}

.eyebrow-dot {
  background: var(--pink);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgb(255 59 157 / 0.12);
  height: 0.45rem;
  width: 0.45rem;
}

.hero h1 {
  font-size: clamp(3.5rem, 5.8vw, 5.3rem);
  font-weight: 630;
  letter-spacing: -0.075em;
  line-height: 0.89;
  margin: 0 auto;
  max-width: 12ch;
  margin-left: 0;
  text-wrap: balance;
}

.hero h1 span {
  background: linear-gradient(
    105deg,
    var(--blue) 5%,
    var(--violet) 56%,
    var(--pink)
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
}

.hero-lede {
  color: var(--ink-soft);
  font-size: clamp(1.05rem, 1.7vw, 1.3rem);
  line-height: 1.6;
  margin: 2rem auto 0;
  max-width: 43rem;
}

.hero-actions {
  align-items: center;
  display: flex;
  gap: 1.5rem;
  justify-content: flex-start;
  margin-top: 2.25rem;
}

.text-link {
  align-items: center;
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 700;
  gap: 0.5rem;
}

.text-link span {
  color: var(--blue);
  transition: transform 180ms ease;
}

.text-link:hover span {
  transform: translateY(3px);
}

.hero-note {
  color: #777b89;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin: 1.1rem 0 0;
}

.hero-stage {
  margin: 7rem auto 0;
  max-width: 82rem;
  perspective: 1600px;
  position: relative;
  z-index: 2;
}

.stage-halo {
  background: radial-gradient(ellipse, rgb(36 71 249 / 0.24), transparent 67%);
  filter: blur(12px);
  inset: 5% -5% -12%;
  position: absolute;
}

.workspace-window {
  --pointer-x: 50%;
  --pointer-y: 30%;
  background: var(--night);
  border: 1px solid rgb(255 255 255 / 0.12);
  border-radius: 1.35rem;
  box-shadow: var(--shadow-stage);
  color: #f7f8ff;
  min-height: 43rem;
  overflow: hidden;
  position: relative;
  transform: rotateX(1.5deg);
}

.workspace-window::after {
  background: radial-gradient(
    circle at var(--pointer-x) var(--pointer-y),
    rgb(118 139 255 / 0.12),
    transparent 28%
  );
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.window-topbar {
  align-items: center;
  background: #0f1227;
  border-bottom: 1px solid rgb(255 255 255 / 0.08);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  min-height: 3.5rem;
  padding: 0 1.25rem;
}

.window-controls {
  display: flex;
  gap: 0.4rem;
}

.window-controls span {
  background: #343950;
  border-radius: 50%;
  height: 0.55rem;
  width: 0.55rem;
}

.window-controls span:first-child {
  background: #ff5b79;
}

.window-controls span:nth-child(2) {
  background: #ffbd4a;
}

.window-controls span:last-child {
  background: #3fd092;
}

.window-project {
  align-items: center;
  color: #d4d8e8;
  display: flex;
  font-size: 0.72rem;
  font-weight: 600;
  gap: 0.55rem;
}

.project-mark {
  background: linear-gradient(135deg, var(--cyan), var(--blue));
  border-radius: 0.25rem;
  height: 0.75rem;
  transform: rotate(12deg);
  width: 0.75rem;
}

.window-status {
  align-items: center;
  color: #9da3ba;
  display: flex;
  font-size: 0.66rem;
  gap: 0.45rem;
  justify-self: end;
}

.window-status span {
  background: #40d59d;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgb(64 213 157 / 0.1);
  height: 0.42rem;
  width: 0.42rem;
}

/* Product illustration
   --------------------
   This mirrors the real Beancat hierarchy: global app sidebar, project Chats/Files sidebar,
   raised conversation stage, inline capability output, and an optional component dock. The
   campaign is fictional; the product surfaces and vocabulary are grounded in the app. */
.product-app {
  background: #e8eaf1;
  color: #171a2c;
  display: grid;
  grid-template-columns: 10.5rem minmax(0, 1fr);
  min-height: 44rem;
}

.product-app-sidebar {
  background: #dfe2eb;
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  min-width: 0;
  padding: 1rem 0.8rem;
}

.product-brand {
  align-items: center;
  display: flex;
  gap: 0.45rem;
  min-height: 2.5rem;
}

.product-brand img {
  height: 2.25rem;
  object-fit: contain;
  width: 2.25rem;
}

.product-brand span {
  color: #3346d9;
  font-family: "Fredoka", sans-serif;
  font-size: 1.2rem;
  letter-spacing: -0.04em;
}

.product-project-switcher {
  align-items: center;
  background: rgb(255 255 255 / 0.52);
  border: 1px solid rgb(47 54 87 / 0.08);
  border-radius: 0.55rem;
  display: grid;
  gap: 0.45rem;
  grid-template-columns: auto minmax(0, 1fr) auto;
  margin-top: 1rem;
  min-height: 3rem;
  padding: 0.5rem;
}

.product-project-mark {
  align-items: center;
  background: linear-gradient(145deg, #283fce, #813dcb);
  border-radius: 0.4rem;
  color: white;
  display: flex;
  font-family: "Fredoka", sans-serif;
  font-size: 0.68rem;
  height: 1.75rem;
  justify-content: center;
  width: 1.75rem;
}

.product-project-switcher div {
  display: grid;
  gap: 0.05rem;
  min-width: 0;
}

.product-project-switcher strong {
  font-size: 0.63rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-project-switcher small {
  color: #777c8e;
  font-size: 0.49rem;
}

.product-chevron {
  color: #777c8e;
  font-size: 0.65rem;
}

.product-nav {
  align-content: start;
  display: grid;
  gap: 0.25rem;
  margin-top: 1.5rem;
}

.product-nav-label {
  color: #7c8091;
  font-size: 0.48rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-bottom: 0.2rem;
  padding-left: 0.55rem;
  text-transform: uppercase;
}

.product-nav-item {
  align-items: center;
  border-radius: 0.45rem;
  color: #6d7283;
  display: flex;
  font-size: 0.62rem;
  font-weight: 580;
  gap: 0.5rem;
  min-height: 2.1rem;
  padding: 0 0.55rem;
}

.product-nav-item svg {
  fill: none;
  height: 0.9rem;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.4;
  width: 0.9rem;
}

.product-nav-item:first-of-type svg {
  fill: currentColor;
  stroke: none;
}

.product-nav-item-active {
  background: rgb(36 71 249 / 0.1);
  color: #233fc4;
  font-weight: 700;
}

.product-account {
  align-items: center;
  border-top: 1px solid rgb(47 54 87 / 0.09);
  color: #74798a;
  display: flex;
  font-size: 0.51rem;
  gap: 0.5rem;
  min-width: 0;
  padding: 0.8rem 0.25rem 0;
}

.product-account > span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-avatar {
  align-items: center;
  background: #3149d4;
  border-radius: 50%;
  color: white;
  display: flex;
  flex: 0 0 auto;
  font-size: 0.55rem;
  font-weight: 700;
  height: 1.65rem;
  justify-content: center;
  width: 1.65rem;
}

.product-agent-workspace {
  display: grid;
  grid-template-columns: 13.5rem minmax(22rem, 1fr) minmax(18rem, 0.82fr);
  min-height: 0;
  min-width: 0;
}

.product-project-sidebar {
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr);
  min-width: 0;
  overflow: hidden;
}

.product-mode-tabs {
  align-items: center;
  display: grid;
  gap: 0.15rem;
  grid-template-columns: 1fr 1fr;
  min-height: 3.75rem;
  padding: 0.75rem;
}

.product-mode-tabs span {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 0.4rem;
  color: #73788a;
  display: flex;
  font-size: 0.58rem;
  font-weight: 650;
  justify-content: center;
  min-height: 1.9rem;
}

.product-mode-tabs .product-mode-active {
  background: white;
  border-color: rgb(42 48 75 / 0.11);
  box-shadow: 0 1px 2px rgb(25 30 57 / 0.06);
  color: #25293b;
}

.product-new-chat {
  align-items: center;
  color: #2d47cb;
  display: flex;
  font-size: 0.57rem;
  font-weight: 700;
  gap: 0.35rem;
  min-height: 2.3rem;
  padding: 0 1rem;
}

.product-new-chat span {
  font-size: 0.72rem;
}

.product-chat-list {
  align-content: start;
  display: grid;
  gap: 0.42rem;
  grid-auto-rows: max-content;
  padding: 0.35rem 0.8rem;
}

.product-chat-row {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 0.5rem;
  display: flex;
  justify-content: space-between;
  min-height: 3rem;
  padding: 0.55rem 0.65rem;
}

.product-chat-row div {
  display: grid;
  gap: 0.25rem;
  min-width: 0;
}

.product-chat-row strong {
  font-size: 0.58rem;
  font-weight: 650;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-chat-row small {
  color: #888d9c;
  font-size: 0.47rem;
}

.product-chat-active {
  background: rgb(36 71 249 / 0.095);
  border-color: rgb(36 71 249 / 0.22);
}

.product-running {
  animation: product-pulse 1.7s ease-in-out infinite;
  background: #2447f9;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgb(36 71 249 / 0.1);
  flex: 0 0 auto;
  height: 0.4rem;
  width: 0.4rem;
}

.product-thread-branch {
  align-items: center;
  color: #707688;
  display: flex;
  font-size: 0.48rem;
  gap: 0.35rem;
  margin: -0.2rem 0 0.2rem 1.25rem;
}

.product-thread-branch span {
  color: #9ba0ae;
}

.product-chat-stage,
.product-component-dock {
  background: white;
  border: 1px solid rgb(39 45 76 / 0.07);
  border-radius: 0.75rem;
  box-shadow:
    0 1px 2px rgb(17 22 52 / 0.05),
    0 10px 30px rgb(35 42 77 / 0.08);
  margin: 0.75rem;
  min-height: 0;
  min-width: 0;
  overflow: hidden;
}

.product-chat-stage {
  display: grid;
  grid-template-rows: minmax(0, 1fr);
  margin-right: 0;
  position: relative;
}

.product-transcript {
  display: grid;
  gap: 1.1rem;
  padding: 1.15rem 1.3rem 8.5rem;
}

.product-message {
  font-size: 0.66rem;
  line-height: 1.55;
  min-width: 0;
}

.product-message p {
  margin: 0;
}

.product-message header {
  align-items: center;
  display: flex;
  gap: 0.55rem;
  margin-bottom: 0.65rem;
  min-height: 1.7rem;
}

.product-message header > i,
.product-message header > b {
  background: rgb(24 29 53 / 0.1);
  flex: 1;
  height: 1px;
}

.product-message header > span:last-child {
  color: #959aa8;
  font-size: 0.5rem;
  letter-spacing: 0.05em;
}

.product-user-message {
  background: #edf1ff;
  border-radius: 0.65rem;
  justify-self: end;
  max-width: 92%;
  padding: 0.8rem 0.9rem;
}

.product-user-message header {
  margin: -0.15rem -0.15rem 0.55rem;
}

.product-user-chip,
.product-agent-chip {
  align-items: center;
  border: 1px solid rgb(36 71 249 / 0.16);
  border-radius: 999px;
  color: #39405a;
  display: inline-flex;
  font-size: 0.52rem;
  font-weight: 700;
  gap: 0.25rem;
  min-height: 1.35rem;
  padding: 0.2rem 0.48rem;
}

.product-assistant-message {
  padding: 0 0.15rem;
}

.product-agent-chip {
  background: white;
}

.product-agent-chip i,
.product-agent-select i {
  color: #334ce3;
  font-style: normal;
}

.product-capability-grid {
  align-items: end;
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 0.9rem;
}

.product-capability-card {
  display: grid;
  gap: 0.28rem;
  min-width: 0;
}

.product-capability-label {
  color: #767b8c;
  font-size: 0.47rem;
  overflow: hidden;
  padding-inline: 0.1rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-capability-visual {
  aspect-ratio: 1;
  background: #eff0f5;
  border-radius: 0.6rem;
  overflow: hidden;
  position: relative;
}

.product-key-visual,
.product-gallery-thumb-active {
  background:
    radial-gradient(circle at 28% 30%, #f7f5d9 0 11%, transparent 12%),
    linear-gradient(150deg, #131b6c, #151746 55%, #8c1f72);
}

.mini-moon {
  background: #f4f1d5;
  border-radius: 50%;
  height: 29%;
  left: 17%;
  position: absolute;
  top: 19%;
  width: 29%;
}

.mini-moon::after {
  background: #181a57;
  border-radius: 50%;
  content: "";
  height: 105%;
  left: 42%;
  position: absolute;
  top: -12%;
  width: 105%;
}

.mini-can {
  background: linear-gradient(120deg, #e8fff4, #d5d0ff);
  border-radius: 0.2rem;
  bottom: -8%;
  height: 54%;
  position: absolute;
  right: 18%;
  transform: rotate(8deg);
  width: 19%;
}

.product-audio-visual {
  align-items: center;
  background: linear-gradient(145deg, #47176b, #17162f);
  display: flex;
  gap: 0.18rem;
  justify-content: center;
}

.product-audio-disc {
  background: repeating-radial-gradient(
    circle,
    #171427 0 3px,
    #be3dc2 4px,
    #171427 6px
  );
  border: 0.22rem solid rgb(255 255 255 / 0.08);
  border-radius: 50%;
  display: block;
  height: 42%;
  width: 42%;
}

.product-audio-visual i {
  background: #df71d5;
  border-radius: 999px;
  height: 14%;
  width: 0.12rem;
}

.product-audio-visual i:nth-of-type(2),
.product-audio-visual i:nth-of-type(4) {
  height: 34%;
}

.product-audio-visual i:nth-of-type(3) {
  height: 52%;
}

.product-motion-visual {
  align-content: center;
  background: #f0f1f5;
  display: grid;
  gap: 0.45rem;
  justify-items: center;
}

.product-motion-visual small {
  color: #73798a;
  font-size: 0.43rem;
}

.product-loader {
  animation: spin 1.2s linear infinite;
  border: 2px solid rgb(36 71 249 / 0.16);
  border-radius: 50%;
  border-top-color: #2447f9;
  height: 1.2rem;
  width: 1.2rem;
}

.product-composer {
  bottom: 0.8rem;
  display: grid;
  gap: 0.35rem;
  left: 0.8rem;
  pointer-events: none;
  position: absolute;
  right: 0.8rem;
}

.product-composer-input {
  background: white;
  border: 1px solid rgb(47 53 81 / 0.14);
  border-radius: 0.65rem;
  box-shadow: 0 8px 22px rgb(26 32 61 / 0.1);
  color: #9a9eaa;
  display: grid;
  font-size: 0.5rem;
  gap: 0.8rem;
  min-height: 4.25rem;
  padding: 0.75rem;
}

.product-composer-actions {
  align-items: center;
  color: #7c8292;
  display: flex;
  justify-content: space-between;
  min-width: 0;
}

.product-composer-start,
.product-composer-controls {
  align-items: center;
  display: flex;
  gap: 0.45rem;
}

.product-composer-controls {
  min-width: 0;
}

.product-composer-actions button {
  align-items: center;
  background: #2447f9;
  border: 0;
  border-radius: 0.45rem;
  display: flex;
  height: 1.7rem;
  justify-content: center;
  width: 1.7rem;
}

.product-composer-actions svg {
  fill: none;
  height: 0.72rem;
  stroke: white;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 0.72rem;
}

.product-agent-select {
  align-items: center;
  background: white;
  border: 1px solid rgb(47 53 81 / 0.12);
  border-radius: 999px;
  color: #363c50;
  display: inline-flex;
  font-weight: 700;
  gap: 0.25rem;
  min-height: 1.45rem;
  padding: 0.2rem 0.5rem;
}

.product-agent-select b {
  color: #8c91a0;
  font-weight: 500;
  margin-left: 0.15rem;
}

.product-settings-control {
  align-items: center;
  color: #7c8292;
  display: flex;
  font-size: 0.65rem;
  height: 1.35rem;
  justify-content: center;
  width: 1.1rem;
}

.product-component-dock {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  margin-left: 0.75rem;
}

.product-dock-header {
  align-items: center;
  background: #e8eaf1;
  border-bottom: 1px solid rgb(40 46 72 / 0.08);
  display: flex;
  justify-content: space-between;
  min-height: 3.75rem;
  padding: 0 0.75rem;
}

.product-dock-header > div {
  align-items: center;
  display: flex;
  gap: 0.4rem;
}

.product-dock-header > div:first-child > span {
  align-items: center;
  background: rgb(36 71 249 / 0.1);
  border-radius: 50%;
  color: #2447f9;
  display: flex;
  font-size: 0.55rem;
  height: 1.5rem;
  justify-content: center;
  width: 1.5rem;
}

.product-dock-header strong {
  font-size: 0.62rem;
}

.product-dock-actions {
  color: #7f8493;
  font-size: 0.65rem;
}

.product-dock-body {
  background: #f6f7fa;
  padding: 0.85rem;
}

.product-gallery-title {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 2rem;
}

.product-gallery-title > div {
  align-items: center;
  display: flex;
  gap: 0.38rem;
}

.product-gallery-title > div > span {
  color: #7d8291;
  font-size: 0.55rem;
}

.product-gallery-title strong {
  font-size: 0.61rem;
}

.product-gallery-title small {
  color: #8b909f;
  font-size: 0.49rem;
}

.product-gallery-title > span {
  color: #4f5870;
  font-size: 0.49rem;
  font-weight: 650;
}

.product-gallery-layout {
  display: grid;
  gap: 0.55rem;
  grid-template-columns: 1fr 2fr;
  height: 31rem;
  margin-top: 0.55rem;
}

.product-gallery-rail {
  align-content: start;
  display: grid;
  gap: 0.45rem;
}

.product-gallery-thumb {
  aspect-ratio: 1;
  background: #e8e9ee;
  border: 1px solid transparent;
  border-radius: 0.48rem;
  overflow: hidden;
  position: relative;
}

.product-gallery-thumb-active {
  border-color: #2447f9;
  box-shadow: 0 0 0 2px rgb(36 71 249 / 0.1);
}

.product-gallery-audio-thumb {
  align-items: center;
  background: linear-gradient(145deg, #4f186f, #17162f);
  display: flex;
  justify-content: center;
}

.product-gallery-video-thumb {
  align-items: center;
  background: linear-gradient(145deg, #183c74, #50155d);
  color: white;
  display: flex;
  font-size: 0.6rem;
  justify-content: center;
}

.product-gallery-stage {
  background: #e8e9ee;
  border-radius: 0.55rem;
  min-height: 0;
  overflow: hidden;
}

.product-moon-scene {
  height: 100%;
}

.product-moon-scene .scene-moon {
  height: 6rem;
  left: 9%;
  top: 4.5rem;
  width: 6rem;
}

.product-moon-scene .scene-moon::after {
  height: 6rem;
  left: 1.6rem;
  top: -0.4rem;
  width: 6rem;
}

.product-moon-scene .scene-can {
  bottom: -0.5rem;
  height: 11.5rem;
  right: 10%;
  width: 5.2rem;
}

.product-moon-scene .scene-can::before {
  width: 4.8rem;
}

@keyframes product-pulse {
  0%,
  100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}

.workspace-body {
  display: grid;
  grid-template-columns: 3.6rem minmax(18rem, 0.75fr) minmax(28rem, 1.25fr);
  min-height: 39.5rem;
}

.workspace-rail {
  align-items: center;
  background: #0d1022;
  border-right: 1px solid rgb(255 255 255 / 0.07);
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding: 1rem 0;
}

.rail-brand {
  margin-bottom: 1.1rem;
}

.rail-brand img {
  height: 2rem;
  object-fit: contain;
  width: 2rem;
}

.rail-icon {
  align-items: center;
  border-radius: 0.55rem;
  color: #646a82;
  display: flex;
  height: 2.25rem;
  justify-content: center;
  width: 2.25rem;
}

.rail-icon svg {
  fill: none;
  height: 1rem;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
  width: 1rem;
}

.rail-icon-active {
  background: rgb(70 92 255 / 0.18);
  color: #8da0ff;
}

.agent-thread,
.project-canvas {
  min-width: 0;
  padding: 1.5rem;
}

.agent-thread {
  border-right: 1px solid rgb(255 255 255 / 0.07);
  display: flex;
  flex-direction: column;
}

.thread-heading,
.canvas-heading {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.thread-kicker,
.canvas-kicker {
  color: #696f89;
  font-size: 0.57rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  margin: 0 0 0.25rem;
  text-transform: uppercase;
}

.thread-heading h2,
.canvas-heading h2 {
  font-size: 1rem;
  font-weight: 650;
  margin: 0;
}

.thread-model {
  background: #1a1e38;
  border: 1px solid rgb(255 255 255 / 0.08);
  border-radius: 999px;
  color: #aab0c8;
  font-size: 0.57rem;
  padding: 0.35rem 0.55rem;
}

.message {
  font-size: 0.69rem;
  line-height: 1.55;
}

.message-user {
  align-self: flex-end;
  background: linear-gradient(145deg, #2447f9, #5138dc);
  border-radius: 0.85rem 0.85rem 0.25rem 0.85rem;
  box-shadow: 0 10px 24px rgb(20 33 136 / 0.24);
  margin-top: 2.4rem;
  max-width: 88%;
  padding: 0.85rem 0.95rem;
}

.message-agent {
  display: grid;
  gap: 0.6rem;
  grid-template-columns: 1.65rem 1fr;
  margin-top: 1.8rem;
}

.message-agent p {
  color: #d7daea;
  margin: 0;
}

.message-avatar {
  align-items: center;
  background: rgb(58 76 211 / 0.24);
  border: 1px solid rgb(102 122 255 / 0.26);
  border-radius: 0.5rem;
  display: flex;
  height: 1.65rem;
  justify-content: center;
  width: 1.65rem;
}

.message-avatar img {
  height: 1.35rem;
  object-fit: contain;
  width: 1.35rem;
}

.agent-tasks {
  background: #11152b;
  border: 1px solid rgb(255 255 255 / 0.07);
  border-radius: 0.75rem;
  margin-top: 0.9rem;
  overflow: hidden;
}

.task {
  align-items: center;
  border-bottom: 1px solid rgb(255 255 255 / 0.055);
  color: #afb4c8;
  display: grid;
  font-size: 0.58rem;
  gap: 0.5rem;
  grid-template-columns: 1rem 1fr auto;
  padding: 0.62rem 0.7rem;
}

.task:last-child {
  border-bottom: 0;
}

.task small {
  color: #626981;
  font-size: 0.53rem;
}

.task-icon {
  color: #49d8a4;
}

.task-spinner {
  animation: spin 1.2s linear infinite;
  border: 1.5px solid rgb(129 149 255 / 0.28);
  border-radius: 50%;
  border-top-color: #8195ff;
  height: 0.65rem;
  width: 0.65rem;
}

.task-active {
  color: #eef0ff;
}

.task-active small {
  color: #8195ff;
}

.thread-composer {
  align-items: center;
  background: #11152b;
  border: 1px solid rgb(255 255 255 / 0.09);
  border-radius: 0.75rem;
  color: #5f667e;
  display: flex;
  font-size: 0.6rem;
  justify-content: space-between;
  margin-top: auto;
  padding: 0.55rem 0.55rem 0.55rem 0.8rem;
}

.thread-composer button {
  align-items: center;
  background: #294af5;
  border: 0;
  border-radius: 0.45rem;
  display: flex;
  height: 1.7rem;
  justify-content: center;
  width: 1.7rem;
}

.thread-composer svg {
  fill: none;
  height: 0.75rem;
  stroke: white;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 0.75rem;
}

.project-canvas {
  background: #0c0f21;
}

.canvas-heading button {
  background: transparent;
  border: 0;
  color: #656b82;
  letter-spacing: 0.12em;
}

.asset-grid {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1.35rem;
}

.asset-card {
  background: #13172e;
  border: 1px solid rgb(255 255 255 / 0.08);
  border-radius: 0.85rem;
  overflow: hidden;
}

.asset-card-hero {
  grid-column: 1 / -1;
}

.moon-scene {
  background: linear-gradient(155deg, #07091c, #15185a 53%, #521363);
  height: 18rem;
  overflow: hidden;
  position: relative;
}

.scene-stars {
  background-image:
    radial-gradient(circle, white 0 1px, transparent 1.5px),
    radial-gradient(circle, #76d9ff 0 1px, transparent 1.5px),
    radial-gradient(circle, #ff8ed0 0 1px, transparent 1.5px);
  background-position:
    0 0,
    28px 44px,
    62px 21px;
  background-size:
    74px 74px,
    93px 93px,
    110px 110px;
  inset: 0;
  opacity: 0.45;
  position: absolute;
}

.scene-moon {
  background: #f5f1d5;
  border-radius: 50%;
  box-shadow:
    0 0 30px rgb(224 245 255 / 0.5),
    0 0 70px rgb(72 199 255 / 0.32);
  height: 9rem;
  left: 16%;
  position: absolute;
  top: 2.4rem;
  width: 9rem;
}

.scene-moon::after {
  background: #151952;
  border-radius: 50%;
  content: "";
  height: 9rem;
  left: 2.35rem;
  position: absolute;
  top: -0.65rem;
  width: 9rem;
}

.scene-horizon {
  background: linear-gradient(
    180deg,
    rgb(255 59 157 / 0.75),
    rgb(49 11 92 / 0.8)
  );
  border-radius: 50% 50% 0 0;
  bottom: -5rem;
  filter: blur(0.2px);
  height: 10rem;
  left: -5%;
  position: absolute;
  transform: skewY(-4deg);
  width: 110%;
}

.scene-can {
  align-items: center;
  background: linear-gradient(
    110deg,
    #c9fffa,
    #f8f5dd 42%,
    #d8d2ff 80%,
    #b0fbff
  );
  border-radius: 1rem 1rem 0.75rem 0.75rem;
  bottom: -1rem;
  box-shadow:
    -18px 20px 50px rgb(3 5 20 / 0.48),
    inset -12px 0 22px rgb(48 42 143 / 0.14);
  color: #202c93;
  display: flex;
  flex-direction: column;
  height: 13rem;
  justify-content: center;
  position: absolute;
  right: 18%;
  transform: rotate(7deg);
  width: 6.2rem;
}

.scene-can::before {
  background: #d8d8db;
  border: 3px solid #edeef0;
  border-radius: 50%;
  box-shadow: inset 0 2px 4px rgb(0 0 0 / 0.24);
  content: "";
  height: 1rem;
  position: absolute;
  top: -0.3rem;
  width: 5.75rem;
}

.scene-can span,
.scene-can strong {
  font-family: "Fredoka", sans-serif;
  letter-spacing: -0.08em;
  line-height: 0.8;
}

.scene-can span {
  font-size: 0.95rem;
}

.scene-can strong {
  font-size: 1.65rem;
}

.scene-can i {
  font-size: 0.45rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-top: 1.1rem;
  text-transform: uppercase;
}

.asset-meta {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 3.6rem;
  padding: 0.75rem 0.85rem;
}

.asset-meta div {
  display: grid;
  gap: 0.15rem;
}

.asset-meta strong {
  font-size: 0.63rem;
  font-weight: 650;
}

.asset-meta span {
  color: #686f88;
  font-size: 0.52rem;
}

.asset-meta .asset-state {
  background: rgb(64 213 157 / 0.11);
  border-radius: 999px;
  color: #5de0b1;
  padding: 0.27rem 0.45rem;
}

.audio-art,
.storyboard-art {
  height: 7.5rem;
  overflow: hidden;
  position: relative;
}

.audio-art {
  align-items: center;
  background: linear-gradient(145deg, #46166d, #171437);
  display: flex;
  gap: 1rem;
  padding: 1rem;
}

.audio-disc {
  align-items: center;
  animation: spin 12s linear infinite;
  background: repeating-radial-gradient(
    circle,
    #19142d 0 4px,
    #9c36b4 5px,
    #171126 7px
  );
  border-radius: 50%;
  box-shadow: 0 8px 18px rgb(0 0 0 / 0.35);
  display: flex;
  flex: 0 0 auto;
  height: 4.3rem;
  justify-content: center;
  width: 4.3rem;
}

.audio-disc span {
  background: var(--pink);
  border: 0.25rem solid #ff90c6;
  border-radius: 50%;
  height: 1.1rem;
  width: 1.1rem;
}

.waveform {
  align-items: center;
  display: flex;
  gap: 0.17rem;
  height: 3rem;
  width: 100%;
}

.waveform i {
  background: linear-gradient(to top, var(--pink), #c19cff);
  border-radius: 999px;
  display: block;
  height: 42%;
  width: 0.17rem;
}

.waveform i:nth-child(2),
.waveform i:nth-child(8) {
  height: 72%;
}

.waveform i:nth-child(3),
.waveform i:nth-child(6) {
  height: 95%;
}

.waveform i:nth-child(4),
.waveform i:nth-child(10) {
  height: 58%;
}

.waveform i:nth-child(5) {
  height: 82%;
}

.storyboard-art {
  background: #1b1f39;
  display: grid;
  gap: 0.4rem;
  grid-template-columns: 1fr 1fr;
  padding: 0.55rem;
}

.story-frame {
  border-radius: 0.45rem;
  overflow: hidden;
  position: relative;
}

.story-frame span {
  background: rgb(5 7 23 / 0.45);
  border-radius: 0.25rem;
  color: rgb(255 255 255 / 0.66);
  font-size: 0.45rem;
  left: 0.35rem;
  padding: 0.18rem 0.25rem;
  position: absolute;
  top: 0.35rem;
}

.story-frame-one {
  background:
    radial-gradient(circle at 45% 40%, #efffda 0 7%, transparent 8%),
    linear-gradient(155deg, #154b72, #08203e 60%, #142241);
}

.story-frame-one::after,
.story-frame-two::after {
  background: linear-gradient(110deg, #abe2e0, #eae7da);
  border-radius: 0.35rem;
  bottom: -0.9rem;
  content: "";
  height: 4.5rem;
  left: 50%;
  position: absolute;
  transform: rotate(10deg) translateX(-50%);
  width: 1.8rem;
}

.story-frame-two {
  background:
    radial-gradient(circle at 76% 25%, #ff95ca 0 5%, transparent 6%),
    linear-gradient(145deg, #2b0f53, #57144a 64%, #18234d);
}

.story-frame-two::after {
  left: 42%;
  transform: rotate(-7deg) translateX(-50%);
}

.play-chip {
  align-items: center;
  backdrop-filter: blur(8px);
  background: rgb(10 13 32 / 0.68);
  border: 1px solid rgb(255 255 255 / 0.16);
  border-radius: 999px;
  bottom: 0.8rem;
  display: flex;
  font-size: 0.48rem;
  gap: 0.3rem;
  left: 50%;
  padding: 0.3rem 0.5rem;
  position: absolute;
  transform: translateX(-50%);
}

.play-chip svg {
  fill: white;
  height: 0.55rem;
  width: 0.55rem;
}

.asset-progress {
  background: #292e49;
  border-radius: 999px;
  height: 0.24rem;
  overflow: hidden;
  width: 2.5rem;
}

.asset-progress i {
  animation: progress 2.5s ease-in-out infinite;
  background: linear-gradient(90deg, var(--blue), var(--cyan));
  border-radius: inherit;
  display: block;
  height: 100%;
  width: 65%;
}

.stage-caption {
  align-items: center;
  color: #7a7e8e;
  display: flex;
  font-size: 0.68rem;
  font-weight: 650;
  gap: 0.8rem;
  justify-content: center;
  letter-spacing: 0.08em;
  margin-top: 2rem;
  text-transform: uppercase;
}

.caption-line {
  background: var(--line);
  height: 1px;
  width: 4rem;
}

.modality-band {
  background: var(--blue);
  color: white;
  overflow: hidden;
  padding: 1.2rem 0;
  transform: rotate(-1.2deg) scale(1.02);
}

.modality-track {
  align-items: center;
  display: flex;
  gap: 1.45rem;
  justify-content: center;
  min-width: max-content;
}

.modality-track span {
  font-family: "Fredoka", sans-serif;
  font-size: clamp(1rem, 2vw, 1.35rem);
  letter-spacing: -0.02em;
}

.modality-track i {
  background: var(--cyan);
  border-radius: 50%;
  height: 0.45rem;
  width: 0.45rem;
}

.modality-track i:nth-of-type(even) {
  background: var(--pink);
}

.section-shell {
  margin: 0 auto;
  max-width: 80rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.capabilities {
  padding-bottom: 8rem;
  padding-top: 10rem;
}

.section-intro {
  display: grid;
  gap: 1.5rem 4rem;
  grid-template-columns: minmax(0, 1.5fr) minmax(18rem, 0.65fr);
}

.section-intro .section-label {
  grid-column: 1 / -1;
  margin-bottom: -0.25rem;
}

.section-intro h2,
.process-heading h2,
.closing h2 {
  font-size: clamp(2.6rem, 5vw, 4.75rem);
  font-weight: 600;
  letter-spacing: -0.065em;
  line-height: 0.98;
  margin: 0;
}

.section-intro > p:last-child {
  align-self: end;
  color: var(--ink-soft);
  font-size: 1rem;
  line-height: 1.7;
  margin: 0;
}

.bento-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  margin-top: 4rem;
}

.bento-card {
  background: var(--white);
  border: 1px solid rgb(17 20 42 / 0.08);
  border-radius: var(--radius-md);
  min-height: 30rem;
  overflow: hidden;
  position: relative;
}

.bento-agents {
  grid-column: span 7;
  min-height: 32rem;
}

.bento-media {
  background: #e7e3ff;
  grid-column: span 5;
}

.bento-projects {
  background: #dce8ff;
  grid-column: span 5;
  min-height: 28rem;
}

.bento-control {
  background: var(--ink);
  color: white;
  grid-column: span 7;
  min-height: 26rem;
}

.card-copy {
  max-width: 31rem;
  padding: 2rem;
  position: relative;
  z-index: 2;
}

.card-number {
  color: var(--blue);
  display: block;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin-bottom: 1.25rem;
}

.card-copy h3 {
  font-size: clamp(1.55rem, 2.5vw, 2.25rem);
  font-weight: 620;
  letter-spacing: -0.045em;
  line-height: 1.05;
  margin: 0;
}

.card-copy p {
  color: var(--ink-soft);
  font-size: 0.91rem;
  line-height: 1.6;
  margin: 1rem 0 0;
  max-width: 28rem;
}

.bento-control .card-number {
  color: #8294ff;
}

.bento-control .card-copy p {
  color: #a9aec1;
}

.agent-map {
  bottom: -1.1rem;
  height: 19.5rem;
  left: 1rem;
  position: absolute;
  right: 1rem;
}

.map-lines {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.map-lines path {
  fill: none;
  stroke: #b3bce8;
  stroke-dasharray: 4 5;
  stroke-width: 1.2;
}

.agent-node {
  align-items: center;
  background: white;
  border: 1px solid #dfe2ef;
  box-shadow: 0 8px 24px rgb(41 47 95 / 0.1);
  display: flex;
  position: absolute;
}

.agent-node-center {
  border-color: rgb(36 71 249 / 0.24);
  border-radius: 1rem;
  flex-direction: column;
  height: 8rem;
  justify-content: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 9rem;
}

.agent-node-center img {
  height: 3.6rem;
  margin-bottom: 0.4rem;
  object-fit: contain;
  width: 3.6rem;
}

.agent-node-center strong {
  font-size: 0.72rem;
}

.agent-node-center span {
  color: #8b8fa1;
  font-size: 0.58rem;
  margin-top: 0.15rem;
}

.agent-node-satellite {
  border-radius: 0.65rem;
  gap: 0.55rem;
  min-width: 8.3rem;
  padding: 0.7rem;
}

.agent-node-satellite strong {
  font-size: 0.62rem;
}

.node-symbol {
  align-items: center;
  background: #eff1ff;
  border-radius: 0.35rem;
  color: var(--blue);
  display: flex;
  font-size: 0.62rem;
  font-weight: 800;
  height: 1.65rem;
  justify-content: center;
  width: 1.65rem;
}

.node-symbol-spark {
  color: var(--pink);
}

.node-one {
  left: 2%;
  top: 4%;
}

.node-two {
  right: 2%;
  top: 4%;
}

.node-three {
  bottom: 9%;
  left: 2%;
}

.node-four {
  bottom: 9%;
  right: 2%;
}

.media-stack {
  bottom: -3.75rem;
  height: 21rem;
  left: 1rem;
  position: absolute;
  right: 1rem;
}

.media-sheet {
  border: 1px solid rgb(17 20 42 / 0.12);
  border-radius: 1rem;
  box-shadow: 0 18px 40px rgb(42 34 93 / 0.18);
  height: 15rem;
  left: 50%;
  overflow: hidden;
  padding: 1rem;
  position: absolute;
  top: 50%;
  transform-origin: center bottom;
  width: 16rem;
}

.media-sheet > span {
  color: rgb(255 255 255 / 0.74);
  font-size: 0.54rem;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.media-sheet-back {
  background: #1a1e39;
  transform: translate(-68%, -50%) rotate(-12deg);
}

.media-sheet-middle {
  background: linear-gradient(145deg, #81268d, #231943);
  transform: translate(-33%, -49%) rotate(10deg);
}

.media-sheet-front {
  background: linear-gradient(150deg, #2b42ca, #11214b 60%, #dc398c);
  transform: translate(-50%, -44%) rotate(-1deg);
  z-index: 2;
}

.mini-timeline {
  bottom: 1rem;
  display: flex;
  gap: 0.2rem;
  left: 1rem;
  position: absolute;
  right: 1rem;
}

.mini-timeline i {
  background: #435078;
  border-radius: 0.2rem;
  height: 2rem;
  width: 25%;
}

.mini-wave {
  bottom: 1.5rem;
  color: #ff9fd1;
  font-size: 1.6rem;
  left: 1rem;
  letter-spacing: 0.05em;
  position: absolute;
}

.mini-visual {
  background:
    radial-gradient(circle at 35% 35%, #daffdc 0 9%, transparent 10%),
    linear-gradient(145deg, #1f70a6, #13173c 60%, #9e225e);
  border-radius: 0.65rem;
  inset: 2.5rem 1rem 1rem;
  overflow: hidden;
  position: absolute;
}

.mini-visual::before {
  background: linear-gradient(90deg, #111e5b, #9f205d);
  border-radius: 50% 50% 0 0;
  bottom: -2rem;
  content: "";
  height: 6rem;
  left: -1rem;
  position: absolute;
  transform: rotate(-6deg);
  width: 120%;
}

.mini-visual i {
  background: linear-gradient(120deg, #e7fff5, #c5c8ff);
  border-radius: 0.45rem;
  bottom: -0.5rem;
  height: 6rem;
  position: absolute;
  right: 2.5rem;
  transform: rotate(8deg);
  width: 2.7rem;
  z-index: 2;
}

.project-tree {
  background: rgb(255 255 255 / 0.75);
  border: 1px solid rgb(35 61 116 / 0.12);
  border-radius: 1rem 1rem 0 0;
  bottom: 0;
  box-shadow: 0 16px 40px rgb(42 70 132 / 0.12);
  left: 2rem;
  padding: 1.1rem 0.85rem 1.4rem;
  position: absolute;
  right: 2rem;
}

.tree-title {
  align-items: center;
  display: flex;
  font-size: 0.72rem;
  font-weight: 750;
  gap: 0.35rem;
  margin-bottom: 0.6rem;
}

.tree-row {
  align-items: center;
  border-radius: 0.4rem;
  color: #596070;
  display: grid;
  font-size: 0.64rem;
  gap: 0.35rem;
  grid-template-columns: 0.65rem 0.75rem 1fr auto;
  min-height: 2rem;
  padding: 0 0.55rem;
}

.tree-row:nth-child(n + 3) {
  padding-left: 1.45rem;
}

.tree-row em {
  color: #9398a7;
  font-size: 0.55rem;
  font-style: normal;
}

.tree-folder {
  color: #303544;
  font-weight: 650;
}

.tree-folder i {
  background: #91a7e2;
  border-radius: 0.15rem;
  height: 0.55rem;
  width: 0.72rem;
}

.tree-selected {
  background: rgb(36 71 249 / 0.1);
  color: #2341c6;
}

.file-dot {
  border-radius: 0.18rem;
  height: 0.6rem;
  width: 0.48rem;
}

.file-text {
  background: #8090b6;
}

.file-image {
  background: #7556e8;
}

.file-video {
  background: #e7539c;
}

.control-loop {
  bottom: -4rem;
  height: 22rem;
  position: absolute;
  right: 0;
  width: 65%;
}

.control-orbit {
  border: 1px solid rgb(131 149 255 / 0.28);
  border-radius: 50%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-18deg);
}

.orbit-one {
  height: 12rem;
  width: 18rem;
}

.orbit-two {
  height: 18rem;
  width: 27rem;
}

.control-center {
  align-items: center;
  background: radial-gradient(circle at 35% 30%, #627aff, var(--blue));
  border: 6px solid rgb(96 119 255 / 0.14);
  border-radius: 50%;
  box-shadow: 0 0 55px rgb(44 76 255 / 0.32);
  display: flex;
  height: 6rem;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 6rem;
}

.control-center span {
  font-family: "Fredoka", sans-serif;
  font-size: 1.15rem;
}

.orbit-label {
  background: #202644;
  border: 1px solid rgb(146 160 255 / 0.18);
  border-radius: 999px;
  color: #d5d9ed;
  font-size: 0.61rem;
  padding: 0.45rem 0.75rem;
  position: absolute;
}

.orbit-label-one {
  left: 7%;
  top: 36%;
}

.orbit-label-two {
  right: 6%;
  top: 35%;
}

.orbit-label-three {
  bottom: 6%;
  left: 45%;
}

.process-section {
  background: var(--night);
  color: white;
  overflow: hidden;
  position: relative;
}

.process-section::before {
  background-image:
    linear-gradient(rgb(255 255 255 / 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255 / 0.035) 1px, transparent 1px);
  background-size: 5rem 5rem;
  content: "";
  inset: 0;
  mask-image: linear-gradient(
    90deg,
    transparent,
    black 24%,
    black 76%,
    transparent
  );
  position: absolute;
}

.process-glow {
  background: radial-gradient(circle, rgb(71 88 255 / 0.24), transparent 68%);
  height: 60rem;
  left: 50%;
  position: absolute;
  top: -38rem;
  transform: translateX(-50%);
  width: 70rem;
}

.process-shell {
  padding-bottom: 8rem;
  padding-top: 8rem;
  position: relative;
}

.section-label-light {
  color: #8294ff;
}

.process-heading {
  max-width: 60rem;
}

.process-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 4rem;
}

.process-step {
  background: rgb(255 255 255 / 0.045);
  border: 1px solid rgb(255 255 255 / 0.09);
  border-radius: var(--radius-md);
  min-height: 23rem;
  padding: 1.5rem;
}

.step-topline {
  align-items: center;
  color: #7886dc;
  display: flex;
  font-size: 0.66rem;
  font-weight: 800;
  gap: 0.75rem;
  letter-spacing: 0.1em;
}

.step-topline i {
  background: rgb(255 255 255 / 0.1);
  flex: 1;
  height: 1px;
}

.step-icon {
  align-items: center;
  display: flex;
  height: 9rem;
  justify-content: center;
  margin: 1.75rem 0;
  position: relative;
}

.step-icon-brief {
  align-content: center;
  background: linear-gradient(145deg, #22294d, #171a30);
  border: 1px solid rgb(255 255 255 / 0.08);
  border-radius: 0.9rem;
  display: grid;
  gap: 0.75rem;
  padding: 2rem;
  transform: rotate(-3deg);
}

.step-icon-brief span {
  background: #565e82;
  border-radius: 999px;
  height: 0.45rem;
  width: 9rem;
}

.step-icon-brief span:first-child {
  background: #8396ff;
  width: 5rem;
}

.step-icon-brief span:last-child {
  width: 7rem;
}

.step-icon-agent img {
  filter: drop-shadow(0 15px 26px rgb(31 59 255 / 0.3));
  height: 7.5rem;
  object-fit: contain;
  position: relative;
  width: 7.5rem;
  z-index: 2;
}

.step-icon-agent::before {
  background: #1b2144;
  border: 1px solid #303963;
  border-radius: 50%;
  content: "";
  height: 8.6rem;
  position: absolute;
  width: 8.6rem;
}

.step-icon-agent i {
  background: var(--cyan);
  border-radius: 50%;
  box-shadow: 0 0 16px currentColor;
  height: 0.5rem;
  position: absolute;
  width: 0.5rem;
}

.step-icon-agent i:nth-of-type(1) {
  left: 21%;
  top: 20%;
}

.step-icon-agent i:nth-of-type(2) {
  background: var(--pink);
  bottom: 13%;
  right: 25%;
}

.step-icon-agent i:nth-of-type(3) {
  background: #8093ff;
  right: 17%;
  top: 24%;
}

.step-icon-refine {
  gap: 1rem;
}

.step-icon-refine span {
  border: 1px solid rgb(255 255 255 / 0.12);
  border-radius: 0.75rem;
  height: 7.2rem;
  width: 5.4rem;
}

.refine-before {
  background: linear-gradient(145deg, #272c48, #1b2038);
  transform: rotate(-5deg);
}

.refine-after {
  background:
    radial-gradient(circle at 62% 30%, #e5ffdd 0 10%, transparent 11%),
    linear-gradient(145deg, #3158bc, #301961 60%, #a42176);
  box-shadow: 0 12px 30px rgb(53 75 210 / 0.26);
  transform: rotate(5deg);
}

.step-icon-refine svg {
  fill: none;
  height: 1.3rem;
  stroke: #8195ff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
  width: 1.3rem;
}

.process-step h3 {
  font-size: 1.35rem;
  font-weight: 620;
  letter-spacing: -0.035em;
  margin: 0;
}

.process-step p {
  color: #989eb4;
  font-size: 0.87rem;
  line-height: 1.65;
  margin: 0.75rem 0 0;
}

.closing {
  padding-bottom: 3rem;
  padding-top: 7rem;
}

.closing-card {
  background: var(--blue);
  border-radius: var(--radius-lg);
  color: white;
  min-height: 33rem;
  overflow: hidden;
  padding: 4.5rem;
  position: relative;
}

.closing-grid {
  background-image:
    linear-gradient(rgb(255 255 255 / 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255 / 0.09) 1px, transparent 1px);
  background-size: 4rem 4rem;
  inset: 0;
  mask-image: linear-gradient(90deg, black, transparent 70%);
  position: absolute;
}

.closing-card::before {
  background: var(--cyan);
  border-radius: 50%;
  content: "";
  filter: blur(2px);
  height: 14rem;
  left: -7rem;
  opacity: 0.55;
  position: absolute;
  top: -8rem;
  width: 14rem;
}

.closing-copy {
  max-width: 36rem;
  position: relative;
  z-index: 2;
}

.closing-copy .section-label {
  color: #bac5ff;
}

.closing-copy p:not(.section-label) {
  color: rgb(255 255 255 / 0.75);
  font-size: 1.05rem;
  line-height: 1.6;
  margin: 1.4rem 0 2rem;
  max-width: 29rem;
}

.button-on-blue {
  background: white;
  box-shadow: 0 14px 34px rgb(12 32 137 / 0.28);
  color: var(--blue-deep);
}

.button-on-blue:hover {
  background: #f4f6ff;
}

.closing-mascot {
  align-items: center;
  bottom: -6rem;
  display: flex;
  height: 34rem;
  justify-content: center;
  position: absolute;
  right: -1rem;
  width: 42%;
}

.closing-mascot img {
  filter: drop-shadow(0 30px 55px rgb(8 19 92 / 0.28));
  height: min(24vw, 20rem);
  object-fit: contain;
  position: relative;
  transform: rotate(7deg);
  width: min(24vw, 20rem);
  z-index: 2;
}

.mascot-orbit {
  border: 1px solid rgb(255 255 255 / 0.22);
  border-radius: 50%;
  position: absolute;
}

.orbit-a {
  height: 22rem;
  transform: rotate(14deg);
  width: 30rem;
}

.orbit-b {
  height: 29rem;
  transform: rotate(-25deg);
  width: 20rem;
}

.mascot-spark {
  color: var(--cyan);
  font-size: 2rem;
  position: absolute;
  text-shadow: 0 0 24px rgb(34 211 209 / 0.55);
  z-index: 3;
}

.spark-one {
  right: 9%;
  top: 16%;
}

.spark-two {
  bottom: 25%;
  color: #ff8ec8;
  font-size: 1.2rem;
  left: 11%;
}

.site-footer {
  padding: 2rem 1.5rem 3rem;
}

.footer-shell {
  align-items: center;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr auto 1fr;
  margin: 0 auto;
  max-width: 77rem;
  padding-top: 2rem;
}

.brand-footer img {
  height: 2.1rem;
  width: 2.1rem;
}

.brand-footer span {
  font-size: 1.3rem;
}

.footer-shell > p {
  color: var(--ink-soft);
  font-size: 0.76rem;
  margin: 0;
}

.footer-meta {
  align-items: center;
  color: #7c808f;
  display: flex;
  font-size: 0.72rem;
  gap: 1.25rem;
  justify-content: flex-end;
}

.footer-meta a {
  color: var(--blue-deep);
  font-weight: 700;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 700ms ease,
    transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes progress {
  0%,
  100% {
    transform: translateX(-25%);
  }
  50% {
    transform: translateX(65%);
  }
}

@media (max-width: 1050px) {
  .product-app {
    grid-template-columns: 3.75rem minmax(0, 1fr);
  }

  .product-app-sidebar {
    justify-items: center;
    padding-inline: 0.5rem;
  }

  .product-brand span,
  .product-project-switcher div,
  .product-chevron,
  .product-nav-label,
  .product-nav-item span,
  .product-account > span:last-child {
    display: none;
  }

  .product-project-switcher {
    display: flex;
    padding: 0.35rem;
  }

  .product-nav-item {
    justify-content: center;
    padding: 0;
    width: 2.4rem;
  }

  .product-account {
    justify-content: center;
    width: 100%;
  }

  .product-agent-workspace {
    grid-template-columns: 11.5rem minmax(20rem, 1fr) minmax(16rem, 0.75fr);
  }

  .workspace-body {
    grid-template-columns: 3.6rem minmax(17rem, 0.85fr) minmax(23rem, 1.15fr);
  }

  .moon-scene {
    height: 16rem;
  }

  .scene-can {
    right: 12%;
  }

  .section-intro {
    grid-template-columns: 1fr;
  }

  .section-intro > p:last-child {
    max-width: 40rem;
  }

  .bento-agents,
  .bento-control {
    grid-column: span 7;
  }

  .bento-media,
  .bento-projects {
    grid-column: span 5;
  }
}

@media (max-width: 820px) {
  .mobile-waitlist-link {
    display: inline-flex;
  }

  .hero-intro {
    grid-template-columns: minmax(0, 1fr);
    max-width: 38rem;
  }

  .hero-copy {
    padding-top: 0;
  }

  .waitlist-card {
    padding: 1.5rem;
  }

  .site-header {
    padding-inline: 1rem;
  }

  .nav-shell {
    background: rgb(245 244 239 / 0.9);
    border: 1px solid rgb(17 20 42 / 0.08);
    border-radius: 1rem;
    box-shadow: 0 10px 26px rgb(22 27 61 / 0.08);
    padding: 0 0.75rem;
  }

  .nav-toggle {
    display: block;
  }

  .nav-toggle[aria-expanded="true"] span:first-child {
    top: 1.35rem;
    transform: rotate(45deg);
  }

  .nav-toggle[aria-expanded="true"] span:last-child {
    top: 1.35rem;
    transform: rotate(-45deg);
  }

  .nav-menu {
    align-items: stretch;
    background: var(--paper);
    border: 1px solid rgb(17 20 42 / 0.08);
    border-radius: 1rem;
    box-shadow: var(--shadow-soft);
    display: none;
    flex-direction: column;
    gap: 1.25rem;
    left: 1rem;
    padding: 1.25rem;
    position: absolute;
    right: 1rem;
    top: 5.4rem;
  }

  .nav-menu.is-open {
    display: flex;
  }

  .nav-links {
    align-items: stretch;
    flex-direction: column;
    gap: 0;
  }

  .nav-links a {
    border-bottom: 1px solid var(--line);
    padding: 0.85rem 0;
  }

  .hero {
    padding-top: 9.5rem;
  }

  .hero-stage {
    margin-top: 5rem;
  }

  .workspace-window {
    min-height: auto;
    transform: none;
  }

  .window-project {
    justify-self: center;
  }

  .window-status {
    display: none;
  }

  .product-agent-workspace {
    grid-template-columns: 11rem minmax(0, 1fr);
  }

  .product-component-dock {
    display: none;
  }

  .workspace-body {
    grid-template-columns: 3.25rem 1fr;
  }

  .project-canvas {
    grid-column: 1 / -1;
    min-height: 34rem;
  }

  .agent-thread {
    border-right: 0;
    min-height: 27rem;
  }

  .workspace-rail {
    border-bottom: 1px solid rgb(255 255 255 / 0.07);
    grid-row: 1;
  }

  .asset-grid {
    max-width: 38rem;
  }

  .bento-agents,
  .bento-media,
  .bento-projects,
  .bento-control {
    grid-column: 1 / -1;
  }

  .bento-card {
    min-height: 30rem;
  }

  .bento-agents {
    min-height: 33rem;
  }

  .bento-projects {
    min-height: 30rem;
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

  .process-step {
    min-height: auto;
  }

  .closing-card {
    min-height: 42rem;
    padding: 3rem;
  }

  .closing-mascot {
    bottom: -7rem;
    height: 28rem;
    right: 0;
    width: 100%;
  }

  .closing-mascot img {
    height: 15rem;
    width: 15rem;
  }

  .orbit-a {
    height: 17rem;
    width: 25rem;
  }

  .orbit-b {
    height: 23rem;
    width: 16rem;
  }

  .footer-shell {
    grid-template-columns: 1fr auto;
  }

  .footer-shell > p {
    display: none;
  }
}

@media (max-width: 560px) {
  .hero {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero h1 {
    font-size: clamp(3.35rem, 17vw, 5rem);
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 1.15rem;
  }

  .button-primary {
    width: 100%;
  }

  .text-link {
    justify-content: center;
  }

  .window-project {
    font-size: 0.62rem;
  }

  .product-app {
    display: block;
  }

  .product-app-sidebar,
  .product-project-sidebar {
    display: none;
  }

  .product-agent-workspace {
    display: block;
  }

  .product-chat-stage {
    margin: 0.65rem;
    min-height: 43rem;
  }

  .product-transcript {
    padding: 1rem 0.85rem 8.5rem;
  }

  .product-message {
    font-size: 0.62rem;
  }

  .product-capability-grid {
    gap: 0.35rem;
  }

  .product-composer {
    left: 0.55rem;
    right: 0.55rem;
  }

  .workspace-body {
    grid-template-columns: 1fr;
  }

  .workspace-rail {
    display: none;
  }

  .agent-thread,
  .project-canvas {
    padding: 1rem;
  }

  .agent-thread {
    min-height: 29rem;
  }

  .message-user {
    max-width: 94%;
  }

  .project-canvas {
    min-height: 42rem;
  }

  .asset-grid {
    grid-template-columns: 1fr;
  }

  .asset-card-hero {
    grid-column: auto;
  }

  .moon-scene {
    height: 16rem;
  }

  .scene-moon {
    left: 8%;
  }

  .scene-can {
    right: 10%;
  }

  .stage-caption {
    font-size: 0.57rem;
  }

  .modality-band {
    transform: rotate(-1.5deg) scale(1.04);
  }

  .modality-track {
    animation: marquee 18s linear infinite;
    justify-content: flex-start;
    padding-left: 1.5rem;
  }

  .capabilities {
    padding-bottom: 5rem;
    padding-top: 7rem;
  }

  .section-shell {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-intro h2,
  .process-heading h2,
  .closing h2 {
    font-size: 2.7rem;
  }

  .card-copy {
    padding: 1.5rem;
  }

  .bento-agents {
    min-height: 34rem;
  }

  .bento-projects {
    min-height: 31rem;
  }

  .agent-map {
    bottom: 0;
    left: 0;
    right: 0;
  }

  .agent-node-satellite {
    min-width: 7.1rem;
    padding: 0.55rem;
  }

  .agent-node-satellite strong {
    font-size: 0.52rem;
  }

  .node-symbol {
    height: 1.4rem;
    width: 1.4rem;
  }

  .media-sheet {
    width: 13rem;
  }

  .project-tree {
    left: 1rem;
    right: 1rem;
  }

  .control-loop {
    bottom: -3rem;
    height: 20rem;
    width: 100%;
  }

  .orbit-two {
    width: 22rem;
  }

  .process-shell {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }

  .closing {
    padding-top: 4rem;
  }

  .closing-card {
    border-radius: var(--radius-md);
    padding: 2rem 1.5rem;
  }

  .closing-copy .button {
    width: auto;
  }

  .footer-shell {
    align-items: flex-start;
    grid-template-columns: 1fr;
  }

  .footer-meta {
    justify-content: space-between;
    width: 100%;
  }
}

@keyframes marquee {
  to {
    transform: translateX(-45%);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* Long-form creative development story. */
.hero-positioning {
  color: var(--ink-soft);
  font-size: 0.9rem;
  font-weight: 650;
  margin: 0 0 1.2rem;
}

.hero h1 {
  font-size: clamp(3.25rem, 5.6vw, 5rem);
  line-height: 0.98;
  max-width: 12ch;
}

.hero {
  min-height: auto;
  padding-bottom: 4rem;
}

.story-section {
  padding-top: 3rem;
  padding-bottom: 6rem;
  scroll-margin-top: 7rem;
}

.story-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: end;
  margin-bottom: 2.5rem;
}

.story-intro h2 {
  font-size: clamp(2.5rem, 4.5vw, 4rem);
  letter-spacing: -0.065em;
  line-height: 1.02;
  margin: 0;
}

.story-intro > p {
  color: var(--ink-soft);
  font-size: 1.1rem;
  line-height: 1.7;
  max-width: 31rem;
  margin: 0;
}

.story-board {
  background: #e9e6df;
  border: 1px solid var(--line);
  border-radius: 1.5rem;
  box-shadow: 0 24px 70px rgb(24 28 64 / 0.08);
  overflow: hidden;
}

.story-board-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 2rem;
}

.story-kicker,
.artifact-label,
.story-format {
  font-size: 0.66rem;
  font-weight: 750;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.story-kicker {
  color: var(--ink-soft);
}
.story-board-header h3 {
  font-size: 2rem;
  letter-spacing: -0.05em;
  margin: 0.4rem 0 0;
}
.story-board-header p {
  color: var(--ink-soft);
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 0;
}
.story-format {
  border: 1px solid var(--line);
  border-radius: 2rem;
  padding: 0.75rem 1rem;
}
.story-artifacts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  padding: 0 1.25rem 1.25rem;
}
.story-artifact {
  background: #fffefb;
  border: 1px solid var(--line);
  border-radius: 0.6rem;
  padding: 1.4rem;
  display: flex;
  flex-direction: column;
}
.artifact-label {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: var(--ink-soft);
  font-size: 0.58rem;
}
.artifact-label span:first-child {
  color: var(--blue-deep);
}
.story-artifact h4 {
  font-size: 1.25rem;
  letter-spacing: -0.04em;
  margin: 1.4rem 0;
}
.script-excerpt {
  font-family: ui-monospace, monospace;
  font-size: 0.78rem;
  line-height: 1.7;
}
.script-excerpt p {
  margin: 0 0 1.2rem;
}
.script-excerpt .scene-slug {
  font-size: 0.68rem;
  font-weight: 750;
}
.script-excerpt .script-speaker {
  text-align: center;
  margin-bottom: 0.2rem;
}
.script-dialogue {
  text-align: center;
}
.artifact-note {
  color: var(--ink-soft);
  border-top: 1px solid var(--line);
  padding-top: 1rem;
  font-size: 0.78rem;
  line-height: 1.6;
  margin: auto 0 0;
}
.story-frames {
  display: grid;
  gap: 0.65rem;
}
.film-frame {
  aspect-ratio: 2.5;
  position: relative;
  overflow: hidden;
  background: #182330;
  border-radius: 0.2rem;
}
.film-frame b {
  position: absolute;
  left: 0.6rem;
  bottom: 0.4rem;
  font-size: 0.55rem;
  color: #fff0c9;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.cinema-frame {
  background: radial-gradient(ellipse at 50% 25%, #687e83, #25323d 65%);
}
.cinema-screen {
  position: absolute;
  width: 44%;
  height: 48%;
  top: 10%;
  left: 28%;
  background: #f2dfb3;
  box-shadow: 0 0 30px #d7c19b88;
  transform: perspective(100px) rotateX(-4deg);
}
.cinema-seats {
  position: absolute;
  inset: 68% -10% 0;
  background: radial-gradient(ellipse at 50% 100%, #934a40 60%, transparent 65%)
    0 0 / 30px 30px;
  transform: perspective(100px) rotateX(20deg);
}
.projector-frame {
  background: linear-gradient(125deg, #141b28, #35474b);
}
.projector-reel {
  position: absolute;
  width: 3.5rem;
  height: 3.5rem;
  border: 6px solid #809395;
  outline: 2px solid #b2b5a4;
  border-radius: 50%;
  left: 18%;
  top: 20%;
  background: repeating-conic-gradient(#1c2630 0deg 35deg, #829798 36deg 60deg);
}
.projector-beam {
  position: absolute;
  inset: 0 0 0 38%;
  background: linear-gradient(90deg, #f1d8aab3, #f1d8aa05);
  clip-path: polygon(0 45%, 100% 0, 100% 100%, 0 65%);
}
.reference-palette {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin: 1rem 0 1.4rem;
}
.reference-palette span {
  font-size: 0.65rem;
  color: var(--ink-soft);
  margin-right: auto;
}
.reference-palette i {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #182330;
}
.reference-palette i:nth-of-type(2) {
  background: #647e80;
}
.reference-palette i:nth-of-type(3) {
  background: #934a40;
}
.reference-palette i:nth-of-type(4) {
  background: #ecd9af;
}
.story-shot-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.4rem;
}
.story-shot-list li {
  display: flex;
  gap: 0.9rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--line);
}
.story-shot-list li:first-child {
  padding-top: 0;
}
.story-shot-list li:last-child {
  border: 0;
}
.story-shot-list b {
  color: var(--blue-deep);
  font-size: 0.65rem;
  padding-top: 0.15rem;
}
.story-shot-list strong {
  display: block;
  font-size: 0.85rem;
}
.story-shot-list span {
  display: block;
  color: var(--ink-soft);
  font-size: 0.7rem;
  margin: 0.35rem 0;
}
.story-shot-list small {
  font-size: 0.7rem;
  font-style: italic;
}
.story-revision {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  background: var(--blue-soft);
  padding: 1.5rem 2rem;
}
.revision-symbol {
  font-size: 2rem;
  color: var(--blue);
}
.story-revision p {
  font-size: 0.95rem;
  margin: 0.35rem 0 0;
  line-height: 1.5;
}
.revision-return {
  margin-left: auto;
  white-space: nowrap;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--blue-deep);
}
.story-caption {
  font-size: 0.7rem;
  color: var(--ink-soft);
  text-align: center;
  margin: 1rem 0 0;
}

@media (max-width: 1050px) {
  .story-artifacts {
    gap: 0.65rem;
    padding: 0 0.75rem 0.75rem;
  }
  .story-artifact {
    padding: 1rem;
  }
  .story-format {
    display: none;
  }
}

@media (max-width: 820px) {
  .hero h1 {
    font-size: clamp(3rem, 9vw, 4.5rem);
  }
  .story-intro {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .story-artifacts {
    grid-template-columns: 1fr;
    padding: 0 1rem 1rem;
    gap: 1rem;
  }
  .story-artifact {
    padding: 1.5rem;
  }
  .story-board-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
    padding: 1.5rem;
  }
  .story-artifact h4 {
    margin: 1rem 0;
  }
  .artifact-note {
    margin-top: 1rem;
  }
  .story-frames {
    grid-template-columns: 1fr 1fr;
  }
  .film-frame {
    aspect-ratio: 1.4;
  }
  .story-revision {
    flex-wrap: wrap;
    padding: 1.5rem;
  }
  .story-revision > div {
    flex: 1;
  }
  .revision-return {
    margin-left: 2.3rem;
  }
  .story-section {
    padding-top: 1rem;
  }
}

/* A curated film shelf; playback expands in place only after selection. */
.originals {
  background: #101323;
  color: #f8f7f3;
  padding: 4.5rem 0;
  scroll-margin-top: 6rem;
}
.originals-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 2rem;
  margin-bottom: 2rem;
}
.originals .section-label {
  color: #aab6ff;
}
.originals-heading h2 {
  font-size: clamp(2.4rem, 4.6vw, 4rem);
  letter-spacing: -0.065em;
  line-height: 1;
  margin: 0;
}
.originals-heading h2 span {
  color: var(--pink);
}
.originals-heading > p {
  color: #b7bacb;
  font-size: 0.95rem;
  line-height: 1.7;
  margin: 0;
}
.originals-shelf {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 1.5rem) / 2);
  gap: 1.5rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 0.6rem 0.25rem 1rem;
  scrollbar-width: thin;
  scrollbar-color: #596185 #101323;
}
.original-card {
  min-width: 0;
  scroll-snap-align: start;
  border-radius: 0.8rem;
  transition: transform 200ms ease;
}
.original-card:hover {
  transform: translateY(-5px);
}
.original-card:focus-visible {
  outline: 3px solid #b6c2ff;
  outline-offset: 3px;
}
.original-art {
  aspect-ratio: 16 / 9;
  background: #07090f;
  border: 1px solid #ffffff24;
  border-radius: 0.8rem;
  overflow: hidden;
  position: relative;
}
.original-art img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.original-art::after {
  content: "";
  position: absolute;
  inset: 40% 0 0;
  background: linear-gradient(transparent, #050711b3);
  pointer-events: none;
}
.original-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: grid;
  place-items: center;
  width: 3.4rem;
  height: 3.4rem;
  padding-left: 0.15rem;
  border: 1px solid #ffffff90;
  border-radius: 50%;
  background: #10132385;
  color: white;
  backdrop-filter: blur(8px);
  transition:
    background 200ms ease,
    scale 200ms ease;
}
.original-card:hover .original-play,
.original-card:focus-visible .original-play {
  background: var(--blue);
  scale: 1.08;
}
.original-watch,
.original-runtime {
  position: absolute;
  bottom: 1rem;
  z-index: 1;
  font-size: 0.72rem;
  font-weight: 650;
  color: white;
}
.original-watch {
  left: 1rem;
}
.original-runtime {
  right: 1rem;
  background: #07090fb3;
  border-radius: 0.3rem;
  padding: 0.25rem 0.4rem;
}
.original-info {
  padding: 1.1rem 0.25rem 0;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}
.original-genre {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #aab6ff;
}
.original-info h3 {
  font-size: clamp(1.05rem, 1.8vw, 1.5rem);
  letter-spacing: -0.03em;
  margin: 0.4rem 0 0;
}
.original-index {
  font-size: 2rem;
  color: #646d92;
  font-weight: 600;
  letter-spacing: -0.07em;
}
.original-card.is-playing .original-art {
  border-color: #aab6ff;
  box-shadow: 0 0 0 2px #aab6ff;
}
.original-viewer[hidden] {
  display: none;
}
.original-viewer {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  background: #181c31;
  border: 1px solid #ffffff1a;
  border-radius: 1rem;
  overflow: hidden;
  margin-top: 1.5rem;
  scroll-margin-top: 7rem;
  animation: viewer-in 220ms ease-out;
}
.original-player-stage {
  display: grid;
  place-items: center;
  background: #05060b;
  padding: 1rem;
}
.original-player-mount {
  width: min(100%, 36rem, 40vh);
  min-width: 200px;
  aspect-ratio: 9 / 16;
}
.original-player-mount iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.original-viewer-copy {
  padding: clamp(1.5rem, 4vw, 3.5rem);
  align-self: center;
  position: relative;
}
.original-close {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0 0 2rem auto;
  border: 1px solid #ffffff40;
  background: transparent;
  border-radius: 2rem;
  padding: 0.5rem 1rem;
  color: white;
  font: inherit;
  font-size: 0.8rem;
  cursor: pointer;
}
.original-close:hover {
  background: #ffffff15;
}
.original-close span {
  font-size: 1.4rem;
  line-height: 1;
}
.original-viewer h3 {
  font-size: clamp(1.8rem, 3vw, 3rem);
  letter-spacing: -0.05em;
  line-height: 1.1;
  margin: 0;
}
.original-viewer-meta {
  color: #aab6ff;
  font-size: 0.8rem;
  margin: 1rem 0;
}
.original-viewer-description {
  color: #e1e1e9;
  font-size: 1.1rem;
  line-height: 1.7;
}
.original-youtube {
  display: inline-block;
  color: #e1e6ff;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-size: 0.85rem;
  margin-top: 0.75rem;
}
.original-viewer-note {
  color: #b7bacb;
  font-size: 0.8rem;
  line-height: 1.6;
  margin-top: 2rem;
}
@keyframes viewer-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 820px) {
  .originals {
    padding: 3rem 0;
  }
  .originals-heading {
    display: block;
  }
  .originals-heading > p {
    margin-top: 1.2rem;
  }
  .originals-shelf {
    grid-auto-columns: 86%;
    gap: 1rem;
  }
  .original-viewer {
    grid-template-columns: minmax(0, 1fr);
  }
  .original-viewer-copy {
    grid-row: 1;
    padding: 1.5rem;
  }
  .original-close {
    margin-bottom: 1rem;
  }
  .original-viewer-description,
  .original-viewer-note {
    display: none;
  }
  .original-player-mount {
    width: min(100%, 34rem);
  }
}
@media (prefers-reduced-motion: reduce) {
  .original-card,
  .original-play {
    transition: none;
  }
  .original-viewer {
    animation: none;
  }
}

.originals-status {
  color: #b7bacb;
}
.originals-retry[hidden],
.original-art img[hidden],
.original-runtime[hidden] {
  display: none;
}
.originals-retry {
  margin: 1rem 0;
}
.original-viewer.is-landscape .original-player-mount {
  aspect-ratio: 16 / 9;
  width: 100%;
  min-height: 200px;
}

/* Focused production-agent landing page. Shared legal styles stay above. */
.landing-directing {
  --paper: #f5f3ed;
  --ink: #11152b;
  --ink-soft: #5f6678;
  --blue: #2f4cff;
}
.landing-directing .site-header {
  position: relative;
  padding: 22px 28px;
  background: transparent;
}
.landing-directing .nav-shell {
  max-width: 1124px;
  min-height: 42px;
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}
.landing-directing .hero {
  min-height: 0;
  padding: 38px 28px 78px;
  overflow: visible;
}
.landing-directing main {
  overflow: hidden;
}
.landing-directing .site-header,
.landing-directing .hero {
  background-image:
    linear-gradient(rgb(17 21 43 / 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgb(17 21 43 / 0.045) 1px, transparent 1px);
  background-size: 58px 58px;
}
.landing-directing .hero-grid,
.landing-directing .hero::before {
  display: none;
}
.landing-directing .hero-intro {
  max-width: 1124px;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  grid-template-areas: "copy signup" "benefits signup";
  gap: 26px 68px;
  align-items: center;
}
.landing-directing .hero-copy {
  grid-area: copy;
  padding: 0;
}
.landing-directing .hero-benefits {
  grid-area: benefits;
}
.landing-directing .waitlist-card {
  grid-area: signup;
}
.landing-directing .eyebrow {
  font-size: 12px;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
  line-height: 1.6;
}
.landing-directing .eyebrow-dot {
  flex-shrink: 0;
}
.landing-directing .hero h1 {
  font-size: clamp(48px, 5vw, 66px);
  font-weight: 750;
  line-height: 0.98;
  letter-spacing: -0.055em;
  max-width: none;
  margin: 0 0 22px;
  text-wrap: initial;
}
.landing-directing .hero h1 span {
  display: block;
  /* Extend the gradient paint area below descenders without changing spacing. */
  padding-bottom: 0.15em;
  margin-bottom: -0.15em;
  white-space: nowrap;
  background-image: linear-gradient(90deg, #2f4cff, #7b4dff);
}
.landing-directing .hero-lede {
  font-size: 20px;
  line-height: 1.5;
  max-width: none;
  margin: 0;
}
.hero-benefits {
  display: grid;
  gap: 14px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.hero-benefits li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 12px;
}
.benefit-check {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #e8ebff;
  color: #2f4cff;
  font-size: 12px;
  font-weight: 900;
}
.hero-benefits strong {
  display: block;
  font-size: 15px;
  margin-bottom: 2px;
}
.hero-benefits p {
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.45;
  margin: 0;
}
.landing-directing .waitlist-card {
  padding: 34px;
  border-radius: 26px;
  scroll-margin-top: 24px;
}
.landing-directing .waitlist-heading h2 {
  font-size: 36px;
  line-height: 1.03;
  letter-spacing: -0.035em;
}
.landing-directing .waitlist-heading > p:last-child {
  font-size: 15px;
  line-height: 1.55;
  margin: 12px 0 22px;
}
.waitlist-micro {
  font-size: 12px;
  color: var(--ink-soft);
  line-height: 1.5;
  margin: 12px 0 0;
}
.landing-directing .hero-orb {
  width: 170px;
  height: 170px;
}
.landing-directing .hero-orb-cyan {
  top: auto;
  bottom: 20px;
  left: -85px;
}
.landing-directing .hero-orb-pink {
  top: 65px;
  right: -85px;
}
.landing-directing .originals {
  background: #0f1328;
  padding: 70px 0 82px;
}
.landing-directing .originals .section-shell {
  max-width: 1180px;
  padding: 0 28px;
}
.landing-directing .originals-heading h2 {
  font-size: 48px;
  letter-spacing: -0.05em;
}
.landing-directing .originals-heading > p {
  max-width: none;
  flex-shrink: 0;
  font-size: 14px;
}
@media (max-width: 900px) {
  .landing-directing .hero {
    padding-top: 20px;
  }
  .landing-directing .hero-intro {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "copy" "signup" "benefits";
    gap: 34px;
    max-width: 650px;
  }
  .landing-directing .hero h1 {
    font-size: 52px;
  }
  .landing-directing .originals-heading {
    flex-direction: column;
    align-items: start;
  }
}
@media (max-width: 620px) {
  .landing-directing .site-header {
    padding: 18px;
  }
  .landing-directing .hero {
    padding: 20px 18px 52px;
  }
  .landing-directing .hero h1 {
    font-size: clamp(36px, 10.5vw, 48px);
  }
  .landing-directing .eyebrow {
    font-size: 10px;
    letter-spacing: 0.07em;
  }
  .landing-directing .hero-lede {
    font-size: 18px;
  }
  .landing-directing .waitlist-card {
    padding: 26px 22px;
  }
  .landing-directing .waitlist-heading h2 {
    font-size: 32px;
  }
  .landing-directing .originals {
    padding: 48px 0;
  }
  .landing-directing .originals .section-shell {
    padding: 0 18px;
  }
  .landing-directing .originals-heading h2 {
    font-size: 38px;
  }
}
