:root {
  --egg-top: #fdfcf9;
  --egg-bg: #f8f6f2;
  --egg-bot: #eee8da;
  --egg-surface: #fffefb;
  --egg-line: #e8e2d6;
  --egg-line-strong: #d2c9b9;
  --egg-ink: #262119;
  --egg-ink-soft: #57503f;
  --egg-muted: #736a58;

  --code-bg: #282827;
  --code-bg-2: #1b1b1a;
  --code-surface: #212120;
  --code-chrome: #151514;
  --code-line: #3a3a38;
  --code-line-strong: #4d4c49;
  --code-ink: #e8e6e0;
  --code-ink-soft: #cbc8c0;
  --code-muted: #a3a099;

  --teal: #1376a3;
  --teal-hover: #0f5f85;
  --gold: #e6c864;
  --gold-hover: #efd989;
  --brand-a: #0054a6;
  --brand-b: #00bdf2;
  --brand-grad: linear-gradient(100deg, var(--brand-a), var(--brand-b));
  --shine: linear-gradient(96deg, var(--brand-b), var(--gold));

  --sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  --mono: ui-monospace, SFMono-Regular, 'SF Mono', Menlo, Consolas, monospace;

  --wrap: 1160px;
  --pad: clamp(18px, 4.5vw, 36px);
  --sec: clamp(46px, 5.6vw, 74px);
  --head: 58px;
  --radius: 12px;
  --radius-sm: 8px;

  --bg: var(--egg-bg);
  --surface: var(--egg-surface);
  --line: var(--egg-line);
  --line-strong: var(--egg-line-strong);
  --ink: var(--egg-ink);
  --ink-soft: var(--egg-ink-soft);
  --muted: var(--egg-muted);
  --accent: var(--teal);
  --accent-hover: var(--teal-hover);
  --on-accent: #ffffff;
}

.dark {
  --bg: var(--code-bg);
  --surface: var(--code-surface);
  --line: var(--code-line);
  --line-strong: var(--code-line-strong);
  --ink: var(--code-ink);
  --ink-soft: var(--code-ink-soft);
  --muted: var(--code-muted);
  --accent: var(--gold);
  --accent-hover: var(--gold-hover);
  --on-accent: #10161f;
}

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

html { scroll-behavior: smooth; scrollbar-gutter: stable; color-scheme: light; }

body {
  margin: 0;
  background: var(--egg-bg);
  color: var(--egg-ink);
  font-family: var(--sans);
  font-size: 16.5px;
  line-height: 1.6;
  letter-spacing: .1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

img, svg { max-width: 100%; }
p { margin: 0 0 .9em; }
p:last-child { margin-bottom: 0; }

h1, h2, h3, h4 {
  margin: 0;
  font-weight: 600;
  line-height: 1.13;
  letter-spacing: -.024em;
  color: var(--ink);
}

a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline dashed; text-underline-offset: .2em; }

:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 3px; }

.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--pad); }
.narrow { max-width: 780px; }

