@charset "UTF-8";
:root{--blue:#3455ff;--ink:#121b31;--muted:#627088;--line:#dfe5ef;--soft:#f5f7fc;--white:#fff;--radius:18px;font-family:Inter,"PingFang SC","Microsoft YaHei",system-ui,sans-serif;color:var(--ink);background:#fff;font-synthesis:none}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0}a{color:inherit;text-decoration:none}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}img{max-width:100%;display:block}button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid #5870ff;outline-offset:5px}.wrap{width:min(1280px,calc(100% - 96px));margin-inline:auto}.skip-link{position:fixed;left:20px;top:-70px;background:white;padding:14px;z-index:100}.skip-link:focus{top:12px}.site-header{position:sticky;top:0;z-index:20;border-bottom:1px solid #e7ebf3;background:#fffffff2;backdrop-filter:blur(14px)}.header-inner{display:flex;align-items:center;justify-content:space-between;min-height:96px;gap:30px}.brand{display:flex;align-items:center;gap:10px;flex-shrink:0}.brand-name{font-size:27px;font-weight:750;letter-spacing:2px;line-height:1.1}.brand-name small{display:block;font-size:9px;letter-spacing:1.7px;margin-top:7px;font-weight:600}.header-inner nav{display:flex;gap:34px;font-size:14px}.header-inner nav a:hover{color:var(--blue)}.header-link{border:1px solid #d6dded;border-radius:7px;padding:12px 18px;font-size:14px;display:flex;gap:25px;align-items:center}.header-link:hover{border-color:var(--blue);color:var(--blue)}.hero{display:grid;grid-template-columns:1.15fr 1fr;align-items:center;gap:24px;min-height:660px;padding-block:72px}.eyebrow{font-size:12px;font-weight:650;letter-spacing:1.2px;display:flex;align-items:center;gap:9px;line-height:1.6;margin:0 0 26px;color:var(--blue)}.eyebrow>span{width:7px;height:7px;background:var(--blue);border-radius:50%}h1{font-size:clamp(42px,4.6vw,68px);font-weight:750;letter-spacing:-2px;line-height:1.28;margin:0 0 27px;white-space:nowrap}.blue{color:var(--blue)}.hero-description{font-size:18px;line-height:1.9;color:var(--muted);margin:0 0 37px}.hero-actions{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.button{display:inline-flex;justify-content:center;align-items:center;gap:32px;min-height:52px;border-radius:7px;padding:15px 23px;font-size:15px;font-weight:550;border:1px solid transparent}.primary{background:var(--blue);color:white;box-shadow:0 7px 20px #3455ff16}.primary:hover{background:#2444e9;transform:translateY(-1px)}.hero-aside{align-self:stretch;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;padding:40px;background:var(--soft);border-radius:24px}.hero-aside p{font-size:24px}.hero-aside span{font-size:14px;color:var(--muted)}.service-strip{background:var(--soft);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.service-strip .wrap{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-block:25px}.service-strip span{font-size:16px;font-weight:600;letter-spacing:1px}.service-strip i{width:1px;height:18px;background:#cad3e4}.section{padding-block:100px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:40px}.section-heading .eyebrow{margin-bottom:14px}h2{font-size:clamp(30px,3vw,42px);letter-spacing:-1px;font-weight:700;line-height:1.5;margin:0}.section-heading>p{font-size:16px;line-height:1.8;color:var(--muted);margin:0}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.service-card{padding:28px 24px 24px;border:1px solid var(--line);border-radius:var(--radius);background:white;transition:transform .2s,border-color .2s}.service-card:hover{transform:translateY(-4px);border-color:#a7b4ff}.service-number{font-size:12px;letter-spacing:1px;color:var(--muted)}.service-card h3{font-size:20px;margin:35px 0 17px;font-weight:650}.service-card>p{font-size:15px;color:var(--muted);line-height:1.9;margin:0 0 30px}.tags{display:flex;flex-wrap:wrap;gap:7px}.tags span{font-size:12px;line-height:1.5;background:var(--soft);color:#596780;padding:5px 8px;border-radius:4px}.about{border-top:1px solid var(--line)}.about-description{font-size:18px;line-height:2;max-width:790px;color:var(--muted);margin:25px 0 0}.site-footer{border-top:1px solid var(--line);padding-block:34px}.site-footer>.wrap{display:flex;align-items:center;justify-content:space-between;gap:20px}.site-footer strong{font-size:21px;white-space:nowrap}.site-footer strong span{font-size:11px;letter-spacing:1px;font-weight:500;margin-left:12px}.site-footer p,.site-footer small{font-size:12px;color:var(--muted)}
@media(min-width:1600px){.hero{min-height:720px}}
@media(max-width:1100px){.wrap{width:calc(100% - 56px)}.hero{min-height:580px;grid-template-columns:1.2fr 1fr}h1{font-size:48px}.header-inner nav{gap:20px}.service-grid{grid-template-columns:repeat(2,1fr)}.service-card h3{margin-top:25px}}
@media(max-width:760px){html{scroll-padding-top:94px}.wrap{width:calc(100% - 40px)}.header-inner{min-height:78px;gap:15px}.brand-name{font-size:24px}.header-inner nav{display:none}.header-link{font-size:12px;padding:10px 12px;gap:10px}.hero{grid-template-columns:1fr;padding-block:48px 34px;gap:32px;min-height:unset}.eyebrow{font-size:12px;margin-bottom:22px}h1{font-size:clamp(35px,8vw,54px);letter-spacing:-1.6px;line-height:1.35;white-space:normal}.hero-description{font-size:16px;line-height:1.9;margin-bottom:27px}.button{font-size:14px;min-height:49px;padding:13px 18px;gap:20px}.hero-actions{gap:22px}.hero-aside{min-height:200px;padding:25px}.hero-aside p{font-size:21px}.service-strip .wrap{padding-block:21px;gap:10px}.service-strip span{font-size:12px;letter-spacing:0}.service-strip i{height:13px}.section{padding-block:65px}.section-heading{align-items:flex-start;flex-direction:column;gap:15px;margin-bottom:30px}.section-heading>p{font-size:15px}.section-heading>p br{display:none}h2{font-size:30px;letter-spacing:-.7px}.service-grid{gap:14px}.service-card{padding:22px 17px}.service-card h3{font-size:18px;margin:24px 0 13px}.service-card>p{font-size:14px;line-height:1.8;margin-bottom:23px}.service-number{font-size:11px;letter-spacing:.2px}.tags{gap:5px}.tags span{font-size:11px;padding:4px 6px}.about-description{font-size:16px;line-height:1.95}.site-footer>.wrap{align-items:flex-start;flex-direction:column;gap:8px}.site-footer p{margin:0}.site-footer{padding-block:28px}}
@media(max-width:390px){.service-grid{grid-template-columns:1fr}.wrap{width:calc(100% - 32px)}.header-link{gap:8px}.hero-actions{gap:16px}}
/* Brand and content sections */
[hidden]{display:none!important}.brand-symbol{height:48px;width:55px;display:block;position:relative;overflow:hidden}.brand-symbol img{position:absolute;max-width:none;width:66px;height:66px;left:-6px;top:-10px}.brand-name small{font-size:10px}.hero-art{position:relative;width:100%;overflow:hidden;border-radius:22px;aspect-ratio:1.14;background:var(--soft)}.hero-art>img{width:100%;height:100%;object-fit:cover;object-position:60% 50%}.hero-caption{position:absolute;bottom:24px;left:25px;right:25px;display:flex;justify-content:space-between;gap:20px;color:#4a5b77;font-size:10px;letter-spacing:.7px}.hero-caption span:last-child{font-size:12px;letter-spacing:0}.text-button{font-size:14px;display:inline-flex;align-items:center;gap:9px}.text-button:hover{color:var(--blue)}.play-small{display:inline-flex;justify-content:center;align-items:center;width:29px;height:29px;border:1px solid #d1d9ed;border-radius:50%;font-size:9px;padding-left:1px}.tags span{font-size:14px}.service-card>p{font-size:16px}.service-number{font-size:12px}.film-section{background:#0d162d;color:#fff}.film-section .eyebrow{color:#94a8ff}.film-section .section-heading>p{color:#a9b5cc}.video-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:34px 28px}.video-gallery.single-video{grid-template-columns:1fr;max-width:1000px;margin-inline:auto}.video-card{min-width:0}.video-cover{width:100%;border:1px solid #ffffff18;overflow:hidden;aspect-ratio:16/9;background:#172342;border-radius:14px;position:relative;display:block;padding:0;color:white}.video-cover>img{width:100%;height:100%;object-fit:cover;transition:transform .3s;opacity:.91}.video-cover:hover>img{transform:scale(1.035);opacity:1}.play-large{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:62px;height:62px;border:1px solid #ffffff80;background:#ffffff25;backdrop-filter:blur(10px);border-radius:50%;display:flex;align-items:center;justify-content:center;padding-left:4px;font-size:20px}.video-duration{position:absolute;right:16px;bottom:16px;border-radius:4px;padding:5px 9px;background:#071025af;font-size:12px}.video-info{padding-top:22px}.video-info>span{color:#a7b4de;font-size:12px;letter-spacing:1px}.video-info h3{font-size:22px;font-weight:550;line-height:1.5;margin:9px 0}.video-info p{font-size:16px;color:#a9b5cc;line-height:1.8;margin:6px 0}.video-dialog{border:none;border-radius:16px;padding:18px;background:#0d162d;color:white;width:min(1100px,calc(100% - 32px));max-height:92dvh;overflow:auto}.video-dialog::backdrop{background:#030a19d9;backdrop-filter:blur(8px)}.dialog-top{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:16px}.dialog-top h2{font-size:18px;line-height:1.6;letter-spacing:0}.dialog-top button{width:42px;height:42px;flex-shrink:0;border:1px solid #ffffff30;background:transparent;border-radius:50%;color:white;font-size:17px}#film-player{width:100%;max-height:75dvh;display:block;background:black;border-radius:7px}#video-error{font-size:16px;color:#facfae}.dialog-open{overflow:hidden}.about{display:grid;grid-template-columns:1fr 1.15fr;gap:80px;align-items:start;border-top:none}.about-description{margin:0;font-size:18px;line-height:2}.about-note{padding-top:26px;margin:25px 0 0;border-top:1px solid var(--line);color:var(--blue);font-size:15px;line-height:1.8}.workflow-section{background:var(--soft)}.workflow{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(4,1fr);gap:34px}.workflow li{border-top:1px solid #cbd5e9;padding-top:24px}.workflow li>span{font-size:30px;color:var(--blue);font-weight:450;letter-spacing:-1px}.workflow h3{font-size:20px;font-weight:600;margin:24px 0 12px}.workflow p{font-size:16px;line-height:1.9;color:var(--muted);margin:0}.contact-panel{margin-top:70px;background:var(--blue);color:white;border-radius:18px;padding:45px;display:flex;align-items:center;justify-content:space-between;gap:50px}.contact-panel .eyebrow{color:#ced6ff;font-size:12px;margin-bottom:14px}.contact-panel h2{font-size:28px;line-height:1.6;max-width:370px}.contact-panel p{margin:12px 0;display:flex;gap:23px;line-height:1.8;font-size:16px}.contact-panel p>span{min-width:32px;color:#d8dfff}.contact-panel strong{font-weight:500;overflow-wrap:anywhere}.contact-panel a:hover{text-decoration:underline}.site-footer p,.site-footer small{font-size:14px}
@media(max-width:1100px){.hero{grid-template-columns:1.2fr 1fr}.hero-art{aspect-ratio:.97}.hero-caption{left:18px;right:18px}.hero-caption span:first-child{display:none}.about{gap:40px}.workflow{gap:24px}.contact-panel{padding:35px}}
@media(max-width:760px){.brand-symbol{width:44px;height:42px}.brand-symbol img{width:55px;height:55px;left:-5px;top:-8px}.hero{grid-template-columns:1fr}.hero-art{aspect-ratio:1.5}.hero-art>img{object-position:center}.hero-caption{bottom:17px;left:19px;right:19px}.hero-caption span:first-child{display:block;font-size:9px}.hero-caption span:last-child{font-size:10px}.service-card>p{font-size:16px}.tags span{font-size:12px}.service-grid{grid-template-columns:1fr}.service-card{padding:25px}.service-card h3{font-size:20px;margin-top:22px}.service-number{font-size:12px}.video-gallery{grid-template-columns:1fr;gap:30px}.video-info h3{font-size:21px}.play-large{width:52px;height:52px;font-size:16px}.about{grid-template-columns:1fr;gap:25px}.about-description{font-size:16px}.about-note{font-size:14px}.workflow{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 23px}.workflow h3{font-size:19px;margin-top:18px}.workflow p{font-size:16px}.workflow li>span{font-size:27px}.contact-panel{flex-direction:column;align-items:stretch;padding:28px 22px;gap:15px;margin-top:45px}.contact-panel h2{font-size:25px}.contact-panel p{font-size:15px;gap:15px}.video-dialog{padding:13px}.site-footer small{font-size:12px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}
.films-coming{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center;border:1px solid #ffffff20;border-radius:18px;padding:55px 70px;background:#111d37}.film-type{font-size:110px;line-height:1;font-weight:650;letter-spacing:-7px;color:#8da6ff}.film-type span{display:block;font-size:48px;font-weight:400;letter-spacing:16px;margin-top:14px;color:#ffffff28}.coming-label{font-size:12px;letter-spacing:3px;color:#90a6ee}.films-coming h3{font-size:29px;font-weight:550;margin:18px 0 14px}.films-coming p{font-size:16px;line-height:1.8;color:#a9b5cc}.films-coming a{display:inline-flex;align-items:center;gap:28px;font-size:14px;margin-top:17px;padding-bottom:8px;border-bottom:1px solid #7783a0}.films-coming a:hover{color:#aabaff}@media(max-width:760px){.films-coming{grid-template-columns:1fr;gap:35px;padding:35px 28px}.film-type{font-size:76px;letter-spacing:-4px;display:flex;align-items:baseline;gap:16px}.film-type span{font-size:24px;letter-spacing:6px}.films-coming h3{font-size:26px}}
