/* Krest marketing — tokens from docs/BRAND.md · peer components only */
:root {
  --bg: #FFFFFF;
  --bg-soft: #FAFAF9;
  --ink: #0A0A0A;
  --ink-soft: #525252;
  --ink-faint: #A3A3A3;
  --line: #E8E6E4;
  --chip: #F4F4F2;
  --on-ink: #FAFAFA;
  --blue: #0077BE;
  --blue-soft: rgba(0, 119, 190, 0.08);
  --cta: #0077BE;
  --on-cta: #FFFFFF;
  --dot: #EEECE9;
  --dot-size: 22px;
  --sandbox: radial-gradient(circle, var(--dot) 0.85px, transparent 1px);
  --shadow: 0 1px 2px rgba(0,0,0,.04), 0 20px 50px rgba(0,0,0,.07);
  --shadow-sm: 0 1px 2px rgba(0,0,0,.04), 0 6px 20px rgba(0,0,0,.05);
  --font: "Inter", system-ui, -apple-system, sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --dark: #0C0C0B;
  --dark-ink: #F2F2EF;
  --dark-muted: #A8A8A3;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  background-color: var(--bg);
  background-image: var(--sandbox);
  background-size: var(--dot-size) var(--dot-size);
  color: var(--ink);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

.wrap { width: min(1120px, calc(100% - 48px)); margin: 0 auto; }
.wrap-sm { width: min(640px, calc(100% - 48px)); margin: 0 auto; }
.wrap-md { width: min(800px, calc(100% - 48px)); margin: 0 auto; }

/* ── StackAI-style announcement banner ── */
.site-banner {
  background: var(--ink);
  color: #fff;
  font-size: .8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px max(16px, env(safe-area-inset-right)) 10px max(16px, env(safe-area-inset-left));
  letter-spacing: -0.01em;
}
body.nav-lock { overflow: hidden; }
.site-banner a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 600;
  margin-left: 6px;
}
.site-banner a:hover { opacity: .88; }
.site-banner .sep { color: rgba(255,255,255,.4); margin: 0 4px; }

/* ── Nav — Attio / Steep ── */
.nav {
  position: sticky; top: 0; z-index: 60;
  background: rgba(255,255,255,.82);
  backdrop-filter: blur(16px) saturate(1.2);
  border-bottom: 1px solid transparent;
  transition: border-color .3s var(--ease);
  padding-top: env(safe-area-inset-top);
}
.nav.scrolled { border-bottom-color: var(--line); }
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 64px; gap: 16px;
  position: relative;
}
.logo {
  display: flex; align-items: center; gap: 10px;
  text-decoration: none; font-weight: 700;
  font-size: 1.05rem; letter-spacing: -0.04em;
  flex-shrink: 0;
}
.logo-img {
  display: block;
  height: 28px;
  width: auto;
}
.logo-img-sm { height: 22px; }
.logo-mark {
  width: 30px; height: 18px;
  display: grid; place-items: center;
}
.logo-mark svg,
.logo-mark img { width: 100%; height: 100%; object-fit: contain; }
.logo-word { letter-spacing: -0.04em; }
.nav-panel {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-width: 0;
}
.nav-links {
  display: flex; gap: 28px; list-style: none;
  align-items: center;
}
.nav-links a {
  text-decoration: none; font-size: .875rem; font-weight: 500;
  color: var(--ink-soft); transition: color .15s;
}
.nav-links a:hover,
.nav-links a[aria-current="page"] { color: var(--ink); }
.nav-actions { display: flex; align-items: center; gap: 8px; }
.nav-toggle {
  display: none;
  width: 40px; height: 40px;
  border: 1px solid var(--line); border-radius: 10px;
  background: #fff; cursor: pointer;
  align-items: center; justify-content: center;
}
.nav-toggle span {
  display: block; width: 16px; height: 1.5px; background: var(--ink);
  position: relative;
}
.nav-toggle span::before,
.nav-toggle span::after {
  content: ""; position: absolute; left: 0; width: 16px; height: 1.5px;
  background: var(--ink);
}
.nav-toggle span::before { top: -5px; }
.nav-toggle span::after { top: 5px; }

.nav-link-btn {
  appearance: none;
  background: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font: inherit;
  font-size: .875rem;
  font-weight: 500;
  color: var(--ink-soft);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 36px;
  border-radius: 10px;
}
.nav-link-btn:hover,
.nav-link-btn[aria-current="page"] { color: var(--ink); }
.nav-item-has-menu.is-open .nav-link-btn {
  color: var(--ink);
  background: #fff;
  border-color: var(--line);
  box-shadow: var(--shadow-sm);
}
.nav-caret {
  width: 8px; height: 8px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}
.nav-mega[hidden] { display: none !important; }
.nav-item-has-menu { position: relative; }
.nav-mega {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  width: 320px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow);
  padding: 8px;
  overflow: visible;
  z-index: 70;
}
.nav-mega::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -12px;
  height: 12px;
}
.nav-mega-list { list-style: none; display: flex; flex-direction: column; gap: 1px; }
.nav-mega a,
.nav-links .nav-dd-item {
  color: var(--ink);
  font-weight: 500;
}
.nav-dd-item {
  display: flex; align-items: flex-start; gap: 10px;
  padding: 8px 10px;
  border-radius: 10px;
  text-decoration: none;
  min-height: 52px;
}
.nav-dd-item:hover { background: var(--bg-soft); }
.nav-dd-icon {
  width: 34px; height: 34px; flex-shrink: 0;
  display: grid; place-items: center;
  border-radius: 8px;
  background: var(--chip);
  color: var(--ink);
  margin-top: 1px;
}
.nav-dd-icon svg { display: block; width: 18px; height: 18px; }
.nav-dd-item:hover .nav-dd-icon { background: var(--blue-soft); color: var(--blue); }
.nav-dd-item.is-highlight .nav-dd-icon {
  background: var(--ink); color: var(--on-ink);
}
.nav-dd-item.is-highlight:hover .nav-dd-icon {
  background: var(--ink); color: var(--on-ink);
}
.nav-dd-text { display: flex; flex-direction: column; gap: 2px; min-width: 0; padding-top: 1px; }
.nav-dd-text strong { font-size: .9rem; font-weight: 600; letter-spacing: -0.02em; line-height: 1.3; }
.nav-dd-text span { font-size: .75rem; color: var(--ink-soft); font-weight: 400; line-height: 1.35; }
.nav-cta-bar { flex-shrink: 0; }
.nav-cta-short { display: none; }

:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 2px;
}
.btn:focus-visible { outline-offset: 3px; }
[id] { scroll-margin-top: 80px; }

@media (max-width: 860px) {
  .nav-toggle { display: flex; width: 44px; height: 44px; flex-shrink: 0; }
  .nav-cta-bar { margin-left: auto; min-height: 44px; }
  .nav-panel {
    display: none;
    position: absolute; left: 0; right: 0; top: 100%;
    flex-direction: column;
    align-items: stretch;
    max-height: calc(100dvh - 64px - env(safe-area-inset-top));
    overflow-y: auto;
    background: #fff; border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow-sm); z-index: 50;
    padding: 8px 24px calc(20px + env(safe-area-inset-bottom));
  }
  .nav.open .nav-panel { display: flex; }
  .nav-links { display: flex; flex-direction: column; gap: 0; align-items: stretch; }
  .nav-links > li > a {
    display: block; padding: 14px 0; font-size: 1rem;
    border-bottom: 1px solid var(--line);
  }
  .nav-actions { display: flex; flex-direction: column; gap: 10px; margin-top: 12px; }
  .nav-actions .btn-text { display: flex; align-items: center; justify-content: center; min-height: 44px; }
  .nav-mega {
    position: static; width: auto; box-shadow: none; border: 0;
    padding: 0 0 8px 0; border-radius: 0;
  }
  .nav-mega::before { display: none; }
  .nav-dd-item { min-height: 48px; padding: 10px 0; }
  .nav-dd-item:hover { background: transparent; }
  .nav-dd-item:hover .nav-dd-icon { background: var(--chip); color: var(--ink); }
  .nav-dd-item.is-highlight:hover .nav-dd-icon {
    background: var(--ink); color: var(--on-ink);
  }
  .nav-item-has-menu.is-open .nav-link-btn {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    margin: 0;
    padding: 14px 0;
    width: 100%;
    justify-content: space-between;
  }
  .nav-link-btn {
    margin: 0;
    padding: 14px 0;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid var(--line);
    border-radius: 0;
    min-height: 48px;
  }
}

@media (max-width: 480px) {
  .nav-inner { gap: 8px; }
  .nav-cta-bar {
    margin-left: auto;
    min-width: 0;
    padding-inline: 12px;
  }
  .nav-cta-full { display: none; }
  .nav-cta-short { display: inline; }
}

/* ── Buttons ── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: inherit; font-weight: 600; font-size: .9rem;
  letter-spacing: -0.01em; border-radius: 10px;
  padding: 10px 16px; border: 1px solid transparent;
  cursor: pointer; text-decoration: none;
  transition: transform .15s var(--ease), box-shadow .15s, background .15s, border-color .15s;
}
.btn:active { transform: translateY(1px); }
.btn-primary {
  background: var(--ink); color: var(--on-ink);
  box-shadow: var(--shadow-sm);
}
.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: var(--shadow);
}
.nav .btn-primary {
  background: var(--cta); color: var(--on-cta);
}
.nav .btn-primary:hover {
  background: #006199;
}
.btn-ghost {
  background: transparent; color: var(--ink); border-color: var(--line);
}
.btn-ghost:hover { background: var(--bg-soft); }
.btn-lg { padding: 13px 22px; font-size: .95rem; border-radius: 12px; }
.btn-text {
  background: none; border: none; color: var(--ink-soft);
  font-weight: 500; font-size: .9rem; padding: 10px 12px;
  cursor: pointer; font-family: inherit; text-decoration: none;
}
.btn-text:hover { color: var(--ink); }
.btn-on-dark { background: #fff; color: var(--ink); }
.btn-ghost-on-dark {
  background: transparent; color: var(--dark-ink);
  border-color: rgba(255,255,255,.18);
}
.btn-ghost-on-dark:hover { background: rgba(255,255,255,.06); }
.btn-link-blue {
  color: var(--blue); font-weight: 600; font-size: .9rem;
  text-decoration: none; display: inline-flex; align-items: center; gap: 6px;
  transition: gap .2s var(--ease);
}
.btn-link-blue:hover { gap: 10px; }
.btn:disabled { opacity: .55; cursor: not-allowed; transform: none !important; }

/* ── Reveal ── */
.reveal {
  opacity: 0; transform: translateY(18px);
  transition: opacity .7s var(--ease), transform .7s var(--ease);
}
.reveal.in { opacity: 1; transform: none; }
.reveal-d1 { transition-delay: .08s; }
.reveal-d2 { transition-delay: .16s; }
.reveal-d3 { transition-delay: .24s; }

