:root{color-scheme:light;--landing-ink: #071815;--landing-muted: #59645f;--landing-paper: #f7f3ea;--landing-paper-2: #eee6d8;--landing-line: rgba(7, 24, 21, .14);--landing-gold: #c9a14b;--landing-gold-strong: #f1c76d;--landing-blue: #334ec8;--landing-forest: #071815;--landing-white: #fffaf0;--landing-nav-h: 76px;--landing-radius: 8px;--landing-motion-fast: .22s;--landing-motion-base: .62s;--landing-motion-slow: .86s;--landing-motion-ease: cubic-bezier(.16, 1, .3, 1);--landing-motion-rise: 34px;--landing-motion-side: 28px}*{box-sizing:border-box}html{scroll-behavior:auto}body{margin:0;min-width:320px;background:var(--landing-paper);color:var(--landing-ink);font-family:Inter,SF Pro Display,PingFang SC,Microsoft YaHei,Arial,sans-serif;letter-spacing:0;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}button,input,textarea{font:inherit;letter-spacing:0}button{cursor:pointer}.landing-root{min-height:100vh;overflow-x:hidden;background:var(--landing-paper)}.landing-nav{position:fixed;inset:0 0 auto 0;z-index:50;height:var(--landing-nav-h);display:flex;align-items:center;gap:24px;padding:0 72px;color:#fffaf0d1;background:#05120ff0;border-bottom:1px solid rgba(255,250,240,.08);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.landing-brand{display:flex;align-items:center;gap:14px;margin:0 auto 0 0;padding:0;border:0;color:inherit;background:transparent}.landing-brand-mark,.landing-hero-logo{display:block;aspect-ratio:13 / 4;object-fit:contain;object-position:center;flex-shrink:0;-webkit-user-select:none;user-select:none}.landing-brand-mark{width:124px;height:38px}.landing-brand-note{color:#fffaf0ad;font-size:13px;white-space:nowrap}.landing-nav-links{display:flex;align-items:center;align-self:stretch;gap:22px;overflow:hidden}.landing-nav-links button{position:relative;height:100%;padding:0;border:0;color:#fffaf0bd;background:transparent;font-size:15px;font-weight:680;white-space:nowrap}.landing-nav-links button:after{content:"";position:absolute;left:0;right:0;bottom:16px;height:2px;background:transparent;transition:background-color .18s ease}.landing-nav-links button:hover,.landing-nav-links button:focus-visible,.landing-nav-links button.is-active{color:var(--landing-gold-strong)}.landing-nav-links button.is-active:after{background:var(--landing-gold-strong)}.landing-nav-cta,.landing-menu-btn,.landing-btn,.landing-submit{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:999px;transition:transform .18s ease,border-color .18s ease,background-color .18s ease,color .18s ease,box-shadow .18s ease}.landing-nav-cta{height:44px;padding:0 22px;border:1px solid rgba(241,199,109,.72);color:var(--landing-gold-strong);background:transparent;font-size:14px;font-weight:720;white-space:nowrap}.landing-nav-cta:hover,.landing-nav-cta:focus-visible,.landing-btn:hover,.landing-btn:focus-visible,.landing-submit:hover,.landing-submit:focus-visible{transform:translateY(-1px)}.landing-menu-btn{display:none;width:44px;height:44px;border:1px solid rgba(255,250,240,.18);color:var(--landing-white);background:#fffaf00f}.landing-mobile-menu{position:fixed;top:var(--landing-nav-h);left:0;right:0;z-index:45;display:grid;gap:1px;padding:8px 16px 16px;background:#05120ffa;border-bottom:1px solid rgba(255,250,240,.1);pointer-events:none;visibility:hidden}.landing-mobile-menu.is-open{pointer-events:auto;visibility:visible}.landing-mobile-menu button{min-height:48px;border:0;border-bottom:1px solid rgba(255,250,240,.08);color:var(--landing-white);background:transparent;text-align:left;font-weight:700}.landing-mobile-menu button.is-active{color:var(--landing-gold-strong)}.landing-chapterbar,.landing-hero-toc{display:none}.landing-section{position:relative;min-height:100vh;isolation:isolate;overflow:hidden;padding:112px 72px 72px;background:var(--section-bg, var(--landing-paper)) center / cover no-repeat}.landing-section:before,.landing-section:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none}.landing-section:before{background:#f7f3eae6}.landing-section:after{background:linear-gradient(180deg,#f7f3ea29,#f7f3eaeb)}.landing-dark:before{background:linear-gradient(90deg,#03120ff5,#03120fc7 48%,#03120f4d)}.landing-dark:after{background:linear-gradient(0deg,#03120fb8,#03120f00 36%)}.landing-section-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2}.landing-section-bg img{width:100%;height:100%;display:block;object-fit:cover}.landing-hero .landing-section-bg img{object-position:center center}.landing-hero.landing-dark:before{background:linear-gradient(90deg,#03120ffa,#03120fdb 45%,#03120f80)}.landing-motion-ready [data-reveal]{--reveal-delay: 0ms;opacity:0;transform:translate3d(0,var(--landing-motion-rise),0);transition:opacity var(--landing-motion-base) ease var(--reveal-delay),transform var(--landing-motion-base) var(--landing-motion-ease) var(--reveal-delay),filter var(--landing-motion-base) ease var(--reveal-delay),clip-path var(--landing-motion-slow) var(--landing-motion-ease) var(--reveal-delay);will-change:opacity,transform}.landing-motion-ready [data-reveal=title]{transform:translate3d(calc(var(--landing-motion-side) * -1),18px,0);filter:blur(8px)}.landing-motion-ready [data-reveal=item]{transform:translate3d(0,var(--landing-motion-rise),0);filter:blur(5px)}.landing-motion-ready [data-reveal=media]{clip-path:inset(8% 0 8% 0 round var(--landing-radius));transform:translate3d(var(--landing-motion-side),0,0) scale(.985)}.landing-motion-ready [data-reveal=media] img{transform:scale(1.045);transition:transform 1.1s var(--landing-motion-ease) var(--reveal-delay)}.landing-motion-ready [data-reveal].is-visible{opacity:1;transform:translateZ(0) scale(1);filter:blur(0);clip-path:inset(0 0 0 0 round var(--landing-radius))}.landing-motion-ready [data-reveal=media].is-visible img{transform:scale(1)}.landing-inner{position:relative;z-index:1;width:min(1180px,calc(100vw - 144px));margin:0 auto}.landing-hero{padding-top:150px}.landing-hero-inner{min-height:calc(100vh - 222px);display:flex;flex-direction:column;justify-content:center}.landing-hero-logo{width:min(320px,62vw);height:auto;margin-bottom:34px}.landing-kicker{margin:0 0 18px;color:var(--landing-gold);font-size:14px;font-weight:820}.landing-section h1,.landing-section h2,.landing-section h3,.landing-section p{margin:0}.landing-section h1{max-width:920px;color:var(--landing-white);font-size:72px;line-height:1.04;font-weight:850}.landing-section h2{max-width:800px;color:var(--landing-ink);font-size:44px;line-height:1.12;font-weight:820}.landing-dark h2,.landing-dark h3{color:var(--landing-white)}.landing-section h3{margin-top:16px;font-size:22px;line-height:1.25;font-weight:780}.landing-lead{max-width:760px;margin-top:22px;color:#fffaf0c7;font-size:19px;line-height:1.7;font-weight:520}.landing-lead-dark{color:#4f5a55}.landing-copy-mobile{display:none}.landing-actions{display:flex;align-items:center;flex-wrap:wrap;gap:16px;margin-top:30px}.landing-btn{min-height:48px;padding:0 24px;border:1px solid rgba(255,250,240,.42);color:var(--landing-white);background:transparent;font-size:15px;font-weight:760}.landing-btn-primary{border-color:var(--landing-white);color:var(--landing-ink);background:var(--landing-white)}.landing-proof{width:min(980px,100%);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin-top:42px;overflow:hidden;border:1px solid rgba(255,250,240,.1);border-radius:var(--landing-radius);background:#fffaf009;box-shadow:0 18px 54px #0003;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.landing-proof article{min-height:142px;padding:22px 24px;background:linear-gradient(180deg,#fffaf00b,#fffaf004)}.landing-proof span{display:block;margin-bottom:14px;color:var(--landing-gold);font-size:13px;font-weight:820}.landing-proof strong{display:block;color:var(--landing-white);font-size:18px;line-height:1.35;font-weight:820}.landing-proof p{margin-top:10px;color:#fffaf0a3;font-size:14px;line-height:1.55;font-weight:520}.landing-two-col,.landing-coverage-layout,.landing-about-grid,.landing-contact-layout{display:grid;align-items:center}.landing-two-col{grid-template-columns:minmax(0,1fr) 420px;gap:72px}.landing-audience-grid,.landing-steps,.landing-principles{display:grid;gap:0;margin-top:46px;border-top:1px solid var(--landing-line);border-bottom:1px solid var(--landing-line)}.landing-audience-grid{grid-template-columns:repeat(3,1fr)}.landing-panel,.landing-step,.landing-principle{min-height:184px;padding:28px 24px 28px 0;border-right:1px solid var(--landing-line)}.landing-panel+.landing-panel,.landing-step+.landing-step{padding-left:24px}.landing-panel:last-child,.landing-step:last-child{border-right:0}.landing-num{color:var(--landing-gold);font-size:13px;font-weight:820}.landing-panel p,.landing-step p,.landing-principle p{margin-top:12px;color:#5d6762;font-size:15px;line-height:1.65}.landing-side-photo,.landing-map-photo{position:relative;overflow:hidden;margin:0;border:1px solid rgba(7,24,21,.12);background:#dfd6c6}.landing-side-photo{height:430px}.landing-side-photo img,.landing-map-photo img{width:100%;height:100%;display:block;object-fit:cover}.landing-side-photo:after,.landing-map-photo:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#07181500,#071815b8)}.landing-side-photo p,.landing-map-photo figcaption{position:absolute;left:28px;right:28px;bottom:26px;z-index:1;color:var(--landing-white);font-size:15px;line-height:1.55}.landing-services:before,.landing-contact:before{background:linear-gradient(90deg,#041714fa,#041714db)}.landing-steps{grid-template-columns:repeat(4,1fr);border-color:#fffaf02e}.landing-step{min-height:318px;border-color:#fffaf029}.landing-step p,.landing-principle p{color:#fffaf0ad}.landing-coverage:before{background:#fbf8efe0}.landing-coverage-layout{grid-template-columns:.9fr 1.1fr;gap:72px}.landing-map-photo{height:430px}.landing-map-photo figcaption{display:flex;align-items:center;gap:10px;font-weight:760}.landing-region-list{margin-top:42px;border-top:1px solid var(--landing-line)}.landing-region-list div{display:grid;grid-template-columns:156px 1fr;gap:28px;padding:23px 0;border-bottom:1px solid var(--landing-line)}.landing-region-list b{font-size:18px}.landing-region-list span{color:#58635e;line-height:1.55}.landing-about-grid{grid-template-columns:1fr 1fr;gap:64px}.landing-active-pill{display:inline-flex;align-items:center;gap:10px;margin-top:36px;padding:11px 14px;border:1px solid rgba(201,161,75,.44);color:var(--landing-gold);font-size:14px;font-weight:760}.landing-principles{grid-template-columns:1fr 1fr;border-left:1px solid rgba(255,250,240,.2);border-color:#fffaf033}.landing-principle{min-height:152px;padding:24px;border-right-color:#fffaf033;border-bottom:1px solid rgba(255,250,240,.2);background:#fffaf00f}.landing-contact{padding-bottom:0}.landing-contact-layout{grid-template-columns:minmax(0,1fr) 460px;gap:84px;align-items:start}.landing-contact-points{display:grid;grid-template-columns:1fr 1fr;gap:0;max-width:720px;margin-top:44px;border-top:1px solid rgba(255,250,240,.18);border-bottom:1px solid rgba(255,250,240,.18)}.landing-contact-points div{min-height:112px;padding:22px 24px 22px 0;border-right:1px solid rgba(255,250,240,.18)}.landing-contact-points div+div{padding-left:24px;border-right:0}.landing-contact-points span,.landing-form label{display:block;color:#fffaf09e;font-size:13px;font-weight:650}.landing-contact-points strong{display:block;margin-top:9px;color:var(--landing-white);font-size:19px;line-height:1.45}.landing-form{display:grid;gap:14px;padding:28px;border:1px solid rgba(255,250,240,.2);border-radius:var(--landing-radius);background:#fffaf014;box-shadow:0 24px 70px #00000038;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.landing-form-head{margin-bottom:2px}.landing-form-head h3{margin-top:0;color:var(--landing-white);font-size:22px}.landing-form-head p{margin-top:8px;color:#fffaf0ad;font-size:14px;line-height:1.55}.landing-form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.landing-form label{color:#fffaf0b8}.landing-form input,.landing-form textarea{width:100%;margin-top:7px;border:1px solid rgba(255,250,240,.22);border-radius:var(--landing-radius);color:var(--landing-white);background:#fffaf014;outline:none;transition:border-color .16s ease,box-shadow .16s ease,background-color .16s ease}.landing-form input{min-height:44px;padding:10px 12px}.landing-form textarea{min-height:112px;resize:vertical;padding:12px;line-height:1.55}.landing-form input:focus,.landing-form textarea:focus{border-color:#f1c76dbd;background:#fffaf01f;box-shadow:0 0 0 4px #f1c76d24}.landing-form-message{display:flex;align-items:flex-start;gap:8px;min-height:40px;padding:10px 12px;border-radius:var(--landing-radius);font-size:14px;line-height:1.5}.landing-form-message-success{color:#dcf7d8;background:#36965e3d;border:1px solid rgba(118,217,154,.28)}.landing-form-message-error{color:#ffe5d6;background:#b3342338;border:1px solid rgba(255,166,138,.28)}.landing-submit{min-height:48px;border:1px solid var(--landing-white);color:var(--landing-ink);background:var(--landing-white);font-size:15px;font-weight:800}.landing-submit:disabled{cursor:progress;opacity:.72;transform:none}.landing-footer{width:100%;padding:54px 0 32px;border-top:1px solid rgba(255,250,240,.14);color:#fffaf094;background:#05120f;font-size:13px}.landing-footer-inner{width:min(1180px,calc(100vw - 144px));margin:0 auto}.landing-footer-main{display:grid;grid-template-columns:minmax(240px,1.1fr) minmax(280px,1.2fr) minmax(220px,.8fr);gap:64px;align-items:start}.landing-footer-brand{display:inline-grid;justify-items:start;gap:14px;min-height:44px;padding:0;border:0;color:#fffaf0ad;background:transparent;text-align:left}.landing-footer-logo{width:150px;height:auto;aspect-ratio:13 / 4;object-fit:contain;object-position:left center;-webkit-user-select:none;user-select:none}.landing-footer-links{display:grid;grid-template-columns:repeat(2,minmax(112px,max-content));gap:8px 34px}.landing-footer-links button{min-height:44px;padding:0;border:0;color:#fffaf0b8;background:transparent;text-align:left;font-size:14px;font-weight:680}.landing-footer-brand:hover,.landing-footer-links button:hover{color:var(--landing-white)}.landing-footer-meta{display:grid;gap:12px;justify-items:start}.landing-footer-meta span{color:var(--landing-gold);font-size:13px;font-weight:820}.landing-footer-meta strong{color:#fffaf0cc;font-size:15px;line-height:1.55;font-weight:720}.landing-footer-bottom{min-height:52px;display:flex;align-items:end;margin-top:42px;border-top:1px solid rgba(255,250,240,.12)}@media (max-width: 1280px){.landing-nav{padding:0 40px;gap:18px}.landing-nav-links{gap:16px}.landing-section{padding-right:48px;padding-left:48px}.landing-inner,.landing-footer-inner{width:min(1120px,calc(100vw - 96px))}.landing-footer-main{gap:44px}.landing-section h1{font-size:64px}.landing-section h2{font-size:40px}}@media (max-width: 980px){:root{--landing-nav-h: 68px}.landing-nav{padding:0 24px}.landing-brand-note,.landing-nav-cta{display:none}.landing-nav-links{flex:1;min-width:0;overflow-x:auto;scrollbar-width:none}.landing-nav-links::-webkit-scrollbar{display:none}.landing-nav-links button{font-size:13px}.landing-section{padding:104px 32px 64px}.landing-inner{width:calc(100vw - 64px)}.landing-section h1{font-size:48px}.landing-section h2{font-size:34px}.landing-two-col,.landing-coverage-layout,.landing-about-grid,.landing-contact-layout{grid-template-columns:1fr;gap:36px}.landing-audience-grid,.landing-steps,.landing-principles{grid-template-columns:1fr}.landing-panel,.landing-step,.landing-principle{min-height:auto;padding:24px 0;border-right:0;border-bottom:1px solid var(--landing-line)}.landing-step,.landing-principle{border-color:#fffaf029}.landing-principle{padding:24px 22px}.landing-panel+.landing-panel,.landing-step+.landing-step{padding-left:0}.landing-contact-layout{align-items:stretch}.landing-form{max-width:620px}.landing-footer-inner{width:calc(100vw - 64px)}.landing-footer-main{grid-template-columns:1fr 1fr;gap:34px 56px}.landing-footer-meta{grid-column:1 / -1}}@media (max-width: 640px){:root{--landing-motion-rise: 22px;--landing-motion-side: 16px}.landing-nav{gap:12px;padding:0 16px}.landing-brand-mark{width:110px;height:34px}.landing-nav-links,.landing-menu-btn{display:none}.landing-mobile-menu{top:calc(var(--landing-nav-h) + 44px)}.landing-chapterbar{position:fixed;top:var(--landing-nav-h);left:0;right:0;z-index:49;display:flex;align-items:center;gap:10px;height:44px;padding:0 16px;border:0;border-bottom:1px solid rgba(255,250,240,.1);color:var(--landing-white);background:#05120feb;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);opacity:0;transform:translateY(-100%);pointer-events:none;transition:opacity .24s ease,transform .24s var(--landing-motion-ease)}.landing-chapterbar.is-shown{opacity:1;transform:translateY(0);pointer-events:auto}.landing-chapterbar-index{flex-shrink:0;color:var(--landing-gold);font-size:12px;font-weight:820;letter-spacing:.04em}.landing-chapterbar-label{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:760}.landing-chapterbar-caret{flex-shrink:0;color:#fffaf099;font-size:12px;transition:transform .24s var(--landing-motion-ease)}.landing-chapterbar.is-open .landing-chapterbar-caret{transform:rotate(180deg)}.landing-chapterbar-progress{position:absolute;left:0;bottom:0;width:0;height:2px;background:var(--landing-gold-strong)}.landing-hero-toc{display:flex;flex-wrap:wrap;align-items:center;gap:4px 0;margin-top:24px}.landing-hero-toc button{padding:6px 0;border:0;color:#fffaf0bd;background:transparent;font-size:13px;font-weight:680}.landing-hero-toc button+button:before{content:"·";margin:0 9px;color:#fffaf066}.landing-copy-full{display:none}.landing-copy-mobile{display:inline}.landing-lead--mobile-hidden{display:none}.landing-section{min-height:auto;padding:92px 20px 60px}.landing-hero{min-height:100svh;padding-top:118px}.landing-hero .landing-section-bg img{object-position:18% center}.landing-hero.landing-dark:before{background:linear-gradient(90deg,#03120ffa,#03120feb 58%,#03120fad)}.landing-hero-inner{min-height:calc(100svh - 170px)}.landing-inner{width:calc(100vw - 40px)}.landing-hero-logo{width:min(230px,72vw);height:auto;margin-bottom:26px}.landing-kicker{margin-bottom:12px;font-size:12px;letter-spacing:.04em}.landing-section h1{font-size:46px;line-height:1.1}.landing-section h2{font-size:30px;line-height:1.16}.landing-section h3{margin-top:10px;font-size:18px}.landing-lead{margin-top:26px;font-size:16px;line-height:1.68}.landing-panel p,.landing-step p,.landing-principle p{font-size:14px;line-height:1.6}.landing-proof{display:grid;grid-template-columns:1fr;gap:1px;margin-top:22px}.landing-proof article{min-height:auto;padding:13px 16px}.landing-proof span{margin-bottom:6px;font-size:12px}.landing-proof strong{font-size:15px}.landing-proof p{display:none}.landing-audience-grid,.landing-steps,.landing-principles{gap:14px;margin-top:28px;border-top:0;border-bottom:0}.landing-panel,.landing-step,.landing-principle{padding:18px 16px;border-right:0;border-bottom:0;border-radius:10px}.landing-panel+.landing-panel,.landing-step+.landing-step{padding-left:16px}.landing-panel{border:1px solid var(--landing-line);background:#07181506}.landing-step,.landing-principle{border:1px solid rgba(255,250,240,.12);background:#fffaf00d}.landing-side-photo,.landing-map-photo{height:300px}.landing-side-photo p{display:none}.landing-region-list{margin-top:28px;border-top:0}.landing-region-list div{grid-template-columns:1fr;gap:6px;padding:12px 0;border-bottom:0}.landing-contact-points,.landing-form-row{grid-template-columns:1fr}.landing-contact-points{margin-top:28px;border-top:0;border-bottom:0}.landing-contact-points div,.landing-contact-points div+div{padding:14px 0;border-right:0;border-bottom:0}.landing-form{padding:20px}.landing-motion-ready [data-reveal=title]{filter:blur(4px)}.landing-footer{padding:40px 0 28px}.landing-footer-inner{width:calc(100vw - 40px)}.landing-footer-main{grid-template-columns:1fr;gap:28px}.landing-footer-links{display:flex;flex-wrap:wrap;gap:4px 18px}.landing-footer-links button{min-height:44px}.landing-footer-meta{gap:8px}.landing-footer-bottom{min-height:44px;margin-top:30px}}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}.landing-motion-ready [data-reveal]{opacity:1!important;transform:none!important;filter:none!important;clip-path:none!important}.landing-motion-ready [data-reveal=media] img{transform:none!important}}
