:root{--paper:#f3eee4;--paper-bright:#faf7ef;--ink:#172b35;--muted:#68747a;--line:#172b3524;--coral:#ff6c4a;--acid:#d9f45a;--mint:#86d8bd;--purple:#a893e8;--gold:#f0c55e;--serif:"Songti SC", "STSong", "Noto Serif CJK SC", Georgia, serif;--sans:-apple-system, BlinkMacSystemFont, "SF Pro Display", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--paper)}body{color:var(--ink);background:var(--paper);font-family:var(--sans);-webkit-font-smoothing:antialiased;margin:0}a{color:inherit;text-decoration:none}.site-header{z-index:10;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#f3eee4e0;justify-content:space-between;align-items:center;min-height:78px;padding:0 clamp(22px,5vw,76px);display:flex;position:relative}.brand,.footer-brand{align-items:center;gap:9px;display:flex}.brand-dot{background:var(--coral);border-radius:50%;flex:none;width:10px;height:10px;box-shadow:0 0 0 5px #ff6c4a24}.brand strong,.footer-brand strong{letter-spacing:-.04em;font-size:17px}.brand em,.footer-brand em{color:#7c8688;letter-spacing:.08em;margin-left:2px;font-size:10px;font-style:normal}nav{align-items:center;gap:28px;display:flex}nav a{color:#5d6a70;font-size:12px;font-weight:650}nav a:hover{color:var(--coral)}nav .nav-cta{color:#fffaf0;background:var(--ink);border-radius:99px;padding:11px 16px}nav .nav-cta:hover{color:var(--ink);background:var(--acid)}.hero{grid-template-columns:minmax(0,1.06fr) minmax(420px,.94fr);align-items:center;gap:40px;min-height:690px;padding:clamp(68px,8vw,120px) clamp(22px,7vw,108px);display:grid;position:relative;overflow:hidden}.hero-grid{pointer-events:none;background-image:linear-gradient(#172b3508 1px,#0000 1px),linear-gradient(90deg,#172b3508 1px,#0000 1px);background-size:36px 36px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#000,#0000 78%);mask-image:linear-gradient(90deg,#000,#0000 78%)}.hero:before,.hero:after{filter:blur(35px);opacity:.2;pointer-events:none;content:"";border-radius:50%;width:400px;height:400px;position:absolute}.hero:before{background:var(--coral);top:140px;right:14%}.hero:after{background:var(--acid);bottom:-180px;right:-140px}.hero-copy{z-index:2;max-width:780px;position:relative}.eyebrow{color:#778184;letter-spacing:.19em;align-items:center;gap:10px;margin:0 0 21px;font-size:10px;font-weight:800;display:flex}.eyebrow span{background:var(--coral);width:32px;height:2px}.hero h1{font-family:var(--serif);letter-spacing:-.075em;margin:0;font-size:clamp(58px,7.2vw,104px);font-weight:700;line-height:1.06}.hero h1 em{color:var(--coral);font-style:normal}.hero-lede{color:#5c696f;max-width:660px;margin:31px 0 0;font-size:clamp(14px,1.3vw,17px);line-height:1.95}.hero-actions{align-items:center;gap:27px;margin-top:38px;display:flex}.button{border-radius:18px;justify-content:space-between;align-items:center;gap:24px;min-width:280px;min-height:60px;padding:8px 9px 8px 22px;font-size:13px;font-weight:800;transition:transform .2s,box-shadow .2s;display:inline-flex}.button:hover{transform:translateY(-2px);box-shadow:0 15px 35px #172b352e}.button b{border-radius:13px;place-items:center;width:43px;height:43px;font-size:19px;display:grid}.button-primary{color:#fffaf0;background:var(--ink)}.button-primary b{color:var(--ink);background:var(--acid)}.text-link{border-bottom:1px solid var(--ink);padding:11px 0;font-size:12px;font-weight:750}.text-link span{color:var(--coral);margin-left:8px}.hero-orbit{z-index:2;justify-self:end;width:min(42vw,570px);height:min(42vw,570px);position:relative}.orbit-line{border:1px solid #172b3526;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.orbit-line-one{border-style:dashed;width:92%;height:92%;animation:55s linear infinite orbit-spin}.orbit-line-two{border-color:#ff6c4a42;width:61%;height:61%}.orbit-core{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#faf7efbf;border:1px solid #172b351f;border-radius:50%;place-items:center;width:31%;height:31%;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 25px 65px #2d2f2721}.orbit-core small{letter-spacing:.16em;text-align:center;font-size:8px;font-weight:800;position:absolute;top:25%}.orbit-core strong{color:var(--coral);font-family:var(--serif);margin-top:24px;font-size:clamp(48px,6vw,78px);line-height:1}.orbit-tag{border:1px solid #172b351f;border-radius:31px;flex-direction:column;justify-content:center;align-items:center;width:112px;height:112px;display:flex;position:absolute;transform:rotate(-4deg);box-shadow:0 16px 34px #212c2c1c}.orbit-tag span{font-family:Georgia,serif;font-size:9px;font-weight:800;position:absolute;top:10px;left:13px}.orbit-tag strong{font-family:var(--serif);font-size:26px}.orbit-tag small{letter-spacing:.18em;margin-top:4px;font-size:7px;font-weight:900}.tag-city{background:#ff8061;top:4%;left:18%}.tag-work{background:var(--mint);top:25%;right:-1%;transform:rotate(6deg)}.tag-money{background:var(--acid);bottom:3%;right:15%}.tag-mystic{color:#fff;background:#806aca;bottom:12%;left:2%;transform:rotate(7deg)}@keyframes orbit-spin{to{transform:translate(-50%,-50%)rotate(360deg)}}.signal-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--paper-bright);grid-template-columns:.6fr .6fr .85fr 2fr;display:grid}.signal-strip>*{border-right:1px solid var(--line);min-height:100px;padding:22px clamp(18px,3vw,40px)}.signal-strip>:last-child{border-right:0}.signal-strip div{align-items:baseline;gap:9px;display:flex}.signal-strip strong{font-family:Georgia,serif;font-size:29px}.signal-strip span{color:#758083;font-size:10px}.signal-strip p{color:#5d696f;font-family:var(--serif);align-items:center;margin:0;font-size:14px;font-weight:700;line-height:1.6;display:flex}.products-section{padding:clamp(80px,9vw,140px) clamp(22px,7vw,108px)}.section-intro{justify-content:space-between;align-items:end;gap:50px;margin-bottom:58px;display:flex}.section-intro h2,.method-title h2,.manifesto h2,.final-cta h2{font-family:var(--serif);letter-spacing:-.055em;margin:0;font-weight:700;line-height:1.2}.section-intro h2{font-size:clamp(38px,5vw,68px)}.section-intro>p{color:#657177;max-width:420px;margin:0 0 5px;font-size:13px;line-height:1.8}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.product-card{border:1px solid #172b351f;border-radius:28px;flex-direction:column;min-height:430px;padding:clamp(25px,3vw,42px);transition:transform .25s,box-shadow .25s;display:flex;position:relative;overflow:hidden}.product-card:after{content:"";border:1px solid #172b3521;border-radius:50%;width:210px;height:210px;position:absolute;top:80px;right:-48px}.product-card:before{content:"";border:1px dashed #172b3524;border-radius:50%;width:105px;height:105px;position:absolute;top:116px;right:4px}.product-card.city{background:#f5c9b9}.product-card.work{background:#badfd4}.product-card.money{background:#dfe9a8}.product-card.mind{background:#badfd4}.product-card.mystic{color:#fffaf2;background:#6652a3}.product-card.is-live:hover{transform:translateY(-6px);box-shadow:0 25px 60px #232c2c26}.final-actions{flex-direction:column;gap:12px;display:flex}.button-outline{color:#fffaf0;background:0 0;border:1px solid #fffaf06b}.button-outline b{color:var(--ink);background:var(--mint)}.button-money b{background:var(--acid)}.product-top{z-index:1;justify-content:space-between;align-items:center;display:flex;position:relative}.product-index{font-family:Georgia,serif;font-size:12px;font-weight:800}.status{background:#ffffff40;border:1px solid #172b3526;border-radius:99px;align-items:center;gap:7px;padding:6px 10px;font-size:9px;font-weight:750;display:inline-flex}.status i{background:#8c9595;border-radius:50%;width:6px;height:6px}.status.live i{background:#2f9d69;box-shadow:0 0 0 4px #2f9d6921}.mystic .status{border-color:#ffffff38}.product-code{z-index:1;letter-spacing:-.08em;opacity:.12;margin-top:28px;font-family:Georgia,serif;font-size:clamp(55px,7vw,92px);font-weight:700;line-height:.85;position:relative}.product-category{z-index:1;letter-spacing:.12em;margin:20px 0 0;font-size:10px;font-weight:850;position:relative}.product-card h3{z-index:1;max-width:520px;font-family:var(--serif);letter-spacing:-.045em;margin:12px 0 0;font-size:clamp(25px,2.8vw,39px);line-height:1.28;position:relative}.product-description{z-index:1;color:#172b35ad;max-width:550px;margin:17px 0 0;font-size:12px;line-height:1.75;position:relative}.mystic .product-description{color:#ffffffad}.product-bottom{z-index:1;border-top:1px solid #172b3524;justify-content:space-between;align-items:center;gap:20px;margin-top:auto;padding-top:28px;display:flex;position:relative}.mystic .product-bottom{border-color:#ffffff2e}.product-bottom span{color:#172b359e;font-size:9px}.mystic .product-bottom span{color:#ffffff94}.product-bottom b{letter-spacing:.08em;font-size:10px}.method-section{color:#fffaf0;background:var(--ink);grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:clamp(60px,8vw,130px);padding:clamp(82px,10vw,150px) clamp(22px,7vw,108px);display:grid}.eyebrow.light{color:#ffffff7a}.method-title h2{font-size:clamp(38px,5.4vw,72px)}.method-title>p:last-child{color:#ffffff9e;max-width:560px;margin:29px 0 0;font-size:13px;line-height:1.85}.principle-list{border-top:1px solid #ffffff29}.principle-list article{border-bottom:1px solid #ffffff29;grid-template-columns:50px 1fr;gap:25px;padding:31px 0;display:grid}.principle-list article>span{color:var(--acid);font-family:Georgia,serif;font-size:12px;font-weight:800}.principle-list h3{color:var(--acid);font-family:var(--serif);margin:0;font-size:23px}.principle-list p{color:#ffffffa1;margin:9px 0 0;font-size:11px;line-height:1.75}.manifesto{background:var(--paper-bright);padding:clamp(92px,11vw,180px) clamp(22px,10vw,150px)}.manifesto>p{color:#8a918f;letter-spacing:.22em;margin:0 0 25px;font-size:9px;font-weight:850}.manifesto h2{max-width:1250px;font-size:clamp(44px,6.5vw,90px)}.manifesto h2 em{color:var(--coral);font-style:normal}.manifesto-note{border-top:1px solid var(--line);grid-template-columns:1fr 1.2fr;gap:30px;margin-top:66px;padding-top:20px;display:grid}.manifesto-note span{font-family:Georgia,serif;font-size:11px;font-weight:800}.manifesto-note p{color:#667277;max-width:620px;margin:0;font-size:12px;line-height:1.8}.final-cta{color:#fffaf0;background:var(--coral);justify-content:space-between;align-items:end;gap:50px;padding:clamp(70px,8vw,120px) clamp(22px,7vw,108px);display:flex}.final-cta p{letter-spacing:.13em;margin:0 0 14px;font-size:10px;font-weight:800}.final-cta h2{font-size:clamp(38px,5vw,68px)}.button-light{color:#fffaf0;background:var(--ink);flex:none}.button-light b{color:var(--ink);background:var(--acid)}footer{color:#ffffff9e;background:#101f27;grid-template-columns:1fr auto auto;align-items:center;gap:40px;padding:35px clamp(22px,5vw,76px);display:grid}footer p,footer>span{letter-spacing:.09em;margin:0;font-size:9px}.footer-brand strong{color:#fff}@media (width<=960px){.site-header nav>a:not(.nav-cta){display:none}.hero{grid-template-columns:1fr;padding-top:75px}.hero-orbit{justify-self:center;width:min(86vw,540px);height:min(86vw,540px)}.signal-strip{grid-template-columns:repeat(3,1fr)}.signal-strip p{border-top:1px solid var(--line);grid-column:1/-1;min-height:auto}.section-intro{flex-direction:column;align-items:start}.method-section{grid-template-columns:1fr}.final-cta{flex-direction:column;align-items:start}}@media (width<=680px){.site-header{min-height:66px;padding:0 18px}.brand em{display:none}nav .nav-cta{padding:10px 13px;font-size:10px}.hero{gap:48px;min-height:auto;padding:65px 20px 55px}.hero h1{font-size:clamp(49px,14.5vw,68px)}.hero-lede{margin-top:24px;font-size:13px}.hero-actions{flex-direction:column;align-items:stretch;gap:15px}.button{width:100%;min-width:0}.text-link{align-self:flex-start}.hero-orbit{width:92vw;height:92vw;margin-left:-3vw}.orbit-tag{border-radius:23px;width:82px;height:82px}.orbit-tag strong{font-size:20px}.tag-city{left:12%}.tag-money{right:0}.tag-mind{right:9%}.signal-strip{grid-template-columns:1fr}.signal-strip>*{border-right:0;border-bottom:1px solid var(--line);min-height:68px}.signal-strip p{border-top:0;border-bottom:0;grid-column:auto}.products-section{padding:78px 18px}.section-intro{margin-bottom:38px}.product-grid{grid-template-columns:1fr}.product-card{border-radius:22px;min-height:410px;padding:25px}.product-code{font-size:60px}.product-card h3{font-size:27px}.method-section{padding:78px 20px}.manifesto{padding:86px 20px}.manifesto-note{grid-template-columns:1fr;margin-top:42px}.final-cta{padding:72px 20px}footer{grid-template-columns:1fr;gap:18px;padding:32px 20px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