/* ── Hero ── */
.hero { padding: 96px 0 48px; text-align: center; }
.hero.hero-split { text-align: left; padding: 72px 0 64px; }
.hero-split-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1.15fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
}
.hero-split .hero-copy { min-width: 0; }
.hero-split h1 { margin-left: 0; font-size: clamp(2.2rem, 4.6vw, 3.5rem); max-width: 12ch; }
.hero-split .hero-sub { margin-left: 0; }
.hero-split .hero-ctas { justify-content: flex-start; }
.hero-split .stage { margin: 0; max-width: none; }
.hero-split .stage-canvas { padding: 14px 14px 40px; border-radius: 20px; }
.hero-split .stage-app { min-height: 0; }
.hero-split .stage-rail { display: none; }
.hero-split .stage-panels {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
}
.hero-split .stage-card.journey {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0 2px 4px;
  max-height: 64px;
}
.hero-split .journey { flex-direction: row; flex-wrap: wrap; }
.hero-split .journey-label,
.hero-split .journey-step h4,
.hero-split .journey-step p { display: none; }
.hero-split .journey-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  padding: 4px 1px 0;
  background: transparent;
  grid-template-columns: none;
}
.hero-split .journey-step:not(:last-child)::before {
  left: calc(50% + 7px);
  right: calc(-50% + 7px);
  top: 8px;
  bottom: auto;
  width: auto;
  height: 1px;
}
.hero-split .journey-dot { width: 10px; height: 10px; }
.hero-split .journey-step.done .journey-dot::after { display: none; }
.hero-split .journey-step.active { background: transparent; }
@media (max-width: 900px) {
  .hero-split-grid { grid-template-columns: 1fr; }
  .hero.hero-split { text-align: center; }
  .hero-split h1 { margin-left: auto; margin-right: auto; }
  .hero-split .hero-sub { margin-left: auto; margin-right: auto; }
  .hero-split .hero-ctas { justify-content: center; }
}
.well { background: var(--bg-soft); }
.well .wrap, .well.wrap { }
.band-mid {
  background: var(--bg);
  color: var(--ink);
  text-align: center;
  padding: 96px 24px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.band-mid h2 {
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  font-weight: 700; letter-spacing: -0.045em; line-height: 1.1;
  max-width: 14ch; margin: 0 auto;
}
.band-mid h2 em {
  font-style: italic; font-weight: 600;
  letter-spacing: -0.04em;
}
.hero-kicker {
  font-size: .72rem; font-weight: 600;
  letter-spacing: .12em; text-transform: uppercase;
  color: var(--ink-faint); margin-bottom: 20px;
}
.hero h1 {
  font-size: clamp(2.8rem, 7vw, 4.6rem);
  font-weight: 700; letter-spacing: -0.05em;
  line-height: 1.02; max-width: 13ch; margin: 0 auto;
}
.hero h1 em {
  font-style: italic; font-weight: 600;
  letter-spacing: -0.04em;
}
.hero-sub {
  margin: 22px auto 0;
  max-width: 34rem;
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  color: var(--ink-soft); line-height: 1.55;
}
.hero-sub em {
  font-style: italic; font-weight: 500;
  color: var(--ink-soft);
  letter-spacing: -0.02em;
}
.hero-ctas {
  display: flex; flex-wrap: wrap; gap: 12px;
  justify-content: center; margin-top: 32px;
}
.page-hero {
  padding: 64px 0 40px;
  text-align: left;
}
.page-hero.center { text-align: center; }
.page-hero h1 {
  font-size: clamp(2.1rem, 4.5vw, 3rem);
  font-weight: 700; letter-spacing: -0.04em; line-height: 1.1;
  max-width: 18ch;
}
.page-hero.center h1 { margin: 0 auto; }
.page-hero .hero-sub { margin-left: 0; max-width: 36rem; }
.page-hero.center .hero-sub { margin-left: auto; margin-right: auto; }

/* ── Product stage — Steep floating chrome ── */
.stage {
  margin: 64px auto 0;
  max-width: 1120px;
  position: relative;
  text-align: left;
}
.stage-canvas {
  position: relative;
  background: #F4F4F2;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 28px 28px 44px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.7);
  animation: stageIn 1s var(--ease) .15s both;
}
@keyframes stageIn {
  from { opacity: 0; transform: translateY(28px) scale(.985); }
  to { opacity: 1; transform: none; }
}
.stage-app {
  display: flex;
  min-height: 400px;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.stage-rail {
  width: 56px;
  flex-shrink: 0;
  background: var(--dark);
  color: var(--dark-ink);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 0 14px;
  gap: 20px;
}
.stage-rail-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.stage-rail-mark {
  width: 36px;
  height: 21px;
  display: block;
  object-fit: contain;
}
.stage-rail-brand span {
  font-size: .55rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--dark-ink);
  opacity: .9;
}
.stage-rail-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  margin-top: 4px;
}
.stage-rail-nav span {
  width: 22px;
  height: 22px;
  border-radius: 7px;
  background: rgba(242,242,239,.08);
}
.stage-rail-nav span.on {
  background: rgba(242,242,239,.16);
  box-shadow: inset 0 0 0 1px rgba(242,242,239,.12);
}
.stage-main {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  background: var(--bg-soft);
}
.stage-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px;
  background: rgba(255,255,255,.72);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(8px);
}
.stage-top-left {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
.pill {
  font-size: .7rem; font-weight: 500; color: var(--ink-soft);
  background: #fff; border: 1px solid var(--line);
  border-radius: 999px; padding: 4px 10px;
}
.live {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: .7rem; font-weight: 600; color: var(--blue);
  white-space: nowrap;
}
.live::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 0 rgba(47,111,237,.45);
  animation: pulse 2s ease infinite;
}
@keyframes pulse {
  70% { box-shadow: 0 0 0 8px rgba(47,111,237,0); }
  100% { box-shadow: 0 0 0 0 rgba(47,111,237,0); }
}
.stage-panels {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 14px;
  padding: 14px;
  flex: 1;
}
.stage-card.journey { color: var(--ink-soft); }
.stage-card.journey .journey-step.active { color: var(--ink); }
.stage-card.journey h4 { font-size: .8rem; }
.stage-card.surface { padding: 22px 20px; }
.journey-label-compact { display: none; }
.ask-float .ask-go { width: 44px; height: 44px; }
.stage-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow-sm);
  padding: 18px 16px;
  min-height: 0;
}

.journey { display: flex; flex-direction: column; }
.journey-label {
  font-size: .65rem; font-weight: 600; letter-spacing: .1em;
  text-transform: uppercase; color: var(--ink-faint); margin-bottom: 12px;
}
.journey-step {
  display: grid; grid-template-columns: 20px 1fr; gap: 12px;
  padding: 9px 8px; position: relative;
  border-radius: 10px;
}
.journey-step:not(:last-child)::before {
  content: ""; position: absolute; left: 17px; top: 30px; bottom: -2px;
  width: 1px; background: var(--line);
}
.journey-dot {
  width: 20px; height: 20px; border-radius: 50%;
  border: 1.5px solid var(--line); background: #fff;
  display: grid; place-items: center; z-index: 1;
}
.journey-step.done .journey-dot {
  background: var(--ink); border-color: var(--ink);
}
.journey-step.done .journey-dot::after {
  content: ""; width: 5px; height: 8px;
  border: solid #fff; border-width: 0 1.5px 1.5px 0;
  transform: rotate(45deg) translate(-0.5px, -1px);
}
.journey-step.active {
  background: var(--blue-soft);
}
.journey-step.active .journey-dot {
  border-color: var(--blue);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(47,111,237,.12);
}
.journey-step.active .journey-dot::after {
  content: ""; width: 6px; height: 6px; border-radius: 50%;
  background: var(--blue);
}
.journey-step h4 {
  font-size: .86rem; font-weight: 600; letter-spacing: -0.02em;
}
.journey-step p { display: none; }
.journey-step.pending { opacity: .42; }

