.header{position:fixed;inset:0 0 auto;z-index:1000;width:100%}.header__inner{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding-inline:clamp(.5rem,.1rem + 4vw,5rem);background-color:#fff;border-bottom:1px solid #111111}.main-nav{display:flex;flex-direction:row;align-items:center}.nav-link a{display:block;width:100%;height:100%;padding-inline:1.5rem;padding-block:1rem;text-decoration:none}.nav-link a:hover{background-color:#f59652}@media (max-width: 768px){.nav-link a{width:100%;font-size:1.5rem;padding:1.5rem clamp(.5rem,.1rem + 4vw,5rem)}}@media (max-width: 768px){.desktop-nav{display:none}}.menu-toggle{display:none;background:transparent;border:0;cursor:pointer;align-items:center;justify-content:center;width:56px;height:56px;padding-inline:0}@media (max-width: 768px){.menu-toggle{display:flex;flex-direction:column;justify-content:center}}.menu-toggle__bar{display:block;width:30px;height:2px;background:#111;margin:2px 0;transition:transform .3s ease,opacity .3s ease,background .2s}.menu-toggle.is-open .menu-toggle__bar:nth-child(1){transform:translateY(6px) rotate(45deg)}.menu-toggle.is-open .menu-toggle__bar:nth-child(2){opacity:0}.menu-toggle.is-open .menu-toggle__bar:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.menu-toggle.is-open{background-color:#fadbb0}.mobile-menu{position:fixed;inset:0;padding-top:56px;background:#fdfbf8;border-bottom:1px solid #111111;transform:translateY(-100%);transition:transform .3s ease;z-index:-1}.mobile-menu.is-open{transform:translateY(0);top:24px}.mobile-menu .mobile-menu__nav{display:flex;flex-direction:column;height:100%}@media (min-width: 768px){.mobile-menu{display:none}}.scrolling-banner{width:100%;background:#fadbb0;border-radius:60px 60px 0 0;overflow:hidden}.scrolling-banner__track{display:flex;width:max-content}.scrolling-banner__image{display:block;flex-shrink:0;height:auto;width:2880px}@media (prefers-reduced-motion: no-preference){.scrolling-banner{animation:scroll-banner-scale;animation-timeline:view();transform-origin:bottom center;animation-timing-function:ease-in-out}.scrolling-banner__track{animation:scroll-horizontal 40s linear infinite}@keyframes scroll-horizontal{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scroll-banner-scale{0%{scale:.9}to{scale:1.2}}@supports not (animation-timeline: view()){.scrolling-banner{animation:none;scale:1}}}.client-logos{display:flex;flex-direction:column;align-items:center;justify-content:center;padding-inline:2rem}.logo-grid{display:grid;grid-template-columns:repeat(6,1fr);grid-template-rows:repeat(1,1fr);gap:1rem 1rem;justify-content:center;padding-top:2rem}@media (max-width: 768px){.logo-grid{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);gap:.5rem .5rem}}.project-block{background-color:#fdfbf8;padding-block:5rem}@media (max-width: 768px){.project-block{padding-block:3rem}}@media (max-width: 480px){.project-block{padding-block:2.5rem}}.project-block{position:relative;box-shadow:inset 0 0 0 .5px #d4d4d4}.project-block-inner{display:flex;flex-direction:row;align-items:center}@media (max-width: 768px){.project-block-inner{display:flex;flex-direction:column;align-items:center;justify-content:center}}.project-block-inner{gap:2.5rem}.metrics-wrap{display:flex;flex-direction:row;align-items:center;gap:2.5rem;align-items:flex-start}.img-fade{animation:projectImgFade ease;animation-timeline:view();animation-range-start:cover;animation-range-end:contain}.link-block{display:block;transition:opacity .2s ease,transform .2s ease}.link-block:hover{cursor:pointer}.button{padding-inline:2.25em;padding-block:1em;border-radius:60px;margin-top:2rem;font-weight:400;display:inline-block;max-width:fit-content;text-decoration:none;cursor:pointer;transition:background .3s ease,color .3s ease,border-color .2s ease}@media (max-width: 480px){.button{max-width:none;display:flex;justify-content:center}}.button--solid{background:#f59652;border:none;transition:color .2s ease,transform .2s ease}.button--solid:hover{background:#f38333;cursor:pointer;transform:scale(1.05)}.button--line{background:transparent;border:1px solid #ffffff;color:#fff;transition:color .2s ease,transform .2s ease}.button--line:hover{background:#f59652;color:#111;transform:scale(1.05)}.footer{background-color:#111}.footer__inner{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding-block:8rem}@media (max-width: 768px){.footer__inner{padding-block:4rem}}@media (max-width: 480px){.footer__inner{padding-block:2.5rem}}img.footer-logo{margin-bottom:2rem}.metric-container{display:flex;flex-direction:row;align-items:center}@media (max-width: 768px){.metric-container{display:flex;flex-direction:column;align-items:center;justify-content:center}}.metric-container{gap:1rem;max-width:1000px;align-items:stretch}@media (max-width: 768px){.metric-container{width:100%}}.metric-wrap{text-align:left;border:1px solid #d4d4d4;background:#ffffff40;padding:1rem;border-radius:16px;max-width:300px}@media (max-width: 768px){.metric-wrap{width:100%;max-width:none}}.highlight-img{max-width:80%}@media (max-width: 768px){.highlight-img{max-width:60%}}.highlight-txt{margin-left:clamp(2rem,1rem + 8vw,8rem)}@media (max-width: 768px){.highlight-txt{margin-left:0}}.project-tile{display:flex;flex-direction:column;text-decoration:none;transition:transform .2s ease}.project-tile:hover{cursor:pointer;opacity:.9;transform:scale(1.02)}.project-tile__content h4{margin-top:1rem}.project-tile__content p{color:#525864;font-size:1rem}.next-projects{padding-block:5rem;border-top:1px solid #d4d4d4}.next-projects__title{text-align:center;font-size:clamp(2rem,1rem + 2vw,2.25rem)}.next-projects__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}@media (max-width: 768px){.next-projects__grid{grid-template-columns:1fr;gap:2.5rem}}.hero-animation>*{opacity:0;transform:translateY(20px);animation-name:fadeUp;animation-duration:.6s;animation-timing-function:ease;animation-fill-mode:forwards}.hero-animation>*:nth-child(1){animation-delay:.2s}.hero-animation>*:nth-child(2),.hero-animation>*:nth-child(3){animation-name:fadeIn;animation-duration:.8s;animation-delay:.6s;transform:none}@keyframes projectImgFade{0%{scale:.9;opacity:.7}to{scale:1;opacity:1}}@keyframes fadeUp{0%{opacity:1;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes shrinkIn{0%{scale:2}to{scale:1}}.shrink-in{animation:shrinkIn 6s ease-in-out forwards;animation-timeline:view();animation-range-start:cover;animation-range-end:contain 10%;transform-origin:top center}.u-contain-animation{overflow:clip;max-width:100vw;width:100%}@media (min-width: 768px){.u-contain-animation{overflow:visible}}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;min-height:100%;font-size:100%}img,picture,video,canvas,svg{display:block;height:auto;max-width:100%}figure{margin:0}figcaption{background-color:#fdfbf8;padding-inline:1em;padding-block:1em;margin-right:.5em;width:100%;border-top:1px solid #d4d4d4;font-style:italic}iframe{aspect-ratio:16/9;width:100%;height:100%;object-fit:cover;max-width:100%}input,button,textarea,select{font:inherit}a{color:inherit;text-decoration:none}ul,ol{list-style:none;margin:0;padding:0}ul.bullet{list-style:disc outside;margin-left:1rem;padding-left:1rem;font-size:1rem;font-weight:300;line-height:160%}table{border-collapse:collapse;border-spacing:0}:focus-visible{outline:2px solid black;outline-offset:2px;border-radius:8px}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}h1,h2,h3,h4,h5,h6{font-family:Rubik,system-ui,sans-serif;margin:0}h1{font-size:clamp(2.5rem,1rem + 4vw,4rem);font-weight:600;line-height:130%;margin:0}h1.display{font-size:clamp(2.5rem,1rem + 10vw,10rem);line-height:100%}h2{padding-bottom:4rem}@media (max-width: 768px){h2{padding-bottom:3rem}}@media (max-width: 480px){h2{padding-bottom:2.5rem}}h2{font-size:clamp(2rem,1rem + 3vw,4rem);font-weight:700;line-height:130%;animation-name:fadeUp;transform:translateY(160px);animation-duration:2s;opacity:0;animation-timing-function:ease;animation-fill-mode:forwards;animation-timeline:view();animation-range:entry 0% cover 40%}h2.centred{text-align:center}h2.display{font-size:clamp(2rem,1rem + 7vw,7rem);line-height:130%;margin-block:5rem;padding-bottom:0}h3{font-size:clamp(1.5rem,1rem + 2vw,2.25rem);font-weight:700;line-height:120%;margin-bottom:2rem}h3.sm{font-size:clamp(1rem,1rem + 2vw,1.5rem);margin-bottom:1rem}h3.lg{font-size:6rem;line-height:90%;font-weight:600}h3.italic{font-style:italic}@media (max-width: 768px){h3{margin-bottom:1rem}}h4.lg{font-size:clamp(1rem,1rem + 2vw,2.25rem);font-weight:700;line-height:120%;margin-bottom:1.5rem}h5{font-size:1rem;font-weight:600;line-height:160%;margin:0}.outlined-text{color:#111;-webkit-text-stroke:2px #111111;color:transparent}p{font-size:1rem;font-weight:320;line-height:160%;margin:0}p.centred{text-align:center}p.lg{font-size:clamp(1rem,.5rem + 2vw,1.5rem)}p.md{font-size:clamp(.875rem,.5rem + 2vw,1.25rem)}p.sm{font-size:.875rem}p.title{font-family:Rubik,system-ui,sans-serif;font-size:clamp(1.25rem,1rem + 1.5vw,1.5rem);font-weight:700}p.title.lg{font-size:clamp(1.5rem,1rem + 3vw,2.25rem)}p.title.highlight{background-color:#fadbb0;padding-inline:.5em;border-radius:4px}p.add-space-bottom{margin-bottom:2rem}p.add-space-top{margin-top:2rem}strong{font-weight:700}strong.orange{color:#f59652}li.lg{font-size:clamp(1rem,1rem + 1.5vw,1.5rem);line-height:160%;margin-bottom:1rem;list-style:none;margin-left:none}.accent{color:#f59652}.highlight{background-color:#f5ebdc;padding-inline:.5em;padding-block:.1em;border-radius:4px;margin-right:.5em}.text-white{color:#fff}.text-dark{color:#111}.u-flex-row{display:flex;flex-direction:row;align-items:center}.u-flex-row.gap{gap:1rem}.u-flex-row.align-top{align-items:flex-start}.u-flex-row.space-below{margin-bottom:1.5rem}.u-flex-row-spaced{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.u-flex-wrap-down{display:flex;flex-wrap:wrap;flex-direction:column}.u-align-left{align-items:flex-start}.u-flex-column{display:flex;flex-direction:column}.u-flex-column.align-centre{align-items:center}.u-flex-column.align-left{align-items:flex-start}.u-max-width-txt{max-width:700px}.u-bg-color.primary{background-color:#f59652}.u-bg-color.primary-light{background-color:#fadbb0}.u-bg-color.primary-xlight{background-color:#f5ebdc}.u-bg-color.secondary{background-color:#fbda9f}.u-bg-color.secondary-light{background-color:#fdfbf8}.u-bg-color.black{background-color:#111}.u-bg-color.grey{background-color:#525864}.u-rounded{border-radius:60px;margin-inline:clamp(.5rem,.1rem + 4vw,5rem)}@media (max-width: 768px){.u-rounded.max-height{max-height:none}}.u-space-bottom{margin-bottom:5rem}.u-space-top{margin-top:5rem}.u-space-sides{padding-inline:3rem}body{font-family:Inter,system-ui,sans-serif;color:#111;font-size:1rem;background-color:#fefefe;line-height:160%;-webkit-font-smoothing:antialiased;overflow-x:hidden}main{margin:56px auto auto}.content-wrap{padding-inline:clamp(.5rem,.1rem + 4vw,5rem);max-width:1600px;margin:auto}.content-wrap.narrow{max-width:1200px}.section-container{padding-block:8rem}@media (max-width: 768px){.section-container{padding-block:4rem}}@media (max-width: 480px){.section-container{padding-block:2.5rem}}.section-container.centered{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.section-container.sm{padding-block:4rem}@media (max-width: 768px){.section-container.sm{padding-block:3rem}}@media (max-width: 480px){.section-container.sm{padding-block:2.5rem}}.section-container.remove-bottom-padding{padding-bottom:0}.columns{display:flex;flex-direction:row;align-items:center}@media (max-width: 768px){.columns{display:flex;flex-direction:column;align-items:center;justify-content:center}}.columns{align-items:stretch;gap:5rem}.columns>*{flex:1 1 calc(50% - 2.5rem)}.columns.reverse{flex-direction:row-reverse}.columns.two-thirds>*:first-child{flex:2 1 calc(66.666% - 2.5rem)}.columns.two-thirds>*:last-child{flex:1 1 calc(33.333% - 2.5rem)}@media (max-width: 768px){.columns.wrap-up{flex-direction:column-reverse;align-items:center;gap:2.5rem}}.columns.align-top{align-items:flex-start}.columns.gap-l{gap:2.5rem}.left-column,.right-column{display:flex;flex-direction:column;flex:1;justify-content:center;width:100%}.left-column.outline,.right-column.outline{border:1px solid #d4d4d4;padding-inline:3rem;padding-block:3.5rem;border-radius:24px;justify-content:flex-start}@media (max-width: 1024px){.left-column.outline,.right-column.outline{padding-inline:2rem}}.hero{display:flex;justify-content:center}.hero__inner{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:4rem;padding-block:8rem}@media (max-width: 768px){.hero__inner{padding-block:4rem}}@media (max-width: 480px){.hero__inner{padding-block:2.5rem}}.hero-background{position:absolute;inset:0;overflow:hidden;z-index:-1}.hero-background:after{content:"";position:absolute;inset:0;background:#fffc}.hero-background .blob{position:absolute;width:70vmax;height:70vmax;border-radius:50%;filter:blur(120px);opacity:.6;animation:swirl 16s infinite ease-in-out alternate}.hero-background .blob:nth-child(1){background:radial-gradient(circle,#f5ebdc,transparent 70%);top:-20%;left:-10%;animation-delay:0s}.hero-background .blob:nth-child(2){background:radial-gradient(circle,#fbda9f,transparent 70%);top:10%;right:-20%;animation-delay:5s}.hero-background .blob:nth-child(3){background:radial-gradient(circle,#fadbb0,transparent 70%);bottom:-20%;left:20%;animation-delay:10s}.hero-background .blob:nth-child(4){background:radial-gradient(circle,#f59652,transparent 70%);bottom:10%;right:10%;animation-delay:15s}@keyframes swirl{0%{transform:translate(0) scale(1);opacity:.4}25%{transform:translate(40%,-40%) scale(1.3) rotate(10deg);opacity:.8}50%{transform:translate(-30%,50%) scale(1.2) rotate(-15deg);opacity:.6}75%{transform:translate(60%,20%) scale(1.4) rotate(20deg);opacity:.9}to{transform:translate(-40%,-30%) scale(1);opacity:.5}}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(3,1fr);gap:1rem 1rem}.gallery-item{border-radius:16px;border:1px solid #d4d4d4;overflow:hidden}.gallery-item.item-1{grid-column:1/2;grid-row:1/2}.gallery-item.item-2{grid-column:2/3;grid-row:1/2}.gallery-item.item-3{grid-column:3/4;grid-row:1/2}.gallery-item.item-4{grid-column:4/5;grid-row:1/4}.gallery-item.item-5{grid-column:1/3;grid-row:2/4}.gallery-item.item-6{grid-column:3/4;grid-row:2/4}.gallery-img{width:100%;object-fit:cover;object-position:center;display:block}@media (max-width: 768px){.gallery-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(7,minmax(60px,auto));gap:1rem 1rem}.gallery-item.item-1{grid-column:1/2;grid-row:1/2}.gallery-item.item-2{grid-column:2/3;grid-row:1/2}.gallery-item.item-3{grid-column:1/2;grid-row:2/3}.gallery-item.item-4{grid-column:2/3;grid-row:2/5}.gallery-item.item-5{grid-column:1/3;grid-row:5/7}.gallery-item.item-6{grid-column:1/2;grid-row:3/5}}@media (max-width: 480px){.gallery-grid{grid-template-columns:repeat(1,1fr);grid-template-rows:repeat(11,minmax(60px,auto));gap:1rem 1rem}.gallery-item.item-1{grid-column:1/2;grid-row:1/2}.gallery-item.item-2{grid-column:1/2;grid-row:2/3}.gallery-item.item-3{grid-column:1/2;grid-row:3/4}.gallery-item.item-4{grid-column:1/2;grid-row:4/7}.gallery-item.item-5{grid-column:1/2;grid-row:7/9}.gallery-item.item-6{grid-column:1/2;grid-row:9/11}}.gallery-grid-2{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr);gap:1rem 1rem}.gallery-item-2{border-radius:16px;border:1px solid #d4d4d4;overflow:hidden}.gallery-item-2.item-1{grid-column:1/2;grid-row:1/2}.gallery-item-2.item-2{grid-column:2/3;grid-row:1/2}.gallery-item-2.item-3{grid-column:3/4;grid-row:1/2}.gallery-item-2.item-4{grid-column:4/5;grid-row:1/4}.gallery-item-2.item-5{grid-column:1/3;grid-row:2/4}.gallery-item-2.item-6{grid-column:3/4;grid-row:2/4}.gallery-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}@media (max-width: 768px){.gallery-grid-2{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(7,minmax(60px,auto));gap:1rem 1rem}.gallery-item-2.item-1{grid-column:1/2;grid-row:1/2}.gallery-item-2.item-2{grid-column:2/3;grid-row:1/2}.gallery-item-2.item-3{grid-column:1/2;grid-row:2/3}.gallery-item-2.item-4{grid-column:2/3;grid-row:2/5}.gallery-item-2.item-5{grid-column:1/3;grid-row:5/7}.gallery-item-2.item-6{grid-column:1/2;grid-row:3/5}}@media (max-width: 480px){.gallery-grid-2{grid-template-columns:repeat(1,1fr);grid-template-rows:repeat(11,minmax(60px,auto));gap:1rem 1rem}.gallery-item-2.item-1{grid-column:1/2;grid-row:1/2}.gallery-item-2.item-2{grid-column:1/2;grid-row:2/3}.gallery-item-2.item-3{grid-column:1/2;grid-row:3/4}.gallery-item-2.item-4{grid-column:1/2;grid-row:4/7}.gallery-item-2.item-5{grid-column:1/2;grid-row:7/9}.gallery-item-2.item-6{grid-column:1/2;grid-row:9/11}}.gallery-grid-simple{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem 1rem}.gallery-item-simple{border-radius:16px;border:1px solid #d4d4d4;overflow:hidden}@media (max-width: 768px){.gallery-grid-simple{grid-template-columns:repeat(1,1fr);gap:1rem 1rem}}@media (max-width: 480px){.gallery-grid-simple{grid-template-columns:repeat(1fr);gap:1rem 1rem}}.case-img{border-radius:24px;border:1px solid #d4d4d4;overflow:hidden}.case-img.full-width{width:100%;height:auto;margin-top:4rem}.case-img.no-border{border:none;margin-bottom:4rem}.case-img.no-corner{border-radius:0}.case-img.grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;border:none;margin-top:4rem}.case-img.three-col{grid-template-columns:repeat(3,1fr);margin:auto;margin-top:4rem;gap:5rem 1rem}.case-img.eighty-percent-width{width:80%;height:auto}@media (max-width: 768px){.case-img.full-width{margin-top:2rem}.case-img.grid{grid-template-columns:1fr;margin-top:2rem}}.centre-button-wrap{display:flex;justify-content:center;margin-top:4rem}.expertise-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;grid-template-rows:auto auto;gap:1rem;justify-content:center;max-width:1000px;width:100%}.expertise-card{border-radius:40px;padding:2rem;text-align:left;position:relative;display:flex;flex-direction:column;justify-content:space-between;width:100%}.expertise-card.large{grid-row:span 2}.expertise-card.mid{grid-column:span 2}.expertise-card.orange{background-color:#f59652}.expertise-card.gray{background-color:#525864;color:#fff}.expertise-card.black{background-color:#111;color:#fff}@media (max-width: 768px){.expertise-grid{grid-template-columns:1fr}.expertise-card,.expertise-card.large,.expertise-card.mid{grid-row:span 1;grid-column:span 1}}.expertise-icon{width:6rem;height:6rem;padding-top:1rem}.process-img{margin-left:auto;display:flex;align-items:flex-end}@media (max-width: 768px){.process-img{min-width:40%;max-width:70%;margin-left:0;align-items:flex-start}}.check-icon{margin-top:3px}.contact-item{padding:1rem;background-color:#f5ebdc;border:1px solid #d4d4d4;border-radius:16px;display:flex;flex-direction:row;align-items:center;gap:1rem;text-decoration:none;cursor:pointer;transition:background .3s ease}.contact-item:hover{background-color:#fadbb0}.contact-icon{width:60px;margin:.5rem}@media (max-width: 768px){.contact-icon{width:32px;margin:0}}.about-img-wrap{background-color:#f5ebdc;border-radius:24px;justify-content:center;align-items:center;display:flex;overflow:hidden}.about-img{width:70%}