.skip { position: absolute; left: -9999px; }
.skip:focus { left: 12px; top: 12px; z-index: 100; background: #fff; color: #262119; padding: 10px 16px; border-radius: var(--radius-sm); }

section { padding: var(--sec) 0; color: var(--ink); position: relative; scroll-margin-top: var(--head); }

.light { background: linear-gradient(180deg, var(--egg-top) 0%, var(--egg-bg) 48%, var(--egg-bot) 100%); }

.dark {
  background:
    radial-gradient(820px 480px at 76% 0%, rgba(0, 189, 242, .13), transparent 68%),
    radial-gradient(900px 300px at 40% -4%, rgba(0, 189, 242, .10), transparent 70%),
    radial-gradient(640px 400px at 10% 100%, rgba(230, 200, 100, .08), transparent 68%),
    linear-gradient(170deg, var(--code-bg) 0%, var(--code-bg-2) 100%);
}

.light + .light::before {
  content: '';
  position: absolute; inset: 0 0 auto; height: 1px;
  background: linear-gradient(90deg, transparent, var(--egg-line-strong) 22%, var(--egg-line-strong) 78%, transparent);
}
.light.wm::after {
  content: '';
  position: absolute; inset: 0;
  pointer-events: none;
  background-color: var(--egg-line-strong);
  -webkit-mask-image: url('logos/memex-watermark.svg');
  mask-image: url('logos/memex-watermark.svg');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: clamp(300px, 40vw, 660px) auto;
  mask-size: clamp(300px, 40vw, 660px) auto;
  opacity: .35;
}
.light.wm-tr::after {
  -webkit-mask-position: calc(100% + 110px) -60px;
  mask-position: calc(100% + 110px) -60px;
}
.light.wm-bl::after {
  -webkit-mask-position: -150px calc(100% + 70px);
  mask-position: -150px calc(100% + 70px);
}
.light.wm-big::after {
  -webkit-mask-size: auto 106%;
  mask-size: auto 106%;
  -webkit-mask-position: -24px calc(100% + 26px);
  mask-position: -24px calc(100% + 26px);
}
.light.wm > * { position: relative; z-index: 1; }
.light.sunrise {
  background:
    radial-gradient(1100px 520px at 50% 106%, rgba(255, 196, 92, .30), transparent 70%),
    radial-gradient(1600px 620px at 50% 100%, rgba(255, 150, 70, .10), transparent 72%),
    radial-gradient(1700px 640px at 50% -16%, rgba(0, 189, 242, .10), transparent 74%),
    linear-gradient(180deg, var(--egg-top) 0%, var(--egg-bg) 46%, #f3ebdc 100%);
}
h2 em.accent { font-style: normal; color: var(--accent); }
h2.shine {
  background: var(--brand-grad);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  padding-bottom: .08em;
}

.eyebrow {
  font-family: var(--mono); font-size: 11.5px; font-weight: 500;
  letter-spacing: .14em; text-transform: uppercase; color: var(--accent);
  margin: 0 0 14px;
}
.dark .eyebrow { color: var(--gold); }
.bar { display: block; width: 40px; height: 3px; border-radius: 2px; background: var(--brand-grad); margin-bottom: 16px; }
.bar.center { margin-inline: auto; }

h2 { font-size: clamp(26px, 3.2vw, 38px); max-width: 20ch; }
h2.one-line { max-width: none; }
h2.long-line { max-width: none; font-size: clamp(21px, 2.45vw, 30px); }
.lede { color: var(--ink-soft); font-size: clamp(15.5px, 1.5vw, 18px); max-width: 58ch; margin-top: 14px; }
.lede strong { font-weight: 650; color: var(--ink); }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font: inherit; font-size: 15px; font-weight: 500; line-height: 1;
  padding: 12px 20px; border-radius: var(--radius-sm); border: 1px solid transparent;
  cursor: pointer; transition: background-color .15s, border-color .15s, transform .15s;
}
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn-primary { background: var(--accent); border-color: var(--accent); color: var(--on-accent); }
.btn-primary:hover { background: var(--accent-hover); border-color: var(--accent-hover); }
.btn-ghost { border-color: var(--line-strong); color: var(--ink-soft); background: transparent; }
.btn-ghost:hover { border-color: var(--accent); color: var(--accent); }
.btn-sm { padding: 9px 15px; font-size: 14px; }
.btn-lg { padding: 14px 26px; font-size: 16.5px; }

.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 40;
  background: rgba(21, 21, 20, .55);
  backdrop-filter: saturate(1.6) blur(14px);
  -webkit-backdrop-filter: saturate(1.6) blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, .09);
}
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; height: var(--head); }
.brand { display: flex; align-items: center; gap: 9px; color: var(--code-ink); }
.brand:hover { text-decoration: none; }
.brand img { width: 24px; height: 24px; }
.brand span { font-size: 17px; font-weight: 600; letter-spacing: -.01em; }