.surface { display: flex; flex-direction: column; gap: 12px; }
.surface-head {
  display: flex; justify-content: space-between; align-items: flex-start; gap: 10px;
}
.surface-head h3 {
  font-size: .95rem; font-weight: 650; letter-spacing: -0.02em;
}
.surface-head p { font-size: .76rem; color: var(--ink-soft); margin-top: 3px; }
.tag {
  font-size: .68rem; font-weight: 600; letter-spacing: .03em;
  padding: 4px 8px; border-radius: 6px; white-space: nowrap;
  background: var(--chip); color: var(--ink-soft); border: 1px solid var(--line);
}
.tag-blue {
  background: var(--blue-soft); color: var(--blue); border-color: transparent;
}
.check { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.check li {
  display: flex; gap: 10px; align-items: flex-start;
  padding: 11px 12px; border: 1px solid var(--line);
  border-radius: 10px; font-size: .84rem; background: var(--bg-soft);
}
.check li.done { opacity: .62; }
.check li.next {
  background: #fff;
  border-color: rgba(47,111,237,.22);
  box-shadow: 0 0 0 3px var(--blue-soft);
}
.box {
  width: 16px; height: 16px; border-radius: 4px;
  border: 1.5px solid var(--line); flex-shrink: 0; margin-top: 2px;
  background: #fff;
}
.check li.done .box {
  background: var(--ink); border-color: var(--ink);
  position: relative;
}
.check li.done .box::after {
  content: ""; position: absolute; left: 4px; top: 1px;
  width: 4px; height: 8px; border: solid #fff; border-width: 0 1.5px 1.5px 0;
  transform: rotate(45deg);
}
.meta { font-size: .72rem; color: var(--ink-faint); margin-top: 2px; }

.draft {
  border: 1px solid var(--line); border-radius: 12px;
  padding: 12px 14px; background: #fff;
  box-shadow: var(--shadow-sm);
  margin-top: 2px;
}
.draft-top {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 8px;
}
.draft-top span {
  font-size: .65rem; font-weight: 600; letter-spacing: .08em;
  text-transform: uppercase; color: var(--ink-faint);
}
.draft strong {
  display: block; font-size: .84rem; letter-spacing: -0.015em; margin-bottom: 6px;
}
.draft p { font-size: .78rem; color: var(--ink-soft); line-height: 1.45; }
.draft mark {
  background: var(--blue-soft); color: var(--blue);
  padding: 0 3px; border-radius: 3px; font-weight: 500;
}

@keyframes askIn {
  from { opacity: 0; transform: translateX(-50%) translateY(16px); }
  to { opacity: 1; transform: translateX(-50%); }
}
.ask-float {
  position: absolute; left: 50%; bottom: 12px;
  transform: translateX(-50%);
  width: min(460px, calc(100% - 32px));
  display: flex; align-items: center; gap: 10px;
  background: #fff; border: 1px solid var(--line);
  border-radius: 999px; padding: 10px 10px 10px 18px;
  box-shadow: var(--shadow);
  z-index: 5;
  text-decoration: none;
  color: inherit;
  animation: askIn .8s var(--ease) .45s both;
}
.ask-float:hover { border-color: #d6d4d1; }
.ask-float .ask-text {
  flex: 1; font-size: .88rem; color: var(--ink-faint);
  text-align: left; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.ask-float .ask-go {
  width: 44px; height: 44px; border-radius: 50%;
  border: none; background: var(--ink); color: #fff;
  display: grid; place-items: center; flex-shrink: 0;
}

/* ── Trust ── */
.trust {
  padding: 56px 0 40px;
  text-align: center;
}
.trust > p {
  font-size: .72rem; font-weight: 600; letter-spacing: .1em;
  text-transform: uppercase; color: var(--ink-faint); margin-bottom: 12px;
}
.trust-line {
  font-size: 1.05rem; color: var(--ink-soft);
  max-width: 28rem; margin: 0 auto;
}

/* ── 3 pillars — Steep ── */
.pillars {
  padding: 112px 0 72px;
  text-align: center;
}
.pillars h2 {
  font-size: clamp(1.85rem, 4vw, 2.5rem);
  font-weight: 700; letter-spacing: -0.04em; line-height: 1.12;
  max-width: 16ch; margin: 0 auto 12px;
}
.pillars > .lede {
  color: var(--ink-soft); font-size: 1.05rem;
  max-width: 30rem; margin: 0 auto 48px;
}
.pillar-row {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px;
  text-align: left;
}
@media (max-width: 800px) {
  .pillar-row { grid-template-columns: 1fr; gap: 0; }
}
.pillar {
  padding: 8px 8px 8px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.pillar + .pillar { border-left: 1px solid var(--line); padding-left: 32px; }
@media (max-width: 800px) {
  .pillar { padding: 28px 0; }
  .pillar + .pillar { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; }
}
.pillar-icon,
.pillar-num {
  width: auto; height: auto; border-radius: 0;
  background: none; border: 0;
  display: block; margin-bottom: 12px;
  font-size: .72rem; font-weight: 600; letter-spacing: .1em;
  color: var(--ink-faint);
  text-align: left;
}
.pillar h3 {
  font-size: 1.2rem; font-weight: 650; letter-spacing: -0.03em;
  margin-bottom: 8px;
}
.pillar p { font-size: .95rem; color: var(--ink-soft); line-height: 1.5; }

/* ── Deep sections — Attio ── */
.deep { padding: 120px 0 80px; }
.deep-head { max-width: 680px; margin-bottom: 48px; }
.deep-head.eq-line { max-width: none; }
.deep-head h2 {
  font-size: clamp(2.15rem, 4.8vw, 3.35rem);
  font-weight: 700; letter-spacing: -0.045em; line-height: 1.06;
}
.deep-head.eq-line h2 {
  font-size: clamp(1.55rem, 3.4vw, 2.65rem);
  white-space: nowrap;
}
@media (max-width: 720px) {
  .deep-head.eq-line h2 { white-space: normal; }
}
.deep-head h2 em {
  font-style: italic; font-weight: 700;
  letter-spacing: -0.04em;
  white-space: nowrap;
}
.ai-star {
  display: inline-block;
  width: 0.38em;
  height: 0.38em;
  margin-left: 0.1em;
  vertical-align: 0.62em;
  fill: var(--blue);
}
.deep-head h2 .eq-term { white-space: nowrap; }
.deep-head h2 .eq {
  font-family: "Times New Roman", Times, Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 0.92em;
  letter-spacing: 0;
  padding: 0 0.18em;
  vertical-align: 0.04em;
}
.deep-head p {
  margin-top: 14px; font-size: 1.08rem; color: var(--ink-soft);
  max-width: 34rem; line-height: 1.5;
}
.deep-head p em {
  font-style: italic; font-weight: 650;
  color: var(--ink);
  letter-spacing: -0.02em;
}
.deep-ui {
  border: 1px solid var(--line); border-radius: 16px;
  background: var(--bg-soft); box-shadow: var(--shadow);
  overflow: hidden;
}
.deep-ui-bar {
  padding: 12px 16px; border-bottom: 1px solid var(--line);
  background: #fff; display: flex; gap: 8px; align-items: center;
  font-size: .8rem; font-weight: 500; color: var(--ink-soft);
}
.deep-ui-bar .dot {
  width: 8px; height: 8px; border-radius: 50%; background: var(--line);
}
.deep-grid {
  display: grid; grid-template-columns: 1fr 1.15fr;
}
@media (max-width: 800px) {
  .deep-grid { grid-template-columns: 1fr; }
}
.deep-side {
  padding: 24px; border-right: 1px solid var(--line); background: #fff;
}
@media (max-width: 800px) {
  .deep-side { border-right: none; border-bottom: 1px solid var(--line); }
}
.deep-main { padding: 24px; }
.caption {
  margin-top: 18px; font-size: .95rem; font-weight: 500;
  letter-spacing: -0.015em; color: var(--ink);
}
.caption span { color: var(--ink-soft); font-weight: 400; }

/* Pairing canvas — StackAI graph, paper/ink */
.pair-canvas {
  display: grid;
  grid-template-columns: minmax(200px, 1fr) 72px minmax(220px, 1.15fr);
  align-items: stretch;
  min-height: 380px;
  padding: 24px 20px;
  background-color: var(--bg-soft);
  background-image: var(--sandbox);
  background-size: var(--dot-size) var(--dot-size);
}
.pair-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  min-width: 0;
}
.pair-node {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.pair-node header {
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ink-faint);
  padding: 8px 12px;
  border-bottom: 1px solid var(--line);
}
.pair-body { padding: 12px; }
.pair-node.is-live {
  border-color: rgba(47,111,237,.28);
  box-shadow: 0 0 0 3px var(--blue-soft);
}
.pair-join {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pair-join::before,
.pair-join::after {
  content: "";
  position: absolute;
  height: 1px;
  background: var(--line);
  top: 50%;
}
.pair-join::before { left: 0; right: 50%; }
.pair-join::after { left: 50%; right: 0; }
.pair-x {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  color: var(--blue);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.15rem;
  letter-spacing: -0.04em;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 0 5px var(--blue-soft);
}
.pair-x.pair-ai {
  width: auto;
  min-width: 44px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: .78rem;
  font-style: italic;
  font-weight: 650;
  letter-spacing: -0.03em;
  gap: 5px;
}
.pair-x.pair-ai .ai-star {
  width: 9px;
  height: 9px;
  margin: 0;
  vertical-align: 0;
}
.pair-flow-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 10px;
}
.pair-flow-item {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 8px 10px;
  background: var(--bg-soft);
}
.pair-flow-item .k {
  display: block;
  font-size: .62rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-bottom: 6px;
}
.pair-flow-item .check { gap: 5px; }
.pair-flow-item .check li {
  padding: 6px 8px;
  min-height: 0;
  font-size: .75rem;
  border-radius: 8px;
}
.pair-flow-item .viz-skeleton { padding: 8px; gap: 6px; }
.pair-flow-item .viz-btn-fake { height: 22px; font-size: .65rem; }
.pair-flow-item .viz-mail { padding: 2px 0 0; }
.pair-flow-item .viz-mail .from { margin-bottom: 6px; }
.pair-flow-item .viz-mail strong { font-size: .78rem; margin-bottom: 2px; }
.pair-flow-item .viz-mail p { font-size: .72rem; }
.pair-mini .pair-body { padding: 10px; }
.pair-mini .check { gap: 6px; }
.pair-mini .check li {
  padding: 6px 8px;
  min-height: 0;
  font-size: .75rem;
  border-radius: 8px;
}
.pair-mini .box { width: 13px; height: 13px; margin-top: 1px; }
.pair-mini .viz-skeleton { padding: 10px; gap: 8px; }
.pair-mini .viz-btn-fake { height: 22px; font-size: .65rem; }
.pair-mini .viz-mail { padding: 4px 2px 2px; }
.pair-mini .viz-mail .from { margin-bottom: 8px; }
.pair-mini .viz-mail strong { font-size: .78rem; margin-bottom: 4px; }
.pair-mini .viz-mail p { font-size: .72rem; }
@media (max-width: 800px) {
  .pair-canvas {
    grid-template-columns: 1fr;
    grid-template-rows: auto 48px auto;
    min-height: 0;
    padding: 16px 12px 20px;
  }
  .pair-src { flex-direction: row; align-items: stretch; }
  .pair-src .pair-node { flex: 1; }
  .pair-src .form-field:nth-child(3) { display: none; }
  .pair-join { transform: none; }
  .pair-join::before,
  .pair-join::after {
    width: 1px;
    height: auto;
    left: 50%;
    right: auto;
    top: auto;
    bottom: auto;
  }
  .pair-join::before { top: 0; bottom: 50%; }
  .pair-join::after { top: 50%; bottom: 0; }
}

/* Play stack — typed sequence, not another checklist window */
.play-stack {
  list-style: none;
  margin: 0;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: var(--bg-soft);
}
.play-stack > li {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 14px;
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 12px 14px;
  min-width: 0;
}
.play-stack > li.is-selected {
  border-color: rgba(47,111,237,.28);
  box-shadow: 0 0 0 3px var(--blue-soft);
}
.play-kind {
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ink-faint);
}
.play-bit { min-width: 0; }
.play-bit .check { gap: 6px; }
.play-bit .check li { padding: 8px 10px; min-height: 0; font-size: .8rem; }
.play-bit .viz-mail { padding: 0; }
.play-bit .viz-mail strong { font-size: .84rem; margin-bottom: 2px; }
.play-bit .viz-mail p { font-size: .76rem; }
.play-stack > li:not(.is-selected) .check li:nth-child(n+2) { display: none; }
@media (max-width: 640px) {
  .play-stack > li { grid-template-columns: 1fr; gap: 8px; }
}

/* Iterate — drop-off + suggestion you can apply or edit */
.iter-frame { padding-bottom: 72px; }
.iter-canvas {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  min-height: 260px;
}
.iter-funnel {
  display: flex;
  align-items: stretch;
  gap: 14px;
  padding: 28px 24px 20px;
  background: #fff;
  border-right: 1px solid var(--line);
  min-height: 240px;
}
.iter-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.iter-bar {
  width: 100%;
  max-width: 56px;
  border-radius: 8px 8px 2px 2px;
  background: var(--chip);
  display: block;
}
.iter-col.is-stall .iter-bar {
  background: var(--blue-soft);
  box-shadow: inset 0 0 0 2px var(--blue);
}
.iter-lab {
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--ink-faint);
}
.iter-col.is-stall .iter-lab { color: var(--blue); }
.iter-suggest {
  padding: 28px 24px;
  background: var(--bg-soft);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.iter-kicker {
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-bottom: 10px;
}
.iter-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 0 0 3px var(--blue-soft);
  border-color: rgba(47,111,237,.28);
}
.iter-card strong {
  display: block;
  font-size: .95rem;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
}
.iter-act { display: flex; align-items: center; gap: 8px; }
.iter-ghost {
  height: 28px;
  padding: 0 12px;
  border-radius: 8px;
  border: 1px solid var(--line);
  font-size: .7rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  color: var(--ink);
  background: #fff;
}
@media (max-width: 800px) {
  .iter-canvas { grid-template-columns: 1fr; }
  .iter-funnel {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    min-height: 180px;
  }
}

.form-field {
  margin-bottom: 12px;
}
.form-field label {
  display: block; font-size: .72rem; font-weight: 600;
  color: var(--ink-faint); letter-spacing: .04em;
  text-transform: uppercase; margin-bottom: 6px;
}
.form-field .fake-input {
  border: 1px solid var(--line); border-radius: 12px;
  padding: 12px 14px; background: #fff;
  font-size: .88rem; color: var(--ink);
  min-height: 44px;
}
.path-title {
  font-size: .72rem; font-weight: 600; letter-spacing: .08em;
  text-transform: uppercase; color: var(--ink-faint); margin-bottom: 12px;
}
.path-card {
  background: #fff; border: 1px solid var(--line);
  border-radius: 12px; padding: 16px; margin-bottom: 10px;
}
.path-card h4 {
  font-size: .9rem; font-weight: 650; letter-spacing: -0.02em;
  margin-bottom: 4px;
}
.path-card p { font-size: .8rem; color: var(--ink-soft); }
.path-card .row {
  display: flex; gap: 8px; margin-top: 12px; flex-wrap: wrap;
}
.chip {
  font-size: .72rem; font-weight: 500; padding: 4px 8px;
  border-radius: 6px; background: var(--chip); color: var(--ink-soft);
  border: 1px solid var(--line);
}

/* Play canvas — StackAI-inspired orchestration in paper/ink */
.play-canvas {
  display: grid; grid-template-columns: 1fr 220px;
  min-height: 280px;
}
@media (max-width: 800px) {
  .play-canvas { grid-template-columns: 1fr; }
}
.play-flow {
  padding: 28px 24px;
  display: flex; flex-wrap: wrap; align-items: center; gap: 10px;
  background: #fff;
}
.play-node {
  border: 1px solid var(--line); border-radius: 12px;
  padding: 14px 16px; background: var(--bg-soft);
  min-width: 108px;
}
.play-node.active {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px var(--blue-soft);
  background: #fff;
}
.play-node .k { font-size: .65rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-faint); }
.play-node h4 { font-size: .88rem; font-weight: 650; letter-spacing: -0.02em; margin-top: 4px; }
.play-node p { font-size: .75rem; color: var(--ink-soft); margin-top: 2px; }
.play-arrow {
  color: var(--ink-faint); font-size: .9rem; font-weight: 600;
}
.play-side {
  padding: 20px; border-left: 1px solid var(--line);
  background: var(--bg-soft);
}
@media (max-width: 800px) {
  .play-side { border-left: none; border-top: 1px solid var(--line); }
}
.play-side h4 {
  font-size: .72rem; font-weight: 600; letter-spacing: .08em;
  text-transform: uppercase; color: var(--ink-faint); margin-bottom: 12px;
}
.play-side ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.play-side li {
  font-size: .82rem; padding: 10px 12px;
  background: #fff; border: 1px solid var(--line); border-radius: 10px;
}

