@charset "UTF-8";
:root{--blue:#11396f;--blue-dark:#0b2851;--red:#c80820;--ink:#152a43;--muted:#647183;--line:#dce2e9;--paper:#fff;--silver:#f2f5f8;--body:Arial,"PingFang SC","Microsoft YaHei",sans-serif;--display:"Arial Narrow","Aptos Display",Arial,"PingFang SC","Microsoft YaHei",sans-serif;--max:1280px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.75 var(--body);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer}img,svg{display:block;max-width:100%}img{height:auto}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible{outline:3px solid var(--red);outline-offset:5px}::selection{background:#c80820;color:#fff}h1,h2,h3,p{margin:0}h1,h2,h3{font-weight:650;line-height:1.25}button{touch-action:manipulation}.wrap{width:min(var(--max),calc(100% - 112px));margin-inline:auto}.skip{position:fixed;left:20px;top:-80px;z-index:20;padding:12px 20px;background:var(--blue);color:white}.skip:focus{top:10px}.site-header{height:100px;background:#ffffffed;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:10;backdrop-filter:blur(16px)}.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:flex;gap:13px;align-items:center;flex-shrink:0}.brand-symbol{position:relative;display:block;width:46px;height:46px;overflow:hidden;background:white;border:1px solid #e3e5e8}.brand-symbol img{position:absolute;width:169%;max-width:none;left:-35.4%;top:-32%}.brand-name{display:flex;flex-direction:column;line-height:1.25;gap:4px}.brand-name strong{font-family:var(--display);font-weight:800;font-size:21px;letter-spacing:.02em;color:var(--blue)}.brand-name small{font-size:11px;letter-spacing:.32em;color:var(--muted)}.site-nav{display:flex;align-items:center;gap:38px;height:100%;font-size:14px}.site-nav a{position:relative;padding:14px 0;white-space:nowrap}.site-nav a:after{content:"";height:2px;position:absolute;bottom:6px;left:0;right:0;transform:scaleX(0);transform-origin:left;background:var(--red);transition:transform .2s}.site-nav a:hover:after,.site-nav a[aria-current=page]:after{transform:scaleX(1)}.site-nav a[aria-current=page]{color:var(--blue);font-weight:700}.site-nav .nav-contact{padding:9px 18px;border:1px solid var(--line);border-radius:3px}.site-nav .nav-contact:after{display:none}.site-nav .nav-contact:hover{border-color:var(--blue)}.menu-toggle{display:none;width:46px;height:46px;border:1px solid var(--line);background:white;border-radius:3px}.menu-toggle span{display:block;width:19px;height:1px;background:var(--blue);margin:5px auto;transition:transform .2s}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(3px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-3px) rotate(-45deg)}.eyebrow{display:flex;align-items:center;gap:10px;font-size:12px;font-weight:600;letter-spacing:.1em;color:var(--blue);margin-bottom:30px}.eyebrow:before{content:"";width:23px;height:3px;background:var(--red);flex-shrink:0}.hero{position:relative;overflow:hidden;background:#f8fafb}.hero-inner{display:grid;grid-template-columns:1.04fr 1fr;align-items:center;min-height:654px;gap:24px;padding-block:60px 74px}.hero-copy{position:relative;z-index:1}.hero h1{font-size:clamp(48px,4.7vw,72px);letter-spacing:-.045em;line-height:1.23;color:var(--blue);font-weight:700}.hero h1 span{color:var(--ink)}.red-dot{display:inline-block;width:.15em;height:.15em;background:var(--red);margin-left:.12em}.hero-intro{font-size:17px;max-width:440px;color:var(--muted);line-height:1.95;margin-top:26px}.actions{display:flex;flex-wrap:wrap;align-items:center;gap:16px;margin-top:32px}.button{display:inline-flex;align-items:center;justify-content:center;gap:25px;padding:13px 24px;background:var(--blue);color:#fff;min-height:50px;font-size:14px;border:1px solid var(--blue);border-radius:3px;transition:background .2s,transform .2s}.button:hover{background:var(--blue-dark);transform:translateY(-2px)}.button svg,.text-link svg{width:17px;height:17px;flex-shrink:0}.button.secondary{background:transparent;border-color:#ccd4df;color:var(--blue)}.button.secondary:hover{background:#e9eef5}.button.white{background:white;color:var(--blue);border-color:white}.button.red{background:var(--red);border-color:var(--red)}.text-link{display:inline-flex;align-items:center;gap:15px;font-size:14px;color:var(--blue);font-weight:600;padding-block:10px}.text-link:hover{text-decoration:underline;text-underline-offset:5px}.brand-stage{position:relative;margin:0;min-width:0;height:490px;isolation:isolate}.brand-stage:before{content:"";position:absolute;inset:20px -120px 10px 50px;background:#f0f3f6;z-index:-1}.hero-logo-window{position:absolute;inset:0;overflow:hidden}.hero-logo-window img{width:132%;max-width:none;position:absolute;left:-16%;top:50%;transform:translateY(-50%);mix-blend-mode:multiply;clip-path:inset(16% 16% 20% 16%)}.brand-stage figcaption{position:absolute;left:20px;right:4px;bottom:-15px;display:flex;align-items:center;justify-content:space-between;font-size:11px;letter-spacing:.1em;color:var(--muted)}.brand-stage figcaption strong{font-family:var(--display);font-weight:700;letter-spacing:.17em;color:var(--blue)}.tricolor{display:flex;height:5px;position:absolute;left:0;right:0;bottom:0}.tricolor i:nth-child(1){background:var(--blue);flex:5}.tricolor i:nth-child(2){background:white;flex:1}.tricolor i:nth-child(3){background:var(--red);flex:2}.discipline-strip{display:grid;grid-template-columns:repeat(3,1fr);padding-block:33px;border-bottom:1px solid var(--line)}.discipline{display:flex;align-items:center;gap:22px;padding-inline:30px;border-right:1px solid var(--line)}.discipline:first-child{padding-left:0}.discipline:last-child{padding-right:0;border:0}.discipline svg{width:31px;height:31px;color:var(--blue);flex-shrink:0}.discipline strong{display:block;font-size:17px;font-weight:600}.discipline p{font-size:12px;color:var(--muted);margin-top:2px}.section{padding-block:100px}.section-heading{display:flex;justify-content:space-between;gap:35px;align-items:flex-end;margin-bottom:38px}.section-heading .eyebrow{margin-bottom:17px}.section-heading h2{font-size:38px;letter-spacing:-.035em}.section-heading p{color:var(--muted);max-width:395px;font-size:15px}.product-panel{display:grid;grid-template-columns:.95fr 1.05fr;background:var(--blue-dark);color:white;overflow:hidden;min-height:494px}.product-copy{padding:58px 54px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.product-badge{font-size:11px;letter-spacing:.12em;border-left:3px solid var(--red);padding-left:10px;color:#c4d1e0}.product-copy h3{font-family:var(--display);font-size:53px;font-weight:750;letter-spacing:-.025em;margin:24px 0 12px}.product-copy .product-subtitle{font-size:21px;line-height:1.55}.product-copy p{margin-top:20px;max-width:365px;color:#c4d1e0;font-size:14px;line-height:1.9}.product-copy .text-link{color:white;margin-top:28px}.product-art{position:relative;display:flex;align-items:center;justify-content:center;padding:40px;background:#143b68;overflow:hidden}.product-art:before,.product-art:after{content:"";position:absolute;border:1px solid #315478;border-radius:50%;width:410px;height:410px}.product-art:after{width:540px;height:540px}.product-screen{position:relative;z-index:1;background:#fafcff;color:var(--ink);border:7px solid #fff;border-radius:15px;width:100%;max-width:448px;box-shadow:0 24px 50px #03192d59;transform:rotate(-3deg);overflow:hidden}.screen-top{height:41px;padding:0 14px;display:flex;align-items:center;justify-content:space-between;background:#f6f8fb;border-bottom:1px solid var(--line)}.screen-top strong{font-family:var(--display);font-weight:800;font-size:13px;color:var(--blue)}.screen-top span{font-size:9px;color:var(--muted)}.screen-content{padding:23px}.screen-kicker{display:flex;justify-content:space-between;gap:10px;color:var(--muted);font-size:10px}.screen-content h4{font-size:23px;margin:9px 0 18px;letter-spacing:-.04em;line-height:1.3}.pitch-illustration{height:139px;position:relative;background:#e7edf5;overflow:hidden;border-radius:4px}.pitch-illustration svg{width:100%;height:100%}.screen-features{display:flex;gap:8px;margin-top:14px}.screen-features span{flex:1;font-size:10px;background:#edf1f6;border-radius:3px;padding:7px 0;text-align:center}.principles{background:var(--silver)}.principles-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:start}.principles h2{font-size:44px;line-height:1.4;letter-spacing:-.03em}.principles h2 span{color:var(--blue)}.principles-intro{color:var(--muted);max-width:430px;margin-top:23px;font-size:15px}.principle-list{border-top:1px solid #bac7d7}.principle-row{padding:28px 0;display:grid;grid-template-columns:105px 1fr;gap:24px;border-bottom:1px solid #cdd6e1}.principle-row h3{font-size:19px}.principle-row p{font-size:14px;color:var(--muted)}.contact-ribbon{background:var(--blue);color:white;padding-block:70px;position:relative;overflow:hidden}.contact-ribbon:after{content:"";position:absolute;right:-90px;top:0;bottom:0;width:31%;background:var(--red);transform:skewX(-24deg);opacity:.95}.contact-ribbon .wrap{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:32px}.contact-ribbon h2{font-size:36px;line-height:1.5;letter-spacing:-.025em}.contact-ribbon p{font-size:14px;color:#d5e0ef;margin-top:10px}.site-footer{padding:54px 0 26px;background:#fff}.footer-top{display:flex;justify-content:space-between;gap:32px;padding-bottom:35px}.footer-tagline{margin-top:18px;color:var(--muted);font-size:13px}.footer-links{display:flex;gap:68px;font-size:13px}.footer-links strong{display:block;font-size:12px;margin-bottom:12px;color:var(--muted);font-weight:500}.footer-links a{display:block;margin-top:6px}.footer-links a:hover{color:var(--red)}.footer-bottom{border-top:1px solid var(--line);padding-top:22px;display:flex;gap:15px;justify-content:space-between;font-size:11px;color:var(--muted)}.footer-bottom a:hover{text-decoration:underline}.page-hero{padding:85px 0 70px;background:var(--silver);position:relative;overflow:hidden}.page-hero h1{font-size:62px;line-height:1.25;letter-spacing:-.04em;color:var(--blue);max-width:860px}.page-hero .intro{font-size:17px;color:var(--muted);max-width:690px;margin-top:25px}.page-hero .eyebrow{margin-bottom:22px}.product-hero-grid{display:grid;grid-template-columns:1.1fr 1fr;align-items:center;gap:55px}.product-hero-grid .product-art{min-height:345px;border-radius:5px}.product-hero-grid h1{font-family:var(--display);font-size:78px}.product-hero-grid h2{font-size:26px;margin-top:8px;font-weight:500}.product-hero-grid .intro{font-size:15px}.product-notice{font-size:12px;color:var(--muted);margin-top:18px}.experience{border:1px solid var(--line);display:grid;grid-template-columns:300px 1fr;background:white;min-height:310px}.feature-tabs{padding:18px;background:var(--silver);display:flex;flex-direction:column;gap:9px}.feature-tab{border:1px solid transparent;background:transparent;text-align:left;padding:18px 17px;display:flex;align-items:center;justify-content:space-between;border-radius:3px;font-size:16px}.feature-tab span{font-size:13px;color:var(--muted)}.feature-tab[aria-selected=true]{background:var(--blue);color:white;box-shadow:0 5px 15px #11396f16}.feature-tab[aria-selected=true] span{color:white}.feature-tab:hover:not([aria-selected=true]){background:#e4eaf2}.feature-panel{padding:42px 48px}.feature-panel[hidden]{display:none}.feature-panel h3{font-size:29px;margin-bottom:18px}.feature-panel p{max-width:630px;color:var(--muted);font-size:15px}.feature-points{list-style:none;display:flex;flex-wrap:wrap;gap:14px;padding:0;margin:27px 0 0}.feature-points li{font-size:13px;padding-left:13px;border-left:3px solid var(--red)}.product-path{display:grid;grid-template-columns:repeat(3,1fr);gap:34px;margin-top:42px}.path-item{border-top:3px solid var(--blue);padding-top:22px}.path-item:nth-child(2){border-color:#aeb9c8}.path-item:nth-child(3){border-color:var(--red)}.path-item h3{font-size:21px}.path-item p{color:var(--muted);font-size:14px;margin-top:14px}.about-story{display:grid;grid-template-columns:.75fr 1.25fr;gap:80px}.section-label{font-size:13px;color:var(--muted);letter-spacing:.1em;padding-top:7px}.story-copy h2{font-size:34px;line-height:1.5;letter-spacing:-.02em}.story-copy>p{color:var(--muted);font-size:16px;margin-top:24px;max-width:750px;line-height:2}.company-facts{display:grid;grid-template-columns:1fr 1fr;gap:25px;margin-top:35px}.company-facts>div{border-top:1px solid var(--line);padding-top:17px}.company-facts dt{font-size:12px;color:var(--muted);margin-bottom:8px}.company-facts dd{margin:0;font-size:15px}.brand-section{background:var(--silver)}.brand-explanation{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:80px}.brand-photo{overflow:hidden;aspect-ratio:1;margin:0;position:relative}.brand-photo img{width:100%;height:100%;object-fit:cover;mix-blend-mode:multiply}.brand-explanation h2{font-size:38px;line-height:1.5}.brand-explanation p{color:var(--muted);margin-top:21px;font-size:15px}.color-strips{margin-top:30px;display:grid;grid-template-columns:repeat(3,1fr);height:61px;border:1px solid #d9dfe6}.color-strips span{display:flex;align-items:center;justify-content:center;font-size:12px}.color-strips span:nth-child(1){background:var(--blue);color:white}.color-strips span:nth-child(2){background:white;color:var(--muted)}.color-strips span:nth-child(3){background:var(--red);color:white}.contact-hero{padding-bottom:90px}.contact-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:90px;align-items:start}.contact-box{border-top:4px solid var(--blue);background:white;padding:34px 36px;box-shadow:0 14px 50px #18395808}.contact-box h2{font-size:15px;font-weight:600;color:var(--muted)}.email-address{font-family:var(--display);font-size:clamp(21px,2.1vw,31px);font-weight:650;letter-spacing:-.04em;color:var(--blue);display:inline-block;line-height:1.5;margin-top:10px;overflow-wrap:anywhere}.email-address:hover{text-decoration:underline;text-underline-offset:7px}.contact-box .actions{gap:12px;margin-top:23px}.copy-button{display:inline-flex;align-items:center;gap:8px;min-height:46px;padding:10px 15px;border:1px solid #c7d1dd;border-radius:3px;background:white;font-size:13px}.copy-button:hover{background:var(--silver)}.copy-button svg{width:16px;height:16px}.copy-status{min-height:26px;font-size:12px;color:var(--blue);margin-top:9px}.contact-secondary{border-top:1px solid var(--line);margin-top:23px;padding-top:23px}.contact-secondary p{font-size:13px;color:var(--muted);margin:4px 0}.contact-secondary a{color:var(--blue);font-size:15px}.contact-secondary a:hover{text-decoration:underline}.contact-context h2{font-size:30px;line-height:1.5}.contact-context>p{color:var(--muted);font-size:15px;margin-top:21px}.contact-topics{list-style:none;margin:27px 0 0;padding:0;border-top:1px solid var(--line)}.contact-topics li{padding:18px 0;border-bottom:1px solid var(--line);display:flex;gap:24px;align-items:baseline}.contact-topics strong{font-size:15px;flex-shrink:0;font-weight:600}.contact-topics span{font-size:13px;color:var(--muted)}.contact-location{font-size:13px;margin-top:26px;color:var(--muted)}.not-found{text-align:center;padding:110px 20px}.not-found h1{font-family:var(--display);font-size:100px;color:var(--blue)}.not-found p{margin-top:10px;color:var(--muted)}.not-found .actions{justify-content:center}.reveal{animation:arrive .65s both}.reveal-later{animation:arrive .8s .1s both}@keyframes arrive{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}
@media(min-width:1600px){.hero-inner{min-height:710px}.hero h1{font-size:76px}.brand-stage{height:525px}}
@media(max-width:1100px){.wrap{width:calc(100% - 64px)}.site-nav{gap:25px}.hero-inner{min-height:600px}.hero h1{font-size:54px}.brand-stage{height:410px}.hero-intro{font-size:16px}.product-copy{padding:40px 35px}.product-copy h3{font-size:45px}.product-art{padding:28px}.principles-grid{gap:55px}.principles h2{font-size:36px}.product-hero-grid{gap:30px}.product-hero-grid h1{font-size:58px}.product-hero-grid h2{font-size:22px}.product-hero-grid .product-art{min-height:325px}.contact-layout{gap:45px}.contact-box{padding:28px}.about-story{gap:45px}.brand-explanation{gap:40px}.footer-links{gap:40px}}
@media(max-width:760px){html{scroll-padding-top:90px}.wrap{width:calc(100% - 40px)}.site-header{height:78px}.brand-symbol{width:39px;height:39px}.brand-name strong{font-size:18px}.brand-name small{font-size:10px}.menu-toggle{display:block;flex-shrink:0}.site-nav{position:absolute;left:0;right:0;top:77px;height:auto;background:white;border-bottom:1px solid var(--line);padding:16px 20px 22px;flex-direction:column;align-items:stretch;gap:2px;box-shadow:0 12px 24px #112b4910}.site-nav:not([data-open=true]){display:none}.site-nav a{padding:13px 15px;font-size:15px}.site-nav a:after{left:15px;right:auto;width:24px;bottom:7px}.site-nav .nav-contact{margin-top:8px;padding:11px 15px}.hero-inner{grid-template-columns:1fr;gap:0;padding-block:50px 45px;min-height:0}.hero h1{font-size:clamp(40px,8.5vw,58px)}.hero-intro{font-size:15px;max-width:480px;margin-top:21px}.eyebrow{font-size:11px;margin-bottom:24px}.hero .actions{margin-top:25px;gap:11px}.button{font-size:13px;padding:12px 18px;gap:18px;min-height:47px}.brand-stage{height:390px;width:min(470px,100%);justify-self:center;margin-top:20px}.brand-stage:before{inset:25px -100px 0 45px}.hero-logo-window img{width:128%;left:-14%}.brand-stage figcaption{left:0;bottom:-10px;font-size:9px}.brand-stage figcaption strong{letter-spacing:.1em}.discipline-strip{padding-block:23px;gap:18px;grid-template-columns:1fr}.discipline{border-right:0;padding:0!important;gap:17px}.discipline strong{display:inline;font-size:15px}.discipline p{display:inline;margin-left:10px;font-size:12px}.discipline svg{width:24px;height:24px}.section{padding-block:63px}.section-heading{display:block;margin-bottom:27px}.section-heading h2{font-size:30px}.section-heading p{margin-top:20px;font-size:14px}.product-panel{grid-template-columns:1fr}.product-copy{padding:38px 28px}.product-copy h3{font-size:46px;margin-top:20px}.product-copy .product-subtitle{font-size:20px}.product-copy p{max-width:100%;font-size:14px}.product-art{min-height:345px;padding:35px 26px}.screen-content{padding:19px}.product-screen{max-width:390px}.principles-grid{grid-template-columns:1fr;gap:30px}.principles h2{font-size:34px}.principles-intro{font-size:14px}.principle-row{grid-template-columns:92px 1fr;gap:16px;padding:23px 0}.principle-row h3{font-size:18px}.principle-row p{font-size:13px}.contact-ribbon{padding-block:46px}.contact-ribbon .wrap{display:block}.contact-ribbon h2{font-size:29px}.contact-ribbon p{max-width:280px;font-size:13px}.contact-ribbon .button{margin-top:23px}.contact-ribbon:after{width:32%;right:-75px}.site-footer{padding:38px 0 23px}.footer-top{flex-direction:column;gap:28px}.footer-links{gap:65px}.footer-bottom{display:block;font-size:10px}.footer-bottom>*{display:block;margin-bottom:8px}.page-hero{padding:52px 0 47px}.page-hero h1{font-size:43px}.page-hero .intro{font-size:15px;margin-top:20px}.product-hero-grid{grid-template-columns:1fr;gap:35px}.product-hero-grid h1{font-size:56px}.product-hero-grid h2{font-size:22px}.product-hero-grid .product-art{min-height:320px}.experience{grid-template-columns:1fr;min-height:0}.feature-tabs{flex-direction:row;gap:5px;padding:9px}.feature-tab{flex:1;padding:12px 6px;font-size:13px;text-align:center;justify-content:center;min-height:48px}.feature-tab span{display:none}.feature-panel{padding:28px 23px}.feature-panel h3{font-size:25px}.feature-panel p{font-size:14px}.feature-points{flex-direction:column;gap:9px;margin-top:21px}.product-path{grid-template-columns:1fr;gap:29px;margin-top:29px}.path-item{padding-top:19px}.path-item h3{font-size:20px}.path-item p{margin-top:10px}.about-story{grid-template-columns:1fr;gap:20px}.story-copy h2{font-size:28px}.story-copy>p{font-size:15px}.company-facts{grid-template-columns:1fr;gap:20px;margin-top:27px}.brand-explanation{grid-template-columns:1fr;gap:27px}.brand-photo{max-width:430px;margin-inline:auto}.brand-explanation h2{font-size:31px}.brand-explanation p{font-size:14px}.contact-layout{grid-template-columns:1fr;gap:35px}.contact-box{padding:27px 22px}.email-address{font-size:27px}.contact-context h2{font-size:27px}.contact-topics li{gap:15px}.contact-topics strong{font-size:14px}.contact-topics span{font-size:12px}.contact-hero{padding-bottom:60px}}
@media(max-width:380px){.wrap{width:calc(100% - 32px)}.brand-name strong{font-size:16px}.brand-name small{font-size:9px}.hero h1{font-size:38px}.hero .button{padding:11px 13px;gap:12px;font-size:12px}.hero .actions{gap:8px}.brand-stage{height:315px}.discipline p{font-size:11px;margin-left:6px}.email-address{font-size:23px}.screen-content h4{font-size:20px}.product-copy h3{font-size:39px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.button:hover{transform:none}}

.footer-bottom{flex-wrap:wrap}.icp-filing{white-space:nowrap}
