@charset "UTF-8";
:root{--paper:#f7f6f2;--ink:#1c1e20;--muted:#777873;--red:#a5282e;--red-light:#df625e;--dark:#111315;--line:rgba(29,32,32,.14);--ease:cubic-bezier(.2,.7,.2,1);--wrap:1320px}
*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,"PingFang SC","Microsoft YaHei",sans-serif;font-size:14px;line-height:1.8;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button,a,input,textarea,select,summary{-webkit-tap-highlight-color:transparent}button{cursor:pointer;color:inherit}button:disabled{cursor:default}button{background:none}img{max-width:100%;display:block;object-fit:cover}figure,p,h1,h2,h3,h4{margin:0}figure{min-width:0}button{border:0}button:focus-visible,a:focus-visible,summary:focus-visible,[tabindex]:focus-visible{outline:2px solid var(--red-light);outline-offset:6px}input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--red);outline-offset:2px}::selection{background:var(--red);color:white}[hidden]{display:none!important}.wrap{width:min(var(--wrap),calc(100% - 120px));margin-inline:auto}.section{padding-block:120px}.light{background:var(--paper)}.dark{background:var(--dark);color:var(--paper)}.eyebrow,.small-label{display:block;font-family:Arial,"Microsoft YaHei",sans-serif;font-size:10px;font-weight:500;letter-spacing:2px;line-height:1.5}.eyebrow{color:var(--red);margin-bottom:27px}.dark .eyebrow{color:#b4b3ae}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:60px;margin-bottom:62px}h1,h2,h3{font-weight:500;line-height:1.35;letter-spacing:-1.5px}h2{font-size:clamp(30px,3.7vw,53px);line-height:1.42}h3{letter-spacing:-.6px}.section-description{max-width:405px;color:#73756f;line-height:2.1;font-size:14px}.section-heading .section-description{padding-bottom:8px}.lead{font-size:26px;line-height:1.7}.fine-note,figcaption{font-size:11px;line-height:1.8;color:#777b78;letter-spacing:.2px}.fine-note{margin-top:24px}.arrow{width:20px;height:20px;display:inline-block;position:relative;flex:none;transition:transform .4s var(--ease)}.arrow::before{content:"";position:absolute;width:13px;height:1px;left:3px;top:10px;background:currentColor;transform:rotate(-45deg)}.arrow::after{content:"";position:absolute;width:9px;height:9px;right:3px;top:3px;border-top:1px solid;border-right:1px solid}a:hover .arrow,button:hover .arrow{transform:translate(2px,-2px)}.text-link{display:inline-flex;align-items:center;justify-content:space-between;gap:24px;padding:10px 0;border-bottom:1px solid #989b94;font-size:13px;font-weight:500;line-height:1.4}.light-link{border-color:#616463}.button{display:inline-flex;justify-content:center;align-items:center;gap:30px;min-height:54px;padding:15px 24px;font-size:12px;line-height:1.5;transition:background .3s,color .3s,transform .3s var(--ease);border:1px solid transparent}.button:hover{transform:translateY(-3px)}.button-light{background:var(--paper);color:var(--ink)}.button-light:hover{background:white}.button-dark{background:var(--ink);color:white}.button-dark:hover{background:var(--red)}.button-outline{border-color:#bcbeb8}.button-outline:hover{background:#ecebe5}.status-dot{display:inline-block;width:6px;height:6px;border-radius:100%;background:var(--red-light);box-shadow:0 0 15px #b8272a;margin-right:11px}.skip-link{position:fixed;top:-80px;left:24px;z-index:1000;background:white;color:var(--ink);padding:12px 24px}.skip-link:focus{top:16px}
/* Navigation */
.site-header{height:88px;position:relative;z-index:100;background:var(--paper);border-bottom:1px solid var(--line)}.header-inner{width:calc(100% - 120px);max-width:1440px;margin:auto;height:100%;display:flex;align-items:center;justify-content:space-between;gap:24px}.page-home .site-header{position:absolute;left:0;top:0;width:100%;background:transparent;border-color:#ffffff20;color:white}.site-header.is-fixed{position:fixed;top:0;left:0;width:100%;height:74px;background:rgba(247,246,242,.95);color:var(--ink);backdrop-filter:blur(18px);box-shadow:0 2px 20px #11111105}.header-spacer{height:88px}.brand{display:inline-flex;align-items:center;gap:12px;flex-shrink:0}.brand-symbol{display:grid;place-items:center;width:43px;height:43px;background:#f7f6f2;border-radius:3px}.brand-symbol img{width:40px;height:40px;mix-blend-mode:multiply}.brand-word{font-weight:650;font-size:23px;letter-spacing:7px;line-height:1.05;padding-top:4px}.brand-word>span{display:block;font-size:8px;letter-spacing:3px;line-height:2.2}.main-nav{display:flex;align-items:center;gap:34px;margin-left:64px}.main-nav>a{font-size:12px;color:inherit;opacity:.66;padding-block:14px;position:relative;white-space:nowrap;transition:opacity .2s}.main-nav>a:hover,.main-nav>a[aria-current]{opacity:1}.main-nav>a[aria-current]::after{content:"";position:absolute;bottom:4px;left:0;width:15px;height:2px;background:var(--red-light)}.nav-contact{display:inline-flex;align-items:center;gap:30px;font-size:12px;border:1px solid #85868155;padding:8px 17px}.nav-contact:hover{border-color:var(--red-light)}.menu-toggle,.main-nav .mobile-contact{display:none}.reading-progress{height:2px;position:absolute;bottom:0;left:0;width:100%;background:var(--red);transform:scaleX(0);transform-origin:left;will-change:transform}
/* Hero */
.hero{min-height:780px;height:min(880px,100svh);background:#111315;color:var(--paper);position:relative;overflow:hidden;isolation:isolate}.hero-art{position:absolute;inset:-2% -5% -2% 8%;z-index:-3;will-change:transform;transform:translate3d(var(--px,0px),var(--py,0px),0) scale(1.04);transition:transform 1.1s var(--ease)}.hero-image{width:100%;height:100%;object-position:75% 50%;animation:hero-arrive 2s var(--ease) both}.hero-shade{position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#111315 0%,#111315eb 16%,#11131599 35%,#11131512 66%,transparent 85%),linear-gradient(0deg,#111315 0%,transparent 25%);pointer-events:none}.hero-content{padding-top:218px;position:relative;z-index:2;pointer-events:none}.hero-content a{pointer-events:auto}.hero-eyebrow{font-size:9px;color:#bebbb5;letter-spacing:2px;margin-bottom:37px;animation:fade-up 1.1s .05s both}.hero h1{font-size:clamp(50px,5.25vw,78px);font-weight:500;line-height:1.37;letter-spacing:-3px;max-width:800px}.hero h1>span{display:block;animation:fade-up 1.3s .14s both}.hero h1>span+span{animation-delay:.27s}.hero-accent{color:#eea09a}.hero-description{margin-top:28px;max-width:430px;color:#b6b4b1;font-size:13px;line-height:2.15;animation:fade-up 1.3s .38s both}.hero-actions{display:flex;align-items:center;gap:32px;margin-top:38px;animation:fade-up 1.3s .5s both}.hero-actions .button{min-width:184px}.hero-text-link{display:flex;align-items:center;gap:20px;font-size:12px}.hero-bottom{position:absolute;bottom:34px;left:0;right:0;display:flex;justify-content:space-between;align-items:center;color:#9d9d98;font-size:9px;letter-spacing:1px;border-top:1px solid #ffffff24;padding-top:22px}.hero-bottom p{font-size:11px;letter-spacing:2px}.hero-edition{font-size:8px}.scroll-cue{display:flex;align-items:center;gap:14px}.scroll-cue i{height:22px;width:12px;border:1px solid #888a86;border-radius:10px;position:relative}.scroll-cue i::after{content:"";width:2px;height:4px;position:absolute;top:4px;left:4px;background:#d6d2c9;animation:scroll-tick 2s infinite}.hero-coordinates{position:absolute;right:30px;top:44%;display:flex;gap:25px;writing-mode:vertical-rl;font-size:8px;letter-spacing:2px;color:#8b8b87}.flow-canvas{position:absolute;inset:0;pointer-events:none;z-index:-2;width:100%;height:100%;opacity:.52}
/* Expertise */
.business-section{padding-top:114px;padding-bottom:110px}.business-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.business-card{height:430px;background:var(--dark);color:white;position:relative;overflow:hidden;isolation:isolate;transform-style:preserve-3d;transition:transform .5s var(--ease),box-shadow .5s}.business-card:hover{box-shadow:0 20px 40px #11131520;transform:perspective(1200px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg)) translateY(-5px)}.business-card-image{position:absolute;inset:0;z-index:-2}.business-card-image img{width:100%;height:100%;transition:transform 1.2s var(--ease);object-position:center 25%}.business-card:first-child .business-card-image img{object-position:45% 50%}.business-card::before{content:"";position:absolute;inset:0;background:linear-gradient(0deg,#0c1011 0%,#111315a6 30%,#11131500 76%);z-index:-1}.business-card::after{content:"";position:absolute;inset:0;border:1px solid #ffffff1c;pointer-events:none;background:radial-gradient(350px circle at var(--gx,50%) var(--gy,0%),#ffffff12,transparent)}.business-card:hover img{transform:scale(1.07)}.business-card-top{display:flex;justify-content:space-between;align-items:center;position:absolute;left:25px;right:25px;top:25px;font-size:10px;letter-spacing:2px}.business-card-top .arrow{width:34px;height:34px;border:1px solid #ffffff66;border-radius:50%}.business-card-top .arrow::before{left:10px;top:16px}.business-card-top .arrow::after{right:9px;top:9px}.business-card-copy{position:absolute;bottom:31px;left:27px;right:20px}.business-card-copy .small-label{font-size:8px;letter-spacing:1.7px;color:#bfbbb5}.business-card h3{font-size:27px;margin:12px 0 9px;letter-spacing:-.7px}.business-card p{font-size:11px;color:#bebfb9}
/* Product experience */
.education-home{border-top:1px solid var(--line)}.product-showcase{display:grid;grid-template-columns:1fr 1.75fr;gap:55px;align-items:start}.product-options{border-top:1px solid var(--line)}.product-tab{display:block;text-align:left;width:100%;padding:28px 22px 26px 0;border-bottom:1px solid var(--line);transition:padding .4s,background .4s;position:relative}.product-tab::before{content:"";height:0;width:3px;background:var(--red);position:absolute;left:0;top:0;transition:height .5s var(--ease)}.product-tab[aria-selected=true]{padding-left:25px;background:linear-gradient(90deg,#a5282e09,transparent)}.product-tab[aria-selected=true]::before{height:100%}.product-tab-top{display:flex;justify-content:space-between;align-items:center}.product-tab .small-label{font-size:9px;color:#878780;letter-spacing:1px}.product-tab strong{display:block;font-size:25px;font-weight:500;margin:11px 0 12px;letter-spacing:-.7px}.product-tab-copy{font-size:12px;line-height:2;color:#757871;display:block}.product-tag{font-size:9px;color:var(--red);display:block;letter-spacing:.5px;margin-top:16px}.product-panels{min-width:0}.product-panels>[role=tabpanel]{animation:panel-enter .55s var(--ease)}.product-panels>[role=tabpanel]+[role=tabpanel]{margin-top:35px}.tabs-ready .product-panels>[role=tabpanel]{margin-top:0}.product-caption{display:flex;justify-content:space-between;align-items:center;padding-top:14px;gap:16px}.product-caption>span{font-size:10px;color:#878980}.product-caption .text-link{font-size:11px;padding-block:5px;border-bottom:0}.yizy-poster{position:relative;aspect-ratio:1.5;isolation:isolate;overflow:hidden;background:#27372b;color:#fff}.yizy-poster>img{width:100%;height:100%;position:absolute;inset:0;z-index:-2;object-position:50% 50%;transition:transform 1.8s var(--ease)}.yizy-poster:hover>img{transform:scale(1.045)}.yizy-poster::after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,#102e2544,transparent 35%,#11291ddc)}.poster-top,.poster-bottom{position:absolute;left:35px;right:35px;display:flex;justify-content:space-between}.poster-top{top:30px;align-items:center}.poster-top>span:first-child{font-size:25px;font-weight:600;letter-spacing:4px}.poster-top>span:last-child{font-size:9px;letter-spacing:2px}.poster-bottom{bottom:32px;align-items:end}.poster-bottom>span:first-child{font-family:"Songti SC","SimSun",Georgia,serif;font-size:35px;line-height:1.6;letter-spacing:2px}.poster-bottom>span:last-child{font-size:10px;writing-mode:vertical-rl;letter-spacing:4px}.browser-frame{background:#efeee8;padding:10px;border:1px solid #b7b9b244;box-shadow:0 16px 35px #31362609;overflow:hidden;border-radius:6px}.browser-chrome{height:26px;display:flex;gap:20px;align-items:center;color:#7d8077;padding:0 5px 9px;font-size:8px}.chrome-dots{display:flex;gap:4px}.chrome-dots i{width:5px;height:5px;background:#aaaca3;border-radius:50%}.browser-frame>img{width:100%;height:auto;aspect-ratio:1280/720;border:1px solid #11111108}.product-panels .browser-frame{margin-top:30px;transform:perspective(1400px) rotateY(-3deg);transition:transform .8s var(--ease)}.product-panels .browser-frame:hover{transform:perspective(1400px) rotateY(0)}
/* Infrastructure */
.infrastructure{padding:108px 0 35px;overflow:hidden}.infrastructure-intro{margin-bottom:70px}.infrastructure-intro .eyebrow{font-size:9px}.infrastructure-intro h2{font-size:clamp(38px,4.2vw,60px)}.infrastructure-intro h2>span{color:#737874}.infra-story{display:grid;grid-template-columns:1.35fr 1fr;gap:90px;align-items:center;padding-block:40px 95px}.infra-visual{position:relative;min-width:0;isolation:isolate}.infra-visual img{width:100%;aspect-ratio:1.15;height:auto;object-fit:cover}.infra-visual::before,.infra-visual::after{content:"";position:absolute;z-index:1;width:18px;height:18px;border-color:#777973}.infra-visual::before{top:0;left:0;border-top:1px solid;border-left:1px solid}.infra-visual::after{bottom:30px;right:0;border-bottom:1px solid;border-right:1px solid}.infra-visual figcaption{margin-top:12px;font-size:8px;letter-spacing:1.4px;color:#858a84}.infra-copy .eyebrow{font-size:8px;letter-spacing:1.6px}.infra-copy h2{font-size:clamp(28px,3vw,42px);line-height:1.5}.infra-copy>p:not(.eyebrow){font-size:12px;color:#a2a69f;line-height:2.1;max-width:365px;margin-top:24px}.infra-copy .text-link{margin-top:31px;font-size:12px;gap:45px}.service-pills{display:grid;grid-template-columns:repeat(2,1fr);gap:14px 18px;margin-top:30px;max-width:290px}.service-pills span{font-size:10px;color:#a2a69f;display:flex;align-items:center;gap:10px}.service-pills span::before{content:"";width:3px;height:3px;background:var(--red-light)}.scan-line{position:absolute;left:0;right:0;top:0;height:1px;background:linear-gradient(90deg,transparent,#b85451,transparent);box-shadow:0 3px 25px #c7403e;animation:scan 7s ease-in-out infinite;opacity:.5}.storage-story{grid-template-columns:1fr 1.35fr;padding-top:40px;gap:100px;border-top:1px solid #ffffff1a}.storage-story .infra-visual img{aspect-ratio:1.15}.storage-keywords{display:flex;gap:26px;margin-top:34px}.storage-keywords>span{font-size:9px;color:#8f948e}.storage-keywords b{display:block;font-weight:400;font-size:15px;color:#ebe8e0;margin-bottom:6px}.infra-foot{border-top:1px solid #ffffff1a;padding-top:23px;display:flex;justify-content:space-between;font-size:8px;letter-spacing:2px;color:#7f857f}
/* Process */
.process-layout{display:grid;grid-template-columns:1fr 1.75fr;gap:70px}.process-tabs{display:flex;flex-direction:column;border-top:1px solid var(--line)}.process-tabs>button{display:flex;align-items:center;gap:20px;padding:22px 10px 22px 0;border-bottom:1px solid var(--line);text-align:left;font-size:14px;line-height:1.4;color:#8b8e86;transition:color .3s,padding .3s}.process-tabs>button>span:first-child{font-family:Georgia,serif;font-size:12px;color:inherit}.process-tabs>button .arrow{margin-left:auto;opacity:0}.process-tabs>button[aria-selected=true]{color:var(--red);padding-left:8px}.process-tabs>button[aria-selected=true] .arrow{opacity:1}.step-line{height:1px;flex:1;background:currentColor;transform:scaleX(0);transform-origin:left;transition:transform .7s var(--ease);margin-left:15px}.process-tabs>button[aria-selected=true] .step-line{transform:scaleX(1)}.process-panel{height:406px;background:#eeece5;display:flex;align-items:flex-end;position:relative;overflow:hidden;padding:45px;animation:panel-enter .5s var(--ease)}.process-panel::after{content:"";position:absolute;width:400px;height:400px;border:1px solid #a5282e20;right:-180px;top:-100px;border-radius:50%;box-shadow:0 0 0 32px #a5282e04,0 0 0 65px #a5282e04,0 0 0 97px #a5282e04}.process-number{position:absolute;right:30px;top:-28px;font-family:Georgia,serif;font-size:210px;font-weight:400;color:#c4b6ae44;line-height:1;letter-spacing:-18px}.process-panel>div{position:relative;z-index:1;max-width:460px}.process-panel .eyebrow{font-size:10px;margin-bottom:14px}.process-panel h3{font-size:30px;margin-bottom:18px}.process-panel p:not(.eyebrow){font-size:12px;color:#74786e;line-height:2;max-width:410px}.process-tags{display:block;border-top:1px solid #a9aaa033;margin-top:27px;padding-top:16px;font-size:10px;letter-spacing:1px;color:#8d8177}
/* About and closing */
.about-home{padding-top:35px;padding-bottom:70px}.about-grid{border-top:1px solid var(--line);padding-top:76px;display:grid;grid-template-columns:1fr 1fr;gap:48px 100px;overflow:hidden}.about-grid>div:nth-child(2){padding-top:35px}.about-lead{font-family:"Songti SC","SimSun",Georgia,serif;font-size:28px;line-height:1.7;margin-bottom:23px}.about-grid p:not(.eyebrow):not(.about-lead){color:#7c7f75;max-width:480px;font-size:12px;line-height:2.2}.about-grid .text-link{margin-top:26px}.about-wordmark{grid-column:1/-1;font-family:Arial,sans-serif;font-size:clamp(110px,19vw,260px);font-weight:600;line-height:1.05;letter-spacing:-15px;color:#dcdad2;text-align:center;padding-top:25px;user-select:none}.about-wordmark>span{display:block;font-size:9px;letter-spacing:5px;color:#959890;font-weight:400;line-height:2}.closing{background:var(--red);color:#fff8ef;overflow:hidden;position:relative}.closing-inner{min-height:340px;padding-block:65px;position:relative;display:flex;align-items:center;justify-content:space-between}.closing .eyebrow{color:#e3a1a0;font-size:9px;margin-bottom:20px}.closing h2{font-size:45px;font-weight:400;position:relative;z-index:2}.round-link{width:130px;height:130px;border:1px solid #dfaca894;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px;font-size:12px;z-index:2;flex-shrink:0;transition:background .4s,transform .6s var(--ease)}.round-link .arrow{width:30px;height:30px}.round-link .arrow::before{width:23px;left:3px;top:15px}.round-link .arrow::after{width:16px;height:16px;right:3px;top:3px}.round-link:hover{background:#fff8ef;color:var(--red);transform:rotate(-8deg)}.closing-watermark{position:absolute;right:110px;bottom:-50px;color:#ffffff05;font-family:Arial,sans-serif;font-size:230px;font-weight:700;letter-spacing:-15px;line-height:1;user-select:none}.site-footer{background:#101214;color:#e7e5de;padding:64px 0 22px}.footer-top{display:grid;grid-template-columns:1.6fr 1fr .8fr 1.2fr;gap:50px;padding-bottom:64px}.footer-top .brand-word{font-size:22px}.footer-top .brand-symbol{width:40px;height:40px}.footer-top .brand-symbol img{width:36px;height:36px}.footer-top>div:first-child>p{font-size:12px;color:#92958e;line-height:2.2;margin-top:27px}.footer-top>div:first-child>p>span{font-size:7px;letter-spacing:1px}.footer-column{display:flex;flex-direction:column;align-items:flex-start;gap:14px;font-size:11px}.footer-column>span:first-child{font-size:9px;color:#82867e;margin-bottom:10px;letter-spacing:1px}.footer-column a{color:#c0c2b9;transition:color .2s;display:inline-flex;align-items:center;gap:14px;overflow-wrap:anywhere}.footer-column a:hover{color:#fcb0a7}.footer-company{color:#92958e;font-size:10px;line-height:1.9}.footer-bottom{border-top:1px solid #ffffff15;padding-top:22px;display:flex;align-items:center;justify-content:space-between;font-size:9px;color:#737970;gap:20px}.footer-bottom>div{display:flex;gap:25px;flex-wrap:wrap}.back-top{color:#acb1a6}
/* Internal pages */
.breadcrumb{display:flex;gap:13px;padding-block:23px;font-size:10px;color:#82867d}.breadcrumb>a{color:#51564c}.page-hero{padding-top:48px;padding-bottom:85px}.page-hero .eyebrow{font-size:10px}.page-hero h1{font-size:clamp(46px,6.3vw,84px);font-weight:500;line-height:1.4;letter-spacing:-2px}.serif-emphasis{font-family:"Songti SC","SimSun",Georgia,serif;letter-spacing:-3px;font-weight:400}.page-hero-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-top:35px}.page-hero-bottom>p{font-size:13px;line-height:2.1;color:#7a7e73}.chapter-number{font-family:Georgia,serif;font-size:70px;color:#c8c7bd;font-weight:400;line-height:1;letter-spacing:-4px}.product-detail{border-top:1px solid var(--line)}.product-detail-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:100px;align-items:center}.product-detail-grid h2{font-size:48px}.product-detail-grid .lead{margin:25px 0;font-size:26px}.product-detail-grid p:not(.eyebrow):not(.lead){font-size:12px;color:#777c71;line-height:2;max-width:340px;margin-bottom:15px}.product-detail-grid .button{margin-top:22px}.product-facts{display:flex;gap:40px;margin-top:34px;border-top:1px solid var(--line);padding-top:20px;font-size:9px;color:#96988e}.product-facts strong{display:block;font-size:11px;font-weight:400;color:#464c40;margin-top:5px}.product-detail .yizy-poster{aspect-ratio:.95}.product-detail figcaption{margin-top:10px}.consultant-detail{background:#eeece6}.large-product-screen{max-width:1050px;margin:0 auto 65px;perspective:1500px}.large-product-screen .browser-frame{padding:17px;transform:rotateX(2deg);box-shadow:0 30px 60px #34352d12}.large-product-screen .browser-chrome{height:35px;font-size:10px}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:36px}.feature-grid>article{border-top:1px solid var(--line);padding-top:26px}.feature-grid .small-label{color:#8b8e82;font-size:10px}.feature-grid h3{font-size:19px;margin:25px 0 17px}.feature-grid p{font-size:12px;line-height:2.1;color:#777c70}.feature-grid.three{grid-template-columns:repeat(3,1fr);gap:48px}.large-index{font-family:Georgia,serif;display:block;color:#9eaaa0;font-size:44px;line-height:1.2}.feature-grid.three h3{margin-top:27px;font-size:23px}.faq-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:100px}.faq-layout h2{font-size:36px;line-height:1.5}.faq-list{border-top:1px solid var(--line)}details{border-bottom:1px solid var(--line);padding-block:22px}summary{font-size:13px;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:28px;cursor:pointer}summary::-webkit-details-marker{display:none}summary>span{font-size:19px;color:var(--red);line-height:1;transition:transform .3s}details[open] summary>span{transform:rotate(45deg)}details>p{font-size:12px;line-height:2.1;color:#798070;margin-top:19px;padding-right:28px;animation:panel-enter .4s var(--ease)}.business-hero{height:610px;position:relative;overflow:hidden;isolation:isolate}.business-hero-art{position:absolute;inset:0 0 0 25%;z-index:-2}.business-hero-art img{width:100%;height:100%;object-position:70% 50%;opacity:.85}.business-hero::after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#111315 10%,#111315ee 25%,#11131566 60%,transparent 85%)}.business-hero-content{padding-top:102px;position:relative}.business-hero h1{font-size:clamp(46px,5.2vw,70px);line-height:1.4;letter-spacing:-2px}.business-hero-content>p:not(.eyebrow){font-size:12px;line-height:2.1;max-width:385px;margin-top:23px;color:#b1b4ab}.business-hero-content .button{margin-top:31px}.business-hero-number{position:absolute;right:20px;bottom:40px;font-family:Georgia,serif;font-size:90px;color:#ffffff22;font-weight:400}.concept-label{position:absolute;bottom:25px;left:0;right:0;font-size:8px;color:#80877d;text-align:right}.split-content{display:grid;grid-template-columns:.95fr 1.05fr;gap:110px}.split-content>.section-description,.split-content>div>.section-description{margin-top:24px;max-width:340px;font-size:13px}.detail-rows{border-top:1px solid var(--line)}.detail-rows>article{display:flex;gap:24px;border-bottom:1px solid var(--line);padding:28px 0}.row-number{color:var(--red);font-family:Georgia,serif;font-size:13px;line-height:2}.detail-rows h3{font-size:21px;margin-bottom:12px}.detail-rows p{font-size:12px;color:#7b8074;line-height:2.1}.scope-context,.values-section{background:#eeece6}.scope-context h2{font-size:42px}.storage-service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#c9cac1;border:1px solid #c9cac1}.storage-service-grid article{padding:37px 33px;background:var(--paper)}.storage-service-grid .large-index{color:#b4aaa0}.storage-service-grid h3{font-size:33px;margin-top:40px;margin-bottom:9px}.storage-service-grid strong{font-size:14px;font-weight:400;color:#9c3437}.storage-service-grid p{font-size:12px;color:#7b8074;line-height:2.1;margin-top:25px}.storage-service-grid .small-label{border-top:1px solid var(--line);padding-top:20px;margin-top:33px;font-size:8px;letter-spacing:.5px;color:#7b8074}.data-principles .detail-rows{border-color:#ffffff25}.data-principles .detail-rows>article{border-color:#ffffff25}.data-principles .detail-rows p{color:#a1a89a}.data-principles .row-number{color:#d98782}.data-principles .split-content>div>p:not(.eyebrow){color:#939d8c;font-size:13px;margin-top:27px}.about-banner{height:470px;position:relative;overflow:hidden;isolation:isolate}.about-banner-image{position:absolute;inset:-30% 0 -30% 30%;z-index:-2}.about-banner-image img{width:100%;height:100%;object-fit:cover}.about-banner::after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#111315 5%,#111315ca 35%,transparent 85%)}.about-banner .wrap{padding-top:150px}.about-banner h2{font-size:42px;line-height:1.6}.about-banner .eyebrow{font-size:9px}.company-full{display:block;font-size:12px;color:#7b8074;margin-top:30px}.prose .lead{font-family:"Songti SC","SimSun",Georgia,serif;font-size:27px;color:#414b3a;margin-bottom:30px}.prose>p:not(.lead){font-size:13px;line-height:2.2;color:#777f6f;margin-top:20px}
/* Contact: a genuinely local project brief */
.contact-section{border-top:1px solid var(--line);padding-top:82px}.contact-layout{display:grid;grid-template-columns:.7fr 1.3fr;gap:110px;align-items:start}.contact-layout>aside{position:sticky;top:115px}.contact-layout aside h2{font-size:34px;margin-bottom:22px}.contact-layout aside>p:not(.eyebrow){font-size:12px;color:#7d8377}.contact-details{margin-top:44px;display:grid;gap:22px}.contact-details>div>span{font-size:10px;color:#8d9486;display:block;margin-bottom:7px}.contact-details a{font-size:20px;overflow-wrap:anywhere;line-height:1.5}.contact-details>div>p{font-size:12px}.product-contact{display:flex;flex-direction:column;align-items:flex-start;border-top:1px solid var(--line);margin-top:36px;padding-top:27px;gap:12px}.product-contact>.small-label{color:#8a9184;font-size:9px;letter-spacing:1px}.product-contact .text-link{font-size:11px}.brief-builder{padding:40px;background:#eeece6;scroll-margin-top:105px}.brief-builder>.eyebrow{font-size:9px;margin-bottom:14px}.brief-builder>h2{font-size:28px}.brief-notice{font-size:11px;color:#7a8270;line-height:2;margin:17px 0 28px}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}form label{display:block;font-size:11px;line-height:1.6;color:#505b44}input,textarea,select{display:block;width:100%;border:1px solid #c2c6b9;background:#f7f6f2;border-radius:0;min-width:0;padding:12px 13px;font-size:12px;color:#272c21;margin-top:9px;line-height:1.6}input::placeholder,textarea::placeholder{color:#999d91;font-size:11px}textarea{resize:vertical;min-height:120px}select{height:45px}fieldset{margin:25px 0;padding:0;border:0;min-width:0}legend{padding:0;font-size:11px;color:#505b44;margin-bottom:10px}.checkbox-group{display:flex;flex-wrap:wrap;gap:9px}.checkbox-group>label{cursor:pointer;position:relative}.checkbox-group input{width:14px;height:14px;position:absolute;left:10px;top:12px;margin:0;accent-color:var(--red);padding:0}.checkbox-group span{display:block;padding:9px 12px 9px 31px;border:1px solid #c2c6b9;font-size:10px}.checkbox-group input:checked+span{border-color:var(--red);background:#a5282e09;color:var(--red)}.field-row+label{margin-top:25px}.brief-actions{display:flex;align-items:center;gap:22px;margin-top:25px}.brief-actions>span{font-size:10px;color:#959c8b}.brief-actions .button{font-size:11px;gap:20px}.brief-result{border-top:1px solid #c1c6b6;margin-top:30px;padding-top:26px}.brief-result h3{font-size:18px}.brief-result pre{white-space:pre-wrap;overflow-wrap:anywhere;font:12px/2 Arial,"Microsoft YaHei",sans-serif;padding:22px;background:#f7f6f2;border:1px solid #d0d2c8;max-height:430px;overflow:auto}.result-actions{display:flex;flex-wrap:wrap;gap:12px}.result-actions .button{font-size:11px;min-height:42px;padding:10px 20px}.result-actions .text-link{font-size:11px}.brief-result .fine-note{margin-top:14px}.contact-section+.section{border-top:1px solid var(--line)}.not-found{min-height:65vh;padding-block:100px}.not-found h1{font-size:64px}.not-found>p{font-size:14px;color:#7d8475;margin:23px 0 35px}.toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%,20px);max-width:calc(100% - 40px);padding:12px 22px;background:#20261ded;color:#fff;font-size:12px;z-index:200;opacity:0;pointer-events:none;transition:.3s}.toast.show{opacity:1;transform:translate(-50%,0)}
/* Motion is an enhancement: content is visible when JavaScript is unavailable. */
.motion-ready [data-reveal]{opacity:0;transform:translateY(30px);transition:opacity 1s var(--ease),transform 1s var(--ease)}.motion-ready [data-reveal].is-visible{opacity:1;transform:translateY(0)}.motion-ready .business-card[data-reveal].is-visible:hover{transform:perspective(1200px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg)) translateY(-5px)}
@keyframes hero-arrive{from{transform:scale(1.08);opacity:0}to{transform:scale(1);opacity:1}}@keyframes fade-up{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes panel-enter{from{opacity:.3;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes scroll-tick{0%,100%{transform:translateY(0);opacity:.3}50%{transform:translateY(7px);opacity:1}}@keyframes scan{0%,100%{top:8%;opacity:0}20%,80%{opacity:.5}50%{top:80%}}
.page-home .site-header:not(.is-fixed){background:linear-gradient(180deg,#111315e8,#11131566)}
.brief-fields{margin:0;padding:0;border:0;min-width:0}.brief-fields>.field-row+label{margin-top:25px}.no-script-nav{padding:12px 20px;display:flex;flex-wrap:wrap;gap:20px;background:var(--paper);position:relative;z-index:101;font-size:12px}
@media(min-width:1600px){.hero-art{left:15%}.hero-content{padding-top:240px}.hero h1{font-size:86px}.hero-description{font-size:14px}.hero{min-height:860px}.header-inner{max-width:1500px}.business-card{height:460px}}
@media(max-width:1150px){.wrap{width:calc(100% - 80px)}.header-inner{width:calc(100% - 80px)}.main-nav{margin-left:20px;gap:22px}.nav-contact{gap:15px}.hero h1{font-size:60px}.hero-art{left:8%;right:-15%}.section{padding-block:95px}.section-heading{gap:40px}.section-description{max-width:340px;font-size:12px}.business-card{height:375px}.business-card-copy{left:22px}.business-card h3{font-size:25px}.business-card p{font-size:10px}.product-showcase{gap:35px;grid-template-columns:1fr 1.5fr}.product-tab strong{font-size:23px}.poster-bottom>span:first-child{font-size:30px}.infra-story{gap:45px}.infra-copy h2{font-size:32px}.storage-story{gap:55px}.process-layout{gap:45px}.process-panel{height:405px;padding:33px}.about-grid{gap:40px 55px}.footer-top{gap:30px;grid-template-columns:1.3fr 1fr .7fr 1.2fr}.footer-company{font-size:9px}.product-detail-grid{gap:55px}.split-content{gap:65px}.contact-layout{gap:60px}.brief-builder{padding:30px}.checkbox-group{gap:6px}.checkbox-group span{font-size:9px;padding-right:9px}.faq-layout{gap:60px}.feature-grid{gap:24px}}
@media(max-width:900px){.hero{min-height:730px}.hero h1{font-size:53px}.hero-content{padding-top:200px}.hero-coordinates{display:none}.hero-art{left:5%;right:-26%;opacity:.84}.hero-shade{background:linear-gradient(90deg,#111315 0%,#111315dd 20%,#11131555 70%,transparent),linear-gradient(0deg,#111315,transparent 35%)}.hero-edition{display:none}.header-inner{gap:16px}.main-nav{gap:16px;margin-left:0}.main-nav a{font-size:11px}.brand-word{font-size:20px;letter-spacing:5px}.brand-symbol{width:35px;height:35px}.brand-symbol img{width:33px;height:33px}.brand{gap:9px}.nav-contact{padding:6px 10px;font-size:10px;gap:10px}.nav-contact .arrow{width:16px;height:16px}.section-heading{align-items:flex-start;gap:30px}.section-description{max-width:290px}.business-grid{gap:14px}.business-card{height:330px}.business-card-copy{left:18px;bottom:23px}.business-card h3{font-size:22px}.business-card-copy .small-label{font-size:7px}.business-card p{font-size:9px;max-width:170px}.business-card-top{left:18px;right:18px;top:20px}.product-showcase{grid-template-columns:1fr 1.4fr;gap:26px}.product-tab{padding-block:20px}.product-tab strong{font-size:21px}.product-tab-copy{font-size:10px}.poster-top,.poster-bottom{left:23px;right:23px}.poster-bottom>span:first-child{font-size:26px}.product-panels .yizy-poster{aspect-ratio:.98}.product-caption>span{font-size:8px}.product-caption .text-link{font-size:9px;gap:10px}.infra-story{gap:33px;grid-template-columns:1.1fr 1fr}.infra-copy h2{font-size:29px}.infra-copy>p:not(.eyebrow){font-size:11px}.infra-visual img{aspect-ratio:.85}.storage-story{grid-template-columns:1fr 1.1fr;gap:33px}.storage-story .infra-visual img{aspect-ratio:.85}.storage-keywords{gap:20px}.infra-copy .eyebrow{font-size:7px}.service-pills{font-size:9px}.process-layout{gap:30px;grid-template-columns:.8fr 1.2fr}.process-panel{padding:30px}.process-panel h3{font-size:26px}.process-number{font-size:180px;right:25px;top:0}.about-grid{gap:35px}.about-lead{font-size:24px}.footer-top{grid-template-columns:1.2fr 1fr 1fr;gap:30px}.footer-column:last-child{grid-column:2/4}.footer-top>div:first-child{grid-row:1/3}.footer-bottom{align-items:flex-start}.footer-bottom>div{gap:14px}.split-content{gap:40px}.feature-grid{grid-template-columns:repeat(2,1fr);gap:30px}.feature-grid.three{gap:24px}.feature-grid.three h3{font-size:20px}.storage-service-grid article{padding:27px 23px}.storage-service-grid h3{font-size:29px}.storage-service-grid .small-label{font-size:7px}.contact-layout{grid-template-columns:.65fr 1.35fr;gap:30px}.contact-layout aside h2{font-size:27px}.brief-builder{padding:24px}.field-row{grid-template-columns:1fr;gap:20px}.product-detail-grid{gap:35px}.product-detail-grid .lead{font-size:22px}.product-detail-grid h2{font-size:39px}.faq-layout{gap:40px;grid-template-columns:.8fr 1.2fr}.faq-layout h2{font-size:29px}}
@media(max-width:700px){html{scroll-padding-top:90px}.wrap{width:calc(100% - 40px)}.section{padding-block:72px}.header-inner{width:calc(100% - 40px)}.site-header{height:76px}.header-spacer{height:76px}.site-header.is-fixed{height:68px}.brand-word{font-size:21px;letter-spacing:5px}.brand-symbol{width:37px;height:37px}.brand-symbol img{width:34px;height:34px}.nav-contact{margin-left:auto;padding:6px 12px;gap:12px}.menu-toggle{display:flex;width:28px;height:32px;flex-direction:column;justify-content:center;gap:6px;padding:3px;position:relative;z-index:101}.menu-toggle span{height:1px;width:22px;background:currentColor;transition:transform .3s}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(3.5px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-3.5px) rotate(-45deg)}.main-nav{display:none;position:absolute;left:0;right:0;top:100%;height:calc(100svh - 68px);padding:25px 30px 65px;background:var(--paper);color:var(--ink);flex-direction:column;align-items:stretch;gap:0;overflow:auto;overscroll-behavior:contain}.main-nav.is-open{display:flex}.main-nav>a,.main-nav .mobile-contact{display:block;font-size:23px;border-bottom:1px solid var(--line);padding:19px 0;opacity:1}.main-nav>a[aria-current]::after{display:none}.main-nav>a[aria-current]{color:var(--red)}.main-nav .mobile-contact{color:var(--red)}.hero{min-height:800px;height:100svh;max-height:990px}.hero-content{padding-top:153px}.hero-eyebrow{font-size:7px;letter-spacing:1.3px;margin-bottom:30px}.hero h1{font-size:clamp(35px,8.3vw,58px);line-height:1.45;letter-spacing:-1.5px}.hero-accent{color:#eea09a}.hero-description{font-size:11px;line-height:2.1;margin-top:22px;max-width:300px}.hero-art{inset:37% -18% 4% -20%;opacity:1}.hero-image{object-position:73% 55%;animation-duration:1.8s}.hero-shade{background:linear-gradient(180deg,#111315 0%,#111315 35%,#111315d9 44%,transparent 65%,#11131522 86%,#111315 100%)}.hero-actions{margin-top:27px;gap:26px}.hero-actions .button{min-width:150px;min-height:46px;padding:12px 17px;font-size:10px;gap:22px}.hero-text-link{font-size:10px;gap:12px}.hero-bottom{bottom:25px;padding-top:17px;gap:15px}.hero-bottom p{font-size:8px;letter-spacing:.8px}.scroll-cue{font-size:8px;gap:8px}.scroll-cue i{height:18px;width:11px}.scroll-cue i::after{left:3.5px}.eyebrow{font-size:8px;letter-spacing:1.7px;margin-bottom:20px}h2{font-size:32px;line-height:1.5;letter-spacing:-1.3px}.section-heading{display:block;margin-bottom:35px}.section-heading .section-description{margin-top:24px;max-width:420px;font-size:12px;padding:0}.business-section{padding-block:74px}.business-grid{grid-template-columns:1fr;gap:16px}.business-card{height:290px}.business-card-image img{object-position:center 36%}.business-card:nth-child(2) .business-card-image img,.business-card:nth-child(3) .business-card-image img{object-position:center 45%}.business-card-top{left:24px;right:24px}.business-card-copy{left:24px;bottom:25px}.business-card h3{font-size:26px;margin:9px 0}.business-card-copy .small-label{font-size:8px}.business-card p{font-size:11px;max-width:none}.business-card::before{background:linear-gradient(0deg,#0c1011 0%,#111315b0 27%,#11131500 85%)}.business-card:first-child .business-card-image img{object-position:center 65%}.product-showcase{display:flex;flex-direction:column;gap:24px}.product-options{display:grid;grid-template-columns:1fr 1fr;width:100%;border-top:1px solid var(--line)}.product-tab{padding:22px 12px 20px;border-left:1px solid var(--line)}.product-tab:first-child{border-left:0;padding-left:0}.product-tab[aria-selected=true],.product-tab:first-child[aria-selected=true]{padding-left:12px}.product-tab .small-label{font-size:7px;letter-spacing:.4px}.product-tab-top .arrow{width:14px;height:14px;transform:scale(.7)}.product-tab strong{font-size:18px;margin:12px 0;letter-spacing:-.7px}.product-tab-copy{font-size:9px;line-height:2}.product-tag{font-size:7px;margin-top:12px}.product-panels{width:100%}.product-panels .yizy-poster{aspect-ratio:1.15}.poster-top{top:23px}.poster-top>span:first-child{font-size:25px}.poster-bottom{bottom:26px}.poster-bottom>span:first-child{font-size:31px}.poster-top>span:last-child{font-size:8px}.product-caption>span{font-size:8px}.product-caption .text-link{font-size:10px}.product-panels .browser-frame{margin:20px 0;transform:none}.infrastructure{padding-top:76px}.infrastructure-intro{margin-bottom:27px}.infrastructure-intro h2{font-size:33px;line-height:1.55}.infrastructure-intro .eyebrow{font-size:7px;letter-spacing:1.4px}.infra-story,.storage-story{display:flex;flex-direction:column;gap:34px;padding-block:28px 62px}.infra-visual{width:100%}.infra-visual img,.storage-story .infra-visual img{aspect-ratio:1.13}.infra-visual figcaption{font-size:7px;letter-spacing:1px}.infra-copy{width:100%}.infra-copy h2{font-size:32px}.infra-copy .eyebrow{font-size:8px;margin-bottom:20px}.infra-copy>p:not(.eyebrow){font-size:12px;max-width:420px;margin-top:20px}.service-pills{display:flex;flex-wrap:wrap;gap:18px;max-width:none;margin-top:24px}.service-pills span{font-size:9px}.infra-copy .text-link{margin-top:24px;font-size:11px}.storage-story{padding-top:40px}.storage-story .infra-visual{order:-1}.storage-keywords{gap:34px;margin-top:25px}.infra-foot{font-size:7px;letter-spacing:1px;gap:14px;padding-top:19px}.infra-foot>span:last-child{font-size:8px;letter-spacing:.5px}.process-layout{display:flex;flex-direction:column;gap:24px}.process-tabs{display:grid;grid-template-columns:repeat(3,1fr);border-left:1px solid var(--line)}.process-tabs>button{padding:15px 10px;gap:8px;font-size:10px;border-right:1px solid var(--line);justify-content:center}.process-tabs>button>span:first-child{font-size:10px}.process-tabs>button[aria-selected=true]{padding:15px 10px;background:#a5282e05}.process-tabs .step-line,.process-tabs>button .arrow{display:none}.process-panel{height:325px;padding:30px}.process-panel h3{font-size:27px}.process-number{font-size:170px;right:28px;top:-7px}.process-panel .eyebrow{font-size:9px}.process-panel p:not(.eyebrow){font-size:11px}.process-tags{font-size:9px;margin-top:23px}.about-home{padding-top:0;padding-bottom:48px}.about-grid{display:block;padding-top:56px}.about-grid>div:nth-child(2){padding-top:30px}.about-lead{font-size:24px;margin-bottom:16px}.about-grid p:not(.eyebrow):not(.about-lead){font-size:11px;line-height:2.2}.about-grid .text-link{margin-top:19px;font-size:11px}.about-wordmark{font-size:20vw;letter-spacing:-6px;padding-top:55px}.about-wordmark>span{font-size:6px;letter-spacing:2.5px;margin-top:8px}.closing-inner{min-height:285px;padding-block:48px;gap:15px}.closing h2{font-size:30px}.closing .eyebrow{font-size:7px;letter-spacing:1px}.round-link{width:91px;height:91px;gap:9px;font-size:9px}.round-link .arrow{width:22px;height:22px;transform:scale(.8)}.closing-watermark{font-size:160px;bottom:-30px;right:-180px}.site-footer{padding-top:48px}.footer-top{grid-template-columns:1fr 1fr;gap:35px 20px;padding-bottom:38px}.footer-top>div:first-child{grid-column:1/-1;grid-row:auto}.footer-top>div:first-child>p{margin-top:20px;font-size:11px}.footer-column:last-child{grid-column:1/-1}.footer-column{font-size:11px;gap:12px}.footer-column>span:first-child{font-size:9px;margin-bottom:5px}.footer-company{font-size:10px}.footer-bottom{flex-direction:column;gap:16px;font-size:8px}.footer-bottom>div{width:100%;justify-content:space-between;gap:14px;font-size:8px}.breadcrumb{padding-block:16px;font-size:9px}.page-hero{padding-top:35px;padding-bottom:52px}.page-hero .eyebrow{font-size:8px}.page-hero h1{font-size:clamp(36px,8.8vw,56px);line-height:1.5;letter-spacing:-1px}.serif-emphasis{letter-spacing:-1px}.page-hero-bottom{margin-top:25px;gap:12px}.page-hero-bottom>p{font-size:11px;line-height:2.1;max-width:295px}.chapter-number{font-size:48px;letter-spacing:-2px}.desktop-only{display:none}.product-detail-grid{display:flex;flex-direction:column;gap:40px}.product-detail-grid>div{width:100%}.product-detail-grid h2{font-size:39px}.product-detail-grid .lead{font-size:25px;margin-top:22px}.product-detail-grid p:not(.eyebrow):not(.lead){max-width:none;font-size:12px}.product-detail-grid .button{font-size:11px}.product-detail-grid>figure{width:100%}.product-detail .yizy-poster{aspect-ratio:1.1}.product-facts{margin-top:30px;gap:45px}.product-detail figcaption{font-size:9px}.large-product-screen{margin-bottom:35px}.large-product-screen .browser-frame{padding:6px;border-radius:3px}.large-product-screen .browser-chrome{height:23px;font-size:7px;padding-bottom:5px;gap:12px}.feature-grid{grid-template-columns:1fr 1fr;gap:27px 24px}.feature-grid h3{font-size:18px;line-height:1.5;margin:16px 0 12px;letter-spacing:-.5px}.feature-grid p{font-size:11px}.feature-grid .small-label{font-size:9px}.fine-note{font-size:9px;line-height:2}.faq-layout{display:block}.faq-layout h2{font-size:30px;margin-bottom:30px}.faq-list summary{font-size:12px}.faq-list details>p{font-size:11px}.faq-list details{padding-block:20px}.business-hero{height:650px}.business-hero-content{padding-top:48px}.business-hero-content .eyebrow{font-size:8px}.business-hero h1{font-size:43px}.business-hero-content>p:not(.eyebrow){font-size:11px;max-width:315px;margin-top:20px}.business-hero-content .button{font-size:10px;min-height:44px;margin-top:24px;padding:12px 20px}.business-hero-art{inset:36% -19% 0 -10%}.business-hero-art img{object-position:60% 50%}.business-hero::after{background:linear-gradient(180deg,#111315 0%,#111315 28%,#111315ee 36%,#11131555 65%,transparent 87%,#11131599 100%)}.business-hero-number{display:none}.concept-label{font-size:7px;bottom:18px}.split-content{display:block}.split-content>div>.section-description{font-size:12px;max-width:none;margin-top:22px}.split-content .detail-rows{margin-top:38px}.detail-rows>article{padding-block:23px;gap:19px}.detail-rows h3{font-size:20px}.detail-rows p{font-size:11px}.row-number{font-size:12px}.scope-context h2{font-size:31px}.feature-grid.three{grid-template-columns:1fr;gap:32px}.feature-grid.three>article{display:grid;grid-template-columns:48px 1fr;gap:0 17px;padding-top:22px}.feature-grid.three .large-index{grid-column:1;grid-row:1/3;font-size:34px;line-height:1.4}.feature-grid.three h3{grid-column:2;font-size:21px;margin-top:0;margin-bottom:11px}.feature-grid.three p{grid-column:2}.storage-service-grid{grid-template-columns:1fr}.storage-service-grid article{padding:28px;position:relative}.storage-service-grid .large-index{position:absolute;right:30px;top:22px}.storage-service-grid h3{font-size:31px;margin-top:0}.storage-service-grid p{margin-top:19px}.storage-service-grid .small-label{font-size:8px;margin-top:24px;padding-top:17px}.data-principles .split-content>div>p:not(.eyebrow){font-size:12px;margin-top:20px}.about-banner{height:390px}.about-banner-image{inset:15% -20% -15% 0}.about-banner::after{background:linear-gradient(90deg,#111315dd,#11131544 70%,transparent),linear-gradient(180deg,#111315 0%,transparent 90%)}.about-banner .wrap{padding-top:64px}.about-banner h2{font-size:31px}.about-banner .eyebrow{font-size:7px}.company-full{font-size:11px;margin-top:23px}.prose{margin-top:36px}.prose .lead{font-size:24px;margin-bottom:23px}.prose>p:not(.lead){font-size:12px;line-height:2.1}.contact-section{padding-top:48px}.contact-layout{display:flex;flex-direction:column;gap:45px}.contact-layout>aside{position:static;width:100%}.contact-layout aside h2{font-size:31px}.contact-details{margin-top:30px}.contact-details a{font-size:21px}.product-contact{margin-top:26px;flex-direction:row;flex-wrap:wrap;gap:15px 25px}.product-contact>.small-label{width:100%}.brief-builder{width:100%;padding:28px 22px}.brief-builder>h2{font-size:26px}.brief-notice{font-size:10px}.field-row{gap:20px}.brief-actions .button{font-size:10px;gap:15px;padding-inline:18px}.checkbox-group{gap:8px}.checkbox-group span{font-size:10px;padding-right:10px}.not-found{padding-block:70px}.not-found h1{font-size:40px}.not-found>p{font-size:12px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}.motion-ready [data-reveal]{opacity:1;transform:none}.hero-art,.business-card:hover,.motion-ready .business-card[data-reveal].is-visible:hover{transform:none!important}.flow-canvas,.scan-line{display:none}}

/* Unified corporate system: every route enters through the same dark brand frame. */
.site-header,.page-home .site-header{background:#111315;color:var(--paper);border-color:#ffffff1b}
.page-home .site-header:not(.is-fixed){background:linear-gradient(180deg,#111315f7,#111315ad 63%,#11131500)}
.site-header.is-fixed{background:#111315f2;color:var(--paper);border-color:#ffffff14;box-shadow:0 12px 35px #00000025;backdrop-filter:blur(20px)}
.site-header .nav-contact{border-color:#ffffff2b}.site-header .nav-contact:hover{border-color:#d95c58;background:#a5282e18}.site-header .reading-progress{background:#df625e}
.page-education main,.page-about main,.page-contact main,.page-not-found main{background:var(--dark)}
.breadcrumb{color:#757d76;padding-top:24px;padding-bottom:20px}.breadcrumb>a{color:#b7bbb3}.breadcrumb>span:nth-child(2){color:#a5282e}
.page-education .page-hero,.page-about .page-hero,.page-contact .page-hero,.page-not-found .not-found{background:radial-gradient(circle at 80% 35%,#67181c2e,transparent 25%),repeating-linear-gradient(90deg,transparent 0,transparent calc(25% - 1px),#ffffff07 25%);color:var(--paper)}
.page-education .page-hero,.page-about .page-hero,.page-contact .page-hero{padding-top:62px;padding-bottom:95px;position:relative;overflow:hidden}
.page-education .page-hero::after,.page-about .page-hero::after,.page-contact .page-hero::after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:linear-gradient(90deg,#a5282e,transparent 62%);transform-origin:left;animation:brand-line 1.4s .15s var(--ease) both}
.page-hero .serif-emphasis{color:#eeaaa5}.page-education .page-hero-bottom>p,.page-about .page-hero-bottom>p,.page-contact .page-hero-bottom>p{color:#969d95}.page-education .chapter-number,.page-about .chapter-number,.page-contact .chapter-number{color:#a5282e77}
.section-heading{position:relative}.section-heading::after{content:"";height:1px;position:absolute;left:0;right:0;bottom:-23px;background:linear-gradient(90deg,#a5282e 0 13%,var(--line) 13%);transform:scaleX(0);transform-origin:left;transition:transform 1.1s .15s var(--ease)}.section-heading.is-visible::after{transform:scaleX(1)}
.cursor-glow{display:block;position:fixed;left:0;top:0;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,#d6363f1e 0,transparent 68%);filter:blur(8px);mix-blend-mode:multiply;pointer-events:none;z-index:9999;opacity:0;transition:opacity .4s,scale .25s;will-change:transform}.cursor-glow.is-visible{opacity:1}.cursor-glow.is-active{scale:.72}.dark .cursor-glow{mix-blend-mode:screen}

/* Cinematic entry */
.intro-active{overflow:hidden}.intro-film{position:fixed;inset:0;z-index:10000;background:#0d0f11;color:#f6f3eb;overflow:hidden;isolation:isolate}.intro-film.is-finished{display:none}.intro-film.is-exiting{animation:intro-exit .85s var(--ease) forwards}.intro-stage{position:absolute;inset:0;perspective:1200px}.intro-stage::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 50%,#9f1f2918,transparent 32%),linear-gradient(120deg,#0b0d0f,#151719 48%,#090a0b);z-index:-2}.intro-stage::after{content:"";position:absolute;inset:-80% -20%;background:linear-gradient(110deg,transparent 41%,#b62b342a 48%,#f85b5b70 49.7%,#ffffffee 50%,#cc2a3560 50.3%,transparent 57%);transform:translateX(-60%) rotate(-4deg);opacity:0;mix-blend-mode:screen}.intro-film.is-playing .intro-stage::after{animation:intro-sweep 1.15s 3.55s var(--ease) both}.intro-grid{position:absolute;inset:0;background-image:linear-gradient(#ffffff09 1px,transparent 1px),linear-gradient(90deg,#ffffff09 1px,transparent 1px);background-size:clamp(60px,8vw,130px) clamp(60px,8vw,130px);mask-image:radial-gradient(circle at 50%,black,transparent 72%);opacity:0;transform:scale(1.15)}.intro-film.is-playing .intro-grid{animation:intro-grid 3.8s .2s var(--ease) both}.intro-skip{position:absolute;z-index:5;right:38px;top:31px;color:#a9aaa5;border:1px solid #ffffff1c;padding:10px 15px;font-size:9px;letter-spacing:1px}.intro-skip>span{color:#6f716d;margin-left:12px;font-size:7px}.intro-skip:hover{color:white;border-color:#bc4a4b}.intro-beams i{position:absolute;display:block;background:linear-gradient(90deg,transparent,#ce333aa0,#fff 98%);height:1px;width:44vw;top:50%;right:50%;transform:scaleX(0);transform-origin:right;box-shadow:0 0 18px #cf3038}.intro-beams i:nth-child(2){right:auto;left:50%;background:linear-gradient(90deg,#fff,#ce333aa0,transparent);transform-origin:left}.intro-beams i:nth-child(3),.intro-beams i:nth-child(4){width:1px;height:39vh;left:50%;top:auto;bottom:50%;background:linear-gradient(0deg,#fff,#ce333aa0,transparent);transform:scaleY(0);transform-origin:bottom}.intro-beams i:nth-child(4){top:50%;bottom:auto;background:linear-gradient(180deg,#fff,#ce333aa0,transparent);transform-origin:top}.intro-film.is-playing .intro-beams i:nth-child(1){animation:beam-x .8s .25s var(--ease) both}.intro-film.is-playing .intro-beams i:nth-child(2){animation:beam-x .8s .35s var(--ease) both}.intro-film.is-playing .intro-beams i:nth-child(3){animation:beam-y .8s .43s var(--ease) both}.intro-film.is-playing .intro-beams i:nth-child(4){animation:beam-y .8s .51s var(--ease) both}.intro-core{position:absolute;left:50%;top:50%;width:116px;height:116px;transform:translate(-50%,-50%);display:grid;place-items:center}.intro-mark{width:92px;height:92px;padding:8px;background:#f4f1e9;opacity:0;transform:translateZ(-400px) rotateX(55deg) rotateZ(-28deg) scale(.15);box-shadow:0 0 0 1px #ffffff2e,0 0 80px #a6263061}.intro-mark img{width:100%;height:100%;mix-blend-mode:multiply}.intro-core-halo{position:absolute;inset:-35px;border:1px solid #bd323847;border-radius:50%;opacity:0;transform:scale(.25)}.intro-core-halo::before,.intro-core-halo::after{content:"";position:absolute;inset:14px;border:1px solid #ffffff20;border-radius:50%}.intro-core-halo::after{inset:-22px;border-style:dashed}.intro-core-line{position:absolute;width:1px;height:28vh;bottom:calc(100% + 42px);background:linear-gradient(transparent,#c72e36);transform-origin:bottom;transform:scaleY(0)}.intro-film.is-playing .intro-mark{animation:intro-mark .9s .62s var(--ease) both,intro-mark-float 2.5s 1.5s ease-in-out infinite}.intro-film.is-playing .intro-core-halo{animation:intro-halo 1.25s .68s var(--ease) both,intro-spin 12s 1.5s linear infinite}.intro-film.is-playing .intro-core-line{animation:beam-y .75s 1.25s var(--ease) both}.intro-word{position:absolute;inset:0;display:flex;justify-content:center;align-items:center;gap:.02em;font-family:Arial,sans-serif;font-size:clamp(94px,18vw,290px);font-weight:700;letter-spacing:-.07em;color:transparent;-webkit-text-stroke:1px #ece8dd36;white-space:nowrap}.intro-word>span{opacity:0;filter:blur(18px);transform:translateY(40px) rotateX(-60deg)}.intro-film.is-playing .intro-word>span{animation:intro-letter .85s var(--ease) both}.intro-film.is-playing .intro-word>span:nth-child(1){animation-delay:1.24s}.intro-film.is-playing .intro-word>span:nth-child(2){animation-delay:1.32s}.intro-film.is-playing .intro-word>span:nth-child(3){animation-delay:1.4s}.intro-film.is-playing .intro-word>span:nth-child(4){animation-delay:1.48s}.intro-film.is-playing .intro-word>span:nth-child(5){animation-delay:1.56s}.intro-film.is-playing .intro-word>span:nth-child(6){animation-delay:1.64s}.intro-manifest{position:absolute;left:50%;bottom:13%;transform:translateX(-50%);display:flex;gap:45px;color:#7f847e;font-size:8px;letter-spacing:3px}.intro-manifest>span{opacity:0;transform:translateY(12px)}.intro-film.is-playing .intro-manifest>span{animation:fade-up .6s var(--ease) both}.intro-film.is-playing .intro-manifest>span:nth-child(1){animation-delay:1.85s}.intro-film.is-playing .intro-manifest>span:nth-child(2){animation-delay:2.05s;color:#cb5a59}.intro-film.is-playing .intro-manifest>span:nth-child(3){animation-delay:2.25s}.intro-statement{position:absolute;left:50%;top:67%;transform:translate(-50%,20px);display:flex;gap:17px;align-items:baseline;opacity:0;white-space:nowrap}.intro-statement>span{color:#878b85;font-size:12px;letter-spacing:5px}.intro-statement>strong{font-family:"Songti SC","SimSun",Georgia,serif;font-size:20px;font-weight:400;letter-spacing:6px;color:#efebe1}.intro-film.is-playing .intro-statement{animation:intro-statement 1s 2.72s var(--ease) both}.intro-meta{position:absolute;left:32px;right:32px;bottom:27px;display:flex;justify-content:space-between;color:#5e625e;font-size:7px;letter-spacing:1.5px;opacity:0}.intro-film.is-playing .intro-meta{animation:fade-up .6s 2.1s both}.intro-counter{position:absolute;left:33px;top:30px;color:transparent;font:8px Arial,sans-serif;letter-spacing:2px}.intro-counter::after{content:"01 / 04";position:absolute;left:0;top:0;color:#7f837e;white-space:nowrap}.intro-film.is-playing .intro-counter::after{animation:intro-counter 3.4s .3s linear both}
.hero-content{transform:translateY(var(--hero-shift,0));will-change:transform}.hero-orbit{position:absolute;z-index:-1;right:4%;top:16%;width:min(47vw,650px);aspect-ratio:1;border-radius:50%;opacity:.38;mix-blend-mode:screen;pointer-events:none}.hero-orbit i{position:absolute;inset:0;border-radius:50%;border:1px solid transparent;border-top-color:#db4a4b88;border-left-color:#8d2a2e2e;animation:orbit-spin 18s linear infinite}.hero-orbit i:nth-child(2){inset:12%;animation-direction:reverse;animation-duration:12s;border-top-color:#ffffff38;border-right-color:#c02e343c}.hero-orbit i:nth-child(3){inset:29%;animation-duration:8s;border-left-color:#f06d6861;border-bottom-color:#7e22283d}.hero-orbit span{position:absolute;inset:46%;background:#f65056;border-radius:50%;box-shadow:0 0 45px 15px #ca2b3359;animation:core-pulse 2.4s ease-in-out infinite}.hero-signal{position:absolute;z-index:1;right:8%;bottom:12%;width:175px;height:62px;border-left:1px solid #ffffff2d;border-bottom:1px solid #ffffff2d;color:#90948e;font-size:6px;letter-spacing:1.2px;padding:42px 0 0 10px;opacity:.7}.hero-signal i{position:absolute;bottom:0;width:2px;background:#ce4347;box-shadow:0 0 8px #e24045;animation:signal-bar 1.2s ease-in-out infinite alternate}.hero-signal i:nth-child(1){left:28px;height:17px}.hero-signal i:nth-child(2){left:48px;height:31px;animation-delay:.25s}.hero-signal i:nth-child(3){left:68px;height:23px;animation-delay:.5s}.hero-signal i:nth-child(4){left:88px;height:45px;animation-delay:.75s}.hero-signal>span{position:absolute;right:0;top:2px}
@keyframes intro-grid{0%{opacity:0;transform:scale(1.15)}25%,78%{opacity:.68}100%{opacity:.12;transform:scale(.92)}}@keyframes beam-x{0%{transform:scaleX(0);opacity:0}60%{opacity:1}100%{transform:scaleX(1);opacity:.14}}@keyframes beam-y{0%{transform:scaleY(0);opacity:0}60%{opacity:1}100%{transform:scaleY(1);opacity:.18}}@keyframes intro-mark{0%{opacity:0;transform:translateZ(-400px) rotateX(55deg) rotateZ(-28deg) scale(.15)}65%{opacity:1}100%{opacity:1;transform:translateZ(0) rotateX(0) rotateZ(0) scale(1)}}@keyframes intro-mark-float{0%,100%{translate:0 0}50%{translate:0 -6px}}@keyframes intro-halo{0%{opacity:0;transform:scale(.25)}70%{opacity:1}100%{opacity:.5;transform:scale(1)}}@keyframes intro-spin{to{rotate:360deg}}@keyframes intro-letter{0%{opacity:0;filter:blur(18px);transform:translateY(40px) rotateX(-60deg)}100%{opacity:1;filter:blur(0);transform:translateY(0) rotateX(0)}}@keyframes intro-statement{0%{opacity:0;transform:translate(-50%,20px);filter:blur(8px)}100%{opacity:1;transform:translate(-50%,0);filter:blur(0)}}@keyframes intro-sweep{0%{opacity:0;transform:translateX(-65%) rotate(-4deg)}35%{opacity:1}100%{opacity:0;transform:translateX(65%) rotate(-4deg)}}@keyframes intro-exit{0%{clip-path:polygon(0 0,100% 0,100% 100%,0 100%);opacity:1}100%{clip-path:polygon(0 0,100% 0,100% 0,0 38%);opacity:.4}}@keyframes intro-counter{0%,24%{content:"01 / 04"}25%,49%{content:"02 / 04"}50%,74%{content:"03 / 04"}75%,100%{content:"04 / 04"}}@keyframes orbit-spin{to{transform:rotate(360deg)}}@keyframes core-pulse{0%,100%{transform:scale(.65);opacity:.35}50%{transform:scale(1);opacity:1}}@keyframes signal-bar{to{height:9px;opacity:.35}}@keyframes brand-line{from{transform:scaleX(0)}to{transform:scaleX(1)}}
@media(max-width:700px){.cursor-glow{display:none}.intro-skip{right:20px;top:21px}.intro-word{font-size:24vw;letter-spacing:-.08em}.intro-mark{width:76px;height:76px}.intro-core{width:90px;height:90px}.intro-core-halo{inset:-25px}.intro-manifest{bottom:16%;gap:18px;font-size:6px;letter-spacing:1.3px}.intro-statement{top:65%;gap:10px;flex-direction:column;align-items:center}.intro-statement>span{font-size:9px;letter-spacing:4px}.intro-statement>strong{font-size:16px;letter-spacing:3px}.intro-meta{left:20px;right:20px;bottom:19px;font-size:5px}.intro-meta>span:first-child{max-width:210px}.intro-counter{left:20px;top:22px}.hero-orbit{width:85vw;right:-17%;top:45%;opacity:.28}.hero-signal{display:none}.page-education .page-hero,.page-about .page-hero,.page-contact .page-hero{padding-top:47px;padding-bottom:63px}.page-hero{width:calc(100% - 40px)}.breadcrumb{color:#747b74}}
@media(prefers-reduced-motion:reduce){.intro-film{display:none!important}.cursor-glow,.hero-orbit,.hero-signal{display:none!important}.page-education .page-hero::after,.page-about .page-hero::after,.page-contact .page-hero::after{transform:none}}

/* Brand film v2 — one visual language from the opening frame into the site. */
.cursor-glow{width:300px;height:300px;background:radial-gradient(circle,#ef464c25 0,#bd252d10 35%,transparent 70%);filter:blur(10px);mix-blend-mode:screen}
.hero-orbit{z-index:0;opacity:.5;filter:drop-shadow(0 0 28px #c8252c3d)}
.intro-film::before{content:"";position:absolute;inset:0;z-index:4;pointer-events:none;background:#fff;opacity:0;mix-blend-mode:screen}
.intro-film.is-playing::before{animation:intro-flash-v2 .55s .78s ease-out both,intro-flash-v2 .48s 3.65s ease-out both}
.intro-stage::after{z-index:3;pointer-events:none;inset:-95% -25%;background:linear-gradient(110deg,transparent 39%,#a41c2625 45%,#f0394370 48.6%,#fff 50%,#fb353ea8 50.4%,#a8202945 53%,transparent 60%);filter:blur(.3px)}
.intro-grid{background-image:linear-gradient(#ffffff0d 1px,transparent 1px),linear-gradient(90deg,#ffffff0d 1px,transparent 1px);filter:drop-shadow(0 0 8px #c62b322e)}
.intro-core{width:148px;height:148px}
.intro-core::before{content:"";position:absolute;inset:-135px;border-radius:50%;background:conic-gradient(from 30deg,transparent 0 9%,#7c1b2066 12%,#ef4144 13%,transparent 17% 48%,#b3282d55 51%,#ff6b69 52%,transparent 57%);-webkit-mask:radial-gradient(circle,transparent 0 62%,#000 63% 64%,transparent 65% 73%,#000 74% 74.8%,transparent 76%);mask:radial-gradient(circle,transparent 0 62%,#000 63% 64%,transparent 65% 73%,#000 74% 74.8%,transparent 76%);opacity:0;filter:drop-shadow(0 0 12px #d52d35)}
.intro-core::after{content:"";position:absolute;inset:-67px;background:linear-gradient(#ef5b5f,#ef5b5f) left top/31px 1px no-repeat,linear-gradient(#ef5b5f,#ef5b5f) left top/1px 31px no-repeat,linear-gradient(#ef5b5f,#ef5b5f) right top/31px 1px no-repeat,linear-gradient(#ef5b5f,#ef5b5f) right top/1px 31px no-repeat,linear-gradient(#ef5b5f,#ef5b5f) left bottom/31px 1px no-repeat,linear-gradient(#ef5b5f,#ef5b5f) left bottom/1px 31px no-repeat,linear-gradient(#ef5b5f,#ef5b5f) right bottom/31px 1px no-repeat,linear-gradient(#ef5b5f,#ef5b5f) right bottom/1px 31px no-repeat;opacity:0;filter:drop-shadow(0 0 7px #f13d45)}
.intro-mark{width:116px;height:116px;padding:10px;box-shadow:0 0 0 1px #ffffff5c,0 0 28px #f14b4b55,0 0 120px #a619257d}
.intro-core-halo{inset:-43px;border-color:#ec424b70;box-shadow:inset 0 0 28px #d62d3529,0 0 40px #aa20272b}
.intro-core-line{height:34vh;background:linear-gradient(transparent,#ed4148 80%,#fff);box-shadow:0 0 11px #ef3940}
.intro-film.is-playing .intro-core::before{animation:portal-burst-v2 1.1s .68s cubic-bezier(.16,1,.3,1) both,portal-spin-v2 9s 1.78s linear infinite}
.intro-film.is-playing .intro-core::after{animation:brackets-in-v2 .82s .92s cubic-bezier(.16,1,.3,1) both,brackets-breathe-v2 1.8s 1.74s ease-in-out infinite}
.intro-word{-webkit-text-stroke-color:#f1eee063;text-shadow:0 0 80px #cf303526}
.intro-statement{top:69%}
.intro-statement>span{color:#a0a59f}
.intro-statement>strong{font-size:24px;color:#fffaf0;text-shadow:0 0 28px #e13e454c}
.intro-manifest{color:#a3a7a0}.intro-meta{color:#747a74}.intro-counter::after{color:#9b9f99}
@keyframes intro-flash-v2{0%{opacity:0}16%{opacity:.2}100%{opacity:0}}
@keyframes portal-burst-v2{0%{opacity:0;transform:scale(.15) rotate(-45deg);filter:blur(10px) drop-shadow(0 0 0 #d52d35)}55%{opacity:1;filter:blur(0) drop-shadow(0 0 24px #fa3843)}100%{opacity:.7;transform:scale(1) rotate(0);filter:blur(0) drop-shadow(0 0 12px #d52d35)}}
@keyframes portal-spin-v2{to{transform:rotate(360deg)}}
@keyframes brackets-in-v2{0%{opacity:0;transform:scale(1.9) rotate(18deg);filter:blur(8px)}100%{opacity:.82;transform:scale(1) rotate(0);filter:blur(0) drop-shadow(0 0 7px #f13d45)}}
@keyframes brackets-breathe-v2{0%,100%{opacity:.42;transform:scale(.97)}50%{opacity:1;transform:scale(1.04)}}
@keyframes beam-x{0%{transform:scaleX(0);opacity:0}52%{opacity:1;filter:brightness(2.4)}100%{transform:scaleX(1);opacity:.32;filter:brightness(1)}}
@keyframes beam-y{0%{transform:scaleY(0);opacity:0}52%{opacity:1;filter:brightness(2.4)}100%{transform:scaleY(1);opacity:.34;filter:brightness(1)}}
@keyframes intro-letter{0%{opacity:0;filter:blur(18px);transform:translateY(40px) rotateX(-60deg);text-shadow:0 0 0 transparent}68%{text-shadow:0 0 34px #f03e4675}100%{opacity:1;filter:blur(0);transform:translateY(0) rotateX(0);text-shadow:0 0 70px #c528302a}}
@media(max-width:700px){.intro-core{width:108px;height:108px}.intro-mark{width:84px;height:84px}.intro-core::before{inset:-90px}.intro-core::after{inset:-50px}.intro-statement>strong{font-size:17px}.hero-orbit{z-index:0}}
@media(prefers-reduced-motion:reduce){.intro-film{display:none!important}.cursor-glow,.hero-orbit,.hero-signal{display:none!important}}

.page-weak-current main,.page-storage main{background:var(--dark)}
@media(max-width:700px){.main-nav{background:#111315f8;color:var(--paper);border-top:1px solid #ffffff14;backdrop-filter:blur(22px)}.main-nav>a,.main-nav .mobile-contact{border-color:#ffffff14}.main-nav>a[aria-current],.main-nav .mobile-contact{color:#ef8581}}

/* Compact brand film: same sequence, shorter hold and faster hand-off. */
.intro-film.is-exiting{animation-duration:.62s}
.intro-film.is-playing .intro-stage::after{animation:intro-sweep .78s 2.42s var(--ease) both}
.intro-film.is-playing::before{animation:intro-flash-v2 .42s .72s ease-out both,intro-flash-v2 .38s 2.42s ease-out both}
.intro-film.is-playing .intro-grid{animation-duration:2.8s}
.intro-film.is-playing .intro-manifest>span:nth-child(1){animation-delay:1.48s}
.intro-film.is-playing .intro-manifest>span:nth-child(2){animation-delay:1.62s}
.intro-film.is-playing .intro-manifest>span:nth-child(3){animation-delay:1.76s}
.intro-film.is-playing .intro-statement{animation-duration:.68s;animation-delay:2.02s}
.intro-film.is-playing .intro-meta{animation-delay:1.5s}
.intro-film.is-playing .intro-counter::after{animation-duration:2.55s;animation-delay:.18s}
.footer-column a>span{min-width:56px;color:#7f857f;font-size:9px}
.live-product-frame{padding:14px;background:#eceae4;box-shadow:0 28px 70px #1b1c1818;overflow:hidden}.live-product-frame img{display:block;width:100%;height:auto;aspect-ratio:1.44;object-fit:cover;object-position:top}.product-detail .live-product-frame{transform:rotateY(-2deg) rotateX(1deg);transform-origin:center;transition:transform .7s var(--ease),box-shadow .7s var(--ease)}.product-detail .live-product-frame:hover{transform:none;box-shadow:0 34px 90px #1b1c1826}
@media(max-width:700px){.live-product-frame{padding:6px}.live-product-frame .browser-chrome{height:25px;font-size:7px}.product-detail .live-product-frame{transform:none}}
.contact-phone-list{display:grid;gap:5px}.contact-phone-list a{display:block}.contact-details>div>p{max-width:350px;line-height:1.9;overflow-wrap:anywhere}.footer-column a>span:empty{visibility:hidden}
@media(max-width:700px){.contact-phone-list{gap:3px}.contact-details>div>p{max-width:none}}