/* AI chat deep — Steep pattern */
.ai-band { padding: 100px 0 60px; }
.ai-grid {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 0;
  border: 1px solid var(--line); border-radius: 16px;
  overflow: hidden; box-shadow: var(--shadow); background: #fff;
}
@media (max-width: 800px) {
  .ai-grid { grid-template-columns: 1fr; }
}
.chat-panel { padding: 24px; border-right: 1px solid var(--line); background: var(--bg-soft); }
@media (max-width: 800px) {
  .chat-panel { border-right: none; border-bottom: 1px solid var(--line); }
}
.chat-msg {
  margin-bottom: 14px; max-width: 95%;
}
.chat-msg.user { margin-left: auto; }
.chat-msg .bubble {
  display: inline-block; padding: 12px 14px; border-radius: 12px;
  font-size: .88rem; line-height: 1.45;
}
.chat-msg.user .bubble {
  background: var(--ink); color: var(--on-ink);
  border-radius: 12px 12px 4px 12px;
}
.chat-msg.bot .bubble {
  background: #fff; border: 1px solid var(--line);
  border-radius: 12px 12px 12px 4px; color: var(--ink-soft);
}
.chat-msg .who {
  font-size: .68rem; font-weight: 600; letter-spacing: .04em;
  text-transform: uppercase; color: var(--ink-faint); margin-bottom: 6px;
}
.plan-panel { padding: 24px; }
.plan-panel .path-card:last-child { margin-bottom: 0; }

/* URL proof — Navattic */
.url-proof {
  padding: 80px 0;
  text-align: center;
}
.url-proof h2 {
  font-size: clamp(1.75rem, 3.5vw, 2.25rem);
  font-weight: 700; letter-spacing: -0.04em; line-height: 1.15;
  max-width: 18ch; margin: 0 auto 12px;
}
.url-proof .lede {
  color: var(--ink-soft); max-width: 28rem; margin: 0 auto 32px;
  font-size: 1.02rem;
}
.url-box {
  max-width: 560px; margin: 0 auto;
  display: flex; gap: 8px; padding: 8px;
  border: 1px solid var(--line); border-radius: 14px;
  background: #fff; box-shadow: var(--shadow-sm);
}
.url-box input {
  flex: 1; border: none; outline: none; font: inherit;
  font-size: .95rem; padding: 10px 12px; color: var(--ink);
  min-width: 0; background: transparent;
}
.url-box input::placeholder { color: var(--ink-faint); }
.url-result {
  max-width: 560px; margin: 20px auto 0;
  text-align: left; border: 1px solid var(--line);
  border-radius: 14px; background: var(--bg-soft);
  padding: 18px 20px;
  display: none;
}
.url-result.show { display: block; animation: stageIn .5s var(--ease); }
.url-result h4 {
  font-size: .8rem; font-weight: 600; letter-spacing: .06em;
  text-transform: uppercase; color: var(--ink-faint); margin-bottom: 12px;
}
.url-result ol {
  list-style: none; counter-reset: s;
  display: flex; flex-direction: column; gap: 8px;
}
.url-result li {
  counter-increment: s;
  font-size: .9rem; padding: 10px 12px;
  background: #fff; border: 1px solid var(--line); border-radius: 10px;
  display: flex; gap: 12px; align-items: center;
}
.url-result li::before {
  content: counter(s, decimal-leading-zero);
  font-size: .72rem; font-weight: 650; color: var(--blue);
  letter-spacing: -0.02em;
}
.url-result .after {
  margin-top: 16px; display: flex; flex-wrap: wrap; gap: 10px; align-items: center;
}

/* Quote — Steep */
.quote {
  padding: 80px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--bg-soft);
}
.quote blockquote {
  max-width: 720px; margin: 0 auto;
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  font-weight: 600; letter-spacing: -0.03em; line-height: 1.3;
  text-align: center;
}
.quote footer {
  margin-top: 24px; text-align: center;
  font-size: .9rem; color: var(--ink-soft);
}
.quote footer strong { color: var(--ink); font-weight: 600; }

/* Honesty — Attio */
.honesty {
  padding: 100px 0;
  text-align: center;
}
.honesty h2 {
  font-size: clamp(1.9rem, 4vw, 2.6rem);
  font-weight: 700; letter-spacing: -0.04em; line-height: 1.12;
}
.honesty > p {
  margin: 14px auto 0; max-width: 28rem;
  color: var(--ink-soft); font-size: 1.05rem;
}
.honesty-pair {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
  max-width: 720px; margin: 40px auto 0; text-align: left;
}
@media (max-width: 600px) {
  .honesty-pair { grid-template-columns: 1fr; }
}
.honesty-card {
  border: 1px solid var(--line); border-radius: 14px;
  padding: 24px; background: #fff;
}
.honesty-card h3 {
  font-size: 1rem; font-weight: 650; letter-spacing: -0.02em;
  margin-bottom: 8px;
}
.honesty-card p { font-size: .9rem; color: var(--ink-soft); margin: 0; }

/* Close — Attio dark */
.close {
  margin: 20px auto 80px;
  background: var(--dark); color: var(--dark-ink);
  border-radius: 24px; padding: 72px 32px;
  text-align: center;
}
.close h2 {
  font-size: clamp(1.85rem, 4vw, 2.6rem);
  font-weight: 700; letter-spacing: -0.04em; line-height: 1.1;
  margin-bottom: 12px;
}
.close p {
  color: var(--dark-muted); max-width: 28rem; margin: 0 auto 28px;
  font-size: 1.02rem;
}
.close .hero-ctas { margin-top: 0; }

