:root {
  --ink: oklch(0.17 0.012 285);
  --ink-deep: oklch(0.12 0.01 285);
  --paper: oklch(0.97 0.012 94);
  --paper-soft: oklch(0.935 0.016 94);
  --white: oklch(0.995 0.003 94);
  --yellow: oklch(0.92 0.19 104);
  --purple: oklch(0.59 0.19 299);
  --muted: oklch(0.53 0.014 285);
  --line: oklch(0.82 0.012 285);
  --sans: "Manrope", "Helvetica Neue", Arial, sans-serif;
  --mono: "DM Mono", monospace;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --header: 78px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header); overflow-x: clip; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.5; overflow-x: clip; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; }
::selection { background: var(--yellow); color: var(--ink); }
:focus-visible { outline: 3px solid var(--purple); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: 12px; padding: 10px 14px; background: var(--yellow); transform: translateY(-150%); transition: transform 200ms var(--ease); }
.skip-link:focus { transform: translateY(0); }
.page-width { width: min(1180px, calc(100% - 44px)); margin-inline: auto; }
.site-header { position: fixed; z-index: 50; inset: 0 0 auto; height: var(--header); display: grid; grid-template-columns: 1fr auto 1fr; gap: 28px; align-items: center; padding: 0 clamp(22px, 5vw, 74px); border-bottom: 1px solid oklch(100% 0 0 / .14); background: oklch(0.12 0.01 285 / .92); color: var(--paper); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; justify-self: start; width: 96px; line-height: 1; }
.brand img { display: block; width: 100%; height: auto; filter: invert(1) brightness(1.8); }
.brand sup { margin-left: 3px; color: var(--purple); font-size: 10px; line-height: 1; }
.site-nav { display: flex; gap: clamp(22px, 3vw, 48px); align-items: center; color: oklch(90% .008 285); font-size: 13px; font-weight: 700; }
.site-nav a, .footer-links a { transition: color 180ms ease; }
.site-nav a:hover { color: var(--yellow); }
.header-actions { justify-self: end; display: flex; gap: 20px; align-items: center; }
.lang-switch { color: var(--yellow); font-family: var(--mono); font-size: 10px; font-weight: 500; letter-spacing: .08em; }
.lang-switch:hover { color: var(--paper); }
.login-link { color: oklch(87% .01 285); font-size: 13px; font-weight: 700; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 19px; padding: 0 22px; border: 1px solid transparent; border-radius: 8px; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: transform 200ms var(--ease), background 200ms ease, color 200ms ease; }
.button:hover { transform: translateY(-3px); }
.button-yellow { background: var(--yellow); color: var(--ink); }
.button-yellow:hover { background: var(--white); }
.button-dark { background: var(--ink); color: var(--paper); }
.button-dark:hover { background: var(--purple); }
.button-small { min-height: 42px; padding-inline: 17px; font-size: 11px; }
.menu-toggle { display: none; background: none; border: 0; }
.menu-toggle span { display: block; width: 23px; height: 1px; margin: 5px; background: var(--paper); }

