@import"https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,400;12..96,500;12..96,700;12..96,800&family=IBM+Plex+Mono:wght@400;500;600&family=Noto+Sans+SC:wght@400;500;700;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Fraunces:opsz,wght@9..144,500;9..144,600;9..144,700&family=Manrope:wght@400;500;600;700;800&family=Cormorant+Garamond:wght@500;600;700&family=Space+Grotesk:wght@400;500;700&family=Noto+Serif+SC:wght@500;600;700&display=swap";:root{--bg: #04070c;--bg-soft: #0b1118;--panel: rgba(255, 255, 255, .06);--panel-strong: rgba(255, 255, 255, .1);--border: rgba(255, 255, 255, .12);--border-strong: rgba(255, 255, 255, .22);--text: #f5f4ef;--text-dim: rgba(245, 244, 239, .72);--text-faint: rgba(245, 244, 239, .45);--accent: #00e7c3;--accent-two: #4ea7ff;--accent-three: #c4ff43;--warning: #ff8a47;--shadow: 0 18px 60px rgba(0, 0, 0, .38);--font-display: "Bricolage Grotesque", "Noto Sans SC", sans-serif;--font-body: "Noto Sans SC", sans-serif;--font-mono: "IBM Plex Mono", monospace;--slide-width: 1200px}*,*:before,*:after{box-sizing:border-box}html,body{width:100%;height:100%}body{margin:0;overflow:hidden;background:radial-gradient(circle at 16% 18%,rgba(0,231,195,.14),transparent 20%),radial-gradient(circle at 84% 16%,rgba(78,167,255,.15),transparent 24%),radial-gradient(circle at 60% 78%,rgba(196,255,67,.1),transparent 22%),var(--bg);color:var(--text);font-family:var(--font-body);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}button,input,textarea,select{font:inherit}button,a{color:inherit}pre,code{font-family:var(--font-mono)}.deck-shell{position:relative;width:100vw;height:100vh;overflow:hidden}.deck-background{position:absolute;inset:0;pointer-events:none}.deck-grid,.deck-noise,.deck-radial{position:absolute;inset:0}.deck-grid{background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:72px 72px;-webkit-mask-image:radial-gradient(circle at center,black 18%,transparent 82%);mask-image:radial-gradient(circle at center,black 18%,transparent 82%)}.deck-radial-a{background:radial-gradient(circle at 18% 18%,rgba(0,231,195,.18),transparent 32%)}.deck-radial-b{background:radial-gradient(circle at 82% 22%,rgba(78,167,255,.16),transparent 34%)}.deck-noise{opacity:.14;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='0.8'/%3E%3C/svg%3E");mix-blend-mode:soft-light}.deck{position:relative;width:100%;height:100%}.slide{position:absolute;inset:0;display:flex;justify-content:center;align-items:center;padding:3.5rem 4rem 5rem;opacity:0;pointer-events:none;transform:translate(72px);transition:opacity .42s ease,transform .42s ease;overflow-y:auto}.slide.is-active{opacity:1;transform:translate(0);pointer-events:auto}.slide.is-exit-left{opacity:0;transform:translate(-72px)}.slide.is-exit-right{opacity:0;transform:translate(72px)}.slide-frame{position:relative;width:min(100%,var(--slide-width));z-index:1}[data-fragment]{opacity:0;transform:translateY(18px);transition:opacity .36s ease,transform .36s ease;pointer-events:none}[data-fragment].is-visible{opacity:1;transform:translateY(0);pointer-events:auto}.eyebrow{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem .8rem;border:1px solid rgba(0,231,195,.28);border-radius:999px;color:var(--accent);background:#00e7c314;font-family:var(--font-mono);font-size:.78rem;letter-spacing:.06em;text-transform:uppercase}.section-title,.cover-title,.divider-title{margin:0;font-family:var(--font-display);font-weight:800;letter-spacing:-.04em}.section-title{max-width:12ch;font-size:clamp(2.8rem,5.2vw,5.4rem);line-height:.94}.section-title.large{max-width:14ch}.section-title.narrow{max-width:8ch}.section-lede,.cover-lede,.cover-note,.divider-note,.support-text{margin:0;color:var(--text-dim);font-size:clamp(1rem,1.6vw,1.28rem);line-height:1.7}.gradient-text{background:linear-gradient(120deg,var(--accent) 0%,var(--accent-two) 46%,var(--accent-three) 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.accent{color:var(--accent)}.accent-two{color:var(--accent-two)}.cover-frame{min-height:min(840px,calc(100vh - 9rem));display:flex;align-items:center}.cover-grid{position:relative;display:grid;grid-template-columns:1.15fr .85fr;gap:2.2rem;align-items:end}.cover-copy{position:relative;display:flex;flex-direction:column;gap:1rem}.cover-title{display:flex;flex-direction:column;gap:.1em;font-size:clamp(4rem,10vw,8.6rem);line-height:.9}.cover-carousel{display:block;height:.94em;overflow:hidden}.cover-carousel-track{display:flex;flex-direction:column;animation:carousel 11s ease-in-out infinite}.cover-carousel-track span{display:flex;align-items:center;height:.94em}@keyframes carousel{0%,18%{transform:translateY(0)}24%,42%{transform:translateY(-20%)}48%,66%{transform:translateY(-40%)}72%,84%{transform:translateY(-60%)}90%,to{transform:translateY(-80%)}}.cover-note{max-width:44rem;color:var(--text-faint)}.meta-row{display:flex;flex-wrap:wrap;gap:.75rem}.meta-pill{padding:.45rem .85rem;border:1px solid var(--border);border-radius:999px;background:#ffffff0a;color:var(--text-dim);font-family:var(--font-mono);font-size:.76rem}.cover-panel{justify-self:end;width:min(100%,440px)}.terminal-card,.quote-card,.automation-card,.prompt-pane,.blueprint-card,.quadrant-card,.library-card,.pipeline-step,.benefit-card,.architecture-node,.checklist-card,.slop-card,.final-card{background:linear-gradient(180deg,#ffffff14,#ffffff0a);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:28px}.terminal-card{overflow:hidden}.terminal-chrome{display:flex;align-items:center;gap:.45rem;padding:.95rem 1rem .35rem}.terminal-chrome span{width:.7rem;height:.7rem;border-radius:50%;background:#fff3}.terminal-card pre{margin:0;padding:.75rem 1.1rem 1.3rem;color:#d6fff9;font-size:.88rem;line-height:1.72;white-space:pre-wrap}.floating-tags{position:absolute;inset:-.5rem 0 auto;pointer-events:none}.floating-tags span{position:absolute;padding:.32rem .6rem;border-radius:999px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);color:var(--text-faint);font-family:var(--font-mono);font-size:.74rem;animation:floatTag 8s ease-in-out infinite}.floating-tags span:nth-child(1){top:2%;left:48%;animation-delay:0s}.floating-tags span:nth-child(2){top:18%;left:74%;animation-delay:1.2s}.floating-tags span:nth-child(3){top:80%;left:44%;animation-delay:2.2s}.floating-tags span:nth-child(4){top:68%;left:82%;animation-delay:3s}.floating-tags span:nth-child(5){top:32%;left:90%;animation-delay:4.4s}@keyframes floatTag{0%,to{transform:translateY(0);opacity:.35}50%{transform:translateY(-12px);opacity:1}}.two-column,.checklist-layout{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:stretch}.section-copy{display:flex;flex-direction:column;gap:1.1rem}.quote-card{display:grid;grid-template-columns:auto 1fr;gap:1rem;align-items:start;padding:1.2rem 1.35rem}.quote-mark{color:var(--accent-three);font-family:var(--font-mono);font-size:1.35rem}.quote-card p{margin:0;font-size:1rem;line-height:1.75}.slop-board{display:flex;flex-direction:column;gap:1rem}.board-title{color:var(--text-faint);font-family:var(--font-mono);font-size:.82rem;letter-spacing:.06em;text-transform:uppercase}.slop-stack{display:flex;flex-direction:column;gap:1rem}.slop-card{position:relative;padding:1.3rem 1.3rem 1.25rem 4.5rem}.slop-index{position:absolute;left:1.3rem;top:1.2rem;width:2.3rem;height:2.3rem;display:grid;place-items:center;border-radius:.85rem;background:#ff8a4729;color:var(--warning);font-family:var(--font-mono);font-weight:600}.slop-card strong,.final-card h3,.pipeline-step h3,.benefit-card h3,.quadrant-card h3,.library-card h3,.blueprint-card h3{display:block;margin:0 0 .55rem;font-family:var(--font-display);font-size:1.38rem;letter-spacing:-.03em}.slop-card p,.final-card p,.pipeline-step p,.benefit-card p,.quadrant-card p,.library-card p,.blueprint-card p,.architecture-node p,.automation-card p{margin:0;color:var(--text-dim);line-height:1.72}.slide-divider{text-align:center}.divider-frame{display:flex;flex-direction:column;align-items:center;gap:1.1rem}.divider-title{max-width:10ch;font-size:clamp(4rem,10vw,7.6rem);line-height:.92}.divider-note{max-width:38rem}.statement-frame{display:flex;flex-direction:column;gap:1.25rem;align-items:flex-start}.formula-row{display:grid;width:100%;grid-template-columns:1fr auto 1fr;gap:1rem;align-items:stretch}.formula-card{padding:1.2rem 1.4rem;border-radius:1.6rem;border:1px solid var(--border);background:#ffffff0d}.formula-card strong{display:block;font-size:clamp(1.4rem,2vw,1.9rem);line-height:1.35}.formula-label{display:inline-block;margin-bottom:.5rem;color:var(--text-faint);font-family:var(--font-mono);font-size:.82rem;text-transform:uppercase;letter-spacing:.08em}.formula-card-bad strong{color:var(--warning)}.formula-card-good strong{color:var(--accent-three)}.formula-symbol{display:grid;place-items:center;color:var(--text-faint);font-family:var(--font-mono);font-size:2rem}.support-text{max-width:42rem}.quadrant-grid,.library-grid,.pipeline-grid,.benefit-grid,.domain-grid,.blueprint-grid,.final-grid{display:grid;gap:1rem}.quadrant-grid{margin-top:1.4rem;grid-template-columns:repeat(2,minmax(0,1fr))}.quadrant-card,.library-card,.pipeline-step,.benefit-card,.blueprint-card,.final-card{padding:1.35rem}.quadrant-head{display:flex;align-items:center;gap:.9rem;margin-bottom:.85rem}.quadrant-no,.pipeline-no,.final-no{font-family:var(--font-mono);font-size:1rem;color:var(--accent)}.chip-row{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:1rem}.chip{padding:.34rem .7rem;border-radius:999px;border:1px solid var(--border);background:#ffffff0a;color:var(--text-dim);font-family:var(--font-mono);font-size:.74rem}.swatch-row{display:flex;gap:.65rem;margin-top:1rem}.swatch{width:3rem;height:3rem;border-radius:1rem;border:1px solid rgba(255,255,255,.12)}.swatch-dark{background:#05070b}.swatch-cyan{background:linear-gradient(135deg,#00e7c3,#4ea7ff)}.swatch-lime{background:linear-gradient(135deg,#c4ff43,#ff8a47)}.layout-sketch{position:relative;margin-top:1rem;min-height:4.2rem}.layout-sketch span{position:absolute;border-radius:1rem;background:#ffffff14;border:1px solid rgba(255,255,255,.1)}.layout-sketch span:nth-child(1){left:0;top:0;width:46%;height:72px}.layout-sketch span:nth-child(2){right:0;top:1.4rem;width:38%;height:50px}.layout-sketch span:nth-child(3){left:24%;top:.9rem;width:32%;height:82px;background:#4ea7ff1f}.layout-sketch span:nth-child(4){left:10%;bottom:-.8rem;width:66%;height:30px}.library-grid{margin-top:1.4rem;grid-template-columns:1.15fr 1fr 1fr}.library-card-primary{border-color:#00e7c33d;background:linear-gradient(180deg,#00e7c31f,#ffffff0a)}.library-top{display:flex;flex-direction:column;gap:.55rem;margin-bottom:.9rem}.library-tag,.pane-label,.architecture-kicker,.automation-label,.bridge-label{color:var(--text-faint);font-family:var(--font-mono);font-size:.74rem;text-transform:uppercase;letter-spacing:.08em}.bullet-list{margin:.95rem 0 0;padding-left:1.1rem;color:var(--text-dim);line-height:1.72}.prompt-strip,.tip-banner,.big-takeaway{margin-top:1.1rem;padding:1rem 1.15rem;border-radius:1.2rem;border:1px solid rgba(0,231,195,.22);background:#00e7c314;line-height:1.7}.prompt-frame{display:flex;flex-direction:column;gap:1.2rem}.prompt-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:1rem}.prompt-pane{padding:1.1rem}.prompt-pane-main pre,.blueprint-code pre,.blueprint-tree pre{margin:.75rem 0 0;color:#d8fffb;white-space:pre-wrap;font-size:.86rem;line-height:1.72}.prompt-pane-side{display:grid;gap:.9rem;background:transparent;border:none;box-shadow:none}.pane-callout{padding:1rem 1.1rem;border:1px solid var(--border);border-radius:1.2rem;background:#ffffff0a}.pane-number{display:inline-block;margin-bottom:.45rem;color:var(--accent-three);font-family:var(--font-mono);font-size:.92rem}.pane-callout p{margin:0;line-height:1.65;color:var(--text-dim)}.resource-stage{position:relative;margin-top:1.5rem;min-height:26rem;border-radius:2rem;border:1px solid var(--border);background:#ffffff08;overflow:hidden}.resource-core{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;gap:.4rem;width:min(80%,22rem);text-align:center;padding:1.2rem;border-radius:1.6rem;background:linear-gradient(180deg,#4ea7ff29,#ffffff0d);border:1px solid rgba(78,167,255,.24);box-shadow:var(--shadow)}.resource-core span{color:var(--text-faint);font-family:var(--font-mono);font-size:.76rem;letter-spacing:.08em;text-transform:uppercase}.resource-core strong{font-size:clamp(1.4rem,2vw,1.8rem);line-height:1.35}.resource-orbit{position:absolute;inset:0}.resource-node{position:absolute;padding:.55rem .9rem;border-radius:999px;border:1px solid var(--border-strong);background:#ffffff0f;box-shadow:var(--shadow);color:var(--text-dim);font-family:var(--font-mono);font-size:.78rem}.resource-node:nth-child(1){left:6%;top:18%}.resource-node:nth-child(2){left:22%;top:8%}.resource-node:nth-child(3){right:18%;top:10%}.resource-node:nth-child(4){right:6%;top:26%}.resource-node:nth-child(5){left:14%;bottom:26%}.resource-node:nth-child(6){right:14%;bottom:16%}.resource-node:nth-child(7){left:28%;bottom:12%}.resource-node:nth-child(8){right:26%;top:46%}.pipeline-grid{margin-top:1.4rem;grid-template-columns:repeat(4,minmax(0,1fr))}.toolline{margin-top:.85rem;color:var(--accent);font-family:var(--font-mono);font-size:.74rem}.big-takeaway{background:#c4ff4314;border-color:#c4ff432e}.bridge-frame{display:flex;flex-direction:column;gap:1.2rem}.bridge-visual{display:grid;grid-template-columns:1fr auto 1.2fr auto 1fr;align-items:center;gap:1rem}.bridge-node{padding:1.35rem;border-radius:1.8rem;border:1px solid var(--border);background:#ffffff0d;box-shadow:var(--shadow)}.bridge-node strong{display:block;margin-top:.35rem;font-size:1.28rem;line-height:1.42}.bridge-node-highlight{border-color:#00e7c342;background:linear-gradient(180deg,#00e7c31f,#ffffff0a)}.bridge-line{height:2px;background:linear-gradient(90deg,#ffffff2e,#00e7c394)}.benefit-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.architecture-flow{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1.25fr;gap:.85rem;align-items:stretch;margin-top:1.3rem}.architecture-node{padding:1.1rem 1rem}.architecture-node strong{display:block;margin:.35rem 0 .55rem;font-size:1.14rem;line-height:1.4}.architecture-arrow{display:grid;place-items:center;color:var(--text-faint);font-family:var(--font-mono);font-size:1.8rem}.domain-grid{margin-top:1.1rem;grid-template-columns:repeat(4,minmax(0,1fr))}.domain-card{padding:1rem;border-radius:1.25rem;border:1px solid var(--border);background:#ffffff0d}.domain-card span,.domain-card strong{display:block}.domain-card span{color:var(--accent);font-family:var(--font-mono);font-size:.78rem}.domain-card strong{margin-top:.45rem;font-size:1.06rem;word-break:break-word}.checklist-card{display:grid;gap:.65rem;padding:1rem}.check-item{display:grid;grid-template-columns:2.2rem 1fr;gap:.9rem;align-items:center;padding:.9rem .95rem;border-radius:1.1rem;background:#ffffff0a}.check-item span{display:grid;place-items:center;width:2.2rem;height:2.2rem;border-radius:999px;background:#00e7c326;color:var(--accent);font-family:var(--font-mono);font-size:.85rem}.check-item p{margin:0;line-height:1.6}.prompt-terminal{align-self:stretch}.blueprint-frame{display:flex;flex-direction:column;gap:1.15rem}.blueprint-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.blueprint-card{min-height:100%}.blueprint-code,.blueprint-tree{background:linear-gradient(180deg,#4ea7ff1a,#ffffff0a)}.timeline{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.8rem;margin-top:1.25rem}.timeline-step{position:relative;padding:1rem;border-radius:1.3rem;border:1px solid var(--border);background:#ffffff0d}.timeline-step span{display:inline-block;margin-bottom:.5rem;color:var(--accent-three);font-family:var(--font-mono);font-size:.9rem}.timeline-step p{margin:0;color:var(--text-dim);line-height:1.68}.automation-card{margin-top:1.2rem;padding:1.25rem 1.35rem}.automation-card strong{display:block;margin-top:.7rem;color:var(--accent-three);font-size:1.15rem}.matrix{margin-top:1.4rem;border-radius:1.6rem;overflow:hidden;border:1px solid var(--border);background:#ffffff08}.matrix-head,.matrix-row{display:grid;grid-template-columns:.8fr 1.25fr 1.15fr;gap:1rem;padding:.95rem 1.1rem}.matrix-head{background:#4ea7ff1f;color:var(--text);font-family:var(--font-mono);font-size:.76rem;letter-spacing:.08em;text-transform:uppercase}.matrix-row{color:var(--text-dim);border-top:1px solid rgba(255,255,255,.08);line-height:1.6}.slide-final{text-align:center}.final-frame{display:flex;flex-direction:column;align-items:center;gap:1.2rem}.final-grid{width:100%;grid-template-columns:repeat(3,minmax(0,1fr))}.final-card{text-align:left}.closing-quote{max-width:46rem;font-family:var(--font-display);font-size:clamp(1.9rem,3vw,3rem);line-height:1.24;letter-spacing:-.03em}.progress{position:fixed;left:0;right:0;bottom:0;height:4px;background:#ffffff14;z-index:20}.progress-bar{height:100%;width:0;background:linear-gradient(90deg,var(--accent),var(--accent-two),var(--accent-three));transition:width .32s ease}.deck-counter,.deck-hint{position:fixed;z-index:20;color:var(--text-faint);font-family:var(--font-mono);font-size:.74rem}.deck-counter{right:1.3rem;bottom:1rem}.deck-hint{left:50%;bottom:1rem;transform:translate(-50%)}.overview{position:fixed;inset:0;z-index:30;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;padding:1.25rem 1.25rem 4.2rem;background:#04070cf5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);opacity:0;pointer-events:none;overflow-y:auto;transition:opacity .22s ease}.overview.is-open{opacity:1;pointer-events:auto}.overview-item{display:flex;flex-direction:column;gap:.55rem;padding:0;border:none;background:transparent;text-align:left;cursor:pointer}.overview-preview{position:relative;aspect-ratio:16 / 10;overflow:hidden;border-radius:1rem;border:1px solid var(--border);background:#ffffff0a}.overview-item.is-current .overview-preview{border-color:#00e7c373;box-shadow:0 0 0 1px #00e7c333}.overview-preview-inner{width:1200px;height:760px;transform:scale(.23);transform-origin:top left;pointer-events:none}.overview-preview .slide{position:static;inset:auto;opacity:1;transform:none;padding:1.8rem 2rem;overflow:hidden;pointer-events:none}.overview-label{color:var(--text-dim);font-family:var(--font-mono);font-size:.73rem}.mobile-nav{display:none}@media(max-width:1100px){.library-grid,.pipeline-grid,.benefit-grid,.domain-grid,.final-grid,.timeline,.matrix-head,.matrix-row,.bridge-visual,.architecture-flow,.prompt-layout,.two-column,.checklist-layout,.formula-row{grid-template-columns:1fr}.formula-symbol,.architecture-arrow,.bridge-line{display:none}.blueprint-grid,.quadrant-grid,.overview{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.slide{align-items:flex-start;padding:2rem 1rem 5.2rem}.slide-frame{width:100%}.cover-grid,.blueprint-grid,.quadrant-grid,.overview{grid-template-columns:1fr}.cover-frame{min-height:auto}.cover-title{font-size:clamp(3rem,15vw,4.8rem)}.section-title{max-width:100%;font-size:clamp(2rem,9vw,3.4rem)}.divider-title{font-size:clamp(2.8rem,15vw,4.8rem)}.cover-panel{width:100%}.resource-stage{min-height:30rem}.resource-node{font-size:.72rem}.resource-node:nth-child(1){left:6%;top:12%}.resource-node:nth-child(2){left:14%;top:27%}.resource-node:nth-child(3){right:12%;top:9%}.resource-node:nth-child(4){right:4%;top:34%}.resource-node:nth-child(5){left:8%;bottom:24%}.resource-node:nth-child(6){right:8%;bottom:18%}.resource-node:nth-child(7){left:20%;bottom:8%}.resource-node:nth-child(8){right:20%;top:53%}.prompt-pane-main pre,.blueprint-code pre,.blueprint-tree pre,.terminal-card pre{font-size:.78rem}.deck-hint{display:none}.deck-counter{right:.7rem;bottom:3.8rem;font-size:.68rem}.progress{bottom:48px}.mobile-nav{position:fixed;left:0;right:0;bottom:0;z-index:25;display:flex;align-items:center;justify-content:center;background:#04070ceb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-top:1px solid var(--border);padding:.35rem 0 max(.35rem,env(safe-area-inset-bottom))}.mobile-nav-button{flex:1;min-width:0;height:2.65rem;border:none;background:transparent;color:var(--text-faint)}.mobile-nav-button-main{color:var(--text);font-size:1.1rem}.meta-row{gap:.5rem}.meta-pill{font-size:.68rem}.overview-preview-inner{transform:scale(.16)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}body.is-landing{overflow-x:hidden;overflow-y:auto;background:#f4efe8}body.is-landing #app{min-height:100vh}body.is-landing .landing-shell{--page-bg: #f6f3ff;--page-surface: rgba(255, 255, 255, .82);--page-surface-strong: rgba(255, 255, 255, .96);--page-surface-soft: rgba(255, 255, 255, .56);--page-text: #1d1830;--page-muted: rgba(29, 24, 48, .7);--page-faint: rgba(29, 24, 48, .48);--page-border: rgba(117, 96, 177, .18);--page-shadow: 0 24px 80px rgba(71, 47, 158, .12);--page-accent: #7356ff;--page-accent-two: #c07cff;--page-accent-three: #ff7790;--page-display: "Inter", "Noto Sans SC", sans-serif;--page-body: "Inter", "Noto Sans SC", sans-serif;--page-radius: 32px;position:relative;min-height:100vh;padding:max(1rem,env(safe-area-inset-top)) max(1rem,env(safe-area-inset-right)) max(1.5rem,env(safe-area-inset-bottom)) max(1rem,env(safe-area-inset-left));color:var(--page-text);background:radial-gradient(circle at 12% 16%,rgba(115,86,255,.12),transparent 24%),radial-gradient(circle at 88% 12%,rgba(192,124,255,.12),transparent 26%),var(--page-bg);font-family:var(--page-body)}body.is-landing .landing-shell--v1,body.is-landing .landing-shell--v2,body.is-landing .landing-shell--v3,body.is-landing .landing-shell--v4{--page-bg: #081019;--page-surface: rgba(14, 25, 38, .72);--page-surface-strong: rgba(16, 30, 46, .92);--page-surface-soft: rgba(255, 255, 255, .06);--page-text: #f5efe6;--page-muted: rgba(245, 239, 230, .72);--page-faint: rgba(245, 239, 230, .48);--page-border: rgba(255, 157, 116, .18);--page-shadow: 0 30px 90px rgba(0, 0, 0, .36);--page-accent: #ff8a62;--page-accent-two: #f6c97f;--page-accent-three: #7ec7ff;--page-display: "Fraunces", "Noto Serif SC", serif;--page-body: "Manrope", "Noto Sans SC", sans-serif}body.is-landing .landing-shell--v5{--page-bg: #120f0d;--page-surface: rgba(38, 28, 22, .78);--page-surface-strong: rgba(48, 35, 27, .92);--page-surface-soft: rgba(255, 235, 210, .08);--page-text: #f5ebdd;--page-muted: rgba(245, 235, 221, .74);--page-faint: rgba(245, 235, 221, .45);--page-border: rgba(193, 150, 92, .22);--page-shadow: 0 40px 120px rgba(0, 0, 0, .42);--page-accent: #d9aa6a;--page-accent-two: #f0d4a6;--page-accent-three: #8a5d3b;--page-display: "Cormorant Garamond", "Noto Serif SC", serif;--page-body: "Manrope", "Noto Sans SC", sans-serif}body.is-landing .landing-shell--v6{--page-bg: oklch(15% .018 262);--page-surface: color-mix(in oklch, oklch(21% .02 258) 88%, transparent);--page-surface-strong: oklch(21% .02 258);--page-surface-soft: color-mix(in oklch, oklch(52% .018 70) 12%, transparent);--page-text: oklch(95% .018 84);--page-muted: color-mix(in oklch, oklch(95% .018 84) 72%, transparent);--page-faint: color-mix(in oklch, oklch(95% .018 84) 42%, transparent);--page-border: color-mix(in oklch, oklch(72% .12 48) 24%, transparent);--page-shadow: 0 34px 120px rgba(0, 0, 0, .44);--page-accent: oklch(71% .17 45);--page-accent-two: oklch(83% .11 78);--page-accent-three: oklch(84% .08 170);--page-display: "Fraunces", "Noto Serif SC", serif;--page-body: "Manrope", "Noto Sans SC", sans-serif}body.is-landing *{box-sizing:border-box}body.is-landing a{color:inherit;text-decoration:none}body.is-landing button,body.is-landing a{-webkit-tap-highlight-color:transparent}.skip-link,.sr-only{position:absolute}.sr-only{width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{left:max(1rem,env(safe-area-inset-left));top:max(1rem,env(safe-area-inset-top));z-index:30;padding:.8rem 1rem;border-radius:.8rem;background:var(--page-surface-strong);color:var(--page-text);border:1px solid var(--page-border);transform:translateY(-160%);transition:transform .18s ease}.skip-link:focus-visible{transform:translateY(0)}.landing-backdrop{position:fixed;inset:0;pointer-events:none;z-index:0}.landing-aurora,.landing-grid,.landing-grain{position:absolute;inset:0}.landing-aurora-a{background:radial-gradient(circle at 18% 18%,rgba(115,86,255,.16),transparent 28%)}.landing-aurora-b{background:radial-gradient(circle at 78% 16%,rgba(255,119,144,.14),transparent 30%)}.landing-grid{opacity:0;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:84px 84px;-webkit-mask-image:radial-gradient(circle at center,black 20%,transparent 80%);mask-image:radial-gradient(circle at center,black 20%,transparent 80%)}.landing-grain{opacity:0;mix-blend-mode:soft-light;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.78' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='0.78'/%3E%3C/svg%3E")}.landing-shell--v3 .landing-grid,.landing-shell--v4 .landing-grid,.landing-shell--v5 .landing-grid,.landing-shell--v6 .landing-grid{opacity:1}.landing-shell--v3 .landing-grain,.landing-shell--v4 .landing-grain,.landing-shell--v5 .landing-grain,.landing-shell--v6 .landing-grain{opacity:.16}.landing-shell--v1 .landing-aurora-a,.landing-shell--v2 .landing-aurora-a,.landing-shell--v3 .landing-aurora-a,.landing-shell--v4 .landing-aurora-a{background:radial-gradient(circle at 12% 16%,rgba(255,138,98,.16),transparent 26%)}.landing-shell--v1 .landing-aurora-b,.landing-shell--v2 .landing-aurora-b,.landing-shell--v3 .landing-aurora-b,.landing-shell--v4 .landing-aurora-b{background:radial-gradient(circle at 84% 14%,rgba(126,199,255,.12),transparent 28%)}.landing-shell--v5 .landing-aurora-a{background:radial-gradient(circle at 20% 12%,rgba(217,170,106,.16),transparent 28%)}.landing-shell--v5 .landing-aurora-b{background:radial-gradient(circle at 82% 18%,rgba(138,93,59,.2),transparent 32%)}.landing-shell--v6 .landing-aurora-a{background:radial-gradient(circle at 16% 15%,rgba(255,122,69,.14),transparent 24%)}.landing-shell--v6 .landing-aurora-b{background:radial-gradient(circle at 80% 16%,rgba(151,241,215,.12),transparent 26%)}.landing-header,.landing-main{position:relative;z-index:1}.landing-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;max-width:1380px;margin:0 auto;padding:.4rem 0 1rem}.brand-lockup{display:inline-flex;align-items:center;gap:.8rem}.brand-mark{display:grid;place-items:center;width:2.75rem;height:2.75rem;border-radius:1rem;background:linear-gradient(135deg,var(--page-accent),var(--page-accent-two));color:#111;font-family:var(--page-display);font-size:1.25rem;font-weight:700}.brand-copy{display:flex;flex-direction:column;gap:.15rem}.brand-copy strong{font-size:1rem;font-family:var(--page-display);letter-spacing:-.03em}.brand-copy span{color:var(--page-faint);font-size:.82rem}.landing-nav,.header-actions,.hero-actions,.hero-stats,.demo-switcher,.demo-chip-row,.destination-tags{display:flex;flex-wrap:wrap;gap:.75rem}.landing-nav{justify-content:center;flex:1}.landing-nav a,.ghost-link{padding:.65rem .95rem;border-radius:999px;border:1px solid transparent;color:var(--page-faint);transition:border-color .18s ease,color .18s ease,background .18s ease}.landing-nav a:hover,.ghost-link:hover{border-color:var(--page-border);color:var(--page-text);background:var(--page-surface-soft)}.primary-link,.hero-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:3rem;padding:.9rem 1.25rem;border-radius:999px;font-weight:700;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.brand-lockup,.landing-nav a,.ghost-link,.primary-link,.hero-button,.demo-switcher-link{min-height:44px}.primary-link,.hero-button-primary{background:linear-gradient(135deg,var(--page-accent),var(--page-accent-two));color:#0f1216;box-shadow:0 16px 36px #00000029}.hero-button-secondary{border:1px solid var(--page-border);background:var(--page-surface-soft);color:var(--page-text)}.primary-link:hover,.hero-button:hover{transform:translateY(-1px)}body.is-landing a:focus{outline:none}body.is-landing a:focus-visible,body.is-landing button:focus-visible{outline:2px solid color-mix(in oklch,var(--page-accent-two) 80%,white);outline-offset:3px}.primary-link:active,.hero-button:active,.demo-switcher-link:active,.ghost-link:active{transform:translateY(1px)}.landing-main{max-width:1380px;margin:0 auto;padding-bottom:4rem}.hero-section,.content-section,.cta-section,.proof-section,.quickstart-section{margin-top:1.1rem}.hero-section{padding-top:1rem}.hero-layout{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:1.25rem;align-items:center}.hero-copy{display:flex;flex-direction:column;gap:1rem}.section-kicker,.focus-pill,.journey-eyebrow,.scene-label,.float-kicker,.demo-block span,.demo-meta span,.feature-card span,.destination-top span{letter-spacing:.08em;text-transform:uppercase;font-size:.76rem}.section-kicker,.journey-eyebrow,.scene-label,.float-kicker{color:var(--page-accent);font-weight:700}.focus-pill{display:inline-flex;width:fit-content;padding:.42rem .75rem;border-radius:999px;border:1px solid var(--page-border);background:var(--page-surface-soft);color:var(--page-faint)}.hero-title,.section-heading h2,.cta-panel h2,.pricing-card h2{margin:0;font-family:var(--page-display);letter-spacing:-.05em;line-height:.92}.hero-title{max-width:11ch;font-size:clamp(3.8rem,8vw,7.8rem)}.hero-lede,.section-heading p,.demo-card-lede,.feature-card p,.journey-stop p,.journey-note p,.destination-card p,.quote-panel p,.faq-card p,.cta-panel p,.mini-list,.pricing-list{margin:0;color:var(--page-muted);line-height:1.75}.hero-manifesto{margin:0;max-width:26rem;font-size:1rem;line-height:1.75;color:var(--page-text)}.hero-stats article,.feature-card,.journey-card,.journey-note,.destination-card,.quote-panel,.pricing-card,.faq-card,.cta-panel,.demo-card{position:relative;border:1px solid var(--page-border);background:var(--page-surface);border-radius:var(--page-radius);box-shadow:var(--page-shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.hero-stats article{min-width:11rem;padding:1rem 1.1rem}.hero-stats strong,.price-row strong{display:block;font-size:1.6rem;font-family:var(--page-display);letter-spacing:-.04em}.hero-stats span{display:block;margin-top:.25rem;color:var(--page-faint);line-height:1.55;font-size:.9rem}.hero-meta-note{margin:0;max-width:24rem;color:var(--page-faint);line-height:1.7;font-size:.94rem}.hero-side{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:1rem;align-items:stretch}.hero-canvas{--pointer-x: .5;--pointer-y: .5;--pointer-rotate-x: 0deg;--pointer-rotate-y: 0deg;position:relative;min-height:34rem;padding:1rem;overflow:hidden;border-radius:calc(var(--page-radius) + 6px);border:1px solid var(--page-border);background:linear-gradient(135deg,#ffffff38,#ffffff0d),linear-gradient(160deg,#7356ff24,#ff779014),var(--page-surface);box-shadow:var(--page-shadow);transform:perspective(1400px) rotateX(var(--pointer-rotate-x)) rotateY(var(--pointer-rotate-y));transition:transform .22s ease}.hero-canvas:before,.hero-canvas:after{content:"";position:absolute;border-radius:999px;filter:blur(20px)}.hero-canvas:before{width:12rem;height:12rem;left:-2rem;top:-1rem;background:#ffffff2e}.hero-canvas:after{width:15rem;height:15rem;right:-4rem;bottom:-4rem;background:#ff779024}.hero-scene,.hero-float{position:absolute;overflow:hidden;border:1px solid var(--page-border);box-shadow:var(--page-shadow);color:#fff}.hero-scene{inset:1rem 8rem 6.2rem 1rem;display:flex;flex-direction:column;justify-content:end;gap:.9rem;padding:1.35rem;border-radius:calc(var(--page-radius) - 2px);background:linear-gradient(180deg,transparent 12%,rgba(7,10,16,.82) 100%),linear-gradient(135deg,#7356ff3d,#ff77902e),radial-gradient(circle at 24% 22%,rgba(255,255,255,.16),transparent 22%)}.scene-title{max-width:11ch;font-size:clamp(2rem,4vw,3rem);line-height:.96;font-family:var(--page-display);letter-spacing:-.05em}.scene-metrics{display:flex;flex-wrap:wrap;gap:.55rem}.scene-metrics span,.destination-tags span,.demo-chip-row span{padding:.4rem .72rem;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:#ffffff14;font-size:.78rem}.hero-float{width:15rem;padding:1rem 1.05rem;border-radius:1.6rem;background:#080b1085;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.hero-float strong{display:block;margin:.35rem 0 .5rem;font-size:1.15rem;line-height:1.32}.hero-float p{margin:0;color:#ffffffb3;line-height:1.6;font-size:.92rem}.hero-float-a{top:1.25rem;right:1rem}.hero-float-b{right:2rem;bottom:1.25rem}.hero-float-c{left:2rem;bottom:1rem;width:11.5rem}.mini-list{padding-left:1rem}.demo-card,.pricing-card,.quote-panel,.faq-card,.feature-card,.journey-card,.journey-note,.destination-card,.cta-panel{padding:1.2rem}.demo-card{display:flex;flex-direction:column;gap:1rem;border-radius:2rem}.demo-card-top strong{display:block;margin-top:.3rem;font-size:1.38rem;font-family:var(--page-display);letter-spacing:-.04em}.demo-switcher-link{min-width:3.35rem;padding:.62rem .8rem;border-radius:999px;border:1px solid var(--page-border);text-align:center;color:var(--page-faint);background:var(--page-surface-soft)}.demo-switcher-link.is-current{background:linear-gradient(135deg,var(--page-accent),var(--page-accent-two));color:#101317;border-color:transparent}.demo-block{display:flex;flex-direction:column;gap:.6rem}.demo-block p{margin:0;color:var(--page-muted);line-height:1.7}.demo-bullets,.pricing-list{margin:0;padding-left:1.1rem;color:var(--page-muted);line-height:1.75}.demo-meta{display:flex;flex-direction:column;gap:.3rem}.demo-meta strong{font-size:1rem;color:var(--page-text)}.compare-strip{display:grid;gap:1rem;margin-top:1.4rem;padding-top:1rem;border-top:1px solid color-mix(in oklch,var(--page-accent) 18%,transparent)}.compare-strip-copy{display:flex;flex-direction:column;gap:.35rem}.compare-strip-copy span{color:var(--page-faint);letter-spacing:.08em;text-transform:uppercase;font-size:.76rem}.compare-strip-copy strong{font-size:.98rem;line-height:1.7;color:var(--page-muted);font-weight:600}.proof-section{overflow:hidden}.proof-track{display:flex;gap:.75rem;width:100%;flex-wrap:wrap}.proof-pill{padding:.62rem .95rem;border-radius:999px;border:1px solid var(--page-border);background:var(--page-surface-soft);color:var(--page-muted);white-space:nowrap}.demo-meta strong,.proof-pill,.demo-chip-row span,.destination-tags span{overflow-wrap:anywhere}.quickstart-layout{display:grid;grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr);gap:1.5rem;align-items:start}.quickstart-copy{display:flex;flex-direction:column;gap:.8rem;max-width:28rem}.quickstart-copy h2,.quickstart-preview h3{margin:0;font-family:var(--page-display);letter-spacing:-.05em}.quickstart-copy h2{font-size:clamp(2rem,3.8vw,3.8rem);line-height:.94}.quickstart-copy p,.quickstart-preview p{margin:0;color:var(--page-muted);line-height:1.75}.quickstart-panel{container-type:inline-size}.quickstart-tabs{display:flex;flex-wrap:wrap;gap:.75rem}.quickstart-tab{min-height:44px;padding:.78rem 1rem;border:1px solid var(--page-border);border-radius:999px;background:transparent;color:var(--page-faint);font:inherit;cursor:pointer;transition:color .18s ease,border-color .18s ease,background .18s ease,transform .18s ease}.quickstart-tab.is-active{color:var(--page-text);border-color:color-mix(in oklch,var(--page-accent) 44%,transparent);background:color-mix(in oklch,var(--page-accent) 8%,transparent)}.quickstart-preview{position:relative;display:flex;flex-direction:column;gap:.9rem;margin-top:1rem;padding:1.2rem 0 0;border-top:1px solid color-mix(in oklch,var(--page-accent) 24%,transparent);transition:opacity .18s ease,transform .18s ease}.quickstart-panel.is-updating .quickstart-preview{opacity:.7;transform:translateY(4px)}.quickstart-preview:before{content:"";position:absolute;inset:-.15rem auto auto 0;width:4rem;height:2px;background:linear-gradient(90deg,var(--page-accent),transparent)}.quickstart-eyebrow{color:var(--page-accent);letter-spacing:.12em;text-transform:uppercase;font-size:.76rem}.quickstart-preview h3{max-width:12ch;font-size:clamp(1.8rem,3.4vw,3rem);line-height:.94}.quickstart-picks{display:flex;flex-wrap:wrap;gap:.55rem}.quickstart-picks span{padding:.45rem .7rem;border-radius:.85rem;background:color-mix(in oklch,var(--page-accent) 8%,transparent);border:1px solid color-mix(in oklch,var(--page-accent) 18%,transparent);font-size:.82rem}.quickstart-footer{display:flex;flex-wrap:wrap;align-items:center;gap:.8rem 1rem}.quickstart-footer strong{font-size:.94rem;font-weight:600}.quickstart-footer a{color:var(--page-accent-two)}.content-section{padding:.6rem 0}.section-heading{display:flex;flex-direction:column;gap:.8rem;margin-bottom:1rem;max-width:52rem}.section-heading h2,.cta-panel h2,.pricing-card h2{font-size:clamp(2.2rem,4vw,4.4rem)}.feature-grid,.destination-grid,.faq-grid{display:grid;gap:1rem}.feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.feature-card h3,.journey-head h3,.journey-note h3,.destination-top strong,.faq-card h3{margin:.35rem 0 .6rem;font-size:1.36rem;font-family:var(--page-display);letter-spacing:-.04em}.journey-layout,.membership-layout{display:grid;gap:1rem;align-items:start}.journey-layout{grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr)}.journey-card{padding:1.35rem}.journey-head{display:flex;align-items:end;justify-content:space-between;gap:1rem}.journey-head strong{color:var(--page-accent)}.journey-timeline{display:flex;flex-direction:column;gap:1rem;margin-top:1.2rem}.journey-stop{display:grid;grid-template-columns:4.2rem 1fr;gap:1rem}.journey-stop>span{color:var(--page-accent);font-weight:700}.journey-stop strong{display:block;margin-bottom:.24rem}.journey-side{display:grid;gap:1rem}.journey-note span{color:var(--page-accent);font-size:.78rem;letter-spacing:.08em;text-transform:uppercase}.destination-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.destination-card{min-height:16rem;display:flex;flex-direction:column;justify-content:space-between;background:linear-gradient(180deg,rgba(255,255,255,.06),transparent 40%),var(--page-surface)}.destination-top strong{font-size:1.9rem}.membership-layout{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr)}.price-row{display:flex;align-items:end;gap:.35rem;margin:1rem 0 1.1rem}.price-row span{color:var(--page-faint)}.social-stack{display:grid;gap:1rem}.quote-panel strong{display:block;margin-top:.85rem;color:var(--page-accent)}.faq-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cta-section{padding-bottom:2rem}.cta-panel{padding:1.4rem}.reveal{opacity:0;transform:translateY(22px);transition:opacity .48s ease,transform .48s ease;transition-delay:var(--reveal-delay, 0ms)}.reveal.is-visible{opacity:1;transform:translateY(0)}.tilt-card{transform:perspective(1200px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.landing-shell--motion .tilt-card:hover{box-shadow:0 32px 80px #0000003d;border-color:#ffffff2e}.landing-shell--motion .proof-track{width:max-content;flex-wrap:nowrap;animation:marquee 28s linear infinite}.landing-shell--motion .proof-track:hover{animation-play-state:paused}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.landing-shell--v0 .hero-layout,.landing-shell--v1 .hero-layout{grid-template-columns:1fr}.landing-shell--v0 .hero-copy,.landing-shell--v1 .hero-copy{align-items:center;text-align:center}.landing-shell--v0 .hero-title,.landing-shell--v1 .hero-title{max-width:12ch}.landing-shell--v0 .hero-lede,.landing-shell--v1 .hero-lede{max-width:46rem}.landing-shell--v0 .hero-side,.landing-shell--v1 .hero-side{grid-template-columns:1fr 340px}.landing-shell--v0 .feature-grid,.landing-shell--v1 .feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.landing-shell--v0 .journey-layout,.landing-shell--v1 .journey-layout,.landing-shell--v0 .membership-layout,.landing-shell--v1 .membership-layout{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-shell--v0 .hero-canvas{background:linear-gradient(180deg,#ffffff38,#ffffff0f),linear-gradient(135deg,#7356ff38,#c07cff29),var(--page-surface)}.landing-shell--v1 .hero-canvas,.landing-shell--v2 .hero-canvas,.landing-shell--v3 .hero-canvas,.landing-shell--v4 .hero-canvas{background:linear-gradient(180deg,#ffffff1f,#ffffff05),linear-gradient(135deg,#ff8a622e,#7ec7ff1a),var(--page-surface)}.landing-shell--v2 .hero-layout,.landing-shell--v3 .hero-layout,.landing-shell--v4 .hero-layout{grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr)}.landing-shell--v2 .destination-card:nth-child(1),.landing-shell--v3 .destination-card:nth-child(1),.landing-shell--v4 .destination-card:nth-child(1){grid-column:span 2}.landing-shell--v2 .hero-side,.landing-shell--v3 .hero-side,.landing-shell--v4 .hero-side{align-items:start}.landing-shell--v3 .hero-stats article,.landing-shell--v3 .feature-card,.landing-shell--v3 .journey-card,.landing-shell--v3 .journey-note,.landing-shell--v3 .destination-card,.landing-shell--v3 .quote-panel,.landing-shell--v3 .pricing-card,.landing-shell--v3 .faq-card,.landing-shell--v3 .cta-panel,.landing-shell--v3 .demo-card,.landing-shell--v4 .hero-stats article,.landing-shell--v4 .feature-card,.landing-shell--v4 .journey-card,.landing-shell--v4 .journey-note,.landing-shell--v4 .destination-card,.landing-shell--v4 .quote-panel,.landing-shell--v4 .pricing-card,.landing-shell--v4 .faq-card,.landing-shell--v4 .cta-panel,.landing-shell--v4 .demo-card{background:linear-gradient(180deg,#ffffff14,#ffffff08),var(--page-surface)}.landing-shell--v5 .landing-main,.landing-shell--v6 .landing-main{padding-top:.6rem}.landing-shell--v5 .hero-layout{grid-template-columns:minmax(0,.76fr) minmax(0,1.24fr);align-items:end}.landing-shell--v5 .hero-copy{padding-bottom:1.6rem}.landing-shell--v5 .hero-title{max-width:8ch;font-size:clamp(4.2rem,8vw,8.6rem);line-height:.88}.landing-shell--v5 .hero-side{grid-template-columns:minmax(0,1.28fr) minmax(280px,.72fr)}.landing-shell--v5 .hero-canvas{min-height:40rem;border-radius:2.4rem;background:linear-gradient(180deg,#fff4e20f,#00000029),linear-gradient(155deg,#d9aa6a2e,#8a5d3b1f),var(--page-surface)}.landing-shell--v5 .hero-scene{inset:1rem 1rem 8.8rem 5.5rem;border-radius:2rem;background:linear-gradient(180deg,transparent 10%,rgba(15,11,9,.88) 100%),radial-gradient(circle at 32% 18%,rgba(255,233,195,.2),transparent 26%),linear-gradient(140deg,#d9aa6a33,#5c3a2438)}.landing-shell--v5 .hero-scene:after{content:"HANGZHOU WEEKEND";position:absolute;right:1rem;top:1rem;letter-spacing:.24em;font-size:.72rem;color:#f5ebdd7a}.landing-shell--v5 .hero-float{background:#1f1611ad}.landing-shell--v5 .hero-float-a{top:auto;right:1rem;bottom:1rem}.landing-shell--v5 .hero-float-b{right:auto;left:1rem;bottom:1.2rem}.landing-shell--v5 .hero-float-c{left:auto;right:11rem;bottom:2.2rem}.landing-shell--v5 .feature-card,.landing-shell--v5 .journey-card,.landing-shell--v5 .journey-note,.landing-shell--v5 .destination-card,.landing-shell--v5 .quote-panel,.landing-shell--v5 .pricing-card,.landing-shell--v5 .faq-card,.landing-shell--v5 .cta-panel,.landing-shell--v5 .demo-card{border-radius:2rem;background:linear-gradient(180deg,#fff4e20f,#fff4e205),var(--page-surface)}.landing-shell--v5 .destination-grid{grid-template-columns:1.1fr .9fr .9fr 1.1fr}.landing-shell--v5 .destination-card:nth-child(1),.landing-shell--v5 .destination-card:nth-child(4){min-height:19rem}.landing-shell--v5 .destination-card:nth-child(2),.landing-shell--v5 .destination-card:nth-child(3){margin-top:2.4rem}.landing-shell--v6 .landing-header{padding-top:.2rem}.landing-shell--v6 .brand-mark{border-radius:.9rem}.landing-shell--v6{background:radial-gradient(circle at 18% 10%,color-mix(in oklch,var(--page-accent) 18%,transparent),transparent 24%),linear-gradient(180deg,color-mix(in oklch,var(--page-accent-two) 6%,transparent),transparent 24%),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(var(--page-bg),var(--page-bg));background-size:auto,auto,132px 132px,auto}.landing-shell--v6 .hero-layout{grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr);gap:2rem;align-items:end}.landing-shell--v6 .hero-copy--editorial{position:relative;gap:.95rem;max-width:31rem;padding-top:.9rem}.landing-shell--v6 .hero-copy--editorial:before{content:"ESCAPE / RHYTHM / ROUTE";display:block;margin-bottom:.4rem;color:var(--page-faint);letter-spacing:.16em;text-transform:uppercase;font-size:.74rem}.landing-shell--v6 .focus-pill,.landing-shell--v6 .landing-nav a,.landing-shell--v6 .ghost-link,.landing-shell--v6 .proof-pill,.landing-shell--v6 .demo-switcher-link,.landing-shell--v6 .scene-metrics span,.landing-shell--v6 .destination-tags span,.landing-shell--v6 .demo-chip-row span{border-radius:1rem}.landing-shell--v6 .focus-pill{width:fit-content;padding-inline:.9rem;background:transparent}.landing-shell--v6 .hero-title{max-width:5ch;font-size:clamp(3.9rem,7vw,7.4rem);line-height:.87;text-wrap:balance}.landing-shell--v6 .hero-lede{max-width:24rem;font-size:1.02rem;line-height:1.82}.landing-shell--v6 .hero-manifesto{max-width:20rem;padding-top:.9rem;border-top:1px solid color-mix(in oklch,var(--page-accent) 22%,transparent);font-size:.98rem;line-height:1.7}.landing-shell--v6 .hero-actions{align-items:center;gap:.9rem}.landing-shell--v6 .hero-button-secondary{background:transparent;border-color:transparent;padding-inline:.2rem;justify-content:flex-start;min-height:auto;color:var(--page-muted);box-shadow:none}.landing-shell--v6 .hero-stats--editorial{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;max-width:26rem;margin-top:.2rem}.landing-shell--v6 .hero-stats--editorial article{min-width:0;padding:.9rem 0 0;border:none;border-top:1px solid color-mix(in oklch,var(--page-accent) 24%,transparent);border-radius:0;background:transparent;box-shadow:none}.landing-shell--v6 .hero-stats--editorial strong{font-family:var(--page-display);font-size:1.65rem;letter-spacing:-.05em;text-transform:none}.landing-shell--v6 .hero-stats--editorial span{max-width:11ch;margin-top:.45rem;font-size:.9rem;line-height:1.7}.landing-shell--v6 .hero-side--editorial{grid-template-columns:1fr;align-items:start}.landing-shell--v6 .hero-canvas{min-height:39rem;border-radius:2.35rem;background:linear-gradient(180deg,rgba(255,255,255,.08),transparent 28%),linear-gradient(135deg,#ff7a451f,#97f1d70f),var(--page-surface-strong);contain:layout paint}.landing-shell--v6 .hero-canvas--editorial:before{width:24rem;height:24rem;left:auto;right:-8rem;top:-7rem;background:color-mix(in oklch,var(--page-accent-two) 26%,transparent)}.landing-shell--v6 .hero-canvas--editorial:after{width:18rem;height:18rem;right:auto;left:-4rem;bottom:-6rem;background:color-mix(in oklch,var(--page-accent) 20%,transparent)}.landing-shell--v6 .hero-scene{inset:1rem 10rem 7.6rem 1rem;border-radius:2rem;background:linear-gradient(180deg,transparent 12%,rgba(8,12,18,.92) 100%),linear-gradient(140deg,#ff7a4524,#97f1d70d),radial-gradient(circle at 28% 18%,rgba(255,255,255,.13),transparent 18%)}.landing-shell--v6 .hero-scene:before{content:"";position:absolute;left:1.2rem;top:1.2rem;width:3.6rem;height:.38rem;border-radius:999px;background:linear-gradient(90deg,var(--page-accent),transparent)}.landing-shell--v6 .hero-scene:after{content:"";position:absolute;inset:0;background:linear-gradient(112deg,transparent 22%,rgba(255,255,255,.1) 48%,transparent 68%);transform:translate(-68%);opacity:.5;animation:sceneSweep 8s cubic-bezier(.22,1,.36,1) infinite}.landing-shell--v6 .demo-card--editorial{border-radius:1.25rem;background:linear-gradient(180deg,#ffffff0a,#ffffff05),color-mix(in oklch,var(--page-surface-strong) 90%,transparent)}.landing-shell--v6 .proof-track{justify-content:flex-start;gap:.55rem;width:100%;flex-wrap:wrap;animation:none}.landing-shell--v6 .proof-pill{padding:.54rem .76rem;border-radius:.9rem;background:transparent;color:var(--page-faint)}.landing-shell--v6 .quickstart-layout{grid-template-columns:minmax(0,.64fr) minmax(0,1.36fr);gap:2.4rem;padding-top:1rem;border-top:1px solid color-mix(in oklch,var(--page-accent) 16%,transparent)}.landing-shell--v6 .quickstart-tab{border-radius:.95rem;min-height:46px}.landing-shell--v6 .quickstart-tab.is-active{box-shadow:inset 0 0 0 1px color-mix(in oklch,var(--page-accent) 40%,transparent)}.landing-shell--v6 .quickstart-preview{min-height:17rem}.landing-shell--v6 .quickstart-preview h3{max-width:9ch}.landing-shell--v6 .section-heading{max-width:52rem}.landing-shell--v6 .section-heading h2{max-width:13ch;line-height:.92}.landing-shell--v6 .section-heading p{max-width:30rem;font-size:.98rem;line-height:1.8}.landing-shell--v6 .feature-grid--editorial{gap:1.5rem 1.8rem;grid-template-columns:repeat(2,minmax(0,1fr))}.landing-shell--v6 .feature-card--editorial,.landing-shell--v6 .journey-note--editorial,.landing-shell--v6 .destination-card--editorial,.landing-shell--v6 .quote-panel--editorial,.landing-shell--v6 .faq-card--editorial{border:none;border-top:1px solid color-mix(in oklch,var(--page-accent) 20%,transparent);border-radius:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;padding-inline:0}.landing-shell--v6 .feature-card--editorial:nth-child(1){grid-column:span 2;padding-right:2rem}.landing-shell--v6 .feature-card--editorial h3{max-width:12ch;font-size:1.7rem}.landing-shell--v6 .feature-card--editorial p,.landing-shell--v6 .journey-note--editorial p,.landing-shell--v6 .destination-card--editorial p,.landing-shell--v6 .faq-card--editorial p{max-width:30rem;font-size:.98rem}.landing-shell--v6 .journey-layout--editorial{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:2.4rem}.landing-shell--v6 .journey-card--editorial,.landing-shell--v6 .pricing-card--editorial,.landing-shell--v6 .cta-panel--editorial{border-radius:0;border:none;border-top:1px solid color-mix(in oklch,var(--page-accent) 24%,transparent);background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;padding-inline:0}.landing-shell--v6 .journey-card--editorial{padding-top:1rem}.landing-shell--v6 .journey-head{align-items:start}.landing-shell--v6 .journey-head h3{max-width:13ch;font-size:2rem}.landing-shell--v6 .journey-stop{grid-template-columns:3.4rem 1fr}.landing-shell--v6 .journey-stop>span{color:var(--page-accent-two)}.landing-shell--v6 .journey-side--editorial{gap:1.8rem;padding-top:3rem}.landing-shell--v6 .journey-note--editorial h3{max-width:13ch}.landing-shell--v6 .destination-grid--editorial{grid-template-columns:repeat(12,minmax(0,1fr));gap:1.8rem 1rem}.landing-shell--v6 .destination-grid{grid-template-columns:repeat(12,minmax(0,1fr))}.landing-shell--v6 .destination-card--editorial:nth-child(1),.landing-shell--v6 .destination-card:nth-child(1){grid-column:span 5}.landing-shell--v6 .destination-card--editorial:nth-child(2),.landing-shell--v6 .destination-card:nth-child(2){grid-column:span 3}.landing-shell--v6 .destination-card--editorial:nth-child(3),.landing-shell--v6 .destination-card:nth-child(3){grid-column:span 4}.landing-shell--v6 .destination-card--editorial{min-height:0;gap:.85rem;justify-content:start}.landing-shell--v6 .destination-card--editorial:nth-child(1),.landing-shell--v6 .destination-card--editorial:nth-child(3){padding-top:2.7rem}.landing-shell--v6 .destination-top strong{max-width:9ch}.landing-shell--v6 .membership-layout--editorial{grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:2.2rem}.landing-shell--v6 .pricing-card--editorial .price-row{margin-top:1rem}.landing-shell--v6 .pricing-card--editorial .price-row strong{font-size:clamp(3rem,7vw,4.4rem);font-family:var(--page-display)}.landing-shell--v6 .pricing-card--editorial .hero-button{margin-top:1.2rem;width:fit-content}.landing-shell--v6 .quote-panel--editorial{padding-top:1rem;max-width:28rem}.landing-shell--v6 .faq-grid--editorial{gap:1.6rem 1rem}.landing-shell--v6 .faq-card--editorial h3{max-width:12ch}.landing-shell--v6 .cta-panel--editorial{display:grid;grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);gap:1.8rem;align-items:start}.landing-shell--v6 .cta-panel--editorial .hero-actions{justify-content:flex-start;align-self:end}.landing-shell--v6.landing-shell--motion .proof-track{width:100%;flex-wrap:wrap;animation:none}.landing-main>section:not(.hero-section){content-visibility:auto;contain-intrinsic-size:780px}@media(hover:hover)and (pointer:fine){.landing-nav a:hover,.ghost-link:hover{border-color:var(--page-border);color:var(--page-text);background:var(--page-surface-soft)}.primary-link:hover,.hero-button:hover{transform:translateY(-1px)}.landing-shell--motion .tilt-card:hover{box-shadow:0 32px 80px #0000003d;border-color:#ffffff2e}.quickstart-tab:hover{transform:translateY(-1px);border-color:color-mix(in oklch,var(--page-accent) 32%,transparent);color:var(--page-text)}}@media(hover:none){.landing-shell--motion .tilt-card:hover,.primary-link:hover,.hero-button:hover,.landing-nav a:hover,.ghost-link:hover,.quickstart-tab:hover{transform:none;box-shadow:inherit;border-color:inherit;background:inherit}}@media(pointer:coarse){.primary-link,.hero-button,.landing-nav a,.ghost-link,.demo-switcher-link,.quickstart-tab{min-height:48px;padding-block:.95rem}}@media(max-width:1180px){.hero-layout,.landing-shell--v2 .hero-layout,.landing-shell--v3 .hero-layout,.landing-shell--v4 .hero-layout,.landing-shell--v5 .hero-layout,.landing-shell--v6 .hero-layout,.journey-layout,.membership-layout,.landing-shell--v0 .journey-layout,.landing-shell--v1 .journey-layout,.landing-shell--v0 .membership-layout,.landing-shell--v1 .membership-layout,.hero-side,.landing-shell--v0 .hero-side,.landing-shell--v1 .hero-side,.landing-shell--v5 .hero-side{grid-template-columns:1fr}.feature-grid,.destination-grid,.faq-grid,.landing-shell--v5 .destination-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.quickstart-layout,.landing-shell--v6 .quickstart-layout{grid-template-columns:1fr;gap:1rem}.landing-shell--v6 .destination-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-shell--v6 .feature-grid--editorial,.landing-shell--v6 .membership-layout--editorial,.landing-shell--v6 .cta-panel--editorial{grid-template-columns:1fr}.landing-shell--v6 .destination-card:nth-child(1),.landing-shell--v6 .destination-card:nth-child(2),.landing-shell--v6 .destination-card:nth-child(3),.landing-shell--v6 .destination-card:nth-child(4),.landing-shell--v6 .destination-card--editorial:nth-child(1),.landing-shell--v6 .destination-card--editorial:nth-child(2),.landing-shell--v6 .destination-card--editorial:nth-child(3),.landing-shell--v6 .destination-card--editorial:nth-child(4),.landing-shell--v2 .destination-card:nth-child(1),.landing-shell--v3 .destination-card:nth-child(1),.landing-shell--v4 .destination-card:nth-child(1){grid-column:auto}.demo-card{order:-1}}@media(max-width:900px){.landing-shell{padding:max(1rem,env(safe-area-inset-top)) max(1rem,env(safe-area-inset-right)) max(1rem,env(safe-area-inset-bottom)) max(1rem,env(safe-area-inset-left))}.landing-header{flex-direction:column;align-items:stretch}.landing-nav{justify-content:flex-start}.header-actions{justify-content:space-between}.feature-grid,.destination-grid,.faq-grid,.landing-shell--v5 .destination-grid,.landing-shell--v6 .destination-grid{grid-template-columns:1fr}.landing-shell--v6 .hero-stats--editorial{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-scene{inset:1rem 1rem 10.5rem}.hero-float-a,.hero-float-b,.hero-float-c,.landing-shell--v5 .hero-float-a,.landing-shell--v5 .hero-float-b,.landing-shell--v5 .hero-float-c{width:auto;left:1rem;right:1rem}.hero-float-a{top:auto;bottom:7.5rem}.hero-float-b{bottom:4.1rem}.hero-float-c{bottom:1rem}.hero-title,.landing-shell--v5 .hero-title{font-size:clamp(3rem,12vw,5rem)}.landing-shell--v6 .hero-title{max-width:4.8ch;font-size:clamp(3rem,11vw,5.1rem)}}@media(max-width:680px){.landing-nav{display:none}.header-actions{flex-direction:column;align-items:stretch}.hero-actions,.hero-stats,.demo-switcher,.destination-tags{gap:.6rem}.hero-button,.primary-link,.ghost-link,.quickstart-tab{width:100%}.hero-canvas,.landing-shell--v5 .hero-canvas,.landing-shell--v6 .hero-canvas{min-height:34rem}.hero-stats article{min-width:calc(50% - .3rem);flex:1 1 calc(50% - .3rem)}.proof-track{flex-wrap:wrap;width:100%;animation:none}.landing-shell--v6 .hero-actions,.landing-shell--v6 .compare-strip{gap:.8rem}.landing-shell--v6 .hero-button-secondary{justify-content:center;padding-inline:1rem;border-color:var(--page-border);background:var(--page-surface-soft)}.landing-shell--v6 .hero-stats--editorial{grid-template-columns:1fr}.landing-shell--v6 .feature-card--editorial:nth-child(1){grid-column:auto;padding-right:0}}@media(prefers-reduced-motion:reduce){.reveal,.tilt-card,.hero-canvas,.proof-track,.landing-nav a,.ghost-link,.primary-link,.hero-button,.demo-switcher-link,.skip-link,.quickstart-preview,.quickstart-tab{animation:none!important;transition-duration:.01ms!important;transition-delay:0ms!important;transform:none!important}.reveal{opacity:1}}@keyframes sceneSweep{0%,14%{transform:translate(-72%);opacity:0}24%,46%{transform:translate(12%);opacity:.42}62%,to{transform:translate(78%);opacity:0}}
