:root{--purple: #722b6d;--purple-dark: #511e51;--purple-light: #d3c5d2;--yellow: #e6c101;--gold: #ce9300;--coral: #ea6157;--cream: #f2edd7;--white: #f9f9f7;--black: #18151c;--gradient-hero: var(--black);--gradient-hero-shade: linear-gradient(90deg, rgba(24,21,28,.98) 0%, rgba(24,21,28,.74) 40%, rgba(24,21,28,.08) 76%), linear-gradient(0deg, rgba(24,21,28,.7), transparent 40%);--gradient-accent-yellow: linear-gradient(105deg, var(--yellow) 0%, var(--yellow) 34%, var(--gold) 100%);--gradient-accent-purple: linear-gradient(105deg, var(--purple-dark) 0%, var(--purple-dark) 42%, var(--purple) 100%);--grid: clamp(20px, 3.15vw, 52px);--content-max: 1680px;--content-width: min(calc(100vw - (2 * var(--grid))), var(--content-max));--page-inset: max(var(--grid), calc((100vw - var(--content-max)) / 2));--ease: cubic-bezier(.22, 1, .36, 1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--black);font-family:Inter Tight,Arial,sans-serif;font-size:16px;overflow-x:hidden}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}img,video{display:block;width:100%}button,input,textarea,select{color:inherit;font:inherit}button{cursor:pointer}::selection{background:var(--yellow);color:var(--black)}.skip-link{position:fixed;top:8px;left:8px;z-index:999;padding:10px 14px;background:var(--yellow);transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}.cursor{position:fixed;z-index:5000;width:74px;height:74px;border-radius:50%;display:grid;place-items:center;pointer-events:none;background:var(--yellow);color:var(--black);font-size:12px;transform:translate(-50%,-50%) scale(0);transition:transform .35s var(--ease),background .2s;mix-blend-mode:normal}.cursor.visible{transform:translate(-50%,-50%) scale(1)}.site-header{position:fixed;inset:0 0 auto;z-index:100;height:92px;padding:14px var(--page-inset);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;color:var(--cream);transition:transform .35s,color .35s,background .35s,height .35s,padding .35s}.site-header.is-hidden{transform:translateY(-100%)}.site-header.scrolled{height:72px;padding:4px var(--page-inset);background:color-mix(in srgb,var(--cream) 92%,transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);color:var(--black);border-bottom:1px solid rgba(24,21,28,.15)}.brand{width:auto;height:64px;display:flex;align-items:center;position:relative}.brand img{width:auto;max-height:64px;position:absolute;left:0;top:50%;transform:translateY(-50%);transition:opacity .35s}.brand .logo-white{position:relative}.brand .logo-color,.site-header.scrolled .brand .logo-white{opacity:0}.site-header.scrolled .brand .logo-color{opacity:1}.nav{display:flex;gap:34px;font-size:14px}.nav a{display:inline-block;transition:transform .3s var(--ease)}.nav a:hover{transform:scale(1.08);background:var(--gradient-accent-yellow);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.header-cta{position:relative;justify-self:end;display:flex;align-items:center;gap:12px;font-size:14px;border:1px solid currentColor;border-radius:0;padding:11px 20px;transition:color .35s,border-color .35s,box-shadow .35s}.header-cta:hover,.header-cta:focus-visible{color:var(--black);border-color:var(--gold);background:var(--gradient-accent-yellow);box-shadow:0 12px 34px #18151c2e}.header-cta span{display:inline-flex;align-items:center}.menu-toggle{display:none;border:0;background:transparent;width:44px;height:44px;padding:10px}.menu-toggle span{display:block;height:1px;background:currentColor;margin:7px 0;transition:transform .3s}.hero{position:relative;min-height:100svh;background:var(--gradient-hero);color:var(--cream);overflow:hidden;isolation:isolate}.hero:before{content:"";position:absolute;z-index:-1;inset:0;opacity:.34;background:repeating-linear-gradient(113deg,transparent 0 24px,rgba(249,249,247,.025) 25px 26px);mix-blend-mode:soft-light;pointer-events:none}.hero-media{position:absolute;inset:0;opacity:.6}.hero-media img{width:100%;height:100%;object-fit:contain;object-position:90% center;transform:scale(1.04);transform-origin:90% center;animation:hero-zoom 2s var(--ease) forwards}@keyframes hero-zoom{to{transform:scale(1)}}.hero-shade{position:absolute;inset:0;background:var(--gradient-hero-shade)}.hero-orbit{display:none}@keyframes drift{to{transform:translate(-2vw,3vw) rotate(8deg)}}.hero-content{position:relative;z-index:2;min-height:100svh;padding:clamp(145px,18vh,210px) var(--page-inset) clamp(42px,5svh,72px);display:flex;flex-direction:column}.eyebrow,.section-mark{margin:0;font-size:12px;text-transform:uppercase;letter-spacing:.12em;font-weight:500}.hero-eyebrow{color:var(--yellow);margin-bottom:20px;font-size:10px;animation:fade-in-up .9s var(--ease) .05s both}.hero h1{margin:0;max-width:1100px;font-size:clamp(64px,8.6vw,148px);font-weight:500;letter-spacing:-.065em;line-height:.79}.hero h1 span{display:block;animation:line-up 1.1s var(--ease) .15s both}.hero h1 span:nth-child(2){animation-delay:.25s}.hero h1 span:nth-child(3){animation-delay:.35s}@keyframes line-up{0%{opacity:0;transform:translateY(55px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero h1 em,.section-head em,.process-intro em,.atelier-copy em,.contact em{font-family:Georgia,serif;font-weight:400}.hero h1 em,.process-intro h2 em,.projects .section-head h2 em,.voices-centre h2 em,.contact-intro h2 em,.process-flow-title h3{color:var(--yellow);background:var(--gradient-accent-yellow);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero h1 em,.process-intro h2 em,.projects .section-head h2 em,.voices-centre h2 em,.contact-intro h2 em,.manifesto-copy em,.section-head h2 em,.services-catalog-head h2 em,.atelier-copy h2 em{display:inline;padding-inline:.035em .14em;margin-inline:-.035em -.14em;box-decoration-break:clone;-webkit-box-decoration-break:clone}.hero-indent{padding-left:clamp(56px,9vw,150px)}.hero-bottom{margin-top:auto;display:flex;align-items:flex-end;justify-content:flex-start;gap:clamp(36px,4vw,64px);padding-left:clamp(180px,22vw,420px)}.hero-bottom>p{max-width:420px;margin:0 24px 4px 0;font-size:17px;line-height:1.45;animation:fade-in-up 1.1s var(--ease) .48s both}.explore-link{flex:0 0 118px;width:118px;height:118px;border:1px solid rgba(242,237,215,.65);border-radius:0;display:flex;justify-content:center;align-items:center;gap:12px;font-size:13px;transition:background .4s,color .4s,border-color .4s;animation:fade-in-up 1.1s var(--ease) .58s both}.explore-link:hover,.explore-link:focus-visible{background:var(--gradient-accent-yellow);color:var(--black);border-color:var(--gold)}.section-pad{padding:clamp(90px,12vw,190px) var(--page-inset)}.manifesto{position:relative;display:grid;grid-template-columns:1fr 5fr;gap:30px;background:var(--cream);overflow:hidden;padding-bottom:clamp(50px,6vw,90px)}.manifesto:before{content:"";position:absolute;inset:0 0 auto;height:clamp(70px,10vw,150px);background:linear-gradient(180deg,rgba(24,21,28,.12),transparent);pointer-events:none}.manifesto-copy{grid-column:2;margin:0;max-width:1240px;font-size:clamp(46px,6vw,104px);font-weight:400;letter-spacing:-.055em;line-height:.97}.manifesto-copy em{font-family:Georgia,serif;font-weight:400}.manifesto-meta{grid-column:2;display:flex;justify-content:space-between;align-items:flex-end;margin-top:36px;border-top:1px solid rgba(24,21,28,.3);padding-top:18px}.manifesto-meta p{margin:0;font-size:14px;line-height:1.5}.text-link{display:inline-flex;gap:40px;align-items:center;border-bottom:1px solid;padding:10px 0;font-size:14px}.text-link span{transition:transform .3s}.text-link:hover span{transform:translate(4px,-4px)}.section-head{display:flex;flex-direction:column;align-items:stretch;gap:0;width:100%}.section-head .section-mark{align-self:flex-start;text-align:left;margin:0 0 clamp(16px,1.8vw,24px)}.section-head h2{margin:0 auto;text-align:center;font-size:clamp(48px,5.2vw,84px);line-height:.92;letter-spacing:-.055em;font-weight:500;max-width:1100px}.manifesto-copy em,.section-head h2 em,.services-catalog-head h2 em,.atelier-copy h2 em{color:var(--purple-dark);background:var(--gradient-accent-purple);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.principles-scroll{position:relative;background:var(--black);color:var(--cream)}.principles-pin{position:relative;height:100svh;min-height:680px;overflow:hidden;isolation:isolate;background:var(--black)}.principles-ambient{position:absolute;z-index:0;inset:0;background:radial-gradient(circle at 17% 28%,rgba(114,43,109,.32),transparent 34%),radial-gradient(circle at 84% 76%,rgba(230,193,1,.08),transparent 27%),linear-gradient(112deg,var(--black) 18%,rgba(81,30,81,.28) 58%,var(--black) 92%)}.principles-ambient:after{content:"";position:absolute;inset:0;opacity:.22;background-image:linear-gradient(rgba(249,249,247,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(249,249,247,.035) 1px,transparent 1px);background-size:72px 72px;-webkit-mask-image:linear-gradient(90deg,transparent,black 28%,black 72%,transparent);mask-image:linear-gradient(90deg,transparent,black 28%,black 72%,transparent)}.principles-label{position:absolute;z-index:5;top:108px;left:var(--grid);right:var(--grid);display:flex;justify-content:space-between;align-items:center}.principles-counter,.principles-instruction{margin:0;font-size:11px;text-transform:uppercase;letter-spacing:.12em}.principles-instruction{position:absolute;z-index:5;left:var(--grid);bottom:26px;display:flex;gap:16px;align-items:center}.principles-instruction span{color:var(--yellow);font-size:18px}.principle-cards{position:absolute;z-index:3;inset:0}.principle-card{--card-overlay:linear-gradient(150deg,rgba(81,30,81,.96),rgba(24,21,28,.97));position:absolute;top:18svh;left:calc(9vw + var(--card-index) * 20.75vw);translate:none;width:19.25vw;height:min(72svh,650px);min-width:0;padding:22px;display:flex;flex-direction:column;overflow:hidden;isolation:isolate;color:var(--cream);background:var(--black);border:1px solid rgba(249,249,247,.16);box-shadow:0 28px 78px #0000004d,inset 0 1px #f9f9f714;transition:border-color .5s var(--ease),box-shadow .5s var(--ease);will-change:transform}.principle-card:before,.principle-card:after{content:"";position:absolute;inset:0;pointer-events:none}.principle-card:before{z-index:-1;background:var(--card-overlay);opacity:.97;transition:opacity .65s var(--ease)}.principle-card:after{z-index:2;inset:-18% -65%;opacity:0;background:linear-gradient(112deg,transparent 36%,rgba(249,249,247,.06) 44%,rgba(249,249,247,.34) 50%,rgba(249,249,247,.06) 56%,transparent 64%);transform:translate(-45%);transition:transform .9s var(--ease),opacity .35s ease;mix-blend-mode:screen}.principle-card-purple{--card-overlay:linear-gradient(150deg,rgba(81,30,81,.97),rgba(24,21,28,.98))}.principle-card-coral{--card-overlay:linear-gradient(150deg,rgba(114,43,109,.95),rgba(24,21,28,.98))}.principle-card-gold{--card-overlay:linear-gradient(150deg,rgba(81,30,81,.96),rgba(24,21,28,.98) 76%)}.principle-card-cream{--card-overlay:linear-gradient(150deg,rgba(211,197,210,.78),rgba(81,30,81,.96) 64%,rgba(24,21,28,.98))}.principle-card-media{position:absolute;z-index:-2;inset:0;width:100%;height:100%;object-fit:cover;opacity:.3;filter:saturate(.55) brightness(.58);transform:scale(1.09);transition:transform 1s var(--ease),filter .8s var(--ease),opacity .6s ease}.principle-card>p,.principle-card h3,.principle-card>span{position:relative;z-index:3}.principle-card>p{margin:0;font-size:13px;font-style:italic}.principle-card h3{margin:auto 0;font-family:Georgia,serif;font-size:clamp(31px,2.65vw,52px);line-height:.9;font-weight:400;letter-spacing:-.055em}.principle-card>span{max-width:260px;margin-top:auto;font-size:12px;line-height:1.42;opacity:.78}.principle-card:hover{border-color:#f9f9f775;box-shadow:0 34px 90px #0000007a,inset 0 1px #f9f9f738}.principle-card:hover:before{opacity:.34}.principle-card:hover:after{opacity:1;transform:translate(45%)}.principle-card:hover .principle-card-media{opacity:1;filter:saturate(.9) brightness(.74);transform:scale(1.015)}.principle-card:hover h3,.principle-card:hover>span,.principle-card:hover>p{text-shadow:0 2px 18px rgba(0,0,0,.72)}.services-sticky{background:var(--cream);color:var(--black);position:relative}.services-editorial,.services-mobile-head,.services-mobile-current,.services-mobile-copy{display:none}.services-sticky-scroll{width:100%}.services-sticky-container{display:flex;width:100%;height:100vh;position:relative}.services-sticky-col{width:50%;height:100%;position:relative}.services-sticky-col.is-img{display:flex;align-items:center;justify-content:center;padding:0}.services-sticky-img-collection{width:32vw;height:92vh;position:relative;overflow:hidden;border-radius:6px}.services-sticky-img-list{width:100%;height:100%;position:relative}.services-sticky-img-item{position:absolute;inset:0;clip-path:inset(50%);visibility:hidden}.services-sticky-img-item:first-of-type{clip-path:inset(0%);visibility:visible}.services-sticky-img-item img{width:100%;height:100%;object-fit:cover}.services-sticky-progress-w{position:absolute;bottom:0;left:0;width:100%;height:4px;background:#18151c1a}.services-sticky-progress-bar{height:100%;background:var(--purple);width:100%;transform-origin:left;transform:scaleX(0)}.services-sticky-col.is-txt{padding:5vh 8vw 5vh 3vw;display:flex;flex-direction:column}.services-sticky-text-collection,.services-sticky-text-list{position:relative;width:100%;height:100%}.services-sticky-text-item{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:space-between;visibility:hidden;opacity:0}.services-sticky-text-item:first-of-type{visibility:visible;opacity:1}.services-sticky-top .h-offer{margin:0 0 24px;font-family:Georgia,serif;font-size:clamp(42px,5vw,68px);line-height:1;letter-spacing:-.04em;font-weight:400;text-transform:none}.services-sticky-top p{font-size:16px;line-height:1.5;max-width:390px;margin:0}.services-sticky-bottom-wr{display:flex;gap:24px}@media(min-width:992px){.services-sticky-bottom-wr{margin-bottom:clamp(56px,7vh,88px)}}.services-sticky-tag{font-size:16px;color:var(--purple);font-weight:500}.services-sticky-bottom h3{font-family:Georgia,serif;font-size:clamp(34px,4vw,56px);font-weight:400;margin:0 0 16px;line-height:.9;letter-spacing:-.04em;color:var(--black)}.services-sticky-bottom p{font-size:14px;line-height:1.42;max-width:520px;opacity:.82;margin:0}.colour-story{position:relative;height:calc(100svh - 70px);min-height:610px;max-height:770px;background:#f0f3f2;color:var(--black);border-top:1px solid rgba(24,21,28,.1)}.colour-lab-pin{height:100%;padding:clamp(82px,11vh,108px) var(--grid) clamp(64px,8vh,82px);display:grid;grid-template-columns:minmax(330px,.82fr) minmax(520px,1.18fr);gap:clamp(54px,7vw,116px);align-items:center;overflow:hidden}.colour-lab-copy{align-self:center;max-width:590px}.colour-lab-copy .section-mark{color:var(--purple-dark)}.colour-lab-title{margin:clamp(36px,4vw,56px) 0 28px;font-size:clamp(52px,5.8vw,96px);line-height:.88;letter-spacing:-.06em;font-weight:500}.colour-lab-title em{font-family:Georgia,serif;font-weight:400;color:var(--purple-dark);background:var(--gradient-accent-purple);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;padding-inline:.02em .1em;box-decoration-break:clone;-webkit-box-decoration-break:clone}.colour-lab-lede{max-width:500px;margin:0 0 36px;font-size:clamp(15px,1.25vw,18px);line-height:1.55;color:#18151cc2}.colour-lab-stage{width:100%;max-width:850px;margin:0;justify-self:end}.colour-lab-aperture{width:100%;height:min(61svh,520px);min-height:390px;overflow:hidden;border:0;background:#f0f3f2}.colour-lab-aperture video{width:100%;height:100%;object-fit:cover;filter:none;transform:none}.colour-lab-aperture:before,.colour-lab-aperture:after{content:none}.colour-lab-stage figcaption{display:flex;justify-content:flex-end;margin-top:12px;font-size:9px;text-transform:uppercase;letter-spacing:.13em;color:#18151c94}.colour-lab-cta{position:relative;display:inline-flex;align-items:center;gap:12px;padding:11px 20px;border:1px solid currentColor;border-radius:0;background:transparent;color:var(--black);font-size:14px;transition:color .35s,border-color .35s,box-shadow .35s,background .35s}.colour-lab-cta span{display:inline-flex;align-items:center;color:inherit;font-size:inherit}.colour-lab-cta:hover,.colour-lab-cta:focus-visible{color:var(--black);border-color:var(--gold);background:var(--gradient-accent-yellow);box-shadow:0 12px 34px #18151c2e;outline:none}.text-link.light{color:var(--cream)}.process-timeline{position:relative;background:var(--black);color:var(--cream)}.process-intro{min-height:auto;padding:clamp(54px,6vw,84px) var(--page-inset) clamp(40px,4.5vw,64px);display:flex;flex-direction:column;align-items:stretch;gap:0;border-bottom:1px solid rgba(242,237,215,.2);width:100%}.process-intro .section-mark{align-self:flex-start;text-align:left;margin:0 0 clamp(16px,1.8vw,24px)}.process-intro h2{margin:0 auto;text-align:center;font-size:clamp(48px,5.2vw,84px);line-height:.92;letter-spacing:-.055em;font-weight:500;max-width:1100px}.process-intro h2 em{color:var(--yellow);white-space:nowrap}.process-intro>div{margin:clamp(20px,2.2vw,28px) auto 0;display:flex;justify-content:center;text-align:center;border-top:1px solid rgba(242,237,215,.28);padding-top:18px;width:100%;max-width:800px}.process-intro>div span{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:var(--yellow)}.process-intro>div p{max-width:580px;margin:0 auto;text-align:center;font-size:15px;line-height:1.5;opacity:.72}.process-flow{position:relative;padding:3svh 0 0;background:var(--black);isolation:isolate}.process-flow-item,.process-flow-item:last-child{position:relative;height:104svh;min-height:0;overflow:clip}.process-flow-sticky{position:relative;height:100%;padding:0 3.2vw}.process-flow-scene{position:relative;height:100svh;display:grid;grid-template-columns:minmax(0,1fr) clamp(330px,29vw,430px) minmax(0,1fr);column-gap:clamp(28px,4vw,72px);align-items:start;overflow:clip}.process-flow-scene figure{position:absolute;z-index:-2;top:0;left:50%;width:auto;height:100%;aspect-ratio:9/16;margin:0;overflow:hidden;border-radius:8px;background:var(--purple-dark);opacity:1;transform:translate(-50%);box-shadow:0 42px 90px #0000008c}.process-flow-scene figure:after{content:"";position:absolute;z-index:1;inset:0;background:#18151c24;pointer-events:none}.process-flow-scene img,.process-flow-scene video{width:100%;height:100%;object-fit:cover;filter:saturate(.94) brightness(.92)}.process-flow-title{position:sticky;top:28svh;grid-column:1;z-index:5;align-self:start;justify-self:end;width:min(100%,520px);margin-top:28svh;padding:0;text-align:right;opacity:1;will-change:transform}.process-flow-title span{display:inline-block;margin:0 0 24px;padding:9px 11px;background:#18151c9e;font-size:10px;text-transform:uppercase;letter-spacing:.13em}.process-flow-title h3{margin:0 -.08em 0 0;font-family:Georgia,serif;color:var(--yellow);font-size:clamp(28px,3.05vw,46px);line-height:1.05;letter-spacing:-.045em;font-weight:400;text-shadow:0 5px 35px rgba(0,0,0,.32);padding-right:.08em;padding-bottom:.12em}.process-flow-scene>p{position:sticky;top:44svh;grid-column:3;z-index:5;justify-self:start;width:min(100%,520px);margin:44svh 0 0;padding-right:clamp(22px,2vw,34px);font-size:clamp(17px,1.55vw,25px);line-height:1.38;letter-spacing:-.02em;opacity:1;will-change:transform}.process-flow-scene>p:after{content:"";position:absolute;top:-8px;right:0;bottom:-8px;width:1px;background:#c4c9cf94;pointer-events:none}.process-flow-rule{display:none}.process-flow-scene>small{position:absolute;z-index:3;top:14px;right:5vw;font-size:10px;letter-spacing:.13em}.projects{background:var(--black);color:var(--cream)}.projects .section-head{padding-top:clamp(54px,6vw,84px);padding-bottom:clamp(36px,4vw,54px)}.projects .section-head h2 em{color:var(--yellow)}.project-list{padding:clamp(35px,4vw,55px) var(--grid) clamp(60px,6vw,95px);overflow:hidden}.project-row{position:relative;z-index:1}.project-row:nth-child(2),.project-row:nth-child(3){margin-top:clamp(60px,6vw,95px)}.project-row>a{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:clamp(22px,2.4vw,42px);align-items:center}.project-gallery{grid-column:1/7;width:min(100%,680px);aspect-ratio:4/5;margin:0;display:grid;gap:clamp(7px,.7vw,12px);background:var(--black);box-shadow:0 30px 85px #00000052}.project-row:nth-child(2n) .project-gallery{grid-column:7/-1;justify-self:end}.project-gallery span{position:relative;overflow:hidden;background:var(--black)}.project-gallery img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.82);transition:transform 1.1s var(--ease),filter .55s ease}.project-gallery span:hover img{transform:scale(1.06);filter:saturate(1)}.project-row:hover .project-gallery img{filter:saturate(.94)}.project-gallery.g-three{grid-template-columns:.82fr 1fr;grid-template-rows:1fr 1fr}.g-three span:nth-child(1){grid-column:1;grid-row:1}.g-three span:nth-child(2){grid-column:1;grid-row:2}.g-three span:nth-child(3){grid-column:2;grid-row:1/3}.project-gallery.g-two{grid-template-columns:.92fr 1.08fr;grid-template-rows:1fr}.project-gallery.g-four{grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr}.project-info{grid-column:8/-1;position:relative;align-self:center;max-width:500px;padding:0 1vw}.project-row:nth-child(2n) .project-info{grid-column:1/6;grid-row:1;justify-self:start;padding-left:0}.project-info span{display:block;margin-bottom:18px;color:var(--yellow);font-size:10px;text-transform:uppercase;letter-spacing:.14em;line-height:1.4}.project-info h3{margin:0 0 22px;font-family:Georgia,serif;color:var(--cream);font-size:clamp(48px,5.4vw,90px);line-height:.88;font-weight:400;letter-spacing:-.055em}.project-info p{max-width:430px;margin:0;font-size:clamp(14px,1.1vw,17px);line-height:1.55;opacity:.72}.project-info b{display:inline-block;margin-top:38px;padding-bottom:7px;border-bottom:1px solid rgba(242,237,215,.55);font-size:11px;text-transform:uppercase;letter-spacing:.12em;font-weight:400}.atelier{display:grid;grid-template-columns:minmax(0,.82fr) minmax(480px,1.18fr);align-items:center;gap:clamp(48px,7vw,118px);overflow:hidden;background:var(--cream)}.atelier-copy{position:relative;z-index:3}.atelier-copy .section-mark{color:var(--purple-dark)}.atelier-copy h2{margin:clamp(34px,4vw,62px) 0 34px;font-size:clamp(52px,5.8vw,94px);line-height:.88;letter-spacing:-.06em;font-weight:500}.atelier-copy h2 em{color:var(--purple)}.atelier-lede{max-width:570px;margin:0 0 26px;font-size:clamp(16px,1.35vw,20px);line-height:1.55}.founder-story{max-width:590px;margin:0 0 clamp(38px,4.5vw,64px);padding:18px 0 21px;border-top:1px solid rgba(24,21,28,.3);border-bottom:1px solid rgba(24,21,28,.3)}.founder-story>span{display:block;margin-bottom:11px;color:var(--purple-dark);font-size:10px;text-transform:uppercase;letter-spacing:.13em;font-weight:600}.founder-story p{margin:0;font-size:14px;line-height:1.52}.founder-story blockquote{margin:15px 0 0;max-width:520px;font-family:Georgia,serif;color:var(--purple-dark);font-size:clamp(17px,1.5vw,22px);line-height:1.28;font-style:italic}.facts{border-top:1px solid;display:grid;grid-template-columns:repeat(2,1fr)}.facts span{display:flex;flex-direction:column;gap:22px;padding:18px 10px 25px 0;border-bottom:1px solid;font-size:20px}.facts span:nth-child(odd){border-right:1px solid}.facts span:nth-child(2n){padding-left:24px}.facts small{font-size:11px;text-transform:uppercase;letter-spacing:.1em}.atelier-portrait{position:relative;width:100%;max-width:760px;margin:0;justify-self:end;aspect-ratio:4/5;background:#963816;overflow:hidden;isolation:isolate;cursor:default}.atelier-image{position:absolute;inset:0}.atelier-image img{width:100%;height:100%;object-fit:cover;object-position:center}.atelier-image-painted{z-index:1}.atelier-image-painted img{filter:none;transform:none}.atelier-image-painted:after{content:none}.atelier-image-original{z-index:2;opacity:0;pointer-events:none}.atelier-reveal-canvas{position:absolute;z-index:3;inset:0;width:100%;height:100%;pointer-events:none}.atelier-roller-cursor{--roller-x:50%;--roller-y:50%;--roller-angle:83deg;position:absolute;z-index:6;left:0;top:0;width:auto;height:clamp(72px,7vw,104px);opacity:0;pointer-events:none;transform:translate3d(var(--roller-x),var(--roller-y),0) translate(-50%,-13%) rotate(var(--roller-angle));transform-origin:50% 12%;filter:drop-shadow(0 7px 8px rgba(24,21,28,.18));transition:opacity .18s ease;will-change:transform}.atelier-portrait.is-auto-revealing .atelier-roller-cursor{opacity:1}.atelier-portrait figcaption{position:absolute;z-index:4;left:0;right:0;top:0;display:flex;justify-content:space-between;gap:24px;padding:18px 20px 42px;color:var(--cream);background:linear-gradient(180deg,rgba(24,21,28,.68),transparent);font-size:10px;text-transform:uppercase;letter-spacing:.11em;pointer-events:none}.atelier-caption-action{display:flex;flex-direction:column;align-items:flex-start;gap:5px}.atelier-reset{width:24px;height:22px;margin:0;padding:0;border:0;background:transparent;color:var(--cream);font-size:17px;line-height:1;opacity:.76;pointer-events:auto;cursor:pointer;transition:color .25s ease,opacity .25s ease,transform .35s var(--ease)}.atelier-reset:hover,.atelier-reset:focus-visible{color:var(--yellow);opacity:1;transform:rotate(-42deg);outline:none}.client-voices{position:relative;background:var(--black);color:var(--cream)}.voices-pin{position:relative;height:100svh;min-height:720px;overflow:hidden;isolation:isolate;background:linear-gradient(118deg,rgba(114,43,109,.5) 0%,rgba(81,30,81,.2) 27%,transparent 52%),linear-gradient(302deg,rgba(230,193,1,.12) 0%,rgba(234,97,87,.075) 24%,transparent 49%),linear-gradient(180deg,#1d1820 0%,var(--black) 72%)}.voices-pin:before{content:"";position:absolute;z-index:-1;inset:0;background:repeating-linear-gradient(102deg,rgba(242,237,215,.025) 0 1px,transparent 1px 10px),linear-gradient(90deg,transparent 0 48%,rgba(242,237,215,.035) 50%,transparent 52%);opacity:.42;mix-blend-mode:soft-light;pointer-events:none}.voices-atmosphere{position:absolute;z-index:-1;inset:0;overflow:hidden;opacity:.7}.voices-atmosphere i{position:absolute;display:block;width:62vw;height:17vh;border-radius:0;background:linear-gradient(90deg,rgba(114,43,109,.34),rgba(81,30,81,.1) 62%,transparent);filter:blur(34px);transform:rotate(-6deg) skew(-8deg)}.voices-atmosphere i:nth-child(1){left:-14vw;top:6vh}.voices-atmosphere i:nth-child(2){right:-17vw;bottom:7vh;height:19vh;background:linear-gradient(90deg,transparent,rgba(234,97,87,.07) 28%,rgba(230,193,1,.13));filter:blur(40px);transform:rotate(7deg) skew(7deg)}.voices-atmosphere i:nth-child(3){left:28vw;top:44vh;width:44vw;height:8vh;background:linear-gradient(90deg,transparent,rgba(242,237,215,.055),transparent);filter:blur(28px);transform:rotate(-2deg);opacity:.5}.voices-label{position:absolute;z-index:6;top:30px;left:var(--grid)}.voices-centre{position:absolute;z-index:2;top:50%;left:50%;width:min(82vw,1100px);text-align:center;translate:-50% -50%;will-change:transform,opacity}.voices-centre>span{display:block;margin-bottom:23px;color:var(--yellow);font-size:10px;text-transform:uppercase;letter-spacing:.16em}.voices-centre h2{margin:0;font-size:clamp(52px,5.8vw,96px);line-height:.88;letter-spacing:-.06em;font-weight:500;text-wrap:balance}.voices-centre h2 em{font-family:Georgia,serif;color:var(--yellow);font-weight:400}.voices-centre>p{max-width:570px;margin:35px auto 0;font-size:16px;line-height:1.5;opacity:.68}.voice-cards{position:absolute;z-index:4;inset:0;pointer-events:none}.voice-marquee,.voice-marquee-track{display:contents}.voice-card{position:absolute;width:min(27vw,370px);margin:0;pointer-events:auto;will-change:transform,opacity,filter;cursor:pointer}.voice-card-float{width:100%;height:100%}.voice-card-inner{padding:16px 20px 14px;border:1px solid rgba(211,197,210,.28);border-radius:20px;background:linear-gradient(155deg,#673162f5,#401e40f7 48%,#1d181ffa);box-shadow:0 22px 58px #00000042,inset 0 1px #f2edd714;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);position:relative;transition:border-color .35s ease,background-color .35s ease,box-shadow .35s ease,transform .45s cubic-bezier(.22,1,.36,1)}.voice-card-inner:before{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(118deg,rgba(230,193,1,.11),transparent 38%),repeating-linear-gradient(100deg,rgba(242,237,215,.018) 0 1px,transparent 1px 8px);opacity:.32;transition:opacity .35s ease;pointer-events:none}@media(hover:hover)and (pointer:fine){.voice-card-inner:hover{border-color:#e6c101a6;box-shadow:0 30px 90px #0006;transform:translateY(-10px) scale(1.02)}.voice-card-inner:hover:before{opacity:.75}}.voice-card.is-paused .voice-card-inner{border-color:#e6c101d9;box-shadow:0 22px 60px #0009,inset 0 0 0 1px #e6c10166;transform:translateY(-6px) scale(1.02)}.voice-card.is-paused .voice-card-inner:before{opacity:.85}.voice-card-one{left:4vw;top:12vh}.voice-card-two{right:4vw;top:12vh;width:min(29vw,400px)}.voice-card-three{left:calc(50% - min(15vw,200px));bottom:5vh;width:min(30vw,410px)}.voice-card-four{left:3vw;bottom:6vh;width:min(26vw,360px)}.voice-card-five{right:3vw;bottom:6vh;width:min(28vw,380px)}.voice-card-six{left:calc(50% - min(36vw,490px));top:16vh;width:min(25vw,340px)}.voice-card-seven{right:calc(50% - min(36vw,490px));top:18vh;width:min(26vw,360px)}.voice-card:nth-child(1) .voice-card-float{animation:float-slow 7s ease-in-out infinite}.voice-card:nth-child(2) .voice-card-float{animation:float-slow 8s ease-in-out infinite 1s}.voice-card:nth-child(3) .voice-card-float{animation:float-slow 9s ease-in-out infinite .5s}.voice-card:nth-child(4) .voice-card-float{animation:float-slow 7.5s ease-in-out infinite 1.5s}.voice-card:nth-child(5) .voice-card-float{animation:float-slow 8.5s ease-in-out infinite 2s}.voice-card:nth-child(6) .voice-card-float{animation:float-slow 9.5s ease-in-out infinite .8s}.voice-card:nth-child(7) .voice-card-float{animation:float-slow 8s ease-in-out infinite 1.2s}@keyframes float-slow{0%{transform:translateY(0) rotate(0)}50%{transform:translateY(-7px) rotate(-.6deg)}to{transform:translateY(0) rotate(0)}}.voice-head{display:flex;align-items:center;gap:12px}.voice-avatar{flex:0 0 auto;width:40px;height:40px;border-radius:50%;display:grid;place-items:center;font-family:Inter Tight,Arial,sans-serif;font-size:18px;font-weight:600;color:var(--cream);letter-spacing:0;text-transform:uppercase;box-shadow:inset 0 0 0 1px #f2edd738}.voice-avatar-purple{background:linear-gradient(150deg,var(--purple),var(--purple-dark))}.voice-avatar-plum{background:linear-gradient(150deg,var(--purple-dark),#2c1330)}.voice-avatar-coral{background:linear-gradient(150deg,var(--coral),#b83f37)}.voice-avatar-gold{background:linear-gradient(150deg,var(--gold),#8f6600);color:var(--black)}.voice-id{display:flex;flex-direction:column;min-width:0;line-height:1.25}.voice-id strong{font-size:14px;font-weight:600;color:var(--cream);letter-spacing:-.01em}.voice-id small{margin-top:2px;font-size:10.5px;letter-spacing:.02em;color:var(--purple-light);opacity:.72;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.voice-g{flex:0 0 auto;margin-left:auto;width:22px;height:22px;border-radius:50%;display:grid;place-items:center;font-family:Inter Tight,Arial,sans-serif;font-weight:700;font-size:14px;color:var(--yellow);background:#e6c1011a;box-shadow:inset 0 0 0 1px #e6c10166}.voice-meta{display:flex;align-items:center;gap:10px;margin-top:16px}.voice-stars{color:var(--yellow);font-size:13px;letter-spacing:.06em}.voice-meta small{font-size:11px;letter-spacing:.02em;color:var(--purple-light);opacity:.62}.voice-card-inner blockquote{margin:14px 0 18px;font-family:Inter Tight,Arial,sans-serif;font-size:13.5px;line-height:1.55;letter-spacing:-.005em;color:var(--cream);opacity:.9}.voice-source{display:flex;align-items:center;gap:7px;margin:0;padding-top:14px;border-top:1px solid rgba(242,237,215,.14);font-size:9.5px;text-transform:uppercase;letter-spacing:.13em;color:var(--purple-light);opacity:.6}.voice-source:before{content:"";width:14px;height:14px;border-radius:50%;background:conic-gradient(from -45deg,var(--yellow) 0 25%,var(--coral) 0 50%,var(--purple-light) 0 75%,var(--gold) 0);opacity:.85}.voices-proof{position:absolute;z-index:6;left:var(--grid);right:var(--grid);bottom:25px;display:flex;justify-content:space-between;align-items:center;font-size:10px;text-transform:uppercase;letter-spacing:.12em}.voices-proof a{display:flex;align-items:center;gap:17px;padding-bottom:7px;border-bottom:1px solid rgba(242,237,215,.5)}.voices-proof a b{color:var(--yellow);font-size:16px;font-weight:400}.contact{background:var(--cream);display:grid;grid-template-columns:.9fr 1.1fr;min-height:720px}.contact-intro{background:linear-gradient(145deg,#321b35 0%,var(--purple-dark) 54%,var(--black) 118%);color:var(--cream);padding:clamp(52px,5vw,80px) var(--grid);display:flex;flex-direction:column}.contact-intro .section-mark{color:var(--yellow)}.contact-intro h2{margin:clamp(38px,4vw,54px) 0 27px;font-size:clamp(52px,5.8vw,96px);line-height:.88;letter-spacing:-.06em;font-weight:500}.contact-intro h2 em{color:var(--yellow)}.contact-intro>p:not(.section-mark){max-width:440px;margin:0;font-size:15px;line-height:1.5;color:#f2edd7d1}.contact-links{margin-top:auto;display:flex;flex-direction:column;align-items:flex-start;gap:10px}.contact-links a{border-bottom:1px solid rgba(242,237,215,.38);font-size:14px;transition:color .25s,border-color .25s}.contact-links a:hover{color:var(--yellow);border-color:var(--yellow)}.contact-form{padding:clamp(52px,5vw,80px) var(--grid);display:flex;flex-direction:column;gap:15px}.contact-form label{display:flex;flex-direction:column;gap:7px}.contact-form label>span{color:var(--purple-dark);font-size:10px;text-transform:uppercase;letter-spacing:.12em;font-weight:600}.contact-form input,.contact-form textarea,.contact-form select{width:100%;border:0;border-bottom:1px solid rgba(24,21,28,.32);border-radius:0;padding:6px 0 9px;background:transparent;outline:none;resize:none;transition:border-color .25s}.contact-form textarea{min-height:62px}.contact-form input:focus,.contact-form textarea:focus,.contact-form select:focus{border-color:var(--gold)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:24px}.submit{margin-top:8px;width:100%;min-height:58px;border:1px solid var(--purple-dark);background:var(--purple-dark);color:var(--cream);padding:17px 22px;display:flex;align-items:center;justify-content:space-between;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;box-shadow:0 16px 36px #511e5129;transition:background .3s,color .3s,border-color .3s,transform .3s var(--ease),box-shadow .3s}.submit span{color:var(--yellow);font-size:18px;font-weight:400;transition:transform .3s var(--ease),color .3s}.submit:hover,.submit:focus-visible{background:var(--yellow);color:var(--black);border-color:var(--gold);transform:translateY(-2px);box-shadow:0 20px 42px #ce930033;outline:none}.submit:hover span,.submit:focus-visible span{color:var(--purple-dark);transform:translate(3px,-3px)}.footer{background:var(--black);color:var(--cream);padding:70px var(--grid) 30px}.footer-top{display:flex;justify-content:space-between;align-items:center;padding-bottom:24px;border-bottom:1px solid rgba(242,237,215,.3)}.footer-top img{width:auto;max-width:260px;height:auto;max-height:80px;object-fit:contain;object-position:left center}.footer-top p{margin:0;max-width:390px;line-height:1.45}.footer-grid{display:grid;grid-template-columns:repeat(3,1fr);margin-left:45%;padding:60px 0 35px}.footer-grid>div{display:flex;flex-direction:column;gap:8px}.footer-grid span{color:var(--yellow);font-size:11px;text-transform:uppercase;letter-spacing:.12em;margin-bottom:13px}.footer-grid a{font-size:14px;opacity:.8}.footer-grid a:hover{opacity:1}.footer-icons{display:flex;gap:22px;flex-direction:row;margin-top:4px}.footer-icons a{opacity:.75;transition:opacity .35s,color .35s;display:inline-flex;color:var(--cream)}.footer-icons a:hover{opacity:1;color:var(--yellow)}.footer-bottom{border-top:1px solid rgba(242,237,215,.3);padding-top:18px;display:flex;justify-content:space-between;font-size:11px;text-transform:uppercase;letter-spacing:.08em}.footer-bottom p{margin:0}.contact-toast{position:fixed;bottom:30px;left:50%;transform:translate(-50%) translateY(24px);opacity:0;visibility:hidden;background:var(--purple-dark);color:var(--cream);border:1px solid var(--yellow);box-shadow:0 16px 40px #00000080;padding:12px 22px;border-radius:999px;display:flex;align-items:center;gap:12px;font-size:13px;font-weight:500;z-index:9999;transition:transform .35s var(--ease),opacity .35s var(--ease),visibility .35s;pointer-events:auto}.contact-toast.is-visible{transform:translate(-50%) translateY(0);opacity:1;visibility:visible}.contact-toast-icon{color:var(--yellow);display:inline-flex;font-size:15px;font-weight:700}.contact-toast-action{color:var(--yellow);text-decoration:underline;margin-left:6px;cursor:pointer;font-weight:600;display:inline-flex;align-items:center}.contact-toast-action:hover{color:var(--white)}.reveal{opacity:0;transform:translateY(55px);transition:opacity .9s var(--ease),transform .9s var(--ease)}.reveal.in-view{opacity:1;transform:none}@media(min-width:992px){.manifesto{grid-template-columns:minmax(150px,.8fr) minmax(0,4fr)}.principles-label{top:clamp(104px,13svh,122px);left:var(--page-inset);right:var(--page-inset)}.principle-cards{inset:auto var(--page-inset) auto;top:clamp(144px,18svh,168px);display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(16px,1.35vw,28px)}.principle-card,.principle-card:nth-child(1),.principle-card:nth-child(2),.principle-card:nth-child(3),.principle-card:nth-child(4),.principle-card:nth-child(odd),.principle-card:nth-child(2n){position:relative;inset:auto;width:100%;height:clamp(380px,calc(100svh - 220px),520px);padding:clamp(18px,1.35vw,24px);translate:none;display:flex;flex-direction:column}.principle-card h3{margin:auto 0;font-size:clamp(26px,2.2vw,40px);line-height:.92}.principle-card>span{margin-top:auto;font-size:clamp(11px,.88vw,13px);line-height:1.42;opacity:.85}.services-sticky-container{width:var(--content-width);margin-inline:auto}.services-sticky-col.is-img{width:48%}.services-sticky-col.is-txt{width:52%;padding:clamp(42px,5svh,72px) clamp(28px,3vw,52px)}.services-sticky-img-collection{width:clamp(420px,32vw,620px);height:min(82svh,820px)}.colour-lab-pin{width:var(--content-width);margin-inline:auto;padding:clamp(82px,11vh,108px) 0 clamp(64px,8vh,82px);grid-template-columns:minmax(330px,590px) minmax(520px,850px);justify-content:space-between;gap:clamp(36px,4vw,72px)}.process-intro{padding-inline:var(--page-inset);padding-top:clamp(54px,6vw,84px);padding-bottom:clamp(40px,4.5vw,64px);display:flex;flex-direction:column;align-items:stretch;gap:0}.process-flow-sticky{padding-inline:0}.process-flow-scene{width:var(--content-width);margin-inline:auto;grid-template-columns:minmax(0,1fr) clamp(330px,29vw,520px) minmax(0,1fr)}.process-flow-scene figure{top:50%;height:min(100%,900px);transform:translate(-50%,-50%)}.process-flow-title{top:clamp(210px,28svh,330px);margin-top:clamp(210px,28svh,330px)}.process-flow-scene>p{top:clamp(300px,44svh,500px);margin-top:clamp(300px,44svh,500px)}.process-flow-scene>small{right:0}.project-list{padding-inline:var(--page-inset)}.atelier{grid-template-columns:minmax(0,590px) minmax(480px,760px);justify-content:space-between;gap:clamp(48px,7vw,118px);padding-top:clamp(110px,10vw,170px);padding-bottom:clamp(110px,10vw,170px)}.voices-label,.voice-card-one{left:var(--page-inset)}.voice-card-two{right:var(--page-inset)}.voice-card-four{left:var(--page-inset)}.voice-card-five{right:var(--page-inset)}.voices-proof{left:var(--page-inset);right:var(--page-inset)}.contact{position:relative;padding-inline:var(--page-inset);background:var(--cream)}.contact-intro{position:relative;isolation:isolate;padding-inline:clamp(38px,4vw,72px);background:transparent}.contact-intro:before{content:"";position:absolute;z-index:-1;inset:0 0 0 calc(-1 * var(--page-inset));background:linear-gradient(145deg,#321b35 0%,var(--purple-dark) 54%,var(--black) 118%)}.contact-form{padding-inline:clamp(38px,4vw,72px);background:var(--cream)}.footer{padding-inline:var(--page-inset)}}@media(min-width:901px)and (max-width:1199px){.nav{gap:clamp(14px,1.7vw,22px);font-size:13px}.header-cta{gap:8px;padding:10px 14px;font-size:13px}.brand img{max-width:172px}.hero h1{font-size:clamp(76px,9.2vw,104px)}.principle-cards{gap:14px}.principle-card{padding:17px}.principle-card h3{font-size:clamp(28px,3.2vw,37px)}.principle-card>span{font-size:11px}.services-sticky-img-collection{width:min(42vw,440px)}.colour-lab-title{font-size:clamp(58px,6.8vw,78px)}.atelier{grid-template-columns:minmax(0,1fr) minmax(440px,1.05fr);gap:36px;padding-top:120px;padding-bottom:120px}.atelier-portrait{max-width:560px}.atelier-copy h2{margin:30px 0 26px;font-size:clamp(50px,5.9vw,66px)}.atelier-lede{font-size:16px}.founder-story{margin-bottom:30px}.facts span{gap:14px;padding-top:14px;padding-bottom:18px;font-size:17px}.process-flow-scene{column-gap:28px}.process-flow-title h3{font-size:clamp(27px,3vw,36px)}.process-flow-scene>p{font-size:clamp(16px,1.65vw,19px)}}@media(min-width:1200px)and (max-width:1599px){.atelier{grid-template-columns:minmax(0,590px) minmax(500px,680px);gap:clamp(44px,4.5vw,64px)}.atelier-portrait{max-width:680px}.atelier-copy h2{margin:clamp(32px,3vw,46px) 0 28px;font-size:clamp(58px,5.5vw,78px)}.founder-story{margin-bottom:40px}.facts span{gap:16px;padding-bottom:20px;font-size:18px}}@media(min-width:992px)and (max-height:799px){.hero-content{padding-top:clamp(122px,16svh,150px);padding-bottom:32px}.principles-label{top:96px}.principle-cards{top:136px}.principle-card{height:clamp(360px,calc(100svh - 180px),480px)}.services-sticky-img-collection{height:min(80svh,620px)}.services-sticky-bottom-wr{margin-bottom:42px}.colour-story{min-height:640px}.colour-lab-aperture{height:min(58svh,460px);min-height:360px}}@media(max-width:900px){.site-header{grid-template-columns:1fr auto}.menu-toggle{display:block;justify-self:end;z-index:2}.header-cta{display:none}.nav{position:fixed;inset:0;height:100svh;min-height:100svh;overflow:hidden;background:var(--purple);color:var(--cream);flex-direction:column;justify-content:center;padding:var(--grid);gap:12px;transform:translateY(-101%);transition:transform .7s var(--ease)}.nav a{font-size:clamp(46px,10vw,80px);letter-spacing:-.05em}.site-header.menu-open .nav{transform:none}.site-header.menu-open .menu-toggle span:first-child{transform:translateY(4px) rotate(45deg)}.site-header.menu-open .menu-toggle span:last-child{transform:translateY(-4px) rotate(-45deg)}}@media(max-width:991px){.hero-bottom{padding-left:0}.manifesto{grid-template-columns:1fr}.manifesto-copy,.manifesto-meta{grid-column:auto}.principle-card{left:calc(4vw + var(--card-index) * 23.4vw);width:21.8vw;height:min(68svh,560px);padding:18px}.principle-card h3{font-size:clamp(28px,3.7vw,42px)}.colour-lab-pin{grid-template-columns:minmax(290px,.78fr) minmax(440px,1.22fr);gap:44px}.process-flow-title h3{font-size:clamp(30px,4.4vw,46px)}.process-flow-scene>p{width:36vw;font-size:clamp(16px,1.9vw,22px)}.project-row:nth-child(2),.project-row:nth-child(3){margin-top:clamp(40px,5vw,70px)}.project-info{grid-column:8/-1}.project-row:nth-child(2n) .project-info{grid-column:1/6}.atelier{grid-template-columns:1fr}.atelier-portrait{width:min(100%,720px);justify-self:center}.voices-centre{width:82vw}.voices-centre h2{font-size:clamp(62px,8.7vw,94px)}.voice-card{width:38vw}.voice-card-inner{padding:22px}.voice-card-two{width:39vw}.voice-card-three{left:28vw;width:44vw}.contact{grid-template-columns:1fr}.contact-intro{min-height:560px}}@media(max-width:650px){.cursor{display:none}main>section[id]{scroll-margin-top:72px}.site-header{height:72px;padding:9px 20px}.brand{width:auto}.brand img{width:auto;max-height:48px}.nav{justify-content:flex-start;padding:116px 24px 42px;gap:0;background:var(--cream);color:var(--black)}.nav a{width:100%;padding:11px 0 12px;border-bottom:1px solid rgba(24,21,28,.18);font-size:clamp(31px,9vw,40px);line-height:1;letter-spacing:-.045em}.site-header.menu-open{color:var(--black)}.site-header.menu-open .brand .logo-white{opacity:0}.site-header.menu-open .brand .logo-color{opacity:1}.hero-content{padding:112px 20px 28px}.hero-media{inset:0;clip-path:none!important;opacity:.58;transition:none}.hero-media img{position:absolute;right:-15%;bottom:-5svh;width:115%;height:100%;object-fit:contain;object-position:center;transform:none;animation:none}.hero-shade{background:linear-gradient(0deg,#18151cf5 4%,#18151cad 42%,#18151c33 84%),linear-gradient(90deg,rgba(24,21,28,.65),transparent 78%)}.hero-eyebrow{margin-bottom:16px;font-size:9px}.hero h1{max-width:340px;font-size:clamp(43px,12.7vw,58px);line-height:.9;letter-spacing:-.055em}.hero-indent{padding-left:0}.hero-bottom{align-items:flex-end;gap:13px}.hero-bottom>p{max-width:218px;margin-right:0;font-size:12.5px;line-height:1.42}.explore-link{width:76px;height:76px;flex-basis:76px;font-size:9.5px;gap:7px}.section-pad{padding-top:90px;padding-bottom:90px}.manifesto{padding-top:76px;padding-bottom:68px}.manifesto-copy{font-size:clamp(31px,9.2vw,43px);line-height:1.01}.manifesto-meta{margin-top:26px;align-items:flex-start;gap:24px;flex-direction:column}.manifesto-meta p,.manifesto-meta a{font-size:12.5px}.section-head{flex-direction:column;gap:34px}.section-head h2{font-size:clamp(32px,8.5vw,42px);line-height:1}.colour-story{height:auto;min-height:0;max-height:none}.colour-lab-pin{height:auto;padding:90px 20px 80px;grid-template-columns:1fr;gap:54px;overflow:visible}.colour-lab-title{margin:30px 0 20px;font-size:clamp(32px,8.5vw,42px);line-height:1}.colour-lab-lede{margin-bottom:30px;font-size:15px}.colour-lab-stage{width:100%}.colour-lab-aperture{height:auto;min-height:0;aspect-ratio:4/3}.colour-lab-stage figcaption{justify-content:flex-start;line-height:1.45}.project-list{padding:50px 20px 75px}.project-row:nth-child(2),.project-row:nth-child(3){margin-top:60px}.project-row>a{display:block}.project-gallery,.project-row:nth-child(2n) .project-gallery{width:100%;aspect-ratio:4/5}.project-info,.project-row:nth-child(2n) .project-info{max-width:none;margin-top:28px;padding:0}.project-info span{margin-bottom:13px}.project-info h3{margin-bottom:17px;font-size:clamp(48px,14vw,68px)}.project-info p{font-size:14px}.project-info b{margin-top:24px}.atelier{grid-template-columns:1fr;gap:48px}.atelier-copy h2{margin:28px 0 22px;font-size:clamp(32px,8.5vw,42px);line-height:1}.atelier-lede{margin-bottom:24px;font-size:15px}.founder-story{margin-bottom:42px}.founder-story blockquote{font-size:18px}.atelier-portrait{width:calc(100% + 40px);margin-inline:-20px;aspect-ratio:4/5}.atelier-portrait figcaption{padding:16px 20px}.atelier-caption-action{display:none}.facts{grid-template-columns:repeat(2,minmax(0,1fr))}.facts span{min-height:104px;gap:13px;padding:15px 12px 18px 0;font-size:16px}.facts span:nth-child(odd){border-right:1px solid}.facts span:nth-child(2n){padding-left:16px}.facts small{font-size:9px}.voices-pin{height:100svh;min-height:640px;padding:82px 16px 22px;overflow:hidden}.voices-label{position:relative;top:auto;left:auto}.voices-centre{position:relative;top:auto;left:auto;width:auto;margin:20px 0 22px;text-align:left;translate:none;transform:none}.voices-centre>span{margin-bottom:10px;font-size:8px}.voices-centre h2{max-width:360px;font-size:clamp(32px,8.5vw,42px);line-height:1}.voices-centre>p{max-width:345px;margin:13px 0 0;font-size:11px;line-height:1.35}.voice-cards{position:relative;inset:auto;width:max-content;height:62svh;max-height:540px;display:grid;grid-template-rows:repeat(2,minmax(0,1fr));grid-auto-flow:column;grid-auto-columns:min(72vw,285px);gap:9px;pointer-events:auto;will-change:transform}.voice-card,.voice-card-one,.voice-card-two,.voice-card-three,.voice-card-four,.voice-card-five,.voice-card-six,.voice-card-seven{position:relative;inset:auto;width:auto;height:100%;translate:none;transform:none}.voice-card-inner{height:100%;padding:11px 12px 10px;border-radius:14px;display:flex;flex-direction:column}.voice-card-float{animation:none!important}.voice-avatar{width:31px;height:31px;font-size:14px}.voice-id strong{font-size:11.5px}.voice-id small{font-size:8.5px}.voice-g{width:19px;height:19px;font-size:11px}.voice-meta{margin-top:8px;gap:7px}.voice-stars{font-size:10px}.voice-meta small{font-size:8.5px}.voice-card blockquote{margin:8px 0 9px;font-size:10.5px;line-height:1.34}.voice-source{margin-top:auto;padding-top:8px;font-size:7.5px}.voice-source:before{width:10px;height:10px}.voices-proof{display:none}.contact-intro{min-height:520px;padding-top:72px;padding-bottom:72px}.contact-intro h2{margin-top:42px}.contact-form{padding-top:72px;padding-bottom:72px;gap:18px}.form-row{grid-template-columns:1fr}.contact-form input,.contact-form select{min-height:44px}.footer-top{flex-direction:column;gap:24px;align-items:flex-start}.footer-grid{margin-left:0;grid-template-columns:repeat(2,1fr);gap:45px;padding-bottom:35px}.footer-grid>div:last-child{grid-column:1/-1}.footer-grid a{min-height:28px;display:flex;align-items:center}.footer-bottom{flex-wrap:wrap;gap:12px}}@media(max-width:991px){.services-sticky{display:none}.services-editorial{display:block;overflow:hidden;padding:96px 20px 112px;color:var(--black);background:var(--cream)}.services-editorial-head{display:grid;grid-template-columns:minmax(0,1fr);gap:22px;margin-bottom:76px}.services-editorial-head h2{margin:0;font-size:clamp(54px,13vw,104px);line-height:.82;letter-spacing:-.065em;font-weight:500}.services-editorial-head h2 em{font-family:Georgia,serif;color:var(--purple);font-weight:400}.services-editorial-head>p:last-child{max-width:620px;margin:0;font-size:clamp(14px,2.6vw,18px);line-height:1.48}.services-editorial-pairs{display:grid;gap:92px}.services-editorial-pair{position:relative;padding-top:16px;border-top:1px solid rgba(24,21,28,.25)}.services-editorial-index{margin:0 0 22px;color:var(--purple);font-size:10px;font-weight:600;letter-spacing:.14em}.services-editorial-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:clamp(12px,3vw,28px)}.service-editorial-card{min-width:0}.service-editorial-card:nth-child(2){margin-top:clamp(38px,7vw,70px)}.service-editorial-card figure{position:relative;aspect-ratio:3/4;margin:0 0 18px;overflow:hidden;background:#d8d1c1}.services-editorial-pair:nth-child(2n) .service-editorial-card:first-child figure{aspect-ratio:4/5}.services-editorial-pair:nth-child(2n) .service-editorial-card:nth-child(2) figure{aspect-ratio:2/3}.service-editorial-card figure:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 62%,rgba(24,21,28,.16));pointer-events:none}.service-editorial-card img{width:100%;height:100%;object-fit:cover;transition:transform .9s var(--ease)}.service-editorial-card:hover img{transform:scale(1.035)}.service-editorial-card h3{margin:0 0 10px;font-family:Georgia,serif;font-size:clamp(24px,5.5vw,44px);line-height:.91;letter-spacing:-.045em;font-weight:400}.service-editorial-card p{margin:0;font-size:clamp(10.5px,2vw,14px);line-height:1.42;opacity:.76}.principles-scroll{height:auto}.principles-pin{height:auto;min-height:0;overflow:visible;padding:96px 20px 76px}.principles-label{position:relative;inset:auto;margin-bottom:28px}.principles-counter{display:none}.principle-cards{position:relative;inset:auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.principle-card,.principle-card:nth-child(1),.principle-card:nth-child(2),.principle-card:nth-child(3),.principle-card:nth-child(4),.principle-card:nth-child(odd),.principle-card:nth-child(2n){position:relative;inset:auto;width:100%;height:clamp(340px,90vw,520px);max-height:none;padding:clamp(12px,2.4vw,20px);translate:none}.principle-card h3{margin:auto 0 10px;font-size:clamp(24px,5.3vw,46px)}.principle-card>span{max-width:100%;font-size:clamp(10px,1.9vw,13px);line-height:1.35}.principles-instruction{display:none}.client-voices{overflow:visible}.voices-pin{height:auto;min-height:0;overflow:visible;padding:96px 20px 80px}.voices-label{position:relative;inset:auto}.voices-centre{position:relative;inset:auto;width:auto;margin:28px 0 44px;text-align:left;translate:none;transform:none}.voices-centre>span{margin-bottom:14px;font-size:9px}.voices-centre h2{max-width:760px;font-size:clamp(40px,9vw,72px);line-height:.92}.voices-centre>p{max-width:620px;margin:20px 0 0;font-size:clamp(13px,2.3vw,16px);line-height:1.48}.voice-cards{position:relative;inset:auto;width:100%;height:auto;max-height:none;display:grid;grid-template-columns:1fr;grid-template-rows:none;grid-auto-flow:row;grid-auto-columns:auto;gap:14px;pointer-events:auto;transform:none!important}.voice-card,.voice-card-one,.voice-card-two,.voice-card-three,.voice-card-four,.voice-card-five,.voice-card-six,.voice-card-seven{position:relative;inset:auto;width:100%;height:auto;translate:none;transform:none!important;opacity:1;visibility:visible}.voice-card-inner{height:auto;min-height:230px;padding:18px;border-radius:16px}.voice-avatar{width:38px;height:38px;font-size:17px}.voice-id strong{font-size:14px}.voice-id small,.voice-meta small{font-size:11px}.voice-g{width:24px;height:24px;font-size:13px}.voice-stars{font-size:13px}.voice-card blockquote{margin:16px 0 18px;font-size:clamp(13px,2.4vw,15px);line-height:1.5}.voice-source{padding-top:12px;font-size:9px}.voices-proof{display:block;position:relative;inset:auto;margin-top:34px}.facts span{overflow-wrap:anywhere}}@media(max-width:650px){.services-sticky{display:block}.services-editorial{display:none}.principles-scroll{height:auto}.principles-pin{height:auto;min-height:0;overflow:visible;padding:clamp(96px,12svh,120px) 16px 76px}.principles-label{position:relative;inset:auto;margin-bottom:28px}.principle-cards{position:relative;inset:auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.principle-card,.principle-card:nth-child(1),.principle-card:nth-child(2),.principle-card:nth-child(3),.principle-card:nth-child(4),.principle-card:nth-child(odd),.principle-card:nth-child(2n){position:relative;inset:auto;width:100%;height:clamp(270px,74vw,340px);min-height:0;max-height:none;padding:clamp(12px,3vw,16px);translate:none}.principle-card h3{margin:auto 0 8px;font-size:clamp(17.5px,4.7vw,23px);line-height:.96;letter-spacing:-.035em}.principle-card>span{max-width:100%;font-size:clamp(9.5px,2.45vw,11.5px);line-height:1.32}.principle-card:before{opacity:.52}.principle-card:after{display:none}.principle-card-media{opacity:.82;filter:saturate(.82) brightness(.68);transform:scale(1.02)}.principle-card:hover{border-color:#f9f9f729;box-shadow:0 28px 78px #0000004d,inset 0 1px #f9f9f714}.principle-card:hover:before{opacity:.52}.principle-card:hover .principle-card-media{opacity:.82;filter:saturate(.82) brightness(.68);transform:scale(1.02)}.principles-instruction{display:none}}@media(max-width:900px){.site-header{height:84px;padding:10px 24px}.brand,.brand img{max-height:58px}.menu-toggle{width:52px;height:52px;padding:12px;display:grid;align-content:center;border:1px solid rgba(242,237,215,.54);background:#18151c38;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.site-header.scrolled .menu-toggle{border-color:#18151c47;background:#f2edd7bd}.menu-toggle span{width:26px;margin:4px 0}.nav{inset:96px 16px auto auto;width:min(420px,calc(100vw - 32px));height:auto;min-height:0;max-height:calc(100svh - 112px);overflow-y:auto;justify-content:flex-start;gap:0;padding:18px 24px 22px;border:1px solid rgba(242,237,215,.18);border-radius:8px;background:linear-gradient(145deg,#7a3475 0%,var(--purple) 48%,var(--purple-dark) 100%);color:var(--cream);box-shadow:0 26px 70px #18151c61;transform:translateY(-14px) scale(.975);transform-origin:top right;opacity:0;visibility:hidden;pointer-events:none;transition:transform .45s var(--ease),opacity .28s ease,visibility .28s}.nav a{width:100%;padding:13px 2px 14px;border-bottom:1px solid rgba(242,237,215,.22);font-size:clamp(30px,5.6vw,42px);line-height:1;letter-spacing:-.045em}.nav a:last-child{border-bottom:0}.site-header.menu-open .nav{transform:none;opacity:1;visibility:visible;pointer-events:auto}.site-header.menu-open:not(.scrolled){color:var(--cream)}.site-header.menu-open:not(.scrolled) .brand .logo-white{opacity:1}.site-header.menu-open:not(.scrolled) .brand .logo-color{opacity:0}.hero{height:clamp(720px,100svh,980px);min-height:720px}.hero-content{min-height:100%;padding:124px 24px 34px}.hero-eyebrow{margin-bottom:18px;font-size:11px}.hero h1{max-width:680px;font-size:clamp(54px,9.2vw,76px);line-height:.86}.hero-media img{object-position:72% center}.hero-bottom{gap:22px;justify-content:space-between}.hero-bottom>p{max-width:390px;margin:0;font-size:clamp(15px,2.4vw,17px);line-height:1.48}.explore-link{flex:0 0 104px;width:104px;height:104px;font-size:11.5px}.principles-pin{padding:88px 24px 82px}.principles-label{justify-content:center;margin-bottom:34px;text-align:center}.principles-label .section-mark{font-size:11px}.principle-cards{gap:16px}.principle-card,.principle-card:nth-child(1),.principle-card:nth-child(2),.principle-card:nth-child(3),.principle-card:nth-child(4),.principle-card:nth-child(odd),.principle-card:nth-child(2n){height:clamp(360px,70vw,520px);padding:24px;text-align:center}.principle-card h3{margin:auto 0 18px;font-size:clamp(34px,6.2vw,48px);line-height:.94}.principle-card>span{max-width:34ch;margin-inline:auto;font-size:clamp(14px,2.1vw,16px);line-height:1.48}.services-sticky{display:block;height:100svh;height:100dvh;min-height:0;max-height:none;overflow:hidden}.services-editorial{display:none}.services-sticky-scroll,.services-sticky-container{height:100%;min-height:inherit}.services-sticky-container{display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:auto auto minmax(0,1fr) auto 2px;align-content:stretch;height:100%;max-height:100svh;max-height:100dvh;box-sizing:border-box;gap:clamp(6px,1.1vh,12px);padding:clamp(38px,4.5vh,52px) clamp(16px,3.5vw,28px) clamp(12px,1.5vh,18px);overflow:hidden}.services-mobile-head{display:grid;gap:4px;max-width:720px}.services-mobile-head>p:first-child{margin:0;color:var(--purple);font-size:10px;font-weight:600;letter-spacing:.13em;text-transform:uppercase}.services-mobile-head h2{margin:0;font-size:clamp(28px,6.5vw,38px);line-height:.9;letter-spacing:-.05em;font-weight:500}.services-mobile-head h2 em{font-family:Georgia,serif;color:var(--purple);font-weight:400}.services-mobile-head>p:last-child{max-width:620px;margin:0;font-size:clamp(12.5px,1.6vw,14px);line-height:1.35;opacity:.85}.services-mobile-current{display:flex;align-items:center;justify-content:flex-start;gap:16px;margin-top:0;padding-top:6px;border-top:1px solid rgba(24,21,28,.16)}.services-mobile-current h3{max-width:100%;margin:0;font-family:Georgia,serif;color:var(--black);font-size:clamp(20px,4.2vw,28px);line-height:1.05;letter-spacing:-.035em;text-align:left;font-weight:400}.services-sticky-col.is-img{grid-row:3;width:100%;height:100%;min-height:0;max-height:100%;padding:4px 0 8px;display:flex;align-items:center;justify-content:center;overflow:hidden}.services-sticky-img-collection{width:auto;max-width:100%;height:100%;max-height:100%;aspect-ratio:4 / 5;position:relative;overflow:hidden;border-radius:8px;margin:auto}.services-mobile-copy{display:block;max-width:620px;margin:0;padding-top:4px;font-size:clamp(12.5px,1.6vw,14px);line-height:1.38;opacity:.85}.services-sticky-col.is-txt{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.services-sticky-progress-w{position:relative;inset:auto;width:100%;height:3px}.process-intro{min-height:0;display:block;padding:68px 32px 48px}.process-intro .section-mark{font-size:11px}.process-intro h2{margin-top:20px;font-size:clamp(40px,7.5vw,58px);line-height:.96}.process-intro h2 em{display:block;margin-top:.08em;white-space:normal}.process-intro>div{margin-top:24px;padding-top:16px}.process-intro>div p{max-width:620px;font-size:clamp(14px,2vw,16px);line-height:1.48}.process-flow{padding:24px 0 80px}.process-flow-item,.process-flow-item:last-child{height:auto;min-height:0;margin-bottom:clamp(68px,10vh,108px);overflow:visible}.process-flow-item:last-child{margin-bottom:0}.process-flow-sticky{height:auto;padding:0}.process-flow-scene{width:min(86vw,380px);max-width:380px;height:auto;min-height:0;margin-inline:auto;display:block;overflow:visible}.process-flow-scene figure{position:relative;z-index:0;inset:auto;width:100%;height:auto;aspect-ratio:4 / 5;transform:none;border-radius:8px;overflow:hidden;box-shadow:0 18px 48px #00000080}.process-flow-scene figure video,.process-flow-scene figure img{width:100%;height:100%;object-fit:cover;display:block}.process-flow-title{position:relative;inset:auto;width:100%;margin:22px auto 0;padding:0;text-align:center}.process-flow-title h3{font-family:Georgia,serif;font-weight:400;font-size:clamp(28px,6vw,38px);line-height:1.05;letter-spacing:-.035em;text-align:center}.process-flow-scene>p{position:relative;inset:auto;width:100%;margin:12px auto 0;padding:14px 0 0;border-top:1px solid rgba(242,237,215,.18);font-size:clamp(14px,2.2vw,16.5px);line-height:1.48;opacity:.88;text-align:center}.process-flow-scene>p:after{display:none}.project-info span{margin-bottom:15px;font-size:12px;line-height:1.45}.project-info p{max-width:620px;font-size:clamp(15px,2.4vw,17px);line-height:1.58;opacity:.8}.project-info b{margin-top:28px;padding:11px 0 9px;font-size:13px;letter-spacing:.1em}.atelier-portrait figcaption{font-size:11px;line-height:1.35}.atelier-caption-action{display:none}.atelier-reset{width:40px;height:40px;font-size:22px}.atelier-roller-cursor{height:clamp(72px,10vw,90px)}.atelier-portrait figcaption{justify-content:flex-end}.client-voices{overflow:hidden}.voices-pin{height:auto;min-height:760px;overflow:hidden;padding:84px 0 78px}.voices-label,.voices-centre{margin-left:24px;margin-right:24px;text-align:center}.voices-label{font-size:11px}.voices-centre{margin-top:28px;margin-bottom:44px}.voices-centre>span{font-size:10px}.voices-centre h2{max-width:720px;margin-inline:auto;font-size:clamp(42px,8.5vw,68px)}.voices-centre>p{max-width:600px;margin:18px auto 0;font-size:clamp(15px,2.3vw,17px);line-height:1.5}.voice-cards{position:relative;inset:auto;width:100%;display:flex;flex-direction:column;gap:16px;pointer-events:auto;transform:none!important}.voice-marquee{display:block;width:100%;overflow:hidden}.voice-marquee-track{display:flex;align-items:stretch;gap:14px;width:max-content;padding-inline:24px;will-change:transform}.voice-card,.voice-card-one,.voice-card-two,.voice-card-three,.voice-card-four,.voice-card-five,.voice-card-six,.voice-card-seven{flex:0 0 clamp(290px,62vw,360px);width:clamp(290px,62vw,360px);height:310px;transform:none!important}.voice-card-inner{height:100%;min-height:0;padding:18px}.voice-card blockquote{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:7;overflow:hidden;font-size:14px;line-height:1.46}.voices-proof{display:flex;margin:34px 24px 0;font-size:10px}}@media(max-width:650px){html{scrollbar-width:none;overflow-x:clip}body{overflow-x:clip}html::-webkit-scrollbar,body::-webkit-scrollbar{display:none;width:0;height:0}.site-header{height:82px;padding:10px 18px}.menu-toggle{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}.menu-toggle span{flex:0 0 1px;width:26px;margin:0}.site-header.menu-open .menu-toggle span:first-child{transform:translateY(4.5px) rotate(45deg)}.site-header.menu-open .menu-toggle span:last-child{transform:translateY(-4.5px) rotate(-45deg)}.brand,.brand img{max-height:54px}.brand{transition:max-height .35s var(--ease)}.brand img{transition:opacity .35s,max-height .35s var(--ease)}.site-header.scrolled:not(.menu-open){height:64px;padding:6px 16px}.site-header.scrolled:not(.menu-open) .brand,.site-header.scrolled:not(.menu-open) .brand img{max-height:42px}.site-header.scrolled:not(.menu-open) .menu-toggle{width:44px;height:44px;padding:10px}.site-header.scrolled:not(.menu-open) .menu-toggle span{width:22px;margin:0}.nav{inset:92px 12px auto auto;width:calc(100vw - 24px);max-height:calc(100svh - 104px);padding:14px 20px 18px}.nav a{padding:11px 2px 12px;font-size:clamp(29px,8.2vw,36px)}.hero{height:clamp(650px,178vw,740px);min-height:650px;max-height:740px}.hero-content{height:100%;min-height:0;padding:clamp(94px,25vw,106px) 20px 22px;display:flex;flex-direction:column;justify-content:flex-start}.hero-eyebrow{margin-bottom:12px;font-size:10px}.hero h1{max-width:360px;font-size:clamp(42px,11.4vw,54px);line-height:.91;letter-spacing:-.055em}.hero-media{position:absolute;inset:0;opacity:.55}.hero-media img{position:absolute;right:-18%;bottom:-10%;width:140%;height:auto;object-fit:contain;object-position:center bottom}.hero-bottom{margin-top:auto;display:flex;align-items:flex-end;justify-content:space-between;gap:16px;width:100%}.hero-bottom>p{max-width:210px;font-size:12.5px;line-height:1.42;margin:0}.explore-link{flex:0 0 78px;width:78px;height:78px;font-size:9.5px}.principles-scroll{height:auto}.principles-pin{height:auto;min-height:0;overflow:visible;padding:80px 16px 64px}.principles-label{position:relative;inset:auto;margin-bottom:20px;text-align:left;justify-content:flex-start}.principle-cards{position:relative;inset:auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.principle-card,.principle-card:nth-child(1),.principle-card:nth-child(2),.principle-card:nth-child(3),.principle-card:nth-child(4),.principle-card:nth-child(odd),.principle-card:nth-child(2n){position:relative;inset:auto;width:100%;height:clamp(240px,66vw,300px);min-height:0;max-height:none;padding:clamp(12px,3vw,15px);text-align:left;translate:none}.principle-card h3{margin:auto 0 8px;font-size:clamp(17px,4.5vw,22px);line-height:.96;letter-spacing:-.035em}.principle-card>span{max-width:100%;margin-inline:0;font-size:clamp(9px,2.4vw,11px);line-height:1.32}.services-sticky{height:100svh;height:100dvh;min-height:0;max-height:none}.services-sticky-container{display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:auto auto minmax(0,1fr) auto 2px;align-content:stretch;gap:clamp(10px,1.5vh,16px);height:100%;max-height:100svh;max-height:100dvh;box-sizing:border-box;padding:clamp(28px,4vh,38px) 20px clamp(18px,2.5vh,24px);overflow:hidden}.services-mobile-head{display:flex;flex-direction:column;gap:8px}.services-mobile-head>p:first-child{font-size:10.5px;letter-spacing:.15em;font-weight:600;text-transform:uppercase;color:var(--purple);margin:0}.services-mobile-head h2{font-size:clamp(32px,8.5vw,42px);line-height:1;letter-spacing:-.05em;margin:0;font-weight:500}.services-mobile-head h2 em{font-family:Georgia,serif;color:var(--purple);font-weight:400}.services-mobile-head>p:last-child{font-size:clamp(13px,3.55vw,15px);line-height:1.5;opacity:.82;margin:4px 0 0;max-width:440px}.services-mobile-current{margin-top:clamp(4px,.7vh,8px);padding-top:clamp(12px,1.8vh,18px);border-top:1px solid rgba(24,21,28,.18)}.services-mobile-current h3{max-width:100%;font-size:clamp(24px,6.4vw,30px);line-height:1.1;text-align:left;margin:0;font-family:Georgia,serif;font-weight:400;color:var(--black);letter-spacing:-.035em}.services-sticky-col.is-img{grid-row:3;width:100%;height:100%;min-height:0;display:flex;align-items:center;justify-content:center;padding:clamp(2px,.5vh,6px) 0;overflow:hidden}.services-sticky-img-collection{width:auto;max-width:min(86vw,340px);height:min(100%,420px);max-height:100%;aspect-ratio:4 / 5;min-height:0;border-radius:10px;margin:auto;box-shadow:0 14px 40px #18151c1f}.services-mobile-copy{margin:0;padding-top:clamp(4px,.8vh,8px);font-size:clamp(13px,3.55vw,15px);line-height:1.5;opacity:.85}.services-sticky-progress-w{margin-top:clamp(2px,.5vh,6px);height:2px;background:#18151c1f}.process-intro{padding:54px 20px 38px}.process-intro h2{margin-top:18px;font-size:clamp(32px,8.5vw,42px);line-height:1}.process-intro>div p{font-size:14px;line-height:1.42}.process-flow-item,.process-flow-item:last-child{height:auto;min-height:0;margin-bottom:clamp(60px,8.5vh,90px)}.process-flow-item:last-child{margin-bottom:0}.process-flow-scene{width:min(88vw,360px);max-width:360px;height:auto;min-height:0}.process-flow-scene figure{aspect-ratio:4 / 5}.process-flow-title{margin-top:18px;padding:0;text-align:center}.process-flow-title{overflow:hidden}.process-flow-title h3{font-size:clamp(26px,6.5vw,34px);text-align:center;will-change:transform,opacity}.process-flow-scene figure{clip-path:inset(0% 0% 0% 0% round 8px);will-change:clip-path}.process-flow-scene figure img,.process-flow-scene figure video{will-change:transform,opacity}.process-flow-scene>p{margin-top:10px;padding:12px 0 0;border-top:0;font-size:14px;line-height:1.44;text-align:center;will-change:transform,opacity}.process-flow-rule{display:block;position:absolute;top:0;right:0;left:0;height:1px;background:#f2edd72e;transform-origin:left center;will-change:transform;pointer-events:none}.process-flow-scene>p:after{display:none}.project-info span{font-size:11.5px}.project-info p{font-size:15.5px}.project-info b{font-size:13.5px}.atelier-portrait{width:100%;margin-inline:0}.atelier-caption-action{display:none}.voices-pin{padding-top:76px}.voices-centre h2{font-size:clamp(32px,8.5vw,42px);line-height:1}.voice-card,.voice-card-one,.voice-card-two,.voice-card-three,.voice-card-four,.voice-card-five,.voice-card-six,.voice-card-seven{flex:0 0 clamp(205px,56vw,240px);width:clamp(205px,56vw,240px);height:clamp(310px,42vh,345px)}.voice-card-inner{padding:15px 15px 13px;display:flex;flex-direction:column;justify-content:space-between}.voice-card blockquote{font-size:11.5px;line-height:1.4;margin:8px 0 10px;-webkit-line-clamp:7}.voice-marquee-track{padding-inline:16px;gap:12px}.voices-proof{margin:clamp(32px,4.5vh,48px) auto 0;width:100%;max-width:360px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:clamp(20px,2.8vh,30px);border-top:none;padding-top:0}.voices-proof span{font-size:10.5px;letter-spacing:.12em;text-transform:uppercase;opacity:.75;text-align:center}.voices-proof a{display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:10px 22px 8px;border-bottom:1px solid currentColor;font-size:11.5px;letter-spacing:.14em;text-transform:uppercase;margin-inline:auto;text-align:center}.voices-proof a b{color:var(--yellow);font-size:15px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.cursor{display:none}.principles-pin{height:auto;min-height:0;padding:100px var(--grid)}.principle-cards{position:relative;inset:auto;display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.principle-card{position:relative;inset:auto;width:auto;height:520px}.principles-instruction{display:none}.colour-story{height:auto;min-height:0;max-height:none}.colour-lab-pin{height:auto}.atelier-image-original{opacity:1!important}.atelier-image-painted,.atelier-reveal-canvas,.atelier-roller-cursor{display:none}.voices-pin{height:auto;min-height:0;padding:110px var(--grid);overflow:visible}.voices-label,.voices-centre,.voice-cards,.voices-proof{position:relative;inset:auto}.voices-centre{width:auto;margin:75px 0;translate:none;transform:none}.voice-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.voice-card,.voice-card-one,.voice-card-two,.voice-card-three,.voice-card-four,.voice-card-five,.voice-card-six,.voice-card-seven{position:relative;inset:auto;width:auto;translate:none;opacity:1!important;transform:none!important}.voice-card-float{animation:none!important}.voices-proof{margin-top:55px}}@media(max-width:650px)and (prefers-reduced-motion:reduce){.principle-cards{grid-template-columns:1fr}.principle-card{height:70vh}.voice-cards{grid-template-columns:1fr}}html.lenis,html.lenis body{height:auto}.lenis:not(.lenis-autoToggle).lenis-stopped{overflow:clip}.lenis [data-lenis-prevent],.lenis [data-lenis-prevent-wheel],.lenis [data-lenis-prevent-touch],.lenis [data-lenis-prevent-vertical],.lenis [data-lenis-prevent-horizontal]{overscroll-behavior:contain}.lenis.lenis-smooth iframe{pointer-events:none}.lenis.lenis-autoToggle{transition-property:overflow;transition-duration:1ms;transition-behavior:allow-discrete}