.hero { position: relative; min-height: 820px; display: grid; grid-template-columns: minmax(320px, .78fr) minmax(550px, 1.22fr); gap: clamp(40px, 7vw, 110px); align-items: center; padding: calc(var(--header) + 70px) clamp(22px, 7vw, 110px) 80px; overflow: hidden; background: var(--ink-deep); color: var(--paper); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(oklch(100% 0 0 / .08) 1px, transparent 1px), linear-gradient(90deg, oklch(100% 0 0 / .08) 1px, transparent 1px); background-size: 74px 74px; mask-image: linear-gradient(90deg, transparent, black 48%, black); }
.hero::after { content: ""; position: absolute; width: 760px; height: 760px; right: -180px; top: -190px; border-radius: 50%; background: radial-gradient(circle, oklch(64% .21 299 / .28), transparent 67%); filter: blur(30px); }
.hero-copy, .builder-stage { position: relative; z-index: 1; }
.hero-copy { max-width: 560px; }
.eyebrow { display: flex; gap: 10px; align-items: center; margin: 0 0 25px; color: var(--ink); font-family: var(--mono); font-size: 10px; font-weight: 500; letter-spacing: .15em; line-height: 1.2; }
.eyebrow::before { content: ""; width: 6px; height: 6px; flex: 0 0 auto; border-radius: 50%; background: currentColor; }
.eyebrow-yellow { color: var(--yellow); }
.eyebrow-purple { color: var(--purple); }
.pulse-dot { width: 7px; height: 7px; border: 1px solid currentColor; border-radius: 50%; box-shadow: 0 0 0 5px oklch(92% .19 104 / .12); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-weight: 700; letter-spacing: -.065em; }
h1 { max-width: 620px; margin-bottom: 30px; font-size: clamp(58px, 7.6vw, 108px); line-height: .91; }
h1 em, h2 em { color: var(--yellow); font-style: normal; }
.hero-lede { max-width: 480px; color: oklch(83% .012 285); font-size: clamp(17px, 1.55vw, 21px); line-height: 1.45; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 25px; align-items: center; margin-top: 35px; }
.text-link { display: inline-flex; gap: 13px; align-items: center; font-size: 13px; font-weight: 700; }
.text-link-light { color: var(--paper); }
.text-link:hover { color: var(--yellow); }
.hero-note { display: flex; align-items: center; gap: 12px; margin-top: 90px; color: oklch(64% .012 285); font-family: var(--mono); font-size: 10px; }
.avatar-stack { display: flex; padding-left: 7px; }
.avatar-stack i { width: 21px; height: 21px; margin-left: -7px; border: 2px solid var(--ink-deep); border-radius: 50%; background: var(--yellow); }
.avatar-stack i:nth-child(2) { background: var(--purple); }.avatar-stack i:nth-child(3) { background: oklch(75% .14 180); }
.builder-stage { min-height: 530px; display: flex; align-items: center; justify-content: center; }
.builder-window { position: relative; z-index: 2; width: min(750px, 100%); overflow: hidden; border: 1px solid oklch(100% 0 0 / .42); border-radius: 18px; background: var(--white); color: var(--ink); box-shadow: 0 34px 70px oklch(0% 0 0 / .38), 0 0 0 10px oklch(100% 0 0 / .05); transform: rotate(2.5deg); transition: transform 500ms var(--ease); }
.builder-window:hover { transform: rotate(0deg) translateY(-8px); }
.window-bar { height: 42px; display: flex; align-items: center; gap: 13px; padding: 0 16px; border-bottom: 1px solid var(--line); color: var(--muted); font-family: var(--mono); font-size: 9px; }
.window-dots { display: flex; gap: 4px; }.window-dots i { width: 7px; height: 7px; border-radius: 50%; background: oklch(74% .01 285); }.window-dots i:first-child { background: oklch(69% .16 30); }.window-dots i:nth-child(2) { background: oklch(83% .15 103); }.window-dots i:nth-child(3) { background: oklch(71% .18 140); }
.window-title { flex: 1; }.window-status { color: oklch(50% .16 145); }
.builder-body { display: grid; grid-template-columns: 66px 1fr 185px; min-height: 430px; background: oklch(95% .006 285); }
.builder-tools { display: flex; flex-direction: column; gap: 14px; align-items: center; padding: 18px 5px; border-right: 1px solid var(--line); background: var(--white); color: var(--muted); font-family: var(--mono); font-size: 15px; text-align: center; }
.builder-tools span { display: grid; gap: 3px; justify-items: center; }.builder-tools b { font-size: 7px; font-weight: 500; }.builder-tools .tool-active { color: var(--purple); }
.canvas-area { overflow: hidden; }.canvas-toolbar { display: flex; justify-content: space-between; padding: 15px 13px 12px; font-size: 8px; font-weight: 700; }.canvas-toolbar strong { padding: 7px 9px; border-radius: 5px; background: var(--ink); color: var(--paper); font-size: 7px; }
.canvas-flow { display: flex; min-width: 600px; align-items: center; padding: 24px 14px 70px; background: radial-gradient(circle at 50% 35%, oklch(100% 0 0), oklch(91% .014 285)); }.flow-card { position: relative; width: 132px; flex: 0 0 132px; min-height: 250px; padding: 12px; overflow: hidden; border: 1px solid oklch(82% .01 285); border-radius: 10px; background: var(--white); box-shadow: 0 6px 15px oklch(0% 0 0 / .08); }.flow-card small { color: var(--muted); font-family: var(--mono); font-size: 6px; }.flow-card strong { display: block; margin-top: 16px; font-size: 18px; line-height: 1.03; }.flow-card button { position: absolute; bottom: 12px; left: 12px; right: 12px; min-height: 27px; border: 0; border-radius: 5px; background: var(--ink); color: var(--paper); font-size: 7px; font-weight: 700; }.flow-start { background: oklch(91% .08 294); }.flow-photo { background: oklch(92% .035 215); }.flow-answer { background: oklch(94% .035 164); }.flow-art { position: absolute; right: 13px; top: 76px; font-size: 49px; color: var(--purple); }.photo-art { height: 90px; margin: 18px -3px; display: grid; place-items: center; border-radius: 7px; background: linear-gradient(135deg, oklch(53% .16 245), oklch(75% .13 213)); color: var(--paper); font-size: 40px; }.answer-lines { display: grid; gap: 7px; margin-top: 26px; }.answer-lines span { height: 7px; border-radius: 8px; background: oklch(80% .08 163); }.answer-lines span:nth-child(2) { width: 73%; }.answer-lines span:nth-child(3) { width: 52%; }.flow-line { position: relative; width: 32px; flex: 0 0 32px; height: 1px; background: var(--purple); }.flow-line i { position: absolute; width: 4px; height: 4px; top: -2px; border-radius: 50%; background: var(--purple); }.flow-line i:first-child { left: 2px; }.flow-line i:nth-child(2) { left: 14px; }.flow-line i:last-child { right: 2px; }
.assistant-panel { padding: 17px 13px; border-left: 1px solid var(--line); background: var(--white); font-size: 9px; }.assistant-heading { display: flex; justify-content: space-between; color: var(--purple); font-size: 10px; font-weight: 700; }.assistant-heading b { color: var(--muted); }.assistant-panel p { margin-top: 100px; padding: 10px; border-radius: 7px; background: oklch(94% .02 285); line-height: 1.4; }.assistant-reply { padding: 10px; border-radius: 7px; background: oklch(91% .05 294); line-height: 1.4; }.assistant-panel button { width: 100%; margin-top: 120px; padding: 9px 0; border: 1px solid var(--line); border-radius: 6px; background: var(--white); color: var(--muted); font-size: 8px; text-align: left; }.assistant-panel button span { float: right; color: var(--purple); }
.stage-orbit { position: absolute; border: 1px solid oklch(100% 0 0 / .18); border-radius: 50%; }.orbit-a { width: 590px; height: 310px; transform: rotate(-20deg); }.orbit-b { width: 720px; height: 170px; transform: rotate(28deg); }.stage-label { position: absolute; z-index: 3; padding: 11px 14px; border-radius: 30px; background: var(--paper); color: var(--ink); font-family: var(--mono); font-size: 10px; box-shadow: 0 12px 22px oklch(0% 0 0 / .2); }.label-top { top: 11%; right: 2%; }.label-top span { color: var(--purple); }.label-bottom { bottom: 6%; left: 1%; }.label-bottom b { margin-left: 15px; color: var(--purple); font-size: 9px; }

