html {
  scroll-behavior: smooth;
  scroll-padding-top: 5.5rem;
}

.v2-home {
  overflow: hidden;
  background: var(--bg-primary);
}

.v2-container {
  width: min(72rem, calc(100% - 3rem));
  margin-inline: auto;
}

.v2-hero {
  padding: 10.5rem 0 6rem;
  background:
    radial-gradient(circle at 50% 18%, color-mix(in srgb, var(--accent-color) 13%, transparent), transparent 30rem),
    var(--bg-primary);
}

.v2-hero-copy {
  max-width: 57rem;
  text-align: center;
}

.v2-eyebrow,
.v2-kicker {
  margin: 0 0 1rem;
  color: var(--primary-color);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.v2-hero h1 {
  max-width: 54rem;
  margin: 0 auto;
  color: var(--text-primary);
  font-family: "Raleway", sans-serif;
  font-size: clamp(3rem, 6vw, 5.5rem);
  font-weight: 760;
  letter-spacing: -0.055em;
  line-height: 1.05;
  white-space: pre-line;
}

.v2-hero h1 span {
  display: block;
}

.v2-hero h1 span:last-child {
  color: var(--primary-color);
}

.v2-lead {
  max-width: 46rem;
  margin: 2rem auto 0;
  color: var(--text-secondary);
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.8;
}

.v2-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 2.25rem;
}

.v2-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0 1.35rem;
  border: 1px solid transparent;
  border-radius: 0.65rem;
  font-size: 0.92rem;
  font-weight: 750;
  line-height: 1;
  text-decoration: none;
  transition:
    transform 160ms ease,
    background-color 160ms ease,
    border-color 160ms ease;
}

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

.v2-button:focus-visible {
  outline: 2px solid var(--primary-color);
  outline-offset: 3px;
}

.v2-button-primary {
  background: var(--primary-color);
  color: var(--white);
}

.v2-button-primary:hover {
  background: color-mix(in srgb, var(--primary-color) 86%, black);
}

.v2-button-secondary {
  border-color: var(--border-primary);
  background: var(--bg-primary);
  color: var(--text-primary);
}

.v2-button-secondary:hover {
  border-color: var(--text-muted);
  background: var(--bg-secondary);
}

.v2-assurance {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem 1.5rem;
  margin: 1.5rem 0 0;
  color: var(--text-secondary);
  font-size: 0.78rem;
}

.v2-assurance span::before {
  content: "";
  display: inline-block;
  width: 0.35rem;
  height: 0.35rem;
  margin-right: 0.5rem;
  border-radius: 50%;
  background: var(--primary-color);
  vertical-align: 0.08rem;
}

.v2-product-stage {
  margin-top: 5.5rem;
  scroll-margin-top: 5.5rem;
}

.v2-how-heading {
  margin-bottom: 2.5rem;
}

.v2-demo-panel[hidden] {
  display: none;
}

.v2-window {
  overflow: hidden;
  border: 1px solid var(--border-primary);
  border-radius: 0.9rem;
  background: var(--bg-primary);
  box-shadow: 0 1.5rem 4rem rgb(0 0 0 / 0.1);
}

.v2-explorer-window {
  min-height: 37rem;
}

.v2-explorer-toolbar {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1.25rem;
  align-items: center;
  min-height: 4rem;
  padding: 0 1.25rem;
  border-bottom: 1px solid var(--border-light);
  background: var(--bg-secondary);
}

.v2-explorer-actions {
  display: flex;
  gap: 1rem;
  color: var(--text-muted);
}

.v2-explorer-path {
  overflow: hidden;
  padding: 0.65rem 1rem;
  border: 1px solid var(--border-light);
  border-radius: 0.55rem;
  background: var(--bg-primary);
  color: var(--text-secondary);
  font-size: 0.78rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.v2-explorer-path i {
  margin-right: 0.65rem;
  color: var(--primary-color);
}

.v2-explorer-body {
  display: grid;
  grid-template-columns: 12rem minmax(0, 1fr);
  min-height: 33rem;
}

.v2-explorer-nav {
  display: grid;
  align-content: start;
  gap: 0.25rem;
  padding: 1rem 0.65rem;
  border-right: 1px solid var(--border-light);
  background: var(--bg-secondary);
}

.v2-explorer-nav span {
  padding: 0.65rem 0.75rem;
  border-radius: 0.4rem;
  color: var(--text-secondary);
  font-size: 0.76rem;
}

.v2-explorer-nav span.is-active {
  background: color-mix(in srgb, var(--primary-color) 9%, var(--bg-primary));
  color: var(--text-primary);
}

.v2-explorer-nav i {
  width: 1.15rem;
  margin-right: 0.5rem;
  color: var(--primary-color);
}

.v2-explorer-files {
  min-width: 0;
  padding: 1.75rem;
}

.v2-explorer-files h2 {
  margin: 0 0 1.5rem;
  font-family: "Raleway", sans-serif;
  font-size: 1.35rem;
}

.v2-explorer-columns,
.v2-explorer-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 9rem 8rem;
  gap: 1rem;
  align-items: center;
  min-height: 2.75rem;
  padding: 0 0.75rem;
  border-bottom: 1px solid var(--border-light);
  font-size: 0.75rem;
}

.v2-explorer-columns {
  min-height: 2.25rem;
  color: var(--text-muted);
  font-size: 0.68rem;
}

.v2-explorer-row span {
  overflow: hidden;
  color: var(--text-primary);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.v2-explorer-row i {
  width: 1.2rem;
  margin-right: 0.45rem;
  color: var(--primary-color);
}

.v2-explorer-row time,
.v2-explorer-row em {
  color: var(--text-muted);
  font-style: normal;
}

.v2-window-bar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 3rem;
  padding: 0 1rem;
  border-bottom: 1px solid var(--border-light);
  color: var(--text-secondary);
  font-size: 0.76rem;
}

.v2-window-dots {
  display: flex;
  gap: 0.35rem;
}

.v2-window-dots span {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--border-primary);
}

.v2-window-dots span:first-child {
  background: color-mix(in srgb, var(--error) 72%, var(--border-primary));
}

.v2-window-dots span:nth-child(2) {
  background: var(--accent-color);
}

.v2-window-dots span:last-child {
  background: var(--success);
}

.v2-window-status,
.v2-preview-badge {
  justify-self: end;
  padding: 0.25rem 0.55rem;
  border: 1px solid color-mix(in srgb, var(--primary-color) 25%, transparent);
  border-radius: 999px;
  background: color-mix(in srgb, var(--primary-color) 8%, var(--bg-primary));
  color: var(--primary-color);
  font-size: 0.68rem;
  font-weight: 750;
  line-height: 1.2;
}

