:root {
  --paper: #f6f7f5;
  --paper-warm: #edf2ef;
  --ink: #1b211e;
  --muted: #69736f;
  --line: rgba(27, 33, 30, 0.12);
  --yellow: #f0b477;
  --green: #4f8b73;
  --mint: #a9e7ca;
  --black: #26312c;
  --max: 1240px;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-header {
  position: absolute; z-index: 10; inset: 0 0 auto; height: 76px; padding: 0 clamp(22px, 4vw, 64px);
  display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); color: var(--ink);
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 17px; font-weight: 760; letter-spacing: -.03em; }
.brand-flower { filter: saturate(.9); }
nav { display: flex; gap: 34px; margin-left: auto; margin-right: 40px; font-size: 13px; color: rgba(0,0,0,.62); }
nav a, .text-link { transition: opacity .2s ease; }
nav a:hover { opacity: .55; }
.header-actions { display: flex; align-items: center; gap: 18px; }
.powered-by { font-family: var(--mono); font-size: 10px; color: rgba(27,33,30,.48); white-space: nowrap; }
.powered-by a { color: var(--ink); font-weight: 700; border-bottom: 1px solid rgba(27,33,30,.3); transition: opacity .2s ease; }
.powered-by a:hover { opacity: .55; }
.header-download { padding: 10px 16px; border: 1px solid var(--ink); border-radius: 999px; font-size: 13px; transition: .2s ease; }
.header-download:hover { color: #163327; background: var(--mint); border-color: var(--mint); }

.hero { position: relative; min-height: 100svh; overflow: hidden; color: var(--ink); background: var(--paper); display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(420px, .9fr); padding: 128px clamp(24px, 5vw, 76px) 72px; }
.hero-grid { position: absolute; inset: 0; opacity: .055; background-image: linear-gradient(var(--ink) 1px, transparent 1px), linear-gradient(90deg, var(--ink) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, #000, transparent 76%); }
.hero::after { content: ""; position: absolute; width: 52vw; height: 52vw; right: -17vw; top: -20vw; border: 1px solid rgba(79,139,115,.24); border-radius: 50%; }
.hero-copy { position: relative; z-index: 1; align-self: center; max-width: 720px; }
.eyebrow, .section-label { margin: 0 0 26px; font-family: var(--mono); font-size: 12px; line-height: 1.4; letter-spacing: .12em; text-transform: uppercase; color: var(--ink); }
.hero .eyebrow { color: var(--ink); }
h1 { margin: 0; font-size: clamp(58px, 6.2vw, 100px); line-height: .94; letter-spacing: -.075em; font-weight: 760; }
h1 span { color: #6f7874; }
.hero-lead { max-width: 580px; margin: 38px 0 0; font-size: clamp(17px, 1.4vw, 22px); line-height: 1.65; color: var(--muted); }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 36px; }
.primary-button, .inverse-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 36px; min-width: 250px; padding: 17px 21px; color: #163327; background: var(--mint); border: 1px solid var(--mint); font-weight: 720; transition: transform .2s ease, background .2s ease; }
.primary-button:hover, .inverse-button:hover { transform: translateY(-3px); background: #91d9b8; }
.text-link { font-size: 14px; color: rgba(0,0,0,.6); }
.text-link:hover { opacity: .55; }
.hero-meta { margin-top: 20px; font-family: var(--mono); font-size: 11px; color: rgba(0,0,0,.43); }

.thinking-stage { position: relative; z-index: 2; align-self: center; width: min(100%, 540px); margin-left: auto; color: var(--ink); border: 1px solid rgba(27,33,30,.1); background: rgba(249,250,248,.96); box-shadow: 0 28px 70px rgba(15,25,21,.16), 0 3px 12px rgba(15,25,21,.06); backdrop-filter: blur(20px); }
.model-line { height: 58px; padding: 0 20px; display: flex; align-items: center; gap: 10px; border-bottom: 1px solid rgba(27,33,30,.09); font-family: var(--mono); font-size: 12px; color: #66706c; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 0 rgba(242,191,64,.5); animation: pulse 1.6s infinite; }
.thinking-time { margin-left: auto; }
.exercise-demo { padding: 26px 36px 30px; text-align: center; }
.demo-topline { display: flex; justify-content: space-between; font-family: var(--mono); font-size: 10px; color: #7b8581; }
.flower-wrap { position: relative; width: 190px; height: 190px; margin: 18px auto 12px; display: grid; place-items: center; }
.flower-orbit { position: absolute; inset: 5px; border: 1px solid rgba(240,180,119,.5); border-radius: 50%; animation: orbit 10s linear infinite; }
.flower-orbit::before { content: ""; position: absolute; width: 7px; height: 7px; left: 16px; top: 15px; border-radius: 50%; background: var(--yellow); }
.flower { font-size: 116px; line-height: 1; filter: saturate(.85); transform: scale(.72) rotate(-4deg); transition: transform 1s cubic-bezier(.2,.8,.2,1), filter 1s ease; }
.exercise-demo.release .flower { transform: scale(1) rotate(4deg); filter: saturate(1.05); }
.countdown { position: absolute; color: var(--ink); font-family: var(--mono); font-size: 30px; font-weight: 800; }
.cue { margin: 0; font-size: 29px; font-weight: 760; letter-spacing: -.04em; }
.cue-note { margin: 8px 0 22px; font-size: 13px; color: #727c78; }
.progress { height: 2px; overflow: hidden; background: rgba(27,33,30,.08); }
.progress span { display: block; width: 52%; height: 100%; background: var(--yellow); transition: width 1s linear; }
.stage-caption { margin: 0; padding: 14px 20px; border-top: 1px solid rgba(27,33,30,.08); font-size: 12px; color: #7b8581; text-align: center; }

.showcase { position: relative; z-index: 2; align-self: center; width: min(100%, 570px); margin-left: auto; border: 1px solid rgba(27,33,30,.11); background: rgba(249,250,248,.96); box-shadow: 0 28px 70px rgba(15,25,21,.15), 0 3px 12px rgba(15,25,21,.05); backdrop-filter: blur(20px); }
.showcase-head { min-height: 56px; padding: 9px 12px 8px; display: flex; align-items: center; gap: 12px; border-bottom: 1px solid rgba(27,33,30,.09); }
.showcase-tabs { display: flex; gap: 3px; padding: 3px; border-radius: 9px; background: rgba(27,33,30,.045); }
.showcase-tabs button { border: 0; border-radius: 7px; padding: 7px 9px; color: #7a837f; background: transparent; font-size: 10px; cursor: pointer; transition: background .2s ease, color .2s ease; }
.showcase-tabs button[aria-selected="true"] { color: var(--ink); background: white; box-shadow: 0 1px 4px rgba(27,33,30,.09); font-weight: 700; }
.scene-count { margin-left: auto; font: 9px var(--mono); color: #8a938f; }
.showcase-viewport { position: relative; height: 440px; overflow: hidden; }
.showcase-slide { position: absolute; inset: 0; padding: 14px; opacity: 0; transform: translateX(18px); transition: opacity .38s ease, transform .38s cubic-bezier(.2,.75,.2,1); }
.showcase-slide.active { opacity: 1; transform: none; }
.showcase-slide[hidden] { display: block; visibility: hidden; pointer-events: none; }
.showcase-slide.active[hidden] { visibility: visible; }
.showcase-footer { min-height: 54px; padding: 11px 14px; display: flex; align-items: center; gap: 14px; border-top: 1px solid rgba(27,33,30,.08); }
.showcase-footer p { flex: 1; margin: 0; color: #6f7974; font-size: 10px; line-height: 1.45; }
.scene-dots { display: flex; gap: 6px; }
.scene-dots button { width: 16px; height: 3px; padding: 0; border: 0; border-radius: 3px; background: #d2d7d4; cursor: pointer; transition: width .2s ease, background .2s ease; }
.scene-dots button.active { width: 28px; background: var(--green); }

.mock-browser { height: 346px; overflow: hidden; border: 1px solid rgba(27,33,30,.11); background: #f3f5f3; box-shadow: 0 10px 28px rgba(20,30,25,.08); }
.mock-browser-bar { height: 34px; padding: 0 10px; display: flex; align-items: center; gap: 5px; color: #87908c; background: #e9ece9; font: 7px var(--mono); }
.mock-browser-bar > span { width: 5px; height: 5px; border-radius: 50%; background: #c2c8c5; }
.mock-browser-bar b { margin-left: 6px; color: #515b56; font-size: 8px; }
.mock-browser-bar em { margin-left: auto; font-style: normal; }
.mock-browser-body { position: relative; height: calc(100% - 34px); display: grid; grid-template-columns: 60px 1fr; }
.mock-browser-body aside { padding: 14px 10px; border-right: 1px solid rgba(27,33,30,.07); background: #eef1ee; }
.mock-browser-body aside i { display: block; width: 100%; height: 5px; margin-bottom: 11px; border-radius: 4px; background: #d5dad7; }
.mock-browser-body aside i:nth-child(2) { width: 68%; }.mock-browser-body aside i:nth-child(3) { width: 82%; }.mock-browser-body aside i:nth-child(4) { width: 55%; }
.mock-chat { padding: 17px 18px; }
.mock-model { font-size: 10px; font-weight: 750; }
.mock-prompt { width: 76%; margin: 24px 0 18px auto; padding: 10px 12px; border-radius: 14px 14px 3px 14px; color: #5e6863; background: white; font-size: 8px; line-height: 1.55; box-shadow: 0 2px 10px rgba(20,30,25,.05); }
.mock-thinking { display: flex; align-items: center; gap: 7px; color: #69736f; font: 8px var(--mono); }
.mock-thinking small { margin-left: auto; color: #9aa19e; }
.thinking-dots { display: flex; gap: 2px; }
.thinking-dots i { width: 4px; height: 4px; border-radius: 50%; background: var(--yellow); animation: thinkingDot 1.2s ease-in-out infinite; }
.thinking-dots i:nth-child(2) { animation-delay: .15s; }.thinking-dots i:nth-child(3) { animation-delay: .3s; }

.trigger-plugin.exercise-demo { position: absolute; right: 13px; bottom: 12px; width: 205px; min-height: 244px; padding: 11px 13px 13px; border: 1px solid rgba(27,33,30,.1); border-radius: 16px; background: rgba(249,250,248,.97); box-shadow: 0 16px 38px rgba(15,25,21,.2); backdrop-filter: blur(14px); }
.trigger-plugin-head { display: flex; justify-content: space-between; align-items: center; color: #65706c; font-size: 8px; font-weight: 750; }
.trigger-plugin-head i { padding: 3px 6px; border-radius: 999px; color: #356d57; background: #a9e7ca66; font-size: 6px; font-style: normal; }
.trigger-plugin .demo-topline { margin-top: 11px; font-size: 6px; }
.trigger-plugin .flower-wrap { width: 98px; height: 98px; margin: 8px auto 2px; }
.trigger-plugin .flower { font-size: 65px; }
.trigger-plugin .countdown { font-size: 17px; }
.trigger-plugin .cue { font-size: 17px; }
.trigger-plugin .cue-note { min-height: 22px; margin: 4px 0 7px; font-size: 7px; }
.trigger-plugin .progress { margin-top: 0; }
.trigger-flow { height: 50px; display: flex; align-items: center; justify-content: center; gap: 5px; color: #8a938f; font-size: 6px; }
.trigger-flow span { display: inline-flex; align-items: center; gap: 3px; white-space: nowrap; }
.trigger-flow span b { font: 6px var(--mono); }.trigger-flow > i { font-style: normal; color: #b0b7b3; }
.trigger-flow span.active { color: #356d57; font-weight: 750; }

.routine-card { height: 100%; border: 1px solid rgba(27,33,30,.1); background: #fafbf9; box-shadow: 0 10px 28px rgba(20,30,25,.08); }
.routine-card .model-line { height: 48px; font-size: 9px; }
.mint-dot { background: #65cda4; box-shadow: 0 0 0 0 rgba(101,205,164,.45); }
.eyes-demo { padding: 19px 34px 20px; text-align: center; }
.eyes-visual { position: relative; width: 190px; height: 155px; margin: 14px auto 7px; display: flex; align-items: center; justify-content: center; gap: 14px; border: 1px solid rgba(101,205,164,.42); border-radius: 50%; background: #65cda40b; }
.eyes-visual::after { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(101,205,164,.18); border-radius: 50%; animation: eyeRipple 2.4s ease-out infinite; }
.eye-shape { position: relative; z-index: 1; width: 50px; height: 27px; overflow: hidden; border: 2px solid #34423c; border-radius: 70% 70% 65% 65%; background: white; animation: eyeBlink 3s ease-in-out infinite; }
.eye-shape i { position: absolute; width: 17px; height: 17px; left: 15px; top: 3px; border-radius: 50%; background: #34423c; animation: eyeLook 6s ease-in-out infinite; }
.eyes-visual > span { position: absolute; z-index: 2; bottom: 10px; min-width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; color: #244237; background: #d9f5e8; font: 11px var(--mono); }
.eyes-demo .cue { font-size: 27px; }.eyes-demo .cue-note { min-height: 20px; }
.eye-progress span { width: 64%; background: #65cda4; animation: eyeProgress 6s linear infinite; }

.receipt-demo { width: 82%; margin: 0 auto; color: #25251f; font-family: var(--mono); filter: drop-shadow(0 12px 16px rgba(27,33,30,.13)); transform: rotate(-.35deg); }
.receipt-demo-body { padding: 17px 20px 14px; background: #fffdf3; }
.receipt-demo-tear { height: 8px; background-image: linear-gradient(135deg, transparent 50%, #fffdf3 51%), linear-gradient(225deg, transparent 50%, #fffdf3 51%); background-position: 0 0, 6px 0; background-size: 12px 12px; background-repeat: repeat-x; }
.receipt-demo-brand { text-align: center; font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.receipt-demo h3 { margin: 5px 0 0; text-align: center; font-size: 18px; letter-spacing: .06em; }
.receipt-demo-meta { display: flex; justify-content: space-between; margin-top: 10px; color: #77776e; font-size: 7px; }
.receipt-demo-rule { height: 12px; margin: 5px 0 1px; overflow: hidden; color: #87867c; font-size: 7px; white-space: nowrap; }
.receipt-demo-columns, .receipt-demo-row { display: grid; grid-template-columns: 1fr 44px 32px; column-gap: 7px; align-items: baseline; }
.receipt-demo-columns { padding-bottom: 4px; color: #86857b; font-size: 7px; }
.receipt-demo-columns span:nth-child(n+2), .receipt-demo-row > :nth-child(n+2) { text-align: right; }
.receipt-demo-row { padding: 5px 0; border-top: 1px dotted #aaa99f; font-size: 8px; }
.receipt-demo-row em { color: #77776e; font-style: normal; }.receipt-demo-row b { font-size: 9px; }
.receipt-demo-total { display: flex; align-items: baseline; justify-content: space-between; margin-top: 7px; padding-top: 7px; border-top: 1px dashed #8c8b82; font-size: 9px; font-weight: 800; }
.receipt-demo-total strong { font-size: 27px; letter-spacing: -.07em; }
.receipt-demo-body > p { margin: 7px 0; padding: 5px; border: 1px dashed #aaa99f; font-size: 7px; text-align: center; }
.receipt-demo-barcode { width: 74%; height: 20px; margin: 0 auto; background: repeating-linear-gradient(90deg,#25251f 0 1px,transparent 1px 3px,#25251f 3px 5px,transparent 5px 7px); }
.receipt-demo small { display: block; margin-top: 7px; font-size: 5px; font-weight: 800; text-align: center; }

@keyframes thinkingDot { 0%,100% { transform: translateY(0); opacity: .45; } 50% { transform: translateY(-3px); opacity: 1; } }
@keyframes eyeBlink { 0%,43%,49%,100% { transform: scaleY(1); } 46% { transform: scaleY(.08); } }
@keyframes eyeLook { 0%,20%,100% { transform: translateX(0); } 40% { transform: translateX(-8px); } 70% { transform: translateX(8px); } }
@keyframes eyeRipple { 0% { transform: scale(.86); opacity: .7; } 100% { transform: scale(1.08); opacity: 0; } }
@keyframes eyeProgress { from { width: 8%; } to { width: 100%; } }

.scroll-cue { position: absolute; z-index: 2; left: clamp(24px, 5vw, 76px); bottom: 28px; display: flex; gap: 14px; align-items: center; font-family: var(--mono); font-size: 9px; letter-spacing: .14em; color: rgba(0,0,0,.4); }

.manifesto, .time-ledger, .moves, .product-proof, .agent-service, .install { max-width: var(--max); margin: 0 auto; padding: 150px clamp(24px, 4vw, 52px); }
.manifesto { min-height: 82vh; display: grid; grid-template-columns: .55fr 2fr; grid-template-rows: auto 1fr auto; column-gap: 7vw; }
.manifesto .section-label { grid-column: 1; }
.manifesto-copy { grid-column: 2; align-self: center; }
.manifesto-copy p { margin: 0; font-size: clamp(42px, 6vw, 88px); line-height: 1.12; letter-spacing: -.065em; font-weight: 690; }
.manifesto-copy p:last-child { color: #999b95; }
.manifesto-answer { grid-column: 2; display: grid; grid-template-columns: 44px minmax(0, 700px); gap: 20px; align-items: start; margin-top: 70px; }
.manifesto-answer p { margin: 0; font-size: 18px; line-height: 1.8; color: var(--muted); }
.manifesto-answer strong { color: var(--ink); }
.answer-mark { font-size: 30px; color: var(--ink); }

.time-ledger { max-width: none; background: var(--paper-warm); display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; padding-left: max(clamp(24px, 7vw, 120px), calc((100vw - var(--max))/2)); padding-right: max(clamp(24px, 7vw, 120px), calc((100vw - var(--max))/2)); }
.ledger-intro h2, .moves h2, .product-proof h2, .install h2 { margin: 0; font-size: clamp(45px, 5vw, 76px); line-height: 1.05; letter-spacing: -.06em; }
.ledger-intro > p { max-width: 420px; margin: 28px 0 0; font-size: 18px; color: var(--muted); }
.ledger { align-self: end; border-top: 1px solid var(--ink); }
.ledger-row { display: grid; grid-template-columns: 1fr auto; padding: 24px 0; border-bottom: 1px solid var(--line); align-items: baseline; }
.ledger-row span { font-size: 15px; }
.ledger-row strong { font-family: var(--mono); font-size: clamp(34px, 4vw, 58px); letter-spacing: -.06em; }
.ledger-row em { grid-column: 1/-1; margin-top: 10px; font-size: 12px; color: var(--muted); font-style: normal; }
.ledger-row.total strong { color: var(--ink); }

.moves { padding-bottom: 170px; }
.moves-heading { display: grid; grid-template-columns: .7fr 1.3fr; gap: 7vw; margin-bottom: 90px; }
.moves-heading h2 { grid-column: 2; }
.move-list { border-top: 1px solid var(--ink); }
.move-row { min-height: 156px; display: grid; grid-template-columns: 80px 1fr auto; gap: 30px; align-items: center; border-bottom: 1px solid var(--line); transition: padding .25s ease, opacity .25s ease; }
.move-row:hover { padding: 0 20px; opacity: .62; }
.move-index { font-family: var(--mono); font-size: 12px; color: var(--muted); }
.move-row h3 { margin: 0 0 10px; font-size: clamp(28px, 3vw, 42px); letter-spacing: -.045em; }
.move-row p { margin: 0; font-size: 15px; color: var(--muted); }
.move-tag { padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; font-family: var(--mono); font-size: 10px; color: var(--muted); }
.health-note { max-width: 640px; margin: 32px 0 0 auto; font-size: 12px; line-height: 1.7; color: var(--muted); }

.product-proof { max-width: none; color: #edf2ef; background: var(--black); display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; padding-left: max(clamp(24px, 7vw, 120px), calc((100vw - var(--max))/2)); padding-right: max(clamp(24px, 7vw, 120px), calc((100vw - var(--max))/2)); }
.proof-copy p { max-width: 520px; margin-top: 30px; color: rgba(255,255,255,.55); line-height: 1.8; }
.proof-terminal { align-self: center; border: 1px solid rgba(255,255,255,.12); background: #303a35; box-shadow: 22px 22px 0 rgba(169,231,202,.12); }
.terminal-bar { height: 48px; display: flex; align-items: center; gap: 7px; padding: 0 16px; border-bottom: 1px solid rgba(255,255,255,.11); }
.terminal-bar span { width: 8px; height: 8px; border-radius: 50%; background: #4b504a; }
.terminal-bar b { margin-left: auto; font-family: var(--mono); font-size: 10px; color: rgba(255,255,255,.35); font-weight: 400; }
pre { margin: 0; padding: 34px; overflow: auto; font: 13px/2 var(--mono); color: rgba(255,255,255,.72); }
.comment { color: #97a19c; }.ok { color: var(--mint); }.no { color: #d7b093; }.cursor { color: var(--mint); animation: blink 1s steps(1) infinite; }

.compatibility { overflow: hidden; padding: 90px 0; border-bottom: 1px solid var(--line); text-align: center; }
.compatibility .section-label { color: var(--muted); }
.site-marquee { overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); }
.site-track { width: max-content; display: flex; animation: marquee 30s linear infinite; }
.site-track span { padding: 0 38px; font-size: clamp(25px, 3vw, 42px); font-weight: 660; letter-spacing: -.04em; color: #7e817c; }

.agent-service { display: grid; grid-template-columns: 1.05fr .95fr; gap: 9vw; align-items: center; }
.agent-service-copy h2 { max-width: 720px; margin: 0; font-size: clamp(45px, 5vw, 76px); line-height: 1.05; letter-spacing: -.06em; }
.agent-service-copy > p { max-width: 560px; margin: 28px 0 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.agent-service-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.agent-service-flow { padding: 38px; color: #edf2ef; background: var(--black); box-shadow: 20px 20px 0 rgba(169,231,202,.24); }
.agent-service-flow div { display: grid; gap: 7px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.13); }
.agent-service-flow div:first-child { border-top: 0; }
.agent-service-flow div.active { color: var(--ink); margin: 0 -14px; padding: 22px 14px; border: 0; background: var(--mint); }
.agent-service-flow span { font: 9px var(--mono); letter-spacing: .12em; opacity: .65; }
.agent-service-flow strong { font-size: 21px; }
.agent-service-flow small { color: inherit; opacity: .55; line-height: 1.6; }
.agent-service-flow > i { display: block; color: var(--mint); font: normal 18px var(--mono); }

.install { display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; }
.install-steps { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--ink); }
.install-steps li { display: grid; grid-template-columns: 52px 1fr; gap: 20px; padding: 27px 0; border-bottom: 1px solid var(--line); }
.install-steps li > span { width: 31px; height: 31px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; font: 11px var(--mono); }
.install-steps h3 { margin: 2px 0 8px; font-size: 20px; }
.install-steps p { margin: 0; color: var(--muted); line-height: 1.7; }
code { padding: 2px 5px; background: rgba(21,24,22,.06); font-family: var(--mono); font-size: .9em; }
.install-action { grid-column: 2; margin-top: 8px; }
.primary-button.large { width: 100%; font-size: 18px; padding: 22px 24px; }
.install-action p { font-size: 12px; color: var(--muted); }

.final-cta { position: relative; overflow: hidden; min-height: 86vh; padding: 150px max(clamp(24px, 7vw, 120px), calc((100vw - var(--max))/2)); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; text-align: left; color: #26312c; background: #f7e8d8; }
.final-cta .section-label { position: relative; z-index: 1; max-width: 650px; color: #8a7362; }
.final-cta h2 { position: relative; z-index: 1; max-width: 780px; margin: 0; font-size: clamp(54px, 7vw, 104px); line-height: .98; letter-spacing: -.07em; }
.final-flower { position: absolute; top: 52%; left: 80%; transform: translate(-50%,-50%) rotate(-10deg); font-size: min(48vw, 620px); line-height: 1; opacity: .68; filter: saturate(.92) drop-shadow(0 22px 50px rgba(138,91,34,.12)); }
.inverse-button { position: relative; z-index: 1; min-width: 270px; margin-top: 44px; color: #edf2ef; background: var(--black); border-color: var(--black); }
.inverse-button:hover { color: #edf2ef; background: var(--green); border-color: var(--green); }
.final-joke { position: relative; z-index: 1; margin-top: 28px; font-family: var(--mono); font-size: 11px; color: rgba(22,51,39,.56); }

footer { min-height: 150px; padding: 40px clamp(24px, 5vw, 76px); display: grid; grid-template-columns: 1fr auto auto; gap: 38px; align-items: end; color: rgba(237,242,239,.58); background: var(--black); font-size: 11px; }
footer .brand { color: white; }
footer p { margin: 0; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: none; }
@keyframes pulse { 70% { box-shadow: 0 0 0 8px transparent; } 100% { box-shadow: 0 0 0 0 transparent; } }
@keyframes orbit { to { transform: rotate(360deg); } }
@keyframes blink { 50% { opacity: 0; } }
@keyframes marquee { to { transform: translateX(-50%); } }

@media (max-width: 900px) {
  nav { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 130px; }
  .hero-copy { max-width: 680px; }
  .thinking-stage { width: 100%; margin: 80px 0 50px; }
  .showcase { width: 100%; margin: 80px 0 50px; }
  .scroll-cue { display: none; }
  .manifesto { grid-template-columns: 1fr; }
  .manifesto .section-label, .manifesto-copy, .manifesto-answer { grid-column: 1; }
  .manifesto-copy { margin-top: 70px; }
  .manifesto-answer { margin-left: auto; width: 78%; }
  .time-ledger, .product-proof, .agent-service, .install { grid-template-columns: 1fr; }
  .ledger, .proof-terminal, .agent-service-flow, .install-steps { margin-top: 55px; }
  .moves-heading { grid-template-columns: 1fr; }
  .moves-heading h2 { grid-column: 1; }
  .install-action { grid-column: 1; }
}

@media (max-width: 620px) {
  .site-header { height: 66px; padding: 0 18px; }
  .header-actions { gap: 10px; }
  .powered-by { font-size: 9px; }
  .header-download { padding: 9px 12px; }
  .hero { padding: 112px 20px 45px; }
  h1 { font-size: clamp(48px, 13vw, 58px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .primary-button { width: 100%; }
  .thinking-stage { margin-top: 58px; }
  .showcase { margin-top: 58px; }
  .showcase-head { align-items: flex-start; }
  .showcase-tabs { flex: 1; }
  .showcase-tabs button { flex: 1; padding: 7px 4px; }
  .scene-count { padding-top: 9px; }
  .showcase-viewport { height: 455px; }
  .showcase-slide { padding: 10px; }
  .mock-browser { height: 366px; }
  .mock-browser-body { grid-template-columns: 42px 1fr; }
  .mock-browser-body aside { padding: 14px 7px; }
  .mock-chat { padding: 15px 11px; }
  .mock-prompt { width: 90%; }
  .trigger-plugin.exercise-demo { right: 9px; bottom: 10px; width: 190px; }
  .trigger-flow { gap: 3px; }
  .trigger-flow span { gap: 2px; }
  .trigger-flow > i { display: none; }
  .showcase-footer { align-items: flex-start; }
  .receipt-demo { width: 94%; }
  .eyes-demo { padding-left: 18px; padding-right: 18px; }
  .exercise-demo { padding: 24px 20px 28px; }
  .trigger-plugin.exercise-demo { padding: 11px 13px 13px; }
  .flower-wrap { width: 170px; height: 170px; }
  .flower { font-size: 102px; }
  .trigger-plugin .flower-wrap { width: 98px; height: 98px; }
  .trigger-plugin .flower { font-size: 65px; }
  .manifesto, .time-ledger, .moves, .product-proof, .agent-service, .install { padding: 100px 22px; }
  .manifesto { min-height: auto; }
  .manifesto-copy { margin-top: 35px; }
  .manifesto-copy p { font-size: 42px; }
  .manifesto-answer { width: 100%; grid-template-columns: 30px 1fr; margin-top: 46px; }
  .ledger-intro h2, .moves h2, .product-proof h2, .install h2 { font-size: 43px; }
  .moves-heading { margin-bottom: 50px; }
  .move-row { grid-template-columns: 38px 1fr; gap: 12px; padding: 24px 0; }
  .move-tag { grid-column: 2; justify-self: start; }
  .move-row:hover { padding: 24px 0; }
  .move-row p { line-height: 1.6; }
  .agent-service-copy h2 { font-size: 43px; }
  .agent-service-actions { align-items: stretch; flex-direction: column; }
  .agent-service-flow { padding: 28px; box-shadow: 10px 10px 0 rgba(169,231,202,.24); }
  .proof-terminal { box-shadow: 10px 10px 0 rgba(169,231,202,.12); }
  pre { padding: 22px; font-size: 11px; }
  .install-steps li { grid-template-columns: 42px 1fr; }
  .final-cta { min-height: 75vh; padding: 100px 20px 300px; align-items: center; text-align: center; }
  .final-flower { top: auto; bottom: -40px; left: 50%; font-size: min(92vw, 360px); opacity: .52; }
  footer { grid-template-columns: 1fr; gap: 14px; align-items: start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