.marquee-band { overflow: hidden; padding: 23px 0; background: var(--yellow); color: var(--ink); }.marquee-track { display: flex; width: max-content; gap: 28px; align-items: center; animation: marquee 28s linear infinite; font-family: var(--mono); font-size: 11px; letter-spacing: .18em; }.marquee-track i { color: var(--purple); font-style: normal; font-size: 15px; } @keyframes marquee { to { transform: translateX(-50%); } }
.intro-section { display: grid; grid-template-columns: .23fr .77fr; gap: 50px; padding-top: clamp(110px, 14vw, 195px); padding-bottom: clamp(90px, 11vw, 160px); }.section-marker { display: flex; gap: 20px; align-items: center; color: var(--muted); font-family: var(--mono); font-size: 10px; letter-spacing: .12em; }.section-marker span:first-child { color: var(--purple); }.intro-content { max-width: 890px; }.intro-content h2 { max-width: 850px; margin-bottom: 32px; font-size: clamp(40px, 5.5vw, 77px); line-height: .98; }.intro-content h2 span { color: var(--purple); }.intro-content p { max-width: 650px; color: var(--muted); font-size: 19px; line-height: 1.5; }.inline-arrow { display: inline-flex; gap: 15px; align-items: center; margin-top: 20px; border-bottom: 1px solid currentColor; padding-bottom: 5px; font-size: 13px; font-weight: 800; }.inline-arrow span { color: var(--purple); font-size: 18px; }.inline-arrow:hover { color: var(--purple); }
.studio-proof { padding-bottom: clamp(100px, 13vw, 180px); }.proof-image-wrap { position: relative; }.proof-image-wrap img { display: block; width: 100%; border-radius: 20px; background: oklch(93% .03 290); }.proof-callout { position: absolute; padding: 9px 12px; border: 1px solid var(--purple); border-radius: 4px; background: var(--white); color: var(--purple); font-family: var(--mono); font-size: 9px; box-shadow: 0 8px 18px oklch(0% 0 0 / .08); }.callout-one { top: 5%; left: 2%; }.callout-two { top: 39%; right: 4%; }.callout-three { bottom: 5%; left: 43%; }.proof-caption { display: grid; grid-template-columns: .25fr .75fr; gap: 30px; margin-top: 23px; border-top: 1px solid var(--line); padding-top: 21px; }.caption-number { color: var(--purple); font-family: var(--mono); font-size: 11px; }.proof-caption h3 { margin-bottom: 8px; font-size: 29px; }.proof-caption p { max-width: 580px; margin-bottom: 0; color: var(--muted); }

