:root{--ink: #1d1d1f;--ink-soft: #424245;--muted: #6e6e73;--muted-soft: #86868b;--blue: #0071e3;--blue-hover: #0077ed;--teal: #14b8a6;--gold: #f5c542;--paper: #f7f8fa;--surface: #ffffff;--surface-soft: #fbfbfd;--line: rgba(0, 0, 0, .08);--line-strong: rgba(0, 0, 0, .14);--shadow-soft: 0 24px 70px rgba(0, 0, 0, .08);--shadow-card: 0 18px 50px rgba(0, 0, 0, .07);--wood: #28c76f;--fire: #ff8a3d;--earth: #e8d8bd;--metal: #f5c542;--water: #0a84ff;--max: 1200px;--radius: 18px;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;color:var(--ink);background:var(--paper)}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--paper)}body{margin:0;min-width:320px;background:var(--paper);color:var(--ink);font-size:16px;line-height:1.65;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}a:hover{color:var(--blue)}img{display:block;max-width:100%;height:auto}::selection{background:#0071e32e}.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:56px;padding:0 max(22px,calc((100vw - 1080px)/2));border-bottom:1px solid rgba(0,0,0,.06);background:#fbfbfdd1;backdrop-filter:saturate(180%) blur(22px)}.brand{display:inline-flex;align-items:center;gap:9px;flex:0 0 auto;color:var(--ink);font-size:14px;font-weight:600}.brand-mark{position:relative;display:inline-grid;place-items:center;width:20px;height:20px;border-radius:7px;background:linear-gradient(145deg,#111114,#4b4b52);box-shadow:inset 0 1px #ffffff40}.brand-mark:after{content:"";position:absolute;right:-3px;top:-3px;width:8px;height:8px;border:2px solid rgba(251,251,253,.9);border-radius:999px;background:var(--teal)}.brand span:last-child{white-space:nowrap}.site-nav{display:flex;align-items:center;justify-content:flex-end;gap:2px;flex:1 1 auto;overflow-x:auto;font-size:13px;white-space:nowrap;scrollbar-width:none}.site-nav::-webkit-scrollbar{display:none}.site-nav a{display:inline-flex;align-items:center;min-height:34px;padding:0 11px;border-radius:999px;color:#1d1d1fc7;transition:background .16s ease,color .16s ease}.site-nav a.active,.site-nav a:hover{background:#0000000d;color:#000}.site-announcement{display:flex;align-items:center;justify-content:center;min-height:52px;padding:12px 24px;border-bottom:1px solid rgba(0,0,0,.06);background:var(--surface);color:var(--ink-soft);font-size:14px;line-height:1.55;text-align:center}.site-footer{display:flex;justify-content:space-between;gap:28px;padding:42px max(24px,calc((100vw - 1080px)/2));border-top:1px solid rgba(0,0,0,.1);background:var(--paper);color:var(--muted);font-size:12px}.site-footer strong{color:var(--ink-soft)}.site-footer p{margin:6px 0 0}.footer-domain{white-space:nowrap;color:var(--ink-soft)}.footer-records{display:flex;align-items:flex-end;flex-direction:column;gap:6px}.footer-records p{margin:0}.footer-icp{white-space:nowrap;color:var(--muted)}.footer-icp a,.footer-police a{color:inherit}.footer-icp a:hover,.footer-police a:hover{color:var(--blue)}.footer-police{white-space:nowrap;color:var(--muted)}.footer-police a{display:inline-flex;align-items:center;gap:6px}.footer-police img{width:18px;height:18px;flex:0 0 auto}.section{padding:108px max(24px,calc((100vw - var(--max)) / 2))}.section.tight{padding-top:32px}.hero{position:relative;overflow:hidden;margin:0;padding:104px max(24px,calc((100vw - var(--max)) / 2)) 112px;background:linear-gradient(180deg,#fbfbfd,#f3f7f9 72%,#f7f8fa);text-align:center}.hero-inner{display:grid;justify-items:center;max-width:var(--max);margin:0 auto}.hero-copy{max-width:930px}.eyebrow{display:inline-flex;align-items:center;gap:8px;margin:0 0 20px;color:var(--muted-soft);font-size:16px;font-weight:600;letter-spacing:0}.eyebrow:before{display:none}h1,h2,h3{color:var(--ink);letter-spacing:0;line-height:1.12}h1{max-width:1000px;margin:0 auto;font-size:56px;font-weight:700}h2{margin:0 0 18px;font-size:44px;font-weight:700}h3{margin:0 0 16px;font-size:27px;font-weight:700}.hero-subtitle{max-width:760px;margin:26px auto 0;color:var(--ink);font-size:25px;font-weight:500;line-height:1.34;letter-spacing:0}.lead{max-width:760px;margin:28px auto 0;color:var(--muted);font-size:18px;line-height:1.72}.hero-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:14px;margin-top:38px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:12px 24px;border:1px solid transparent;border-radius:999px;font-size:17px;font-weight:400;line-height:1;transition:transform .16s ease,background .16s ease,color .16s ease,border-color .16s ease,box-shadow .16s ease}.button:hover{transform:translateY(-1px)}.button.primary{background:var(--blue);color:#fff;box-shadow:0 10px 24px #0071e333}.button.primary:hover{background:var(--blue-hover);color:#fff}.button.secondary{border-color:#0071e33d;background:#ffffffb3;color:var(--blue)}.button.secondary:after{content:">";margin-left:7px}.button.secondary:hover{border-color:#0071e36b;background:var(--surface);color:#004b9b;box-shadow:0 10px 24px #0000000f}.slogan{display:inline-flex;max-width:860px;margin:22px auto 0;color:var(--muted);font-size:17px}.hero-image,.media-feature{position:relative;overflow:hidden;margin:72px auto 0;border:1px solid rgba(0,0,0,.06);border-radius:22px;background:#fff;box-shadow:var(--shadow-soft)}.hero-image{width:min(100%,1060px)}.media-feature{max-width:1060px}.hero-image img,.media-feature img{width:100%;aspect-ratio:16 / 9;object-fit:cover}.media-feature.flush{margin-top:0}.energy-card{position:relative;width:min(100%,1060px);margin-top:40px;padding:32px;border:1px solid rgba(0,0,0,.06);border-radius:22px;background:linear-gradient(135deg,#effcf9,#fff 46%,#eff6ff);box-shadow:var(--shadow-soft);text-align:left}.energy-card:before{content:"";position:absolute;inset:12px;border:1px solid rgba(255,255,255,.82);border-radius:14px;pointer-events:none}.energy-card-header{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:34px}.energy-label{color:var(--ink);font-size:22px;font-weight:700;line-height:1.25}.energy-badge{display:inline-flex;align-items:center;min-height:30px;padding:5px 12px;border:1px solid rgba(0,113,227,.18);border-radius:999px;background:#0071e314;color:var(--blue);font-size:14px;white-space:nowrap}.energy-lines{position:relative;z-index:1;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.energy-row{--force: var(--teal);--force-soft: rgba(20, 184, 166, .1);position:relative;display:grid;align-content:space-between;min-height:176px;padding:22px;border:1px solid rgba(255,255,255,.78);border-radius:14px;background:linear-gradient(180deg,#ffffffe0,#ffffffad),var(--force-soft);box-shadow:0 20px 48px #00000012;overflow:hidden}.energy-row:after{content:"";position:absolute;left:22px;right:22px;bottom:20px;height:3px;border-radius:999px;background:var(--force);opacity:.72}.energy-row span{display:inline-grid;place-items:center;width:42px;height:42px;margin-bottom:24px;border-radius:50%;background:var(--force);color:#fff;font-weight:700}.energy-row strong{display:block;font-size:21px;font-weight:700;line-height:1.2}.energy-row em{display:block;margin-top:8px;padding-bottom:10px;color:var(--muted);font-size:14px;font-style:normal;line-height:1.55}.force-wood{--force: var(--wood);--force-soft: rgba(40, 199, 111, .1)}.force-fire{--force: var(--fire);--force-soft: rgba(255, 138, 61, .1)}.force-earth{--force: var(--earth);--force-soft: rgba(232, 216, 189, .28)}.force-metal{--force: var(--metal);--force-soft: rgba(245, 197, 66, .13)}.force-water{--force: var(--water);--force-soft: rgba(10, 132, 255, .1)}.force-earth span,.force-earth strong,.force-earth .force-icon,.force-earth .force-kicker,.force-metal span,.force-metal strong,.force-metal .force-icon,.force-metal .force-kicker{color:var(--ink)}.energy-mark{display:none}.hero-visual,.force-module-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:28px;width:100%}.force-tile,.force-module,.card,.article-card,.faq-item{border:1px solid rgba(15,23,42,.09);border-radius:var(--radius);background:var(--surface);box-shadow:none}.force-tile{--force: var(--teal);--force-soft: rgba(20, 184, 166, .08);position:relative;min-height:204px;padding:28px 24px;background:linear-gradient(180deg,#fffffff5,#ffffffd1),var(--force-soft);text-align:left;overflow:hidden;transition:transform .18s ease,box-shadow .18s ease}.force-tile:after{content:"";position:absolute;left:24px;right:24px;bottom:24px;height:3px;border-radius:999px;background:var(--force)}.force-tile:hover,.force-module:hover,.card:hover,.article-card:hover,.faq-item:hover{transform:translateY(-3px);box-shadow:var(--shadow-card)}.force-tile strong{display:inline-grid;place-items:center;width:48px;height:48px;margin-bottom:28px;border-radius:50%;background:var(--force);color:#fff;font-size:20px;font-weight:700}.force-tile p{margin:0;padding-bottom:14px;color:var(--muted);font-size:17px;line-height:1.72}.force-module-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.force-module{--force: var(--teal);--force-soft: rgba(20, 184, 166, .08);min-height:300px;padding:38px;background:linear-gradient(180deg,#fffffff5,#ffffffc7),var(--force-soft);transition:transform .18s ease,box-shadow .18s ease}.force-module p{margin:0;color:var(--muted);font-size:17px;line-height:1.72}.force-topline{display:flex;align-items:center;gap:10px;margin-bottom:40px}.force-icon{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--force);color:#fff;font-weight:700}.force-kicker{display:inline-flex;align-items:center;min-height:30px;padding:5px 12px;border-radius:999px;background:var(--force);color:#fff;font-size:14px}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;max-width:var(--max);margin:0 auto 48px}.section-head h2{margin-bottom:0}.section-head .eyebrow{margin-bottom:16px}.card,.article-card,.faq-item{min-height:280px;padding:42px 38px;background:linear-gradient(180deg,#fff,#fbfbfd);text-align:left;transition:transform .18s ease,box-shadow .18s ease}.card p,.article-card p,.faq-item p{margin:0;color:var(--muted);font-size:17px;line-height:1.72}.article-meta{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 18px;color:var(--muted);font-size:13px}.article-meta span{display:inline-flex;align-items:center;min-height:26px;padding:3px 10px;border:1px solid rgba(0,0,0,.055);border-radius:999px;background:#ffffffd1;color:var(--muted)}.article-list{display:grid;gap:18px;max-width:980px;margin:0 auto}.article-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;max-width:var(--max);margin:0 auto}.article-card{min-height:auto;padding:0}.article-card.visual-card{overflow:hidden;padding:0}.article-card-body{padding:32px}.article-card h2{margin:0 0 20px;font-size:30px}.article-card h3{margin:0 0 16px;font-size:25px}.article-card h2 a,.article-card h3 a{color:var(--ink)}.article-card h2 a:hover,.article-card h3 a:hover{color:var(--blue)}.article-card.visual-card>.article-card-body>p:last-child{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.article-cover{display:block;overflow:hidden;background:#eef2f7}.article-cover img{width:100%;aspect-ratio:16 / 9;object-fit:cover;transition:transform .22s ease}.visual-card:hover .article-cover img{transform:scale(1.035)}.path-card{display:block}.path-card span{display:inline-flex;align-items:center;justify-content:center;min-width:46px;height:30px;margin-bottom:42px;border-radius:999px;background:#0071e314;color:var(--blue);font-size:14px;font-weight:700}.page-heading{max-width:900px;margin:0 auto 54px;text-align:center}.page-heading .eyebrow{margin-bottom:22px}.page-heading p:not(.eyebrow){margin:24px 0 0;color:var(--muted);font-size:21px;line-height:1.65}.content{max-width:820px;margin:0 auto;padding:0 2px}.content p,.content li{color:var(--ink-soft);font-size:18px;line-height:1.85}.content h2{margin-top:0;margin-bottom:24px}.content ul{padding-left:22px}.practice-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;max-width:var(--max);margin:42px auto 0}.practice-card{--force: var(--teal);--force-soft: rgba(20, 184, 166, .08);min-height:280px;padding:34px 28px;border:1px solid rgba(0,0,0,.055);border-radius:var(--radius);background:linear-gradient(180deg,#fffffff5,#fffc),var(--force-soft);transition:transform .18s ease,box-shadow .18s ease}.practice-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-card)}.practice-card span{display:inline-grid;place-items:center;width:42px;height:42px;margin-bottom:36px;border-radius:50%;background:var(--force);color:#fff;font-weight:700}.practice-card h3{font-size:24px}.practice-card p{margin:0;color:var(--muted);font-size:16px;line-height:1.72}.practice-card.force-earth span,.practice-card.force-metal span{color:var(--ink)}.note-band{margin:0;padding:104px max(24px,calc((100vw - var(--max)) / 2));border:0;border-radius:0;background:linear-gradient(135deg,rgba(20,184,166,.12),transparent 48%),linear-gradient(180deg,#fff,#f0f7fa);color:var(--muted);text-align:center}.note-band p{max-width:860px;margin:0 auto;color:var(--ink-soft);font-size:21px;line-height:1.75}.article-page{max-width:920px;margin:56px auto;padding:92px 64px;border:1px solid rgba(0,0,0,.055);border-radius:34px;background:var(--surface);box-shadow:0 18px 50px #0000000b}.article-page h1{font-size:52px;font-weight:700;line-height:1.16}.article-hero-image{overflow:hidden;margin:44px 0 0;border-radius:28px;background:#eef2f7}.article-hero-image img{width:100%;aspect-ratio:16 / 9;object-fit:cover}.article-body{margin-top:54px}.article-body h2{margin-top:52px;margin-bottom:20px;font-size:32px}.article-body p{color:var(--ink-soft);font-size:18px;line-height:1.86}.article-body a{color:var(--blue)}.geo-signoff{margin-top:52px;padding:28px;border:1px solid rgba(0,113,227,.12);border-radius:24px;background:linear-gradient(180deg,#0071e30d,#ffffffe6)}.geo-signoff p{margin:0;color:var(--ink-soft);font-size:16px;line-height:1.76}.geo-signoff p+p{margin-top:10px}.back-link{display:inline-flex;margin-top:34px;color:var(--blue);font-size:17px}.faq-item{position:relative;padding-left:84px}.faq-item:before{content:"Q";position:absolute;left:42px;top:52px;display:inline-grid;place-items:center;width:32px;height:32px;border-radius:50%;background:var(--blue);color:#fff;font-weight:700}.home-foundations{padding-bottom:116px}.home-foundation-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:48px;max-width:var(--max);margin:0 auto}.home-foundation-item{padding:0 8px 0 0;border-top:1px solid var(--line-strong)}.home-foundation-item>span{display:block;margin:20px 0 42px;color:var(--blue);font-size:14px;font-weight:600}.home-foundation-item h3{margin-bottom:18px;font-size:26px}.home-foundation-item p{margin:0;color:var(--muted);font-size:17px;line-height:1.72}.home-foundation-image,.home-topic-image,.content-image{overflow:hidden;border-radius:14px;background:#e8eef0}.home-foundation-image,.home-topic-image{display:block;width:100%;aspect-ratio:16 / 9;object-fit:cover}.home-foundation-image{margin:24px 0 0}.home-topic-image{margin:-4px 0 28px}.home-topics .path-card span{margin-bottom:26px}.content-image{margin:48px 0 0}.content-image img{width:100%;aspect-ratio:16 / 9;object-fit:cover}.home-hero{isolation:isolate;background:linear-gradient(90deg,#050c10f0,#050c10c7 42%,#050c1052),url(/images/story-hero-studio.webp) center / cover no-repeat;text-align:left}.home-hero .hero-inner{justify-items:start}.home-hero .hero-copy{max-width:760px}.home-hero .eyebrow,.home-hero .lead{color:#ffffffb8}.home-hero h1,.home-hero .hero-subtitle{color:#fff}.home-hero .hero-subtitle,.home-hero .lead{margin-left:0;margin-right:0}.home-hero .hero-actions{justify-content:flex-start}.home-hero .button.primary{background:#fff;color:#111;box-shadow:none}.home-hero .button.primary:hover{background:#e6fffb;color:#111}.home-hero .button.secondary{border-color:#ffffff6b;background:transparent;color:#fff}.home-hero .button.secondary:hover{border-color:#fff;background:#ffffff1f;color:#fff;box-shadow:none}.home-hero-image{display:none}.home-hero .energy-card{width:min(100%,1080px);margin-top:88px;border-color:#ffffff47;border-radius:16px;background:#fffffff5;box-shadow:0 24px 70px #00000038}.home-hero .energy-card:before{display:none}.home-hero .energy-card-header{margin-bottom:22px}.home-hero .energy-row{min-height:148px;border-color:#0f172a14;box-shadow:none}.home-foundations{background:#fff}.home-foundations .page-heading,.home-model .page-heading,.home-paths .page-heading,.home-topics .page-heading{max-width:var(--max);margin-left:auto;margin-right:auto;text-align:left}.home-foundations .page-heading p:not(.eyebrow),.home-model .page-heading p:not(.eyebrow),.home-paths .page-heading p:not(.eyebrow),.home-topics .page-heading p:not(.eyebrow){max-width:720px}.home-manifesto{background:#081416;color:#ffffffbd}.home-manifesto p{color:#fff;font-size:24px;line-height:1.62}.home-model{background:#f1f7f8}.home-model .hero-visual{gap:0;overflow:hidden;border:1px solid rgba(15,23,42,.12);border-radius:16px;background:#fff}.home-model .force-tile{min-height:226px;border:0;border-left:1px solid rgba(15,23,42,.1);border-radius:0;background:#fff;transition:background .18s ease}.home-model .force-tile:first-child{border-left:0}.home-model .force-tile:hover{background:var(--force-soft);box-shadow:none;transform:none}.home-model .force-tile:after{left:24px;right:24px}.home-paths{background:#fff}.home-paths .grid,.home-topics .grid{gap:0;border-top:1px solid rgba(15,23,42,.14)}.home-paths .card,.home-topics .card{min-height:250px;border:0;border-left:1px solid rgba(15,23,42,.14);border-radius:0;background:transparent}.home-paths .card:first-child,.home-topics .card:first-child{border-left:0}.home-paths .card:hover,.home-topics .card:hover{box-shadow:none;transform:none}.home-topics{background:#f7f8fa}.home-reading{background:#fff}.plain-list{padding-left:22px;color:var(--ink-soft)}@media(max-width:1060px){h1{font-size:56px}h2{font-size:42px}.energy-lines,.hero-visual,.force-module-grid,.article-grid,.practice-grid,.grid,.home-foundation-list,.home-model .hero-visual{grid-template-columns:repeat(2,minmax(0,1fr))}.home-model .force-tile:nth-child(odd),.home-paths .card:nth-child(odd),.home-topics .card:nth-child(odd){border-left:0}.home-model .force-tile:nth-child(n+3),.home-paths .card:nth-child(n+3),.home-topics .card:nth-child(n+3){border-top:1px solid rgba(15,23,42,.1)}}@media(max-width:760px){.site-header{align-items:center;gap:4px 14px;padding:8px 18px 0;flex-wrap:wrap}.site-nav{flex-basis:100%;order:3;justify-content:flex-start;padding-bottom:8px}.site-nav a{min-height:30px;padding:0 9px}.site-announcement{min-height:48px;padding:10px 18px;font-size:13px}.hero{padding:84px 22px 72px}h1{font-size:38px;line-height:1.16}h2{font-size:32px}h3{font-size:24px}.hero-subtitle{font-size:23px;line-height:1.42}.lead,.page-heading p:not(.eyebrow),.content p,.content li{font-size:17px}.hero-actions{gap:12px;margin-top:32px}.button{min-height:42px;padding:11px 18px;font-size:15px}.energy-card{margin-top:44px;padding:20px;border-radius:18px}.hero-image,.media-feature{margin-top:36px;border-radius:26px}.media-feature.flush{margin-top:0}.energy-card-header{align-items:flex-start;flex-direction:column;margin-bottom:22px}.energy-lines,.hero-visual,.force-module-grid,.article-grid,.practice-grid,.grid,.grid.two,.home-foundation-list{grid-template-columns:1fr}.section-head{align-items:flex-start;flex-direction:column;margin-bottom:28px}.energy-row,.force-tile,.force-module,.card,.article-card,.faq-item{min-height:auto}.energy-row{padding:26px}.energy-row span{margin-bottom:38px}.force-tile,.force-module,.card,.article-card,.faq-item,.practice-card{padding:30px 24px}.article-card.visual-card{padding:0}.article-card-body{padding:28px}.practice-grid{margin-top:28px}.section,.section.tight{padding:76px 22px}.section.tight{padding-top:28px}.page-heading{margin-bottom:38px}.note-band{padding:76px 22px}.note-band p{font-size:19px}.home-foundations{padding-bottom:82px}.home-foundation-list{gap:38px}.home-foundation-item>span{margin:18px 0 28px}.home-topic-image{margin-bottom:24px}.content-image{margin-top:34px}.home-hero{padding:92px 22px 72px;background-position:62% center}.home-hero .hero-subtitle{font-size:23px}.home-hero .energy-card{margin-top:56px;padding:18px}.home-hero .energy-row{min-height:132px}.home-manifesto p{font-size:21px}.home-model .hero-visual{grid-template-columns:1fr}.home-model .force-tile,.home-paths .card,.home-topics .card{border-left:0;border-top:1px solid rgba(15,23,42,.1)}.home-model .force-tile:first-child,.home-paths .card:first-child,.home-topics .card:first-child{border-top:0}.article-page{margin:32px 18px;padding:48px 26px;border-radius:28px}.article-page h1{font-size:34px}.article-body{margin-top:38px}.faq-item{padding-left:28px}.faq-item:before{position:static;margin-bottom:22px}.site-footer{flex-direction:column;padding:34px 22px}.footer-records{align-items:flex-start}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