.v2-workspace {
  position: relative;
  display: grid;
  grid-template-columns: 14rem minmax(0, 1fr);
  min-height: 34rem;
}

.v2-file-tree {
  padding: 1rem 0.65rem;
  border-right: 1px solid var(--border-light);
  background: var(--bg-secondary);
}

.v2-tree-label {
  margin: 0 0.65rem 0.65rem;
  color: var(--text-muted);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.v2-tree-row {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 2rem;
  padding: 0 0.65rem;
  border-radius: 0.4rem;
  color: var(--text-secondary);
  font-size: 0.78rem;
  white-space: nowrap;
}

.v2-tree-row i {
  width: 0.9rem;
  color: var(--text-muted);
  text-align: center;
}

.v2-tree-row-active {
  background: color-mix(in srgb, var(--primary-color) 9%, var(--bg-primary));
  color: var(--text-primary);
}

.v2-tree-row-active i {
  color: var(--primary-color);
}

.v2-editor {
  min-width: 0;
  background: var(--bg-primary);
}

.v2-document {
  padding: 3.5rem clamp(2rem, 6vw, 6rem);
}

.v2-breadcrumb {
  margin: 0 0 2rem;
  color: var(--text-muted);
  font-size: 0.68rem;
}

.v2-document h2 {
  margin: 0 0 0.8rem;
  font-family: "Raleway", sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1.2;
}

.v2-document > p:not(.v2-breadcrumb) {
  max-width: 37rem;
  margin-bottom: 2rem;
  color: var(--text-secondary);
  font-size: 0.9rem;
}

.v2-usecase-document h3 {
  margin: 1.5rem 0 0.8rem;
  color: var(--text-primary);
  font-size: 0.9rem;
}

.v2-check-row {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-top: 0.65rem;
  color: var(--text-secondary);
  font-size: 0.82rem;
}

.v2-check-row i {
  color: var(--primary-color);
}

.v2-attachment-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.7rem;
  align-items: center;
  margin-top: 1.6rem;
  padding: 0.8rem 0;
  border-block: 1px solid var(--border-light);
  color: var(--text-secondary);
  font-size: 0.78rem;
}

.v2-attachment-row i {
  color: var(--error);
}

.v2-attachment-row small {
  color: var(--text-muted);
}

.v2-agent-message {
  margin-top: 1rem;
  padding: 0.8rem;
  border: 1px solid var(--border-light);
  border-radius: 0.65rem;
  background: var(--bg-primary);
  color: var(--text-secondary);
  font-size: 0.72rem;
  line-height: 1.65;
}

.v2-agent-message small {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--primary-color);
  font-weight: 750;
}

.v2-agent-message-user {
  margin-left: 1.5rem;
  background: color-mix(in srgb, var(--primary-color) 9%, var(--bg-primary));
  color: var(--text-primary);
}

.v2-agent-approval {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
  padding: 0.65rem 0.75rem;
  border: 1px solid color-mix(in srgb, var(--primary-color) 24%, var(--border-light));
  border-radius: 0.5rem;
  color: var(--primary-color);
  font-size: 0.68rem;
  font-weight: 750;
}

.v2-agent-float {
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 3;
  overflow: hidden;
  width: 3.75rem;
  height: 3.75rem;
  border: 1px solid var(--border-primary);
  border-radius: 50%;
  background: var(--bg-secondary);
  box-shadow: 0 0.8rem 2.5rem rgb(0 0 0 / 0.2);
  transition:
    width 480ms cubic-bezier(0.2, 0.75, 0.25, 1),
    height 480ms cubic-bezier(0.2, 0.75, 0.25, 1),
    border-radius 480ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.v2-agent-launcher {
  position: absolute;
  inset: 0;
  display: grid;
  width: 100%;
  height: 100%;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--primary-color);
  font-size: 1.15rem;
  cursor: pointer;
  transition:
    opacity 160ms ease,
    transform 160ms ease;
}

.v2-agent-launcher:hover {
  transform: scale(1.06);
}

.v2-agent-launcher:focus-visible,
.v2-folder-agent-head button:focus-visible,
.v2-folder-agent-composer button:focus-visible {
  outline: 2px solid var(--primary-color);
  outline-offset: -3px;
}

.v2-folder-agent-panel {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  opacity: 0;
  pointer-events: none;
  transition: opacity 160ms ease 80ms;
}

.v2-demo-panel[data-agent-open] .v2-agent-float {
  width: min(30rem, calc(100% - 2.5rem));
  height: calc(100% - 2.5rem);
  border-radius: 0.9rem;
}

.v2-demo-panel[data-agent-open] .v2-agent-launcher {
  opacity: 0;
  pointer-events: none;
}

.v2-demo-panel[data-agent-open] .v2-folder-agent-panel {
  opacity: 1;
  pointer-events: auto;
}

.v2-folder-agent-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 3.5rem;
  padding: 0 1rem;
  border-bottom: 1px solid var(--border-light);
}

.v2-folder-agent-head strong {
  display: flex;
  gap: 0.55rem;
  align-items: center;
  font-size: 0.82rem;
}

.v2-folder-agent-head strong i {
  color: var(--primary-color);
}

.v2-folder-agent-head button,
.v2-folder-agent-composer button {
  display: grid;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--text-secondary);
  cursor: pointer;
}

.v2-folder-agent-head button:hover {
  background: color-mix(in srgb, currentColor 7%, transparent);
  color: var(--text-primary);
}

.v2-folder-agent-body {
  overflow: auto;
  padding: 0 1rem 1rem;
}

.v2-folder-agent-body .v2-agent-message strong {
  display: block;
  margin-bottom: 0.4rem;
  color: var(--primary-color);
  font-size: 0.68rem;
}

.v2-folder-agent-composer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.75rem;
  align-items: center;
  margin: 0.75rem;
  padding: 0.65rem 0.65rem 0.65rem 0.9rem;
  border: 1px solid var(--border-primary);
  border-radius: 0.75rem;
  background: var(--bg-primary);
  color: var(--text-muted);
  font-size: 0.75rem;
}

.v2-folder-agent-composer button {
  background: var(--primary-color);
  color: var(--white);
}

.v2-section {
  padding: 8.5rem 0;
}

.v2-split {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(3rem, 8vw, 7rem);
  align-items: center;
}