.agent-layer-section { padding: clamp(105px, 13vw, 180px) 0; background: var(--white); }.agent-layer-heading { display: grid; grid-template-columns: .57fr .43fr; gap: 55px; align-items: end; }.agent-layer-heading h2 { margin: 0; font-size: clamp(52px, 6vw, 84px); line-height: .9; }.agent-layer-heading h2 em { color: var(--purple); font-style: normal; }.agent-layer-heading > p { max-width: 440px; margin-bottom: 5px; color: var(--muted); font-size: 17px; line-height: 1.5; }.agent-layer-flow { display: grid; grid-template-columns: 1fr auto 1.2fr auto 1fr; gap: 19px; align-items: center; margin-top: 80px; }.agent-node { min-height: 200px; padding: 22px; border: 1px solid var(--line); border-radius: 17px; background: var(--paper); }.agent-node small { color: var(--muted); font-family: var(--mono); font-size: 9px; letter-spacing: .1em; }.agent-node strong { display: block; margin-top: 42px; font-size: 23px; letter-spacing: -.06em; }.agent-node > span { display: block; margin-top: 8px; color: var(--muted); font-size: 12px; }.agent-input { background: oklch(92% .07 104); }.agent-agent { background: oklch(91% .07 299); }.agent-output { background: oklch(91% .08 164); }.agent-tools { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 23px; }.agent-tools em { padding: 6px 8px; border-radius: 100px; background: oklch(100% 0 0 / .7); color: var(--ink); font-family: var(--mono); font-size: 8px; font-style: normal; }.agent-connector { display: grid; grid-template-columns: 1fr auto 1fr; gap: 6px; align-items: center; color: var(--purple); font-family: var(--mono); font-size: 8px; text-align: center; }.agent-connector i { display: block; width: 24px; height: 1px; background: var(--purple); }.agent-connector i:first-child { margin-left: auto; }.agent-connector i:last-child { margin-right: auto; }.agent-layer-proof { display: grid; grid-template-columns: .53fr .47fr; gap: 55px; align-items: center; margin-top: 75px; border-top: 1px solid var(--line); padding-top: 26px; }.agent-layer-proof img { width: 100%; border-radius: 12px; background: oklch(94% .02 299); }.agent-layer-proof h3 { margin: 12px 0 13px; font-size: clamp(30px, 3.7vw, 52px); line-height: .97; }.agent-layer-proof h3 em { color: var(--purple); font-style: normal; }.agent-layer-proof p { max-width: 390px; color: var(--muted); font-size: 16px; line-height: 1.5; }

.knowledge-section { padding: clamp(105px, 13vw, 180px) 0; background: var(--paper); }.knowledge-grid { display: grid; grid-template-columns: .52fr .48fr; gap: 70px; align-items: center; }.knowledge-copy h2 { margin: 0 0 25px; font-size: clamp(46px, 5.7vw, 80px); line-height: .9; }.knowledge-copy h2 em { color: var(--purple); font-style: normal; }.knowledge-copy > p:not(.eyebrow) { max-width: 470px; color: var(--muted); font-size: 17px; line-height: 1.5; }.knowledge-list { margin-top: 35px; border-top: 1px solid var(--line); }.knowledge-list div { display: grid; grid-template-columns: 1fr; gap: 3px; padding: 16px 0; border-bottom: 1px solid var(--line); }.knowledge-list strong { font-size: 15px; }.knowledge-list small { color: var(--muted); font-size: 11px; }.knowledge-visual { position: relative; min-height: 540px; }.knowledge-visual img { position: absolute; display: block; width: 82%; border: 9px solid var(--white); border-radius: 12px; box-shadow: 0 20px 35px oklch(0% 0 0 / .12); }.knowledge-sources { top: 7%; left: 0; transform: rotate(-4deg); }.knowledge-skills { right: 0; bottom: 4%; transform: rotate(5deg); }.knowledge-sticker { position: absolute; z-index: 2; right: 11%; top: 41%; padding: 14px 17px; border-radius: 7px; background: var(--yellow); color: var(--ink); font-family: var(--mono); font-size: 9px; line-height: 1.7; box-shadow: 0 10px 20px oklch(0% 0 0 / .12); }.knowledge-sticker b { color: var(--purple); }