.site-nav { display: flex; align-items: center; gap: 4px; }
.site-nav a.navlink { color: var(--code-ink-soft); font-size: 14px; padding: 7px 11px; border-radius: var(--radius-sm); }
.site-nav a.navlink:hover { text-decoration: none; background: rgba(255, 255, 255, .1); color: #fff; }
.site-nav .btn-primary { background: var(--gold); border-color: var(--gold); color: #10161f; }
.site-nav .btn-primary:hover { background: var(--gold-hover); border-color: var(--gold-hover); }
@media (max-width: 820px) {
  .site-nav a.navlink { display: none; }
  .site-nav a.navlink.signin { display: inline-block; }
}

.hero {
  --scene-h: 780px;
  --hero-gap: clamp(30px, 3.4vw, 52px);
  --shot-h: 640px;
  --shot-w: calc(var(--shot-h) * 2846 / 2234);
  --shot-x: -14px;
  --desk-stand: 2px;
  --text-top: 146px;
  position: relative; container-type: inline-size; isolation: isolate;
  padding: 0; overflow: clip; background: #060606;
}
.hero .wrap {
  display: grid; grid-template-columns: minmax(0, 30rem) minmax(0, 1fr);
  column-gap: var(--hero-gap); align-items: start; align-content: start;
  box-sizing: border-box; min-height: var(--scene-h);
  padding-block: var(--text-top) clamp(30px, 3.6vw, 48px);
}
.hero-bg {
  position: absolute; bottom: 0; left: 50%; translate: -50% 0; z-index: -2;
  width: 2793px; height: 1394px; max-width: none; display: block;
}
.hero::after {
  content: ''; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background:
    linear-gradient(180deg, rgba(6, 6, 6, .47) 0%, rgba(6, 6, 6, .31) 18%, rgba(6, 6, 6, 0) 44%),
    linear-gradient(95deg, rgba(6, 6, 6, .5) 0%, rgba(6, 6, 6, .42) 26%, rgba(6, 6, 6, .12) 48%, rgba(6, 6, 6, 0) 62%);
}
.hero h1 { font-size: clamp(30px, 3.9vw, 46px); font-weight: 750; line-height: 1.1; letter-spacing: -.032em; max-width: 17ch; }
.hero h1 em { font-style: normal; background: var(--shine); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero .said { margin-top: clamp(13px, 1.4vw, 17px); font-size: clamp(14.5px, 1.35vw, 16px); line-height: 1.6; color: var(--code-ink-soft); max-width: 54ch; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: clamp(22px, 2.6vw, 30px); }
.hero-note { margin-top: clamp(20px, 2.2vw, 28px); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; font-family: var(--mono); color: var(--code-muted); }
.hero-marks { list-style: none; display: flex; flex-wrap: wrap; align-items: center; gap: clamp(14px, 1.6vw, 22px); margin: 10px 0 0; padding: 0; }
.hero-marks img { width: 22px; height: 22px; object-fit: contain; opacity: .82; }
.hero-marks img.mono { filter: invert(1); }
.hero-shot {
  position: absolute; z-index: 1; margin: 0;
  left: calc(50% + var(--shot-x));
  width: var(--shot-w);
  bottom: var(--desk-stand);
}
.hero-device {
  position: relative; display: block;
  width: 100%; margin: 0;
  aspect-ratio: 2846 / 2234;
}
.hero-stage {
  position: absolute; left: 8.82%; top: 11.28%; width: 82.36%; height: 56.27%;
  display: block; background: #fff; overflow: hidden;
}
.hero-slide {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: left top;
  opacity: 0;
  animation: hero-slides 30s linear infinite;
}
.hero-slide:first-child { opacity: 1; }
.hero-slide:nth-child(2) { animation-delay: 6s; }
.hero-slide:nth-child(3) { animation-delay: 12s; }
.hero-slide:nth-child(4) { animation-delay: 18s; }
.hero-slide:nth-child(5) { animation-delay: 24s; }
@keyframes hero-slides {
  0% { opacity: 0; }
  1.7% { opacity: 1; }
  18.3% { opacity: 1; }
  20% { opacity: 0; }
  100% { opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-slide { animation: none; opacity: 0; }
  .hero-slide:first-child { opacity: 1; }
}
.hero-frame { position: relative; width: 100%; height: auto; display: block; }
@media (max-width: 1180px) {
  .hero .wrap { grid-template-columns: minmax(0, 26rem) minmax(0, 1fr); }
}
@media (max-width: 940px) {
  .hero .wrap {
    grid-template-columns: 1fr; row-gap: clamp(26px, 4vw, 38px); min-height: 0;
    align-content: center;
    padding-block: calc(var(--head) + clamp(34px, 4.4vw, 60px)) max(2px, calc(40px - 4.79cqw));
  }
  .hero-text { text-align: center; }
  .hero h1, .hero .said { max-width: none; }
  .hero .said { margin-inline: auto; }
  .hero-cta, .hero-marks { justify-content: center; }
  .hero-shot {
    position: static; justify-self: center;
    width: calc(100% + 2 * var(--pad));
  }
  .hero-toggle { left: calc(50% + 16.4cqw); }
}

.mock {
  border-radius: 14px; overflow: hidden;
  border: 1px solid rgba(0, 0, 0, .1);
  box-shadow: 0 18px 44px rgba(38, 33, 25, .12);
  font-size: 13.5px; line-height: 1.55;
}
.mock + .mock { margin-top: 14px; }
.mock-bar { display: flex; align-items: center; gap: 8px; padding: 9px 12px; border-bottom: 1px solid; font-size: 12.5px; font-weight: 500; }
.mock-bar img { width: 15px; height: 15px; object-fit: contain; }
.dots { display: flex; gap: 5px; margin-right: 3px; }
.dots i { width: 9px; height: 9px; border-radius: 50%; background: currentColor; opacity: .22; }
.mock-body { padding: 16px 16px 14px; display: flex; flex-direction: column; gap: 13px; }
.mock-foot { padding: 0 16px 14px; }

.msg-user { align-self: flex-end; max-width: 84%; padding: 9px 14px; border-radius: 16px; }
.msg-ai { display: flex; gap: 10px; align-items: flex-start; }
.msg-ai .who { flex: none; width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; margin-top: 1px; overflow: hidden; }
.msg-ai .who img { width: 16px; height: 16px; object-fit: contain; }
.msg-ai .said { flex: 1; min-width: 0; }
.msg-ai .said p + p { margin-top: .55em; }

.composer { display: flex; align-items: center; justify-content: space-between; padding: 9px 12px 9px 15px; border-radius: 22px; border: 1px solid; font-size: 13px; }
.composer .send { width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; font-size: 12px; }

.toolcall {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 4px 10px 4px 6px; border-radius: 99px;
  font-family: var(--mono); font-size: 11px; letter-spacing: .01em;
  border: 1px solid rgba(0, 132, 200, .32);
  background: rgba(0, 132, 200, .08);
  color: #0d6ea8;
}
.toolcall img { width: 14px; height: 14px; flex: none; }

.notecard { border: 1px solid; border-radius: 9px; padding: 10px 12px; font-size: 12.5px; margin-top: 7px; }
.notecard .t { font-weight: 600; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.notecard .m { font-family: var(--mono); font-size: 10.5px; opacity: .72; margin-top: 4px; }
.pill { font-family: var(--mono); font-size: 10px; padding: 2px 7px; border-radius: 99px; border: 1px solid currentColor; white-space: nowrap; }

.mock.gpt { background: #ffffff; color: #0d0d0d; }
.mock.gpt .mock-bar { background: #f9f9f9; border-color: #ececec; color: #0d0d0d; }
.mock.gpt .msg-user { background: #f4f4f4; color: #0d0d0d; }
.mock.gpt .msg-ai .who { background: #f0f0f0; }
.mock.gpt .composer { border-color: #dcdcdc; background: #fff; color: #8f8f8f; }
.mock.gpt .composer .send { background: #0d0d0d; color: #fff; }
.mock.gpt .notecard { border-color: #e5e5e5; background: #fafafa; }

.mock.claude { background: #faf9f7; color: #1f1e1d; }
.mock.claude .mock-bar { background: #f2efe9; border-color: #e5e1d8; color: #1f1e1d; }
.mock.claude .msg-user { background: #efece4; color: #1f1e1d; border: 1px solid #e3ded2; }
.mock.claude .msg-ai .who { background: #f6efe9; }
.mock.claude .composer { border-color: #e0dbd0; background: #fffefb; color: #8b857a; }
.mock.claude .composer .send { background: #d97757; color: #fff; }
.mock.claude .notecard { border-color: #e5e1d8; background: #fffefb; }

.rail {
  --rail-gap: 10px;
  --rail-ramp: linear-gradient(96deg in oklab, #07708f 0%, #edc748 100%);
  list-style: none; margin: 30px 0 0; padding: 0;
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: var(--rail-gap);
  counter-reset: step;
}
.rail-step {
  display: grid; grid-row: span 2; grid-template-rows: subgrid;
  position: relative; overflow: hidden;
  padding: 22px 17px 22px;
  border-radius: var(--radius);
  color: #fff;
  background-image: var(--rail-ramp);
  background-size: 500% 100%;
  background-repeat: no-repeat;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .35);
}
.rail-step:nth-child(1) { background-position: 0% 0; }
.rail-step:nth-child(2) { background-position: 25% 0; }
.rail-step:nth-child(3) { background-position: 50% 0; }
.rail-step:nth-child(4) { background-position: 75% 0; }
.rail-step:nth-child(5) { background-position: 100% 0; }

.rail-step::before {
  counter-increment: step;
  content: counter(step);
  position: absolute; right: -18px; top: -40px;
  font-size: 176px; font-weight: 900; line-height: 1; letter-spacing: -.07em;
  color: rgba(255, 255, 255, .24);
  pointer-events: none;
}
.rail-step > * { position: relative; }
.rail-step h3 {
  font-size: 19.5px; font-weight: 800; color: #fff;
  margin: 0 0 8px; letter-spacing: -.018em; align-self: start;
}
.rail-step p { font-size: 14px; color: #14110b; margin: 0; align-self: start; }

@media (max-width: 1080px) and (min-width: 701px) { .rail { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 700px) {
  .rail {
    grid-template-columns: 1fr;
    --rail-ramp: linear-gradient(174deg in oklab, #07708f 0%, #edc748 100%);
  }
  .rail-step {
    background-size: 100% 500%;
    padding: 18px 20px 20px;
  }
  .rail-step:nth-child(1) { background-position: 0 0%; }
  .rail-step:nth-child(2) { background-position: 0 25%; }
  .rail-step:nth-child(3) { background-position: 0 50%; }
  .rail-step:nth-child(4) { background-position: 0 75%; }
  .rail-step:nth-child(5) { background-position: 0 100%; }
}

.stripe-lede { margin-top: clamp(30px, 3.4vw, 44px); text-align: center; font-size: clamp(16px, 1.62vw, 19px); font-weight: 600; line-height: 1.35; letter-spacing: -.015em; color: var(--code-ink); }
.stripe { margin-top: clamp(20px, 2.4vw, 28px); overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.stripe-track { display: flex; width: max-content; animation: stripe-scroll 44s linear infinite; }
.stripe-row { display: flex; gap: 10px; padding: 0 10px 0 0; margin: 0; list-style: none; }
.chip { display: flex; align-items: center; gap: 9px; padding: 12px 13px; white-space: nowrap; border: 1px solid var(--code-line); border-radius: var(--radius-sm); background: rgba(255, 255, 255, .05); font-size: 14px; font-weight: 500; color: var(--code-ink); }
.chip-mark { width: 20px; height: 20px; object-fit: contain; flex: none; }
.chip-mark.mono { filter: invert(1); }
@keyframes stripe-scroll { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) {
  .stripe { overflow-x: auto; }
  .stripe-track { animation: none; }
}

.demo-tabs {
  display: none; width: max-content; max-width: 100%; margin: clamp(24px, 3vw, 34px) auto 0;
  gap: 4px; padding: 4px; border-radius: 99px;
  background: var(--egg-bot); border: 1px solid var(--line);
}
.demo-tabs.ready { display: flex; }
.demo-tabs:not(.ready) ~ .demo-stage .demo-pane + .demo-pane { margin-top: clamp(14px, 2vw, 26px); }
.demo-tabs:not(.ready) ~ .demo-cap { display: none; }
.demo-tab {
  display: inline-flex; align-items: center; gap: 8px; cursor: pointer; font: inherit; white-space: nowrap;
  padding: 10px 20px; border: 0; border-radius: 99px; background: transparent;
  font-size: 15.5px; font-weight: 650; letter-spacing: -.014em; color: var(--ink-soft);
  transition: background-color .15s, color .15s;
}
.demo-tab:hover { color: var(--ink); }
.demo-tab[aria-selected="true"] { background: var(--brand-grad); color: #fff; }
.tab-mark {
  width: 18px; height: 18px; flex: none; display: block; background: currentColor;
  -webkit-mask: url('logo-mark.svg') center / contain no-repeat;
  mask: url('logo-mark.svg') center / contain no-repeat;
}
.demo-cap { text-align: center; margin: 12px auto 0; max-width: 62ch; font-size: 15px; color: var(--ink-soft); }
@media (max-width: 560px) {
  .demo-tabs { width: 100%; }
  .demo-tab { flex: 1; justify-content: center; padding: 10px 12px; font-size: 14.5px; }
}

.demo-stage { margin-top: 16px; }
.demo-pane .mock { max-width: 720px; margin-inline: auto; }
.demo-pane .mock-body { min-height: 232px; }
.demo-pane.two-up { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(14px, 2vw, 26px); align-items: stretch; }
.demo-pane.two-up .mock { max-width: none; margin-inline: 0; display: flex; flex-direction: column; }
.demo-pane.two-up .mock-body { flex: 1; min-height: 372px; }
.demo-pane.two-up .mock + .mock { margin-top: 0; }
@media (max-width: 860px) { .demo-pane.two-up { grid-template-columns: 1fr; } }
.mock-bar .when { margin-left: auto; font-size: 11.5px; font-weight: 500; letter-spacing: .03em; opacity: .7; }
.msg-ai .said p.after-card { margin-top: 9px; }
.demo-caption { margin-top: clamp(18px, 2.2vw, 26px); text-align: center; font-size: 14px; line-height: 1.55; color: var(--muted); max-width: 74ch; margin-inline: auto; }

.cmp-scroll { margin-top: clamp(26px, 3.2vw, 38px); overflow-x: auto; border-radius: var(--radius); }
.cmp .c-label { width: 17%; }
.cmp .c-plain { width: 20.75%; }
.cmp .c-plugin { width: 20.75%; }
.cmp .c-memex { width: 41.5%; }
.cmp { width: 100%; min-width: 880px; table-layout: fixed; border-collapse: collapse; font-size: 14px; line-height: 1.45; text-align: left; }
.cmp thead th {
  padding: 12px 16px 13px; vertical-align: bottom;
  font-size: 15px; font-weight: 700; letter-spacing: -.018em; color: var(--ink);
  border-bottom: 2px solid var(--line-strong);
}
.cmp thead th.mine { color: var(--accent); }
.ch { display: flex; align-items: center; gap: 8px; }
.ch-i { width: 19px; height: 19px; flex: none; color: var(--muted); }
.ch-mark { width: 19px; height: 19px; flex: none; }
.cmp-mark { font-size: 13px; vertical-align: super; margin-left: 1px; }
.cmp-group th { padding: 34px 16px 10px 0; background: none; }
.cmp tbody:first-of-type .cmp-group th { padding-top: 12px; }
.cmp-tag {
  display: inline-block;
  padding: 6px 14px; border-radius: 100px;
  background: linear-gradient(100deg, #f3ddbd 0%, #f9e8d1 52%, #f5e1c5 100%);
  background-origin: border-box;
  color: #4a3a14;
  font-size: 10.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em;
  white-space: nowrap;
}
.cmp-group + tr > * { border-top-color: var(--line-strong); }
.cmp tbody th[scope="row"] { padding: 12px 16px; font-weight: 650; color: var(--ink); vertical-align: top; }
.cmp tbody td { padding: 12px 16px; color: var(--ink-soft); vertical-align: top; border-top: 1px solid var(--line); }
.cmp tbody th[scope="row"] { border-top: 1px solid var(--line); }
.cmp .cmp-group th { border-top: 0; }
.cmp td.mine { color: var(--ink); background: var(--surface); box-shadow: inset 1px 0 0 var(--line-strong), inset -1px 0 0 var(--line-strong); }
.cmp thead th.mine { background: var(--surface); box-shadow: inset 1px 0 0 var(--line-strong), inset -1px 0 0 var(--line-strong); }
.cmp tbody:last-of-type tr:last-child td.mine { box-shadow: inset 1px 0 0 var(--line-strong), inset -1px 0 0 var(--line-strong), inset 0 -1px 0 var(--line-strong); }

.closing-line {
  margin-top: clamp(28px, 3.4vw, 44px);
  text-align: center;
  font-size: clamp(18px, 2.1vw, 25px); line-height: 1.32; letter-spacing: -.02em;
  color: var(--code-ink);
}
.closing-line em {
  display: block; margin-top: 10px;
  font-style: normal; font-weight: 700;
  font-size: 1.3em; line-height: 1.18; letter-spacing: -.026em;
  background: var(--shine);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.cols-2x2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(24px, 3vw, 38px) clamp(36px, 4.8vw, 60px); margin-top: clamp(28px, 3.4vw, 40px); }
@media (max-width: 720px) { .cols-2x2 { grid-template-columns: 1fr; } }
.own-item { display: flex; align-items: flex-start; gap: clamp(14px, 1.6vw, 20px); padding-top: 18px; border-top: 2px solid transparent; border-image: var(--brand-grad) 1; }
.own-icon { width: clamp(44px, 4.6vw, 58px); height: clamp(44px, 4.6vw, 58px); flex: none; stroke-width: 1.25; color: var(--brand-b); }
.own-item h3 { margin: 0 0 7px; font-size: clamp(19px, 2vw, 24px); font-weight: 750; line-height: 1.22; letter-spacing: -.022em; color: var(--code-ink); }
.own-item p { font-size: 14.5px; line-height: 1.55; color: var(--code-ink-soft); margin: 0; }

.cmp-col { display: none; }

@media (max-width: 860px) {
  .cmp-scroll { overflow-x: visible; }
  .cmp { table-layout: auto; }
  .cmp colgroup { display: none; }
  .cmp, .cmp thead, .cmp tbody, .cmp tr, .cmp th, .cmp td { display: block; }
  .cmp { min-width: 0; }
  .cmp thead { display: none; }
  .cmp-group th { padding: 32px 0 6px; }
  .cmp tbody:first-of-type .cmp-group th { padding-top: 2px; }
  .cmp tbody th[scope="row"] {
    width: auto; padding: 0 0 8px; border-top: 0;
    font-size: 17px; font-weight: 750; letter-spacing: -.02em;
  }
  .cmp tbody tr:not(.cmp-group) { padding: 16px 0 18px; border-top: 1px solid var(--line); }
  .cmp tbody td { width: auto; padding: 7px 0 7px 13px; border-top: 0; border-left: 2px solid var(--line); }
  .cmp td.mine { padding: 9px 12px 11px 13px; border-left: 2px solid var(--accent); background: var(--surface); box-shadow: none; }
  .cmp tbody:last-of-type tr:last-child td.mine { box-shadow: none; }
  .cmp-col { display: block; margin-bottom: 2px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; color: var(--muted); }
  .cmp td.mine .cmp-col { color: var(--accent); }
}

.cmp-note { margin-top: 16px; font-size: 13px; line-height: 1.55; color: var(--muted); max-width: 80ch; }
.cmp-box {
  margin-top: clamp(28px, 3.4vw, 44px);
  padding: clamp(24px, 3.2vw, 40px) clamp(24px, 3.6vw, 46px);
  border-radius: var(--radius);
  background:
    radial-gradient(700px 300px at 88% 0%, rgba(0, 189, 242, .16), transparent 70%),
    radial-gradient(520px 300px at 6% 100%, rgba(230, 200, 100, .10), transparent 70%),
    linear-gradient(168deg, var(--code-bg) 0%, var(--code-bg-2) 100%);
}
.cmp-compose { margin: 0; font-size: clamp(15.5px, 1.6vw, 18px); line-height: 1.6; color: var(--code-ink-soft); max-width: 74ch; }
.cmp-closer {
  margin: clamp(16px, 2vw, 22px) 0 0;
  font-size: clamp(21px, 2.6vw, 32px); font-weight: 700; line-height: 1.18; letter-spacing: -.028em;
  background: var(--shine);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.cmp-compose em { font-style: normal; font-weight: 700; color: var(--accent); }

.qa-body code { font-family: var(--mono); font-size: .88em; padding: 1px 5px; border-radius: 4px; background: rgba(0, 0, 0, .06); }

.faq-grid { display: grid; grid-template-columns: 280px 1fr; gap: clamp(20px, 3.4vw, 48px); align-items: start; }
@media (max-width: 860px) { .faq-grid { grid-template-columns: 1fr; } }

.faq-list { border-top: 1px solid var(--line-strong); }
details.qa { border-bottom: 1px solid var(--line); }
details.qa > summary { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; cursor: pointer; list-style: none; padding: 21px 0; font-size: clamp(19px, 2.1vw, 25px); font-weight: 700; line-height: 1.25; letter-spacing: -.022em; color: var(--ink); }
details.qa > summary::-webkit-details-marker { display: none; }
details.qa > summary::after { content: '+'; font-family: var(--mono); font-size: 24px; font-weight: 400; color: var(--muted); flex: none; }
details.qa[open] > summary::after { content: '\2212'; color: var(--accent); }
details.qa > summary:hover { color: var(--accent); }
.qa-body { padding: 0 0 17px; max-width: 68ch; font-size: 15px; color: var(--ink-soft); }

.close-band h2 { max-width: 22ch; font-size: clamp(28px, 3.6vw, 44px); }
.close-band h2 em { font-style: normal; background: var(--brand-grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.close-band .lede { max-width: 66ch; }

.get-cols {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(20px, 2.6vw, 34px);
  margin-top: clamp(30px, 3.6vw, 44px);
}
@media (max-width: 820px) { .get-cols { grid-template-columns: 1fr; } }
.get-col {
  display: flex; flex-direction: column;
  padding: clamp(22px, 2.6vw, 32px);
  border: 1px solid var(--code-line); border-radius: var(--radius);
  background: rgba(255, 255, 255, .035);
}
.get-col h3 {
  margin: 0 0 12px; font-size: clamp(19px, 2vw, 23px); font-weight: 750;
  letter-spacing: -.022em; color: var(--code-ink);
}
.get-col > p { font-size: 14.5px; line-height: 1.55; color: var(--code-ink-soft); margin: 0 0 .8em; }
.get-col .btn[disabled] {
  margin-top: auto; width: 100%;
  background: transparent; border-color: var(--code-line-strong); color: var(--code-muted);
  cursor: not-allowed;
}
.get-col .btn[disabled]:hover { transform: none; background: transparent; border-color: var(--code-line-strong); }
.get-col .btn[disabled] + * { margin-top: 0; }
.get-col > p + .btn[disabled] { margin-top: clamp(22px, 2.8vw, 32px); }

.invite { margin: 16px 0 0; display: flex; flex-direction: column; gap: 11px; text-align: left; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.invite input, .invite textarea {
  width: 100%; font: inherit; font-size: 15px; padding: 11px 13px;
  border-radius: var(--radius-sm); border: 1px solid var(--code-line-strong);
  background: rgba(255, 255, 255, .05); color: var(--code-ink);
}
.invite textarea { min-height: 86px; resize: vertical; }
.invite input::placeholder, .invite textarea::placeholder { color: var(--code-muted); opacity: .8; }
.invite input:focus, .invite textarea:focus { outline: 2px solid var(--gold); outline-offset: 1px; border-color: transparent; }
.invite .btn { width: 100%; }
.invite-note { font-size: 12.5px; color: var(--code-muted); margin: 0; }

.form-status { display: none; margin: 0; padding: 12px 14px; border-radius: var(--radius-sm); border: 1px solid var(--gold); background: rgba(230, 200, 100, .12); color: var(--code-ink); font-size: 14px; }
.form-status.shown { display: block; }
[hidden] { display: none !important; }
.invite-done {
  margin: 16px 0 0;
  padding: 26px 22px;
  border: 1px solid var(--code-line-strong);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .04);
}
.invite-done h3 {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -.02em;
  color: var(--code-ink);
}
.invite-done p { margin: 0; font-size: 15px; color: var(--code-ink-soft); }
.invite-again {
  margin-top: 14px;
  font: inherit; font-size: 14px;
  padding: 0; border: 0; background: none; cursor: pointer;
  color: var(--gold);
  text-decoration: underline dashed; text-underline-offset: .2em;
}
.invite-again:hover { color: var(--gold-hover); }
.site-header.doc-head {
  position: static;
  background: var(--code-chrome);
  backdrop-filter: none; -webkit-backdrop-filter: none;
}

.doc { background: var(--egg-bg); padding: clamp(40px, 5vw, 66px) 0 clamp(56px, 6vw, 84px); }
.doc .wrap { max-width: 760px; }
.doc h1 { font-size: clamp(31px, 4.2vw, 44px); margin-bottom: 12px; }
.doc .dateline { font-family: var(--mono); font-size: 12.5px; color: var(--egg-muted); margin: 0 0 36px; }
.doc .lead { font-size: 18px; color: var(--egg-ink-soft); margin-bottom: 30px; }
.doc h2 { font-size: 22px; max-width: none; margin: 40px 0 12px; }
.doc h3 { font-size: 17px; margin: 26px 0 8px; }
.doc p, .doc li { color: var(--egg-ink-soft); font-size: 16px; }
.doc ul { padding-left: 20px; margin: 0 0 1em; }
.doc li { margin-bottom: 7px; }
.doc strong { color: var(--egg-ink); font-weight: 600; }
.doc a { color: var(--teal); }
.doc blockquote {
  margin: 0 0 26px;
  padding: clamp(24px, 3vw, 34px) clamp(24px, 3.2vw, 38px) clamp(22px, 2.6vw, 30px);
  background: var(--egg-surface);
  border: 1px solid var(--egg-line);
  border-radius: var(--radius);
  box-shadow: 0 6px 20px rgba(38, 33, 25, .05);
  font-size: clamp(21px, 2.7vw, 27px);
  font-style: italic;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: -.018em;
  color: var(--egg-ink);
}
.doc blockquote cite {
  display: block; margin-top: 18px;
  font-style: normal; font-weight: 500; font-size: 14px;
  letter-spacing: 0; color: var(--egg-muted);
}

.site-footer { background: var(--code-chrome); border-top: 1px solid rgba(255, 255, 255, .07); padding: 26px 0; color: var(--code-muted); font-size: 13.5px; }
.site-footer .wrap { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; }
.site-footer nav { display: flex; gap: 16px; flex-wrap: wrap; }
.site-footer a { color: var(--code-ink-soft); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}

.motion-toggle {
  position: absolute; z-index: 3;
  font: inherit; font-size: 11px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase;
  padding: 6px 12px; border-radius: 100px; cursor: pointer;
  border: 1px solid rgba(255, 255, 255, .28);
  background: rgba(16, 16, 15, .62); color: #fff;
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
}
.motion-toggle:hover { border-color: rgba(255, 255, 255, .5); }
.hero-toggle {
  right: auto; bottom: 75px;
  left: min(calc(50% + var(--shot-x) + var(--shot-w) * .664), calc(100% - var(--pad) - 96px));
}
.strip-toggle { right: 0; top: -38px; }
.stripe { position: relative; }
.motion-paused .hero-slide, .motion-paused .stripe-track { animation-play-state: paused; }
@media (prefers-reduced-motion: reduce) { .motion-toggle { display: none; } }