.v2-split-reverse {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.v2-section-copy h2,
.v2-section-heading h2,
.v2-download-inner h2 {
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: clamp(2.2rem, 4.5vw, 4rem);
  font-weight: 740;
  letter-spacing: -0.045em;
  line-height: 1.12;
  white-space: pre-line;
}

.v2-section-copy > p:not(.v2-kicker, .v2-pull-quote),
.v2-section-heading > p:not(.v2-kicker),
.v2-download-inner > div > p:not(.v2-kicker) {
  max-width: 42rem;
  margin: 1.5rem 0 0;
  color: var(--text-secondary);
  font-size: 1rem;
  line-height: 1.85;
}

.v2-section-heading {
  max-width: 48rem;
  margin: 0 auto 3.5rem;
  text-align: center;
}

.v2-section-heading > p:not(.v2-kicker) {
  margin-inline: auto;
}

.v2-check-list {
  display: grid;
  gap: 0.7rem;
  margin: 2rem 0 0;
  padding: 0;
  color: var(--text-secondary);
  list-style: none;
}

.v2-check-list li {
  display: flex;
  gap: 0.7rem;
  align-items: center;
}

.v2-check-list i {
  color: var(--primary-color);
}

.v2-no-move {
  background: var(--bg-secondary);
}

.v2-folder-map {
  padding: 1rem;
  border: 1px solid var(--border-primary);
  border-radius: 0.8rem;
  background: var(--bg-primary);
  box-shadow: var(--shadow-sm);
}

.v2-folder-map-head {
  display: flex;
  gap: 0.65rem;
  align-items: center;
  padding: 0.35rem 0.55rem 1rem;
  border-bottom: 1px solid var(--border-light);
  font-weight: 800;
}

.v2-folder-map-head i {
  color: var(--primary-color);
}

.v2-map-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.8rem;
  align-items: center;
  min-height: 3.25rem;
  padding: 0 0.7rem 0 1.8rem;
  border-bottom: 1px solid var(--border-light);
  color: var(--text-secondary);
  font-size: 0.82rem;
}

.v2-map-row i {
  color: var(--text-muted);
}

.v2-map-row small {
  color: var(--text-muted);
}

.v2-map-row-page {
  margin-top: 0.7rem;
  border: 1px solid color-mix(in srgb, var(--primary-color) 28%, var(--border-light));
  border-radius: 0.5rem;
  background: color-mix(in srgb, var(--primary-color) 7%, var(--bg-primary));
  color: var(--text-primary);
}

.v2-map-row-page i,
.v2-map-row-page b {
  color: var(--primary-color);
}

.v2-map-row-page b {
  font-size: 0.68rem;
}

.v2-case-section {
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--primary-color) 4%, transparent), transparent 22rem),
    var(--bg-primary);
}

.v2-case-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.v2-why-section {
  background: var(--bg-primary);
}

.v2-compare-table {
  overflow: hidden;
  border: 1px solid var(--border-primary);
  border-radius: 0.9rem;
  background: var(--bg-primary);
}

.v2-compare-row {
  display: grid;
  grid-template-columns: 11rem minmax(0, 1fr) minmax(0, 1fr);
  border-bottom: 1px solid var(--border-light);
}

.v2-compare-row:last-child {
  border-bottom: 0;
}

.v2-compare-row > * {
  min-width: 0;
  padding: 1.25rem 1.4rem;
  color: var(--text-secondary);
  font-size: 0.86rem;
  line-height: 1.65;
}

.v2-compare-row > * + * {
  border-left: 1px solid var(--border-light);
}

.v2-compare-row > strong:first-child {
  color: var(--text-primary);
}

.v2-compare-row > span:last-child {
  background: color-mix(in srgb, var(--primary-color) 5%, var(--bg-primary));
  color: var(--text-primary);
  font-weight: 650;
}

.v2-compare-head {
  background: var(--bg-secondary);
}

.v2-compare-head > strong {
  color: var(--text-primary);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.v2-compare-head > strong:last-child {
  color: var(--primary-color);
}

.v2-why-statement {
  max-width: 50rem;
  margin: 2.5rem auto 0;
  color: var(--text-primary);
  font-size: clamp(1.15rem, 2.4vw, 1.55rem);
  font-weight: 700;
  line-height: 1.55;
  text-align: center;
}

.v2-case-card {
  min-width: 0;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid var(--border-primary);
  border-radius: 1rem;
  background: var(--bg-primary);
  box-shadow: var(--shadow-sm);
}

.v2-case-card-business {
  background: color-mix(in srgb, var(--bg-secondary) 68%, var(--bg-primary));
}

.v2-case-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--primary-color);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.v2-case-card-head i {
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border-radius: 50%;
  background: color-mix(in srgb, var(--primary-color) 10%, var(--bg-primary));
}

.v2-case-card h3 {
  margin: 1.25rem 0 0;
  font-family: "Raleway", sans-serif;
  font-size: clamp(1.55rem, 3vw, 2.1rem);
  letter-spacing: -0.035em;
  line-height: 1.18;
}

.v2-case-card > p:not(.v2-case-prompt) {
  min-height: 4.9rem;
  margin: 1rem 0 1.5rem;
  color: var(--text-secondary);
  font-size: 0.9rem;
  line-height: 1.75;
}

.v2-case-browser {
  overflow: hidden;
  border: 1px solid var(--border-primary);
  border-radius: 0.75rem;
  background: var(--bg-primary);
}

.v2-case-path {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 2.65rem;
  padding: 0 0.85rem;
  border-bottom: 1px solid var(--border-light);
  color: var(--text-muted);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.68rem;
  white-space: nowrap;
}

.v2-case-path i {
  color: var(--primary-color);
}

.v2-case-workspace {
  display: grid;
  grid-template-columns: 10rem minmax(0, 1fr);
  min-height: 14rem;
}

.v2-case-folders {
  display: grid;
  align-content: start;
  gap: 0.25rem;
  padding: 0.75rem 0.6rem;
  border-right: 1px solid var(--border-light);
  background: var(--bg-secondary);
}