.templates-section { padding: clamp(100px, 12vw, 170px) 0; background: var(--paper-soft); }.templates-heading { display: grid; grid-template-columns: .58fr .42fr; gap: 60px; align-items: end; }.templates-heading h2 { margin: 0; font-size: clamp(52px, 6vw, 86px); line-height: .9; }.templates-heading em { color: var(--purple); font-style: normal; }.templates-heading > p { max-width: 380px; margin-bottom: 6px; color: var(--muted); font-size: 17px; }.template-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 65px; border-bottom: 1px solid var(--line); padding-bottom: 14px; }.template-tabs button { border: 1px solid var(--line); border-radius: 100px; padding: 10px 15px; background: transparent; font-size: 11px; font-weight: 800; }.template-tabs button:hover, .template-tabs button.is-active { border-color: var(--ink); background: var(--ink); color: var(--paper); }.template-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; margin-top: 24px; }.template-card { overflow: hidden; background: var(--white); transition: opacity 220ms ease, transform 220ms var(--ease); }.template-card.is-hidden { display: none; }.template-card:hover { transform: translateY(-7px); }.template-large { grid-column: span 2; }.template-wide { grid-column: span 2; }.template-visual { position: relative; min-height: 250px; padding: 21px; overflow: hidden; }.template-visual strong { position: relative; z-index: 1; display: block; margin-top: 48px; font-size: clamp(30px, 3.8vw, 55px); letter-spacing: -.075em; line-height: .9; }.template-visual small { position: absolute; bottom: 20px; left: 21px; font-family: var(--mono); font-size: 9px; }.visual-topline { position: relative; z-index: 1; font-family: var(--mono); font-size: 9px; letter-spacing: .1em; }.visual-cobalt { background: oklch(59% .21 258); color: var(--paper); }.visual-coral { background: oklch(74% .16 32); }.visual-lilac { background: oklch(83% .09 300); }.visual-mint { background: oklch(82% .13 164); }.visual-yellow { min-height: 220px; background: var(--yellow); }.visual-circle { position: absolute; right: -25px; bottom: -65px; display: grid; width: 210px; height: 210px; place-items: center; border: 1px solid oklch(100% 0 0 / .4); border-radius: 50%; font-size: 60px; }.visual-lines { position: absolute; right: 35px; bottom: 36px; display: grid; gap: 10px; width: 130px; transform: rotate(-9deg); }.visual-lines i { height: 16px; border-radius: 8px; background: oklch(100% 0 0 / .7); }.visual-lines i:nth-child(2) { width: 80%; background: oklch(100% 0 0 / .48); }.visual-lines i:nth-child(3) { width: 60%; background: oklch(100% 0 0 / .32); }.visual-chat { position: absolute; right: 23px; bottom: 24px; display: flex; gap: 8px; align-items: center; padding: 13px; border-radius: 7px; background: var(--white); font-size: 10px; }.visual-chat b { color: var(--purple); }.visual-buttons { position: absolute; right: 22px; bottom: 22px; display: grid; gap: 6px; width: 130px; }.visual-buttons i { padding: 9px 10px; border-radius: 4px; background: oklch(100% 0 0 / .7); font-size: 9px; font-style: normal; }.visual-chart { position: absolute; right: 25px; bottom: 24px; display: flex; gap: 7px; align-items: end; height: 75px; }.visual-chart i { width: 15px; height: 25px; border-radius: 3px 3px 0 0; background: var(--purple); }.visual-chart i:nth-child(2) { height: 42px; }.visual-chart i:nth-child(3) { height: 31px; }.visual-chart i:nth-child(4) { height: 63px; }.visual-chart i:nth-child(5) { height: 53px; }.template-meta { padding: 21px; }.template-meta > span { color: var(--purple); font-family: var(--mono); font-size: 9px; }.template-meta h3 { margin: 12px 0 5px; font-size: 25px; }.template-meta p { min-height: 45px; margin-bottom: 16px; color: var(--muted); font-size: 13px; line-height: 1.4; }.template-meta button { border: 0; border-bottom: 1px solid var(--ink); padding: 0 0 4px; background: transparent; font-size: 11px; font-weight: 800; }.template-meta button span { margin-left: 12px; color: var(--purple); font-size: 16px; }

.personal-section { padding: clamp(100px, 13vw, 185px) 0; background: oklch(88% .1 292); overflow: hidden; }.personal-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 30px; align-items: center; }.personal-copy { max-width: 520px; }.personal-copy h2 { margin-bottom: 25px; font-size: clamp(51px, 6vw, 86px); line-height: .91; }.personal-copy h2 em { color: var(--ink); }.personal-copy > p:not(.eyebrow) { color: oklch(37% .04 292); font-size: 18px; line-height: 1.5; }.personal-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 31px; }.personal-pills span { padding: 9px 12px; border: 1px solid oklch(45% .08 292 / .35); border-radius: 100px; font-family: var(--mono); font-size: 9px; }
.phone-stage { position: relative; min-height: 540px; }.phone-card { position: absolute; z-index: 2; top: 4%; left: 34%; width: 250px; min-height: 510px; padding: 17px; border: 8px solid var(--ink); border-radius: 29px; background: var(--white); box-shadow: 26px 32px 0 oklch(62% .14 292 / .35), 0 30px 55px oklch(37% .07 292 / .24); transform: rotate(6deg); }.phone-status, .phone-brand { display: flex; justify-content: space-between; font-size: 9px; }.phone-brand { justify-content: flex-start; gap: 5px; margin-top: 28px; font-size: 14px; }.brand-mini { color: var(--purple); }.phone-brand b { color: oklch(50% .16 145); }.phone-label { display: block; margin-top: 5px; color: var(--muted); font-family: var(--mono); font-size: 7px; }.phone-card h3 { margin: 35px 0 16px; font-size: 29px; line-height: .95; }.phone-photo { height: 142px; overflow: hidden; border-radius: 11px; background: oklch(80% .08 220); }.phone-photo img { width: 335%; max-width: none; height: 100%; object-fit: cover; object-position: left; }.phone-card button { width: 100%; min-height: 36px; margin-top: 14px; border: 0; border-radius: 7px; background: var(--purple); color: var(--white); font-size: 10px; font-weight: 800; }.phone-card .phone-secondary { margin-top: 7px; background: oklch(94% .02 285); color: var(--ink); text-align: left; padding-inline: 12px; }.phone-secondary span { float: right; color: var(--purple); }.phone-nav { display: flex; justify-content: space-around; margin: 24px -2px 0; padding-top: 13px; border-top: 1px solid var(--line); color: var(--muted); font-size: 16px; }.phone-nav span:nth-child(2) { color: var(--purple); }.phone-back-card { position: absolute; z-index: 1; top: 10%; left: 12%; width: 250px; min-height: 335px; padding: 24px; border-radius: 16px; background: var(--yellow); transform: rotate(-11deg); }.phone-back-card span { font-family: var(--mono); font-size: 9px; }.phone-back-card strong { display: block; margin-top: 95px; font-size: 60px; line-height: .84; letter-spacing: -.08em; }.phone-back-card small { position: absolute; bottom: 21px; font-family: var(--mono); font-size: 9px; }.phone-note { position: absolute; z-index: 3; padding: 9px 12px; border-radius: 4px; background: var(--white); color: var(--purple); font-family: var(--mono); font-size: 9px; box-shadow: 0 10px 20px oklch(0% 0 0 / .1); }.note-left { top: 16%; left: 5%; }.note-right { right: 2%; bottom: 18%; }