/* ── Product page spine ── */
.spine {
  padding: 40px 0 60px;
}
.spine-row {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px;
}
@media (max-width: 900px) {
  .spine-row { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .spine-row { grid-template-columns: 1fr; }
}
.spine-step {
  border: 1px solid var(--line); border-radius: 14px;
  padding: 18px 16px; background: #fff;
  text-align: left;
}
.spine-step .n {
  font-size: .7rem; font-weight: 700; letter-spacing: .08em;
  color: var(--ink-faint); margin-bottom: 8px;
}
.spine-step h3 {
  font-size: .95rem; font-weight: 650; letter-spacing: -0.02em;
  margin-bottom: 6px;
}
.spine-step p { font-size: .8rem; color: var(--ink-soft); line-height: 1.45; }

/* ── Forms — M3 outlined text fields, Krest tokens ── */
.form-card {
  border: 1px solid var(--line); border-radius: 16px;
  padding: 28px; background: #fff; box-shadow: var(--shadow-sm);
  max-width: 480px;
}
.form-card.wide { max-width: 560px; }
.field {
  margin: 0 0 20px;
}
.field-box { position: relative; }
.field input,
.field select,
.field textarea {
  display: block;
  width: 100%;
  min-height: 56px;
  margin: 0;
  padding: 16px 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  color: var(--ink);
  outline: none;
  transition: border-color .15s var(--ease), box-shadow .15s var(--ease);
}
.field textarea {
  min-height: 140px;
  padding-top: 20px;
  resize: vertical;
}
.field select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 40px;
  line-height: 1.25;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%230A0A0A' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'><path d='M4 6l4 4 4-4'/></svg>");
  background-repeat: no-repeat;
  background-position: right 14px center;
  cursor: pointer;
}
.field label {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 4px;
  background: #fff;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1;
  color: var(--ink-faint);
  pointer-events: none;
  transform-origin: left center;
  transition: top .15s var(--ease), transform .15s var(--ease), color .15s var(--ease);
}
.field:has(textarea) label { top: 20px; transform: none; }
.field input::placeholder,
.field textarea::placeholder { color: transparent; }
.field input:focus::placeholder,
.field textarea:focus::placeholder { color: var(--ink-faint); }
.field input:hover,
.field select:hover,
.field textarea:hover { border-color: var(--ink-soft); }
.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--blue);
  border-width: 2px;
  padding: 15px 15px;
  box-shadow: none;
}
.field:has(textarea) textarea:focus { padding-top: 19px; }
.field:focus-within label,
.field:has(input:not(:placeholder-shown)) label,
.field:has(textarea:not(:placeholder-shown)) label,
.field:has(select option:checked:not([value=""])) label {
  top: 0;
  transform: translateY(-50%) scale(0.78);
  color: var(--ink-soft);
  font-weight: 600;
}
.field:focus-within label { color: var(--blue); }
.field-support {
  display: block;
  margin: 4px 16px 0;
  font-size: .75rem;
  line-height: 1.35;
  color: var(--ink-faint);
}
.field-error-msg { display: none; }
.field.is-invalid input,
.field.is-invalid select,
.field.is-invalid textarea {
  border-color: #991B1B;
}
.field.is-invalid label { color: #991B1B; }
.field.is-invalid .field-support { display: none; }
.field.is-invalid .field-error-msg {
  display: block;
  color: #991B1B;
}
.form-note {
  font-size: .82rem; color: var(--ink-faint); margin-top: 12px;
}
.form-error {
  font-size: .88rem;
  color: #991B1B;
  background: #FEE2E2;
  border: 1px solid #FECACA;
  border-radius: 10px;
  padding: 10px 12px;
  margin-bottom: 14px;
  line-height: 1.45;
}
.form-error[hidden] { display: none !important; }
.form-error .hint { color: #7f1d1d; opacity: .85; font-size: .8rem; }
.form-success {
  display: none;
  border: 1px solid var(--line); border-radius: 16px;
  padding: 32px; background: var(--bg-soft); max-width: 480px;
}
.form-success.show { display: block; }
.form-success h3 {
  font-size: 1.25rem; font-weight: 700; letter-spacing: -0.03em;
  margin-bottom: 8px;
}
.form-success p { color: var(--ink-soft); margin-bottom: 20px; }
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }

.bullets {
  list-style: none; display: flex; flex-direction: column; gap: 12px;
  margin-top: 28px; max-width: 400px;
}
.bullets li {
  display: grid; grid-template-columns: 20px 1fr; gap: 10px;
  font-size: .95rem; color: var(--ink-soft);
}
.bullets li::before {
  content: ""; width: 8px; height: 8px; border-radius: 50%;
  background: var(--ink); margin-top: 7px;
}

.split-page {
  display: grid; grid-template-columns: 1fr 1fr; gap: 48px;
  align-items: start; padding-bottom: 80px;
}
@media (max-width: 800px) {
  .split-page { grid-template-columns: 1fr; gap: 32px; }
}

/* About */
.about-prose {
  max-width: 640px;
  font-size: 1.08rem; color: var(--ink-soft); line-height: 1.65;
}
.about-prose p { margin-bottom: 1.1em; }
.about-prose strong { color: var(--ink); font-weight: 600; }

/* ── Attio /redefine manifesto: word-by-word scroll (blur + soft rise) ── */
.manifesto {
  max-width: 40rem;
  margin: 0 auto;
  padding: 8vh 0 16vh;
}
.manifesto-dict {
  min-height: calc(62vh - 80px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 8vh;
  padding-top: 4vh;
}
.manifesto-dict .dict-term {
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-bottom: 10px;
}
.manifesto-dict .dict-abbr {
  font-size: .9rem;
  color: var(--ink-faint);
  font-weight: 500;
  margin-bottom: 22px;
}
.manifesto-dict .dict-def {
  font-size: clamp(2.15rem, 5.2vw, 3.15rem);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.08;
  color: var(--ink);
  text-wrap: balance;
}

/* Attio sections leave vertical room for the scrub */
.manifesto-block {
  min-height: calc(52vh - 40px);
  margin-bottom: 6vh;
  padding: 1.5vh 0 8vh;
}
.manifesto-block-end {
  min-height: auto;
  padding-bottom: 4vh;
  margin-bottom: 0;
}

.manifesto h2 {
  font-size: clamp(1.5rem, 3vw, 1.9rem);
  font-weight: 650;
  letter-spacing: -0.035em;
  line-height: 1.28;
  margin-bottom: 1.6rem;
  color: var(--ink);
  text-wrap: balance;
}

.manifesto p {
  font-size: clamp(1.1rem, 2.1vw, 1.28rem);
  line-height: 1.65;
  color: var(--ink-soft);
  margin-bottom: 1.15rem;
  text-wrap: pretty;
}
.manifesto p:last-child { margin-bottom: 0; }

.manifesto .lead-line {
  font-size: clamp(1.18rem, 2.3vw, 1.4rem);
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -0.025em;
  line-height: 1.4;
  margin-top: .35rem;
}

/*
 * Per-word units — Attio redefine:
 * inactive: opacity ~0.1, soft blur, slight translateY (come-in)
 * active: opacity 1, no blur, translateY(0)
 */
.mw {
  /* inline-block so transform/filter work; spaces are sibling text nodes (not inside) */
  display: inline-block;
  margin: 0;
  padding: 0;
  will-change: opacity, filter, transform;
  opacity: 0.1;
  filter: blur(2px);
  transform: translate3d(0, 10px, 0);
}
.mw-em {
  font-style: italic;
  font-weight: 650;
  color: var(--ink);
}
.mw-num {
  margin: 0;
  padding: 0;
}
.manifesto:not(.is-ready) .mw {
  opacity: 1;
  filter: none;
  transform: none;
}

/* Soft edge vignette while manifesto is on stage */
.manifesto-stage {
  position: relative;
}
.manifesto-stage::before,
.manifesto-stage::after {
  content: "";
  pointer-events: none;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 5;
  height: 12vh;
  opacity: 0;
  transition: opacity .45s var(--ease);
}
.manifesto-stage.is-inview::before,
.manifesto-stage.is-inview::after {
  opacity: 1;
}
.manifesto-stage::before {
  top: 0;
  height: 14vh;
  background: linear-gradient(to bottom, var(--bg) 15%, rgba(255,255,255,0) 100%);
}
.manifesto-stage::after {
  bottom: 0;
  height: 12vh;
  background: linear-gradient(to top, var(--bg) 10%, rgba(255,255,255,0) 100%);
}

.manifesto-means {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-top: 28px;
}
.manifesto-means li {
  display: grid;
  grid-template-columns: 2rem 1fr;
  gap: 10px 14px;
  align-items: start;
}
.manifesto-means .n {
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ink);
  padding-top: 6px;
  line-height: 1.4;
}
.manifesto-means .means-title {
  font-size: clamp(1.12rem, 2.1vw, 1.3rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-bottom: 6px;
  line-height: 1.35;
}
.manifesto-means .means-body {
  font-size: 1.02rem;
  color: var(--ink-faint);
  line-height: 1.55;
  margin: 0;
  max-width: 32rem;
}

@media (prefers-reduced-motion: reduce) {
  .mw {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
  }
  .manifesto-stage::before,
  .manifesto-stage::after {
    display: none;
  }
}
@media (max-width: 800px) {
  .manifesto { padding: 28px 0 56px; }
  .manifesto-dict { min-height: 0; margin-bottom: 28px; padding-top: 0; }
  .manifesto-block { min-height: 0; margin-bottom: 24px; padding: 0 0 20px; }
  .manifesto-stage::before,
  .manifesto-stage::after { display: none; }
  .mw {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
  }
}

.founder-card {
  border: 1px solid var(--line); border-radius: 16px;
  padding: 28px; background: var(--bg-soft); margin: 40px auto 0;
  max-width: 42rem;
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 28px;
  align-items: start;
}
@media (max-width: 600px) {
  .founder-card {
    grid-template-columns: 1fr;
    justify-items: start;
  }
}
.founder-photo {
  width: 140px;
  height: 140px;
  border-radius: 16px;
  object-fit: cover;
  object-position: center 20%;
  border: 1px solid var(--line);
  background: var(--chip);
  box-shadow: var(--shadow-sm);
}
.founder-card-body { min-width: 0; }
.founder-card .role {
  font-size: .8rem; font-weight: 600; letter-spacing: .06em;
  text-transform: uppercase; color: var(--ink-faint); margin-bottom: 8px;
}
.founder-card h3 {
  font-size: 1.25rem; font-weight: 700; letter-spacing: -0.03em;
  margin-bottom: 12px;
}

/* Blog — Navattic catalog + reading chrome. Covers stay OG-only (social). */
.blog-hero {
  text-align: center;
  padding: 88px 0 56px;
}
.blog-hero h1 {
  font-size: clamp(2.15rem, 6vw, 4.05rem);
  font-weight: 700; letter-spacing: -0.05em; line-height: 1.04;
  max-width: 20ch; margin: 0 auto;
}
.blog-hero .hero-sub {
  margin-top: 18px;
  max-width: 36rem;
}
.blog-toolbar {
  display: flex; flex-wrap: wrap; align-items: center;
  justify-content: space-between; gap: 12px 20px;
  border-bottom: 1px solid var(--line);
  margin: 0 0 8px;
}
.blog-filters {
  display: flex; flex-wrap: wrap; gap: 2px;
  margin: 0;
}
.blog-filters a {
  display: inline-flex; align-items: center;
  padding: 14px 12px 12px;
  border: 0; border-bottom: 2px solid transparent;
  border-radius: 0; background: transparent;
  font-size: .9rem; font-weight: 500;
  text-decoration: none; color: var(--ink-soft);
}
.blog-filters a:hover { color: var(--ink); }
.blog-filters a.is-on {
  color: var(--ink); border-bottom-color: var(--ink); background: transparent;
}
.blog-search {
  position: relative; margin-left: auto;
}
.blog-search input {
  width: min(220px, 100%);
  height: 36px;
  border: 1px solid var(--line); border-radius: 8px;
  padding: 0 12px 0 34px;
  background: #fff; color: var(--ink);
  -webkit-appearance: none; appearance: none;
}
.blog-search input:focus {
  outline: none; border-color: var(--blue);
  box-shadow: 0 0 0 3px var(--blue-soft);
}
.blog-search::before {
  content: "";
  position: absolute; left: 12px; top: 50%;
  width: 12px; height: 12px;
  border: 1.5px solid var(--ink-faint); border-radius: 50%;
  transform: translateY(-60%);
  pointer-events: none;
}
.blog-search::after {
  content: "";
  position: absolute; left: 22px; top: 58%;
  width: 6px; height: 1.5px;
  background: var(--ink-faint);
  transform: rotate(45deg);
  pointer-events: none;
}
.blog-chip {
  display: inline-block;
  align-self: flex-start;
  width: fit-content;
  font-size: .7rem; font-weight: 600;
  letter-spacing: .08em; text-transform: uppercase;
  padding: 4px 8px; border-radius: 6px;
  background: var(--chip); color: var(--ink-soft);
}
.blog-more, a.blog-more {
  display: inline-flex; align-items: center; gap: 4px;
  align-self: flex-start;
  margin-top: 18px; font-size: .88rem; font-weight: 600;
  color: var(--ink); text-decoration: none;
  border: 1px solid var(--line); border-radius: 10px;
  padding: 8px 14px; background: #fff;
}
a.blog-more:hover, .blog-card:hover .blog-more {
  border-color: var(--ink-faint); color: var(--ink);
}
.blog-featured {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 1.05fr);
  gap: 0;
  align-items: stretch;
  margin: 8px 0 8px;
  border-bottom: 1px solid var(--line);
}
.blog-featured-copy { padding: 36px 40px 40px 0; }
.blog-featured-copy h2 {
  font-size: clamp(1.7rem, 3.2vw, 2.35rem);
  font-weight: 700; letter-spacing: -0.04em; line-height: 1.12;
  margin: 14px 0 12px; max-width: 18ch;
}
.blog-featured-copy h2 a { text-decoration: none; }
.blog-featured-media {
  display: flex; align-items: center; justify-content: center;
  padding: 28px 24px;
  background: linear-gradient(180deg, #f4f4f2 0%, #fafaf9 100%);
  text-decoration: none;
}
.blog-featured-media .viz-window {
  width: 100%; max-width: 360px;
  box-shadow: var(--shadow-sm);
}
.blog-featured-media .check { padding: 14px; gap: 8px; }
.blog-featured-media .check li {
  min-height: 40px; font-size: .9rem; padding: 8px 10px;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin: 28px 0 72px;
}
.blog-card[hidden], .blog-featured[hidden] { display: none !important; }
.blog-card {
  display: flex; flex-direction: column;
  text-decoration: none;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  padding: 22px 22px 24px;
  transition: border-color .2s var(--ease), box-shadow .2s var(--ease);
}
.blog-card:hover {
  border-color: #d9d6d3;
  box-shadow: var(--shadow-sm);
}
.blog-card h2 {
  font-size: 1.15rem; font-weight: 700; letter-spacing: -0.03em;
  line-height: 1.25; margin: 12px 0 8px;
  overflow-wrap: break-word;
}
.blog-card-meta, .blog-featured .blog-card-meta {
  font-size: .82rem; color: var(--ink-faint); font-weight: 500;
}
.blog-card-excerpt {
  margin-top: 10px; font-size: .92rem; color: var(--ink-soft);
  line-height: 1.5;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-list {
  display: flex; flex-direction: column; gap: 0;
  border-top: 1px solid var(--line);
  margin-bottom: 80px;
}
.blog-item {
  display: block; text-decoration: none;
  padding: 28px 0; border-bottom: 1px solid var(--line);
}
.blog-item h2 {
  font-size: 1.25rem; font-weight: 700; letter-spacing: -0.03em;
  margin-bottom: 8px;
}
.blog-item p { font-size: .95rem; color: var(--ink-soft); max-width: 40rem; }
.blog-empty, .blog-empty-filter { padding: 48px 0 80px; color: var(--ink-soft); }
.cta-split {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 0; margin: 8px 0 72px;
  border: 1px solid var(--line); border-radius: 20px;
  background: var(--bg-soft); overflow: hidden;
}
.cta-split > div { padding: 40px 36px; }
.cta-split > div + div { border-left: 1px solid var(--line); }
.cta-split h2 {
  font-size: 1.45rem; font-weight: 650; letter-spacing: -0.03em;
  margin-bottom: 8px;
}
.cta-split p { color: var(--ink-soft); margin-bottom: 20px; max-width: 28ch; }
.crumbs {
  display: flex; flex-wrap: wrap; align-items: center; gap: 8px;
  font-size: .82rem; color: var(--ink-faint); margin-bottom: 20px;
}
.crumbs a { color: var(--blue); text-decoration: none; }
.crumbs a:hover { text-decoration: underline; }
.article { padding: 56px 0 0; }
.article-head { max-width: 46rem; margin: 0 auto; text-align: center; padding-bottom: 40px; }
.article-head .crumbs { justify-content: center; }
.article-head h1 {
  font-size: clamp(1.85rem, 5vw, 3.35rem);
  font-weight: 700; letter-spacing: -0.05em; line-height: 1.06;
  margin: 8px 0 22px;
  overflow-wrap: break-word;
}
.article-byline {
  margin-top: 10px; font-size: .88rem; color: var(--ink-faint);
}
.article-lede {
  font-size: 1.05rem; line-height: 1.65; color: var(--ink);
  margin: 0 0 22px;
}
.article-meta { font-size: .9rem; color: var(--ink-soft); }
.article-meta a { color: var(--ink); text-decoration: none; font-weight: 550; }
.article-meta a:hover { color: var(--blue); }
.article-stage {
  background-color: transparent;
  background-image: none;
  padding: 28px 0 80px;
}
.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 18px;
  align-items: start;
}
.article-main {
  grid-column: 1; grid-row: 1;
  min-width: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 40px 44px 48px;
}
.article-rail {
  grid-column: 2; grid-row: 1;
  position: sticky; top: 88px;
  display: flex; flex-direction: column; gap: 12px;
}
.share-bar, .toc, .rail-cta {
  border: 1px solid var(--line); border-radius: 12px;
  padding: 12px 14px; background: #fff;
}
.share-bar { display: flex; flex-wrap: nowrap; gap: 2px; align-items: center; }
.share-bar button, .share-bar a {
  display: inline-flex; align-items: center; justify-content: center;
  height: 32px; padding: 0 7px; border-radius: 8px;
  border: 0; background: transparent;
  font-size: .76rem; font-weight: 550; color: var(--ink);
  text-decoration: none; cursor: pointer; white-space: nowrap;
}
.share-bar button:hover, .share-bar a:hover { background: var(--bg-soft); }
.rail-cta p { font-size: .88rem; color: var(--ink-soft); margin: 6px 0 14px; }
.rail-cta h2 {
  font-size: 1rem; font-weight: 650; letter-spacing: -0.02em; margin: 0;
}
.rail-cta .btn { width: 100%; justify-content: center; }
.rail-cta .btn-link-blue { display: inline-block; margin-top: 10px; font-size: .86rem; }
.article-prose { overflow-wrap: break-word; }
.article-prose h2, .article-faq h2, .related h2 {
  font-size: 1.2rem; font-weight: 650; letter-spacing: -0.03em;
  margin: 32px 0 10px; color: var(--ink);
}
.article-prose h3 {
  font-size: 1.02rem; font-weight: 650; letter-spacing: -0.02em;
  margin: 22px 0 8px; color: var(--ink);
}
.article-prose p {
  font-size: 1.02rem; line-height: 1.65; color: var(--ink-soft);
  margin-bottom: 14px;
}
.article-prose ul, .article-prose ol {
  margin: 0 0 16px 1.2rem; color: var(--ink-soft); font-size: 1.02rem;
  line-height: 1.6;
}
.article-prose li { margin-bottom: 6px; }
.article-prose a { color: var(--blue); }
.article-prose table {
  width: 100%; border-collapse: collapse; margin: 8px 0 20px;
  font-size: .92rem;
  display: block; overflow-x: auto; -webkit-overflow-scrolling: touch;
}
.article-prose th, .article-prose td {
  text-align: left; padding: 10px 12px; border-bottom: 1px solid var(--line);
  vertical-align: top;
}
.article-prose th { font-size: .78rem; letter-spacing: .04em; text-transform: uppercase; color: var(--ink-faint); }
.article-prose blockquote {
  margin: 16px 0; padding: 4px 0 4px 16px; border-left: 2px solid var(--ink);
}
.article-howto, .related { margin-top: 40px; padding-top: 8px; border-top: 1px solid var(--line); }

/* FAQ — visible Q&A, never accordion */
.faq {
  padding: 88px 0 72px;
  text-align: left;
}
.faq > h2 {
  font-size: clamp(1.7rem, 3.4vw, 2.2rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.15;
  margin: 0 0 8px;
  max-width: 16ch;
}
.faq-list { max-width: 40rem; margin-top: 20px; }
.article-faq {
  margin-top: 40px;
  padding-top: 8px;
  border-top: 1px solid var(--line);
}
.article-faq .faq-list { margin-top: 12px; }
.faq-item {
  padding: 22px 0 24px;
  border-top: 1px solid var(--line);
}
.faq-item:last-child { padding-bottom: 2px; }
.faq-item h3 {
  font-size: 1.12rem;
  font-weight: 650;
  letter-spacing: -0.025em;
  line-height: 1.3;
  margin: 0 0 8px;
  color: var(--ink);
}
.faq-item p {
  margin: 0;
  max-width: 38rem;
  font-size: 1.02rem;
  line-height: 1.62;
  color: var(--ink-soft);
}
.article-howto h2 {
  font-size: 1.2rem; font-weight: 650; letter-spacing: -0.03em;
  margin: 0 0 10px; color: var(--ink);
}
.article-howto ol {
  margin: 0 0 8px 1.2rem; color: var(--ink-soft); font-size: 1.02rem;
  line-height: 1.6;
}
.article-howto li { margin-bottom: 6px; }
.related ul { list-style: none; margin: 10px 0 0; padding: 0; }
.related li { padding: 10px 0; border-bottom: 1px solid var(--line); }
.related a { color: var(--ink); font-weight: 600; text-decoration: none; }
.related a:hover { color: var(--blue); }
.article-trust {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  margin-bottom: 4px;
}
.author-chip {
  width: 36px; height: 36px; border-radius: 50%;
  object-fit: cover; border: 1px solid var(--line);
}
.takeaways, .toc {
  border: 1px solid var(--line); border-radius: 12px;
  padding: 16px 20px; margin: 0 0 20px; background: var(--bg-soft);
}
.toc { margin: 0; background: #fff; }
.takeaways h2, .toc-label {
  font-size: .72rem; letter-spacing: .08em; text-transform: uppercase;
  color: var(--ink-faint); margin: 0 0 10px; font-weight: 600;
}
.takeaways ul, .toc ol { margin: 0; padding-left: 1.15rem; color: var(--ink); }
.takeaways li, .toc li { margin-bottom: 6px; font-size: .95rem; }
.toc ol { list-style: none; padding-left: 0; }
.toc a {
  color: var(--ink); text-decoration: none; font-size: .84rem;
  display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;
  overflow: hidden;
}
.toc a:hover { color: var(--blue); }
@media (max-width: 900px) {
  .blog-hero { padding: 56px 0 32px; }
  .blog-featured { grid-template-columns: 1fr; }
  .blog-featured-copy { padding: 24px 0; }
  .blog-featured-media { min-height: 180px; padding: 20px 12px; }
  .blog-grid { grid-template-columns: 1fr; }
  .blog-toolbar { align-items: stretch; }
  .blog-search { width: 100%; margin-left: 0; padding-bottom: 12px; }
  .blog-search input { width: 100%; min-height: 44px; font-size: 16px; }
  .cta-split { grid-template-columns: 1fr; }
  .cta-split > div { padding: 28px 24px; }
  .cta-split > div + div { border-left: 0; border-top: 1px solid var(--line); }
  .article-layout { grid-template-columns: 1fr; }
  .article-main, .article-rail { grid-column: auto; grid-row: auto; }
  .article-main { padding: 24px 20px 32px; }
  .article-rail { position: static; margin-top: 16px; }
  .article-rail .rail-cta { display: none; }
  .share-bar { flex-wrap: wrap; }
  .share-bar button, .share-bar a { min-height: 44px; padding: 0 10px; }
  .article-head .crumbs > span:last-child,
  .article-head .crumbs > span[aria-hidden]:nth-last-child(2) { display: none; }
}
.dl-term { margin: 0 0 22px; }
.dl-term dt {
  font-size: 1.05rem; font-weight: 650; letter-spacing: -0.02em;
  margin-bottom: 6px;
}
.dl-term dd { margin: 0; color: var(--ink-soft); font-size: 1.02rem; line-height: 1.6; }

/* Legal */
.legal {
  padding: 40px 0 80px;
  max-width: 640px;
  font-size: .95rem; color: var(--ink-soft); line-height: 1.6;
  overflow-wrap: break-word;
}
.legal a, .legal code { overflow-wrap: anywhere; }
.legal h1 {
  font-size: 2rem; font-weight: 700; letter-spacing: -0.04em;
  color: var(--ink); margin-bottom: 8px;
}
.legal .meta { font-size: .85rem; color: var(--ink-faint); margin-bottom: 32px; }
.legal h2 {
  font-size: 1.1rem; font-weight: 650; color: var(--ink);
  margin: 28px 0 10px; letter-spacing: -0.02em;
}
.legal h3 {
  font-size: 1rem; font-weight: 650; color: var(--ink);
  margin: 20px 0 8px; letter-spacing: -0.02em;
}
.legal ul, .legal ol { margin: 0 0 16px 1.2rem; }
.legal li { margin-bottom: 6px; }
.legal code { font-size: .86em; }
.legal table {
  width: 100%; border-collapse: collapse; margin: 8px 0 20px;
  font-size: .88rem;
  display: block; overflow-x: auto; -webkit-overflow-scrolling: touch;
}
.legal thead, .legal tbody {
  display: table;
  width: 100%;
  min-width: 32rem;
}
.legal th, .legal td {
  text-align: left; padding: 8px 10px; border-bottom: 1px solid var(--line);
  vertical-align: top;
}
.legal th { font-size: .72rem; letter-spacing: .04em; text-transform: uppercase; color: var(--ink-faint); }
.legal .part-flag {
  margin: 36px 0 16px; padding: 12px 14px;
  border: 1px solid var(--line); border-radius: 10px;
  background: var(--bg-soft); font-size: .88rem;
}
.legal p { margin-bottom: 12px; }

/* Footer */
.site-footer {
  border-top: 1px solid var(--line);
  padding: 48px 0 40px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 32px;
  margin-bottom: 40px;
}
@media (max-width: 800px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  .footer-grid { grid-template-columns: 1fr; }
}
.footer-brand p {
  margin-top: 12px; font-size: .85rem; color: var(--ink-faint);
  max-width: 22ch; line-height: 1.45;
}
.footer-col h4 {
  font-size: .72rem; font-weight: 600; letter-spacing: .1em;
  text-transform: uppercase; color: var(--ink-faint); margin-bottom: 14px;
}
.footer-col a {
  display: flex; align-items: center; font-size: .9rem; color: var(--ink-soft);
  text-decoration: none; padding: 8px 0; min-height: 40px;
}
.footer-col a:hover { color: var(--blue); }
.footer-bottom {
  display: flex; flex-wrap: wrap; justify-content: space-between;
  gap: 10px 20px; align-items: center;
  padding-top: 24px; border-top: 1px solid var(--line);
  font-size: .72rem; color: #c4c2bf;
}
.footer-legal { display: flex; flex-wrap: wrap; gap: 8px 16px; }
.footer-legal a {
  color: #c4c2bf; text-decoration: none;
  min-height: 44px; display: inline-flex; align-items: center;
}
.footer-legal a:hover { color: var(--ink-faint); }

/* Utility */
.mb-0 { margin-bottom: 0; }
.mt-24 { margin-top: 24px; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); border: 0;
}

/* ── Shared chrome primitives (studio / focus / plan) ── */
.item-focus {
  border: 1px solid var(--blue);
  box-shadow: 0 0 0 3px var(--blue-soft);
  border-radius: 14px;
  background: #fff;
  padding: 16px;
}
.item-focus h4 {
  font-size: .95rem; font-weight: 650; letter-spacing: -0.02em;
  margin-bottom: 10px;
}
.item-focus .check { margin: 0; }
.item-quiet {
  padding: 10px 0;
  border: 0;
  background: transparent;
}
.item-quiet h4 {
  font-size: .86rem; font-weight: 600; letter-spacing: -0.02em; margin-bottom: 2px;
}
.item-quiet p { font-size: .78rem; color: var(--ink-soft); }
.also-rail { margin-top: 16px; padding-top: 12px; border-top: 1px solid var(--line); }
.also-kicker {
  font-size: .68rem; font-weight: 600; letter-spacing: .1em;
  text-transform: uppercase; color: var(--ink-faint); margin-bottom: 6px;
}

.studio {
  display: grid;
  grid-template-columns: 160px 1fr 200px;
  min-height: 280px;
}
.studio:not(:has(.studio-lib)) { grid-template-columns: 160px 1fr; }
.studio-rail {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin: 0;
  padding: 12px 8px;
  background: #fff;
  border-right: 1px solid var(--line);
}
.studio-step {
  min-height: 44px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  min-width: 0;
  font-size: .88rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--ink-soft);
}
.studio-step.is-selected {
  color: var(--ink);
  font-weight: 600;
  background: var(--blue-soft);
}
.studio-body { padding: 20px; background: var(--bg-soft); }
.studio-lib {
  padding: 20px;
  border-left: 1px solid var(--line);
  background: var(--bg-soft);
}
.studio-lib h4 {
  font-size: .72rem; font-weight: 600; letter-spacing: .08em;
  text-transform: uppercase; color: var(--ink-faint); margin-bottom: 12px;
}
.studio-lib ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.studio-lib li {
  font-size: .82rem; padding: 10px 12px;
  background: #fff; border: 1px solid var(--line); border-radius: 10px;
}

.audience-list { list-style: none; margin: 0; padding: 8px; }
.audience-list li {
  min-height: 44px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 10px 12px;
  border-radius: 8px;
}
.audience-list li.is-selected { background: var(--blue-soft); }
.audience-list strong { font-size: .9rem; letter-spacing: -0.02em; }
.audience-list span { font-size: .8rem; color: var(--ink-soft); }
.audience-chips {
  display: flex; flex-wrap: wrap; gap: 8px;
  padding: 8px 20px 20px;
}

.plan-stage {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--shadow);
  overflow: hidden;
  padding-bottom: 56px;
}
.plan-stage .ask-float {
  width: min(460px, calc(100% - 32px));
  bottom: 10px;
}
.plan-doc {
  list-style: none;
  margin: 0;
  padding: 16px 20px 8px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.plan-doc li {
  display: grid;
  grid-template-columns: 5.5rem 1fr;
  gap: 12px;
  align-items: center;
  min-height: 44px;
  padding: 8px 12px;
  border-radius: 10px;
  font-size: .88rem;
}
.plan-doc .plan-when {
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--ink-faint);
}
.plan-doc li.is-selected { background: var(--blue-soft); }
.plan-doc li.is-selected strong { color: var(--ink); }

.tour-chrome, .email-chrome, .hint-chrome {
  padding: 24px;
  background: #fff;
}
.hint-pin {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--bg-soft);
}
.hint-pin .dot-hint {
  width: 10px; height: 10px; border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 4px var(--blue-soft);
  flex-shrink: 0;
}