.v2-case-folders span {
  overflow: hidden;
  padding: 0.55rem 0.6rem;
  border-radius: 0.4rem;
  color: var(--text-muted);
  font-size: 0.68rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.v2-case-folders span.is-active {
  background: color-mix(in srgb, var(--primary-color) 10%, var(--bg-primary));
  color: var(--text-primary);
  font-weight: 750;
}

.v2-case-folders i {
  width: 1rem;
  margin-right: 0.4rem;
  color: var(--primary-color);
}

.v2-case-page {
  padding: 1.35rem 1.1rem;
}

.v2-case-page small {
  color: var(--primary-color);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.62rem;
}

.v2-case-page strong {
  display: block;
  margin-top: 0.8rem;
  color: var(--text-primary);
  font-size: 0.9rem;
  line-height: 1.4;
}

.v2-case-page p {
  margin: 0.6rem 0 1.2rem;
  color: var(--text-muted);
  font-size: 0.68rem;
  line-height: 1.6;
}

.v2-case-page div {
  display: grid;
  gap: 0.45rem;
}

.v2-case-page div span {
  height: 0.35rem;
  border-radius: 1rem;
  background: var(--border-light);
}

.v2-case-page div span:nth-child(2) {
  width: 82%;
}

.v2-case-page div span:nth-child(3) {
  width: 58%;
}

.v2-case-prompt {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  margin: 1rem 0 0;
  padding: 0.85rem 1rem;
  border-radius: 0.65rem;
  background: color-mix(in srgb, var(--primary-color) 7%, var(--bg-secondary));
  color: var(--text-secondary);
  font-size: 0.76rem;
  line-height: 1.6;
}

.v2-case-prompt i {
  margin-top: 0.2rem;
  color: var(--primary-color);
}

.v2-work-surface {
  padding-bottom: 7rem;
}

.v2-surface-scene {
  overflow: hidden;
  border: 1px solid var(--border-primary);
  border-radius: 0.9rem;
  background: var(--bg-primary);
  box-shadow: var(--shadow-md);
}

.v2-scene-search {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 3.25rem;
  padding: 0 1.25rem;
  border-bottom: 1px solid var(--border-light);
  color: var(--text-muted);
  font-size: 0.78rem;
}

.v2-scene-search kbd {
  margin-left: auto;
  padding: 0.1rem 0.35rem;
  border: 1px solid var(--border-primary);
  border-radius: 0.3rem;
  background: var(--bg-secondary);
  color: var(--text-secondary);
  font: inherit;
}

.v2-scene-grid {
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  min-height: 32rem;
}

.v2-scene-notes {
  padding: 3.5rem clamp(2rem, 6vw, 5rem);
}

.v2-scene-notes h3 {
  margin: 0 0 1rem;
  font-family: "Raleway", sans-serif;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
}

.v2-scene-notes > p:not(.v2-breadcrumb) {
  color: var(--text-secondary);
  font-size: 0.9rem;
}

.v2-scene-notes blockquote {
  margin: 2rem 0;
  padding-left: 1rem;
  border-left: 2px solid var(--primary-color);
  color: var(--text-secondary);
  font-size: 0.88rem;
}

.v2-file-preview {
  margin: 1.5rem;
  border: 1px solid var(--border-light);
  background: var(--bg-secondary);
}

.v2-preview-toolbar {
  display: flex;
  gap: 0.55rem;
  align-items: center;
  min-height: 2.75rem;
  padding: 0 0.8rem;
  border-bottom: 1px solid var(--border-light);
  color: var(--text-secondary);
  font-size: 0.72rem;
}

.v2-preview-toolbar i {
  color: var(--error);
}

.v2-preview-toolbar span {
  margin-left: auto;
  color: var(--text-muted);
}

.v2-paper-lines {
  width: 72%;
  min-height: 24rem;
  margin: 2.5rem auto 0;
  padding: 2.5rem;
  box-sizing: border-box;
  background: var(--white);
  box-shadow: var(--shadow-sm);
  color: var(--gray-800);
  font-size: 0.72rem;
}

.v2-paper-lines span {
  display: block;
  height: 0.4rem;
  margin-top: 1rem;
  background: var(--gray-200);
}

.v2-paper-lines span:nth-of-type(2) {
  width: 84%;
}

.v2-paper-lines span:nth-of-type(4) {
  width: 64%;
}

.v2-proof-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 2rem;
  border-block: 1px solid var(--border-light);
}

.v2-proof-row > span {
  padding: 1.4rem;
  color: var(--text-secondary);
  font-size: 0.78rem;
}

.v2-proof-row > span + span {
  border-left: 1px solid var(--border-light);
}

.v2-proof-row strong {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--text-primary);
  font-size: 0.9rem;
}

.v2-markdown-section {
  background: var(--bg-secondary);
}

.v2-code-window {
  overflow: hidden;
  border: 1px solid var(--border-primary);
  border-radius: 0.8rem;
  background: var(--gray-900);
  color: var(--gray-300);
  box-shadow: var(--shadow-md);
}

.v2-code-head,
.v2-code-path {
  display: flex;
  justify-content: space-between;
  padding: 0.8rem 1rem;
  border-bottom: 1px solid var(--gray-800);
  color: var(--gray-400);
  font-size: 0.7rem;
}

.v2-code-window pre {
  min-height: 22rem;
  margin: 0;
  padding: 2.5rem;
  overflow: auto;
  font-size: 0.82rem;
  line-height: 1.9;
}

.v2-code-window code span {
  color: var(--accent-color);
  font-weight: 800;
}

.v2-code-path {
  border-top: 1px solid var(--gray-800);
  border-bottom: 0;
}

.v2-pull-quote {
  margin: 2rem 0 0;
  padding-left: 1rem;
  border-left: 2px solid var(--primary-color);
  color: var(--text-primary);
  font-size: 1.05rem;
  font-weight: 700;
}

.v2-agent-section {
  background: var(--gray-900);
  color: var(--gray-100);
}

.v2-heading-light > p:not(.v2-kicker) {
  color: var(--gray-400);
}

.v2-heading-light .v2-preview-badge {
  display: inline-block;
  margin: -0.2rem 0 1rem;
  background: color-mix(in srgb, var(--primary-color) 18%, var(--gray-900));
}

.v2-agent-story {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 1rem;
}

.v2-chat-comparison,
.v2-agent-timeline {
  padding: 1.5rem;
  border: 1px solid var(--gray-800);
  border-radius: 0.8rem;
  background: var(--gray-850);
}