.scenarios-section { padding: clamp(100px, 13vw, 180px) 0; background: var(--ink); color: var(--paper); }.scenarios-intro { display: grid; grid-template-columns: .25fr .5fr .25fr; gap: 45px; align-items: end; }.scenarios-intro .eyebrow { align-self: start; color: var(--yellow); }.scenarios-intro h2 { margin: 0; font-size: clamp(53px, 6.3vw, 89px); line-height: .9; }.scenarios-intro h2 em { color: var(--yellow); }.scenarios-intro > p:last-child { margin-bottom: 4px; color: oklch(75% .012 285); font-size: 16px; }.scenario-rail { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 85px; border-top: 1px solid oklch(100% 0 0 / .28); border-bottom: 1px solid oklch(100% 0 0 / .28); }.scenario { position: relative; min-height: 170px; padding: 22px 20px; border: 0; border-right: 1px solid oklch(100% 0 0 / .28); background: transparent; color: oklch(68% .01 285); text-align: left; transition: background 220ms ease, color 220ms ease; }.scenario:last-child { border-right: 0; }.scenario:hover, .scenario.is-active { background: var(--yellow); color: var(--ink); }.scenario-number { display: block; margin-bottom: 44px; font-family: var(--mono); font-size: 10px; }.scenario strong, .scenario small { display: block; }.scenario strong { font-size: 30px; letter-spacing: -.06em; }.scenario small { font-size: 13px; }.scenario-icon { position: absolute; right: 19px; bottom: 16px; color: var(--purple); font-size: 28px; font-style: normal; }.scenario-detail { display: grid; grid-template-columns: .43fr .57fr; gap: 70px; align-items: center; margin-top: 85px; }.detail-kicker { color: var(--yellow); font-family: var(--mono); font-size: 10px; letter-spacing: .12em; }.scenario-detail h3 { max-width: 460px; margin: 23px 0 18px; font-size: clamp(34px, 4.2vw, 59px); line-height: .95; }.scenario-detail p { max-width: 430px; color: oklch(74% .012 285); line-height: 1.5; }.scenario-detail img { width: 100%; border-radius: 15px; background: oklch(30% .02 285); }
.publish-section { padding: clamp(100px, 13vw, 180px) 0; background: var(--yellow); }.publish-grid { display: grid; grid-template-columns: .45fr .55fr; gap: 65px; align-items: center; }.section-marker-light { color: oklch(35% .015 285); }.publish-copy h2 { margin: 70px 0 28px; font-size: clamp(54px, 6.5vw, 92px); line-height: .87; }.publish-copy h2 em { color: var(--purple); }.publish-copy > p:not(.eyebrow) { max-width: 440px; color: oklch(38% .025 285); font-size: 18px; line-height: 1.5; }.publish-copy .button { margin-top: 25px; background: var(--ink); color: var(--paper); }.publish-copy .button:hover { background: var(--purple); }.publish-map { position: relative; min-height: 530px; }.map-core, .map-node { position: absolute; display: grid; place-items: center; text-align: center; }.map-core { top: 35%; left: 35%; width: 190px; height: 190px; border-radius: 50%; background: var(--ink); color: var(--paper); box-shadow: 0 0 0 15px oklch(100% 0 0 / .24), 0 25px 50px oklch(0% 0 0 / .18); }.map-core span { color: var(--yellow); font-size: 30px; }.map-core strong { margin-top: -32px; font-size: 20px; }.map-core small { margin-top: -36px; color: oklch(75% .012 285); font-family: var(--mono); font-size: 9px; }.map-node { width: 126px; height: 126px; border-radius: 50%; border: 1px solid var(--ink); background: var(--paper); }.map-node b { color: var(--purple); font-size: 26px; }.map-node span { margin-top: -10px; font-family: var(--mono); font-size: 9px; }.node-link { top: 9%; left: 3%; }.node-embed { top: 5%; right: 0; }.node-qr { right: 1%; bottom: 10%; }.node-launch { left: 8%; bottom: 4%; }.map-line { position: absolute; height: 1px; border-top: 1px dashed oklch(40% .01 285 / .7); transform-origin: left; }.line-one { width: 210px; top: 34%; left: 17%; transform: rotate(27deg); }.line-two { width: 185px; top: 34%; left: 55%; transform: rotate(-28deg); }.line-three { width: 200px; top: 65%; left: 52%; transform: rotate(28deg); }.line-three + .map-core + .map-node + .map-node + .map-node { }
.start-section { display: grid; grid-template-columns: .62fr .38fr; gap: 60px; padding-top: clamp(100px, 13vw, 180px); padding-bottom: clamp(100px, 13vw, 180px); }.start-top h2 { margin: 0; font-size: clamp(54px, 6.8vw, 96px); line-height: .88; }.start-top h2 em { color: var(--purple); }.start-bottom { align-self: end; max-width: 390px; }.start-bottom p { color: var(--muted); font-size: 17px; line-height: 1.5; }.start-bottom .button { margin-top: 23px; }.start-bottom .text-link { margin: 27px 0 0 18px; }.text-link-dark:hover { color: var(--purple); }.site-footer { display: grid; grid-template-columns: 1fr 1fr auto; gap: 30px; align-items: center; padding: 45px clamp(22px, 5vw, 74px); background: var(--ink); color: var(--paper); }.site-footer p { margin: 0; color: oklch(68% .012 285); font-size: 12px; }.site-footer > div { display: flex; gap: 24px; justify-content: center; color: oklch(75% .01 285); font-size: 12px; }.site-footer small { color: oklch(60% .01 285); font-family: var(--mono); font-size: 9px; }