/* Visual-first hero mocks — as little type as possible */
.viz { padding: 20px; }
.viz-window {
  background: #fff; border: 1px solid var(--line); border-radius: 12px; overflow: hidden;
}
.viz-top {
  height: 32px; border-bottom: 1px solid var(--line);
  display: flex; align-items: center; gap: 6px; padding: 0 12px;
}
.viz-top i { width: 7px; height: 7px; border-radius: 50%; background: var(--line); display: block; }
.viz-skeleton { padding: 16px; display: flex; flex-direction: column; gap: 10px; }
.viz-line {
  height: 8px; border-radius: 99px; background: var(--chip); width: 72%;
}
.viz-line.w2 { width: 48%; }
.viz-line.w3 { width: 88%; }
.viz-btn-fake {
  align-self: flex-start; height: 28px; padding: 0 12px;
  border-radius: 8px; background: var(--ink); color: var(--on-ink);
  font-size: .7rem; font-weight: 600; display: inline-flex; align-items: center;
  position: relative;
}
.viz-hotspot {
  position: absolute; right: -6px; top: -6px;
  width: 12px; height: 12px; border-radius: 50%;
  background: var(--blue); box-shadow: 0 0 0 4px var(--blue-soft);
}
.viz-callout {
  position: absolute; left: 100%; top: -8px; margin-left: 14px;
  background: #fff; border: 1px solid var(--line); border-radius: 10px;
  padding: 8px 10px; font-size: .72rem; font-weight: 600; white-space: nowrap;
  box-shadow: var(--shadow-sm);
}
.viz-mail { padding: 18px 20px; }
.viz-mail .from {
  height: 8px; width: 36%; background: var(--chip); border-radius: 99px; margin-bottom: 14px;
}
.viz-mail strong { display: block; font-size: .88rem; margin-bottom: 8px; letter-spacing: -0.02em; }
.viz-mail p { font-size: .8rem; color: var(--ink-soft); }
.viz-mail mark {
  background: var(--blue-soft); color: var(--blue);
  padding: 0 3px; border-radius: 3px; font-weight: 500;
}
.viz-check { padding: 16px; }
.viz-check .check { margin: 0; }
.viz-check .check li { min-height: 40px; padding: 8px 10px; }
.viz-seg { padding: 8px; }
.viz-seg .audience-list li span { display: none; }