.v2-chat-comparison > p,
.v2-agent-timeline > p {
  margin: 0 0 1.2rem;
  color: var(--gray-400);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.v2-blank-chat {
  display: grid;
  gap: 0.8rem;
}

.v2-blank-chat span {
  padding: 0.8rem;
  border: 1px dashed var(--gray-700);
  border-radius: 0.5rem;
  color: var(--gray-500);
  font-size: 0.78rem;
}

.v2-timeline-item {
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  gap: 0.8rem;
  padding: 1rem 0;
  border-top: 1px solid var(--gray-800);
}

.v2-timeline-item i {
  display: grid;
  place-items: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: var(--gray-800);
  color: var(--accent-color);
}

.v2-timeline-item span {
  color: var(--gray-400);
  font-size: 0.78rem;
}

.v2-timeline-item b {
  display: block;
  margin-bottom: 0.2rem;
  color: var(--gray-100);
  font-size: 0.9rem;
}

.v2-timeline-approval {
  margin-top: 0.5rem;
  padding-inline: 0.8rem;
  border: 1px solid color-mix(in srgb, var(--primary-color) 40%, var(--gray-800));
  border-radius: 0.55rem;
  background: color-mix(in srgb, var(--primary-color) 10%, transparent);
}

.v2-trust-section {
  background: var(--bg-primary);
}

.v2-trust-layers {
  border-block: 1px solid var(--border-primary);
}

.v2-trust-layers > div {
  display: grid;
  grid-template-columns: 2.5rem 3rem minmax(10rem, 0.55fr) 1fr;
  gap: 1rem;
  align-items: center;
  min-height: 7.5rem;
  border-bottom: 1px solid var(--border-light);
}

.v2-trust-layers > div:last-child {
  border-bottom: 0;
}

.v2-trust-layers span {
  color: var(--text-muted);
  font-size: 0.7rem;
}

.v2-trust-layers i {
  color: var(--primary-color);
  font-size: 1.1rem;
}

.v2-trust-layers h3,
.v2-trust-layers p {
  margin: 0;
}

.v2-trust-layers h3 {
  font-size: 1rem;
}

.v2-trust-layers p {
  color: var(--text-secondary);
  font-size: 0.82rem;
  line-height: 1.7;
}

.v2-slide-caption {
  max-width: 58rem;
  margin: 1.5rem auto 0;
  color: var(--text-primary);
  text-align: center;
}

.v2-slide-caption strong {
  font-family: "Raleway", sans-serif;
  font-size: clamp(1.35rem, 2.8vw, 2rem);
  letter-spacing: -0.025em;
  line-height: 1.35;
}

.v2-competitor-matrix {
  overflow-x: auto;
  border: 1px solid var(--border-primary);
  border-radius: 0.9rem;
  background: var(--bg-primary);
}

.v2-competitor-row {
  display: grid;
  grid-template-columns: 13rem repeat(5, minmax(7rem, 1fr));
  min-width: 58rem;
  border-bottom: 1px solid var(--border-light);
}

.v2-competitor-row:last-child {
  border-bottom: 0;
}

.v2-competitor-row > * {
  display: flex;
  min-height: 4.5rem;
  padding: 0.75rem 1rem;
  align-items: center;
  justify-content: center;
  border-left: 1px solid var(--border-light);
  color: var(--text-secondary);
  font-size: 0.8rem;
  text-align: center;
}

.v2-competitor-row > *:first-child {
  justify-content: flex-start;
  border-left: 0;
  color: var(--text-primary);
  text-align: left;
}

.v2-competitor-head {
  background: var(--bg-secondary);
  font-weight: 800;
}

.v2-competitor-memona {
  background: color-mix(in srgb, var(--primary-color) 6%, var(--bg-primary));
}

.v2-product-icon {
  display: grid;
  width: 2rem;
  height: 2rem;
  margin-right: 0.65rem;
  place-items: center;
  border-radius: 0.45rem;
  background: color-mix(in srgb, currentColor 7%, transparent);
  color: var(--primary-color);
}

.v2-product-icon img {
  width: 1.5rem;
  height: 1.5rem;
}

.v2-notion-icon {
  border: 1px solid var(--text-secondary);
  background: var(--bg-primary);
  color: var(--text-primary);
  font-weight: 900;
}

.v2-competitor-row .is-yes b,
.v2-competitor-row .is-no b {
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border-radius: 50%;
  font-size: 0.9rem;
}

.v2-competitor-row .is-yes b {
  background: color-mix(in srgb, var(--success) 13%, transparent);
  color: var(--success);
}

.v2-competitor-row .is-no b {
  background: color-mix(in srgb, var(--error) 10%, transparent);
  color: var(--error);
}

.v2-usecase-carousel {
  display: block;
}

.v2-usecase-list {
  display: grid;
  gap: 0.7rem;
  margin-top: 1.5rem;
}

.v2-usecase-list span {
  display: flex;
  gap: 0.7rem;
  align-items: center;
  padding: 0.85rem 1rem;
  border: 1px solid var(--border-light);
  border-radius: 0.55rem;
  color: var(--text-secondary);
  font-size: 0.8rem;
}

.v2-usecase-list i {
  color: var(--primary-color);
}

.v2-pipeline-grid {
  display: grid;
  grid-template-columns: 0.7fr 0.55fr 1.4fr;
  margin-top: 1.5rem;
  border: 1px solid var(--border-light);
  border-radius: 0.55rem;
  overflow: hidden;
}

.v2-pipeline-grid > * {
  padding: 0.7rem;
  border-right: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
  color: var(--text-secondary);
  font-size: 0.72rem;
}

.v2-pipeline-grid > *:nth-child(3n) {
  border-right: 0;
}

.v2-pipeline-grid > *:nth-last-child(-n + 3) {
  border-bottom: 0;
}

.v2-pipeline-grid b {
  background: var(--bg-secondary);
  color: var(--text-primary);
}

.v2-ease-section {
  background: var(--bg-secondary);
}

.v2-ease-window {
  max-width: 68rem;
  margin-inline: auto;
}

.v2-ease-canvas {
  position: relative;
  padding: 4.5rem clamp(1.5rem, 6vw, 5rem) 3rem;
}

.v2-block-toolbar {
  position: absolute;
  top: 1rem;
  left: 50%;
  display: flex;
  gap: 0.25rem;
  padding: 0.35rem;
  border: 1px solid var(--border-primary);
  border-radius: 0.55rem;
  background: var(--bg-primary);
  box-shadow: var(--shadow-sm);
  transform: translateX(-50%);
}

.v2-block-toolbar button {
  display: grid;
  width: 2rem;
  height: 2rem;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 0.35rem;
  background: transparent;
  color: var(--text-secondary);
}

.v2-ease-canvas h2 {
  margin: 0 0 1.5rem;
  font-family: "Raleway", sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.v2-editable-block {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.75rem;
  align-items: center;
  min-height: 3rem;
  padding: 0.5rem 0.75rem;
  border: 1px solid transparent;
  border-radius: 0.4rem;
  color: var(--text-secondary);
  font-size: 0.85rem;
}

.v2-editable-block:hover {
  border-color: var(--border-primary);
  background: var(--bg-secondary);
}

.v2-editable-block > i {
  color: var(--text-muted);
}

.v2-editable-block span i {
  margin-right: 0.5rem;
  color: var(--primary-color);
}

.v2-drop-zone {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.3rem 0.8rem;
  align-items: center;
  margin-top: 1.25rem;
  padding: 1rem;
  border: 1px dashed var(--primary-color);
  border-radius: 0.6rem;
  background: color-mix(in srgb, var(--primary-color) 5%, var(--bg-primary));
}

.v2-drop-zone > i {
  grid-row: 1 / 3;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.v2-drop-zone strong {
  font-size: 0.82rem;
}

.v2-drop-zone span {
  color: var(--text-muted);
  font-size: 0.72rem;
}

.v2-one-click-agent {
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
  display: flex;
  gap: 0.55rem;
  align-items: center;
  min-height: 2.75rem;
  padding: 0 1rem;
  border: 0;
  border-radius: 1.5rem;
  background: var(--primary-color);
  color: var(--white);
  font-weight: 750;
  box-shadow: var(--shadow-sm);
}

.v2-ease-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 1.25rem;
  border-block: 1px solid var(--border-light);
}

.v2-ease-points strong {
  display: flex;
  gap: 0.65rem;
  align-items: center;
  justify-content: center;
  min-height: 5rem;
  padding: 1rem;
  border-left: 1px solid var(--border-light);
  font-size: 0.9rem;
}

.v2-ease-points strong:first-child {
  border-left: 0;
}

.v2-ease-points i {
  color: var(--primary-color);
}

.v2-context-window {
  border-color: color-mix(in srgb, var(--primary-color) 28%, var(--border-primary));
}

.v2-context-workspace {
  display: grid;
  grid-template-columns: 11rem minmax(0, 1fr) minmax(22rem, 28rem);
  min-height: 36rem;
}

.v2-context-document {
  padding: 3rem 2rem;
  opacity: 0.55;
}

.v2-context-document h3,
.v2-security-document h3 {
  font-family: "Raleway", sans-serif;
  font-size: 1.8rem;
}

.v2-context-document p {
  color: var(--text-secondary);
  line-height: 1.8;
}

.v2-context-lines {
  display: grid;
  gap: 0.65rem;
  margin-top: 1.5rem;
}

.v2-context-lines span {
  width: 100%;
  height: 0.45rem;
  border-radius: 1rem;
  background: var(--border-primary);
}

.v2-context-lines span:nth-child(2) {
  width: 85%;
}

.v2-context-lines span:nth-child(3) {
  width: 92%;
}

.v2-context-lines span:nth-child(4) {
  width: 62%;
}

.v2-context-agent-panel {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  border-left: 1px solid var(--border-light);
  background: var(--bg-secondary);
}

.v2-context-agent-body {
  overflow: auto;
  padding: 0 1rem 1rem;
}

.v2-grounded-answer {
  font-size: 0.82rem;
}

.v2-grounded-answer > strong {
  display: block;
  margin-bottom: 0.5rem;
  color: var(--primary-color);
}

.v2-source-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.8rem;
}

.v2-source-chips span {
  padding: 0.35rem 0.5rem;
  border: 1px solid var(--border-primary);
  border-radius: 0.35rem;
  background: var(--bg-primary);
  color: var(--text-secondary);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.62rem;
}

.v2-security-window {
  max-width: 68rem;
  margin-inline: auto;
}

.v2-security-workspace {
  min-height: 32rem;
}

.v2-security-document {
  padding: 3rem;
  opacity: 0.32;
}

.v2-security-overlay {
  position: absolute;
  inset: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  border: 1px solid color-mix(in srgb, var(--primary-color) 30%, var(--border-primary));
  border-radius: 0.9rem;
  background: color-mix(in srgb, var(--bg-primary) 90%, transparent);
  backdrop-filter: blur(0.4rem);
  text-align: center;
}

.v2-lock-symbol {
  display: grid;
  width: 5rem;
  height: 5rem;
  margin-bottom: 1.25rem;
  place-items: center;
  border-radius: 50%;
  background: color-mix(in srgb, var(--primary-color) 12%, var(--bg-primary));
  color: var(--primary-color);
  font-size: 2rem;
}

.v2-security-overlay > strong {
  font-size: clamp(1.5rem, 3vw, 2.4rem);
}

.v2-security-overlay > p {
  max-width: 42rem;
  margin: 0.8rem 0 1.5rem;
  color: var(--text-secondary);
  line-height: 1.75;
}

.v2-security-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem;
}

