@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url('/assets/fonts/manrope-heading-400.ttf') format('truetype')}
:root{--hero-ink:#17242D;--gutter:6%;--hero-bottom:clamp(100px,14.5vh,146px);--group-shift:20px;--entry-width:240px;--entry-ease:cubic-bezier(.4,0,.2,1)}
html,body{width:100%;min-width:0}body{display:block}#main{height:100vh;height:100dvh}
.site-header{height:auto;align-items:flex-start;padding:40px var(--gutter) 0;gap:24px;color:var(--hero-ink);background:transparent}
.brand{flex:0 0 120px}.brand img{width:120px;height:auto}
.language-picker{position:relative;margin-top:0;margin-left:auto}
.language-trigger{display:flex;gap:11px;align-items:center;min-height:44px;padding:0;font-size:13px;letter-spacing:.02em;color:#53616A}
.chevron{width:6px;height:6px;border-right:1px solid;border-bottom:1px solid;transform:translateY(-2px) rotate(45deg);transition:transform .2s}
.language-trigger[aria-expanded=true] .chevron{transform:translateY(2px) rotate(225deg)}
.language-menu{position:absolute;right:-14px;top:42px;min-width:130px;padding:10px 0;background:#f4f7f8;border:1px solid #d5dfe3;z-index:8}
.language-menu[hidden]{display:none}.language-menu button{display:block;width:100%;padding:10px 17px;text-align:left;font-size:14px;line-height:1.4;white-space:nowrap}
.language-menu button:hover,.language-menu button:focus-visible{background:#e3eaee;outline-offset:-3px}.language-menu [aria-checked=true]{text-decoration:underline;text-underline-offset:5px}
.hero{height:100%;width:100%;border-radius:0;color:var(--hero-ink)}
.hero-picture img{border-radius:0;object-position:50% 0%;animation:none}
.hero-content{position:absolute;left:var(--gutter);right:auto;bottom:calc(var(--hero-bottom) + var(--group-shift));width:min(610px,54%);padding:0;text-align:left;color:var(--hero-ink);animation:none}
.hero h1{font-family:Manrope,sans-serif;font-size:clamp(46px,3.5vw,62px);font-weight:400;line-height:1.10;letter-spacing:-.041em}
/* Rebalance the three-tier group together while retaining clear snow behind the services. */
.hero-content>p{font-family:Arial,'Helvetica Neue',sans-serif;font-size:18px;font-weight:400;line-height:1.55;letter-spacing:.055em;word-spacing:.08em;margin-top:18px;color:#3C4B54}
.explore,.overlay-close{display:inline-flex;align-items:center;justify-content:space-between;gap:0;width:var(--entry-width);max-width:calc(100% - 26px);border:0;background:none;border-radius:0;min-width:0;min-height:44px;padding:0;color:#17242D;font-family:Arial,'PingFang SC','Microsoft YaHei',sans-serif;font-size:14px;font-weight:400;letter-spacing:.055em;margin-top:35px;line-height:1.5}
.explore{position:relative;color:#17242D}
.explore-label{transition:letter-spacing 350ms var(--entry-ease)}
.explore::after{content:'';position:absolute;left:0;width:100%;bottom:3px;height:1px;background:rgba(23,36,45,.28);transition:width 350ms var(--entry-ease)}
.explore:hover,.explore:focus-visible{background:none;color:#17242D}
.explore:hover::after,.explore:focus-visible::after{width:calc(100% + 26px)}
.explore:hover .explore-label,.explore:focus-visible .explore-label{letter-spacing:.07em}
.explore:focus-visible{outline-color:#17242D}
.site-header button:focus-visible,.site-header a:focus-visible{outline-color:#53616A}
.plus{display:block;position:relative;flex:0 0 13px;width:13px;height:13px;transition:transform 350ms var(--entry-ease)}
.plus::before,.plus::after{content:'';position:absolute;top:6px;left:0;width:13px;height:1px;background:currentColor}.plus::after{transform:rotate(90deg)}
.explore:hover .plus,.explore:focus-visible .plus{transform:rotate(45deg)}.explore[aria-expanded=true] .plus,.overlay-close .plus{transform:rotate(45deg)}
.hero-meta{left:var(--gutter);right:var(--gutter);bottom:18px;display:flex;justify-content:flex-end;text-shadow:none;color:#405666}
.hero-credit{font-size:12px;line-height:1.5;max-width:100%;text-align:right}
.navigation-overlay{position:fixed;inset:0;width:100%;height:100vh;height:100dvh;max-width:none;max-height:none;margin:0;padding:0;border:0;border-radius:0;background:rgba(12,29,40,.78);color:#eef3f5;overflow:auto}
.navigation-overlay::backdrop{background:transparent}.navigation-overlay[open]{animation:overlay-in .25s ease-out}
.overlay-navigation{position:absolute;top:18%;left:var(--gutter);display:flex;flex-direction:column;align-items:flex-start;gap:18px}
.overlay-navigation button{padding:4px 0;font-family:Arial,'Noto Sans SC',sans-serif;font-size:clamp(28px,2.4vw,42px);line-height:1.25;letter-spacing:.04em;font-weight:400;text-align:left}
.overlay-navigation button:hover{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:10px}
.overlay-close{position:absolute;bottom:calc(var(--hero-bottom) + var(--group-shift));left:var(--gutter);margin:0;color:#eef3f5}
body.navigation-open .hero-content{visibility:hidden}
@keyframes overlay-in{from{opacity:0}to{opacity:1}}
@media(max-width:800px){
 :root{--gutter:28px;--hero-bottom:125px;--group-shift:0px;--entry-width:220px}
 .site-header{padding-top:26px}.brand{flex-basis:90px}.brand img{width:90px}
 .language-trigger{font-size:12px;min-height:36px}.language-menu{top:38px}
 .hero-content{width:calc(100% - 2 * var(--gutter))}
 .hero h1{font-size:clamp(32px,8.35vw,42px);line-height:1.16;letter-spacing:-.038em}
 .hero-content>p{font-size:14px;line-height:1.5;margin-top:22px;letter-spacing:0;word-spacing:0}
 .explore,.overlay-close{font-size:14px}.explore{margin-top:27px}
 .hero-meta{bottom:18px;display:block}.hero-credit{font-size:10px;text-align:left;max-width:100%;line-height:1.5}
 .overlay-navigation{top:19%;gap:23px}.overlay-navigation button{font-size:28px}
}
@media(max-height:680px){
 :root{--hero-bottom:74px;--group-shift:0px}.site-header{padding-top:24px}
 .hero h1{font-size:clamp(32px,6.5vh,48px)}.hero-content>p{margin-top:18px}.explore{margin-top:20px}
 .overlay-navigation{top:15%;gap:12px}.overlay-navigation button{font-size:26px}
}
@media(prefers-reduced-motion:reduce){.navigation-overlay[open]{animation:none}.plus,.chevron,.explore::after,.explore-label{transition:none}}
