:root {
  --ink: #171411;
  --ink-soft: #29231e;
  --paper: #f4efe5;
  --paper-deep: #eae2d4;
  --white: #fffdf8;
  --coral: #ef6a4a;
  --coral-dark: #c74b32;
  --amber: #e5aa3a;
  --olive: #77835a;
  --muted: #766e65;
  --line: rgba(23, 20, 17, 0.14);
  --radius: 28px;
  --shadow: 0 30px 80px rgba(42, 28, 18, 0.16);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Noto Sans SC", system-ui, sans-serif; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
::selection { color: var(--white); background: var(--coral); }

.scroll-progress { position: fixed; top: 0; left: 0; z-index: 200; width: 100%; height: 3px; pointer-events: none; }
.scroll-progress span { display: block; width: 0; height: 100%; background: var(--coral); }
.pointer-glow { position: fixed; z-index: 2; width: 420px; height: 420px; border-radius: 50%; pointer-events: none; background: radial-gradient(circle, rgba(239,106,74,.12), transparent 68%); transform: translate(-50%,-50%); opacity: 0; transition: opacity .35s ease; }
body.pointer-active .pointer-glow { opacity: 1; }

.section-shell { width: min(1240px, calc(100% - 64px)); margin-inline: auto; }
.site-header { position: fixed; z-index: 100; top: 18px; left: 50%; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; width: min(1260px, calc(100% - 40px)); padding: 10px 12px 10px 18px; border: 1px solid rgba(255,255,255,.42); border-radius: 18px; background: rgba(244,239,229,.78); box-shadow: 0 14px 40px rgba(32,23,16,.08); backdrop-filter: blur(18px); transform: translateX(-50%); transition: background .3s ease, border .3s ease, top .3s ease; }
.site-header.scrolled { top: 10px; background: rgba(244,239,229,.93); border-color: rgba(23,20,17,.1); }
.brand { display: inline-flex; gap: 10px; align-items: center; width: max-content; font-size: 19px; font-weight: 800; letter-spacing: -.04em; }
.brand b { color: var(--coral); }
.brand-mark { position: relative; display: inline-block; width: 28px; height: 28px; transform: rotate(-10deg); }
.brand-mark i { position: absolute; display: block; background: var(--coral); border-radius: 60% 40% 58% 42%; }
.brand-mark i:nth-child(1) { inset: 7px 4px 3px 5px; transform: rotate(20deg); }
.brand-mark i:nth-child(2) { top: 2px; left: 1px; width: 10px; height: 12px; transform: rotate(-20deg); }
.brand-mark i:nth-child(3) { top: 0; right: 0; width: 11px; height: 13px; transform: rotate(26deg); }
.desktop-nav { display: flex; gap: 34px; }
.desktop-nav a { position: relative; color: #504941; font-size: 13px; font-weight: 600; }
.desktop-nav a::after { position: absolute; right: 0; bottom: -5px; left: 0; height: 1px; background: var(--coral); content: ""; transform: scaleX(0); transition: transform .3s var(--ease); }
.desktop-nav a:hover::after { transform: scaleX(1); }
.nav-cta { justify-self: end; display: flex; gap: 18px; align-items: center; padding: 10px 15px 10px 18px; color: var(--white); border-radius: 11px; background: var(--ink); font-size: 13px; font-weight: 600; transition: background .3s ease; }
.nav-cta:hover { background: var(--coral); }
.nav-cta b { font-size: 16px; }
.menu-button, .mobile-nav { display: none; }

.hero { position: relative; min-height: 940px; padding-top: 174px; display: grid; grid-template-columns: .88fr 1.12fr; gap: 40px; align-items: center; }
.hero::before { position: absolute; top: -260px; left: -420px; z-index: -1; width: 850px; height: 850px; border: 1px solid rgba(239,106,74,.15); border-radius: 50%; content: ""; }
.hero-noise { position: absolute; inset: 0; z-index: -2; opacity: .28; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.08'/%3E%3C/svg%3E"); pointer-events: none; }
.eyebrow { display: flex; gap: 12px; align-items: center; margin: 0 0 24px; color: #5d554c; font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow > span { width: 32px; height: 2px; background: var(--coral); }
.hero-title { margin: 0; font-size: clamp(58px, 6.2vw, 98px); font-weight: 900; letter-spacing: -.075em; line-height: .98; }
.hero-title > span { display: block; }
.hero-title .accent-line { position: relative; width: max-content; color: var(--coral); font-family: "Noto Sans SC", sans-serif; }
.scribble { position: absolute; right: -18px; bottom: -9px; left: -8px; height: 18px; border-top: 4px solid var(--amber); border-radius: 50%; transform: rotate(-2deg); }
.hero-lead { margin: 34px 0 0; color: #5d554c; font-size: 16px; line-height: 1.9; }
.hero-actions { display: flex; gap: 26px; align-items: center; margin-top: 36px; }
.primary-button { position: relative; display: flex; gap: 30px; align-items: center; overflow: hidden; padding: 18px 21px 18px 24px; color: var(--white); border-radius: 14px; background: var(--ink); font-size: 14px; font-weight: 700; }
.primary-button span, .primary-button b { position: relative; z-index: 1; }
.button-fill { position: absolute !important; z-index: 0 !important; inset: 0; background: var(--coral); transform: translateY(102%); transition: transform .42s var(--ease); }
.primary-button:hover .button-fill { transform: translateY(0); }
.primary-button b { font-size: 18px; }
.text-link { display: flex; gap: 10px; align-items: center; font-size: 13px; font-weight: 700; }
.play-dot { display: grid; width: 34px; height: 34px; place-items: center; padding-left: 2px; color: var(--coral); border: 1px solid var(--line); border-radius: 50%; font-size: 9px; transition: transform .3s var(--ease); }
.text-link:hover .play-dot { transform: scale(1.1) rotate(10deg); }
.hero-proof { display: flex; gap: 17px; align-items: center; margin-top: 48px; }
.avatar-stack { display: flex; }
.avatar-stack span { display: grid; width: 34px; height: 34px; place-items: center; margin-left: -8px; border: 3px solid var(--paper); border-radius: 50%; background: var(--amber); font-size: 10px; font-weight: 800; }
.avatar-stack span:first-child { margin-left: 0; background: var(--coral); }
.avatar-stack span:nth-child(2) { background: var(--olive); color: white; }
.avatar-stack span:nth-child(3) { background: #cab79f; }
.avatar-stack span:last-child { background: var(--ink); color: white; }
.hero-proof p { margin: 0; }
.hero-proof b, .hero-proof small { display: block; }
.hero-proof b { font-size: 12px; }
.hero-proof small { margin-top: 4px; color: var(--muted); font-size: 10px; }

.hero-visual { position: relative; min-height: 660px; perspective: 1300px; }
.visual-window { position: absolute; z-index: 3; top: 16px; right: 16px; width: min(560px, 95%); overflow: hidden; border: 1px solid rgba(255,255,255,.68); border-radius: 30px; background: var(--white); box-shadow: var(--shadow); transform: rotateY(-4deg) rotateX(2deg); transition: transform .15s ease-out; }
.window-topbar { display: flex; justify-content: space-between; align-items: center; height: 53px; padding: 0 18px; color: #71685f; border-bottom: 1px solid rgba(23,20,17,.08); font-size: 10px; font-weight: 600; letter-spacing: .08em; }
.window-dots { display: flex; gap: 6px; }
.window-dots i { width: 7px; height: 7px; border-radius: 50%; background: #d9d0c4; }
.window-dots i:first-child { background: var(--coral); }
.window-topbar button { padding: 0; border: 0; background: none; color: #9d9489; letter-spacing: 2px; }
.character-stage { position: relative; height: 325px; overflow: hidden; background: #eac96d; }
.stage-sun { position: absolute; top: -70px; right: -20px; width: 260px; height: 260px; border-radius: 50%; background: #f6e6b0; }
.stage-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(23,20,17,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(23,20,17,.07) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(to bottom, transparent, black); }
.character-card { position: absolute; bottom: 0; left: 50%; display: flex; align-items: end; width: 330px; transform: translateX(-50%); }
.character-portrait { position: relative; width: 215px; height: 275px; }
.hair { position: absolute; top: 25px; left: 42px; width: 140px; height: 225px; border-radius: 48% 48% 35% 35%; background: #8e4938; box-shadow: inset 0 -30px rgba(75,32,26,.2); }
.hair::before, .hair::after { position: absolute; top: -3px; width: 45px; height: 58px; background: #8e4938; content: ""; }
.hair::before { left: 13px; border-radius: 70% 0 20% 20%; transform: rotate(12deg); }
.hair::after { right: 13px; border-radius: 0 70% 20% 20%; transform: rotate(-12deg); }
.halo { position: absolute; z-index: 2; top: 8px; left: 38px; width: 68px; height: 25px; border: 4px solid var(--coral); border-radius: 50%; transform: rotate(-18deg); }
.face { position: absolute; z-index: 2; top: 75px; left: 68px; width: 92px; height: 108px; border-radius: 44% 44% 48% 48%; background: #ffe3c5; }
.face i { position: absolute; top: 47px; width: 13px; height: 18px; border-radius: 50%; background: var(--ink); }
.face i:first-child { left: 18px; box-shadow: inset 0 -5px var(--coral); }
.face i:nth-child(2) { right: 18px; box-shadow: inset 0 -5px var(--amber); }
.face b { position: absolute; bottom: 23px; left: 50%; width: 17px; height: 8px; border-bottom: 2px solid #c76d63; border-radius: 50%; transform: translateX(-50%); }
.collar { position: absolute; bottom: 0; left: 43px; width: 145px; height: 120px; border-radius: 52% 52% 0 0; background: #f9f4e9; }
.collar::before { position: absolute; top: 0; left: 50%; width: 55px; height: 37px; clip-path: polygon(0 0, 100% 0, 50% 100%); background: var(--coral); content: ""; transform: translateX(-50%); }
.character-meta { position: relative; z-index: 3; width: 150px; padding-bottom: 36px; }
.character-meta span { display: inline-block; margin-bottom: 10px; padding: 5px 8px; color: white; border-radius: 7px; background: var(--coral); font-size: 9px; font-weight: 700; }
.character-meta strong, .character-meta small { display: block; }
.character-meta strong { font-size: 16px; }
.character-meta small { margin-top: 5px; color: rgba(23,20,17,.62); font-size: 9px; }
.floating-tag { position: absolute; z-index: 5; padding: 8px 11px; border: 1px solid rgba(255,255,255,.58); border-radius: 10px; background: rgba(255,253,248,.74); box-shadow: 0 10px 25px rgba(75,48,28,.12); backdrop-filter: blur(10px); font-size: 9px; font-weight: 700; }
.tag-one { top: 28px; left: 27px; }
.tag-one b { color: var(--coral); }
.tag-two { right: 24px; bottom: 23px; }
.tag-two i { display: inline-block; width: 6px; height: 6px; margin-left: 5px; border-radius: 50%; background: var(--olive); box-shadow: 0 0 0 4px rgba(119,131,90,.16); }
.chat-panel { padding: 19px 20px 22px; background: var(--white); }
.message-row { display: flex; gap: 10px; align-items: flex-start; }
.mini-avatar { display: grid; flex: 0 0 30px; height: 30px; place-items: center; color: white; border-radius: 9px; background: var(--coral); font-size: 10px; font-weight: 800; }
.message-row small { display: block; margin-bottom: 6px; color: #8b8278; font-size: 8px; }
.message-row p { margin: 0; padding: 10px 13px; border-radius: 5px 14px 14px 14px; background: #f3ede3; font-size: 11px; line-height: 1.7; }
.reply-box { display: flex; align-items: center; min-height: 48px; margin-top: 15px; padding: 6px 6px 6px 14px; color: #625a52; border: 1px solid #ddd4c7; border-radius: 13px; font-size: 10px; }
.typing-text { flex: 1; }
.reply-box > i { width: 1px; height: 15px; margin: 0 3px; background: var(--coral); animation: blink 1s step-end infinite; }
.reply-box button { display: grid; width: 34px; height: 34px; place-items: center; color: white; border: 0; border-radius: 9px; background: var(--ink); }
.orbit { position: absolute; border: 1px solid rgba(23,20,17,.14); border-radius: 50%; animation: orbitSpin 16s linear infinite; }
.orbit::after { position: absolute; top: 21%; right: 2%; width: 11px; height: 11px; border-radius: 50%; background: var(--coral); content: ""; box-shadow: 0 0 0 7px rgba(239,106,74,.11); }
.orbit-one { top: -24px; right: -70px; width: 620px; height: 620px; }
.orbit-two { right: -18px; bottom: -20px; width: 500px; height: 500px; animation-direction: reverse; animation-duration: 22s; }
.orbit-two::after { background: var(--olive); box-shadow: 0 0 0 7px rgba(119,131,90,.12); }
.spark { position: absolute; z-index: 4; color: var(--coral); animation: float 4s ease-in-out infinite; }
.spark-a { top: 14px; left: 6%; font-size: 29px; }
.spark-b { right: -1%; bottom: 21%; color: var(--amber); font-size: 37px; animation-delay: -1.5s; }
.float-card { position: absolute; z-index: 7; border: 1px solid rgba(255,255,255,.6); box-shadow: 0 16px 45px rgba(48,33,20,.15); backdrop-filter: blur(14px); animation: float 5s var(--ease) infinite; }
.memory-card { top: 96px; left: -12px; width: 144px; padding: 15px; border-radius: 18px; background: rgba(23,20,17,.9); color: white; }
.memory-card span, .memory-card strong { display: block; }
.memory-card span { margin-bottom: 9px; color: #c7bdb3; font-size: 8px; letter-spacing: .08em; }
.memory-card strong { font-size: 11px; line-height: 1.55; }
.memory-card i { position: absolute; right: 12px; bottom: 5px; color: var(--coral); font-family: serif; font-size: 33px; }
.world-card { right: -19px; bottom: 37px; width: 164px; padding: 14px; border-radius: 17px; background: rgba(255,253,248,.84); animation-delay: -2.5s; }
.world-card span { display: block; margin-bottom: 6px; color: #837a70; font-size: 8px; }
.world-card strong { font-size: 11px; }
.world-card div { display: flex; gap: 5px; align-items: end; height: 25px; margin-top: 8px; }
.world-card i { width: 20%; border-radius: 3px 3px 0 0; background: var(--coral); }
.world-card i:nth-child(1) { height: 35%; opacity: .35; }.world-card i:nth-child(2) { height: 56%; opacity: .55; }.world-card i:nth-child(3) { height: 76%; opacity: .75; }.world-card i:nth-child(4) { height: 100%; }
.hero-scroll { position: absolute; bottom: 32px; left: 0; display: flex; gap: 12px; align-items: center; color: #8b8176; }
.hero-scroll span { position: relative; display: inline-block; width: 1px; height: 52px; overflow: hidden; background: #c7bdb1; }
.hero-scroll span::after { position: absolute; top: -50%; left: 0; width: 100%; height: 40%; background: var(--coral); content: ""; animation: scrollLine 2s ease-in-out infinite; }
.hero-scroll small { font-family: "Space Grotesk"; font-size: 8px; letter-spacing: .18em; writing-mode: vertical-rl; }

.ticker { overflow: hidden; padding: 19px 0; border-block: 1px solid rgba(255,255,255,.1); background: var(--ink); color: white; transform: rotate(-1.5deg) scale(1.02); }
.ticker-track { display: flex; width: max-content; animation: tickerMove 28s linear infinite; }
.ticker span { display: flex; gap: 30px; align-items: center; margin-right: 30px; font-size: 16px; font-weight: 700; white-space: nowrap; }
.ticker i { color: var(--coral); font-style: normal; }

.intro { padding-top: 160px; padding-bottom: 150px; }
.section-number { display: flex; gap: 10px; align-items: center; color: var(--coral); font-family: "Space Grotesk"; font-size: 12px; font-weight: 700; letter-spacing: .1em; }
.section-number::before { width: 8px; height: 8px; border-radius: 50%; background: var(--coral); content: ""; }
.section-number span { color: #8c8379; font-weight: 500; }
.section-number.light { color: var(--amber); }
.section-number.light::before { background: var(--amber); }
.section-number.light span { color: rgba(255,255,255,.43); }
.intro-heading { display: grid; grid-template-columns: .7fr 1.3fr; align-items: start; margin-top: 34px; }
.intro-heading h2, .worlds-heading h2, .workflow-heading h2, .creator-copy h2, .values-heading h2, .faq h2 { margin: 0; font-size: clamp(42px, 5vw, 72px); font-weight: 800; letter-spacing: -.055em; line-height: 1.14; }
.intro-copy { width: 49%; margin: 36px 0 70px auto; color: #6a6259; font-size: 15px; line-height: 1.9; }
.bento-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.feature-card { position: relative; min-height: 470px; overflow: hidden; padding: 28px; border: 1px solid rgba(23,20,17,.08); border-radius: var(--radius); background: var(--white); box-shadow: 0 16px 50px rgba(38,27,18,.06); transition: transform .45s var(--ease), box-shadow .45s ease; }
.feature-card:hover { box-shadow: 0 30px 70px rgba(38,27,18,.12); transform: translateY(-7px); }
.feature-large { grid-column: span 7; }
.feature-portrait { grid-column: span 5; background: #e8b94e; }
.feature-world { grid-column: span 5; background: var(--ink); color: white; }
.feature-image { grid-column: span 7; }
.feature-group { grid-column: 3 / span 8; min-height: 430px; background: #dfe0c9; }
.card-index { position: absolute; top: 28px; right: 28px; color: #aaa095; font: 600 10px "Space Grotesk"; }
.feature-copy { position: absolute; right: 28px; bottom: 30px; left: 28px; z-index: 3; }
.feature-pill { display: inline-block; margin-bottom: 12px; padding: 6px 10px; border: 1px solid currentColor; border-radius: 99px; font-size: 9px; font-weight: 700; letter-spacing: .08em; }
.feature-copy h3 { margin: 0; font-size: 27px; letter-spacing: -.04em; line-height: 1.25; }
.feature-copy p { max-width: 470px; margin: 12px 0 0; color: #71685f; font-size: 12px; line-height: 1.7; }
.feature-world .feature-copy p { color: rgba(255,255,255,.56); }
.conversation-demo { position: absolute; top: 35px; right: 34px; left: 34px; height: 240px; }
.demo-bubble { position: absolute; max-width: 260px; padding: 14px 17px; font-size: 11px; line-height: 1.6; }
.demo-bubble.left { top: 12px; left: 0; border-radius: 6px 18px 18px 18px; background: #f0e8dc; }
.demo-bubble.right { right: 0; bottom: 5px; color: white; border-radius: 18px 6px 18px 18px; background: var(--coral); }
.memory-pulse { position: absolute; top: 50%; left: 50%; display: grid; place-items: center; transform: translate(-50%,-50%); }
.memory-pulse i { width: 54px; height: 54px; border: 1px solid var(--coral); border-radius: 50%; animation: pulseRing 2s ease-out infinite; }
.memory-pulse i::after { position: absolute; inset: 17px; border-radius: 50%; background: var(--coral); content: ""; }
.memory-pulse span { position: absolute; top: 63px; width: max-content; color: #a1988f; font-size: 8px; }
.portrait-stack { position: absolute; top: 37px; left: 50%; width: 290px; height: 245px; transform: translateX(-50%); }
.portrait-sheet { position: absolute; bottom: 0; left: 50%; width: 150px; height: 205px; padding: 14px; border: 1px solid rgba(23,20,17,.14); border-radius: 16px; background: var(--paper); box-shadow: 0 18px 35px rgba(65,44,21,.14); }
.portrait-sheet span, .portrait-sheet b { position: absolute; bottom: 15px; display: block; font-size: 9px; }
.portrait-sheet b { right: 13px; }
.sheet-back { transform: translateX(-110%) rotate(-13deg); background: #d8d8c8; }
.sheet-mid { transform: translateX(10%) rotate(12deg); background: #f5d99c; }
.sheet-front { z-index: 2; transform: translateX(-50%); background: #fff8ea; }
.simple-face { display: grid; height: 145px; place-items: center; color: var(--coral); border-radius: 10px; background: #f0cfc2; font-size: 29px; font-weight: 800; }
.world-map { position: absolute; inset: 40px 35px 170px; }
.map-path { position: absolute; height: 1px; background: repeating-linear-gradient(90deg, rgba(255,255,255,.35) 0 5px, transparent 5px 10px); transform-origin: left; }
.path-a { top: 42%; left: 13%; width: 67%; transform: rotate(8deg); }
.path-b { top: 47%; left: 48%; width: 37%; transform: rotate(-34deg); }
.map-node { position: absolute; color: rgba(255,255,255,.6); font-size: 8px; text-align: center; }
.map-node i { display: block; width: 12px; height: 12px; margin: 0 auto 7px; border: 2px solid var(--coral); border-radius: 50%; background: var(--ink); box-shadow: 0 0 0 7px rgba(239,106,74,.12); }
.node-a { top: 35%; left: 8%; }.node-b { top: 42%; left: 44%; }.node-c { top: 59%; right: 11%; }.node-d { top: 5%; right: 3%; }
.node-d i { border-color: var(--amber); box-shadow: 0 0 0 7px rgba(229,170,58,.12); }
.image-canvas { position: absolute; top: 0; right: 0; left: 0; height: 290px; overflow: hidden; background: #efc95b; }
.canvas-sky { position: absolute; inset: 0; background: linear-gradient(#f1b75e, #f8df9d); }
.canvas-sun { position: absolute; top: 46px; right: 90px; width: 77px; height: 77px; border-radius: 50%; background: #fff0b5; }
.canvas-hill { position: absolute; bottom: -65px; border-radius: 50% 50% 0 0; background: var(--olive); }
.hill-one { left: -7%; width: 65%; height: 190px; transform: rotate(8deg); }
.hill-two { right: -11%; width: 72%; height: 160px; background: #48543b; transform: rotate(-6deg); }
.generation-line { position: absolute; z-index: 2; top: 0; bottom: 0; width: 3px; background: white; box-shadow: 0 0 24px rgba(255,255,255,.9); animation: generation 4s ease-in-out infinite; }
.image-canvas > b { position: absolute; z-index: 3; bottom: 17px; left: 18px; padding: 7px 10px; color: white; border-radius: 8px; background: rgba(23,20,17,.7); backdrop-filter: blur(6px); font-size: 8px; }
.group-orbit { position: absolute; top: 44px; left: 50%; width: 290px; height: 210px; border: 1px solid rgba(23,20,17,.15); border-radius: 50%; transform: translateX(-50%) rotate(-8deg); animation: orbitSpin 18s linear infinite; }
.group-orbit span, .group-orbit i, .group-orbit b { position: absolute; display: grid; width: 50px; height: 50px; place-items: center; border: 5px solid #dfe0c9; border-radius: 50%; background: var(--coral); color: white; font-size: 12px; font-style: normal; font-weight: 800; animation: orbitSpin 18s linear infinite reverse; }
.group-orbit span { top: 50%; left: 50%; width: 65px; height: 65px; background: var(--ink); transform: translate(-50%,-50%); }
.group-orbit i:nth-of-type(1) { top: -22px; left: 47%; background: var(--amber); }.group-orbit i:nth-of-type(2) { top: 42%; right: -20px; background: #9b6b54; }.group-orbit i:nth-of-type(3) { bottom: -20px; left: 20%; background: var(--olive); }.group-orbit b { top: 44%; left: -20px; background: var(--paper); color: var(--ink); }

.worlds { padding: 135px 0; overflow: hidden; background: var(--ink); color: white; }
.worlds-heading { display: grid; grid-template-columns: .7fr 1.3fr; margin-top: 34px; }
.eyebrow.light { color: rgba(255,255,255,.55); }
.scenario-tabs { display: flex; justify-content: flex-end; gap: 8px; margin: 55px 0 22px; }
.scenario-tabs button { padding: 10px 16px; color: rgba(255,255,255,.48); border: 1px solid rgba(255,255,255,.14); border-radius: 99px; background: transparent; cursor: pointer; font-size: 10px; transition: all .3s ease; }
.scenario-tabs button:hover, .scenario-tabs button[aria-selected="true"] { color: var(--ink); border-color: var(--amber); background: var(--amber); }
.scenario-stage { display: grid; grid-template-columns: .85fr 1.15fr; min-height: 510px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 34px; background: #211d19; }
.scenario-copy { display: flex; flex-direction: column; justify-content: center; padding: 64px; }
.scenario-copy > span { color: var(--coral); font: 700 9px "Space Grotesk"; letter-spacing: .15em; }
.scenario-copy h3 { margin: 22px 0 18px; font-size: 34px; line-height: 1.35; letter-spacing: -.04em; }
.scenario-copy > p { margin: 0; color: rgba(255,255,255,.5); font-size: 12px; line-height: 1.85; }
.scenario-quote { display: flex; gap: 11px; align-items: start; margin-top: 35px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); }
.scenario-quote i { color: var(--amber); font: 35px serif; line-height: .8; }
.scenario-quote p { margin: 0; color: rgba(255,255,255,.78); font-size: 12px; }
.scenario-art { position: relative; min-height: 510px; overflow: hidden; background: #d88455; transition: background .5s ease; }
.scenario-art::after { position: absolute; inset: 0; background: linear-gradient(120deg, transparent 45%, rgba(255,255,255,.11)); content: ""; }
.art-moon { position: absolute; top: 64px; right: 63px; width: 115px; height: 115px; border-radius: 50%; background: #f6dea2; box-shadow: 0 0 0 26px rgba(246,222,162,.08); }
.art-window { position: absolute; right: 16%; bottom: 0; width: 260px; height: 370px; border: 10px solid #2b241e; border-bottom: 0; background: linear-gradient(90deg, transparent 48%, #2b241e 48% 52%, transparent 52%), linear-gradient(transparent 49%, #2b241e 49% 53%, transparent 53%); }
.art-person { position: absolute; z-index: 2; bottom: 0; width: 78px; height: 210px; border-radius: 50% 50% 0 0; background: #171411; }
.art-person::before { position: absolute; top: -40px; left: 14px; width: 52px; height: 60px; border-radius: 50%; background: #171411; content: ""; }
.person-one { left: 24%; }.person-two { left: 39%; height: 180px; background: #4d3327; }.person-two::before { background: #4d3327; }
.art-caption { position: absolute; right: 22px; bottom: 20px; color: rgba(255,255,255,.66); font: 700 8px "Space Grotesk"; letter-spacing: .18em; writing-mode: vertical-rl; }
.scenario-art.adventure { background: #ad5d3c; }.scenario-art.creation { background: #d5ac43; }.scenario-art.community { background: #7d865d; }

.workflow { padding-top: 150px; padding-bottom: 160px; }
.workflow-heading { display: grid; grid-template-columns: .65fr 1.2fr .75fr; gap: 35px; margin-top: 34px; align-items: start; }
.workflow-heading > p:last-child { margin: 5px 0 0; color: #6d655d; font-size: 13px; line-height: 1.85; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 70px; }
.step { padding: 24px; border-top: 1px solid var(--ink); }
.step-top { display: flex; justify-content: space-between; color: #80776d; font: 700 9px "Space Grotesk"; letter-spacing: .13em; }
.step-top b { color: var(--coral); font-size: 20px; }
.step-visual { position: relative; display: grid; height: 225px; margin: 22px 0 26px; place-items: center; overflow: hidden; border-radius: 20px; background: var(--paper-deep); }
.step-visual strong { position: relative; z-index: 4; padding: 8px 12px; border-radius: 99px; background: rgba(255,253,248,.82); backdrop-filter: blur(8px); font-size: 10px; }
.step-visual i { position: absolute; border-radius: 50%; }
.seed i:nth-child(1) { width: 110px; height: 110px; background: var(--coral); animation: morph 8s ease-in-out infinite; }.seed i:nth-child(2) { width: 160px; height: 160px; border: 1px solid rgba(23,20,17,.14); }.seed i:nth-child(3) { width: 200px; height: 80px; border: 1px solid rgba(23,20,17,.1); transform: rotate(32deg); }
.shape { background: #e6c66e; }.shape i:nth-child(1) { width: 130px; height: 130px; background: var(--ink); clip-path: polygon(50% 0,100% 100%,0 100%); animation: spinSoft 12s linear infinite; }.shape i:nth-child(2) { width: 70px; height: 70px; background: var(--paper); transform: translate(45px,-35px); }.shape i:nth-child(3) { width: 38px; height: 38px; background: var(--coral); transform: translate(-70px,57px); }
.bloom { background: #d9ddc4; }.bloom i { width: 120px; height: 65px; border-radius: 100% 0 100% 0; background: var(--olive); transform-origin: right bottom; }.bloom i:nth-child(1) { transform: rotate(0deg); }.bloom i:nth-child(2) { transform: rotate(120deg); }.bloom i:nth-child(3) { transform: rotate(240deg); }
.step h3 { margin: 0 0 10px; font-size: 20px; }
.step > p { margin: 0; color: #736b62; font-size: 12px; line-height: 1.8; }

.creators { position: relative; overflow: hidden; padding: 145px 0 155px; background: var(--coral-dark); color: white; }
.creator-marquee { position: absolute; top: 35px; display: flex; width: max-content; color: rgba(255,255,255,.045); font: 800 150px "Space Grotesk"; letter-spacing: -.06em; line-height: 1; animation: tickerMove 40s linear infinite; }
.creator-inner { position: relative; z-index: 2; display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; align-items: center; }
.creator-copy > .eyebrow { margin-top: 35px; }
.creator-copy > p:not(.eyebrow) { margin: 29px 0 32px; color: rgba(255,255,255,.66); font-size: 13px; line-height: 1.9; }
.outline-button { display: flex; gap: 35px; align-items: center; width: max-content; padding: 15px 20px; border: 1px solid rgba(255,255,255,.5); border-radius: 12px; font-size: 12px; font-weight: 700; transition: background .3s ease, color .3s ease; }
.outline-button:hover { color: var(--coral-dark); background: white; }
.creator-gallery { position: relative; height: 580px; }
.work-card { position: absolute; width: 260px; padding: 9px; border-radius: 19px; background: #fffaf1; box-shadow: 0 28px 60px rgba(64,17,9,.24); color: var(--ink); transition: transform .5s var(--ease); }
.work-card:hover { z-index: 4; transform: rotate(0) translateY(-12px) !important; }
.work-a { top: 0; left: 5%; transform: rotate(-7deg); }.work-b { top: 110px; right: 3%; transform: rotate(8deg); }.work-c { bottom: 0; left: 24%; transform: rotate(-2deg); }
.work-visual { position: relative; height: 260px; overflow: hidden; padding: 15px; border-radius: 13px; background: #30382c; color: white; }
.work-visual::after { position: absolute; right: -60px; bottom: -50px; width: 230px; height: 230px; border-radius: 50%; background: #8f9b66; content: ""; }
.work-visual span { position: relative; z-index: 2; font-size: 10px; letter-spacing: .15em; }
.work-visual i { position: absolute; z-index: 2; top: 70px; left: 72px; width: 110px; height: 150px; border-radius: 50% 50% 30% 30%; background: #151914; }
.work-visual i::before { position: absolute; top: -32px; left: 26px; width: 60px; height: 68px; border-radius: 50%; background: inherit; content: ""; }
.work-visual b { position: absolute; z-index: 3; bottom: 14px; left: 14px; padding: 5px 8px; border: 1px solid rgba(255,255,255,.4); border-radius: 99px; font-size: 8px; }
.work-b .work-visual { background: #e6bd62; color: var(--ink); }.work-b .work-visual::after { background: #f1dba3; }.work-b .work-visual i { background: var(--coral); }
.work-c .work-visual { background: #30221e; }.work-c .work-visual::after { background: #8e4c39; }
.work-meta { display: flex; justify-content: space-between; align-items: center; padding: 11px 5px 5px; }
.work-meta p { margin: 0; font-size: 11px; font-weight: 700; }.work-meta span { color: var(--coral); font-size: 9px; }

.values { padding-top: 150px; padding-bottom: 150px; }
.values-heading { display: grid; grid-template-columns: .7fr 1.3fr; margin-top: 34px; }
.value-list { margin-top: 75px; border-top: 1px solid var(--line); }
.value-item { display: grid; grid-template-columns: 80px 1fr auto; gap: 30px; align-items: center; min-height: 155px; padding: 25px 8px; border-bottom: 1px solid var(--line); transition: padding .35s var(--ease), background .35s ease; }
.value-item:hover { padding-inline: 24px; background: rgba(255,255,255,.35); }
.value-item > span { color: var(--coral); font: 700 10px "Space Grotesk"; }
.value-item h3 { margin: 0 0 8px; font-size: 24px; letter-spacing: -.03em; }
.value-item p { margin: 0; color: #766d64; font-size: 12px; }
.value-item > b { color: #a59b90; font: 600 9px "Space Grotesk"; letter-spacing: .14em; }

.faq { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; padding-bottom: 150px; }
.faq-title h2 { margin-top: 35px; font-size: 48px; }
.faq-list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; display: flex; justify-content: space-between; align-items: center; padding: 27px 0; cursor: pointer; list-style: none; font-size: 15px; font-weight: 700; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { position: relative; width: 20px; height: 20px; }
.faq summary span::before, .faq summary span::after { position: absolute; top: 50%; left: 50%; width: 14px; height: 1px; background: var(--ink); content: ""; transform: translate(-50%,-50%); transition: transform .3s ease; }
.faq summary span::after { transform: translate(-50%,-50%) rotate(90deg); }
.faq details[open] summary span::after { transform: translate(-50%,-50%) rotate(0); }
.faq details p { margin: -8px 45px 26px 0; color: #6e665d; font-size: 12px; line-height: 1.85; }

.final-cta { position: relative; display: grid; min-height: 650px; place-items: center; overflow: hidden; background: #e9b542; text-align: center; }
.final-cta::after { position: absolute; inset: 0; opacity: .24; background-image: linear-gradient(rgba(23,20,17,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(23,20,17,.16) 1px, transparent 1px); background-size: 56px 56px; content: ""; mask-image: radial-gradient(circle, black, transparent 72%); }
.cta-content { position: relative; z-index: 3; }
.cta-content > p { margin: 0 0 24px; font: 700 10px "Space Grotesk"; letter-spacing: .2em; }
.cta-content h2 { margin: 0; font-size: clamp(47px, 6vw, 82px); letter-spacing: -.065em; line-height: 1.1; }
.cta-button { display: flex; gap: 40px; align-items: center; width: max-content; margin: 35px auto 22px; padding: 18px 22px 18px 25px; border-radius: 14px; background: var(--ink); color: white; font-size: 13px; font-weight: 700; transition: background .3s ease; }
.cta-button:hover { background: var(--coral); }
.cta-button b { font-size: 18px; }
.cta-content small { color: rgba(23,20,17,.58); font-size: 9px; letter-spacing: .08em; }
.cta-orbit { position: absolute; z-index: 1; border: 1px solid rgba(23,20,17,.18); border-radius: 50%; animation: orbitSpin 20s linear infinite; }
.cta-orbit::after { position: absolute; top: 18%; right: 3%; width: 14px; height: 14px; border-radius: 50%; background: var(--coral); content: ""; }
.orbit-a { width: 550px; height: 550px; }.orbit-b { width: 780px; height: 780px; animation-direction: reverse; animation-duration: 29s; }
.cta-spark { position: absolute; z-index: 2; top: 15%; left: 16%; color: var(--coral); font-size: 54px; animation: float 4s ease-in-out infinite; }

.site-footer { padding: 55px max(32px, calc((100% - 1240px)/2)); background: var(--ink); color: white; }
.footer-main { display: grid; grid-template-columns: 1fr 1fr auto; gap: 45px; align-items: center; padding-bottom: 48px; }
.footer-main > p { color: rgba(255,255,255,.45); font-size: 12px; }
.footer-links { display: flex; gap: 25px; }
.footer-links a { color: rgba(255,255,255,.62); font-size: 10px; transition: color .2s ease; }.footer-links a:hover { color: var(--coral); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 23px; color: rgba(255,255,255,.3); border-top: 1px solid rgba(255,255,255,.1); font: 500 8px "Space Grotesk"; letter-spacing: .12em; }
.footer-bottom i { color: var(--coral); font-style: normal; }

.toast { position: fixed; z-index: 300; bottom: 25px; left: 50%; padding: 12px 17px; color: white; border: 1px solid rgba(255,255,255,.18); border-radius: 11px; background: rgba(23,20,17,.92); box-shadow: 0 15px 40px rgba(23,20,17,.2); opacity: 0; pointer-events: none; font-size: 11px; transform: translate(-50%,20px); transition: opacity .35s ease, transform .35s var(--ease); }
.toast.show { opacity: 1; transform: translate(-50%,0); }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes tickerMove { to { transform: translateX(-50%); } }
@keyframes orbitSpin { to { transform: rotate(360deg); } }
@keyframes float { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-13px) rotate(1deg); } }
@keyframes scrollLine { 0% { transform: translateY(0); } 100% { transform: translateY(380%); } }
@keyframes blink { 50% { opacity: 0; } }
@keyframes pulseRing { 0% { transform: scale(.6); opacity: 1; } 80%,100% { transform: scale(1.45); opacity: 0; } }
@keyframes generation { 0%,100% { left: 8%; } 50% { left: 92%; } }
@keyframes morph { 0%,100% { border-radius: 44% 56% 53% 47%; transform: rotate(0); } 50% { border-radius: 62% 38% 42% 58%; transform: rotate(160deg); } }
@keyframes spinSoft { to { transform: rotate(360deg); } }

@media (max-width: 1080px) {
  .hero { grid-template-columns: .8fr 1.2fr; gap: 10px; }
  .hero-title { font-size: clamp(53px, 6.5vw, 75px); }
  .memory-card { left: 0; }
  .world-card { right: 0; }
  .intro-heading, .worlds-heading, .values-heading { grid-template-columns: .55fr 1.45fr; }
  .scenario-copy { padding: 45px; }
  .workflow-heading { grid-template-columns: .55fr 1.25fr; }
  .workflow-heading > p:last-child { grid-column: 2; }
  .creator-inner { gap: 35px; }
  .work-card { width: 230px; }
}

@media (max-width: 820px) {
  .pointer-glow { display: none; }
  .section-shell { width: min(100% - 36px, 680px); }
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav, .nav-cta { display: none; }
  .menu-button { display: flex; flex-direction: column; gap: 6px; align-items: center; justify-content: center; width: 40px; height: 40px; padding: 0; border: 0; border-radius: 10px; background: var(--ink); }
  .menu-button span { width: 17px; height: 1px; background: white; transition: transform .3s ease; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-nav { position: fixed; top: 74px; right: 0; left: 0; display: flex; flex-direction: column; gap: 0; min-height: calc(100vh - 74px); padding: 30px 28px; background: var(--paper); opacity: 0; pointer-events: none; transform: translateY(-12px); transition: opacity .3s ease, transform .3s var(--ease); }
  .mobile-nav.open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .mobile-nav a { display: flex; justify-content: space-between; padding: 18px 0; border-bottom: 1px solid var(--line); font-size: 26px; font-weight: 800; }
  .mobile-nav a span { color: var(--coral); font: 600 10px "Space Grotesk"; }
  .mobile-nav .mobile-nav-cta { justify-content: center; margin-top: 30px; padding: 16px; color: white; border: 0; border-radius: 13px; background: var(--ink); font-size: 14px; }
  .hero { min-height: auto; padding-top: 135px; padding-bottom: 120px; grid-template-columns: 1fr; }
  .hero-copy { position: relative; z-index: 10; }
  .hero-title { font-size: clamp(54px, 14vw, 80px); }
  .hero-lead br { display: none; }
  .hero-visual { min-height: 660px; margin-top: 45px; }
  .visual-window { right: 50%; width: min(560px, 94%); transform: translateX(50%); }
  .hero-scroll { display: none; }
  .intro, .workflow, .values { padding-block: 105px; }
  .intro-heading, .worlds-heading, .values-heading { display: block; }
  .intro-heading h2, .worlds-heading h2, .values-heading h2 { margin-top: 28px; }
  .intro-copy { width: 100%; margin: 28px 0 50px; }
  .feature-large, .feature-portrait, .feature-world, .feature-image, .feature-group { grid-column: 1 / -1; }
  .scenario-stage { grid-template-columns: 1fr; }
  .scenario-art { min-height: 430px; }
  .scenario-tabs { justify-content: flex-start; overflow-x: auto; padding-bottom: 6px; scrollbar-width: none; }
  .scenario-tabs button { flex: 0 0 auto; }
  .workflow-heading { display: block; }
  .workflow-heading h2 { margin-top: 28px; }
  .workflow-heading > p:last-child { margin-top: 24px; }
  .steps { grid-template-columns: 1fr; }
  .creator-inner { grid-template-columns: 1fr; }
  .creator-gallery { margin-top: 30px; }
  .creator-copy { max-width: 540px; }
  .faq { grid-template-columns: 1fr; gap: 50px; }
  .footer-main { grid-template-columns: 1fr; gap: 18px; }
}

@media (max-width: 520px) {
  :root { --radius: 22px; }
  .section-shell { width: calc(100% - 28px); }
  .site-header { top: 10px; width: calc(100% - 20px); padding-left: 13px; }
  .hero { padding-top: 122px; padding-bottom: 90px; }
  .eyebrow { margin-bottom: 18px; font-size: 10px; }
  .hero-title { font-size: clamp(48px, 15.2vw, 66px); }
  .hero-lead { margin-top: 28px; font-size: 14px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 17px; }
  .primary-button { justify-content: space-between; }
  .text-link { justify-content: center; }
  .hero-proof { margin-top: 38px; }
  .hero-visual { min-height: 520px; margin-top: 40px; }
  .visual-window { border-radius: 22px; }
  .window-topbar { height: 45px; }
  .character-stage { height: 250px; }
  .character-card { width: 270px; transform: translate(-48%) scale(.82); transform-origin: bottom center; }
  .chat-panel { padding: 14px; }
  .message-row p { font-size: 9px; }
  .reply-box { min-height: 43px; font-size: 8px; }
  .memory-card { top: 57px; left: -5px; transform: scale(.84); transform-origin: left; }
  .world-card { right: -4px; bottom: 12px; transform: scale(.86); transform-origin: right; }
  .orbit-one { top: -30px; right: -150px; width: 500px; height: 500px; }
  .orbit-two { display: none; }
  .ticker { padding-block: 15px; }
  .ticker span { font-size: 13px; }
  .intro, .workflow, .values { padding-block: 90px; }
  .intro-heading h2, .worlds-heading h2, .workflow-heading h2, .creator-copy h2, .values-heading h2 { font-size: 38px; }
  .feature-card { min-height: 450px; padding: 22px; }
  .feature-copy { right: 22px; bottom: 24px; left: 22px; }
  .feature-copy h3 { font-size: 24px; }
  .conversation-demo { right: 22px; left: 22px; }
  .demo-bubble { max-width: 220px; font-size: 9px; }
  .portrait-stack { transform: translateX(-50%) scale(.88); transform-origin: top center; }
  .feature-group { min-height: 420px; }
  .group-orbit { top: 55px; transform: translateX(-50%) rotate(-8deg) scale(.82); }
  .worlds { padding-block: 90px; }
  .scenario-stage { border-radius: 23px; }
  .scenario-copy { padding: 34px 25px; }
  .scenario-copy h3 { font-size: 27px; }
  .scenario-art { min-height: 350px; }
  .art-window { right: 4%; transform: scale(.85); transform-origin: bottom right; }
  .person-one { left: 18%; }.person-two { left: 38%; }
  .steps { margin-top: 45px; }
  .step { padding-inline: 4px; }
  .creators { padding-block: 100px; }
  .creator-marquee { font-size: 100px; }
  .creator-gallery { height: 620px; }
  .work-card { width: 205px; }
  .work-visual { height: 225px; }
  .work-a { left: 0; }.work-b { top: 155px; right: 0; }.work-c { left: 10%; }
  .value-item { grid-template-columns: 42px 1fr; gap: 12px; }
  .value-item > b { display: none; }
  .value-item h3 { font-size: 20px; }
  .faq { padding-bottom: 100px; }
  .faq-title h2 { font-size: 38px; }
  .faq summary { font-size: 13px; }
  .final-cta { min-height: 560px; padding-inline: 20px; }
  .cta-content h2 { font-size: 46px; }
  .orbit-a { width: 420px; height: 420px; }.orbit-b { width: 620px; height: 620px; }
  .site-footer { padding: 45px 22px; }
  .footer-links { display: grid; grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; gap: 12px; }
}

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