.v2-security-badges span {
  display: flex;
  gap: 0.45rem;
  align-items: center;
  padding: 0.6rem 0.8rem;
  border: 1px solid var(--border-primary);
  border-radius: 0.5rem;
  background: var(--bg-primary);
  color: var(--text-primary);
  font-size: 0.75rem;
  font-weight: 750;
}

.v2-security-badges i {
  color: var(--primary-color);
}

/* Product-faithful Memona demo surfaces */
.v2-editorial-heading {
  max-width: none;
  margin: 0 0 4rem;
  text-align: left;
}

.v2-editorial-heading .v2-kicker {
  margin-bottom: 1.25rem;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  letter-spacing: -0.035em;
  line-height: 1;
  text-transform: uppercase;
}

.v2-editorial-heading > p:not(.v2-kicker) {
  margin-inline: 0;
}

.v2-native-window,
.v2-explorer-window {
  --bg-primary: #171918;
  --bg-secondary: #232523;
  --border-primary: #3a3d3a;
  --border-light: #303330;
  --text-primary: #f1f2f1;
  --text-secondary: #c2c5c2;
  --text-muted: #858985;
  --primary-color: #e4a11b;
  --accent-color: #e4a11b;
  color: var(--text-primary);
}

.v2-native-window {
  background: var(--bg-primary);
}

.v2-app-titlebar {
  display: flex;
  min-height: 2rem;
  padding: 0 0.65rem;
  align-items: center;
  justify-content: space-between;
  background: #17221c;
  color: var(--text-secondary);
  font-size: 0.76rem;
}

.v2-app-titlebar > span:first-child {
  display: flex;
  gap: 0.4rem;
  align-items: center;
}

.v2-app-titlebar img {
  width: 1.15rem;
  height: 1.15rem;
}

.v2-titlebar-controls {
  color: var(--text-muted);
  font-family: "IBM Plex Mono", monospace;
  letter-spacing: 0.6rem;
}

.v2-native-window .v2-window-bar {
  grid-template-columns: auto minmax(0, 1fr) auto;
  min-height: 3.6rem;
  gap: 1.4rem;
  padding: 0 1.25rem;
  background: var(--bg-primary);
}

.v2-window-nav,
.v2-window-actions {
  display: flex;
  gap: 1rem;
  align-items: center;
  color: var(--text-secondary);
}