@media (max-width: 1000px) { .hero { grid-template-columns: 1fr; padding-top: 150px; }.hero-copy { max-width: 700px; }.hero-note { margin-top: 44px; }.builder-stage { min-height: 530px; }.intro-section, .publish-grid { grid-template-columns: 1fr; }.section-marker { margin-bottom: 25px; }.personal-grid { grid-template-columns: 1fr; }.personal-copy { max-width: 680px; }.phone-stage { min-height: 570px; max-width: 550px; }.scenarios-intro { grid-template-columns: .3fr .7fr; }.scenarios-intro > p:last-child { grid-column: 2; }.scenario-detail { grid-template-columns: .5fr .5fr; gap: 35px; }.site-footer { grid-template-columns: 1fr 1fr; }.site-footer small { justify-self: end; }.site-footer > div { justify-content: flex-end; } }
@media (max-width: 760px) { .site-header { grid-template-columns: 1fr auto; }.site-nav { position: absolute; top: var(--header); left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 15px 22px 22px; background: var(--ink); }.site-nav.is-open { display: flex; }.site-nav a { padding: 15px 0; border-bottom: 1px solid oklch(100% 0 0 / .14); }.header-actions { display: none; }.menu-toggle { display: block; justify-self: end; }.page-width { width: min(100% - 32px, 600px); }.hero { min-height: 750px; padding: 133px 22px 60px; }.hero h1 { font-size: clamp(52px, 15vw, 76px); }.hero-lede { font-size: 16px; }.builder-stage { min-height: 390px; margin-inline: -22px; }.builder-window { width: 650px; transform: scale(.63) rotate(2deg); transform-origin: center; margin-inline: auto; }.builder-window:hover { transform: scale(.63) rotate(0deg) translateY(-8px); }.stage-label { font-size: 8px; }.label-top { top: 0; right: 8%; }.label-bottom { bottom: 0; left: 5%; }.intro-section { grid-template-columns: 1fr; gap: 0; padding-top: 95px; }.intro-content h2 { font-size: 46px; }.intro-content p { font-size: 17px; }.proof-callout { font-size: 6px; padding: 6px 7px; }.callout-one { top: 3%; }.callout-two { top: 41%; right: 2%; }.callout-three { bottom: 3%; left: 30%; }.templates-heading { grid-template-columns: 1fr; gap: 28px; }.templates-heading h2 { font-size: 62px; }.template-tabs { margin-top: 40px; }.template-grid { grid-template-columns: 1fr; }.template-large, .template-wide { grid-column: auto; }.template-visual { min-height: 220px; }.personal-grid { gap: 50px; }.personal-copy h2 { font-size: 60px; }.phone-stage { min-height: 530px; transform: scale(.86); transform-origin: left center; width: 116%; }.scenarios-intro { grid-template-columns: 1fr; gap: 24px; }.scenarios-intro > p:last-child { grid-column: auto; }.scenario-rail { grid-template-columns: repeat(2, 1fr); margin-top: 53px; }.scenario { min-height: 140px; }.scenario:nth-child(2) { border-right: 0; }.scenario:nth-child(-n+2) { border-bottom: 1px solid oklch(100% 0 0 / .28); }.scenario-detail { grid-template-columns: 1fr; margin-top: 58px; }.scenario-detail img { grid-row: 1; }.publish-grid { gap: 55px; }.publish-copy h2 { margin-top: 55px; }.publish-map { min-height: 430px; transform: scale(.86); transform-origin: center; margin-inline: -30px; }.start-section { grid-template-columns: 1fr; gap: 40px; }.start-top h2 { font-size: 64px; }.start-bottom { max-width: 460px; }.site-footer { grid-template-columns: 1fr; gap: 22px; }.site-footer > div { justify-content: flex-start; flex-wrap: wrap; }.site-footer small { justify-self: start; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.marquee-track { animation: none; }.button, .builder-window, .template-card { transition: none; } }

@media (max-width: 760px) {
  .header-actions { display: flex; position: absolute; right: 58px; top: 0; height: var(--header); }
  .header-actions .login-link, .header-actions .button { display: none; }
}

@media (max-width: 1000px) { .agent-layer-heading { grid-template-columns: 1fr; gap: 26px; }.agent-layer-flow { grid-template-columns: 1fr; gap: 17px; }.agent-connector { grid-template-columns: 1fr auto 1fr; }.agent-connector i { width: 1px; height: 20px; margin: 0 auto; }.agent-layer-proof { grid-template-columns: 1fr; } }
@media (max-width: 1000px) { .knowledge-grid { grid-template-columns: 1fr; gap: 40px; }.knowledge-copy { max-width: 680px; } }
@media (max-width: 760px) { .agent-layer-section { padding-top: 95px; }.agent-layer-heading h2 { font-size: 58px; }.agent-layer-heading > p { font-size: 16px; }.agent-layer-flow { margin-top: 48px; }.agent-node { min-height: 170px; }.agent-node strong { margin-top: 30px; font-size: 21px; }.agent-layer-proof { gap: 28px; margin-top: 55px; }.agent-layer-proof h3 { font-size: 34px; }.knowledge-section { padding-top: 95px; }.knowledge-copy h2 { font-size: 50px; }.knowledge-copy > p:not(.eyebrow) { font-size: 16px; }.knowledge-visual { min-height: 420px; margin-inline: -8px; }.knowledge-visual img { width: 86%; border-width: 6px; }.knowledge-sticker { right: 4%; top: 39%; font-size: 8px; } }

.publish-surfaces { min-height: 520px; padding: 15px; border: 1px solid var(--ink); border-radius: 18px; background: var(--paper); color: var(--ink); box-shadow: 18px 22px 0 oklch(18% .02 285 / .12); }.publish-panel-head, .publish-panel-foot { display: flex; align-items: center; justify-content: space-between; gap: 16px; font-family: var(--mono); font-size: 9px; letter-spacing: .06em; }.publish-panel-head { padding: 5px 3px 14px; border-bottom: 1px solid var(--line); color: var(--muted); }.publish-panel-head b { color: oklch(50% .16 145); font-weight: 500; }.publish-panel-body { display: grid; grid-template-columns: .55fr .45fr; gap: 17px; padding: 17px 0; }.publish-device { min-height: 330px; overflow: hidden; border-radius: 11px; background: oklch(89% .045 220); }.publish-device img { display: block; width: 250%; max-width: none; height: 100%; object-fit: cover; object-position: left center; }.publish-options { display: grid; gap: 7px; align-content: start; }.publish-option { position: relative; min-height: 76px; padding: 13px 30px 11px 13px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }.publish-option b, .publish-option small { display: block; }.publish-option b { font-size: 13px; letter-spacing: -.03em; }.publish-option small { max-width: 190px; margin-top: 6px; color: var(--muted); font-size: 10px; line-height: 1.35; }.publish-option > span { position: absolute; top: 13px; right: 12px; color: var(--purple); font-size: 17px; }.publish-panel-foot { flex-wrap: wrap; justify-content: flex-start; padding-top: 14px; border-top: 1px solid var(--line); color: var(--muted); }.publish-panel-foot strong { color: var(--ink); font-weight: 500; }.publish-panel-foot span:nth-of-type(2) { margin-left: auto; }
@media (max-width: 1000px) { .publish-surfaces { min-height: 0; } }
@media (max-width: 760px) { .publish-surfaces { margin-inline: 0; padding: 11px; }.publish-panel-body { grid-template-columns: 1fr; }.publish-device { min-height: 210px; }.publish-device img { width: 145%; }.publish-panel-foot { gap: 7px 12px; }.publish-panel-foot span:nth-of-type(2) { margin-left: 0; } }
