/* ============================================================================
   Cloudline · marketing site (landing + login)
   Satoshi (ITF Free Font License) for display, Manrope (OFL) for text, self-hosted.
   ========================================================================== */
@font-face { font-family: 'Satoshi'; src: url('/fonts/Satoshi/Satoshi-300.woff2') format('woff2'); font-weight: 300; font-display: swap; }
@font-face { font-family: 'Satoshi'; src: url('/fonts/Satoshi/Satoshi-400.woff2') format('woff2'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'Satoshi'; src: url('/fonts/Satoshi/Satoshi-500.woff2') format('woff2'); font-weight: 500; font-display: swap; }
@font-face { font-family: 'Satoshi'; src: url('/fonts/Satoshi/Satoshi-700.woff2') format('woff2'); font-weight: 700; font-display: swap; }
@font-face { font-family: 'Manrope'; src: url('/fonts/Manrope/Manrope-Variable.woff2') format('woff2-variations'); font-weight: 200 800; font-display: swap; }

:root {
  --bg: #f9f9f9;
  --ink: #191919;
  --ink-2: #3d3d3f;
  --ink-3: #6e6e72;
  --line: #e3e3e0;
  --teal: #2a6b6b;
  --teal-2: #225858;
  --tile: #3c6b6b;
  --blue: #2563eb;
  --blue-circle: #3060d8;
  --lime: #f7f9e7;
  --lime-shape: #e9f59a;
  --lime-btn: #eef59a;
  --peach: #faf5f1;
  --peach-shape: #efb89c;
  --peach-btn: #f2b89e;
  --soon-bg: #ece9ff;
  --soon-ink: #5b4fc9;
  --live-bg: #d9f1ec;
  --live-ink: #1d7262;
  --display: 'Satoshi', 'Manrope', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
  --body: 'Manrope', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
  --wrap: 1180px;
  --ease: cubic-bezier(.2, .8, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { background: var(--bg); color: var(--ink); font-family: var(--body); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; color: inherit; }
[hidden] { display: none !important; }
:focus-visible { outline: 2px solid var(--teal); outline-offset: 3px; border-radius: 6px; }
.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 32px; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* ------------------------------------------------------------------ nav */
.nav { position: absolute; inset: 0 0 auto; z-index: 20; }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 88px; }
.logo { font-family: var(--display); font-weight: 400; font-size: 21px; letter-spacing: .03em; text-transform: uppercase; display: inline-flex; align-items: center; gap: 10px; }
.logo-mark { display: block; width: 28px; height: 28px; flex: none; border-radius: 6px; }
.logo i { font-style: normal; animation: cl-blink 1.1s steps(2, start) infinite; }
@keyframes cl-blink { to { visibility: hidden; } }
.nav-links { display: flex; align-items: center; gap: 28px; font-size: 13.5px; font-weight: 500; color: var(--ink-2); }
.nav-links a:not(.pill) { position: relative; transition: color .2s; }
.nav-links a:not(.pill):hover { color: var(--ink); }
.nav-links .nav-signin { color: var(--ink); font-weight: 600; }
.nav-toggle { display: none; background: none; border: 0; padding: 8px; margin-right: -8px; cursor: pointer; }

/* --------------------------------------------------------------- buttons */
.pill { display: inline-flex; align-items: center; height: 28px; padding: 0 13px; border-radius: 999px; background: var(--teal); color: #fff; font-size: 13px; font-weight: 600; transition: background .2s; }
.pill:hover { background: var(--teal-2); }
.btn {
  display: inline-flex; align-items: center; justify-content: space-between; gap: 32px; min-width: 196px; height: 46px; padding: 0 20px 0 22px;
  border: 0; border-radius: 999px; background: var(--teal); color: #fff; font-size: 14px; font-weight: 600; cursor: pointer;
  transition: background .2s, transform .2s var(--ease), box-shadow .2s;
}
.btn:hover { background: var(--teal-2); transform: translateY(-1px); box-shadow: 0 10px 24px -14px rgba(0, 0, 0, .45); }
.btn:active { transform: none; }
.btn svg { flex: none; transition: transform .25s var(--ease); }
.btn:hover svg { transform: translateX(3px); }
.btn:disabled { opacity: .6; cursor: default; transform: none; }
.btn--sm { height: 40px; min-width: 0; gap: 18px; font-size: 13.5px; }
.btn--blue { background: var(--blue); }
.btn--blue:hover { background: #1d4fd0; }
.btn--lime { background: var(--lime-btn); color: var(--ink); }
.btn--lime:hover { background: #e4ee86; }
.btn--peach { background: var(--peach-btn); color: var(--ink); }
.btn--peach:hover { background: #eca78a; }
.btn--ghost { background: transparent; color: var(--ink); box-shadow: inset 0 0 0 1px var(--line); }
.btn--ghost:hover { background: #fff; }
.tag { display: inline-flex; align-items: center; gap: 5px; height: 20px; padding: 0 8px; border-radius: 999px; font-size: 10.5px; font-weight: 700; letter-spacing: .02em; white-space: nowrap; vertical-align: middle; }
.tag--soon { background: var(--soon-bg); color: var(--soon-ink); }
.tag--live { background: var(--live-bg); color: var(--live-ink); }

/* ------------------------------------------------------------------ hero */
.hero { position: relative; height: 880px; overflow: hidden; background: linear-gradient(90deg, #f4f4f4 0%, #efefef 34%, #cfcfcf 62%, #a9a9a9 84%, #9b9b9b 100%); }
.hero::after { content: ''; position: absolute; inset: auto 0 0; height: 140px; background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .04)); pointer-events: none; }
.hero-inner { position: relative; height: 100%; }
.hero .h-title { margin: 0; font-family: var(--display); font-weight: 500; font-size: clamp(56px, 6.3vw, 92px); line-height: .96; letter-spacing: -.05em; position: absolute; top: 250px; z-index: 3; }
.hero .h-left { left: 32px; color: var(--ink); }
.hero .h-right { right: 32px; color: #fff; text-align: right; }
.hero-photo { position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: min(1180px, 100%); height: 520px; object-fit: cover; object-position: center bottom; z-index: 1; }
.hero-photo-slot { position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: min(760px, 70%); height: 300px; z-index: 1; display: grid; place-items: end center; }
.hero-photo-slot svg { width: 100%; height: auto; opacity: .9; }

/* Hero stand-in until the photo exists: a short product window between the headlines. */
.hero .people { width: min(600px, 46%); bottom: 0; }
.hero .people .window { border-radius: 12px 12px 0 0; box-shadow: 0 -20px 60px -30px rgba(0, 0, 0, .3), 0 0 0 1px rgba(0, 0, 0, .05); }
.hero .people .window-shot { aspect-ratio: 1092 / 438; }
.hero .people .window-shot img { object-position: center top; }
@media (max-width: 900px) { .hero .people { width: 92%; } }

/* floating product stack in the hero (HTML, not an image) */
.stack { position: absolute; left: 50%; top: 100px; transform: translateX(-50%); width: 390px; z-index: 2; }
.stack-card { background: #fff; box-shadow: 0 1px 0 rgba(0, 0, 0, .04), 0 12px 30px -18px rgba(0, 0, 0, .25); margin-bottom: 4px; font-size: 11px; }
.stack-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 12px 18px; }
.stack-head b { display: block; font-size: 11px; font-weight: 700; color: var(--ink); }
.stack-head small { display: block; font-size: 9.5px; color: #6e6e72; margin-top: 2px; }
.stack-card.is-muted .stack-head b { color: #5c5c60; font-weight: 600; }
.stack-row { display: flex; align-items: center; gap: 9px; padding: 9px 18px; border-top: 1px solid #f1f1f0; color: #3d3d3f; }
.stack-row .tick { width: 11px; height: 11px; border-radius: 50%; flex: none; display: grid; place-items: center; }
.stack-row .tick.on { background: var(--live-bg); color: var(--live-ink); }
.stack-row .tick.off { box-shadow: inset 0 0 0 1px #c9c9c9; }
.stack-row .tag { margin-left: auto; height: 17px; font-size: 9px; }
.progress { display: inline-block; width: 110px; height: 3px; border-radius: 3px; background: #ececec; margin-left: 8px; vertical-align: middle; overflow: hidden; }
.progress i { display: block; height: 100%; width: 72%; background: #5b62d6; border-radius: 3px; }
.stack-card.is-fade { opacity: .55; mask-image: linear-gradient(#000 20%, transparent); -webkit-mask-image: linear-gradient(#000 20%, transparent); }

.intro { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 58px 0 118px; }
.intro p { margin: 0; max-width: 560px; font-size: 19px; line-height: 1.42; color: var(--ink-2); letter-spacing: -.005em; }

/* --------------------------------------------------------------- sections */
.band { position: relative; }
.band--lime { background: var(--lime); border-top: 1px solid rgba(0, 0, 0, .05); }
.band--peach { background: var(--peach); }
.band--dark { background: #0d0d0d; color: #fff; }
.grain::before { content: ''; position: absolute; inset: 0; pointer-events: none; opacity: .5; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 .06 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }

.sec-top { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; padding-top: 104px; }
.sec-title { margin: 0; font-family: var(--display); font-weight: 400; font-size: clamp(44px, 4.6vw, 64px); line-height: 1.02; letter-spacing: -.04em; }
.dash { display: block; width: 48px; height: 4px; background: var(--ink); margin-top: 46px; }
.band--dark .dash { background: #fff; }
.sec-lead { margin: 0; font-family: var(--display); font-weight: 500; font-size: 26px; line-height: 1.24; letter-spacing: -.02em; }
.copy p { margin: 0 0 14px; font-size: 16px; line-height: 1.55; color: var(--ink-2); max-width: 500px; }
.copy p:last-child { margin-bottom: 0; }

/* overlapping shape marks */
.mark { position: relative; height: 100px; width: 240px; }
.mark > i { position: absolute; display: block; }
.mark--duo i:nth-child(1) { left: 0; top: 0; width: 100px; height: 100px; border-radius: 50%; background: var(--blue-circle); }
.mark--duo i:nth-child(2) { left: 84px; top: 0; width: 100px; height: 100px; border-radius: 50%; background: #121212; }
.mark--lime { height: 140px; }
.mark--lime i:nth-child(1) { left: 0; top: 70px; width: 68px; height: 68px; background: #121212; }
.mark--lime i:nth-child(2) { left: 6px; top: 0; width: 136px; height: 136px; border-radius: 50%; background: rgba(233, 245, 154, .86); }
.mark--peach { height: 136px; }
.mark--peach i:nth-child(1) { left: 92px; top: 0; width: 136px; height: 136px; border-radius: 50%; background: #121212; }
.mark--peach i:nth-child(2) { left: 0; top: 0; width: 136px; height: 136px; border-radius: 0 68px 68px 0; background: rgba(239, 184, 156, .9); }
.mark--arch { height: 116px; width: 200px; }
.mark--arch i:nth-child(1) { right: 0; top: 0; width: 116px; height: 116px; border-radius: 58px 58px 0 0; background: #121212; }
.mark--arch i:nth-child(2) { left: 0; top: 0; width: 116px; height: 116px; border-radius: 58px 58px 0 0; background: rgba(42, 107, 107, .92); }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; padding: 90px 0 84px; align-items: start; }
.split .copy { margin-top: 120px; }
.split .btn { margin-top: 26px; min-width: 0; gap: 16px; height: 40px; font-size: 13.5px; }

/* dashboard screenshots */
.shot { background: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 0 0 1px rgba(0, 0, 0, .05), 0 30px 60px -36px rgba(0, 0, 0, .28); }
.shot img { width: 100%; height: auto; }
.shot--empty { display: grid; place-items: center; min-height: 220px; color: var(--ink-3); font-size: 13px; background: repeating-linear-gradient(135deg, #fff 0 12px, #f6f6f5 12px 24px); }
.window { border-radius: 12px; overflow: hidden; background: #fff; box-shadow: 0 0 0 1px rgba(0, 0, 0, .06), 0 50px 90px -50px rgba(0, 0, 0, .35); }
.window-bar { display: flex; gap: 6px; padding: 10px 12px; background: #ececeb; }
.window-bar i { width: 8px; height: 8px; border-radius: 50%; background: #d7d7d5; }
.window-bar i:first-child { background: #ee6b60; }
.window-bar i:nth-child(2) { background: #f5be4f; }
.window-bar i:nth-child(3) { background: #62c655; }

/* 3-up feature strip with hairline dividers, full bleed */
.strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.strip .wrap { display: grid; grid-template-columns: repeat(3, 1fr); padding: 0; }
.strip-cell { position: relative; padding: 56px 32px 50px; }
.strip-cell + .strip-cell { border-left: 1px solid var(--line); }
.strip-cell svg { position: absolute; top: 56px; right: 40px; color: #7a7a7a; }
.strip-cell h4 { margin: 72px 0 12px; font-family: var(--display); font-weight: 500; font-size: 20px; letter-spacing: -.015em; }
.strip-cell p { margin: 0; font-size: 14px; line-height: 1.5; color: var(--ink-2); max-width: 330px; }

.quote { padding: 136px 0 140px; text-align: center; }
.quote p { margin: 0 auto; max-width: 780px; font-family: var(--display); font-weight: 400; font-size: clamp(32px, 3.7vw, 50px); line-height: 1.1; letter-spacing: -.035em; }
.quote b { font-weight: 700; }
.quote .by { display: inline-flex; align-items: center; gap: 10px; margin-top: 30px; font-size: 14px; color: var(--ink-2); }
.quote .by .avatar { width: 38px; height: 38px; border-radius: 50%; background: #121212; color: #fff; display: grid; place-items: center; font-family: var(--display); font-size: 13px; font-weight: 500; }

/* feature boxes grid (hairlines, screenshots on top) */
.boxes { border-top: 1px solid var(--line); }
.boxes-row { display: grid; border-bottom: 1px solid var(--line); }
.boxes-row--wide-left { grid-template-columns: 1.72fr 1fr; }
.boxes-row--wide-right { grid-template-columns: 1fr 1.72fr; }
.box { position: relative; padding: 56px 32px 58px; display: flex; flex-direction: column; justify-content: flex-end; min-height: 480px; }
.box + .box { border-left: 1px solid var(--line); }
.box .shot, .box .shot--empty { margin: 0 0 44px auto; width: min(100%, 520px); }
.box h4 { margin: 0 0 14px; font-family: var(--display); font-weight: 500; font-size: 20px; letter-spacing: -.015em; }
.box p { margin: 0; font-size: 14px; line-height: 1.5; color: var(--ink-2); max-width: 620px; }
.box--side { flex-direction: row; align-items: flex-end; gap: 36px; }
.box--side .box-text { flex: 0 0 210px; }
.box--side .shot { margin: 0 0 0 auto; flex: 1; }
.box-wrap { max-width: var(--wrap); margin: 0 auto; }

.workspace { padding: 96px 0 120px; }
.workspace-head { display: grid; grid-template-columns: 1.5fr 1fr; gap: 24px; align-items: end; max-width: 800px; margin: 0 auto 44px; }
.workspace-head h2 { margin: 0; font-family: var(--display); font-weight: 500; font-size: clamp(34px, 3.6vw, 48px); line-height: 1.05; letter-spacing: -.035em; }
.workspace-head p { margin: 0 0 6px; font-size: 14px; line-height: 1.5; color: var(--ink-2); }
.workspace .window { max-width: 800px; margin: 0 auto; }
.workspace-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; max-width: 800px; margin: 64px auto 0; }
.workspace-cols p { margin: 0 0 14px; font-size: 14.5px; line-height: 1.5; color: var(--ink-2); }
.workspace-cols p strong { color: var(--ink); font-weight: 700; }

.live { display: grid; grid-template-columns: 1fr 1.55fr; min-height: 470px; }
.live-text { padding: 88px 40px 64px max(32px, calc((100vw - var(--wrap)) / 2 + 32px)); display: flex; flex-direction: column; justify-content: space-between; gap: 40px; position: relative; z-index: 1; }
.live-text h2 { margin: 0; font-family: var(--display); font-weight: 300; font-size: clamp(38px, 3.6vw, 50px); letter-spacing: -.035em; }
.live-text p { margin: 0; max-width: 400px; font-size: 16px; line-height: 1.55; color: #cfcfcf; }
.live-media { position: relative; overflow: hidden; background: #111; }
.live-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.95); }
.live-media { background: radial-gradient(120% 90% at 50% 45%, #1c1c1d 0%, #0f0f10 60%, #0a0a0a 100%); }
.live-globe { position: absolute; inset: 0; }
.live-globe canvas { display: block; cursor: grab; touch-action: pan-y; }
.live-globe canvas.is-dragging { cursor: grabbing; }
.live-chip { position: absolute; left: 24px; bottom: 22px; display: inline-flex; align-items: center; gap: 8px; padding: 7px 12px; border-radius: 999px; background: rgba(0, 0, 0, .72); color: #fff; font-size: 13px; backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
.live-chip i { width: 7px; height: 7px; border-radius: 50%; background: #3ddc97; box-shadow: 0 0 0 0 rgba(61, 220, 151, .6); animation: cl-pulse 2s infinite; }
@keyframes cl-pulse { 70% { box-shadow: 0 0 0 8px rgba(61, 220, 151, 0); } 100% { box-shadow: 0 0 0 0 rgba(61, 220, 151, 0); } }

.run { padding: 104px 0 120px; }
.run-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 40px; }
.run-copy { max-width: 640px; margin-top: 44px; font-size: 16px; line-height: 1.55; color: var(--ink-2); }
.tiles-row { display: grid; grid-template-columns: 200px 1fr; gap: 20px; margin-top: 70px; align-items: start; }
.tiles-row h3 { margin: 0; font-family: var(--display); font-weight: 500; font-size: 24px; letter-spacing: -.02em; }
.tiles { display: grid; grid-template-columns: 1.4fr 1fr 1fr; grid-template-rows: 176px 176px; gap: 4px; }
.tile { position: relative; background: var(--tile); color: #fff; padding: 22px; overflow: hidden; }
.tile span.ico { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 6px; box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, .7); }
.tile b { display: block; margin-top: 22px; font-weight: 500; font-size: 15px; }
.tile small { display: block; margin-top: 6px; color: rgba(255, 255, 255, .7); font-size: 12.5px; }
.tile--big { grid-row: span 2; display: grid; grid-template-columns: 110px 1fr; gap: 16px; padding-right: 0; }
.tile--big pre { margin: 0; align-self: stretch; overflow: hidden; background: linear-gradient(180deg, #fff 0%, #fff 55%, #e3eeee 100%); color: #1b3b3b; border-radius: 8px 0 0 8px; padding: 22px 20px; font: 12px/1.8 'Geist Mono', ui-monospace, SFMono-Regular, Menlo, monospace; white-space: pre; box-shadow: -18px 0 40px -24px rgba(0, 0, 0, .35); }
.tile--big pre .t { color: #2a6b6b; }
.tile--big pre .a { color: #7a5ab8; }
.tile--empty { background: transparent; }

.principles { padding: 110px 0 60px; text-align: center; }
.principles h3 { margin: 0; font-family: var(--display); font-weight: 400; font-size: 24px; letter-spacing: -.015em; }
.principles ul { list-style: none; margin: 56px 0 0; padding: 0; display: flex; flex-wrap: wrap; justify-content: space-around; align-items: center; gap: 30px 40px; }
.principles li { font-size: 26px; color: #161616; white-space: nowrap; }
.principles li:nth-child(1) { font-family: var(--display); font-weight: 700; letter-spacing: -.06em; transform: scaleY(1.25); text-transform: uppercase; font-size: 24px; }
.principles li:nth-child(2) { font-family: 'Geist Mono', ui-monospace, monospace; font-size: 21px; letter-spacing: -.02em; }
.principles li:nth-child(3) { font-family: var(--display); font-weight: 700; font-size: 30px; letter-spacing: .02em; }
.principles li:nth-child(4) { font-family: Georgia, 'Times New Roman', serif; font-weight: 700; font-size: 32px; letter-spacing: -.04em; }
.principles li:nth-child(5) { font-family: var(--body); font-weight: 600; font-size: 28px; letter-spacing: -.03em; }

.art { padding: 30px 0 0; }
.art img { width: 100%; max-width: 1080px; margin: 0 auto; opacity: .96; }

.news { padding: 70px 0 96px; }
.news-inner { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.news h3 { margin: 0; max-width: 660px; font-family: var(--display); font-weight: 400; font-size: 27px; line-height: 1.22; letter-spacing: -.02em; }
.news .founders { margin-top: 20px; font-size: 13px; color: var(--ink-2); }
.news .founders b { color: var(--ink); }
.join { display: flex; align-items: center; gap: 6px; padding: 5px; border-radius: 999px; background: #fff; box-shadow: 0 0 0 1px var(--line); width: 380px; max-width: 100%; transition: box-shadow .2s; }
.join:focus-within { box-shadow: 0 0 0 1px #cfcfcc, 0 0 0 5px rgba(37, 99, 235, .1); }
.join input { flex: 1; min-width: 0; height: 36px; border: 0; outline: 0; background: transparent; padding: 0 14px; font-size: 14px; }
.join .btn { min-width: 0; height: 36px; gap: 14px; padding: 0 16px; }
.join-msg { margin: 10px 4px 0; min-height: 18px; font-size: 13px; color: var(--ink-3); }
.join-msg.ok { color: #1f7a68; }
.join-msg.err { color: #c73b5e; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* ---------------------------------------------------------------- footer */
.foot { position: relative; background: #0b0b0b; color: #fff; padding: 88px 0 34px; overflow: hidden; }
.foot-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 40px; }
.foot-top h2 { margin: 0; max-width: 780px; font-family: var(--display); font-weight: 300; font-size: clamp(38px, 4.2vw, 58px); line-height: 1.04; letter-spacing: -.04em; }
.foot-cta { display: flex; flex-direction: column; gap: 22px; }
.foot-brand { display: flex; align-items: center; gap: 30px; margin-top: 70px; }
.foot-brand .logo { color: #fff; font-size: 19px; }
.foot-brand .logo-mark { box-shadow: 0 0 0 1px rgba(255, 255, 255, .25); }
.foot-brand hr { flex: 1; border: 0; height: 2px; background: #d9d9d9; margin: 0; }
.foot-links { display: grid; grid-template-columns: 1fr 1fr 1fr 2fr; gap: 24px; margin-top: 56px; font-size: 13px; }
.foot-links ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 16px; }
.foot-links a { color: #e6e6e6; transition: color .2s; }
.foot-links a:hover { color: #fff; }
.foot-sub { justify-self: end; align-self: end; display: flex; align-items: center; gap: 12px; font-size: 12.5px; color: #cfcfcf; text-align: right; }
.foot-legal { display: flex; flex-wrap: wrap; gap: 12px 34px; margin-top: 70px; font-size: 11.5px; color: #7d7d7d; }

/* ------------------------------------------------- shared chrome extras */
.nav--solid { position: sticky; top: 0; background: rgba(249, 249, 249, .86); -webkit-backdrop-filter: saturate(1.4) blur(12px); backdrop-filter: saturate(1.4) blur(12px); border-bottom: 1px solid var(--line); }
.nav-links a[aria-current="page"] { color: var(--ink); font-weight: 600; }
.foot-links b { font-weight: 600; color: #fff; }
.foot-links li:first-child { margin-bottom: 4px; }

/* hero globe: blended into the grey gradient, rising from the bottom edge */
.hero-globe { position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: min(1180px, 100%); height: 470px; z-index: 1; pointer-events: none; -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 34%); mask-image: linear-gradient(180deg, transparent 0%, #000 34%); }
.hero-globe canvas { position: absolute; inset: 0; width: 100%; height: 100%; }

/* inner pages (features, install, pricing, privacy) */
.page-hero { padding: 150px 0 72px; border-bottom: 1px solid var(--line); }
.page-hero .eyebrow-row { display: flex; align-items: center; gap: 12px; margin-bottom: 26px; }
.page-hero h1 { margin: 0; max-width: 900px; font-family: var(--display); font-weight: 400; font-size: clamp(44px, 5.6vw, 76px); line-height: 1; letter-spacing: -.045em; }
.page-hero p { margin: 26px 0 0; max-width: 620px; font-size: 18px; line-height: 1.5; color: var(--ink-2); }
.page-hero .actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.prose { padding: 72px 0 110px; }
.prose .wrap { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 60px; align-items: start; }
.toc { position: sticky; top: 110px; display: grid; gap: 10px; font-size: 13.5px; }
.toc a { color: var(--ink-3); transition: color .2s; }
.toc a:hover { color: var(--ink); }
.prose article { max-width: 720px; }
.prose h2 { margin: 56px 0 14px; font-family: var(--display); font-weight: 500; font-size: 28px; letter-spacing: -.025em; scroll-margin-top: 100px; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin: 30px 0 10px; font-family: var(--display); font-weight: 500; font-size: 19px; letter-spacing: -.015em; }
.prose p, .prose li { font-size: 15.5px; line-height: 1.65; color: var(--ink-2); }
.prose ul { padding-left: 20px; }
.prose code { font-family: 'Geist Mono', ui-monospace, monospace; font-size: 13px; background: #efefed; padding: 1px 6px; border-radius: 5px; }
.prose pre { margin: 14px 0 22px; padding: 18px 20px; border-radius: 12px; background: #151515; color: #e9e9e9; overflow-x: auto; font: 13px/1.7 'Geist Mono', ui-monospace, monospace; }
.prose pre code { background: none; padding: 0; color: inherit; }
.callout { margin: 22px 0; padding: 16px 18px; border-radius: 12px; background: var(--lime); box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05); font-size: 14.5px; line-height: 1.55; color: var(--ink-2); }
.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.feature { padding: 44px 32px 48px; border-bottom: 1px solid var(--line); }
.feature:not(:nth-child(3n + 1)) { border-left: 1px solid var(--line); }
.feature .shot { margin-bottom: 30px; }
.feature h3 { margin: 0 0 10px; font-family: var(--display); font-weight: 500; font-size: 20px; letter-spacing: -.015em; }
.feature p { margin: 0; font-size: 14.5px; line-height: 1.55; color: var(--ink-2); }
.plan { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 0; margin: 0 0 90px; border-radius: 20px; overflow: hidden; background: #fff; box-shadow: 0 0 0 1px var(--line), 0 40px 80px -50px rgba(0, 0, 0, .3); }
.plan-main { padding: 44px; }
.plan-main .price { display: flex; align-items: baseline; gap: 10px; margin: 18px 0 8px; font-family: var(--display); }
.plan-main .price b { font-size: 64px; font-weight: 500; letter-spacing: -.05em; }
.plan-main .price span { font-size: 15px; color: var(--ink-3); }
.plan-list { padding: 44px; background: var(--lime); }
.plan-list ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.plan-list li { display: flex; gap: 10px; font-size: 14.5px; color: var(--ink-2); }
.plan-list li svg { flex: none; margin-top: 2px; color: var(--live-ink); }
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); padding: 22px 0; }
.faq summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 20px; font-family: var(--display); font-weight: 500; font-size: 19px; letter-spacing: -.015em; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; font-weight: 300; font-size: 24px; line-height: 1; color: var(--ink-3); transition: transform .2s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { margin: 12px 0 0; max-width: 680px; font-size: 15px; line-height: 1.6; color: var(--ink-2); }
@media (max-width: 900px) {
  .page-hero { padding: 110px 0 50px; }
  .prose .wrap { grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .toc a { padding: 6px 0; }
  .toc { position: static; display: flex; flex-wrap: wrap; gap: 8px 16px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature:not(:nth-child(3n + 1)) { border-left: 0; }
  .feature { padding: 36px 20px; }
  .plan { grid-template-columns: 1fr; }
  .plan-main, .plan-list { padding: 30px 22px; }
  .hero-globe { height: 320px; }
}

/* ------------------------------------------------------------- motion */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* ----------------------------------------------------------- responsive */
@media (max-width: 1100px) {
  .hero .h-title { top: auto; bottom: 330px; font-size: clamp(48px, 7vw, 76px); }
  .stack { top: 96px; width: 340px; }
  .tiles-row { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .wrap { padding: 0 20px; }
  .nav-toggle { display: inline-flex; }
  /* The menu slides and fades in; links follow one after another. */
  .nav-links { display: flex; position: absolute; top: 72px; left: 16px; right: 16px; flex-direction: column; align-items: stretch; gap: 0; background: #fff; border-radius: 16px; padding: 8px; box-shadow: 0 20px 50px -20px rgba(0, 0, 0, .3); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-10px) scale(.97); transform-origin: top right; transition: opacity .2s var(--ease), transform .32s var(--ease), visibility 0s linear .32s; }
  .nav.is-open .nav-links { opacity: 1; visibility: visible; pointer-events: auto; transform: none; transition: opacity .2s var(--ease), transform .32s var(--ease), visibility 0s; }
  .nav-links > a { opacity: 0; transform: translateY(-6px); transition: opacity .22s var(--ease), transform .3s var(--ease), background-color .15s; }
  .nav.is-open .nav-links > a { opacity: 1; transform: none; }
  .nav.is-open .nav-links > a:nth-child(2) { transition-delay: .03s; }
  .nav.is-open .nav-links > a:nth-child(3) { transition-delay: .06s; }
  .nav.is-open .nav-links > a:nth-child(4) { transition-delay: .09s; }
  .nav.is-open .nav-links > a:nth-child(5) { transition-delay: .12s; }
  .nav.is-open .nav-links > a:nth-child(6) { transition-delay: .15s; }
  .nav-links a:not(.pill):active { background: #f3f3f1; }
  .nav-links a { padding: 12px 14px; border-radius: 10px; }
  .nav-links a { min-height: 44px; display: flex; align-items: center; }
  .nav-links .pill { justify-content: center; height: 44px; margin-top: 6px; }
  .nav-inner { height: 72px; }
  .hero { height: auto; min-height: 760px; padding-bottom: 300px; }
  .hero-inner { height: auto; padding-top: 110px; display: flex; flex-direction: column; }
  .hero .h-title { position: static; font-size: clamp(44px, 12vw, 64px); }
  .hero .h-right { text-align: left; color: var(--ink); margin-top: 6px; }
  .hero .h-right span { color: #6a6a6a; }
  .stack { position: relative; left: auto; top: auto; transform: none; width: 100%; max-width: 390px; margin-top: 34px; }
  .hero-photo { height: 300px; }
  .hero-photo-slot { width: 92%; height: 220px; }
  .intro { flex-direction: column; align-items: flex-start; padding: 44px 0 70px; }
  .intro p { font-size: 17px; }
  .sec-top, .split, .workspace-head, .workspace-cols, .live { grid-template-columns: 1fr; }
  .sec-top { padding-top: 72px; gap: 32px; }
  .dash { margin-top: 28px; }
  .split { padding: 48px 0 56px; gap: 40px; }
  .split .copy { margin-top: 0; }
  .strip .wrap { grid-template-columns: 1fr; }
  .strip-cell + .strip-cell { border-left: 0; border-top: 1px solid var(--line); }
  .strip-cell { padding: 40px 20px; }
  .strip-cell h4 { margin-top: 40px; }
  .strip-cell svg { top: 40px; right: 20px; }
  .boxes-row--wide-left, .boxes-row--wide-right { grid-template-columns: 1fr; }
  .box + .box { border-left: 0; border-top: 1px solid var(--line); }
  .box { min-height: 0; padding: 44px 20px; }
  .box--side { flex-direction: column; align-items: stretch; }
  .box--side .box-text { flex: none; }
  .quote { padding: 90px 0; }
  .live-text { padding: 64px 20px 40px; }
  .live-media { min-height: 380px; }
  .run-top { flex-direction: column-reverse; }
  .tiles { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .tile { min-height: 150px; }
  .tile--big { grid-column: span 2; grid-row: auto; grid-template-columns: 1fr; padding-right: 22px; }
  .tile--big pre { border-radius: 8px; }
  .tile--empty { display: none; }
  .principles li { font-size: 22px; }
  .news-inner, .foot-top { flex-direction: column; align-items: flex-start; }
  .news-inner > div { width: 100%; }
  .foot-links a { display: inline-block; padding: 4px 0; }
  .foot-links { grid-template-columns: 1fr 1fr; }
  .foot-sub { justify-self: start; text-align: left; grid-column: span 2; }
}
/* Tablet: a centred hero instead of a left-heavy one. */
@media (min-width: 601px) and (max-width: 900px) {
  .hero-inner { align-items: center; text-align: center; }
  .hero .h-left, .hero .h-right { text-align: center; }
  .stack { max-width: 440px; margin-left: auto; margin-right: auto; text-align: left; }
}
@media (max-width: 380px) {
  .wrap { padding-left: 16px; padding-right: 16px; }
  .join .btn { padding: 0 12px; gap: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}

/* ---------------------------------------------------------------- nav icon */
.nav-toggle svg path { transition: transform .3s var(--ease); transform-box: fill-box; transform-origin: center; }
.nav.is-open .nav-toggle svg path:first-child { transform: translateY(4px) rotate(45deg); }
.nav.is-open .nav-toggle svg path:last-child { transform: translateY(-4px) rotate(-45deg); }

/* ------------------------------------------------- hero stack: live check loop */
.stack-card, .stack-row { position: relative; overflow: hidden; transition: opacity .4s var(--ease); }
.stack-status { display: inline-flex; align-items: center; justify-content: flex-end; min-width: 58px; min-height: 20px; }
.stack-row .stack-status { margin-left: auto; min-width: 0; }
.stack-row .stack-status .tag { margin-left: 0; }
.stack-spin { display: none; width: 14px; height: 14px; border-radius: 50%; border: 1.5px solid rgba(42, 107, 107, .18); border-top-color: var(--teal); animation: cl-spin .75s linear infinite; }
@keyframes cl-spin { to { transform: rotate(360deg); } }
.stack [data-badge] { transition: opacity .3s var(--ease), transform .45s cubic-bezier(.2, 1.5, .4, 1); }
.stack .tick { position: relative; transition: background-color .3s var(--ease), box-shadow .3s var(--ease); }
.stack .progress i { transition: width .6s var(--ease); }
.stack small[data-note] { transition: color .3s var(--ease); }
.stack.is-animated [data-state="idle"] { opacity: 0.96; }
.stack.is-animated .stack-card[data-step="engagement"][data-state="idle"] { opacity: 0.96; }
.stack.is-animated [data-state="idle"] > .stack-head [data-badge],
.stack.is-animated [data-state="busy"] > .stack-head [data-badge],
.stack.is-animated .stack-row[data-state="idle"] [data-badge],
.stack.is-animated .stack-row[data-state="busy"] [data-badge] { opacity: 0; transform: scale(.6); position: absolute; }
.stack.is-animated [data-state="busy"] > .stack-head .stack-spin { display: inline-block; }
.stack.is-animated [data-state="busy"] small[data-note] { color: var(--teal); }
.stack.is-animated .stack-row[data-step] .tick { background: transparent; box-shadow: inset 0 0 0 1.5px #d4d4d2; }
.stack.is-animated .stack-row[data-state="busy"] .tick { box-shadow: inset 0 0 0 1.5px rgba(42, 107, 107, .2); }
.stack.is-animated .stack-row[data-state="busy"] .tick::after { content: ''; position: absolute; inset: -1px; border-radius: 50%; border: 1.5px solid transparent; border-top-color: var(--teal); animation: cl-spin .75s linear infinite; }
.stack.is-animated .stack-row[data-state="done"] .tick { background: var(--live-bg); box-shadow: none; }
.stack.is-animated .stack-card[data-state="busy"]::after,
.stack.is-animated .stack-row[data-state="busy"]::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, transparent, rgba(42, 107, 107, .08), transparent); transform: translateX(-100%); animation: cl-scan 1.1s var(--ease) infinite; }
@keyframes cl-scan { to { transform: translateX(100%); } }
@media (prefers-reduced-motion: reduce) {
  .nav-links, .nav-links > a { transition: none !important; }
}

/* ------------------------------------------------ accessibility + consent */
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.join-consent { margin: 10px 0 0; font-size: 12.5px; line-height: 1.5; }
.join-consent a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }

/* ------------------------------------------------------------ founder card */
.founder-sec { padding: 24px 0 8px; }
.founder-card { max-width: 720px; margin: 0 auto; display: flex; align-items: center; gap: 26px; padding: 18px 22px 18px 18px; border-radius: 22px; background: #fff; box-shadow: inset 0 0 0 1px var(--line); }
.fc-photo { flex: none; width: 128px; height: 128px; border-radius: 16px; object-fit: cover; object-position: 50% 28%; }
.fc-body { min-width: 0; }
.fc-eyebrow { display: flex; align-items: center; gap: 8px; margin: 0; font-size: 11.5px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; color: var(--ink-3); }
.fc-eyebrow img { width: 18px; height: 18px; border-radius: 4px; }
.founder-card h2 { margin: 7px 0 4px; font-family: var(--display); font-weight: 500; font-size: 21px; line-height: 1.2; letter-spacing: -.02em; color: var(--ink); }
.fc-body > p:not(.fc-eyebrow) { margin: 0; font-size: 14.5px; line-height: 1.5; color: var(--ink-2); }
.fc-projects { list-style: none; margin: 10px 0 0; padding: 0; display: flex; flex-wrap: wrap; align-items: center; gap: 4px 12px; font-size: 13.5px; color: var(--ink-2); }
.fc-projects .fc-label, .fc-projects span { color: var(--ink-3); }
.fc-projects a { color: var(--ink); text-decoration: underline; text-decoration-color: #c9c9c6; text-underline-offset: 3px; }
.fc-projects a:hover { text-decoration-color: currentColor; }
.fc-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.fc-btn { display: inline-flex; align-items: center; gap: 7px; height: 32px; padding: 0 13px; border-radius: 999px; font-size: 13px; font-weight: 600; color: var(--ink); text-decoration: none; box-shadow: inset 0 0 0 1px var(--line); transition: background-color .2s; }
.fc-btn:hover { background: #f3f3f1; }
@media (max-width: 600px) {
  .founder-card { flex-direction: column; gap: 12px; padding: 22px 18px; text-align: center; }
  .fc-photo { width: 88px; height: 88px; border-radius: 50%; }
  .fc-eyebrow, .fc-projects, .fc-links { justify-content: center; }
}

/* the blinking underscore hugs the wordmark, not the logo gap */
.logo > i { margin-left: -10px; }

/* --------------------------------------------- floating nav (small centred bar) */
.nav, .nav--solid { position: fixed; inset: 12px 0 auto; z-index: 50; display: flex; justify-content: center; padding: 0 16px; pointer-events: none; background: none; border: 0; -webkit-backdrop-filter: none; backdrop-filter: none; }
.nav-pill { position: relative; pointer-events: auto; display: flex; align-items: center; gap: 22px; height: 44px; padding: 0 6px 0 12px; border-radius: 12px; background: rgba(255, 255, 255, .72); -webkit-backdrop-filter: saturate(1.6) blur(14px); backdrop-filter: saturate(1.6) blur(14px); box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .07), 0 8px 24px -16px rgba(0, 0, 0, .28); transition: max-width .45s var(--ease), padding .45s var(--ease), gap .45s var(--ease), box-shadow .3s; }
.nav.is-scrolled .nav-pill { background: rgba(255, 255, 255, .82); box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .08), 0 14px 32px -18px rgba(0, 0, 0, .35); }
.nav-pill .logo { gap: 8px; font-size: 14px; letter-spacing: .08em; color: var(--ink); }
.nav-pill .logo-mark { width: 24px; height: 24px; border-radius: 5px; }
.nav-pill .logo > i { margin-left: -8px; transition: opacity .2s; }
.nav-pill .logo-word { display: inline-block; white-space: nowrap; transition: transform .3s var(--ease), opacity .3s var(--ease); }
.nav-pill .nav-links { gap: 20px; font-size: 13px; }
.nav-pill .pill { height: 32px; padding: 0 14px; border-radius: 8px; background: #191919; }
.nav-pill .pill:hover { background: #2e2f33; }
@media (max-width: 900px) {
  .nav, .nav--solid { inset: 10px 0 auto; padding: 0 12px; }
  .nav-pill { position: static; width: 100%; max-width: 560px; height: 48px; justify-content: space-between; gap: 10px; padding: 0 6px 0 12px; }
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; margin: 0; padding: 0; border-radius: 9px; color: var(--ink); }
  .nav-toggle svg { transition: transform .45s var(--ease); }
  .nav-pill { position: relative; }
  .nav-links { top: calc(100% + 8px); left: 0; right: 0; }
  .nav.is-compact .nav-pill { max-width: 92px; padding: 0 5px 0 10px; gap: 4px; }
  .nav.is-compact .nav-toggle svg { transform: scale(.8); }
  .nav.is-compact .logo > i { opacity: 0; }
  .nav.is-compact .logo-word { transform: translateY(5px); opacity: 0; transition-delay: .18s; }
}

/* ------------------------------------------- phones: tighter, purpose-built layout */
@media (max-width: 600px) {
  .intro { padding: 32px 0 52px; gap: 22px; }
  .sec-top { padding-top: 52px; gap: 22px; }
  .split { padding: 32px 0 44px; gap: 28px; }
  .strip-cell { padding: 28px 20px; }
  .strip-cell h4 { margin-top: 26px; }
  .strip-cell svg { top: 28px; }
  .quote { padding: 56px 0; }
  .box { padding: 32px 20px; }
  .workspace { padding: 60px 0 72px; }
  .live-text { padding: 48px 20px 28px; }
  .run { padding: 64px 0 72px; }
  .principles { padding: 64px 0 36px; }
  .principles ul { margin-top: 28px; gap: 10px 22px; justify-content: center; }
  .principles li { font-size: 19px; }
  .news { padding: 40px 0 60px; }

  .foot { padding: 40px 0 22px; }
  .foot-top { gap: 18px; }
  .foot-top h2 { font-size: 28px; line-height: 1.1; letter-spacing: -.03em; }
  .foot-cta { width: 100%; flex-direction: column; gap: 8px; }
  .foot-cta .btn { width: 100%; min-width: 0; height: 44px; gap: 12px; padding: 0 16px; font-size: 13.5px; }
  .foot-brand { margin-top: 32px; gap: 14px; }
  .foot-brand .logo { font-size: 15px; gap: 8px; }
  .foot-brand .logo-mark { width: 22px; height: 22px; }
  .foot-links { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px 10px; margin-top: 24px; font-size: 12.5px; }
  .foot-links ul { gap: 0; }
  .foot-links a { padding: 5px 0; }
  .foot-links li:first-child { margin-bottom: 2px; }
  .foot-sub { grid-column: 1 / -1; justify-self: start; align-self: start; margin-top: 8px; font-size: 12px; text-align: left; }
  .foot-legal { flex-direction: column; gap: 4px; margin-top: 22px; font-size: 11px; }
}

/* founder card in the brand voice: lighter headline */
.founder-card h2 { font-weight: 400; }

/* ------------------------------------ nav v3: scroll-linked bar + calm phone menu */
.nav-sheet { display: none; }
@media (max-width: 900px) {
  /* The bar's width is driven frame by frame from site.js, so no CSS width transitions here. */
  .nav-pill { transition: background-color .3s, box-shadow .3s; will-change: width; overflow: hidden; }
  .nav-pill .logo { flex: 1 1 auto; min-width: 0; overflow: hidden; }
  .nav-pill .logo-mark, .nav-toggle { flex: none; }
  .nav-pill .logo-word { transition: none; will-change: transform; }
  .nav-pill .nav-links { display: none; }
  .nav.is-compact .nav-pill { max-width: 560px; padding: 0 6px 0 12px; gap: 10px; }
  .nav.is-compact .logo-word { transform: none; opacity: 1; }
  .nav-toggle svg { transition: none; }
  .nav-toggle svg path { transition: transform .45s cubic-bezier(.22, 1, .36, 1); }
  .nav.is-open .nav-toggle svg path:first-child { transform: translateY(3px) rotate(45deg); }
  .nav.is-open .nav-toggle svg path:last-child { transform: translateY(-3px) rotate(-45deg); }

  .nav-sheet { display: block; position: absolute; top: 64px; left: 12px; right: 12px; max-width: 560px; margin: 0 auto; padding: 8px; border-radius: 16px; pointer-events: none;
    background: rgba(255, 255, 255, .94); -webkit-backdrop-filter: saturate(1.6) blur(18px); backdrop-filter: saturate(1.6) blur(18px);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .06), 0 28px 60px -28px rgba(0, 0, 0, .35);
    opacity: 0; visibility: hidden; transform: translate3d(0, -10px, 0) scale(.98); transform-origin: 50% 0;
    transition: opacity .2s cubic-bezier(.4, 0, .2, 1), transform .3s cubic-bezier(.4, 0, .2, 1), visibility 0s linear .3s; }
  .nav.is-open .nav-sheet { pointer-events: auto; opacity: 1; visibility: visible; transform: none;
    transition: opacity .28s cubic-bezier(.22, 1, .36, 1) .04s, transform .5s cubic-bezier(.22, 1, .36, 1) .02s, visibility 0s; }
  .nav-sheet nav { display: flex; flex-direction: column; }
  .nav-sheet a { display: flex; align-items: center; min-height: 46px; padding: 0 14px; border-radius: 10px; font-size: 15px; font-weight: 500; color: var(--ink);
    opacity: 0; transform: translate3d(0, -6px, 0); transition: opacity .15s ease, transform .2s ease, background-color .15s; }
  .nav.is-open .nav-sheet a { opacity: 1; transform: none; transition: opacity .35s cubic-bezier(.22, 1, .36, 1), transform .5s cubic-bezier(.22, 1, .36, 1), background-color .15s; }
  .nav.is-open .nav-sheet a:nth-child(1) { transition-delay: .06s; }
  .nav.is-open .nav-sheet a:nth-child(2) { transition-delay: .09s; }
  .nav.is-open .nav-sheet a:nth-child(3) { transition-delay: .12s; }
  .nav.is-open .nav-sheet a:nth-child(4) { transition-delay: .15s; }
  .nav.is-open .nav-sheet a:nth-child(5) { transition-delay: .18s; }
  .nav.is-open .nav-sheet a:nth-child(6) { transition-delay: .21s; }
  .nav-sheet a:not(.pill):active { background: #f1f1ef; }
  .nav-sheet a[aria-current="page"] { font-weight: 600; }
  .nav-sheet .nav-signin { color: var(--ink); }
  .nav-sheet .pill { justify-content: center; height: 46px; margin-top: 6px; border-radius: 12px; background: #191919; color: #fff; font-size: 15px; }
}

/* ------------------------------ phone footer: one screen, trust and legal links only */
@media (max-width: 600px) {
  .foot { min-height: 100svh; display: flex; padding: 32px 0 22px; }
  .foot > .wrap { width: 100%; display: flex; flex-direction: column; min-height: calc(100svh - 54px); }
  .foot-top { flex: 1; justify-content: center; gap: 20px; }
  .foot-top h2 { font-size: 30px; }
  .foot-brand { margin-top: 28px; }
  .foot-links { display: block; margin-top: 20px; }
  .foot-col--product, .foot-col--account, .foot-sub { display: none !important; }
  .foot-col--trust { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }
  .foot-col--trust li:first-child { grid-column: 1 / -1; margin-bottom: 6px; }
  .foot-col--trust a { padding: 7px 0; font-size: 13px; }
  .foot-legal { margin-top: 18px; }
}

/* ---------------------------------------- nav v4: light, self-running shrink */
@media (max-width: 900px) {
  .nav-pill { will-change: auto; transition: width .42s cubic-bezier(.32, .72, 0, 1), background-color .3s, box-shadow .3s; }
  .nav-pill .logo-word { will-change: auto; transition: opacity .2s ease; }
  .nav.is-compact .logo-word { opacity: 0; transition: opacity .15s ease .2s; }
  .nav-toggle svg { transition: transform .42s cubic-bezier(.32, .72, 0, 1); }
  .nav.is-compact .nav-toggle svg { transform: scale(.86); }
}

/* ---------------------------------------- lighter feel across the site */
.nav-pill { -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .06), 0 6px 18px -14px rgba(0, 0, 0, .22); }
.nav.is-scrolled .nav-pill { box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .07), 0 8px 22px -16px rgba(0, 0, 0, .26); }
.nav-sheet { -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.reveal { transform: translateY(10px); transition: opacity .55s var(--ease), transform .55s var(--ease); }

/* ---------------------------------------- footer: trust & legal only */
@media (min-width: 601px) {
  .foot-links { display: block; }
  .foot-links .foot-col--trust { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 28px; }
  .foot-links .foot-col--trust li:first-child { margin: 0 8px 0 0; }
}

/* ---------------------------------------- footer: 80% of a desktop screen */
@media (min-width: 901px) {
  .foot { min-height: 80vh; display: flex; flex-direction: column; }
  .foot > .wrap { flex: 1; width: 100%; display: flex; flex-direction: column; }
  .foot-brand { margin-top: auto; padding-top: 64px; }
}

/* ---------------------------------------- live charts (drawn in SVG, animate once when revealed) */
.cl-chart { margin: 0 0 44px auto; width: min(100%, 560px); padding: 20px 22px 18px; border-radius: 16px; background: #fff; box-shadow: 0 0 0 1px rgba(0, 0, 0, .06), 0 20px 40px -32px rgba(0, 0, 0, .18); }
.feature .cl-chart { margin: 0 0 30px; width: 100%; }
.cl-chart figcaption { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; margin-bottom: 16px; font-size: 13px; color: var(--ink-3); }
.cl-chart figcaption b { display: block; margin-top: 4px; font-family: var(--display); font-weight: 500; font-size: 24px; letter-spacing: -.03em; color: var(--ink); font-variant-numeric: tabular-nums; }
.cl-tag { display: inline-flex; align-items: center; height: 22px; padding: 0 9px; border-radius: 999px; box-shadow: inset 0 0 0 1px var(--line); font-size: 11.5px; color: var(--ink-3); white-space: nowrap; }
.cl-funnel svg { display: block; width: 100%; height: clamp(120px, 14vw, 180px); }
.cl-funnel .seg { fill: var(--teal); transform-box: fill-box; transform-origin: center; transition: transform .8s cubic-bezier(.22, 1, .36, 1) calc(.1s + var(--i) * .09s); }
.reveal:not(.in) .cl-funnel .seg { transform: scaleY(0); }
.cl-funnel .seg path { transition: opacity .2s; }
.cl-funnel .seg:hover path:not(:last-child) { opacity: .34; }
.cl-funnel ol { list-style: none; margin: 14px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; }
.cl-funnel li { display: grid; gap: 2px; align-content: start; font-size: 11.5px; line-height: 1.3; color: var(--ink-3); }
.cl-funnel li b { font-family: var(--display); font-weight: 500; font-size: 17px; color: var(--ink); font-variant-numeric: tabular-nums; }
.cl-funnel li em { justify-self: start; height: 20px; padding: 0 7px; display: inline-flex; align-items: center; border-radius: 999px; background: #e8f0ef; color: var(--teal); font-style: normal; font-size: 11px; font-weight: 600; }
.cl-key { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; white-space: nowrap; }
.cl-key i { width: 16px; border-top: 2px dotted #3fae8c; }
.cl-plot { position: relative; height: clamp(120px, 12vw, 170px); }
.cl-plot svg { display: block; width: 100%; height: 100%; overflow: visible; }
.cl-grid { stroke: #efefed; stroke-width: 1; vector-effect: non-scaling-stroke; }
.cl-stroke { fill: none; stroke: var(--teal); stroke-width: 2; stroke-linecap: round; vector-effect: non-scaling-stroke; stroke-dasharray: 1; stroke-dashoffset: 0; transition: stroke-dashoffset 1.1s cubic-bezier(.33, 1, .68, 1) .1s; }
.cl-area, .cl-proj { transition: opacity .6s ease .8s; }
.cl-proj { fill: none; stroke-width: 2; stroke-dasharray: 1 5; stroke-linecap: round; vector-effect: non-scaling-stroke; transition-delay: 1.1s; }
.cl-dot { position: absolute; width: 10px; height: 10px; margin: -5px 0 0 -5px; border-radius: 50%; transition: opacity .3s ease 1.1s, transform .45s cubic-bezier(.34, 1.56, .64, 1) 1.1s; }
.cl-dot--ring { background: #fff; box-shadow: inset 0 0 0 2px var(--teal); }
.cl-dot--end { background: #3fae8c; transition-delay: 1.5s; }
.in .cl-dot--end::after { content: ''; position: absolute; inset: 0; border-radius: 50%; background: #3fae8c; animation: cl-ping 2.4s cubic-bezier(0, 0, .2, 1) 2s infinite; }
.reveal:not(.in) .cl-stroke { stroke-dashoffset: 1; }
.reveal:not(.in) .cl-area, .reveal:not(.in) .cl-proj, .reveal:not(.in) .cl-dot { opacity: 0; }
.reveal:not(.in) .cl-dot { transform: scale(.4); }
.cl-line > .cl-tag { margin-top: 12px; }
@keyframes cl-ping { 0% { transform: scale(1); opacity: .45; } 80%, 100% { transform: scale(2.6); opacity: 0; } }
@media (prefers-reduced-motion: reduce) { .cl-chart *, .cl-chart *::after { transition: none !important; animation: none !important; } }
@media (max-width: 600px) {
  .cl-chart { padding: 16px 14px 14px; margin-bottom: 28px; }
  .cl-funnel li { font-size: 10.5px; }
  .cl-funnel li b { font-size: 15px; }
}

/* ---------------------------------------- speed: skip layout and paint for sections far below the screen */
.band, .run, .founder-sec, .news { content-visibility: auto; contain-intrinsic-size: auto 900px; }