.v2-window-path {
  min-width: 0;
  overflow: hidden;
  justify-self: start;
  color: var(--text-primary);
  font-size: 0.86rem;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.v2-product-stage .v2-window,
.v2-usecase-carousel .v2-window {
  min-height: 42rem;
}

.v2-native-window .v2-workspace {
  min-height: 36.4rem;
}

.v2-native-window .v2-file-tree {
  padding-top: 1.25rem;
}

.v2-native-window .v2-tree-label {
  font-size: 0.72rem;
  text-transform: none;
}

.v2-native-window .v2-tree-row {
  min-height: 2.55rem;
  font-size: 0.84rem;
}

.v2-unset-page {
  display: grid;
  place-items: center;
}

.v2-unset-page button {
  min-height: 3.4rem;
  padding: 0 1.4rem;
  border: 0;
  border-radius: 0.65rem;
  background: #4d72e5;
  color: #fff;
  font-size: 1rem;
  font-weight: 760;
  box-shadow: 0 0.7rem 1.8rem rgb(0 0 0 / 0.2);
}

.v2-rich-document {
  overflow: auto;
  padding-top: 4rem;
}

.v2-rich-document h3,
.v2-ease-canvas h3 {
  margin: 2.5rem 0 1rem;
  font-family: "Raleway", sans-serif;
  font-size: 1.35rem;
}

.v2-page-intro {
  max-width: 44rem;
  padding-left: 1.25rem;
  border-left: 0.25rem solid var(--text-muted);
  color: var(--text-secondary);
  line-height: 1.8;
}

.v2-native-window .v2-attachment-row {
  margin-top: 0.55rem;
  padding: 1rem;
  border: 0;
  border-radius: 0.55rem;
  background: var(--bg-secondary);
}

.v2-native-window .v2-attachment-row i {
  color: var(--primary-color);
}

cl-folder-agent-demo {
  display: block;
}

cl-folder-agent-demo[data-agent-open] .v2-agent-float {
  width: min(30rem, calc(100% - 2.5rem));
  height: calc(100% - 2.5rem);
  border-radius: 1.5rem;
}

cl-folder-agent-demo[data-agent-open] .v2-agent-launcher {
  opacity: 0;
  pointer-events: none;
}

cl-folder-agent-demo[data-agent-open] .v2-folder-agent-panel {
  opacity: 1;
  pointer-events: auto;
}

.v2-native-window .v2-agent-float {
  background: #242625;
}

.v2-native-window .v2-folder-agent-panel {
  background: var(--bg-secondary);
}

.v2-context-workspace {
  position: relative;
  grid-template-columns: 13rem minmax(0, 1fr);
  min-height: 42rem;
}

.v2-context-document {
  min-height: 36rem;
  padding: 4rem 3rem;
  opacity: 0.5;
}

.v2-context-document h4 {
  margin-top: 2.5rem;
}

.v2-context-agent-panel {
  position: absolute;
  top: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 3;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto auto;
  width: min(31rem, calc(100% - 2rem));
  overflow: hidden;
  border: 1px solid var(--border-primary);
  border-radius: 1.6rem;
  background: var(--bg-secondary);
  box-shadow: 0 1.4rem 4rem rgb(0 0 0 / 0.28);
}

.v2-context-agent-body {
  padding: 0 1rem 1rem;
}

.v2-agent-panel-controls {
  display: flex;
  gap: 1rem;
  padding: 0.7rem 1rem;
  border-top: 1px solid var(--border-light);
  color: var(--text-muted);
  font-size: 0.68rem;
}

.v2-agent-panel-controls span {
  display: flex;
  gap: 0.35rem;
  align-items: center;
}

.v2-competitor-row {
  grid-template-columns: 14rem repeat(5, minmax(9rem, 1fr));
  min-width: 72rem;
}

.v2-competitor-head > * {
  min-height: 6rem;
  font-size: clamp(1rem, 1.6vw, 1.3rem);
  line-height: 1.25;
}

.v2-competitor-memona > * {
  min-height: 9.5rem;
}

.v2-product-icon {
  width: 2.6rem;
  height: 2.6rem;
  background: #fff;
}

.v2-product-icon img {
  width: 1.9rem;
  height: 1.9rem;
  object-fit: contain;
}

.v2-product-icon-pair {
  grid-template-columns: 1fr 1fr;
  gap: 0.15rem;
  width: 3.6rem;
}

.v2-product-icon-pair img {
  width: 1.55rem;
  height: 1.55rem;
}

.v2-memona-benefit {
  flex-direction: column;
  gap: 0.65rem;
}

.v2-memona-benefit small {
  color: var(--text-secondary);
  font-size: 0.72rem;
  line-height: 1.45;
}

.v2-why-statement {
  max-width: 64rem;
  font-size: clamp(1.35rem, 2.6vw, 2.1rem);
  line-height: 1.45;
}

.v2-download-section {
  padding: 3rem 0;
  background: color-mix(in srgb, var(--primary-color) 9%, var(--bg-secondary));
}

.v2-download-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.v2-download-inner h2 {
  max-width: 45rem;
  font-size: clamp(2rem, 4vw, 3.5rem);
}

.v2-download-inner .v2-button {
  flex: 0 0 auto;
}

.v2-faq-grid {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: clamp(3rem, 8vw, 7rem);
  align-items: start;
}

.v2-faq-list details {
  border-top: 1px solid var(--border-primary);
}

.v2-faq-list details:last-child {
  border-bottom: 1px solid var(--border-primary);
}

.v2-faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.4rem 0;
  color: var(--text-primary);
  font-size: 0.92rem;
  font-weight: 750;
  cursor: pointer;
  list-style: none;
}

.v2-faq-list summary::-webkit-details-marker {
  display: none;
}

.v2-faq-list summary::after {
  content: "+";
  color: var(--text-muted);
  font-size: 1.2rem;
  font-weight: 400;
}

.v2-faq-list details[open] summary::after {
  content: "−";
}

.v2-faq-list details p {
  margin: -0.4rem 0 1.5rem;
  color: var(--text-secondary);
  font-size: 0.84rem;
  line-height: 1.8;
}

