@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--ink:#18212b;--muted:#67707b;--blue:#1265db;--line:#dce1e5;--paper:#f6f7f8}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{margin:0;font-family:Manrope,Arial,sans-serif;color:var(--ink);background:white;font-size:16px;line-height:1.6}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid #398af3;outline-offset:4px}button{color:inherit}h1,h2,h3,p{margin:0}h1,h2,h3{line-height:1.13;letter-spacing:-.055em}h2{font-size:clamp(34px,4.3vw,65px);font-weight:600}h3{font-size:26px;letter-spacing:-.035em}section{scroll-margin-top:72px}.section{padding:110px max(6vw,24px)}.eyebrow{font-size:12px;letter-spacing:.19em;font-weight:800;margin-bottom:24px}header{height:86px;padding:0 4vw;display:flex;align-items:center;justify-content:space-between;background:rgba(255,255,255,.94);backdrop-filter:blur(15px);position:sticky;top:0;z-index:20;border-bottom:1px solid #e5e8eb}.brand{display:flex;flex-direction:column;line-height:1;flex-shrink:0}.brand strong{font-size:34px;font-weight:800;letter-spacing:-.07em}.brand strong span{font-size:9px;vertical-align:top;margin-left:5px}.brand small{font-size:8px;letter-spacing:.19em;margin-top:6px;font-weight:800}nav{display:flex;gap:32px}nav a{font-size:14px;font-weight:600}nav a:hover{color:var(--blue)}.header-actions{display:flex;align-items:center;gap:24px}.lang{border:0;background:none;font-size:12px;font-weight:700}.small-cta{font-size:13px;border:1px solid #c6ccd2;padding:11px 17px;border-radius:4px;font-weight:600}#menu{display:none;background:none;border:0;padding:10px}#menu span{display:block;width:23px;height:1px;background:var(--ink);margin:6px}.hero{min-height:690px;height:calc(100svh - 86px);max-height:960px;position:relative;overflow:hidden;background:#e9edf0}.hero-img{width:100%;height:100%;object-fit:cover;object-position:60% center;position:absolute}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(239,242,244,.95),rgba(239,242,244,.65) 33%,transparent 70%)}.hero-copy{position:relative;padding:clamp(65px,10vh,130px) 6vw;z-index:2;width:70%}.hero h1{font-size:clamp(56px,6.2vw,96px);font-weight:600;line-height:1.06;max-width:850px}.hero p{margin:25px 0 32px;font-size:18px;color:#4c5965;line-height:1.7}.hero-buttons{display:flex;gap:12px}.button{border:0;display:inline-flex;justify-content:center;align-items:center;gap:20px;padding:15px 24px;border-radius:5px;font-size:14px;font-weight:700;transition:transform .2s,background .2s}.button:hover{transform:translateY(-2px)}.dark{background:#18212b;color:#fff}.dark:hover{background:#2c3d4e}.glass{background:#ffffffa8;border:1px solid #ffffffab;backdrop-filter:blur(8px)}.hero-bottom{position:absolute;bottom:32px;left:6vw;right:6vw;display:flex;justify-content:space-between;font-size:11px;letter-spacing:.12em;font-weight:700;gap:16px}.hero-bottom a{letter-spacing:0;font-size:12px}.render-note{color:#52616d;font-weight:400;letter-spacing:0!important}.intro h2 span{color:#8a929a}.intro-lower{display:grid;grid-template-columns:1fr 1fr;gap:12%;margin-top:45px}.intro-lower>p{font-size:19px;color:var(--muted);max-width:540px}.principles{display:flex;flex-direction:column;justify-content:space-between;gap:12px;font-size:14px;font-weight:600}.principles span{border-bottom:1px solid var(--line);padding-bottom:13px}.services{background:var(--paper)}.section-top{display:flex;justify-content:space-between;gap:30px;align-items:flex-end;margin-bottom:45px}.section-top>p{font-size:15px;color:var(--muted);max-width:300px}.service-tabs{display:flex;border-bottom:1px solid #d6dce1;margin-bottom:40px;overflow:auto;gap:30px;scrollbar-width:thin}.service-tabs button{font-size:14px;white-space:nowrap;background:none;border:0;border-bottom:2px solid transparent;color:#69727b;padding:0 0 18px}.service-tabs button[aria-selected=true]{color:var(--ink);border-bottom-color:var(--ink);font-weight:800}.service-content{display:grid;grid-template-columns:1.05fr 1fr;gap:7%;align-items:center;animation:appear .35s ease}.service-visual{height:470px;border-radius:8px;position:relative;overflow:hidden;background:#e8ecf0}.service-visual img{width:200%;height:200%;max-width:none;position:absolute;object-fit:cover}.service-visual .whole{width:100%;height:100%;object-fit:cover}.service-tag{position:absolute;bottom:20px;left:20px;padding:7px 12px;font-size:10px;letter-spacing:.1em;background:#ffffffba;backdrop-filter:blur(8px);border-radius:3px}.service-text>span{font-size:12px;letter-spacing:.15em;color:var(--blue);font-weight:800}.service-text h3{font-size:clamp(30px,3.3vw,46px);margin:15px 0 20px}.service-text>p{color:var(--muted);font-size:16px}.service-text ul{padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:8px;margin:20px 0}.service-text li{border:1px solid #d5dce1;border-radius:3px;padding:5px 10px;font-size:12px;color:#4e5d6c}.deliverable{border-top:1px solid var(--line);padding:18px 0;font-size:14px;color:#63707d}.deliverable b{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.1em;margin-bottom:7px;color:var(--ink)}.detail-note{font-size:12px!important;margin-top:18px}.text-link{display:inline-block;color:var(--blue);font-size:14px;font-weight:700;margin-top:8px}.technology{background:#10161f;color:white;padding:100px 6vw}.tech-heading h2{font-size:clamp(35px,4.3vw,64px)}.tech-heading p{color:#9ca8b5;margin-top:24px}.technology .eyebrow{color:#94a4b8}.tech-layout{display:grid;grid-template-columns:1.5fr 1fr;gap:50px;margin-top:50px}.viewer-wrap{position:relative;min-height:490px;border:1px solid #2b3643;border-radius:8px;background:radial-gradient(ellipse at center,#263340 0%,#161f2b 60%,#121923 100%);overflow:hidden}.viewer-top{position:absolute;top:22px;left:22px;right:22px;display:flex;justify-content:space-between;pointer-events:none;gap:12px;font-size:11px;letter-spacing:.13em;color:#bdc9d7}.live3d{color:#79acef}#viewer{position:absolute;inset:0;touch-action:pan-y}#viewer canvas{display:block;width:100%;height:100%}.viewer-fallback{display:flex;align-items:center;justify-content:center;height:100%;color:#aab8c7}.viewer-controls{position:absolute;bottom:18px;left:20px;right:20px;display:flex;justify-content:space-between;gap:10px;align-items:center;font-size:11px;color:#afbdce}.viewer-controls button{border:1px solid #536173;color:#dce6f1;background:#1d2939;padding:7px 10px;border-radius:4px;font-size:11px}#model-selector{display:flex;flex-direction:column;gap:2px}#model-selector button{padding:14px 0;display:flex;justify-content:space-between;border:0;border-bottom:1px solid #303a47;background:none;color:#97a7ba;text-align:left;font-size:15px}#model-selector button.active{color:white}#model-selector button.active span{color:#73a9ee}.tech-details{padding:28px 0 8px;color:#b1bdcc;font-size:14px;min-height:115px}.tech-details strong{font-weight:600;color:#e5ebf2;display:block;margin-bottom:7px}.tech-note{font-size:12px;color:#8695a8}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:5%;margin:55px 0 75px}.steps article{border-top:1px solid #cdd4db;padding-top:20px}.steps article>span{font-size:13px;color:#7a8795}.steps h3{margin:30px 0 17px}.steps p{color:var(--muted);font-size:15px}.water-strip{background:#eaf2fa;padding:42px;display:grid;grid-template-columns:1fr 1fr;gap:10%;align-items:center;border-radius:6px}.water-strip .eyebrow{display:block;color:#527693}.water-strip p{font-size:15px;color:#4e687d}.water-strip h3{font-size:30px}.industries{border-top:1px solid var(--line);padding-top:80px;padding-bottom:80px}.industries h2{font-size:42px}.industry-list{display:flex;flex-wrap:wrap;gap:18px 35px;margin-top:35px;color:#657383;font-size:18px}.contact{background:#f0f2f4;display:grid;grid-template-columns:1fr 1fr;gap:10%}.contact-heading p{color:var(--muted);max-width:340px;margin-top:30px}.contact-mark{font-size:90px;letter-spacing:-.075em;font-weight:800;margin-top:100px;color:#c4cbd2;line-height:1}.contact-mark span{display:block;font-size:10px;letter-spacing:.23em;margin-top:12px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:22px}form label{display:block;margin-bottom:22px;font-size:12px;font-weight:600}label>span{display:block;margin-bottom:8px}input,select,textarea{width:100%;border:0;border-bottom:1px solid #adb9c4;background:transparent;border-radius:0;padding:9px 0;color:var(--ink);font-size:16px}textarea{resize:vertical}input[type=file]{font-size:12px;border:0}input::file-selector-button{border:1px solid #b6c0cb;border-radius:4px;padding:8px;background:transparent;font:inherit;margin-right:12px}#file-note{display:block;font-size:11px;color:#647384;margin-top:-16px;margin-bottom:24px}.submit{width:100%;justify-content:space-between}.form-note{font-size:12px;color:#627181;margin-top:14px}#form-status{font-size:14px;margin-top:12px;color:#125eb9}footer{padding:40px 6vw;display:flex;align-items:center;justify-content:space-between;gap:30px}footer p{font-size:12px;color:#69737c}footer>div{display:flex;flex-direction:column;align-items:flex-end;font-size:11px;gap:8px;color:#69737c}footer button{background:none;border:0;padding:0;font-size:12px}dialog{border:0;padding:50px;max-width:570px;width:90%;border-radius:12px;color:var(--ink)}dialog::backdrop{background:#101b2b90;backdrop-filter:blur(5px)}dialog h2{font-size:32px;margin-bottom:22px}dialog p{font-size:15px;color:#586576}#close-privacy{position:absolute;right:15px;top:10px;border:0;background:none;font-size:25px}.skip{position:fixed;top:-100px;z-index:100;background:white;padding:10px}.skip:focus{top:0}@keyframes appear{from{opacity:.2;transform:translateY(8px)}to{opacity:1;transform:none}}
@media(min-width:1600px){.section,.technology{padding-left:max(6vw,calc((100vw - 1400px)/2));padding-right:max(6vw,calc((100vw - 1400px)/2))}}
@media(max-width:1000px){nav{gap:18px}.small-cta{display:none}.hero-copy{width:90%}.hero h1{font-size:65px}.service-content{gap:35px}.service-visual{height:440px}.tech-layout{gap:28px;grid-template-columns:1.2fr 1fr}.contact{gap:6%}.hero-bottom .render-note{display:none}}
@media(max-width:700px){header{height:72px;padding:0 22px}.brand strong{font-size:31px}.header-actions{gap:16px}#menu{display:block}nav{position:absolute;left:0;right:0;top:72px;display:none;background:#fff;padding:28px;box-shadow:0 12px 20px #10203315;flex-direction:column;gap:24px}nav.open{display:flex}nav a{font-size:18px}.section{padding:65px 23px}.hero{height:calc(100svh - 72px);min-height:680px;max-height:850px}.hero-copy{width:100%;padding:44px 23px}.hero h1{font-size:clamp(43px,10vw,62px)}.hero .eyebrow{font-size:10px;margin-bottom:22px}.hero p{font-size:15px;margin:20px 0}.hero-img{object-position:66% center}.hero-shade{background:linear-gradient(180deg,#eaf0f4f2 0%,#eaf0f4de 35%,#eaf0f422 80%)}.hero-buttons{gap:8px}.hero-buttons .button{padding:13px 14px;font-size:12px}.hero-bottom{left:23px;right:23px;bottom:24px;align-items:flex-start;flex-direction:column;gap:10px;font-size:10px}.hero-bottom a{font-size:11px}.intro-lower{grid-template-columns:1fr;gap:30px;margin-top:27px}.intro-lower>p{font-size:17px}.section-top{display:block;margin-bottom:32px}.section-top>p{margin-top:22px;font-size:14px}.service-tabs{gap:24px;margin-bottom:25px}.service-tabs button{font-size:13px}.service-content{display:flex;flex-direction:column;align-items:stretch;gap:30px}.service-visual{height:auto;aspect-ratio:1.15}.service-text h3{font-size:34px}.service-text>p{font-size:15px}.technology{padding:65px 23px}.tech-heading p{font-size:15px}.tech-layout{grid-template-columns:1fr;margin-top:30px}.viewer-wrap{min-height:360px}.viewer-controls{font-size:10px;left:12px;right:12px}.viewer-controls button{font-size:10px;padding:6px}.tech-info{display:flex;flex-direction:column}.tech-details{min-height:0}.steps{grid-template-columns:1fr;gap:28px;margin:35px 0 40px}.steps article{display:grid;grid-template-columns:35px 1fr;gap:10px}.steps h3{margin:0;font-size:26px}.steps p{grid-column:2;font-size:15px}.water-strip{padding:28px;grid-template-columns:1fr;gap:25px}.water-strip h3{font-size:28px}.industries h2{font-size:34px}.industry-list{font-size:15px;gap:14px 25px}.contact{grid-template-columns:1fr;gap:38px}.contact-mark{display:none}.contact-heading p{margin-top:20px}.form-row{gap:16px}footer{padding:35px 23px;align-items:flex-start;flex-wrap:wrap}footer p{max-width:160px}footer>div{width:100%;flex-direction:row;justify-content:space-between}dialog{padding:35px 25px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}
