@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.start{inset-inline-start:var(--spacing)}}@font-face{font-family:Space Grotesk;src:url(/fonts/SpaceGrotesk-Regular.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Space Grotesk;src:url(/fonts/SpaceGrotesk-Medium.ttf)format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Space Grotesk;src:url(/fonts/SpaceGrotesk-Bold.ttf)format("truetype");font-weight:700;font-style:normal;font-display:swap}:root{--ink:#030303;--ink-soft:#0a0a09;--paper:#f4f1e9;--paper-bright:#fffdf7;--yellow:#ffeb3b;--gold:#c7a008;--line-dark:#ffffff21;--line-light:#03030324;--muted-dark:#aaa89f;--muted-light:#5f5d56;--mono:"SFMono-Regular", "JetBrains Mono", "Roboto Mono", monospace}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--ink);color:var(--paper);-webkit-font-smoothing:antialiased;margin:0;font-family:Space Grotesk,Arial,sans-serif}button,a{font:inherit}a{color:inherit;text-decoration:none}button{color:inherit}main{overflow:hidden}.site-header{z-index:20;border-bottom:1px solid var(--line-dark);grid-template-columns:1fr auto 1fr;align-items:center;width:min(1440px,100% - 56px);height:88px;display:grid;position:absolute;top:0;left:50%;transform:translate(-50%)}.brand{width:218px;display:block}.brand img,footer img{width:100%;height:auto;display:block}nav{font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:34px;font-size:11px;display:flex}nav a,.nav-cta{transition:color .18s}nav a:hover,.nav-cta:hover{color:var(--yellow)}.nav-cta{font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;justify-self:end;font-size:11px}.nav-cta span{color:var(--yellow);margin-left:8px}.header-actions{justify-self:end;align-items:center;gap:16px;display:flex}.language-switch{border:1px solid var(--line-dark);font-family:var(--mono);letter-spacing:.08em;border-radius:3px;grid-template-columns:repeat(2,1fr);font-size:9px;display:inline-grid;overflow:hidden}.language-switch a{color:#77756e;place-items:center;width:34px;height:32px;transition:color .18s,background .18s;display:grid}.language-switch a+a{border-left:1px solid var(--line-dark)}.language-switch a:hover{color:var(--paper)}.language-switch a.active{background:var(--yellow);color:var(--ink)}.language-switch a:focus-visible{z-index:1;outline:2px solid var(--paper);outline-offset:-3px;position:relative}.hero{background:radial-gradient(circle at 78% 42%, #ffeb3b14, transparent 26%), var(--ink);grid-template-columns:minmax(440px,.9fr) minmax(600px,1.1fr);align-items:center;gap:68px;min-height:910px;padding:178px max(32px,50vw - 720px) 94px;display:grid;position:relative}.hero-grid,.early-grid{pointer-events:none;background-image:linear-gradient(var(--line-dark) 1px, transparent 1px), linear-gradient(90deg, var(--line-dark) 1px, transparent 1px);opacity:.22;background-size:80px 80px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000,#0000 90%);mask-image:linear-gradient(#000,#0000 90%)}.hero-copy,.hero-product{z-index:2;position:relative}.eyebrow,.section-kicker,.strip-head,.side-title,.project-name span,.window-status,.preview-top,.review-copy span,.export-toast span,.platform-tags,.form-note{font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;font-size:10px;line-height:1}.eyebrow{color:var(--yellow);align-items:center;gap:12px;margin-bottom:28px;display:flex}.signal{background:var(--yellow);border-radius:50%;width:8px;height:8px;animation:2.4s ease-in-out infinite pulse;box-shadow:0 0 0 5px #ffeb3b1a}@keyframes pulse{50%{opacity:.5}}h1,h2,h3,p{margin-top:0}h1{letter-spacing:-.065em;max-width:760px;margin-bottom:28px;font-size:clamp(60px,6.1vw,104px);font-weight:700;line-height:.9}h1 span{color:var(--yellow);display:block}main[lang=hu] h1 span{line-height:1.02}.hero-lead{color:#c9c6bd;max-width:610px;margin-bottom:34px;font-size:19px;line-height:1.55}.hero-actions{align-items:center;gap:14px;margin-bottom:36px;display:flex}.button{border:1px solid var(--line-dark);border-radius:3px;justify-content:center;align-items:center;gap:20px;min-height:54px;padding:0 24px;font-size:14px;font-weight:700;transition:transform .18s,background .18s,color .18s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button-primary{background:var(--yellow);border-color:var(--yellow);color:var(--ink)}.button-primary:hover{background:#fff16d}.button-ghost:hover{border-color:#ffffff61}.hero-proof{color:#77756e;font-family:var(--mono);letter-spacing:.08em;flex-wrap:wrap;gap:22px;font-size:9px;display:flex}.hero-proof span:first-letter{color:var(--yellow)}.hero-product{justify-content:center;align-items:center;min-height:610px;display:flex}.orbit{border:1px solid #ffeb3b24;border-radius:50%;position:absolute}.orbit-one{width:690px;height:690px}.orbit-two{width:520px;height:520px}.app-window{z-index:2;background:#0b0b0a;border:1px solid #fff3;border-radius:12px;width:760px;position:relative;overflow:hidden;transform:perspective(1600px)rotateY(-4deg)rotateX(1deg);box-shadow:0 50px 120px #000000b3,0 0 0 12px #ffffff06}.window-bar{border-bottom:1px solid var(--line-dark);background:#11110f;grid-template-columns:1fr auto 1fr;align-items:center;height:46px;padding:0 14px;display:grid}.window-dots{gap:6px;display:flex}.window-dots span{border:1px solid #55534c;border-radius:50%;width:8px;height:8px}.project-name{align-items:center;gap:8px;font-size:11px;font-weight:700;display:flex}.project-name span{color:#74716a;font-size:8px}.window-status{color:var(--yellow);justify-self:end;font-size:8px}.workspace{grid-template-columns:150px 1fr;min-height:480px;display:grid}.sidebar{border-right:1px solid var(--line-dark);background:#0d0d0c;padding:20px 12px}.side-title{color:#6e6c65;margin:0 8px 12px;font-size:8px}.side-item{text-align:left;background:0 0;border:0;border-radius:4px;grid-template-columns:18px 1fr auto;align-items:center;width:100%;height:32px;margin-bottom:4px;padding:0 9px;font-size:9px;display:grid}.side-item span{font-family:var(--mono);color:#6e6c65;font-size:7px}.side-item b{color:#74716a;font-family:var(--mono);font-size:7px}.side-item.active{background:#20201d}.side-item.dim{color:#67655f}.tiny-dot{border-radius:50%;width:5px;height:5px}.tiny-dot.yellow{background:var(--yellow)}.tiny-dot.white{background:#fff}.tiny-dot.gray{background:#555}.music-title{margin-top:32px}.track-card{border:1px solid var(--line-dark);border-radius:4px;align-items:center;gap:8px;padding:9px;display:flex}.album-mark{background:var(--yellow);width:29px;height:29px;color:var(--ink);place-items:center;font-size:9px;font-weight:700;display:grid}.track-card strong,.track-card span{font-size:8px;display:block}.track-card span{color:#75736c;font-family:var(--mono);margin-top:3px;font-size:6px}.editor{background:#090908;padding:14px}.preview-frame{border:1px solid var(--line-dark);background:#908b73;height:250px;position:relative;overflow:hidden}.preview-sky{background:linear-gradient(#a49d7d 0 48%,#373d37 48% 100%);position:absolute;inset:0;overflow:hidden}.sun{background:#e8de96;border-radius:50%;width:44px;height:44px;position:absolute;top:42px;right:88px;box-shadow:0 0 60px #e8de96}.mountain{clip-path:polygon(0 100%,22% 46%,35% 65%,55% 24%,100% 100%);background:#26302c;width:380px;height:190px;position:absolute;bottom:82px}.mountain-back{opacity:.58;left:-20px}.mountain-front{background:#151d1b;bottom:65px;right:-90px;transform:scale(1.15)}.lake-line{background:repeating-linear-gradient(#ffffff26 0 1px,#0000 1px 14px),#303a38;width:100%;height:70px;position:absolute;bottom:40px;left:0}.preview-top{color:#ffffffad;justify-content:space-between;font-size:7px;display:flex;position:absolute;top:12px;left:12px;right:12px}.frame-focus{border:1px solid #ffffff29;position:absolute;inset:24px}.frame-focus:before,.frame-focus:after{content:"";border-color:var(--yellow);border-style:solid;width:18px;height:18px;position:absolute}.frame-focus:before{border-width:2px 0 0 2px;top:-1px;left:-1px}.frame-focus:after{border-width:0 2px 2px 0;bottom:-1px;right:-1px}.preview-caption{position:absolute;bottom:24px;left:28px}.preview-caption span{color:var(--yellow);font-family:var(--mono);letter-spacing:.12em;margin-bottom:3px;font-size:7px;display:block}.preview-caption strong{font-size:19px}.play{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#03030352;border:1px solid #ffffff75;border-radius:50%;place-items:center;width:54px;height:54px;font-size:14px;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.review-bar{border-bottom:1px solid var(--line-dark);justify-content:space-between;align-items:center;height:64px;padding:0 10px 0 4px;display:flex}.review-copy span{color:#76746c;margin-bottom:5px;font-size:6px;display:block}.review-copy strong{font-size:10px}.marker-actions{gap:5px;display:flex}.marker{border:1px solid var(--line-dark);background:#11110f;border-radius:3px;place-items:center;gap:1px;width:58px;height:38px;font-size:11px;display:grid}.marker span{font-family:var(--mono);letter-spacing:.05em;font-size:5px}.marker.must{border-color:var(--yellow);background:var(--yellow);color:var(--ink)}.filmstrip{padding-top:11px}.strip-head{color:#76746c;justify-content:space-between;margin-bottom:8px;font-size:6px;display:flex}.clips{grid-template-columns:repeat(5,1fr);gap:5px;display:grid}.clip{border:1px solid var(--line-dark);background-color:#3f463d;height:48px;position:relative;overflow:hidden}.clip:before,.clip:after{content:"";position:absolute}.clip:before{background:linear-gradient(145deg,#0000 42%,#0000008c 43% 100%),linear-gradient(#8c866b 0 52%,#33403c 52%);inset:0}.clip:after{background:#ffffff29;border-radius:50%;width:35px;height:35px;bottom:-14px;right:7px}.clip-two:before{filter:hue-rotate(16deg)saturate(1.3)}.clip-three:before{filter:hue-rotate(50deg)brightness(.8)}.clip-four:before{filter:hue-rotate(-25deg)brightness(1.05)}.clip-five:before{filter:grayscale(.3)brightness(.75)}.clip span{z-index:2;font-family:var(--mono);font-size:6px;position:absolute;top:4px;left:5px}.clip b{z-index:2;background:var(--yellow);color:var(--ink);font-family:var(--mono);padding:2px 4px;font-size:5px;position:absolute;bottom:4px;right:4px}.clip.selected{border:2px solid var(--yellow)}.beat-line{justify-content:space-around;height:18px;margin-top:5px;display:flex;position:relative}.beat-line span{background:#35342f;height:1px;position:absolute;top:7px;left:0;right:0}.beat-line i{z-index:1;background:#727069;width:1px;height:10px}.beat-line i:nth-of-type(4){background:var(--yellow);height:14px}.export-toast{z-index:5;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#11110ff0;border:1px solid #ffeb3b6b;border-radius:5px;grid-template-columns:38px 1fr auto;align-items:center;gap:11px;min-width:300px;height:66px;padding:0 15px;display:grid;position:absolute;bottom:26px;right:-18px;box-shadow:0 24px 60px #00000080}.check{background:var(--yellow);width:34px;height:34px;color:var(--ink);border-radius:50%;place-items:center;font-weight:700;display:grid}.export-toast span{color:var(--yellow);margin-bottom:5px;font-size:6px;display:block}.export-toast strong{font-size:10px}.export-toast>b{color:#6d6b64;font-family:var(--mono);font-size:8px}.manifesto{background:var(--paper);color:var(--ink);padding:126px max(32px,50vw - 720px) 86px}.section-kicker{color:var(--gold);margin-bottom:28px}.manifesto p{letter-spacing:-.045em;max-width:1180px;margin-bottom:70px;font-size:clamp(42px,5vw,78px);line-height:1.02}.manifesto strong{font-weight:700}.manifesto-line{background:var(--line-light);height:1px}.principles{background:var(--paper);color:var(--ink);grid-template-columns:repeat(3,1fr);padding:0 max(32px,50vw - 720px) 126px;display:grid}.principles article{border-right:1px solid var(--line-light);min-height:330px;padding:30px 36px 0 0;position:relative}.principles article+article{padding-left:36px}.principles article:last-child{border-right:0}.principle-index{color:#c6c2b8;font-family:var(--mono);font-size:11px;position:absolute;top:25px;right:28px}.principles article>span{color:var(--gold);font-family:var(--mono);letter-spacing:.1em;font-size:9px}.principles h2{letter-spacing:-.035em;max-width:360px;margin:72px 0 22px;font-size:31px;line-height:1.08}.principles p{max-width:350px;color:var(--muted-light);font-size:15px;line-height:1.6}.story-types{background:var(--ink);color:var(--paper);padding:126px max(32px,50vw - 720px);overflow:hidden}.story-types-head{grid-template-columns:1fr .65fr;align-items:end;gap:100px;margin-bottom:70px;display:grid}.story-types-head h2{letter-spacing:-.05em;max-width:780px;margin:0;font-size:clamp(46px,5vw,76px);line-height:.98}.story-types-head>p{color:#aaa79f;max-width:570px;margin:0 0 6px;font-size:17px;line-height:1.6}.story-type-grid{border:1px solid var(--line-dark);background:var(--line-dark);grid-template-columns:repeat(4,1fr);gap:1px;display:grid}.story-type-card{background:#0a0a09;min-width:0;padding:16px 16px 30px}.story-type-visual{isolation:isolate;background:#282722;border:1px solid #ffffff1a;height:210px;margin-bottom:27px;position:relative;overflow:hidden}.story-type-visual:before,.story-type-visual:after,.story-type-visual i{content:"";display:block;position:absolute}.story-type-visual:after{z-index:3;mix-blend-mode:overlay;background-color:#0000;background-image:linear-gradient(#ffffff14 1px,#0000 1px),linear-gradient(90deg,#ffffff14 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:34px 34px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;inset:0}.story-type-visual>span{z-index:4;color:var(--paper);font-family:var(--mono);letter-spacing:.12em;font-size:10px;position:absolute;top:13px;left:13px}.story-type-visual-1{background:linear-gradient(#ada681 0 45%,#3f4843 45% 100%)}.story-type-visual-1:before{clip-path:polygon(0 100%,19% 48%,32% 67%,55% 22%,72% 59%,86% 38%,100% 100%);background:#1c2925;height:70%;bottom:20%;left:-8%;right:-15%}.story-type-visual-1 i{background:#f0df88;border-radius:50%;width:34px;height:34px;top:18%;right:18%;box-shadow:0 0 40px #f0df888c}.story-type-visual-2{background:radial-gradient(circle at 50% 35%,#ffeb3bb3,#0000 4%),radial-gradient(circle at 35% 56%,#918b72,#0000 22%),radial-gradient(circle at 68% 53%,#4b5149,#0000 24%),#181817}.story-type-visual-2:before{background:#ffeb3b14;border:1px solid #ffeb3b8c;height:28%;bottom:12%;left:12%;right:12%}.story-type-visual-2 i{background:var(--yellow);width:60%;height:1px;top:21%;left:20%;transform:rotate(-8deg);box-shadow:0 26px #ffffff47,0 52px #ffffff29}.story-type-visual-3{background:radial-gradient(circle at 30% 43%,#b0a98d 0 12%,#0000 12.5%),radial-gradient(circle at 52% 38%,#64695d 0 15%,#0000 15.5%),radial-gradient(circle at 73% 48%,#d8cc91 0 11%,#0000 11.5%),linear-gradient(135deg,#202622,#111210)}.story-type-visual-3:before{border:1px solid #fff3;height:38%;bottom:16%;left:15%;right:13%;transform:skew(-8deg)}.story-type-visual-3 i{background:#ffeb3b99;width:1px;height:70%;bottom:12%;left:50%;transform:rotate(34deg)}.story-type-visual-4{background:linear-gradient(90deg,#0000 49.6%,#ffeb3bcc 49.6% 50.4%,#0000 50.4%),linear-gradient(#2b302d 0 50%,#8e896f 50% 100%)}.story-type-visual-4:before{border:1px solid #ffffff3d;inset:15% 13%;box-shadow:16px 16px #ffeb3b24,-16px -16px #ffffff0f}.story-type-visual-4 i{border:10px solid var(--yellow);width:74px;height:74px;top:50%;left:50%;transform:translate(-50%,-50%)rotate(45deg)}.story-type-label{color:var(--yellow);font-family:var(--mono);letter-spacing:.12em;margin-bottom:42px;font-size:10px}.story-type-card h3{letter-spacing:-.035em;min-height:66px;margin:0 0 17px;font-size:26px;line-height:1.08}.story-type-card p{color:#918f88;margin:0;font-size:14px;line-height:1.6}.workflow{color:var(--ink);background:#eae6dc;padding:126px max(32px,50vw - 720px)}.section-heading{grid-template-columns:1fr .65fr;align-items:end;gap:100px;margin-bottom:78px;display:grid}.section-heading h2,.timeline-copy h2,.privacy h2,.platform h2,.early-access h2{letter-spacing:-.05em;margin-bottom:0;font-size:clamp(46px,5vw,76px);line-height:.98}.section-heading>p{color:var(--muted-light);margin-bottom:6px;font-size:17px;line-height:1.6}.steps{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.step{border:1px solid var(--line-light);background:var(--paper);min-height:520px;padding:20px}.step-number{color:var(--gold);font-family:var(--mono);margin-bottom:20px;font-size:11px}.step-visual{background-color:#ded9cd;background-image:linear-gradient(#03030314 1px,#0000 1px),linear-gradient(90deg,#03030314 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:32px 32px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;place-items:center;height:250px;margin-bottom:30px;display:grid;position:relative;overflow:hidden}.step-visual>span{font-family:var(--mono);letter-spacing:.1em;font-size:7px;position:absolute;bottom:13px;left:14px}.step-shape{width:118px;height:118px}.step-shape-01{border:18px solid var(--ink);box-shadow:42px 32px 0 -18px var(--yellow), -42px -32px 0 -18px white}.step-shape-02{background:conic-gradient(var(--yellow) 0 22%, var(--ink) 22% 48%, transparent 48% 55%, var(--gold) 55% 70%, var(--ink) 70%);border-radius:50%}.step-shape-03{border:14px solid var(--ink);width:160px;height:90px;position:relative}.step-shape-03:after{content:"✓";background:var(--yellow);border-radius:50%;place-items:center;width:54px;height:54px;font-size:24px;font-weight:700;display:grid;position:absolute;bottom:-28px;right:-28px}.step h3{letter-spacing:-.035em;margin-bottom:15px;font-size:27px}.step p{color:var(--muted-light);font-size:15px;line-height:1.58}.no-timeline{background:var(--ink);grid-template-columns:.8fr 1.2fr;min-height:760px;display:grid}.timeline-copy{padding:126px 7vw max(90px,9vw)}.section-kicker.light{color:var(--yellow)}.timeline-copy h2{margin-bottom:32px}.timeline-copy>p{color:#a8a69e;max-width:520px;margin-bottom:44px;font-size:17px;line-height:1.65}.timeline-copy ul{border-top:1px solid var(--line-dark);margin:0;padding:0;list-style:none}.timeline-copy li{border-bottom:1px solid var(--line-dark);gap:20px;padding:18px 0;font-size:14px;display:flex}.timeline-copy li span{color:var(--yellow);font-family:var(--mono);font-size:9px}.timeline-visual{border-left:1px solid var(--line-dark);background:linear-gradient(var(--line-dark) 1px, transparent 1px), linear-gradient(90deg, var(--line-dark) 1px, transparent 1px);background-size:48px 48px;flex-direction:column;justify-content:center;padding:100px 8vw;display:flex;position:relative;overflow:hidden}.story-builder{background:#090908f0;border:1px solid #ffffff2e;border-radius:10px;width:min(720px,100%);margin:0 auto;padding:18px;box-shadow:0 38px 90px #00000075,0 0 0 10px #ffffff05}.story-builder-head{min-height:38px;color:var(--yellow);font-family:var(--mono);letter-spacing:.11em;justify-content:space-between;align-items:flex-start;font-size:8px;display:flex}.story-builder-head b{color:#69675f;font-size:7px}.moment-deck{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;display:grid}.decision-card{background:#11110f;border:1px solid #373630;border-radius:4px;overflow:hidden}.decision-card>div:last-child{height:38px;font-family:var(--mono);letter-spacing:.06em;justify-content:space-between;align-items:center;padding:0 9px;font-size:6px;display:flex}.decision-card>div:last-child b{color:#69675f;font-size:6px}.decision-photo{background:linear-gradient(146deg,#0000 49%,#060b0ab8 50% 100%),linear-gradient(#a49c78 0 53%,#33403c 53% 100%);height:118px;position:relative;overflow:hidden}.decision-photo:before{content:"";background:#e8de96;border-radius:50%;width:28px;height:28px;position:absolute;top:19px;right:20px;box-shadow:0 0 28px #e8de968c}.decision-photo:after{content:"";clip-path:polygon(0 100%,30% 35%,48% 65%,67% 20%,100% 100%);background:#17201e;width:88%;height:72%;position:absolute;bottom:19px;right:-9px}.decision-photo-two{filter:hue-rotate(16deg)saturate(1.15)}.decision-photo-three{filter:grayscale(.7)brightness(.62)}.decision-must{border-color:var(--yellow)}.decision-must>div:last-child{background:var(--yellow);color:var(--ink)}.decision-must>div:last-child b{color:#0303038c}.decision-favorite>div:last-child span{color:var(--yellow)}.decision-skip{opacity:.48}.weave-stage{background-color:#0000;background-image:linear-gradient(#ffffff09 1px,#0000 1px),linear-gradient(90deg,#ffffff09 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:28px 28px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;border:1px solid #2f2e2a;place-items:center;height:132px;margin:12px 0;display:grid;position:relative;overflow:hidden}.weave-rail{background:linear-gradient(90deg, transparent, var(--yellow), transparent);justify-content:space-between;height:1px;display:flex;position:absolute;top:50%;left:8%;right:8%}.weave-rail i{border:1px solid var(--yellow);background:var(--ink);border-radius:50%;width:7px;height:7px;margin-top:-3px}.weave-core{z-index:2;flex-direction:column;align-items:center;gap:8px;display:flex;position:relative}.weave-core img{border:1px solid #ffeb3bb3;border-radius:13px;width:58px;height:58px;box-shadow:0 0 38px #ffeb3b24}.weave-core span{color:var(--yellow);font-family:var(--mono);letter-spacing:.1em;font-size:6px}.music-pulse{align-items:flex-end;gap:3px;height:22px;display:flex;position:absolute;bottom:13px;right:14px}.music-pulse i{background:#5e5c55;width:2px;height:7px}.music-pulse i:nth-child(2),.music-pulse i:nth-child(8){height:12px}.music-pulse i:nth-child(3),.music-pulse i:nth-child(6){height:18px}.music-pulse i:nth-child(4){background:var(--yellow);height:22px}.music-pulse i:nth-child(5),.music-pulse i:nth-child(7){height:14px}.film-result{border:1px solid var(--yellow);background:#11110f;border-radius:4px;grid-template-columns:1.35fr .65fr;min-height:172px;display:grid;overflow:hidden}.result-preview{background:linear-gradient(#999174 0 49%,#303b38 49% 100%);min-height:172px;position:relative;overflow:hidden}.result-sun{background:#e8de96;border-radius:50%;width:34px;height:34px;position:absolute;top:28px;right:42px;box-shadow:0 0 42px #e8de96}.result-ridge{clip-path:polygon(0 100%,20% 60%,36% 25%,52% 64%,69% 18%,100% 100%);background:#17201e;height:115px;position:absolute;bottom:35px;left:-5%;right:-5%}.result-lake{background:repeating-linear-gradient(#ffffff21 0 1px,#0000 1px 12px),#303b38;height:48px;position:absolute;bottom:0;left:0;right:0}.result-preview>span{z-index:2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#03030361;border:1px solid #ffffff8c;border-radius:50%;place-items:center;width:46px;height:46px;font-size:12px;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.result-meta{border-left:1px solid #ffeb3b52;flex-direction:column;justify-content:flex-end;padding:18px;display:flex}.result-meta span{color:var(--yellow);font-family:var(--mono);letter-spacing:.1em;margin-bottom:auto;font-size:7px}.result-meta strong{margin-bottom:7px;font-size:18px}.result-meta b{color:#77756e;font-family:var(--mono);letter-spacing:.06em;font-size:7px}.privacy{background:var(--yellow);color:var(--ink);grid-template-columns:210px 1fr 380px;align-items:center;gap:70px;padding:115px max(32px,50vw - 720px);display:grid}.privacy-mark{border:14px solid var(--ink);width:190px;height:190px;font-family:var(--mono);letter-spacing:-.08em;text-align:center;place-items:center;font-size:23px;font-weight:700;line-height:.9;display:grid}.privacy .section-kicker{color:#03030394}.privacy h2{max-width:760px;margin-bottom:25px}.privacy p{color:#030303b3;max-width:690px;margin-bottom:0;font-size:17px;line-height:1.6}.privacy-spec{border-top:1px solid #03030359}.privacy-spec div{font-family:var(--mono);border-bottom:1px solid #03030359;justify-content:space-between;padding:17px 0;font-size:9px;display:flex}.privacy-spec b{font-size:9px}.platform{background:var(--paper);min-height:720px;color:var(--ink);grid-template-columns:.85fr 1.15fr;align-items:center;gap:100px;padding:126px max(32px,50vw - 720px);display:grid}.platform h2{margin-bottom:30px}.platform-copy>p{max-width:600px;color:var(--muted-light);margin-bottom:35px;font-size:17px;line-height:1.65}.platform-tags{gap:10px;display:flex}.platform-tags span{border:1px solid var(--line-light);padding:9px 11px;font-size:8px}.platform-roadmap{width:100%;max-width:760px;margin:0 auto;position:relative}.project-bridge{grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;margin-bottom:18px;display:grid}.project-bridge span{background:var(--line-light);height:1px}.project-bridge b{color:var(--gold);font-family:var(--mono);letter-spacing:.11em;font-size:7px}.roadmap-devices{grid-template-columns:1.22fr .78fr;align-items:end;gap:16px;display:grid}.roadmap-card{background:var(--ink);color:var(--paper);border:1px solid #2f2e2a;overflow:hidden;box-shadow:0 30px 70px #0303032b}.roadmap-mac{border-radius:10px}.roadmap-ipad{border-width:7px;border-color:#252522;border-radius:24px}.roadmap-card-head{border-bottom:1px solid var(--line-dark);height:42px;color:var(--yellow);font-family:var(--mono);letter-spacing:.1em;justify-content:space-between;align-items:center;padding:0 13px;font-size:7px;display:flex}.roadmap-card-head b{color:#66645d;font-size:7px}.mac-workspace{grid-template-columns:54px 1fr;min-height:308px;display:grid}.roadmap-sidebar{border-right:1px solid var(--line-dark);background:#0d0d0c;flex-direction:column;gap:9px;padding:18px 12px;display:flex}.roadmap-sidebar i{background:#151513;border:1px solid #2f2e2a;border-radius:2px;height:24px}.roadmap-sidebar i.active{background:#ffeb3b26;border-color:#ffeb3bb8}.roadmap-stage{background-color:#090908;background-image:linear-gradient(#ffffff06 1px,#0000 1px),linear-gradient(90deg,#ffffff06 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:30px 30px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;padding:12px}.roadmap-preview{background:linear-gradient(#999174 0 49%,#303b38 49% 100%);min-height:222px;position:relative;overflow:hidden}.roadmap-preview>span{z-index:3;color:#ffffffb8;font-family:var(--mono);letter-spacing:.08em;font-size:6px;position:absolute;top:10px;left:11px}.roadmap-sun{background:#e8de96;border-radius:50%;width:34px;height:34px;position:absolute;top:31px;right:34px;box-shadow:0 0 40px #e8de96}.roadmap-ridge{z-index:1;clip-path:polygon(0 100%,18% 64%,34% 25%,51% 66%,70% 17%,100% 100%);background:#17201e;height:145px;position:absolute;bottom:47px;left:-5%;right:-5%}.roadmap-lake{z-index:2;background:repeating-linear-gradient(#ffffff1f 0 1px,#0000 1px 13px),#303b38;height:65px;position:absolute;bottom:0;left:0;right:0}.roadmap-actions{grid-template-columns:repeat(3,1fr);gap:7px;height:55px;padding-top:10px;display:grid}.roadmap-actions span,.touch-toolbar span{border:1px solid var(--line-dark);color:#8c8980;font-family:var(--mono);background:#121210;border-radius:3px;place-items:center;display:grid}.roadmap-actions span.active,.touch-toolbar span.active{border-color:var(--yellow);background:var(--yellow);color:var(--ink)}.touch-workspace{background-color:#090908;background-image:linear-gradient(#ffffff06 1px,#0000 1px),linear-gradient(90deg,#ffffff06 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:30px 30px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;flex-direction:column;min-height:308px;padding:12px;display:flex}.touch-workspace .roadmap-preview{min-height:218px}.touch-toolbar{flex:1;grid-template-columns:repeat(3,1fr);gap:7px;padding-top:10px;display:grid}.touch-toolbar span{border-radius:10px;min-height:52px;font-size:17px}.roadmap-caption{border-top:1px solid var(--line-dark);flex-direction:column;justify-content:center;min-height:72px;padding:14px;display:flex}.roadmap-caption strong{margin-bottom:6px;font-size:14px}.roadmap-caption span{color:#74716a;font-family:var(--mono);letter-spacing:.1em;font-size:6px}.roadmap-ipad .roadmap-caption{min-height:65px}.early-access{text-align:center;background:var(--ink);flex-direction:column;align-items:center;padding:126px 32px;display:flex;position:relative}.early-access>:not(.early-grid){z-index:2;position:relative}.early-access>img{border-radius:20px;width:92px;height:92px;margin-bottom:36px}.early-access h2{margin-bottom:28px}.early-access p{color:#aaa89f;max-width:650px;margin-bottom:34px;font-size:17px;line-height:1.65}.button.large{min-height:62px;padding:0 32px}.form-note{color:#68665f;margin-top:15px;font-size:7px}footer{border-top:1px solid var(--line-dark);background:var(--ink);grid-template-columns:240px 1fr auto;align-items:center;gap:45px;padding:48px max(32px,50vw - 720px);display:grid}footer p{color:#73716a;font-family:var(--mono);letter-spacing:.12em;text-align:center;margin:0;font-size:8px}footer>div{color:#73716a;font-family:var(--mono);letter-spacing:.07em;text-align:right;flex-direction:column;gap:6px;font-size:7px;display:flex}@media (max-width:1180px){.site-header{grid-template-columns:1fr auto}nav{display:none}.hero{grid-template-columns:1fr;padding-top:154px}.hero-copy{max-width:850px}.hero-product{min-height:620px}.principles{grid-template-columns:1fr}.principles article,.principles article+article{border-right:0;border-bottom:1px solid var(--line-light);min-height:260px;padding:34px 0}.principles h2{margin-top:45px}.story-type-grid{grid-template-columns:repeat(2,1fr)}.privacy{grid-template-columns:170px 1fr}.privacy-spec{grid-column:1/-1}}@media (max-width:820px){.header-actions{gap:8px}.site-header{width:calc(100% - 32px);height:72px}.nav-cta{font-size:9px}.hero{gap:40px;min-height:auto;padding:132px 20px 76px}h1{font-size:clamp(52px,15vw,78px)}.hero-lead{font-size:17px}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .button{width:100%}.hero-product{min-height:430px;margin:0 -80px;transform:scale(.72)}.app-window{flex:0 0 760px}.export-toast{right:30px}.manifesto,.story-types,.workflow,.timeline-copy,.privacy,.platform,.early-access{padding:82px 20px}.manifesto p{font-size:42px}.principles{padding:0 20px 82px}.story-types-head{grid-template-columns:1fr;gap:30px;margin-bottom:50px}.story-type-visual{height:240px}.section-heading{grid-template-columns:1fr;gap:30px;margin-bottom:50px}.steps{grid-template-columns:1fr}.step{min-height:500px}.no-timeline{grid-template-columns:1fr}.timeline-visual{border-left:0;border-top:1px solid var(--line-dark);min-height:540px;padding:70px 20px}.privacy{grid-template-columns:1fr;gap:42px}.privacy-mark{border-width:10px;width:130px;height:130px;font-size:17px}.privacy-spec{grid-column:auto}.platform{grid-template-columns:1fr;gap:54px}.platform-roadmap{max-width:820px}footer{text-align:center;grid-template-columns:1fr}footer img{width:220px;margin:0 auto}footer>div{text-align:center}.brand{width:min(160px,45vw)}.hero-product{width:100%;min-height:auto;margin:0;display:block;transform:none}.orbit{display:none}.app-window{border-radius:8px;width:100%;max-width:620px;margin:0 auto;transform:none}.window-bar{grid-template-columns:1fr auto}.window-status{display:none}.workspace{grid-template-columns:1fr;min-height:0}.sidebar{display:none}.editor{min-width:0;padding:8px}.preview-frame{height:clamp(190px,52vw,300px)}.review-bar{flex-direction:column;align-items:stretch;gap:12px;height:auto;min-height:118px;padding:12px 4px}.review-copy strong{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.marker-actions{width:100%}.marker{flex:1;width:auto;min-width:0;height:44px}.filmstrip{padding-bottom:8px}.clips{grid-template-columns:repeat(3,minmax(0,1fr))}.clip:nth-child(n+4),.strip-head span:last-child{display:none}.export-toast{width:100%;min-width:0;max-width:620px;margin:12px auto 0;position:relative;bottom:auto;right:auto}.hero-proof{gap:10px 14px;font-size:8px}.story-builder{padding:14px}.decision-photo{height:106px}.platform-tags{flex-wrap:wrap}.roadmap-devices{grid-template-columns:1.12fr .88fr;gap:12px}.mac-workspace,.touch-workspace{min-height:270px}.roadmap-preview,.touch-workspace .roadmap-preview{min-height:184px}.roadmap-sidebar{padding-left:9px;padding-right:9px}.roadmap-caption strong{font-size:12px}}@media (max-width:480px){.site-header{width:calc(100% - 24px)}.brand{width:145px}.nav-cta{display:none}.language-switch a{width:38px;height:38px}.hero{padding:110px 14px 64px}h1{font-size:clamp(46px,14.5vw,64px)}.hero-lead{font-size:16px}.hero-proof{justify-content:center}.window-bar{height:42px;padding:0 10px}.window-dots span{width:7px;height:7px}.project-name{font-size:9px}.preview-frame{height:190px}.frame-focus{inset:18px}.preview-caption{bottom:18px;left:20px}.preview-caption strong{font-size:16px}.export-toast{grid-template-columns:34px minmax(0,1fr) auto;gap:8px;height:62px;padding:0 10px}.export-toast strong{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.check{width:32px;height:32px}.manifesto,.story-types,.workflow,.timeline-copy,.privacy,.platform,.early-access{padding:68px 14px}.principles{padding:0 14px 68px}.story-types-head h2{font-size:42px}.story-type-grid{grid-template-columns:1fr}.story-type-card{padding:12px 12px 28px}.story-type-card h3{min-height:0}.story-type-visual{height:230px}.manifesto p{font-size:34px}.section-heading h2,.timeline-copy h2,.privacy h2,.platform h2,.early-access h2{font-size:42px}.step{min-height:450px;padding:22px}.timeline-visual{min-height:460px;padding:56px 14px}.story-builder{padding:10px}.story-builder-head{min-height:34px;font-size:6px}.story-builder-head b{font-size:6px}.moment-deck{gap:6px}.decision-photo{height:84px}.decision-card>div:last-child{height:34px;padding:0 6px;font-size:5px}.decision-card>div:last-child b{font-size:5px}.weave-stage{height:110px;margin:8px 0}.weave-core img{width:50px;height:50px}.film-result{grid-template-columns:1fr}.result-preview{min-height:165px}.result-meta{border-top:1px solid #ffeb3b52;border-left:0;min-height:112px}.privacy-spec div{gap:18px}.privacy-spec b{text-align:right}.project-bridge{gap:8px}.project-bridge b{font-size:6px}.roadmap-devices{grid-template-columns:1fr;gap:16px}.roadmap-ipad{justify-self:end;width:82%}.mac-workspace{grid-template-columns:46px 1fr;min-height:260px}.touch-workspace{min-height:330px}.roadmap-preview{min-height:178px}.touch-workspace .roadmap-preview{min-height:236px}.roadmap-caption{min-height:68px}footer{padding-left:14px;padding-right:14px}}nav,.nav-cta{font-size:12px}.language-switch{font-size:11px}.eyebrow,.section-kicker,.platform-tags,.form-note{letter-spacing:.08em;font-size:12px;line-height:1.35}.hero-proof{color:#aaa89f;font-size:11px;line-height:1.5}.principle-index,.step-number{font-size:12px}.principles article>span,.timeline-copy li span{font-size:11px;line-height:1.35}.step-visual>span{font-size:10px}.privacy-spec div,.privacy-spec b,.platform-tags span{font-size:11px;line-height:1.35}.story-builder-head,.story-builder-head b{font-size:10px;line-height:1.35}.decision-card>div:last-child,.decision-card>div:last-child b,.weave-core span{font-size:9px;line-height:1.25}.result-meta span,.result-meta b,.project-bridge b,.roadmap-card-head,.roadmap-card-head b,.roadmap-caption span{font-size:10px;line-height:1.35}.roadmap-preview>span{font-size:9px}.roadmap-caption span{color:#aaa89f}.project-name span,.window-status,.side-title,.side-item span,.side-item b,.track-card span,.preview-top,.preview-caption span,.review-copy span,.marker span,.strip-head,.clip span,.clip b,.export-toast span,.export-toast>b{font-size:10px;line-height:1.25}.side-item,.track-card strong,.review-copy strong,.export-toast strong{font-size:12px}.form-note{color:#9b9991}footer p{color:#aaa89f;letter-spacing:.08em;font-size:12px;line-height:1.5}footer>div{color:#aaa89f;gap:8px;font-size:11px;line-height:1.45}@media (max-width:480px){.story-builder-head,.story-builder-head b,.project-bridge b,.decision-card>div:last-child,.decision-card>div:last-child b{font-size:9px}footer p,footer>div{text-align:center}}.motion-ready .hero-copy{animation:1.1s cubic-bezier(.22,1,.36,1) both hero-copy-in}.motion-ready .hero-product{animation:1.28s cubic-bezier(.22,1,.36,1) .22s both hero-product-in}.motion-ready .reveal-item{opacity:0;filter:blur(4px);transition:opacity .95s cubic-bezier(.22,1,.36,1),filter .95s cubic-bezier(.22,1,.36,1),transform .95s cubic-bezier(.22,1,.36,1);transition-delay:var(--reveal-delay,0s);transform:translateY(30px)scale(.99)}.motion-ready .reveal-item.is-visible{opacity:1;filter:blur();transform:translateY(0)scale(1)}.motion-ready .export-toast{animation:5.5s ease-in-out 1.2s infinite toast-drift}.motion-ready .music-pulse i{transform-origin:bottom;animation:1.15s ease-in-out infinite alternate music-beat}.motion-ready .music-pulse i:nth-child(2),.motion-ready .music-pulse i:nth-child(7){animation-delay:-240ms}.motion-ready .music-pulse i:nth-child(3),.motion-ready .music-pulse i:nth-child(8){animation-delay:-520ms}.motion-ready .music-pulse i:nth-child(4),.motion-ready .music-pulse i:nth-child(9){animation-delay:-760ms}.motion-ready .music-pulse i:nth-child(5){animation-delay:-380ms}.motion-ready .project-bridge span{background:linear-gradient(90deg, var(--line-light), var(--gold), var(--line-light));background-size:220% 100%;animation:4.8s linear infinite bridge-flow}.motion-ready .result-preview>span{animation:3.4s ease-in-out infinite play-breathe}.step,.step-shape,.roadmap-card,.principles article h2,.button span{transition:transform .26s cubic-bezier(.22,1,.36,1),box-shadow .26s}.step:hover{transform:translateY(-7px);box-shadow:0 22px 45px #03030317}.step:hover .step-shape{transform:rotate(3deg)scale(1.04)}.principles article:hover h2{transform:translate(6px)}.roadmap-card:hover{transform:translateY(-6px);box-shadow:0 38px 82px #0303033d}.button:hover span{transform:translate(4px)}@keyframes hero-copy-in{0%{opacity:0;filter:blur(6px);transform:translateY(24px)}to{opacity:1;filter:blur();transform:translateY(0)}}@keyframes hero-product-in{0%{opacity:0;filter:blur(8px);transform:translateY(38px)scale(.975)}to{opacity:1;filter:blur();transform:translateY(0)scale(1)}}@keyframes toast-drift{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes music-beat{0%{opacity:.55;transform:scaleY(.6)}to{opacity:1;transform:scaleY(1)}}@keyframes bridge-flow{0%{background-position:100% 0}to{background-position:-120% 0}}@keyframes play-breathe{0%,to{box-shadow:0 0 #ffeb3b00}50%{box-shadow:0 0 0 9px #ffeb3b1a}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.signal,.motion-ready .hero-copy,.motion-ready .hero-product,.motion-ready .export-toast,.motion-ready .music-pulse i,.motion-ready .project-bridge span,.motion-ready .result-preview>span{animation:none}.motion-ready .reveal-item,.motion-ready .reveal-item.is-visible{opacity:1;filter:none;transform:none}.button,.step,.step-shape,.roadmap-card,.principles article h2,.button span,.motion-ready .reveal-item{transition:none}}