@media (max-width: 52rem) {
  .v2-container {
    width: min(100% - 2rem, 42rem);
  }

  .v2-hero {
    padding-top: 8.5rem;
  }

  .v2-section {
    padding: 6rem 0;
  }

  .v2-split,
  .v2-split-reverse,
  .v2-case-grid,
  .v2-agent-story,
  .v2-faq-grid {
    grid-template-columns: 1fr;
  }

  .v2-workspace {
    grid-template-columns: 10rem minmax(0, 1fr);
  }

  .v2-explorer-body {
    grid-template-columns: 9rem minmax(0, 1fr);
  }

  .v2-explorer-columns,
  .v2-explorer-row {
    grid-template-columns: minmax(0, 1fr) 7rem 6rem;
  }

  .v2-compare-row {
    grid-template-columns: 8rem minmax(0, 1fr) minmax(0, 1fr);
  }

  .v2-scene-grid {
    grid-template-columns: 1fr;
  }

  .v2-file-preview {
    min-height: 25rem;
  }

  .v2-proof-row {
    grid-template-columns: 1fr;
  }

  .v2-proof-row > span + span {
    border-top: 1px solid var(--border-light);
    border-left: 0;
  }

  .v2-download-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .v2-trust-layers > div {
    grid-template-columns: 2rem 2.5rem 1fr;
    padding: 1.25rem 0;
  }

  .v2-trust-layers p {
    grid-column: 3;
  }

  .v2-context-workspace {
    grid-template-columns: 9rem minmax(0, 1fr);
  }

  .v2-context-agent-panel {
    grid-column: 1 / -1;
    min-height: 30rem;
    border-top: 1px solid var(--border-light);
    border-left: 0;
  }

  .v2-ease-points {
    grid-template-columns: 1fr;
  }

  .v2-ease-points strong {
    justify-content: flex-start;
    border-top: 1px solid var(--border-light);
    border-left: 0;
  }

  .v2-ease-points strong:first-child {
    border-top: 0;
  }
}

@media (max-width: 36rem) {
  .v2-hero h1 {
    font-size: clamp(2.5rem, 13vw, 3.6rem);
  }

  .v2-actions {
    flex-direction: column;
  }

  .v2-button {
    width: 100%;
    box-sizing: border-box;
  }

  .v2-assurance {
    align-items: flex-start;
    flex-direction: column;
    margin-inline: auto;
    width: max-content;
  }

  .v2-product-stage {
    width: calc(100% - 1rem);
  }

  .v2-window-bar {
    grid-template-columns: auto 1fr;
    gap: 0.75rem;
  }

  .v2-window-bar > span:nth-child(2) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .v2-window-status,
  .v2-window-bar > .v2-preview-badge {
    display: none;
  }

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

  .v2-file-tree {
    display: none;
  }

  .v2-document {
    min-height: 24rem;
    padding: 2.5rem 1.25rem;
  }

  .v2-explorer-nav,
  .v2-explorer-columns,
  .v2-explorer-row time,
  .v2-explorer-row em {
    display: none;
  }

  .v2-explorer-body,
  .v2-explorer-row {
    grid-template-columns: 1fr;
  }

  .v2-explorer-files {
    padding: 1.25rem;
  }

  .v2-agent-float {
    right: 0.75rem;
    bottom: 0.75rem;
  }

  .v2-demo-panel[data-agent-open] .v2-agent-float {
    width: calc(100% - 1.5rem);
    height: calc(100% - 1.5rem);
  }

  .v2-compare-head {
    display: none;
  }

  .v2-compare-row {
    grid-template-columns: 1fr;
  }

  .v2-compare-row > * + * {
    border-top: 1px solid var(--border-light);
    border-left: 0;
  }

  .v2-compare-row > span::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 0.4rem;
    color: var(--text-muted);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .v2-map-row {
    padding-left: 0.7rem;
  }

  .v2-case-card > p:not(.v2-case-prompt) {
    min-height: 0;
  }

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

  .v2-case-folders {
    display: none;
  }

  .v2-scene-notes {
    padding: 2rem 1.25rem;
  }

  .v2-file-preview {
    margin: 0 1rem 1rem;
  }

  .v2-paper-lines {
    width: 84%;
    padding: 1.5rem;
  }

  .v2-code-window pre {
    padding: 1.5rem;
    font-size: 0.72rem;
  }

  .v2-trust-layers > div {
    grid-template-columns: 2rem 1fr;
  }

  .v2-trust-layers i {
    display: none;
  }

  .v2-trust-layers p {
    grid-column: 2;
  }

  .v2-slide-caption {
    margin-top: 1rem;
  }

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

  .v2-context-document,
  .v2-security-document {
    min-height: 20rem;
    padding: 2rem 1.25rem;
  }

  .v2-context-agent-panel {
    grid-column: 1;
  }

  .v2-pipeline-grid {
    grid-template-columns: 0.7fr 1.3fr;
  }

  .v2-pipeline-grid > *:nth-child(3n) {
    border-right: 1px solid var(--border-light);
  }

  .v2-pipeline-grid > *:nth-child(2n) {
    border-right: 0;
  }

  .v2-pipeline-grid > *:nth-last-child(-n + 3) {
    border-bottom: 1px solid var(--border-light);
  }

  .v2-pipeline-grid > *:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .v2-ease-canvas {
    padding: 4.5rem 1rem 1rem;
  }

  .v2-one-click-agent {
    position: static;
    width: 100%;
    margin-top: 1rem;
    justify-content: center;
  }

  .v2-security-workspace {
    min-height: 36rem;
  }

  .v2-security-overlay {
    inset: 0.75rem;
    padding: 1.25rem;
  }

  .v2-lock-symbol {
    width: 4rem;
    height: 4rem;
    margin-bottom: 0.75rem;
  }

  .v2-security-badges {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
  }

  .v2-security-badges span {
    justify-content: center;
  }
}

@media (max-width: 52rem) {
  .v2-editorial-heading {
    margin-bottom: 3rem;
  }

  .v2-native-window .v2-workspace,
  .v2-context-workspace {
    grid-template-columns: 10rem minmax(0, 1fr);
  }

  .v2-context-agent-panel {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    width: min(29rem, calc(100% - 1.5rem));
  }
}

@media (max-width: 36rem) {
  .v2-editorial-heading .v2-kicker {
    font-size: 1.65rem;
  }

  .v2-native-window .v2-window-bar {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 0.7rem;
    padding: 0 0.8rem;
  }

  .v2-window-nav {
    gap: 0.55rem;
  }

  .v2-window-actions {
    gap: 0.65rem;
  }

  .v2-native-window .v2-workspace,
  .v2-context-workspace {
    grid-template-columns: 1fr;
  }

  .v2-native-window .v2-file-tree,
  .v2-context-workspace > .v2-file-tree {
    display: none;
  }

  .v2-product-stage .v2-window,
  .v2-usecase-carousel .v2-window {
    min-height: 36rem;
  }

  .v2-rich-document,
  .v2-ease-canvas,
  .v2-context-document {
    padding: 3rem 1.25rem;
  }

  .v2-context-agent-panel {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    width: calc(100% - 1.5rem);
  }

  cl-folder-agent-demo[data-agent-open] .v2-agent-float {
    width: calc(100% - 1.5rem);
    height: calc(100% - 1.5rem);
  }

  .v2-competitor-head > * {
    font-size: 1rem;
  }
}

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

  .v2-home *,
  .v2-home *::before,
  .v2-home *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
