:root{--bg: #f4f6fa;--surface: #ffffff;--surface-soft: linear-gradient(180deg, #fbfcff 0%, #f1f6ff 100%);--text: #151823;--muted: #5d6677;--line: rgba(20, 24, 35, .08);--brand: #3f3bff;--brand-soft: rgba(63, 59, 255, .08);--shadow: 0 20px 60px rgba(44, 53, 84, .08);--radius-xl: 36px;--radius-lg: 28px;--radius-md: 20px;--container: min(1320px, calc(100vw - 48px) );--header-h: 82px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:PingFang SC,Microsoft YaHei,Helvetica Neue,Arial,sans-serif;color:var(--text);background:radial-gradient(circle at top right,rgba(98,148,255,.18),transparent 28%),linear-gradient(180deg,#f6f8fc,#f3f6fb);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button{font:inherit;cursor:pointer}.site-shell{width:var(--container);margin:0 auto}.section{padding:96px 0;scroll-margin-top:var(--header-h)}.section--soft{position:relative}.section--soft:before{content:"";position:absolute;top:24px;right:0;bottom:24px;left:0;background:var(--surface-soft);border-top:1px solid rgba(255,255,255,.9);border-bottom:1px solid rgba(221,229,244,.85);z-index:-1}.app-shell{min-height:100vh;overflow-x:clip}.app-main--routed:not(:has(>.hero)){padding-top:var(--header-h)}.site-header{position:fixed;top:0;left:0;right:0;z-index:20;background:#ffffffd1;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);box-shadow:0 1px #14182312,0 12px 36px #222d4f0f;transition:background-color .25s ease,box-shadow .25s ease}.site-header__inner{height:var(--header-h);display:flex;align-items:center;justify-content:space-between;gap:24px}.site-header__start{display:flex;align-items:center;gap:52px;min-width:0}.site-header__brand{display:flex;align-items:center;flex-shrink:0}.site-header__logo{height:auto}.site-header__logo--desktop{width:143px}.site-header__logo--mobile{display:none;width:42px;border-radius:12px}.site-header__nav{display:flex;align-items:center;gap:28px;font-size:15px;color:#151823e0}.site-header__nav-link{position:relative;padding:6px 0;text-decoration:none;color:inherit;transition:color .2s ease}.site-header__nav-link:after{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;border-radius:999px;background:var(--brand);transition:width .25s ease}.site-header__nav-link:hover:after,.site-header__nav-link--active:after{width:100%}.site-header__nav-link--active{font-weight:700;color:var(--brand)}.site-header__drawer-root{position:relative;display:flex;align-items:center;height:100%}.site-header__product-panel,.site-header__about-panel{position:fixed;left:0;right:0;top:var(--header-h);z-index:19;background:#eef1f5;border-top:1px solid rgba(20,24,35,.08);box-shadow:0 18px 44px #222d4f1a;opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .22s ease,transform .22s ease,visibility .22s;pointer-events:none}.site-header__product-panel.is-open,.site-header__about-panel.is-open{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.site-header__product-panel-inner{padding:26px 0 30px}.site-header__product-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:clamp(28px,5vw,72px)}.site-header__product-tile{display:flex;flex-direction:column;align-items:center;gap:12px;min-width:100px;text-decoration:none;color:#15182385;font-size:15px;font-weight:500;transition:color .2s ease,transform .2s ease}.site-header__product-tile:hover,.site-header__product-tile:focus-visible{color:var(--brand);transform:translateY(-2px);outline:none}.site-header__product-tile-media{display:flex;width:112px;height:132px;align-items:center;justify-content:center}.site-header__product-tile-media img{max-width:100%;max-height:100%;object-fit:contain}.site-header__about-panel-inner{padding:26px 0 30px}.site-header__about-grid{display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:clamp(28px,5vw,72px)}.site-header__about-tile{display:flex;flex-direction:column;align-items:center;gap:12px;width:min(220px,28vw);min-width:100px;text-decoration:none;color:#15182385;font-size:15px;font-weight:500;transition:color .2s ease,transform .2s ease}.site-header__about-tile:hover,.site-header__about-tile:focus-visible{color:var(--brand);transform:translateY(-2px);outline:none}.site-header__about-tile-media{width:100%;aspect-ratio:16 / 10;border-radius:18px;overflow:hidden;background:#fff9;box-shadow:0 10px 28px #222d4f1f}.site-header__about-tile-media img{width:100%;height:100%;object-fit:cover}.site-header__about-tile-label{text-align:center;line-height:1.35}.site-header__toggle{display:none;width:46px;height:46px;border:1px solid rgba(20,24,35,.08);border-radius:14px;background:#ffffffb8;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);align-items:center;justify-content:center;flex-direction:column;gap:5px;flex-shrink:0}.site-header__toggle span{display:block;width:18px;height:2px;border-radius:999px;background:#101521;transition:transform .22s ease,opacity .22s ease;transform-origin:center}.site-header__toggle span.is-open:nth-child(1){transform:translateY(7px) rotate(45deg)}.site-header__toggle span.is-open:nth-child(2){opacity:0;transform:scaleX(0)}.site-header__toggle span.is-open:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.site-header__mobile-panel{background:#fffffff7;border-top:1px solid rgba(20,24,35,.06);box-shadow:0 20px 50px #26314f1f}.site-header__mobile-links{display:grid;gap:2px;padding:12px 0 18px}.site-header__mobile-link{padding:14px 4px;border-bottom:1px solid rgba(20,24,35,.06);font-size:16px;text-decoration:none;color:inherit;transition:color .15s ease}.site-header__mobile-link--active{font-weight:700;color:var(--brand)}.site-header__mobile-sublinks{padding:4px 4px 12px;border-bottom:1px solid rgba(20,24,35,.06)}.site-header__mobile-sublink{display:block;padding:10px 0 10px 14px;font-size:15px;color:#151823d1;text-decoration:none;border-left:2px solid rgba(63,59,255,.28);margin-left:2px}.site-header__mobile-sublink:active{color:var(--brand)}.fade-down-enter-active,.fade-down-leave-active{transition:opacity .2s ease,transform .2s ease}.fade-down-enter-from,.fade-down-leave-to{opacity:0;transform:translateY(-8px)}.hero{position:relative;padding-top:var(--header-h)}.hero__viewport{position:relative;height:calc(100svh - var(--header-h));min-height:520px}.hero__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;pointer-events:none;transition:opacity .7s ease}.hero__slide.is-active{opacity:1;pointer-events:auto}.hero__image{width:100%;height:100%;object-fit:cover}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#ffffffad,#ffffff1f 34%,#fff0 60%)}.hero__overlay--copy-end{background:linear-gradient(270deg,#ffffffad,#ffffff1f 34%,#fff0 60%)}.hero__content{height:100%;display:flex;align-items:center;padding-top:0}.hero__content--copy-end{justify-content:flex-end}.hero__content:not(.hero__content--copy-end) .hero__copy{margin-left:clamp(40px,6vw,88px)}.hero__content--copy-end .hero__copy{margin-right:clamp(40px,6vw,88px)}.hero__copy{--hero-summary-color: rgba(21, 24, 35, .78);max-width:440px}.hero__eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:18px;padding:5px 12px;font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--hero-summary-color);border:1px solid var(--hero-summary-color);border-radius:6px}.section-heading__eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:18px;font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--brand)}.hero__copy h1{margin:0 0 18px;font-size:clamp(22px,2.8vw,40px);line-height:1.1;letter-spacing:-.04em}.hero__copy p{margin:0;max-width:36ch;font-size:clamp(15px,1.6vw,18px);line-height:1.8;color:var(--hero-summary-color)}.hero__more{display:block;margin-top:14px;max-width:36ch;padding:0;font-size:clamp(10px,calc(1.6vw * 2 / 3),12px);line-height:1.5;font-weight:500;color:var(--hero-summary-color);border:none;border-radius:0;text-decoration:none;transition:opacity .2s ease}.hero__more:hover,.hero__more:focus-visible{background:none;color:var(--hero-summary-color);text-decoration:underline;opacity:.88}.hero__controls{position:absolute;left:50%;bottom:32px;transform:translate(-50%);display:flex;align-items:center;gap:8px}.hero__dot{width:15px;height:5px;padding:0;border:0;border-radius:999px;background:#ffffff6b;cursor:pointer;flex-shrink:0;transition:width .3s ease,background-color .3s ease}.hero__dot.is-active{width:45px;background:#fff}.hero__dot:focus-visible{outline:2px solid rgba(255,255,255,.95);outline-offset:4px}.section-heading{margin-bottom:48px}.section-heading.centered{text-align:center}.section-heading__title{margin:0;font-size:clamp(28px,3vw,48px);line-height:1.14;letter-spacing:-.04em}.section-heading__desc{max-width:760px;margin:14px 0 0;font-size:16px;line-height:1.8;color:var(--muted)}.capability-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.capability-card,.product-hero-card,.scene-card,.product-highlight{background:var(--surface);border:1px solid rgba(221,228,239,.9);box-shadow:var(--shadow)}.capability-card{overflow:hidden;border-radius:var(--radius-xl);transition:transform .25s ease,box-shadow .25s ease}.capability-card:hover{transform:translateY(-4px);box-shadow:0 28px 72px #2c355421}.capability-card__media{aspect-ratio:15 / 6;overflow:hidden}.capability-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.capability-card:hover .capability-card__media img{transform:scale(1.04)}.capability-card__body{padding:24px 28px 30px}.capability-card__body h3{margin:0 0 10px;font-size:24px;letter-spacing:-.02em}.capability-card__body p{margin:0;font-size:15px;line-height:1.85;color:var(--muted)}.product-hero-card{overflow:hidden;border-radius:var(--radius-xl);scroll-margin-top:var(--header-h)}.product-hero-card img{width:100%;height:auto}.product-sr1-page.section{padding-top:clamp(16px,3vw,28px);padding-bottom:clamp(56px,8vw,96px);scroll-margin-top:var(--header-h)}.product-sr1-page__inner{display:flex;flex-direction:column;align-items:center;gap:clamp(28px,4vw,48px);width:min(960px,calc(100vw - 48px));margin-left:auto;margin-right:auto}.product-sr1-page__block{width:100%;margin:0;scroll-margin-top:calc(var(--header-h) + 12px)}.product-sr1-page__header{text-align:center;margin-bottom:clamp(20px,3vw,28px);max-width:42rem;margin-left:auto;margin-right:auto}.product-sr1-page__header--pill{margin-bottom:clamp(18px,2.5vw,24px)}.product-sr1-page__title{margin:0 0 12px;font-size:clamp(22px,2.4vw,30px);font-weight:700;line-height:1.25;letter-spacing:-.02em;color:var(--text)}.product-sr1-page__subtitle{margin:0;font-size:clamp(14px,1.35vw,16px);line-height:1.75;color:var(--muted)}.product-sr1-page__title-pill{display:inline-block;margin:0;padding:10px 28px;font-size:15px;font-weight:600;letter-spacing:.04em;color:#151823b8;background:#e8ecf2;border-radius:999px;border:1px solid rgba(20,24,35,.06)}.product-sr1-page__header--pill .product-sr1-page__subtitle{margin-top:14px}.product-sr1-page__media{width:100%}.product-sr1-page__media img{display:block;width:100%;height:auto}.product-sr1-page__media--rounded{border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 16px 48px #2c35541a}.product-highlights{margin-top:28px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.product-highlight{padding:24px 22px;border-radius:var(--radius-md);transition:transform .2s ease,box-shadow .2s ease}.product-highlight:hover{transform:translateY(-3px);box-shadow:0 16px 48px #2c35541f}.product-highlight span{display:block;margin-bottom:12px;font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:var(--muted)}.product-highlight strong{display:block;font-size:17px;line-height:1.6;letter-spacing:-.01em}.scene-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:18px}.scene-card{position:relative;overflow:hidden;border-radius:26px;min-height:180px;border:none;box-shadow:0 8px 32px #2c35541a;transition:transform .25s ease,box-shadow .25s ease}.scene-card:hover{transform:translateY(-4px);box-shadow:0 20px 56px #2c35542e}.scene-card:nth-child(1),.scene-card:nth-child(2),.scene-card:nth-child(3){grid-column:span 4}.scene-card:nth-child(4),.scene-card:nth-child(5){grid-column:span 6}.scene-card img{width:100%;height:100%;min-height:inherit;object-fit:cover;transition:transform .4s ease}.scene-card:hover img{transform:scale(1.05)}.scene-card:after{content:"";position:absolute;inset:auto 0 0;height:70%;background:linear-gradient(180deg,#0e142200,#0e1422b3);pointer-events:none}.scene-card__label{position:absolute;left:20px;bottom:18px;z-index:1;color:#fff;font-size:18px;font-weight:600;letter-spacing:.02em}.about-page{padding:0;scroll-margin-top:var(--header-h)}.about-page__hero{position:relative;display:flex;align-items:center;justify-content:center;min-height:min(72svh,640px);overflow:hidden;scroll-margin-top:var(--header-h)}.about-page__hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0}.about-page__hero-center{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;padding:clamp(32px,6vw,56px) clamp(20px,4vw,40px)}.about-page__hero-logo{display:block;max-width:min(440px,86vw);width:auto;height:auto;object-fit:contain}.about-page__philosophy{padding:clamp(52px,8vw,92px) 0;background:#fff}.about-page__philosophy-title{margin:0 0 clamp(32px,5vw,44px);text-align:center;font-size:clamp(24px,2.6vw,34px);font-weight:700;letter-spacing:-.02em;color:var(--text)}.about-page__cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(18px,3vw,28px)}.about-page__card{display:flex;flex-direction:column;align-items:center;background:#fff;border:1px solid rgba(20,24,35,.07);border-radius:var(--radius-lg);padding:clamp(22px,3.5vw,36px) clamp(18px,2.5vw,26px);text-align:center;box-shadow:0 14px 44px #2c355412}.about-page__card-heading{display:inline-flex;flex-direction:row;align-items:center;gap:10px;margin-bottom:16px;max-width:100%}.about-page__card-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;flex-shrink:0}.about-page__card-icon img{max-width:100%;max-height:100%;object-fit:contain}.about-page__card-title{margin:0;font-size:18px;font-weight:700;color:var(--brand);line-height:1.2;white-space:nowrap}.about-page__card-line{margin:0;width:100%;font-size:clamp(12px,1.05vw,13px);font-weight:700;line-height:1.7;color:var(--muted);text-align:center}.about-page__card-line+.about-page__card-line{margin-top:6px}.about-page__intro{background:#eef1f5;padding:clamp(48px,7vw,88px) 0}.about-page__intro-inner{max-width:52rem}.about-page__intro-p{margin:0 0 1.35em;font-size:clamp(14px,1.25vw,16px);line-height:2;color:#151823cc;text-align:center}.about-page__intro-strong{color:var(--brand);font-weight:700}.about-page__intro-p:last-child{margin-bottom:0}.about-page__timeline{position:relative;display:flex;flex-direction:column;min-height:calc(100svh - var(--header-h));overflow:hidden;scroll-margin-top:var(--header-h)}.about-page__timeline-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0}.about-page__timeline-inner{position:relative;z-index:1;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:0;width:100%;padding:clamp(16px,3vw,32px) 0}.about-page__timeline-block{display:flex;flex-direction:column;align-items:center;width:100%;transform:translateY(-5vh)}.about-page__timeline-title{margin:0 0 clamp(24px,4vw,44px);text-align:center;font-size:clamp(26px,2.8vw,38px);font-weight:700;letter-spacing:-.03em;line-height:1.2;color:var(--text)}.about-page__timeline-graphic{display:block;width:100%;max-width:min(1120px,100%);height:auto}#scenes.section--soft:before{border-bottom:none}.about-screen{position:relative;isolation:isolate;height:100svh;min-height:560px;overflow:hidden}.about-page>.about-screen--solo{height:calc(100svh - var(--header-h));min-height:520px}.about-screen__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0;transition:transform .8s cubic-bezier(.25,.46,.45,.94)}.about-screen:hover .about-screen__bg{transform:scale(1.02)}.site-footer{padding:36px 0 48px;background:var(--surface)}.site-footer__inner{display:flex;justify-content:space-between;align-items:flex-start;gap:30px;padding-top:0}.site-footer__logo{width:25px;height:auto;margin-bottom:14px;opacity:.85}.site-footer__company,.site-footer__meta p,.site-footer__meta a{margin:0;font-size:14px;line-height:1.85;color:var(--muted)}.site-footer__meta a:hover{color:var(--brand)}.site-footer__meta{max-width:520px;text-align:right}@media(max-width:1100px){.product-highlights{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:767px){:root{--container: calc(100vw - 32px) ;--radius-xl: 24px;--radius-lg: 20px;--radius-md: 16px;--header-h: 64px}.section{padding:64px 0}.product-sr1-page.section{padding-top:12px;padding-bottom:48px}.product-sr1-page__inner{width:min(960px,var(--container));gap:24px}.site-header__inner{height:var(--header-h)}.site-header__logo--desktop,.site-header__nav{display:none}.site-header__product-panel,.site-header__about-panel{display:none!important}.site-header__logo--mobile,.site-header__toggle{display:flex}.hero__viewport{height:calc(90svh - var(--header-h));min-height:420px}.hero__image{height:100%}.hero__overlay{background:linear-gradient(180deg,#0f142052,#fff0 40%,#0e101b8a)}.hero__content{align-items:flex-end;padding-top:0;padding-bottom:96px}.hero__content--copy-end{justify-content:flex-end}.hero__content:not(.hero__content--copy-end) .hero__copy{margin-left:clamp(20px,5vw,40px);margin-right:auto}.hero__content--copy-end .hero__copy{margin-left:auto;margin-right:clamp(20px,5vw,40px)}.hero__copy{--hero-summary-color: rgba(255, 255, 255, .88);max-width:min(380px,90vw);color:#fff}.hero__copy h1{font-size:22px;margin-bottom:12px}.hero__copy p{font-size:14px}.hero__eyebrow{border-color:#fff9;color:#fffc}.hero__more{color:var(--hero-summary-color);border:none;padding:0;font-size:12px}.hero__more:hover,.hero__more:focus-visible{background:none;color:var(--hero-summary-color);opacity:.88}.section-heading{margin-bottom:32px}.section-heading__title{font-size:26px}.section-heading__desc{font-size:14px;margin-top:10px}.capability-grid{grid-template-columns:1fr;gap:20px}.capability-card__media{aspect-ratio:16 / 9}.product-highlights{grid-template-columns:1fr 1fr;gap:12px}.product-highlight{padding:18px 16px}.product-highlight strong{font-size:15px}.scene-grid{grid-template-columns:1fr;gap:14px}.scene-card:nth-child(n){grid-column:auto;min-height:200px}.about-page__cards{grid-template-columns:1fr;max-width:400px;margin-left:auto;margin-right:auto}.about-page__hero{min-height:min(56svh,520px)}.about-page__timeline-title{font-size:24px;margin-bottom:20px}.about-screen{height:100svh;min-height:480px}.about-page>.about-screen--solo{height:calc(100svh - var(--header-h));min-height:420px}.site-footer{padding:28px 0 36px}.site-footer__inner{flex-direction:column;gap:20px}.site-footer__meta{text-align:left;max-width:100%}}@media(prefers-reduced-motion:no-preference){.hero__slide{transition:opacity .7s ease}}
