:root{--blue:#275899;--ink:#15181c;--soft-ink:#3f454d;--muted:#767e87;--line:#d9dde1;--paper:#f4f5f5;--white:#fff;--header-h:86px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--white);font-family:Inter,Helvetica Neue,PingFang SC,Microsoft YaHei,Arial,sans-serif;line-height:1.55}body.menu-open{overflow:hidden}img{display:block;width:100%}a{text-decoration:none}a,button{color:inherit}button{font:inherit}h1,h2,h3,p{margin-top:0;overflow-wrap:anywhere}a:focus-visible,button:focus-visible{outline:2px solid #7eb7ff;outline-offset:4px}.skip-link{position:fixed;top:8px;left:8px;z-index:200;padding:10px 14px;color:var(--white);background:var(--blue);transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.site-header{position:fixed;inset:0 0 auto;z-index:50;display:grid;grid-template-columns:190px 1fr auto;align-items:center;min-height:var(--header-h);padding:0 4.5vw;color:var(--white);transition:color .3s,background .3s,box-shadow .3s}.site-header:after{position:absolute;right:4.5vw;bottom:0;left:4.5vw;height:1px;content:"";background:#fff3}.site-header.open,.site-header.scrolled,.site-header.solid{color:var(--ink);background:#fffffff7;box-shadow:0 8px 30px #0f151c14}.site-header.open:after,.site-header.scrolled:after,.site-header.solid:after{right:0;left:0;background:var(--line)}.brand{display:flex;align-items:center;width:160px;height:58px;overflow:hidden}.brand img{width:150px;filter:brightness(0) invert(1);transition:filter .3s}.site-header.open .brand img,.site-header.scrolled .brand img,.site-header.solid .brand img{filter:none}.main-nav{display:flex;align-items:center;justify-content:center;gap:1.7vw;font-size:14px}.main-nav a{position:relative;padding:30px 0;white-space:nowrap}.main-nav a:after{position:absolute;right:0;bottom:22px;left:0;height:1px;content:"";background:currentColor;transform:scaleX(0);transform-origin:left;transition:transform .25s}.main-nav a:hover:after{transform:scaleX(1)}.header-tools{display:flex;align-items:center;gap:19px;font-size:13px}.employee-button,.language-button,.menu-button{padding:0;color:inherit;cursor:pointer;background:none;border:0}.employee-button{display:flex;align-items:center;gap:8px}.employee-button,.language-button{white-space:nowrap}.menu-button{display:none;place-items:center;width:38px;height:38px}.employee-panel{position:absolute;top:calc(var(--header-h) - 1px);right:4.5vw;width:350px;padding:10px 24px 18px;color:var(--ink);background:var(--white);box-shadow:0 22px 50px #0a121d2e}.employee-panel-head{display:flex;align-items:center;justify-content:space-between;min-height:52px;border-bottom:1px solid var(--line)}.employee-panel-head span{font-size:13px;font-weight:700}.employee-panel-head button{padding:4px;cursor:pointer;background:none;border:0;font-size:25px}.employee-panel>a{display:grid;grid-template-columns:44px 1fr auto;gap:12px;align-items:center;min-height:58px;border-bottom:1px solid var(--line)}.employee-panel>a span{color:var(--blue);font-size:10px;font-weight:700}.employee-panel>a strong{font-size:14px;font-weight:500}.employee-panel>a svg{justify-self:end}.hero{position:relative;height:86vh;min-height:650px;overflow:hidden;color:var(--white);background:#29241f}.hero-shade,.hero-slide,.hero-slides{position:absolute;inset:0}.hero-slide{opacity:0;transition:opacity 1s ease}.hero-slide.active{opacity:1}.hero-slide img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transform:scale(1.025);transition:transform 8s ease}.hero-slide.active img{transform:scale(1)}.hero-shade{pointer-events:none;background:linear-gradient(90deg,#090d1185,#090d1114 52%,#090d1133),linear-gradient(0deg,rgba(8,11,14,.64),transparent 48%,rgba(8,11,14,.18))}.hero-copy{position:absolute;z-index:2;bottom:12%;left:4.5vw;width:650px}.hero-kicker{margin-bottom:10px;font-size:12px;text-transform:uppercase}.hero h1{margin-bottom:10px;font-size:48px;font-weight:400;line-height:1.18;letter-spacing:0}.hero-service{margin-bottom:20px;font-size:17px}.text-link{display:inline-flex;align-items:center;gap:18px;padding:8px 0;color:var(--white);border-bottom:1px solid hsla(0,0%,100%,.68);font-size:13px;font-weight:600}.section-link svg,.text-link svg{flex:0 0 auto;transition:transform .2s}.section-link:hover svg,.text-link:hover svg{transform:translate(5px)}.text-link.dark{color:var(--ink);border-bottom-color:var(--ink)}.hero-control{position:absolute;right:4.5vw;bottom:7%;z-index:2;display:grid;grid-template-columns:auto 145px 36px 36px;gap:14px;align-items:center}.hero-count{min-width:54px;font-size:14px}.hero-count b{font-size:21px;font-weight:400}.hero-progress{height:1px;overflow:hidden;background:#ffffff73}.hero-progress span{display:block;width:0;height:100%;background:#7eb7ff}.hero-progress span.running{animation:progress 7s linear forwards}@keyframes progress{0%{width:0}to{width:100%}}.hero-control button{width:36px;height:36px;color:var(--white);cursor:pointer;background:transparent;border:1px solid hsla(0,0%,100%,.45);border-radius:50%}.scroll-cue{position:absolute;bottom:7%;left:50%;z-index:2;display:flex;align-items:center;gap:10px;font-size:10px;transform:translate(-50%)}.scroll-cue span{width:32px;height:1px;background:var(--white)}.scroll-cue b{font-weight:400}.section{padding:110px 4.5vw}.section-top{display:grid;grid-template-columns:1fr minmax(320px,520px);gap:60px;align-items:end;margin-bottom:56px}.section-label{margin-bottom:14px;color:var(--blue);font-size:11px;font-weight:700;text-transform:uppercase}.contact h2,.design-content h2,.positioning h2,.section h2,.sector-heading h2{margin-bottom:0;font-size:42px;font-weight:400;line-height:1.2;letter-spacing:0}.section-intro{margin-bottom:2px;color:var(--soft-ink);font-size:16px}.featured-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:64px 24px}.project figure{height:520px;margin:0 0 20px;overflow:hidden;background:var(--paper)}.project:not(.project-wide) figure{height:430px}.project figure img{height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .65s ease}.project:hover figure img{transform:scale(1.025)}.project-meta{display:flex;align-items:flex-end;justify-content:space-between;gap:30px}.project-meta span{color:var(--blue);font-size:10px;font-weight:700}.project-meta h3{margin:7px 0 0;font-size:20px;font-weight:500}.project-meta p{margin:0;color:var(--muted);font-size:12px;text-align:right}.section-link{display:flex;align-items:center;justify-content:space-between;width:260px;margin-top:65px;padding:14px 0;border-bottom:1px solid var(--ink);font-size:13px;font-weight:600}.section-link.compact{margin:0 0 2px auto}.project-index{padding:120px 4.5vw 130px;overflow:hidden;background:#f1f3f2}.project-index__intro{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.7fr);gap:8vw;align-items:end;margin-bottom:55px}.project-index__intro h2{max-width:760px;margin:0;font-size:46px;font-weight:400;line-height:1.16}.project-index__intro-copy>p{max-width:520px;margin:0 0 22px;color:var(--soft-ink);font-size:16px}.project-index__intro-copy>a{display:flex;align-items:center;justify-content:space-between;width:230px;padding:11px 0;border-bottom:1px solid var(--ink);font-size:12px;font-weight:600}.project-index__intro-copy>a svg{transition:transform .2s}.project-index__intro-copy>a:hover svg{transform:translate(5px)}.project-index__ratio{display:grid;grid-template-columns:2fr 1fr;height:42px;margin-bottom:24px;color:var(--soft-ink);border-top:1px solid #aeb5bb;font-size:10px}.project-index__ratio>span{display:flex;gap:12px;align-items:center;padding-top:10px}.project-index__ratio-primary{color:var(--blue);border-top:3px solid var(--blue);transform:translateY(-2px)}.project-index__ratio-secondary{padding-left:18px;border-left:1px solid #aeb5bb}.project-index__ratio b{font-size:12px;font-weight:700}.project-index__stage{display:grid;grid-template-columns:minmax(255px,.68fr) minmax(420px,1.55fr) minmax(275px,.76fr);min-height:680px;background:var(--white)}.project-index__directory{display:flex;flex-direction:column;min-width:0;padding:34px 28px 30px 0;border-right:1px solid var(--line)}.project-index__directory>p{margin:0 0 26px;padding-left:22px;color:var(--muted);font-size:10px;text-transform:uppercase}.project-index__directory button{position:relative;display:grid;grid-template-columns:1fr auto;gap:3px 14px;width:100%;min-height:88px;padding:18px 16px 18px 22px;overflow:hidden;color:var(--soft-ink);text-align:left;cursor:pointer;background:transparent;border:0;border-top:1px solid var(--line);transition:color .25s,background .25s,padding .25s}.project-index__directory button:before{position:absolute;top:0;bottom:0;left:0;width:3px;content:"";background:var(--blue);transform:scaleY(0);transform-origin:top;transition:transform .25s}.project-index__directory button:last-child{border-bottom:1px solid var(--line)}.project-index__directory button.active,.project-index__directory button:focus-visible,.project-index__directory button:hover{padding-left:29px;color:var(--ink);background:#f5f7f9}.project-index__directory button.active:before{transform:scaleY(1)}.project-index__directory button span{grid-column:1/-1;color:var(--blue);font-size:9px;font-weight:700}.project-index__directory button strong{min-width:0;font-size:14px;font-weight:500;line-height:1.35}.project-index__directory button i{align-self:end;color:var(--muted);font-size:10px;font-style:normal;white-space:nowrap}.project-index__all-mobile{display:none}.project-index__visual{position:relative;min-width:0;min-height:680px;overflow:hidden;background:#ccd1d4}.project-index__visual>img{position:absolute;inset:0;height:100%;-o-object-fit:cover;object-fit:cover}.project-index__visual:after{position:absolute;inset:0;pointer-events:none;content:"";background:linear-gradient(180deg,transparent 66%,rgba(8,12,15,.38))}.project-index__image-mark{position:absolute;right:25px;bottom:23px;left:25px;z-index:2;display:flex;align-items:center;justify-content:space-between;color:var(--white);font-size:9px;text-transform:uppercase}.project-index__image-mark b{font-size:12px;font-weight:500}.project-image-enter-active,.project-image-leave-active{transition:opacity .34s ease,transform .6s ease}.project-image-enter-from{opacity:0;transform:scale(1.025)}.project-image-leave-to{opacity:0}.project-index__brief{display:flex;flex-direction:column;min-width:0;padding:42px 32px 32px;color:var(--white);background:#182027}.project-index__status{display:flex;flex-wrap:wrap;gap:8px 12px;align-items:center;margin-bottom:auto;font-size:9px}.project-index__status span{padding:5px 8px;color:#17212a;background:#a9d1fa}.project-index__status i{color:#ffffff8c;font-style:normal}.project-index__brand{margin:50px 0 10px;color:#a9d1fa;font-size:10px;font-weight:700}.project-index__brief h3{margin:0 0 21px;overflow-wrap:normal;font-size:24px;font-weight:400;line-height:1.28;word-break:keep-all}.project-index__statement{color:#ffffffa6;font-size:14px}.project-index__brief dl{margin:30px 0 0;border-top:1px solid hsla(0,0%,100%,.2)}.project-index__brief dl>div{display:grid;grid-template-columns:58px 1fr;gap:12px;padding:13px 0;border-bottom:1px solid hsla(0,0%,100%,.2)}.project-index__brief dt{color:#ffffff6b;font-size:10px}.project-index__brief dd{margin:0;font-size:11px}.project-index__brief>a{display:flex;align-items:center;justify-content:space-between;margin-top:36px;padding:14px 0;border-bottom:1px solid hsla(0,0%,100%,.72);font-size:12px;font-weight:600}.project-index__brief>a svg{transition:transform .2s}.project-index__brief>a:hover svg{transform:translate(5px)}.projects-page{padding-top:var(--header-h);background:var(--white)}.projects-page__hero{padding:115px 4.5vw 90px;background:#f1f3f2}.projects-page__hero>div{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.75fr);gap:8vw;align-items:end}.projects-page__hero h1{margin:0;font-size:68px;font-weight:400;line-height:1.05}.projects-page__hero>div>p{max-width:540px;margin:0 0 5px;color:var(--soft-ink);font-size:16px}.project-filters{position:relative;z-index:3;padding:0 4.5vw;background:var(--white);border-bottom:1px solid var(--line)}.project-filter-row{display:grid;grid-template-columns:120px 1fr;min-height:72px;border-top:1px solid var(--line)}.project-filter-row:first-child{border-top:0}.project-filter-row>strong{align-self:center;color:var(--muted);font-size:11px;font-weight:500}.project-filter-row>div{display:flex;flex-wrap:wrap;gap:0 30px;align-items:center}.project-filter-row button{position:relative;padding:25px 0 22px;color:var(--soft-ink);cursor:pointer;background:transparent;border:0;font-size:13px;white-space:nowrap}.project-filter-row button:after{position:absolute;right:0;bottom:16px;left:0;height:2px;content:"";background:var(--blue);transform:scaleX(0);transform-origin:left;transition:transform .2s}.project-filter-row button.active,.project-filter-row button:hover{color:var(--blue)}.project-filter-row button.active:after{transform:scaleX(1)}.project-results{padding:70px 4.5vw 130px}.project-results__top{display:flex;gap:22px;align-items:center;margin-bottom:42px;color:var(--muted);font-size:11px;text-transform:uppercase}.project-results__top i{flex:1;height:1px;background:var(--line)}.project-library-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:72px 24px}.project-library-card{min-width:0}.project-library-card.wide{grid-column:1/-1}.project-library-card figure{height:440px;margin:0 0 22px;overflow:hidden;background:var(--paper)}.project-library-card.wide figure{height:min(62vw,690px)}.project-library-card img{height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .7s ease}.project-library-card:hover img{transform:scale(1.018)}.project-library-card__meta{display:grid;grid-template-columns:1fr minmax(210px,.6fr) 28px;gap:24px;align-items:end}.project-library-card__meta>div:first-child>span{color:var(--blue);font-size:9px;font-weight:700}.project-library-card__meta h2{margin:8px 0 0;font-size:21px;font-weight:500;line-height:1.35}.project-library-card__side{display:flex;gap:18px;align-items:flex-end;justify-content:flex-end}.project-library-card__side>span{padding:4px 7px;color:var(--blue);border:1px solid var(--blue);font-size:9px;white-space:nowrap}.project-library-card__side p{margin:0;color:var(--muted);font-size:11px;text-align:right}.project-library-card__meta>svg{transition:transform .2s}.project-library-card:hover .project-library-card__meta>svg{transform:translate(5px)}.project-empty{display:grid;place-items:center;min-height:340px;color:var(--muted);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.project-empty button{display:inline-flex;gap:8px;align-items:center;padding:12px 0;color:var(--blue);cursor:pointer;background:transparent;border:0;border-bottom:1px solid var(--blue)}.project-detail{padding-top:var(--header-h)}.project-detail__hero{position:relative;height:calc(88vh - var(--header-h));min-height:650px;overflow:hidden;color:var(--white);background:#1a2025}.project-detail__hero>img{height:100%;-o-object-fit:cover;object-fit:cover}.project-detail__shade{position:absolute;inset:0;background:linear-gradient(90deg,#080c0f99,#080c0f0f 65%),linear-gradient(0deg,rgba(8,12,15,.64),transparent 55%)}.project-detail__hero-copy{position:absolute;right:4.5vw;bottom:9%;left:4.5vw;max-width:900px}.project-detail__hero-copy>a{display:inline-flex;gap:8px;align-items:center;margin-bottom:65px;font-size:11px}.project-detail__hero-copy>p{margin-bottom:9px;font-size:11px;font-weight:700}.project-detail__hero-copy h1{margin:0 0 14px;font-size:56px;font-weight:400;line-height:1.12}.project-detail__hero-copy>span{font-size:13px}.project-detail__overview{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(310px,.72fr);gap:80px 8vw;padding:110px 4.5vw 120px}.project-detail__overview h2{max-width:880px;margin:0;font-size:40px;font-weight:400;line-height:1.3}.project-detail__intro{align-self:end}.project-detail__intro p{margin:0;color:var(--soft-ink);font-size:16px}.project-detail__facts{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:0;border-top:1px solid var(--line)}.project-detail__facts>div{min-height:105px;padding:22px 24px 20px 0;border-bottom:1px solid var(--line)}.project-detail__facts>div:not(:nth-child(3n)){border-right:1px solid var(--line)}.project-detail__facts>div:not(:nth-child(3n+1)){padding-left:24px}.project-detail__facts dt{margin-bottom:12px;color:var(--blue);font-size:9px;text-transform:uppercase}.project-detail__facts dd{margin:0;color:var(--soft-ink);font-size:13px}.project-detail__gallery{padding:110px 4.5vw 130px;background:#f1f3f2}.project-detail__gallery>.section-label{margin-bottom:36px}.project-gallery-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.project-gallery-grid figure{height:500px;margin:0;overflow:hidden;background:#d9ddde}.project-gallery-grid figure.wide{grid-column:1/-1;height:min(60vw,760px)}.project-gallery-grid img{height:100%;-o-object-fit:cover;object-fit:cover}.project-gallery-grid figcaption{padding-top:8px;color:var(--muted);font-size:10px}.project-detail__pagination{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));min-height:180px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.project-detail__pagination>a{display:flex;gap:25px;align-items:center;padding:38px 4.5vw}.project-detail__pagination>a:last-child{justify-content:flex-end;text-align:right;border-left:1px solid var(--line)}.project-detail__pagination small{display:block;margin-bottom:8px;color:var(--blue);font-size:9px;text-transform:uppercase}.project-detail__pagination span{font-size:16px}.project-related{padding:110px 4.5vw 125px}.project-related__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:38px}.project-related__head>a{display:inline-flex;gap:10px;align-items:center;padding:10px 0;border-bottom:1px solid var(--ink);font-size:12px}.project-related__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.project-related__grid img{height:330px;-o-object-fit:cover;object-fit:cover}.project-related__grid span{display:block;margin-top:16px;color:var(--blue);font-size:9px;font-weight:700}.project-related__grid strong{display:block;margin-top:5px;font-size:16px;font-weight:500}.positioning{display:grid;grid-template-columns:.35fr 1.25fr .9fr;gap:70px;padding:110px 4.5vw 120px;background:var(--paper)}.positioning h2{max-width:700px;font-size:46px}.positioning-copy{align-self:end}.positioning-copy p{margin-bottom:25px;color:var(--soft-ink);font-size:15px}.design-delivery{display:grid;grid-template-columns:1.12fr .88fr;min-height:800px;color:var(--white);background:#182027}.design-photo{position:relative;min-height:800px;overflow:hidden}.design-photo>img{height:100%;-o-object-fit:cover;object-fit:cover}.photo-note{position:absolute;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:space-between;gap:30px;padding:24px 35px;background:#080c0fb8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.photo-note span{color:#a6c9f2;font-size:11px}.photo-note strong{font-size:14px;font-weight:500}.design-content{align-self:center;padding:75px 7vw}.design-content .section-label{color:#8ebbf0}.design-content h2{margin-bottom:24px;font-size:43px}.design-content>p:not(.section-label){max-width:580px;color:#ffffffad;font-size:15px}.delivery-steps{margin:44px 0;padding:0;list-style:none;border-top:1px solid hsla(0,0%,100%,.22)}.delivery-steps li{display:grid;grid-template-columns:44px 1fr;align-items:center;min-height:58px;border-bottom:1px solid hsla(0,0%,100%,.22)}.delivery-steps span{color:#8ebbf0;font-size:10px}.delivery-steps strong{font-size:14px;font-weight:500}.advantages{background:var(--white)}.numbers{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.numbers>div{min-height:195px;padding:38px 28px;border-right:1px solid var(--line)}.numbers>div:first-child{padding-left:0}.numbers>div:last-child{border-right:0}.numbers strong{display:block;margin-bottom:30px;color:var(--blue);font-size:50px;font-weight:400;line-height:1}.numbers strong sup{font-size:20px}.numbers span{color:var(--soft-ink);font-size:13px}.advantage-list{display:grid;grid-template-columns:repeat(3,1fr);gap:70px;margin-top:75px}.advantage-list article>span{color:var(--blue);font-size:11px}.advantage-list h3{margin:38px 0 14px;font-size:20px;font-weight:500}.advantage-list p{color:var(--muted);font-size:14px}.sectors{display:grid;grid-template-columns:390px 1fr;gap:70px;padding:110px 0 110px 4.5vw;overflow:hidden;background:var(--paper)}.sector-heading{padding-right:25px}.sector-heading h2{font-size:38px}.sector-grid{display:grid;grid-auto-columns:37%;grid-auto-flow:column;gap:18px;overflow-x:auto;padding-right:4.5vw;scrollbar-width:thin}.sector-grid a{min-width:0}.sector-grid img{height:440px;-o-object-fit:cover;object-fit:cover}.sector-grid span{display:block;margin-top:16px;color:var(--blue);font-size:10px}.sector-grid strong{display:block;margin-top:5px;font-size:16px;font-weight:500}.news-list{border-top:1px solid var(--line)}.news-list a{display:grid;grid-template-columns:180px 1fr 40px;gap:30px;align-items:center;min-height:112px;border-bottom:1px solid var(--line)}.news-list time{color:var(--blue);font-size:11px}.news-list h3{margin:0;font-size:19px;font-weight:500}.news-list>a>svg{transition:transform .2s}.news-list a:hover>svg{transform:translate(5px)}.contact{padding:115px 4.5vw 125px;color:var(--white);background:var(--blue)}.contact .section-label{color:#ffffffb3}.contact h2{max-width:880px;margin-bottom:55px;font-size:46px}.contact>a{display:flex;align-items:center;justify-content:space-between;max-width:720px;padding:16px 0;border-bottom:1px solid hsla(0,0%,100%,.7);font-size:24px}.site-footer{padding:80px 4.5vw 28px;color:#ffffffb8;background:#11171c}.footer-main{display:grid;grid-template-columns:1.4fr .65fr .75fr 1fr;gap:5vw;padding-bottom:70px}.footer-brand img{width:170px;margin-bottom:24px;filter:brightness(0) invert(1)}.footer-brand p{max-width:270px;font-size:14px}.footer-column{display:flex;flex-direction:column;gap:10px;font-size:12px}.footer-column h3{margin-bottom:11px;color:var(--white);font-size:13px;font-weight:500}.footer-column a,.footer-legal a,.friend-links a{display:inline-flex;gap:5px;align-items:center}.footer-column a:hover,.footer-contact a{color:var(--white)}.footer-contact a{font-size:14px}.footer-contact p{margin-top:8px;line-height:1.8;white-space:pre-line}.friend-links{display:flex;gap:30px;align-items:center;padding:24px 0;border-top:1px solid hsla(0,0%,100%,.15);border-bottom:1px solid hsla(0,0%,100%,.15);font-size:11px}.friend-links span{color:var(--white)}.footer-legal{display:flex;align-items:center;justify-content:space-between;gap:30px;padding-top:26px;font-size:10px}.footer-legal div{display:flex;gap:24px}.inner-hero{position:relative;height:76vh;min-height:620px;overflow:hidden;color:var(--white);background:#293039}.inner-hero>img{height:100%;-o-object-fit:cover;object-fit:cover}.inner-hero__shade{position:absolute;inset:0;background:linear-gradient(90deg,#080d12a8,#080d121f 68%),linear-gradient(0deg,rgba(8,13,18,.58),transparent 54%)}.inner-hero__copy{position:absolute;right:4.5vw;bottom:10%;left:4.5vw;max-width:920px}.inner-hero__copy>p{margin-bottom:15px;font-size:11px;font-weight:700}.inner-hero__copy h1{max-width:880px;margin-bottom:24px;font-size:58px;font-weight:400;line-height:1.12}.inner-hero__copy>div{display:flex;gap:20px;align-items:flex-start;max-width:710px}.inner-hero__copy>div span{flex:0 0 48px;height:1px;margin-top:12px;background:#ffffffbf}.inner-hero__copy>div strong{font-size:17px;font-weight:400;line-height:1.7}.editorial-lead{display:grid;grid-template-columns:minmax(120px,.35fr) minmax(360px,1.15fr) minmax(320px,.8fr);gap:5vw;align-items:start;padding:125px 4.5vw 135px}.editorial-lead h2{max-width:680px;margin:0;font-size:46px;font-weight:400;line-height:1.18}.editorial-lead>p:last-child{max-width:580px;margin:3px 0 0;color:var(--soft-ink);font-size:17px;line-height:1.9}.inner-section-heading{display:grid;grid-template-columns:minmax(120px,.35fr) 1fr;gap:5vw;margin-bottom:60px}.inner-section-heading h2{max-width:760px;margin:0;font-size:40px;font-weight:400;line-height:1.22}.capability-section,.credentials-section,.pillar-section{padding:115px 4.5vw 125px;background:var(--paper)}.capability-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid #aeb5bb}.capability-grid article{min-height:245px;padding:32px 34px 30px 0;border-bottom:1px solid var(--line)}.capability-grid article:not(:nth-child(3n)){padding-right:34px;border-right:1px solid var(--line)}.capability-grid article:not(:nth-child(3n+1)){padding-left:34px}.capability-grid h3{margin-bottom:48px;font-size:20px;font-weight:500}.capability-grid p{max-width:350px;margin:0;color:var(--soft-ink);font-size:14px;line-height:1.8}.process-section{padding:115px 4.5vw 130px;color:var(--white);background:#171c22}.process-section .section-label{color:#82acd8}.process-rail{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));margin:0;padding:0;list-style:none;border-top:1px solid #65707a}.process-rail li{position:relative;min-height:220px;padding:25px 20px 30px 0;border-bottom:1px solid #65707a}.process-rail li:not(:last-child){border-right:1px solid #3e474f}.process-rail li:before{position:absolute;top:-3px;left:0;width:28px;height:5px;content:"";background:#72a5d9}.process-rail span{display:block;margin-bottom:82px;color:#8da0b2;font-size:10px}.process-rail strong{display:block;max-width:125px;font-size:15px;font-weight:500;line-height:1.55}.delivery-case,.digital-section,.feature-project{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(380px,.65fr);min-height:680px}.digital-section>img,.feature-project>img{height:100%;-o-object-fit:cover;object-fit:cover}.feature-project>figure{position:relative;display:grid;place-items:center;min-height:680px;margin:0;overflow:hidden;background:#cfd5d8}.feature-project>figure img{width:min(58%,520px);height:auto;box-shadow:0 24px 55px #0f181f33}.feature-project>figure figcaption{position:absolute;bottom:25px;left:30px;color:var(--soft-ink);font-size:9px;font-weight:700}.digital-section>div,.feature-project>div{display:flex;align-items:flex-start;flex-direction:column;justify-content:center;padding:80px 5vw;background:#e8ebec}.delivery-case h2,.digital-section h2,.feature-project h2{margin-bottom:28px;font-size:40px;font-weight:400;line-height:1.2}.delivery-case__copy>p:not(.section-label),.digital-section>div>p:not(.section-label),.feature-project>div>p:not(.section-label){max-width:520px;margin-bottom:38px;color:var(--soft-ink);font-size:15px;line-height:1.85}.delivery-case a,.digital-section a,.feature-project a{display:inline-flex;gap:15px;align-items:center;padding:10px 0;border-bottom:1px solid var(--ink);font-size:13px;font-weight:600}.selected-strip{padding:115px 4.5vw 130px}.selected-strip__head{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:50px}.selected-strip__head h2{margin:0;font-size:38px;font-weight:400}.selected-strip__head>a{display:flex;gap:35px;align-items:center;min-width:200px;padding:12px 0;border-bottom:1px solid var(--ink);font-size:12px}.selected-strip__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.selected-strip__grid img{height:370px;margin-bottom:17px;-o-object-fit:cover;object-fit:cover}.selected-strip__grid span{display:block;margin-bottom:6px;color:var(--blue);font-size:9px;font-weight:700}.selected-strip__grid strong{font-size:16px;font-weight:500}.page-contact-band{display:flex;align-items:center;justify-content:space-between;gap:40px;min-height:260px;padding:55px 4.5vw;color:var(--white);background:var(--blue)}.page-contact-band p{max-width:720px;margin:0;font-size:32px;font-weight:400;line-height:1.3}.page-contact-band a{display:inline-flex;gap:50px;align-items:center;min-width:230px;padding:14px 0;border-bottom:1px solid hsla(0,0%,100%,.7);font-size:13px;font-weight:600}.service-scope{padding:115px 4.5vw 130px;background:var(--paper)}.service-scope ol{margin:0;padding:0;list-style:none;border-top:1px solid #aeb5bb}.service-scope li{display:grid;grid-template-columns:90px minmax(250px,.72fr) 1fr;gap:30px;align-items:center;min-height:125px;border-bottom:1px solid var(--line)}.service-scope li>span{color:var(--blue);font-size:11px;font-weight:700}.service-scope h3{margin:0;font-size:19px;font-weight:500}.service-scope li>p{max-width:610px;margin:0;color:var(--soft-ink);font-size:14px}.delivery-case{grid-template-columns:minmax(380px,.7fr) minmax(0,1.3fr)}.delivery-case__copy{display:flex;align-items:flex-start;flex-direction:column;justify-content:center;padding:80px 5vw}.delivery-case__images{display:grid;grid-template-columns:1fr 1fr;min-height:680px}.delivery-case__images img{height:100%;-o-object-fit:cover;object-fit:cover}.credentials-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid #aeb5bb;border-bottom:1px solid #aeb5bb}.credentials-grid article{display:flex;align-items:flex-start;flex-direction:column;justify-content:space-between;min-height:230px;padding:28px 28px 30px 0}.credentials-grid article:not(:last-child){border-right:1px solid var(--line)}.credentials-grid article:not(:first-child){padding-left:28px}.credentials-grid strong{color:var(--blue);font-size:31px;font-weight:400}.credentials-grid span{max-width:190px;font-size:13px}.qualification-note{margin:18px 0 0;color:var(--muted);font-size:10px}.sector-matrix{padding:115px 4.5vw 125px}.sector-matrix>div:last-child{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--ink)}.sector-matrix article{min-height:210px;padding:30px 40px 30px 0;border-bottom:1px solid var(--line)}.sector-matrix article:nth-child(odd){border-right:1px solid var(--line)}.sector-matrix article:nth-child(2n){padding-left:40px}.sector-matrix h3{margin-bottom:62px;font-size:21px;font-weight:500}.sector-matrix p{margin:0;color:var(--soft-ink);font-size:14px}.ecosystem-section{display:grid;grid-template-columns:minmax(320px,.75fr) minmax(0,1.25fr);gap:8vw;padding:115px 4.5vw 125px;color:var(--white);background:#171c22}.ecosystem-section h2{max-width:620px;margin-bottom:28px;font-size:38px;font-weight:400}.ecosystem-section>div:first-child>p:last-child{max-width:550px;color:#bdc5cc;font-size:14px;line-height:1.8}.ecosystem-section .section-label{color:#82acd8}.ecosystem-links{border-top:1px solid #65707a}.ecosystem-links a{display:grid;grid-template-columns:70px 1fr 24px;gap:20px;align-items:center;min-height:86px;border-bottom:1px solid #3e474f}.ecosystem-links span{color:#82acd8;font-size:9px;font-weight:700}.ecosystem-links strong{font-size:14px;font-weight:500}.pillar-list{border-top:1px solid #aeb5bb}.pillar-list article{display:grid;grid-template-columns:90px minmax(240px,.65fr) 1fr;gap:35px;align-items:start;min-height:150px;padding:32px 0;border-bottom:1px solid var(--line)}.pillar-list span{color:var(--blue);font-size:10px;font-weight:700}.pillar-list h3{margin:0;font-size:20px;font-weight:500}.pillar-list p{max-width:650px;margin:0;color:var(--soft-ink);font-size:14px;line-height:1.8}.digital-section{grid-template-columns:minmax(0,1.2fr) minmax(400px,.8fr)}.news-page{padding-top:var(--header-h)}.news-page__hero{display:grid;grid-template-columns:minmax(160px,.4fr) minmax(300px,1fr) minmax(280px,.7fr);gap:5vw;align-items:end;padding:95px 4.5vw 75px;background:var(--paper)}.news-page__hero h1{margin:0;font-size:58px;font-weight:400;line-height:1.1}.news-page__hero>p:last-child{margin:0;color:var(--soft-ink);font-size:15px}.news-toolbar{display:flex;align-items:center;gap:32px;padding:0 4.5vw;border-bottom:1px solid var(--line)}.news-toolbar button{position:relative;padding:25px 0 22px;cursor:pointer;background:transparent;border:0;font-size:13px}.news-toolbar button:after{position:absolute;right:0;bottom:-1px;left:0;height:2px;content:"";background:var(--blue);transform:scaleX(0)}.news-toolbar button.active{color:var(--blue)}.news-toolbar button.active:after{transform:scaleX(1)}.news-toolbar>span{margin-left:auto;color:var(--muted);font-size:10px}.news-library{padding:80px 4.5vw 130px}.news-library__item{display:grid;grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);gap:5vw;padding:36px 0;border-bottom:1px solid var(--line)}.news-library__item:first-child{padding-top:0}.news-library__item figure{height:300px;margin:0;overflow:hidden}.news-library__item.featured figure{height:430px}.news-library__item img{height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s}.news-library__item figure.concept-preview{display:grid;place-items:center;background:#dfe3e4}.news-library__item figure.concept-preview img{width:200px;height:auto;box-shadow:0 16px 35px #0f181f2e}.news-library__item:hover img{transform:scale(1.02)}.news-library__item>div{display:flex;align-items:flex-start;flex-direction:column;padding:12px 0}.news-library__item p{display:flex;gap:16px;color:var(--muted);font-size:10px}.news-library__item p span{color:var(--blue);font-weight:700}.news-library__item h2{max-width:760px;margin:25px 0 20px;font-size:30px;font-weight:400;line-height:1.35}.news-library__item>div>strong{max-width:700px;color:var(--soft-ink);font-size:14px;font-weight:400;line-height:1.8}.news-library__item i{display:flex;gap:16px;align-items:center;margin-top:auto;padding-top:30px;font-size:12px;font-style:normal;font-weight:600}.article-page{padding-top:var(--header-h)}.article-header{max-width:1060px;padding:90px 4.5vw 75px;margin:0 auto}.article-header>a{display:inline-flex;gap:10px;align-items:center;margin-bottom:75px;font-size:11px}.article-header>p{display:flex;gap:18px;color:var(--muted);font-size:10px}.article-header>p span{color:var(--blue);font-weight:700}.article-header h1{max-width:930px;margin:22px 0 30px;font-size:48px;font-weight:400;line-height:1.25}.article-header>strong{display:block;max-width:760px;color:var(--soft-ink);font-size:16px;font-weight:400;line-height:1.8}.article-cover{height:min(62vw,820px);margin:0 4.5vw;overflow:hidden}.article-cover img{height:100%;-o-object-fit:cover;object-fit:cover}.article-cover.concept-preview{display:grid;place-items:center;background:#dfe3e4}.article-cover.concept-preview img{width:min(520px,48%);height:auto;box-shadow:0 22px 50px #0f181f33}.article-body{max-width:800px;padding:85px 4.5vw 120px;margin:0 auto}.article-body p{margin-bottom:30px;font-size:17px;line-height:2}.article-next{padding:70px 4.5vw 85px;color:var(--white);background:#171c22}.article-next>span{display:block;margin-bottom:30px;color:#82acd8;font-size:10px}.article-next a{display:flex;align-items:center;justify-content:space-between;gap:40px;padding-top:25px;border-top:1px solid #65707a}.article-next strong{max-width:900px;font-size:26px;font-weight:400}.contact-directory{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));padding:115px 4.5vw 125px}.contact-directory>div{min-height:430px}.contact-primary{padding-right:6vw;border-right:1px solid var(--line)}.contact-office{padding-left:6vw}.contact-directory h2{max-width:570px;margin:30px 0 28px;font-size:34px;font-weight:400;line-height:1.4;white-space:pre-line}.contact-directory>div>p:not(.section-label){max-width:560px;margin-bottom:45px;color:var(--soft-ink);font-size:14px;line-height:1.8}.contact-directory a{display:flex;gap:14px;align-items:center;width:-moz-fit-content;width:fit-content;margin-top:18px;padding:8px 0;border-bottom:1px solid var(--ink);font-size:13px}.contact-services{display:grid;grid-template-columns:minmax(320px,.85fr) 1fr;gap:8vw;padding:105px 4.5vw 120px;background:var(--paper)}.contact-services h2{max-width:600px;margin:0;font-size:34px;font-weight:400;line-height:1.35}.contact-services ul{margin:0;padding:0;list-style:none;border-top:1px solid #aeb5bb}.contact-services li{padding:21px 0;border-bottom:1px solid var(--line);font-size:15px}.editorial-lead__body>p{max-width:580px;margin:3px 0 32px;color:var(--soft-ink);font-size:17px;line-height:1.9}.editorial-lead__body>a{display:inline-flex;gap:14px;align-items:center;padding:10px 0;border-bottom:1px solid var(--ink);font-size:13px;font-weight:600}.enquiry-section{display:grid;grid-template-columns:minmax(300px,.7fr) minmax(0,1.3fr);gap:8vw;padding:115px 4.5vw 125px;color:var(--white);background:#171c22}.enquiry-section>div h2{margin:18px 0 28px;font-size:40px;font-weight:400}.enquiry-section>div>p:last-child{max-width:480px;color:#bfc6cd;font-size:14px;line-height:1.8}.enquiry-section .section-label{color:#82acd8}.enquiry-section form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px 24px}.enquiry-section label{display:flex;flex-direction:column;gap:9px}.enquiry-section label>span{color:#bfc6cd;font-size:11px}.enquiry-section input:not([type=checkbox]),.enquiry-section select,.enquiry-section textarea{width:100%;padding:13px 0;color:var(--white);background:transparent;border:0;border-bottom:1px solid #65707a;border-radius:0;outline:0;font:inherit;font-size:14px}.enquiry-section select{color-scheme:dark}.enquiry-section textarea{resize:vertical}.enquiry-section input:focus,.enquiry-section select:focus,.enquiry-section textarea:focus{border-color:#82acd8}.enquiry-section .wide{grid-column:1/-1}.enquiry-section .consent{display:grid;grid-template-columns:18px 1fr;gap:10px;align-items:start}.enquiry-section .consent input{width:16px;height:16px;margin:2px 0 0;accent-color:#82acd8}.enquiry-section .honeypot{position:absolute;left:-9999px}.form-action{display:flex;align-items:center;gap:24px}.form-action button{display:inline-flex;gap:40px;align-items:center;min-width:190px;padding:14px 0;color:var(--white);cursor:pointer;background:transparent;border:0;border-bottom:1px solid #82acd8;font-size:13px;font-weight:600}.form-action button:disabled{cursor:wait;opacity:.55}.form-action p{margin:0;font-size:12px}.form-action .success{color:#9dd9b1}.form-action .error{color:#ffb2ad}.analytics-admin{min-height:100vh;color:#18202a;background:#edf0f2;font-family:Inter,Helvetica Neue,PingFang SC,Microsoft YaHei,Arial,sans-serif}.analytics-admin.embedded{min-height:0;background:transparent}.analytics-admin.embedded .analytics-shell{width:100%;padding:0}.analytics-login{display:grid;grid-template-columns:minmax(320px,.8fr) minmax(450px,1.2fr);min-height:100vh}.analytics-login__brand{display:flex;align-items:flex-start;flex-direction:column;justify-content:space-between;padding:55px;color:var(--white);background:#1c2b3c}.analytics-login__brand img{width:170px;filter:brightness(0) invert(1)}.analytics-login__brand span{font-size:13px}.analytics-login form{display:flex;align-items:flex-start;flex-direction:column;justify-content:center;width:min(500px,calc(100% - 80px));margin:0 auto}.analytics-heading>div:first-child>p,.analytics-login form>p,.analytics-panel__head>div>p{margin-bottom:12px;color:var(--blue);font-size:10px;font-weight:700}.analytics-login h1{margin-bottom:55px;font-size:44px;font-weight:400}.analytics-login label{width:100%}.analytics-login label span{display:block;margin-bottom:10px;color:var(--muted);font-size:11px}.analytics-login input{width:100%;padding:13px 0;background:transparent;border:0;border-bottom:1px solid #9ca5ad;border-radius:0;outline:0;font-size:17px}.analytics-login input:focus{border-color:var(--blue)}.analytics-login button{display:flex;align-items:center;justify-content:space-between;width:230px;margin-top:35px;padding:13px 0;cursor:pointer;background:transparent;border:0;border-bottom:1px solid var(--ink);font-size:13px;font-weight:600}.analytics-login form>strong{margin-top:20px;color:#a53c34;font-size:12px;font-weight:500}.analytics-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;min-height:68px;padding:0 34px;background:var(--white);border-bottom:1px solid #d7dce0}.analytics-header>div{display:flex;align-items:center;gap:22px}.analytics-header img{width:118px}.analytics-header>div span{padding-left:22px;border-left:1px solid var(--line);font-size:12px;font-weight:600}.analytics-header nav{display:flex;align-items:center;gap:24px}.analytics-header nav a{display:flex;gap:7px;align-items:center;color:var(--soft-ink);font-size:11px}.analytics-header nav button{display:grid;place-items:center;width:34px;height:34px;cursor:pointer;background:transparent;border:1px solid var(--line);border-radius:4px}.analytics-shell{width:min(1500px,100%);padding:42px 34px 70px;margin:0 auto}.analytics-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:32px}.analytics-heading h1{margin:0 0 7px;font-size:34px;font-weight:500}.analytics-heading>div:first-child>span{color:var(--muted);font-size:10px}.analytics-actions{display:flex;gap:12px;align-items:center}.range-control{display:flex;padding:3px;background:#dfe3e6;border-radius:4px}.range-control button{min-width:60px;padding:8px 12px;cursor:pointer;background:transparent;border:0;border-radius:3px;font-size:11px}.range-control button.active{color:var(--blue);background:var(--white);box-shadow:0 1px 4px #0f181f1a}.refresh-button{display:grid;place-items:center;width:38px;height:38px;cursor:pointer;background:var(--white);border:1px solid #d7dce0;border-radius:4px}.spinning{animation:admin-spin .8s linear infinite}@keyframes admin-spin{to{transform:rotate(1turn)}}.metric-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:14px}.analytics-panel,.metric-strip article{background:var(--white);border:1px solid #dfe3e6;border-radius:5px;box-shadow:0 5px 16px #121b2409}.metric-strip article{min-height:168px;padding:22px}.metric-strip article>div{display:flex;gap:10px;align-items:center;color:var(--soft-ink);font-size:11px}.metric-strip article>div svg{color:var(--blue)}.metric-strip article>strong{display:block;margin:25px 0 14px;font-size:35px;font-weight:500;line-height:1}.metric-strip article>p{display:flex;align-items:center;justify-content:space-between;margin:0;color:var(--muted);font-size:10px}.metric-strip article b{display:flex;gap:4px;align-items:center;color:#277a51;font-size:10px;font-weight:600}.metric-strip article b.down{color:#b14a43}.metric-strip article b.down svg{transform:rotate(180deg)}.analytics-panel{padding:24px}.analytics-panel__head{display:flex;align-items:flex-end;justify-content:space-between;gap:25px;margin-bottom:26px}.analytics-panel__head h2{margin:0;font-size:20px;font-weight:600}.trend-panel{margin-bottom:14px}.chart-legend{display:flex;gap:18px;color:var(--muted);font-size:10px}.chart-legend span{display:flex;gap:7px;align-items:center}.chart-legend i{width:16px;height:2px}.chart-legend .views{background:var(--blue)}.chart-legend .visitors{background:#19a6a1}.trend-chart{min-width:0}.trend-chart svg{width:100%;height:260px;overflow:visible}.trend-chart line{stroke:#e5e8ea;stroke-width:1}.trend-chart polyline{fill:none;stroke-linejoin:round;stroke-linecap:round;stroke-width:3}.trend-chart .views-line{stroke:var(--blue)}.trend-chart .visitors-line{stroke:#19a6a1}.trend-axis{display:flex;justify-content:space-between;color:var(--muted);font-size:9px}.analytics-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(340px,.75fr);gap:14px;margin-bottom:14px}.analytics-table{overflow-x:auto}.analytics-table table{width:100%;border-collapse:collapse}.analytics-table th{padding:0 15px 12px 0;color:var(--muted);font-size:9px;font-weight:500;text-align:left}.analytics-table td{padding:15px 15px 15px 0;border-top:1px solid #e5e8ea;font-size:11px;vertical-align:top}.analytics-table td span,.analytics-table td strong{display:block}.analytics-table td strong{max-width:420px;margin-bottom:4px;font-size:12px;font-weight:600}.analytics-table td span{max-width:480px;overflow:hidden;color:var(--muted);font-size:9px;text-overflow:ellipsis;white-space:nowrap}.analytics-table .empty-cell{height:110px;color:var(--muted);text-align:center;vertical-align:middle}.download-ranking{border-top:1px solid #e5e8ea}.download-ranking>div,.source-block>div{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:52px;border-bottom:1px solid #e5e8ea}.download-ranking>div span{display:flex;gap:10px;align-items:center}.download-ranking strong,.source-block span{font-size:11px;font-weight:500}.download-ranking b,.source-block strong{font-size:11px}.download-ranking>p,.source-block>p{padding:30px 0;color:var(--muted);font-size:10px}.source-block{margin-top:28px}.source-block h3{margin-bottom:8px;font-size:12px}.source-block span{color:var(--soft-ink)}.lead-status-summary{display:flex;flex-wrap:wrap;gap:18px;color:var(--muted);font-size:10px}.lead-status-summary b{margin-left:5px;color:var(--ink)}.leads-table th:first-child{width:130px}.leads-table th:nth-child(2){width:150px}.leads-table th:nth-child(4){width:190px}.leads-table th:nth-child(5){width:120px}.leads-table td a{display:block;margin-bottom:4px;color:var(--blue);font-size:10px}.leads-table select{width:105px;padding:7px 8px;background:var(--paper);border:1px solid var(--line);border-radius:3px;font-size:10px}.content-admin{min-height:100vh;color:#18202a;background:#edf0f2;font-family:Inter,Helvetica Neue,PingFang SC,Microsoft YaHei,Arial,sans-serif}.content-admin__shell{display:grid;grid-template-columns:230px minmax(0,1fr);width:min(1560px,100%);margin:0 auto;padding:34px;gap:18px}.content-admin__side{position:sticky;top:102px;align-self:start;padding:12px;background:var(--white);border:1px solid #dfe3e6;border-radius:5px}.content-admin__side button{display:block;width:100%;min-height:48px;padding:0 14px;color:var(--soft-ink);text-align:left;cursor:pointer;background:transparent;border:0;border-radius:4px;font-size:13px}.content-admin__side button.active,.content-admin__side button:hover{color:var(--ink);background:#edf4fb}.content-admin__main{min-width:0}.content-admin__top{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding:24px;margin-bottom:14px;background:var(--white);border:1px solid #dfe3e6;border-radius:5px}.content-admin__top p{margin-bottom:10px;color:var(--blue);font-size:10px;font-weight:700}.content-admin__top h1{margin:0 0 5px;font-size:30px;font-weight:500}.content-admin__top span{color:var(--muted);font-size:10px}.admin-add-button,.content-admin__top button,.media-uploader button{display:inline-flex;gap:8px;align-items:center;justify-content:center;min-height:40px;padding:0 16px;cursor:pointer;background:var(--ink);color:var(--white);border:0;border-radius:4px;font-size:12px}.admin-error,.admin-notice{padding:12px 14px;margin:0 0 14px;border-radius:4px;font-size:12px}.admin-notice{color:#185b34;background:#e8f5ee}.admin-error{color:#8d2d26;background:#f8e9e7}.admin-editor-list{display:grid;gap:14px}.admin-editor-card{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 18px;padding:22px;background:var(--white);border:1px solid #dfe3e6;border-radius:5px}.admin-editor-card header{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:20px;padding-bottom:14px;border-bottom:1px solid #e5e8ea}.admin-editor-card header strong{font-size:15px}.admin-editor-card header button{display:grid;place-items:center;width:34px;height:34px;color:#a53c34;cursor:pointer;background:#fbefee;border:0;border-radius:4px}.admin-editor-card label{display:flex;flex-direction:column;gap:7px;color:var(--muted);font-size:10px}.admin-editor-card input,.admin-editor-card textarea{width:100%;padding:10px 11px;color:var(--ink);background:#fbfcfd;border:1px solid #d8dde2;border-radius:4px;outline:0;font:inherit;font-size:13px}.admin-editor-card textarea{resize:vertical;line-height:1.55}.admin-editor-card input:focus,.admin-editor-card textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px #2758991f}.admin-add-button{justify-self:start;background:var(--blue)}.media-uploader{padding:28px;background:var(--white);border:1px solid #dfe3e6;border-radius:5px}.media-uploader>label{display:grid;place-items:center;min-height:210px;cursor:pointer;color:var(--blue);background:#f4f8fc;border:1px dashed #9bb8d6;border-radius:5px}.media-uploader>label span{margin-top:10px;font-size:14px;font-weight:600}.media-uploader input{display:none}.media-uploader p{margin:18px 0;color:var(--muted);font-size:13px}.privacy-page{padding-top:var(--header-h)}.privacy-page>header{display:grid;grid-template-columns:minmax(120px,.35fr) minmax(300px,.8fr) minmax(320px,.85fr);gap:5vw;align-items:end;padding:100px 4.5vw 80px;background:var(--paper)}.privacy-page>header h1{margin:0;font-size:52px;font-weight:400}.privacy-page>header strong{color:var(--soft-ink);font-size:15px;font-weight:400;line-height:1.8}.privacy-page>header>span{grid-column:3;color:var(--muted);font-size:10px}.privacy-page>section{padding:90px 4.5vw 120px}.privacy-page article{display:grid;grid-template-columns:minmax(260px,.55fr) 1fr;gap:7vw;max-width:1120px;padding:30px 0;border-top:1px solid var(--line)}.privacy-page article h2{margin:0;font-size:19px;font-weight:500}.privacy-page article p{max-width:700px;margin:0;color:var(--soft-ink);font-size:14px;line-height:1.9}.privacy-contact{display:flex;gap:18px;align-items:center;max-width:1120px;padding-top:35px;border-top:1px solid var(--ink);font-size:13px}.privacy-contact a{color:var(--blue);font-weight:600}@media(max-width:1180px){.site-header{grid-template-columns:150px 1fr auto}.brand{width:145px}.brand img{width:135px}.main-nav{gap:1.2vw;font-size:12px}.employee-button span:last-child{display:none}.positioning{grid-template-columns:.25fr 1.2fr .85fr;gap:35px}.sectors{grid-template-columns:310px 1fr;gap:35px}.sector-grid{grid-auto-columns:45%}.project-index__stage{grid-template-columns:minmax(225px,.62fr) minmax(390px,1.35fr) minmax(250px,.7fr)}.project-index__brief{padding-right:24px;padding-left:24px}.project-index__brief h3{font-size:22px}.metric-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.analytics-grid{grid-template-columns:1fr}}@media(max-width:900px){:root{--header-h:70px}.site-header{grid-template-columns:145px 1fr;padding:0 20px}.site-header:after{right:20px;left:20px}.brand{height:50px}.main-nav{position:fixed;inset:var(--header-h) 0 0;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0;padding:28px 24px;color:var(--ink);background:var(--white);transform:translate(100%);transition:transform .3s ease}.site-header.open .main-nav{transform:translate(0)}.main-nav a{padding:16px 0;border-bottom:1px solid var(--line);font-size:17px}.main-nav a:after{display:none}.header-tools{justify-self:end}.employee-button span:last-child{display:inline}.menu-button{display:grid}.employee-panel{right:20px;width:min(350px,calc(100vw - 40px))}.hero{height:82vh;min-height:600px}.hero-copy{right:24px;bottom:17%;left:24px;width:auto}.hero h1{font-size:37px}.hero-service{font-size:15px}.hero-control{right:24px;bottom:7%;grid-template-columns:auto 110px 36px 36px}.scroll-cue{display:none}.section{padding:78px 24px}.section-top{grid-template-columns:1fr;gap:22px;margin-bottom:38px}.contact h2,.design-content h2,.positioning h2,.section h2,.sector-heading h2{font-size:34px}.featured-grid{gap:45px 18px}.project figure,.project:not(.project-wide) figure{height:350px}.project-meta{display:block}.project-meta p{margin-top:7px;text-align:left}.positioning{grid-template-columns:1fr;gap:24px;padding:78px 24px}.positioning-copy{max-width:620px}.design-delivery{grid-template-columns:1fr}.design-photo{min-height:520px}.design-content{padding:75px 24px}.numbers{grid-template-columns:repeat(2,1fr)}.numbers>div{border-bottom:1px solid var(--line)}.numbers>div:nth-child(2){border-right:0}.numbers>div:first-child{padding-left:28px}.advantage-list{grid-template-columns:1fr;gap:40px}.advantage-list h3{margin-top:20px}.sectors{grid-template-columns:1fr;padding:78px 0 78px 24px}.sector-grid,.sector-heading{padding-right:24px}.sector-grid{grid-auto-columns:62%}.sector-grid img{height:390px}.footer-main{grid-template-columns:repeat(2,1fr);gap:55px 40px}.footer-legal{align-items:flex-start;flex-direction:column}.footer-legal div{flex-wrap:wrap}.project-index{padding:82px 24px 90px}.project-index__intro{grid-template-columns:1fr;gap:22px;margin-bottom:38px}.project-index__intro h2{font-size:34px}.project-index__intro-copy>p{max-width:680px}.project-index__stage{display:flex;flex-direction:column;min-height:0}.project-index__directory{flex-flow:row nowrap;order:2;padding:0;overflow-x:auto;border-right:0;border-bottom:1px solid var(--line);scrollbar-width:thin}.project-index__directory>p{display:none}.project-index__directory button{flex:0 0 235px;min-height:92px;border-top:0;border-right:1px solid var(--line);border-bottom:0}.project-index__directory button:last-child{border-bottom:0}.project-index__all-mobile{display:flex;flex:0 0 235px;align-items:center;justify-content:space-between;padding:20px 22px;color:var(--white);background:var(--blue);font-size:12px;font-weight:600}.project-index__visual{order:1;min-height:0;aspect-ratio:16/10}.project-index__brief{order:3;min-height:440px}.project-index__status{margin-bottom:0}.project-index__brand{margin-top:58px}.projects-page__hero{padding:90px 24px 65px}.projects-page__hero>div{grid-template-columns:1fr;gap:28px}.projects-page__hero h1{font-size:54px}.project-filters{padding:0 24px}.project-filter-row{grid-template-columns:1fr;padding:16px 0 9px}.project-filter-row>div{flex-wrap:nowrap;gap:25px;overflow-x:auto;scrollbar-width:thin}.project-filter-row button{padding:15px 0 18px}.project-filter-row button:after{bottom:10px}.project-results{padding:55px 24px 90px}.project-library-card figure{height:360px}.project-library-card.wide figure{height:560px}.project-library-card__meta{grid-template-columns:1fr 24px}.project-library-card__side{grid-column:1/-1;grid-row:2;justify-content:flex-start}.project-library-card__side p{text-align:left}.project-library-card__meta>svg{grid-column:2;grid-row:1}.project-detail__hero{height:72vh;min-height:580px}.project-detail__hero-copy h1{font-size:44px}.project-detail__overview{grid-template-columns:1fr;gap:34px;padding:85px 24px 95px}.project-detail__overview h2{font-size:34px}.project-detail__facts{grid-column:1;grid-template-columns:repeat(2,minmax(0,1fr))}.project-detail__facts>div:not(:nth-child(3n)){border-right:0}.project-detail__facts>div:not(:nth-child(3n+1)){padding-left:0}.project-detail__facts>div:nth-child(odd){border-right:1px solid var(--line)}.project-detail__facts>div:nth-child(2n){padding-left:20px}.project-detail__gallery{padding:85px 24px 95px}.project-gallery-grid figure{height:360px}.project-gallery-grid figure.wide{height:560px}.project-related{padding:85px 24px 95px}.project-related__grid img{height:260px}.inner-hero{height:70vh;min-height:560px}.inner-hero__copy{right:24px;bottom:9%;left:24px}.inner-hero__copy h1{font-size:45px}.editorial-lead{grid-template-columns:1fr;gap:24px;padding:85px 24px 95px}.editorial-lead h2{font-size:36px}.inner-section-heading{grid-template-columns:1fr;gap:15px;margin-bottom:42px}.inner-section-heading h2{font-size:34px}.capability-section,.credentials-section,.pillar-section,.process-section,.sector-matrix,.selected-strip,.service-scope{padding:85px 24px 95px}.capability-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.capability-grid article,.capability-grid article:not(:nth-child(3n)),.capability-grid article:not(:nth-child(3n+1)){padding:28px;border-right:0}.capability-grid article:nth-child(odd){padding-left:0;border-right:1px solid var(--line)}.process-rail{grid-template-columns:repeat(3,minmax(0,1fr))}.process-rail li{min-height:190px}.process-rail span{margin-bottom:60px}.delivery-case,.digital-section,.feature-project{grid-template-columns:1fr;min-height:0}.digital-section>img,.feature-project>img{height:520px}.feature-project>figure{min-height:520px}.delivery-case__copy,.digital-section>div,.feature-project>div{min-height:430px;padding:65px 24px}.selected-strip__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.selected-strip__grid img{height:330px}.page-contact-band{align-items:flex-start;flex-direction:column;padding:60px 24px}.page-contact-band p{font-size:28px}.pillar-list article,.service-scope li{grid-template-columns:60px minmax(220px,.7fr) 1fr}.delivery-case__images{min-height:520px}.credentials-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.credentials-grid article:nth-child(2){border-right:0}.credentials-grid article:nth-child(-n+2){border-bottom:1px solid var(--line)}.ecosystem-section{grid-template-columns:1fr;gap:55px;padding:85px 24px 95px}.news-page__hero{grid-template-columns:1fr;gap:18px;padding:75px 24px 60px}.news-page__hero h1{font-size:48px}.news-toolbar{padding:0 24px;overflow-x:auto}.news-toolbar button{flex:0 0 auto}.news-library{padding:65px 24px 95px}.news-library__item{grid-template-columns:1fr;gap:24px}.news-library__item figure,.news-library__item.featured figure{height:420px}.news-library__item>div{min-height:300px}.article-header{padding:75px 24px 65px}.article-header h1{font-size:39px}.article-cover{height:68vw;margin:0 24px}.article-body{padding:70px 24px 95px}.contact-directory{grid-template-columns:1fr;padding:85px 24px 95px}.contact-directory>div{min-height:0}.contact-primary{padding:0 0 70px;border-right:0;border-bottom:1px solid var(--line)}.contact-office{padding:70px 0 0}.contact-services{gap:50px}.contact-services,.enquiry-section{grid-template-columns:1fr;padding:85px 24px 95px}.enquiry-section{gap:55px}.analytics-login{grid-template-columns:270px 1fr}.analytics-login__brand{padding:35px}.analytics-shell{padding:35px 24px 60px}.analytics-header{padding:0 24px}.content-admin__shell{grid-template-columns:1fr;padding:24px}.content-admin__side{position:static;display:flex;gap:8px;overflow-x:auto}.content-admin__side button{flex:0 0 auto;width:auto;white-space:nowrap}.trend-chart svg{height:220px}.lead-status-summary{display:none}.privacy-page>header{grid-template-columns:1fr;gap:18px;padding:80px 24px 65px}.privacy-page>header>span{grid-column:auto}.privacy-page>section{padding:70px 24px 90px}}@media(max-width:600px){.site-header{grid-template-columns:118px 1fr}.brand{width:116px}.brand img{width:112px}.header-tools{gap:13px}.employee-button span:last-child{display:none}.hero{min-height:610px}.hero-slide img{-o-object-position:58% center;object-position:58% center}.hero h1{font-size:32px}.hero-kicker{max-width:280px;font-size:10px}.hero-service{font-size:14px}.hero-control{left:24px;grid-template-columns:auto 1fr 36px 36px}.featured-grid{grid-template-columns:1fr}.project figure,.project:not(.project-wide) figure{height:300px}.section-link{width:100%}.photo-note{align-items:flex-start;flex-direction:column;gap:5px;padding:18px 22px}.numbers{grid-template-columns:1fr}.numbers>div,.numbers>div:nth-child(2){min-height:150px;padding:28px 0;border-right:0}.numbers>div:first-child{padding-left:0}.numbers strong{margin-bottom:18px;font-size:42px}.sector-grid{grid-auto-columns:84%}.sector-grid img{height:340px}.news-list a{grid-template-columns:1fr 28px;gap:10px;padding:22px 0}.news-list time{grid-column:1/-1}.news-list h3{font-size:16px}.contact{padding:78px 24px 88px}.contact h2{font-size:34px}.contact>a{font-size:17px}.site-footer{padding:65px 24px 25px}.footer-main{grid-template-columns:1fr;gap:40px}.friend-links{align-items:flex-start;flex-direction:column;gap:12px}.footer-legal div{flex-direction:column;gap:9px}.project-index{padding:72px 0 82px}.project-index__intro{padding:0 24px}.project-index__intro h2{font-size:33px}.project-index__ratio{margin:0 24px 20px}.project-index__ratio>span{gap:7px}.project-index__ratio-secondary{padding-left:10px}.project-index__visual{aspect-ratio:4/5}.project-index__directory button{flex-basis:220px}.project-index__all-mobile{flex-basis:calc(100vw - 48px)}.project-index__brief{min-height:500px;padding:34px 24px 28px}.project-index__brief h3{max-width:330px;font-size:27px}.project-index__statement{max-width:320px}.projects-page__hero{padding-top:72px}.projects-page__hero h1{font-size:45px}.projects-page__hero>div>p{font-size:14px}.project-filter-row>strong{margin-bottom:2px}.project-library-grid{grid-template-columns:1fr;gap:54px}.project-library-card.wide{grid-column:auto}.project-library-card figure,.project-library-card.wide figure{height:390px}.project-library-card__meta h2{font-size:19px}.project-detail__hero{height:72vh;min-height:560px}.project-detail__hero-copy{right:24px;bottom:8%;left:24px}.project-detail__hero-copy>a{margin-bottom:42px}.project-detail__hero-copy h1{font-size:36px}.project-detail__overview h2{font-size:30px}.project-detail__facts{grid-template-columns:1fr}.project-detail__facts>div:nth-child(odd){border-right:0}.project-detail__facts>div:nth-child(2n){padding-left:0}.project-gallery-grid{grid-template-columns:1fr;gap:14px}.project-gallery-grid figure,.project-gallery-grid figure.wide{grid-column:auto;height:430px}.project-detail__pagination{grid-template-columns:1fr}.project-detail__pagination>a{min-height:135px;padding:28px 24px}.project-detail__pagination>a:last-child{border-top:1px solid var(--line);border-left:0}.project-related__head{align-items:flex-start}.project-related__grid{grid-template-columns:1fr;gap:42px}.project-related__grid img{height:370px}.inner-hero{min-height:570px}.inner-hero__copy h1{font-size:36px}.inner-hero__copy>div strong{font-size:14px}.editorial-lead h2{font-size:32px}.editorial-lead>p:last-child{font-size:15px}.capability-grid{grid-template-columns:1fr}.capability-grid article,.capability-grid article:nth-child(odd){min-height:210px;padding:28px 0;border-right:0}.capability-grid h3{margin-bottom:35px}.process-rail{grid-template-columns:repeat(2,minmax(0,1fr))}.process-rail li{min-height:180px}.digital-section>img,.feature-project>img{height:430px}.feature-project>figure{min-height:430px}.feature-project>figure img{width:68%}.delivery-case h2,.digital-section h2,.feature-project h2{font-size:32px}.selected-strip__head{align-items:flex-start;flex-direction:column}.selected-strip__head h2{font-size:31px}.selected-strip__head>a{width:100%}.selected-strip__grid{grid-template-columns:1fr;gap:42px}.selected-strip__grid img{height:390px}.page-contact-band p{font-size:25px}.page-contact-band a{width:100%}.pillar-list article,.service-scope li{grid-template-columns:44px 1fr;gap:18px;padding:26px 0}.pillar-list article>p,.service-scope li>p{grid-column:2}.delivery-case__images{grid-template-columns:1fr;min-height:0}.delivery-case__images img{height:430px}.credentials-grid{grid-template-columns:1fr}.credentials-grid article,.credentials-grid article:not(:first-child){min-height:165px;padding:24px 0;border-right:0;border-bottom:1px solid var(--line)}.sector-matrix>div:last-child{grid-template-columns:1fr}.sector-matrix article,.sector-matrix article:nth-child(2n){min-height:180px;padding:28px 0;border-right:0}.sector-matrix h3{margin-bottom:45px}.ecosystem-section h2{font-size:32px}.news-page__hero h1{font-size:42px}.news-toolbar{gap:24px}.news-toolbar>span{display:none}.news-library__item figure,.news-library__item.featured figure{height:350px}.news-library__item h2{font-size:25px}.article-header>a{margin-bottom:55px}.article-header h1{font-size:32px}.article-cover{height:100vw;margin:0}.article-body p{font-size:16px}.article-next strong{font-size:21px}.contact-directory h2{font-size:27px}.contact-services h2{font-size:29px}.editorial-lead__body>p{font-size:15px}.enquiry-section form{grid-template-columns:1fr}.enquiry-section form .wide{grid-column:auto}.form-action{align-items:flex-start;flex-direction:column}.form-action button{width:100%}.analytics-login{display:block;padding:0 24px}.analytics-login__brand{min-height:150px;margin:0 -24px;padding:28px 24px}.analytics-login__brand img{width:130px}.analytics-login form{width:100%;min-height:calc(100vh - 150px);padding:55px 0 80px}.analytics-login h1{margin-bottom:42px;font-size:35px}.analytics-login button{width:100%}.analytics-header{min-height:62px;padding:0 16px}.analytics-header img{width:100px}.analytics-header nav a,.analytics-header>div span{display:none}.analytics-shell{padding:28px 16px 50px}.content-admin__shell{padding:16px}.content-admin__top{align-items:flex-start;flex-direction:column;padding:18px 16px}.content-admin__top button{width:100%}.admin-editor-card{grid-template-columns:1fr;padding:18px 16px}.media-uploader{padding:18px 16px}.analytics-heading{align-items:flex-start;flex-direction:column;margin-bottom:24px}.analytics-heading h1{font-size:29px}.analytics-actions{width:100%}.range-control{flex:1}.range-control button{flex:1;min-width:0}.metric-strip{grid-template-columns:1fr}.metric-strip article{min-height:145px}.analytics-panel{padding:18px 16px}.analytics-panel__head{align-items:flex-start;flex-direction:column}.trend-chart{overflow-x:auto}.trend-chart svg{width:760px;height:210px}.trend-axis{width:760px}.analytics-grid{grid-template-columns:1fr}.leads-table table{min-width:820px}.privacy-page>header h1{font-size:40px}.privacy-page article{grid-template-columns:1fr;gap:16px}.privacy-contact{align-items:flex-start;flex-direction:column}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