@media (max-width: 860px) {
  .hero { padding: 40px 0 32px; }
  .hero-ctas {
    flex-direction: column;
    align-items: stretch;
  }
  .hero-ctas .btn { width: 100%; min-height: 48px; }

  .stage-canvas { padding: 12px 12px 36px; border-radius: 16px; }
  .stage-app { min-height: 0; }
  .stage-rail { width: 40px; }
  .stage-rail-mark { width: 28px; height: 16px; }
  .stage-rail-brand span { display: none; }
  .stage-panels {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
  }
  .stage-card.journey {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0 2px 4px;
    min-height: 0;
    max-height: 64px;
    overflow: visible;
  }
  .journey { flex-direction: row; flex-wrap: wrap; align-items: flex-start; gap: 0; }
  .journey-label {
    flex: 0 0 100%;
    font-size: .62rem;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--ink-faint);
    margin: 0 0 6px;
    white-space: nowrap;
  }
  .journey-label-full { display: none; }
  .journey-label-compact { display: inline; }
  .journey-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    padding: 2px 1px 0;
    background: transparent;
    grid-template-columns: none;
  }
  .journey-step p { display: none; }
  .journey-step h4 {
    visibility: hidden;
    position: relative;
    height: 1.15em;
    margin-top: 6px;
    font-size: .62rem;
    line-height: 1.15;
    overflow: hidden;
  }
  .journey-step h4::after {
    content: attr(data-short);
    visibility: visible;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    font-size: .62rem;
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: var(--ink-faint);
    text-align: center;
    white-space: nowrap;
  }
  .journey-step.active h4::after { color: var(--ink); font-weight: 600; }
  .journey-step:not(:last-child)::before {
    left: calc(50% + 7px);
    right: calc(-50% + 7px);
    top: 8px;
    bottom: auto;
    width: auto;
    height: 1px;
    background: var(--line);
  }
  .journey-dot { width: 10px; height: 10px; }
  .journey-step.done .journey-dot::after { display: none; }
  .journey-step.active { background: transparent; }
  .journey-step.active .journey-dot { box-shadow: none; }
  .journey-step.pending { opacity: .45; }
  .check li { padding: 8px 10px; min-height: 44px; }
  .draft p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

@media (max-width: 800px) {
  .studio { grid-template-columns: 1fr; }
  .studio-rail { border-right: 0; border-bottom: 1px solid var(--line); }
  .studio-lib { border-left: 0; border-top: 1px solid var(--line); }
  .studio-lib ul { flex-direction: row; flex-wrap: wrap; }
  .studio-lib li { padding: 8px 10px; }
  .plan-doc li { grid-template-columns: 5rem 1fr; }
  .plan-doc li span:last-child { grid-column: 2; font-size: .75rem; color: var(--ink-soft); }
  .audience-list li { grid-template-columns: 1fr; gap: 2px; }
  .stage-rail { display: none; }
}

@media (max-width: 480px) {
  .stage-rail { display: none; }
  .wrap, .wrap-sm, .wrap-md { width: min(1120px, calc(100% - 32px)); }
  .form-card, .form-success { padding: 20px; }
  .pair-src { flex-direction: column; }
  .pair-src .form-field:nth-child(3) { display: block; }
  .close { padding: 48px 20px; border-radius: 16px; }
  .band-mid { padding: 64px 16px; }
  .deep { padding: 72px 0 48px; }
  .pillars { padding-left: 0; padding-right: 0; }
  .hero h1 { font-size: 2.2rem; }
  .hero.hero-split { padding: 40px 0 36px; }
  .feat-hero h1 { font-size: 2rem; }
  .legal h1 { font-size: 1.75rem; }
  .cta-split > div { padding: 24px 20px; }
  .deep-head h2 em,
  .deep-head h2 .eq-term { white-space: normal; }
  .field input,
  .field select,
  .field input,
  .field select,
  .field textarea { font-size: 16px; }
  .form-card .btn { width: 100%; min-height: 48px; }
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }
  .footer-col a { min-height: 44px; padding: 10px 0; }
}

/* ── Feature landings (Attio claim + PF conversion journey) ── */
.feat-hero { padding: 72px 0 64px; text-align: left; }
.feat-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 1.15fr);
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}
.feat-hero-copy { min-width: 0; }
.feat-hero-visual { min-width: 0; }
.feat-hero-visual .deep-ui { margin: 0; }
.feat-hero-visual .caption { margin-top: 12px; }
.feat-hero h1 {
  font-size: clamp(2.15rem, 4.4vw, 3.35rem);
  font-weight: 700; letter-spacing: -0.045em; line-height: 1.04;
  max-width: 12ch;
}
.feat-hero h1 em { font-style: italic; font-weight: 600; }
.feat-hero .hero-sub { margin-left: 0; max-width: 34rem; }
@media (max-width: 900px) {
  .feat-hero-grid { grid-template-columns: 1fr; }
  .feat-hero { padding: 56px 0 40px; }
}
.trust-micro {
  margin-top: 20px;
  font-size: .92rem;
  color: var(--ink-faint);
  max-width: 36rem;
}
.problem-head { padding: 88px 0 0; max-width: 40rem; }
.problem-head h2 {
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  letter-spacing: -0.04em; line-height: 1.1; margin-bottom: 14px;
}
.feat-mech { text-align: left; padding-top: 96px; }
.feat-mech h2 { margin-left: 0; max-width: 20ch; }
.feat-mech > .lede { margin-left: 0; }
.next-three { border-top: 1px solid var(--line); grid-template-columns: repeat(3, 1fr); }
.next-three .hub-card:nth-child(odd),
.next-three .hub-card:nth-child(even) {
  padding: 28px 24px 28px 0;
  border-right: 1px solid var(--line);
}
.next-three .hub-card:last-child { border-right: 0; }
@media (max-width: 800px) {
  .next-three { grid-template-columns: 1fr; }
}
.feat-stage { padding-bottom: 72px; }
.feat-claim { padding: 96px 0; max-width: 40rem; }
.feat-claim h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: -0.04em; line-height: 1.08; margin-bottom: 16px;
}
.vs-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 64px;
  padding: 88px 0;
}
.vs-list { list-style: none; display: flex; flex-direction: column; gap: 14px; margin-top: 16px; }
.vs-list li {
  font-size: 1.05rem; letter-spacing: -0.02em; line-height: 1.4;
  padding-left: 18px; position: relative;
}
.vs-list li::before {
  content: ""; position: absolute; left: 0; top: .55em;
  width: 7px; height: 7px; border-radius: 50%; background: var(--ink);
}
.vs-list.muted li { color: var(--ink-soft); }
.vs-list.muted li::before { background: var(--line); }
.hub-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0;
  border-top: 1px solid var(--line);
}
.hub-card {
  display: block; text-decoration: none; color: inherit;
  padding: 32px 28px 32px 0;
  border-bottom: 1px solid var(--line);
}
.hub-card:nth-child(odd) { padding-right: 40px; border-right: 1px solid var(--line); }
.hub-card:nth-child(even) { padding-left: 40px; }
.hub-card .k {
  font-size: .68rem; font-weight: 600; letter-spacing: .1em;
  text-transform: uppercase; color: var(--ink-faint); margin-bottom: 10px;
}
.hub-card h3 {
  font-size: 1.35rem; font-weight: 650; letter-spacing: -0.03em; margin-bottom: 8px;
}
.hub-card p { font-size: .95rem; color: var(--ink-soft); max-width: 36ch; }
.hub-card:hover h3 { color: var(--ink); }
.hub-card:hover { background: var(--bg-soft); }
@media (max-width: 800px) {
  .vs-grid { grid-template-columns: 1fr; gap: 40px; padding: 64px 0; }
  .hub-grid { grid-template-columns: 1fr; }
  .hub-card:nth-child(odd), .hub-card:nth-child(even) {
    padding: 28px 0; border-right: 0;
  }
}

/* Isaac hello — Intercom-style prompt, not a live chat */
.hello {
  position: fixed;
  right: calc(20px + env(safe-area-inset-right));
  bottom: calc(20px + env(safe-area-inset-bottom));
  z-index: 80;
  display: flex; flex-direction: column; align-items: flex-end; gap: 12px;
  font-family: var(--font);
  animation: hello-in .38s var(--ease);
}
@keyframes hello-in {
  from { opacity: 0; transform: translateY(10px) scale(.96); }
  to { opacity: 1; transform: none; }
}
.hello-card {
  width: min(320px, calc(100vw - 40px - env(safe-area-inset-left) - env(safe-area-inset-right)));
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
  padding: 14px 14px 12px;
}
.hello-card[hidden] { display: none !important; }
.hello-top {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 10px;
}
.hello-top img {
  width: 36px; height: 36px; border-radius: 50%;
  object-fit: cover; border: 1px solid var(--line);
}
.hello-who { font-size: .82rem; line-height: 1.25; }
.hello-who strong { display: block; font-weight: 650; letter-spacing: -0.02em; }
.hello-who span { color: var(--ink-faint); font-size: .72rem; }
.hello-x {
  margin-left: auto; border: 0; background: transparent;
  width: 44px; height: 44px; border-radius: 8px;
  color: var(--ink-faint); cursor: pointer; font-size: 1.25rem; line-height: 1;
  flex-shrink: 0;
}
.hello-x:hover { background: var(--bg-soft); color: var(--ink); }
.hello-msg {
  font-size: .92rem; color: var(--ink); line-height: 1.45;
  letter-spacing: -0.015em; margin: 0 0 12px;
}
.hello-reply {
  display: flex; align-items: center;
  border: 1px solid var(--line); border-radius: 12px;
  padding: 8px 12px; color: var(--ink-faint);
  font-size: .88rem; text-decoration: none;
  min-height: 44px;
}
.hello-reply:hover { border-color: var(--ink-faint); color: var(--ink); }
.hello-launch {
  width: 56px; height: 56px; border-radius: 50%;
  border: 0; padding: 0; cursor: pointer;
  background-color: var(--chip);
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow);
  overflow: hidden;
  display: grid; place-items: center;
}
.hello-launch img {
  width: 100%; height: 100%; object-fit: cover;
}
.hello-launch:focus-visible { outline: 2px solid var(--blue); outline-offset: 3px; }
@media (max-width: 640px) {
  .site-banner-copy,
  .site-banner .sep { display: none; }
  .viz-callout { display: none; }
  body:has(.hello) {
    padding-bottom: calc(80px + env(safe-area-inset-bottom));
  }
  .hello {
    right: calc(14px + env(safe-area-inset-right));
    bottom: calc(14px + env(safe-area-inset-bottom));
  }
  .hello-launch { width: 48px; height: 48px; }
}
@media (prefers-reduced-motion: reduce) {
  .hello, .hello-card { animation: none; transition: none; }
}
@media print { .hello { display: none !important; } }
