:root{--bg:#fafafa;--ink:#151515;--muted:#727272;--red:#b71923;--line:#dedede;--ease:cubic-bezier(.2,.7,.2,1);--mono:ui-monospace,SFMono-Regular,Consolas,monospace}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{margin:0;background:var(--bg);color:var(--ink);font:16px/1.6 'DM Sans',sans-serif;-webkit-font-smoothing:antialiased}h1,h2,h3,p{margin:0}h1,h2,h3{font-weight:500;line-height:1.1}a{color:inherit;text-decoration:none}button{font:inherit}img{max-width:100%;display:block}em{font-style:normal}a:focus-visible,button:focus-visible,summary:focus-visible{outline:2px solid var(--red);outline-offset:6px}::selection{background:var(--red);color:white}.sr-only{position:absolute;width:1px;height:1px;clip:rect(0,0,0,0);overflow:hidden;white-space:nowrap}.skip{position:fixed;top:-100px;left:15px;padding:12px;background:var(--red);color:white;z-index:99}.skip:focus{top:8px}.scroll-progress{position:fixed;top:0;left:0;right:0;height:2px;background:var(--red);transform:scaleX(0);transform-origin:left;z-index:40}.header{position:sticky;top:0;z-index:20;display:flex;align-items:center;gap:35px;padding:0 3%;height:77px;border-bottom:1px solid var(--line);background:#fafafaf2;backdrop-filter:blur(14px)}.brand img{width:168px;height:auto}.header nav{display:flex;gap:30px;margin:auto;counter-reset:nav}.header nav a{font-family:var(--mono);font-size:10px;text-transform:uppercase;letter-spacing:1px;counter-increment:nav}.header nav a:before{content:'0' counter(nav);color:#aaa;margin-right:6px}.header nav a:hover,.header nav a.current{color:var(--red)}.header-actions{display:flex;gap:26px;align-items:center}.languages{display:flex;gap:10px;font:10px var(--mono)}.languages a{color:#aaa}.languages .active{color:var(--ink);text-decoration:underline;text-underline-offset:5px}.nav-cta{font:11px var(--mono);display:flex;gap:15px}.nav-cta:hover{color:var(--red)}.menu{display:none}
.hero{padding:35px 3% 0;overflow:hidden}.index-line{display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line);padding:0 0 22px;font:10px/1.6 var(--mono);letter-spacing:1px}.index-line>span:nth-child(2){letter-spacing:0;color:#737373}.hero-editorial{display:grid;grid-template-columns:16% 1fr;padding:45px 0 50px}.section-code{font:12px var(--mono);padding-top:8px;color:#777}.hero-intro{font-size:22px;line-height:1.4;letter-spacing:-.4px;margin-bottom:26px}.hero h1{font-size:clamp(85px,14.8vw,230px);line-height:.82;font-weight:600;letter-spacing:-.085em;margin-left:-.065em;padding-bottom:12px}.brand-dot{color:var(--red)}.domain-word{letter-spacing:-.085em}.type-caret{display:inline-block;width:2px;height:.73em;background:var(--ink);margin-left:15px;animation:caret 1.3s steps(1) infinite}@keyframes caret{50%{opacity:0}}.hero-actions{display:flex;align-items:center;gap:24px;margin-top:37px}.hero-actions>span{font:11px var(--mono);color:#888}.button{display:inline-flex;gap:35px;align-items:center;padding:14px 20px;font-size:13px;border:1px solid var(--ink);transition:background .25s,color .25s}.button>span{transition:transform .3s}.button:hover>span{transform:translate(3px,-3px)}.button.red{background:var(--ink);color:white}.button.red:hover{background:var(--red);border-color:var(--red)}.hero-facts{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.hero-facts>div{padding:23px 20px;border-right:1px solid var(--line)}.hero-facts>div:first-child{padding-left:0}.hero-facts>div:last-child{border:0}.hero-facts>div>span{display:block;font:9px var(--mono);color:#909090;letter-spacing:1.2px;margin-bottom:10px}.hero-facts p,.hero-facts a{font-size:13px}.hero-facts a:hover{color:var(--red)}
.eyebrow{font:10px/1.6 var(--mono);letter-spacing:1.2px;text-transform:uppercase}.section{margin:0 3%;padding:85px 0;border-bottom:1px solid var(--line)}.section-heading{display:grid;grid-template-columns:1fr;position:relative;margin-bottom:43px}.section-heading>.eyebrow{grid-column:1/-1;border-bottom:1px solid var(--line);padding-bottom:17px;margin-bottom:35px;color:#747474}.section-heading h2{grid-column:1;font-size:clamp(40px,5.3vw,79px);letter-spacing:-4px}.section-heading h2 em{color:var(--red)}.section-heading>p:last-child{grid-column:1;max-width:710px;font-size:16px;line-height:1.7;color:var(--muted);margin-top:22px}.client-strip{padding:34px 0;border-bottom:1px solid var(--line);overflow:hidden}.client-strip>.eyebrow{text-align:center;color:#8a8a8a;font-size:9px}.client-carousel{overflow:hidden;margin-top:25px;mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent)}.client-track{display:flex;width:max-content;animation:clients 35s linear infinite}.client-group{display:flex;align-items:center;justify-content:space-around;min-width:max(1200px,100vw);gap:60px;padding:8px 30px;flex-shrink:0}.client-wordmark{display:flex;gap:12px;align-items:center;white-space:nowrap;color:#777}.client-wordmark>span:not(.sr-only){font-size:24px;font-weight:600;letter-spacing:-1px}.client-wordmark svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.3;stroke-linecap:round;stroke-linejoin:round}.client-whiskyclub>span:not(.sr-only),.client-avantgarden>span:not(.sr-only){font-family:Georgia,serif;font-weight:400}.client-wordmark:hover{color:var(--red)}.client-strip:hover .client-track,.client-strip:focus-within .client-track{animation-play-state:paused}@keyframes clients{to{transform:translateX(-50%)}}
.services{margin-left:0;border-top:1px solid var(--line)}.service{border-bottom:1px solid var(--line);overflow:hidden}.service summary{list-style:none;display:flex;align-items:center;gap:22px;padding:26px 0;cursor:pointer}.service summary::-webkit-details-marker{display:none}.service-icon{display:none}.service-heading{display:flex;align-items:center;gap:25px}.service-num{font:11px var(--mono);color:#999}.service h3{font-size:26px;letter-spacing:-1px}.service-label{font-size:12px;color:#888;margin-left:auto}.expand{font-size:23px;margin-left:auto;transition:transform .4s;color:#777}.service-label+.expand{margin-left:25px}.service[open] .expand{transform:rotate(45deg);color:var(--red)}.service[open] h3{color:var(--red)}.service-body{display:grid;grid-template-columns:1.25fr 1fr;gap:50px;padding:0 30px 28px 49px}.service-body p{font-size:14px;line-height:1.8;color:var(--muted)}.tags{display:flex;flex-wrap:wrap;gap:7px;align-content:start}.tags span{font:10px var(--mono);border:1px solid #d7d7d7;padding:8px 10px;color:#777}
.ai-section{padding:0;border-bottom:1px solid var(--line)}.ai-panel{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center;padding:70px 7%;background:#f0f0f0}.ai-copy .eyebrow{color:var(--red);font-size:9px;margin-bottom:25px}.ai-copy h2{font-size:clamp(36px,4.5vw,65px);letter-spacing:-3px}.ai-copy h2 em{color:#888}.ai-copy>p:not(.eyebrow){font-size:15px;color:#777;line-height:1.8;margin:25px 0}.dark-glass:hover{background:var(--ink);color:white}.workflow{background:#fafafa;border:1px solid #d3d3d3;padding:26px}.workflow-top{display:flex;justify-content:space-between;gap:15px;font:9px var(--mono);margin-bottom:25px;color:#777}.workflow-top>span:first-child{color:var(--red)}.flow-node{border:1px solid #ddd;padding:17px 15px;display:flex;gap:15px;align-items:center}.flow-node.active{border-color:var(--red);background:#b7192304}.flow-icon{font-size:23px;color:var(--red)}.flow-node strong{display:block;font-size:12px;font-weight:500}.flow-node small{font:9px var(--mono);color:#888;display:block;margin-top:5px}.flow-check{margin-left:auto;font-size:12px;color:var(--red)}.connector{height:25px;width:1px;background:#ccc;margin:auto;overflow:hidden;position:relative}.connector i{position:absolute;top:-8px;width:1px;height:8px;background:var(--red);animation:signal 2.5s linear infinite}@keyframes signal{to{transform:translateY(34px)}}.workflow-foot{font:8px/1.7 var(--mono);color:#999;margin-top:23px;text-align:center}
.project-grid{margin-left:0;display:grid;grid-template-columns:1fr 1fr;gap:25px}.project-media{display:block;overflow:hidden;position:relative;aspect-ratio:1.43;background:#ddd}.project-media img{width:100%;height:100%;object-fit:cover;transition:transform .7s var(--ease)}.project-media:hover img{transform:scale(1.04)}.project-visit{position:absolute;bottom:15px;right:15px;background:#fafafa;padding:10px 14px;display:flex;gap:25px;font:10px var(--mono)}.project-caption{display:flex;align-items:center;justify-content:space-between;padding:20px 0 28px}.project-caption .eyebrow{font-size:9px;color:#999}.project-caption h3{font-size:25px;letter-spacing:-1px;margin-top:10px}.project-index{font:11px var(--mono);color:#999}.project-list{margin-left:0;border-top:1px solid var(--line)}.project-row{display:flex;gap:26px;align-items:center;padding:20px 0;border-bottom:1px solid var(--line);transition:padding .3s}.project-row:last-child{border:0}.project-row:hover{padding-left:14px;color:var(--red)}.project-row img{width:90px;height:55px;object-fit:cover;filter:grayscale(1);transition:filter .3s}.project-row:hover img{filter:none}.project-row h3{font-size:24px;letter-spacing:-1px}.row-num,.row-type,.row-arrow{font:11px var(--mono);color:#999}.row-type{margin-left:auto}.row-arrow{font-size:22px;margin-left:20px}
.about{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center}.about-visual{position:relative;overflow:hidden;aspect-ratio:1.15}.about-visual>img{width:100%;height:100%;object-fit:cover;filter:grayscale(1)}.studio-label{position:absolute;bottom:0;left:0;right:0;background:#111;color:white;display:flex;align-items:center;gap:17px;padding:19px 23px;font:11px var(--mono)}.studio-label>span:first-child{color:#db2732;font-size:23px}.studio-label>div>span{display:block;font-size:8px;color:#888;margin-top:6px}.studio-label>span:last-child{margin-left:auto;font-size:9px}.about-copy .eyebrow{color:#777;margin-bottom:26px}.about-copy h2{font-size:clamp(35px,4vw,59px);letter-spacing:-2.5px}.about-copy h2 em{color:var(--red)}.about-copy>p:not(.eyebrow){font-size:15px;line-height:1.8;color:#777;margin-top:23px}.office-pills{display:flex;gap:20px;margin:26px 0;font:10px var(--mono);color:#777}.text-link{font:12px var(--mono);display:inline-flex;gap:24px;border-bottom:1px solid #555;padding-bottom:7px}.text-link:hover{color:var(--red)}
.steps{display:grid;grid-template-columns:repeat(4,1fr);margin-left:0;border:1px solid var(--line)}.step{border-right:1px solid var(--line);padding:23px}.step:last-child{border:0}.step-top{display:flex;gap:12px;font:10px var(--mono);color:#777}.step-top>span:first-child{color:var(--red)}.step-top>span:last-child{margin-left:auto}.step h3{font-size:21px;line-height:1.3;letter-spacing:-.6px;margin:40px 0 18px}.step p{font-size:13px;line-height:1.85;color:#777}.contact{display:grid;grid-template-columns:1fr;padding-top:70px;padding-bottom:70px}.contact-inner{grid-column:1}.contact .hero-badge{font:10px var(--mono);color:#888;margin-bottom:30px}.contact .hero-badge>span{color:var(--red);margin-right:10px}.contact h2{font-size:clamp(70px,10vw,150px);letter-spacing:-.07em;line-height:.92}.contact h2 em{color:var(--red)}.contact-inner>p:not(.hero-badge){font-size:16px;line-height:1.7;color:#777;margin-top:28px}.contact .button{margin-top:30px}.contact-email{display:inline-block;margin-left:25px;font:12px var(--mono);text-decoration:underline;text-underline-offset:5px}footer{margin:0 3%;padding:40px 0 22px}.footer-top{display:flex;align-items:start;justify-content:space-between;gap:25px;padding-bottom:35px}.footer-top .brand img{width:165px}.footer-top>p{font-size:12px;color:#888}.footer-top>div{display:flex;flex-direction:column;gap:10px}.footer-top .eyebrow{font-size:9px;color:#999}.footer-top>div a{font:11px var(--mono)}.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--line);padding-top:22px;font:9px var(--mono);color:#888}
.motion-ready .reveal{opacity:0;transform:translateY(45px);transition:opacity .8s var(--ease) var(--delay,0ms),transform 1s var(--ease) var(--delay,0ms)}.motion-ready .reveal.is-visible{opacity:1;transform:none}.motion-ready .enter{animation:enter 1s var(--ease) both}.hero h1.enter{animation-delay:.1s}.hero-actions.enter{animation-delay:.25s}@keyframes enter{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:none}}
@media(max-width:1100px){.header{gap:20px}.header nav{gap:18px}.header-actions{gap:15px}.brand img{width:145px}.service-label{display:none}.service-heading{flex:1}.steps{grid-template-columns:1fr 1fr}.step{border-bottom:1px solid var(--line)}.step:nth-child(2){border-right:0}.step:nth-child(3){border-bottom:0}.ai-panel{padding:45px 5%;gap:35px}.hero h1{font-size:16vw}.hero-editorial{grid-template-columns:10% 1fr}.section-heading{grid-template-columns:1fr}.services,.project-grid,.project-list,.steps{margin-left:0}.section-heading h2{letter-spacing:-2.5px}.about{gap:35px}.hero-intro{font-size:20px}}
@media(max-width:800px){.header{height:68px;padding:0 5%}.header .brand{margin-right:auto}.header nav{display:none;position:absolute;top:68px;left:0;right:0;background:var(--bg);border-bottom:1px solid var(--line);padding:20px 5%;flex-direction:column;margin:0}.header nav.open{display:flex}.header nav a{padding:12px 0;font-size:12px}.menu{display:flex;width:30px;height:36px;flex-direction:column;justify-content:center;gap:5px;background:none;border:0;padding:5px}.menu span{width:20px;height:1px;background:#222;transition:transform .3s}.menu[aria-expanded=true] span:first-child{transform:translateY(3px) rotate(45deg)}.menu[aria-expanded=true] span:last-child{transform:translateY(-3px) rotate(-45deg)}.nav-cta{display:none}.index-line>span:nth-child(2){display:none}.hero{padding:25px 5% 0}.hero-editorial{grid-template-columns:8% 1fr;padding:40px 0}.hero h1{font-size:17vw}.hero-intro{font-size:17px}.hero-actions{gap:16px}.hero-actions>span{font-size:9px}.hero-facts{grid-template-columns:1fr 1fr}.hero-facts>div{padding:18px 0;border:0}.hero-facts>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.hero-facts p,.hero-facts a{font-size:11px}.section{margin:0 5%;padding:60px 0}.section-heading{display:block}.section-heading h2{font-size:45px;letter-spacing:-2px}.section-heading>p:last-child{font-size:14px}.services,.project-grid,.project-list,.steps{margin-left:0}.service h3{font-size:22px}.service-body{padding-left:0;grid-template-columns:1fr;gap:20px}.ai-section{padding:0}.ai-panel{grid-template-columns:1fr;gap:35px;padding:35px}.ai-copy h2{font-size:44px}.project-grid{gap:18px}.about{grid-template-columns:1fr;gap:30px}.about-visual{aspect-ratio:1.5}.about-copy h2{font-size:45px}.contact{display:block}.contact h2{font-size:85px}.footer-top>p{display:none}.footer-top{flex-wrap:wrap}.footer-bottom{font-size:8px}.client-group{min-width:1000px;gap:40px}.client-wordmark>span:not(.sr-only){font-size:21px}}
@media(max-width:520px){.brand img{width:128px}.header-actions{gap:18px}.index-line{font-size:8px;letter-spacing:.4px}.hero-editorial{display:block;position:relative;padding:35px 0}.section-code{display:block;margin-bottom:20px;font-size:10px}.hero-intro{font-size:18px;letter-spacing:-.4px;margin-bottom:30px}.hero h1{font-size:19vw;letter-spacing:-.075em;line-height:.9}.hero-actions{align-items:start;flex-direction:column;gap:15px;margin-top:30px}.hero-actions>span{font-size:10px}.hero-facts{margin-top:0}.hero-facts>div>span{font-size:8px}.hero-facts p,.hero-facts a{font-size:10px}.hero-facts>div:nth-child(even){padding-left:14px}.button{font-size:12px;padding:13px 17px}.section-heading>.eyebrow{font-size:9px;margin-bottom:27px}.section-heading h2{font-size:39px;letter-spacing:-1.7px}.service summary{gap:14px;padding:23px 0}.service-heading{gap:14px}.service-num{font-size:9px}.service h3{font-size:19px;letter-spacing:-.6px}.service-label+.expand{margin-left:0}.service-body{padding-right:0}.service-body p{font-size:13px}.tags span{font-size:9px}.ai-panel{padding:30px 20px}.ai-copy h2{font-size:37px;letter-spacing:-1.6px}.ai-copy .eyebrow{font-size:8px}.ai-copy>p:not(.eyebrow){font-size:14px}.workflow{padding:17px 12px}.workflow-top{font-size:7px}.flow-node{padding:14px 10px;gap:10px}.flow-node strong{font-size:10px}.flow-node small{font-size:8px}.workflow-foot{font-size:7px}.project-grid{grid-template-columns:1fr;gap:12px}.project-caption h3{font-size:23px}.project-row{gap:14px}.project-row img{width:65px;height:45px}.project-row h3{font-size:19px}.row-type{display:none}.row-arrow{margin-left:auto}.row-num{font-size:9px}.about-visual{aspect-ratio:1.15}.studio-label{padding:15px;font-size:9px}.studio-label>div>span{font-size:7px}.studio-label>span:last-child{font-size:8px}.about-copy h2{font-size:39px;letter-spacing:-1.7px}.about-copy>p:not(.eyebrow){font-size:14px}.office-pills{font-size:9px;gap:16px}.steps{grid-template-columns:1fr}.step{border-right:0;border-bottom:1px solid var(--line)!important}.step:last-child{border-bottom:0!important}.step h3{margin-top:28px;font-size:22px}.contact h2{font-size:66px;letter-spacing:-4px}.contact-inner>p:not(.hero-badge){font-size:14px}.contact-email{display:block;margin:23px 0 0;font-size:11px}.contact .hero-badge{font-size:8px}html[lang=de] .contact h2{font-size:52px;letter-spacing:-3px}.footer-top .brand{width:100%}.footer-top .brand img{width:150px}.footer-bottom{flex-wrap:wrap;gap:15px}.footer-bottom>span:nth-child(2){order:3;width:100%}.desktop{display:none}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.motion-ready .reveal{opacity:1;transform:none}.client-track{width:100%}.client-group{min-width:0;width:100%;flex-wrap:wrap;gap:20px;padding:10px 5%}.client-group[aria-hidden=true]{display:none}.client-carousel{mask-image:none}}
/* Original Bombstart ignition hero */
.hero-original{grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);gap:7%;align-items:center;padding:60px 0}.hero-kicker{color:var(--red);margin-bottom:28px}.hero-original h1{font-size:clamp(70px,7.8vw,125px);line-height:.95;letter-spacing:-.065em;margin:0;padding:0}.hero-original h1 em{color:var(--red)}.hero-description{max-width:490px;color:var(--muted);font-size:16px;line-height:1.75;margin-top:28px}.hero-work-link{font:11px var(--mono);border-bottom:1px solid var(--line);padding:10px 0}.hero-work-link:hover{color:var(--red)}.ignition-art{background:var(--red);color:#fafafa;aspect-ratio:1;display:flex;flex-direction:column;justify-content:space-between;padding:25px;overflow:hidden}.ignition-top,.ignition-bottom{display:flex;justify-content:space-between;align-items:center;font:9px/1.6 var(--mono);letter-spacing:1px}.ignition-symbol{width:80%;margin:auto;overflow:visible}.ignition-symbol>g:first-child{opacity:.24}.ignition-rays{transform-origin:240px 240px;animation:ignition-turn 48s linear infinite}.ignition-bottom>span:last-child{font:40px/1 sans-serif}@keyframes ignition-turn{to{transform:rotate(360deg)}}
@media(max-width:1100px){.hero-original{gap:4%}.hero-original h1{font-size:8vw}.hero-description{font-size:14px}.ignition-art{padding:20px}.ignition-top,.ignition-bottom{font-size:8px}}
@media(max-width:800px){.hero-original{grid-template-columns:1fr;gap:35px;padding:35px 0}.hero-original h1{font-size:clamp(64px,12vw,96px)}.hero-description{max-width:520px}.ignition-art{aspect-ratio:1.5}.ignition-symbol{width:50%;max-height:270px}.hero-original .hero-actions{flex-direction:row;align-items:center;flex-wrap:wrap}.hero-kicker{font-size:9px}}
@media(max-width:520px){.hero-original h1{font-size:16vw}.hero-original .hero-actions{gap:23px}.ignition-art{padding:18px;aspect-ratio:1.15}.ignition-symbol{width:75%}.ignition-top,.ignition-bottom{font-size:7px}.hero-description{font-size:14px}}
.hero-original h1{font-size:clamp(58px,6.1vw,98px);line-height:1.02}@media(max-width:800px){.hero-original h1{font-size:clamp(52px,10vw,80px)}}@media(max-width:520px){.hero-original h1{font-size:13vw}}
/* Text-led hero */
.hero-original{display:block;padding:65px 0 70px}.hero-message{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(250px,.65fr);column-gap:7%;align-items:end}.hero-kicker{grid-column:1/-1}.hero-original h1{grid-column:1;grid-row:2/4;font-size:clamp(64px,7vw,116px);line-height:1.04}.hero-description{grid-column:2;grid-row:2;margin:0;max-width:390px}.hero-original .hero-actions{grid-column:2;grid-row:3;align-self:start;gap:22px;flex-wrap:wrap;margin-top:28px}@media(max-width:1100px){.hero-message{grid-template-columns:1.5fr 1fr;gap:24px}.hero-original h1{font-size:6.5vw}.hero-original .hero-actions{margin-top:0}}@media(max-width:800px){.hero-original{padding:40px 0 45px}.hero-message{display:block}.hero-original h1{font-size:10vw}.hero-description{margin-top:30px;max-width:500px}.hero-original .hero-actions{margin-top:25px}}@media(max-width:520px){.hero-original h1{font-size:12.5vw}}
.hero-original h1{font-size:clamp(60px,6.2vw,104px)}.hero-original h1 em{display:inline-block;font-size:.64em;letter-spacing:-.05em;line-height:1.2;margin-top:.22em}@media(max-width:800px){.hero-original h1{font-size:11vw}}@media(max-width:520px){.hero-original h1{font-size:14vw}}
.hero-original h1{text-transform:uppercase;font-size:clamp(48px,5.3vw,88px);line-height:1.06;letter-spacing:-.055em}.hero-original h1 em{display:inline;font-size:inherit;letter-spacing:inherit;line-height:inherit;margin:0}@media(max-width:800px){.hero-original h1{font-size:8.5vw}}@media(max-width:520px){.hero-original h1{font-size:10vw}}
.team-layout{display:grid;grid-template-columns:minmax(240px,.75fr) 1.25fr;gap:8%;align-items:center}.team-monogram{aspect-ratio:1.3;background:#f0eeee;border:1px solid var(--line);display:flex;align-items:center;justify-content:center;font-size:clamp(90px,12vw,180px);letter-spacing:-.09em;color:var(--red);position:relative}.team-monogram>span{position:absolute;top:20px;right:24px;font:26px var(--mono)}.team-founder-caption{padding:20px 0}.team-founder-caption h3{font-size:27px;letter-spacing:-1px}.team-founder-caption p{font:11px var(--mono);color:var(--muted);margin-top:9px}.team-copy>.eyebrow{color:var(--red);margin-bottom:22px}.team-copy h3{font-size:clamp(28px,3vw,45px);letter-spacing:-1.5px}.team-copy>p:not(.eyebrow){font-size:15px;color:var(--muted);line-height:1.8;margin-top:22px;max-width:610px}.team-disciplines{display:flex;flex-wrap:wrap;gap:12px 24px;border-top:1px solid var(--line);padding-top:20px;margin:26px 0;font:11px/1.6 var(--mono)}@media(max-width:800px){.team-layout{grid-template-columns:1fr;gap:25px}.team-monogram{aspect-ratio:1.7;font-size:110px}.team-copy h3{font-size:33px}}
.team-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:22px}.team-grid .team-monogram{aspect-ratio:.85;font-size:clamp(48px,6vw,95px)}.team-grid .team-monogram>span{font-size:18px;top:14px;right:16px}.team-grid .team-founder-caption h3{font-size:24px}.team-grid .team-founder-caption p{line-height:1.6}@media(max-width:1100px){.team-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.team-grid .team-monogram{font-size:85px}}@media(max-width:650px){.team-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 16px}.team-grid .team-monogram{font-size:65px}.team-grid .team-founder-caption h3{font-size:22px}}
/* Team hover: gentle scale, warm glow and colour reveal */
.team-grid .team-monogram{position:relative;isolation:isolate;overflow:hidden;transition:border-color .4s,background-color .5s; background:#efeeee}.team-grid .team-monogram:before{content:'';position:absolute;inset:0;z-index:-1;background:radial-gradient(ellipse at 50% 100%,#b719232e,transparent 72%);opacity:.2;transition:opacity .55s}.team-grid .team-monogram>.team-initials{position:static;font:inherit;letter-spacing:inherit;color:#777;transform:translateY(0) scale(1);transition:transform .65s cubic-bezier(.16,1,.3,1),color .45s}.team-grid .team-card-arrow{transition:transform .45s,color .45s;color:#999}.team-founder-caption h3{transition:color .35s}.team-grid .team-monogram img{width:100%;height:100%;object-fit:cover;filter:grayscale(1);transition:filter .45s,transform .65s cubic-bezier(.16,1,.3,1)}
@media(hover:hover){.team-founder:hover .team-monogram{border-color:#b7192370;background:#f4eded}.team-founder:hover .team-monogram:before{opacity:1}.team-grid .team-founder:hover .team-initials{transform:translateY(-5px) scale(1.08);color:var(--red)}.team-founder:hover .team-card-arrow{transform:translate(3px,-3px);color:var(--red)}.team-founder:hover .team-founder-caption h3{color:var(--red)}.team-founder:hover .team-monogram img{filter:grayscale(0);transform:scale(1.06)}}
@media(prefers-reduced-motion:reduce){.team-grid .team-founder:hover .team-initials,.team-founder:hover .team-card-arrow,.team-founder:hover .team-monogram img{transform:none}}
.mobile-menu-extra{display:none}.contact{position:relative;isolation:isolate;overflow:hidden}.contact-inner{position:relative;z-index:1}.contact h2{font-size:clamp(60px,8vw,125px)}.contact-globe{position:absolute;width:58%;aspect-ratio:1;right:-7%;top:50%;transform:translateY(-50%);z-index:-1;opacity:.48;pointer-events:none;mask-image:linear-gradient(90deg,transparent,#000 30%)}.contact-globe canvas{width:100%;height:100%}.custom-cursor{position:fixed;left:0;top:0;width:12px;height:12px;border:1px solid var(--red);background:var(--red);border-radius:50%;pointer-events:none;z-index:1000;opacity:0;transition:width .2s,height .2s,background .2s,opacity .2s;transform:translate(-50%,-50%)}.custom-cursor.over-link{width:36px;height:36px;background:#b7192318}@media(hover:hover) and (pointer:fine){html.cursor-active,html.cursor-active a,html.cursor-active button,html.cursor-active summary{cursor:none}html.cursor-active input,html.cursor-active textarea{cursor:text}}
@media(max-width:800px){body.menu-open{overflow:hidden}.header nav{position:fixed;inset:68px 0 0;height:calc(100dvh - 68px);overflow-y:auto;padding:28px 6% 40px;gap:0;overscroll-behavior:contain}.header nav.open{display:flex;animation:menu-reveal .3s var(--ease)}.header nav>a,.mobile-menu-extra>a:not(.menu-email){font-family:'DM Sans',sans-serif;font-size:clamp(24px,5vw,36px);letter-spacing:-.7px;text-transform:none;border-bottom:1px solid var(--line);padding:11px 0;display:block}.header nav a:before{content:none}.mobile-menu-extra{display:block}.menu-contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:34px}.menu-contact-grid span{font:9px var(--mono);letter-spacing:1px;color:var(--red)}.menu-contact-grid p{font-size:16px;margin-top:8px}.header nav .menu-contact-grid a{font:11px var(--mono);display:inline-block;padding:10px 0}.header nav .menu-email{font:14px 'DM Sans',sans-serif;display:block;margin-top:18px;padding:12px 0}.contact-globe{width:95%;right:-30%;opacity:.2}.contact h2{font-size:clamp(46px,9vw,70px)}}@keyframes menu-reveal{from{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:none}}
.work .project-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:35px 24px}.work .project{grid-column:span 2;min-width:0}.work .project:nth-child(-n+2){grid-column:span 3}.work .project-media{aspect-ratio:1.6;border:1px solid var(--line)}.work .project-media img{object-fit:cover}.work .project-caption{padding:18px 0 0;border-top:2px solid transparent;transition:border-color .3s}.work .project:hover .project-caption{border-color:var(--red)}.work .project-caption h3{font-size:27px}.work .project:nth-child(n+3) .project-caption h3{font-size:23px}.work .project-caption .eyebrow{font-size:9px}.work .project-visit{bottom:12px;right:12px;padding:9px 12px;gap:15px}.work .project-index{color:var(--red)}@media(max-width:800px){.work .project-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 18px}.work .project,.work .project:nth-child(-n+2){grid-column:span 1}}@media(max-width:520px){.work .project-grid{grid-template-columns:1fr}.work .project-caption h3,.work .project:nth-child(n+3) .project-caption h3{font-size:25px}}
.contact-globe{opacity:1}@media(max-width:800px){.contact-globe{opacity:.4}}
.step-icon{display:block;width:34px;height:34px;color:var(--red);margin-top:30px}.step .step-icon+h3{margin-top:18px}
/* Bespoke geographic process marks, sharing the footer globe's visual language. */
.step-icon{width:76px;height:76px;stroke-width:1.15;margin-top:26px;overflow:visible}.step-icon .icon-grid{opacity:.2;stroke-width:.85}.step-icon .icon-detail{opacity:.42;stroke-width:1}.step-icon .icon-route{stroke-width:1.6}.step-icon .icon-point{fill:var(--red);stroke:var(--bg);stroke-width:1}.step-icon .icon-halo{fill:#b7192309;stroke:var(--red);stroke-opacity:.25;stroke-width:.9}.step .step-icon+h3{margin-top:18px}
.flow-icon{display:block;flex:0 0 46px;line-height:0}.flow-icon svg{display:block;width:46px;height:46px}.flow-icon .icon-grid{opacity:.18;stroke-width:1}.flow-icon .icon-detail{opacity:.45;stroke-width:1}.flow-icon .icon-route{stroke-width:1.5}.flow-icon .icon-point{fill:var(--red);stroke:none}.flow-icon .icon-halo{fill:#b7192308;stroke-opacity:.3;stroke-width:1}.flow-check{flex:0 0 19px;line-height:0}.flow-check svg{width:19px;height:19px;display:block}@media(max-width:520px){.flow-icon{flex-basis:36px}.flow-icon svg{width:36px;height:36px}.flow-check{flex-basis:16px}.flow-check svg{width:16px;height:16px}}
.about-hero{padding-top:70px}.about-hero>.eyebrow{color:var(--red);margin-bottom:35px}.about-hero h1{font-size:clamp(58px,7vw,110px);line-height:1.02;letter-spacing:-.065em;margin:0}.about-hero h1 em,.story-body h2 em{color:var(--red)}.about-hero-bottom{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-top:35px}.about-hero-bottom p{max-width:660px;color:var(--muted);font-size:18px}.agency-story{display:grid;grid-template-columns:1fr 1fr;gap:6%;align-items:center}.story-image{position:relative}.story-image img{width:100%;aspect-ratio:1.15;object-fit:cover}.story-image>span{position:absolute;bottom:0;left:0;padding:18px;background:var(--red);color:white;font:10px var(--mono)}.story-body>.eyebrow{color:var(--muted);margin-bottom:24px}.story-body h2{font-size:clamp(30px,3.3vw,52px);letter-spacing:-1.7px}.story-body>p:not(.eyebrow){color:var(--muted);margin-top:22px;font-size:15px;line-height:1.85}.story-facts{display:flex;justify-content:space-between;gap:18px;border-top:1px solid var(--line);margin-top:32px;padding-top:24px}.story-facts>span{font-size:27px;letter-spacing:-1px}.story-facts small{display:block;font:10px var(--mono);color:var(--muted);margin-top:8px}.principle-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}.principle-grid article{border-top:1px solid var(--red);padding-top:24px}.principle-grid .eyebrow{color:var(--red)}.principle-grid h3{font-size:27px;letter-spacing:-1px;margin:28px 0 18px}.principle-grid p{font-size:15px;color:var(--muted);line-height:1.85}.location-grid{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line)}.location-grid article{padding:36px}.location-grid article+article{border-left:1px solid var(--line)}.location-grid .eyebrow{color:var(--red)}.location-grid h3{font-size:40px;letter-spacing:-1.5px;display:flex;justify-content:space-between;margin:30px 0 22px}.location-grid h3 span{color:var(--red)}.location-grid p:not(.eyebrow){color:var(--muted);line-height:1.8}.location-grid a{display:inline-block;margin-top:24px;border-bottom:1px solid var(--red);font:13px var(--mono);padding-bottom:5px}.header nav a[aria-current=page]{color:var(--red)}
@media(max-width:800px){.about-hero h1{font-size:clamp(46px,9vw,72px)}.about-hero-bottom{display:block}.about-hero-bottom p{font-size:16px}.about-hero-bottom a{margin-top:24px}.agency-story{grid-template-columns:1fr;gap:30px}.story-image img{aspect-ratio:1.5}.principle-grid{grid-template-columns:1fr;gap:30px}.principle-grid h3{margin-top:18px}.location-grid{grid-template-columns:1fr}.location-grid article+article{border-left:0;border-top:1px solid var(--line)}.location-grid article{padding:25px}.location-grid h3{font-size:34px}.story-body h2{font-size:36px}}
/* Shared hero typography across homepage and inner pages. */
.hero h1,.hero-original h1,.about-hero h1{font-family:'DM Sans',sans-serif;font-weight:600;text-transform:uppercase;font-size:clamp(48px,5.3vw,88px);line-height:1.06;letter-spacing:-.055em;margin:0;padding:0}.hero h1 em{display:inline;font-size:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;color:var(--red)}@media(max-width:800px){.hero h1,.hero-original h1,.about-hero h1{font-size:8.5vw}}@media(max-width:520px){.hero h1,.hero-original h1,.about-hero h1{font-size:10vw}}
/* Hero supporting copy uses the same typography on every page. */
.hero-description,.about-hero-bottom p{font-family:'DM Sans',sans-serif;font-size:16px;font-weight:400;line-height:1.75;color:var(--muted);letter-spacing:normal}@media(max-width:1100px){.hero-description,.about-hero-bottom p{font-size:14px}}
.expertise-jumps{display:grid;grid-template-columns:repeat(4,1fr);margin:0 3%;border-bottom:1px solid var(--line)}.expertise-jumps a{padding:25px 20px;border-right:1px solid var(--line);font-size:14px;transition:color .2s,background .2s}.expertise-jumps a:first-child{padding-left:0}.expertise-jumps a:last-child{border-right:0}.expertise-jumps span{display:block;font:10px var(--mono);color:var(--red);margin-bottom:12px}.expertise-jumps a:hover{color:var(--red);background:#b7192305}.expertise-detail{display:grid;grid-template-columns:1fr 1.1fr;gap:9%;align-items:start}.expertise-detail-heading .eyebrow{color:var(--red);margin-bottom:25px}.expertise-detail h2{font-size:clamp(35px,4.4vw,65px);letter-spacing:-2px}.expertise-detail h2 em{color:var(--red)}.expertise-detail-heading>p:last-child{font-size:18px;margin-top:24px;color:var(--muted)}.expertise-detail-copy>p{font-size:15px;line-height:1.85;color:var(--muted)}.expertise-detail-copy h3{font-size:21px;margin-top:30px}.expertise-detail-copy ul{list-style:none;padding:0;margin:18px 0 28px}.expertise-detail-copy li{border-bottom:1px solid var(--line);padding:13px 0;font-size:14px}.expertise-detail-copy li:before{content:'↗';color:var(--red);margin-right:12px}.expertise-detail-copy .text-link{margin-top:28px}.expertise-links{display:flex;gap:30px;align-items:center;flex-wrap:wrap}.expertise-question{border-top:1px solid var(--line)}.expertise-question:last-child{border-bottom:1px solid var(--line)}.expertise-question summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;gap:25px;font-size:20px;padding:24px 0}.expertise-question summary::-webkit-details-marker{display:none}.expertise-question summary span{color:var(--red)}.expertise-question[open] summary span{transform:rotate(45deg)}.expertise-question p{max-width:850px;font-size:15px;line-height:1.85;color:var(--muted);padding-bottom:25px}.expertise-question[open] summary{color:var(--red)}@media(max-width:800px){.expertise-jumps{margin:0 5%;grid-template-columns:1fr 1fr}.expertise-jumps a{border-bottom:1px solid var(--line);padding:20px 12px!important}.expertise-jumps a:nth-child(2){border-right:0}.expertise-detail{grid-template-columns:1fr;gap:30px}.expertise-detail h2{font-size:40px}.expertise-question summary{font-size:18px}}@media(max-width:520px){.expertise-jumps a{font-size:12px}.expertise-detail h2{font-size:35px;letter-spacing:-1.3px}}
.expertise-jumps{grid-template-columns:repeat(5,minmax(0,1fr))}.expertise-icon{display:block;width:80px;height:80px;margin:0 0 24px;color:var(--red)}.expertise-icon .icon-grid{opacity:.18;stroke-width:1}.expertise-icon .icon-detail{opacity:.4;stroke-width:1}.expertise-icon .icon-point{fill:var(--red);stroke:var(--bg);stroke-width:1}@media(max-width:800px){.expertise-jumps{grid-template-columns:1fr 1fr}.expertise-jumps a:nth-child(even){border-right:0}.expertise-icon{width:68px;height:68px}}
.theme-toggle{display:grid;place-items:center;flex-shrink:0;width:32px;height:32px;border:1px solid var(--line);border-radius:50%;background:transparent;color:var(--ink);padding:6px}.theme-toggle svg{width:20px;height:20px}.theme-toggle:hover{color:var(--red);border-color:var(--red)}.expertise-jumps{grid-template-columns:repeat(3,minmax(0,1fr))}.expertise-jumps a{border-bottom:1px solid var(--line)}.expertise-jumps a:nth-child(3n){border-right:0}.expertise-jumps a:nth-child(4){padding-left:0}
html[data-theme=dark]{color-scheme:dark;--bg:#141416;--ink:#f2f0ed;--muted:#aaa8a6;--line:#343436}html[data-theme=light]{color-scheme:light}html[data-theme=dark] .header{background:#141416f2}html[data-theme=dark] .ai-panel{background:#1c1c1f}html[data-theme=dark] .workflow,html[data-theme=dark] .project-visit{background:#222225}html[data-theme=dark] .flow-node,html[data-theme=dark] .workflow,html[data-theme=dark] .tags span{border-color:#424247}html[data-theme=dark] .team-grid .team-monogram{background:#202023}html[data-theme=dark] .team-founder:hover .team-monogram{background:#2c2023}html[data-theme=dark] .button.red{background:var(--red);border-color:var(--red);color:#fff}html[data-theme=dark] .button.red:hover{background:#97141c}html[data-theme=dark] .menu span{background:var(--ink)}html[data-theme=dark] .project-media{background:#242427}html[data-theme=dark] .flow-node.active{background:#b7192315}html[data-theme=dark] .service-label,html[data-theme=dark] .ai-copy>p:not(.eyebrow),html[data-theme=dark] .about-copy>p:not(.eyebrow),html[data-theme=dark] .step p,html[data-theme=dark] .contact-inner>p:not(.hero-badge){color:var(--muted)}html[data-theme=dark] .brand img{filter:brightness(1.4)}html[data-theme=dark] .custom-cursor{box-shadow:0 0 0 1px #ffffff30}html[data-theme=dark] .contact-globe{filter:brightness(1.6)}@media(max-width:800px){.expertise-jumps{grid-template-columns:1fr 1fr}.expertise-jumps a:nth-child(3n){border-right:1px solid var(--line)}.expertise-jumps a:nth-child(even){border-right:0}.header-actions{gap:12px}}@media(max-width:380px){.header .brand img{width:112px}.header-actions{gap:8px}}
.expertise-detail-copy li{display:flex;align-items:center;gap:16px;padding:15px 0}.expertise-detail-copy li:before{content:none}.help-icon{display:block;flex:0 0 34px;width:34px;height:34px;color:var(--red)}.help-icon-guide{opacity:.18;stroke-width:.8}.expertise-detail-copy li>span{flex:1;min-width:0}@media(max-width:520px){.expertise-detail-copy li{gap:12px}.help-icon{flex-basis:30px;width:30px;height:30px}}
.resource-label{color:var(--red);margin-bottom:25px}.resource-card a{display:block}.resource-art{aspect-ratio:1.6;position:relative;overflow:hidden;background:#eeeded;border:1px solid var(--line);display:flex;align-items:center;justify-content:center;color:var(--red)}.resource-art>span{font:500 clamp(65px,9vw,140px)/1 'DM Sans',sans-serif;letter-spacing:-.08em;transition:transform .6s var(--ease)}.resource-art:before,.resource-art:after{content:'';position:absolute;inset:15%;border:1px solid #b719231a;transform:rotate(-15deg);pointer-events:none}.resource-art:after{inset:25%;transform:rotate(15deg)}.resource-art i{position:absolute;right:22px;top:15px;font:28px 'DM Sans';font-style:normal}.resource-art small{position:absolute;left:20px;bottom:17px;font:9px var(--mono);letter-spacing:1px}.art-seo{background:#e9e8e3}.art-development{background:#202023;color:#fafafa}.resource-card:hover .resource-art>span{transform:scale(1.06)}.resource-card-copy{padding:22px 0}.resource-card-copy .eyebrow{color:var(--red);font-size:9px}.resource-card-copy h2{font-size:27px;letter-spacing:-1px;margin:16px 0;line-height:1.2}.resource-card-copy>p:not(.eyebrow){font-size:14px;color:var(--muted);line-height:1.8}.resource-card-copy .text-link{margin-top:22px}.resource-featured>a{display:grid;grid-template-columns:1.1fr 1fr;gap:5%;align-items:center}.resource-featured h2{font-size:clamp(32px,3.5vw,52px);letter-spacing:-1.8px}.resource-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.resource-controls{display:flex;gap:30px;justify-content:space-between;align-items:end}.resource-filters{display:flex;flex-wrap:wrap;gap:8px}.resource-filters button{padding:10px 15px;border:1px solid var(--line);background:transparent;color:var(--ink);font-size:12px;cursor:pointer}.resource-filters button[aria-pressed=true]{background:var(--red);border-color:var(--red);color:white}.resource-search{font:10px var(--mono);color:var(--muted);display:flex;flex-direction:column;gap:8px;min-width:260px}.resource-search input{font:14px 'DM Sans';padding:12px;background:var(--bg);border:1px solid var(--line);color:var(--ink)}.resource-count{font:10px var(--mono);color:var(--muted);margin:24px 0}.resource-card[hidden],.resource-empty[hidden]{display:none}.resource-cta h2{font-size:clamp(32px,4vw,60px);letter-spacing:-2px;margin:20px 0 30px}.article-meta{margin-top:35px}.article-page .hero h1{font-size:clamp(42px,4.7vw,76px);max-width:1100px}.article-layout{display:grid;grid-template-columns:26% 1fr;gap:8%;align-items:start}.article-toc{position:sticky;top:110px}.article-toc nav{display:flex;flex-direction:column;margin-top:22px;gap:14px}.article-toc a{font-size:13px;color:var(--muted)}.article-toc a:hover{color:var(--red)}.article-body{max-width:780px}.article-body section{margin-bottom:48px;scroll-margin-top:110px}.article-body h2{font-size:32px;letter-spacing:-1px;margin-bottom:20px}.article-body p{font-size:17px;line-height:1.9;color:var(--muted)}.article-checklist{border:1px solid var(--line);padding:25px;margin-top:28px}.article-checklist h3{font-size:22px}.article-checklist ul{padding-left:22px;margin-bottom:0}.article-checklist li{padding:6px 0;color:var(--muted)}.article-checklist li::marker{color:var(--red)}.article-next{border-top:1px solid var(--line);padding-top:30px}.article-next .text-link{margin-top:25px}.related-grid{grid-template-columns:1fr 1fr}html[data-theme=dark] .resource-art{background:#252326}html[data-theme=dark] .art-seo{background:#292820}@media(max-width:1100px){.header nav{gap:13px}.header nav a{font-size:9px}.header{gap:18px}.resource-grid{gap:20px}}@media(max-width:800px){.resource-featured>a{grid-template-columns:1fr}.resource-grid{grid-template-columns:1fr 1fr}.resource-controls{align-items:stretch;flex-direction:column}.article-layout{grid-template-columns:1fr;gap:35px}.article-toc{position:static;border-bottom:1px solid var(--line);padding-bottom:25px}.article-body p{font-size:16px}.article-page .hero h1{font-size:9vw}.header nav a{font-size:24px}.resource-card-copy h2{font-size:25px}}@media(max-width:520px){.resource-grid{grid-template-columns:1fr}.resource-art>span{font-size:100px}.resource-featured h2{font-size:32px}.article-body h2{font-size:28px}}
.resources-page .resource-library{display:grid;grid-template-columns:235px minmax(0,1fr);gap:5%;padding-top:42px;align-items:start;min-height:70vh}.resource-sidebar{position:sticky;top:110px}.resource-sidebar h1{font-size:38px;letter-spacing:-1.8px}.resource-sidebar h1 em{color:var(--red)}.resource-sidebar>p{font-size:13px;line-height:1.7;color:var(--muted);margin:16px 0 28px}.resource-sidebar .resource-search{min-width:0;width:100%;margin-bottom:30px}.resource-sidebar .resource-search input{width:100%;min-width:0}.resource-sidebar .resource-filters{display:flex;flex-direction:column;gap:5px}.resource-sidebar .resource-filters>.eyebrow{margin-bottom:12px;color:var(--muted)}.resource-sidebar .resource-filters button{display:flex;justify-content:space-between;align-items:center;text-align:left;border-color:transparent;padding:12px}.resource-sidebar .resource-filters button span{font:10px var(--mono);opacity:.7}.resource-sidebar .resource-filters button:not([aria-pressed=true]):hover{border-color:var(--line)}.resource-results .resource-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:36px 26px}.resource-results .resource-count{margin:0 0 18px}.resource-results .resource-card-copy h2{font-size:25px}.resource-results .resource-art>span{font-size:100px}@media(max-width:800px){.resources-page .resource-library{grid-template-columns:190px minmax(0,1fr);gap:24px}.resource-results .resource-grid{grid-template-columns:1fr}.resource-sidebar h1{font-size:32px}}@media(max-width:580px){.resources-page .resource-library{grid-template-columns:1fr;padding-top:28px}.resource-sidebar{position:static}.resource-sidebar .resource-filters{flex-direction:row;flex-wrap:wrap}.resource-sidebar .resource-filters>.eyebrow{width:100%;margin-bottom:4px}.resource-sidebar .resource-filters button{gap:12px;border-color:var(--line)}.resource-sidebar .resource-search{margin-bottom:20px}}
.filter-group{border:0;border-top:1px solid var(--line);padding:18px 0;margin:0;min-width:0}.filter-group legend{font:10px var(--mono);letter-spacing:.7px;padding:0 10px 0 0;color:var(--muted)}.filter-option{display:flex;gap:10px;align-items:center;padding:9px 0;font-size:13px;cursor:pointer}.filter-option input{accent-color:var(--red);width:15px;height:15px;margin:0;flex-shrink:0}.filter-option small{margin-left:auto;color:var(--muted);font:10px var(--mono)}.filter-clear{border:0;border-bottom:1px solid var(--line);background:none;color:var(--red);font:12px 'DM Sans';padding:8px 0;cursor:pointer}.resource-results-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:20px}.resource-results-toolbar .resource-count{margin:0}.resource-sort{display:flex;align-items:center;gap:10px;font:10px var(--mono);color:var(--muted)}.resource-sort select{background:var(--bg);color:var(--ink);border:1px solid var(--line);padding:9px;font:12px 'DM Sans';max-width:180px}.filter-chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.filter-chips:empty{display:none}.filter-chips button{border:1px solid #b7192330;background:#b7192308;color:var(--red);padding:7px 10px;font:11px 'DM Sans';cursor:pointer}.resource-sidebar{max-height:calc(100dvh - 130px);overflow:auto;padding-right:8px;scrollbar-width:thin}@media(max-width:580px){.resource-sidebar{max-height:none;overflow:visible;padding-right:0}.advanced-filters{display:grid;grid-template-columns:1fr 1fr;gap:10px 20px}.filter-clear{align-self:end;justify-self:start}.resource-results-toolbar{gap:10px}.resource-sort{gap:5px}}
/* Shared scrollbar styling: standards-based Firefox/modern engines plus WebKit fallback. */
:root{--scrollbar-track:#efeeee;--scrollbar-thumb:#b71923;--scrollbar-hover:#95131b}html[data-theme=dark]{--scrollbar-track:#202023;--scrollbar-thumb:#b71923;--scrollbar-hover:#d12b35}*{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track)}::-webkit-scrollbar{width:9px;height:9px}::-webkit-scrollbar-track{background:var(--scrollbar-track)}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border:2px solid var(--scrollbar-track);border-radius:20px}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-hover)}::-webkit-scrollbar-corner{background:var(--scrollbar-track)}@media(forced-colors:active){*{scrollbar-color:auto}}
.article-service-cta{margin:42px 0 48px;padding:30px;border:1px solid var(--line);border-left:3px solid var(--red);background:#b7192305}.article-body .article-service-cta>.eyebrow,.article-body .article-next>.eyebrow{font:10px/1.6 var(--mono);color:var(--red);margin-bottom:16px}.article-service-cta .button,.article-next .button{margin-top:24px}.article-body .article-service-cta h2{font-size:29px}.article-body .article-service-cta>p:not(.eyebrow){font-size:15px}.article-next{padding:35px 0 5px}.article-cta-email{display:block;font:12px var(--mono);color:var(--muted);margin-top:18px;text-decoration:underline;text-underline-offset:4px}.article-service-cta .button{white-space:normal;line-height:1.5}@media(max-width:520px){.article-service-cta{padding:23px 20px}.article-body .article-service-cta h2{font-size:25px}}
.article-end-cta{background:var(--red);color:#fff;padding:48px 5%;margin-top:35px;margin-bottom:45px;border:0}.article-end-cta .eyebrow{color:#fff;opacity:.75;margin-bottom:20px}.article-end-cta h2{font-size:clamp(35px,5vw,68px);letter-spacing:-.045em;max-width:900px}.article-end-cta>p:not(.eyebrow){max-width:630px;line-height:1.8;margin-top:20px;color:#fff}.article-end-cta .button.red{background:#fff;color:#b71923;border-color:#fff;margin-top:28px}.article-end-cta .button.red:hover{background:#151515;color:white;border-color:#151515}.article-end-cta .article-cta-email{color:#fff}@media(max-width:520px){.article-end-cta{padding:32px 24px}.article-end-cta h2{font-size:36px}}
/* Editorial closing invitation with the Bombstart studio as its backdrop. */
.article-end-cta{position:relative;isolation:isolate;overflow:hidden;min-height:390px;display:flex;align-items:center;background:#171719;padding:58px 5%}.article-cta-background{position:absolute;inset:0;z-index:-3;width:100%;height:100%;object-fit:cover;object-position:center 55%;filter:grayscale(.35)}.article-end-cta:before{content:'';position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,rgba(12,12,15,.97) 0%,rgba(12,12,15,.88) 40%,rgba(12,12,15,.32) 100%)}.article-end-cta:after{content:'';position:absolute;inset:auto 0 0;height:3px;background:var(--red)}.article-cta-content{max-width:700px}.article-end-cta .article-cta-content>.eyebrow{opacity:1;color:#ddd}.article-end-cta .article-cta-content>p:not(.eyebrow){max-width:550px;font-size:16px;line-height:1.8;color:#d0cdd0;margin-top:22px}.article-end-cta .button.red{background:var(--red);border-color:var(--red);color:#fff}.article-end-cta .button.red:hover{background:#fff;border-color:#fff;color:#151515}.article-end-cta .article-cta-email{color:#d0cdd0;font-size:12px}.article-end-cta h2{color:#fff}@media(max-width:580px){.article-end-cta{min-height:390px;padding:36px 25px}.article-end-cta:before{background:linear-gradient(90deg,#0c0c0ff2,#0c0c0fb3)}.article-cta-background{object-position:65% center}}
.resource-photo:before,.resource-photo:after{content:none}.resource-photo img{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--ease)}.resource-card:hover .resource-photo img{transform:scale(1.04)}.resource-photo i{background:var(--bg);color:var(--red);padding:5px 12px;z-index:1}.article-page .article-image-hero{position:relative;isolation:isolate;overflow:hidden;margin-top:28px;padding:55px 5%;min-height:510px;display:flex;align-items:end;background:#161619;border:0}.article-hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-3}.article-image-hero:before{content:'';position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,#0c0c0feb,#0c0c0f55),linear-gradient(0deg,#0c0c0fbb,transparent)}.article-hero-content{width:100%;color:#fff}.article-image-hero .text-link{color:#fff;border-color:#ffffff60}.article-image-hero .article-meta{color:#e4d7d8}.article-page .article-image-hero h1{color:#fff;font-size:clamp(40px,4.7vw,76px);max-width:1000px}.article-image-hero .about-hero-bottom p{color:#e2dedf}.article-image-hero .about-hero-bottom>.eyebrow{color:#ddd}@media(max-width:580px){.article-page .article-image-hero{padding:30px 24px;min-height:540px;margin-top:18px}.article-page .article-image-hero h1{font-size:9vw}.article-image-hero:before{background:linear-gradient(90deg,#0c0c0fed,#0c0c0f99)}.article-image-hero .about-hero-bottom>.eyebrow{display:block;margin-top:20px}}
.article-service-cta{position:relative;isolation:isolate;overflow:hidden;background:#171719;border:0;border-left:3px solid var(--red);padding:34px}.middle-cta-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-3}.article-service-cta:before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#101014f2,#101014a6);z-index:-2}.article-body .middle-cta-content h2{color:#fff;font-size:29px}.article-body .middle-cta-content>.eyebrow{font:10px/1.6 var(--mono);color:#e2d9db;margin-bottom:16px}.article-body .middle-cta-content>p:not(.eyebrow){color:#dedade;font-size:15px;line-height:1.8}.article-service-cta .button.red{background:var(--red);border-color:var(--red);color:#fff}.article-service-cta .button.red:hover{background:#fff;color:#151515;border-color:#fff}@media(max-width:520px){.article-service-cta{padding:26px 20px}.article-body .middle-cta-content h2{font-size:25px}}
.article-body>.article-end-cta{margin:40px 0 0;padding:36px;min-height:360px;width:100%}.article-body>.article-end-cta h2{font-size:clamp(30px,3.3vw,46px);line-height:1.12}.article-body>.article-end-cta .eyebrow{font:10px/1.6 var(--mono);color:#ddd;margin-bottom:20px}.article-body>.article-end-cta .article-cta-content>p:not(.eyebrow){font-size:15px;line-height:1.8}@media(max-width:520px){.article-body>.article-end-cta{padding:28px 22px}.article-body>.article-end-cta h2{font-size:32px}}
/* Original client artwork, equal visual spacing and seamless repeated groups. */
.client-track{animation-duration:55s}.client-group{gap:72px;padding:12px 36px;min-width:max-content}.client-wordmark{justify-content:center;flex:0 0 180px;height:64px;color:var(--ink);opacity:.65;transition:opacity .25s}.client-wordmark:hover{opacity:1}.client-wordmark>img{display:block;width:170px;height:52px;object-fit:contain;filter:brightness(0)}.client-with-name>img{width:34px;height:34px}.client-with-name{gap:9px}.client-with-name>span:not(.sr-only){font-size:23px;letter-spacing:-.6px}.client-avantgarden>img{height:64px;width:154px}.client-ezmob>img{width:125px;height:60px}.client-easemind>img{width:180px}.client-whiskyclub>span:not(.sr-only){font-size:22px}html[data-theme=dark] .client-wordmark>img{filter:brightness(0) invert(1)}@media(max-width:600px){.client-group{gap:40px;padding-inline:20px}.client-wordmark{flex-basis:155px}.client-wordmark>img{max-width:155px}.client-with-name>img{max-width:34px}}@media(prefers-reduced-motion:reduce){.client-track{animation:none}.client-group{min-width:0;gap:30px}}
/* Reveal the supplied brand colors on pointer and keyboard interaction. */
.client-wordmark{border-radius:8px;transition:opacity .25s,background-color .25s,color .25s}.client-wordmark>img{transition:filter .25s}.client-wordmark:is(:hover,:focus-visible){opacity:1}.client-wordmark:is(:hover,:focus-visible)>img,html[data-theme=dark] .client-wordmark:is(:hover,:focus-visible)>img{filter:none}html[data-theme=dark] .client-wordmark:is(:hover,:focus-visible){background:#fff;color:#232825}.client-avantgarden:is(:hover,:focus-visible),html[data-theme=dark] .client-avantgarden:is(:hover,:focus-visible){background:#202523}.client-wordmark:focus-visible{outline:2px solid var(--red);outline-offset:5px}@media(prefers-reduced-motion:reduce){.client-wordmark,.client-wordmark>img{transition:none}}

.client-pesolutions>img{height:64px;width:100px}.client-nmf>img{width:180px}.client-track{animation-duration:72s}


.client-wpcopilot:is(:hover,:focus-visible)>span:not(.sr-only){color:#000}

/* Avant Garden uses a white source logo: recolor the artwork without a hover tile. */
.client-avantgarden:is(:hover,:focus-visible),html[data-theme=dark] .client-avantgarden:is(:hover,:focus-visible){background:transparent}.client-avantgarden:is(:hover,:focus-visible)>img{filter:brightness(0)}html[data-theme=dark] .client-avantgarden:is(:hover,:focus-visible)>img{filter:brightness(0) invert(1)}
/* Preserve the logo's internal light lettering instead of flattening every pixel. */
.client-ezmob>img{filter:grayscale(1)}html[data-theme=dark] .client-ezmob>img{filter:grayscale(1) invert(1)}.client-ezmob:is(:hover,:focus-visible)>img,html[data-theme=dark] .client-ezmob:is(:hover,:focus-visible)>img{filter:none}
/* White source wordmarks need a dark-lettered hover treatment. */
.client-truax>img{content:url('./assets/clients/truax-light.svg')}.client-easemind:is(:hover,:focus-visible)>img,html[data-theme=dark] .client-easemind:is(:hover,:focus-visible)>img{filter:brightness(0)}
/* Preserve Premier's internal contrast in its monochrome state. */
.client-pesolutions>img{filter:grayscale(1)}html[data-theme=dark] .client-pesolutions>img{filter:grayscale(1) invert(1)}.client-pesolutions:is(:hover,:focus-visible)>img,html[data-theme=dark] .client-pesolutions:is(:hover,:focus-visible)>img{filter:none}
.client-track{animation-duration:84s}.client-sasolyn>img,.client-auraline>img{filter:grayscale(1)}html[data-theme=dark] .client-sasolyn>img,html[data-theme=dark] .client-auraline>img{filter:grayscale(1) invert(1)}.client-sasolyn:is(:hover,:focus-visible)>img,.client-auraline:is(:hover,:focus-visible)>img,html[data-theme=dark] .client-sasolyn:is(:hover,:focus-visible)>img,html[data-theme=dark] .client-auraline:is(:hover,:focus-visible)>img{filter:none}

.client-track{animation-duration:90s}.client-flashly{cursor:default}

.client-track{animation-duration:102s}.client-lilium,.client-bee{cursor:default}.client-lilium>img,.client-bee>img{filter:grayscale(1);mix-blend-mode:multiply}html[data-theme=dark] .client-lilium>img,html[data-theme=dark] .client-bee>img{filter:grayscale(1) invert(1);mix-blend-mode:screen}.client-lilium:is(:hover,:focus-visible)>img,.client-bee:is(:hover,:focus-visible)>img,html[data-theme=dark] .client-lilium:is(:hover,:focus-visible)>img,html[data-theme=dark] .client-bee:is(:hover,:focus-visible)>img{filter:none;mix-blend-mode:multiply}
.client-track{animation-duration:108s}.client-policyalerts{cursor:default}.client-policyalerts>img{filter:grayscale(1)}html[data-theme=dark] .client-policyalerts>img{filter:grayscale(1) invert(1)}.client-policyalerts:is(:hover,:focus-visible)>img,html[data-theme=dark] .client-policyalerts:is(:hover,:focus-visible)>img{filter:none}
.client-track{animation-duration:126s}.client-troikids,.client-travelcarestaff,.client-tingashare{cursor:default}.client-troikids>img,.client-travelcarestaff>img,.client-tingashare>img{filter:grayscale(1)}.client-troikids>img{mix-blend-mode:multiply}html[data-theme=dark] .client-troikids>img,html[data-theme=dark] .client-travelcarestaff>img{filter:grayscale(1) invert(1);mix-blend-mode:screen}.client-troikids:is(:hover,:focus-visible)>img,.client-travelcarestaff:is(:hover,:focus-visible)>img,html[data-theme=dark] .client-troikids:is(:hover,:focus-visible)>img,html[data-theme=dark] .client-travelcarestaff:is(:hover,:focus-visible)>img{filter:none;mix-blend-mode:multiply}.client-tingashare,html[data-theme=dark] .client-tingashare:is(:hover,:focus-visible){background:#202023}.client-tingashare>img,html[data-theme=dark] .client-tingashare>img{filter:grayscale(1);width:166px}.client-tingashare:is(:hover,:focus-visible)>img,html[data-theme=dark] .client-tingashare:is(:hover,:focus-visible)>img{filter:none}
/* Keep the fine gold P distinct from the blue emblem in monochrome. */
.client-wordmark.client-pesolutions{opacity:1}.client-wordmark.client-pesolutions>img{width:110px;height:72px;filter:grayscale(1) contrast(1.7)}html[data-theme=dark] .client-wordmark.client-pesolutions>img{filter:grayscale(1) contrast(1.7) invert(1)}.client-wordmark.client-pesolutions:is(:hover,:focus-visible)>img,html[data-theme=dark] .client-wordmark.client-pesolutions:is(:hover,:focus-visible)>img{filter:none}
/* Shared branded controls retain native input semantics and keyboard behavior. */
input[type="checkbox"],input[type="radio"]{-webkit-appearance:none;appearance:none;display:inline-grid;place-content:center;vertical-align:middle;box-sizing:border-box;width:18px;height:18px;min-width:18px;margin:0;flex-shrink:0;border:1.5px solid var(--muted,#777);background:var(--bg,#fafafa);color:#fff;cursor:pointer;transition:border-color .18s,background-color .18s,box-shadow .18s}
input[type="checkbox"]{border-radius:4px}input[type="radio"]{border-radius:50%}input[type="checkbox"]::before,input[type="radio"]::before{content:"";display:block;transform:scale(0);transition:transform .18s ease-out}input[type="checkbox"]::before{width:10px;height:10px;background:currentColor;clip-path:polygon(14% 44%,39% 69%,85% 16%,100% 29%,40% 96%,0 58%)}input[type="radio"]::before{width:7px;height:7px;background:currentColor;border-radius:50%}input[type="checkbox"]:checked,input[type="radio"]:checked,input[type="checkbox"]:indeterminate{background:var(--red,#b71923);border-color:var(--red,#b71923)}input[type="checkbox"]:checked::before,input[type="radio"]:checked::before,input[type="checkbox"]:indeterminate::before{transform:scale(1)}input[type="checkbox"]:indeterminate::before{width:9px;height:2px;clip-path:none;border-radius:1px}input[type="checkbox"]:hover:not(:disabled),input[type="radio"]:hover:not(:disabled){border-color:var(--red,#b71923);box-shadow:0 0 0 3px #b7192314}input[type="checkbox"]:focus-visible,input[type="radio"]:focus-visible{outline:2px solid var(--red,#b71923);outline-offset:3px}input[type="checkbox"]:disabled,input[type="radio"]:disabled{opacity:.4;cursor:not-allowed}.filter-option input[type="checkbox"],.filter-option input[type="radio"]{width:18px;height:18px}@media(prefers-reduced-motion:reduce){input[type="checkbox"],input[type="radio"],input[type="checkbox"]::before,input[type="radio"]::before{transition:none}}@media(forced-colors:active){input[type="checkbox"],input[type="radio"]{-webkit-appearance:auto;appearance:auto;forced-color-adjust:auto}input[type="checkbox"]::before,input[type="radio"]::before{display:none}}
/* Slim scrollbars for the page and nested panels. */
*{scrollbar-width:thin}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-thumb{border:1px solid var(--scrollbar-track);border-radius:10px}@supports selector(::-webkit-scrollbar){*{scrollbar-width:auto;scrollbar-color:auto}.resource-sidebar{scrollbar-width:auto}.resource-sidebar::-webkit-scrollbar{width:4px;height:4px}}@media(forced-colors:active){*{scrollbar-width:auto;scrollbar-color:auto}}

.expertise-question summary h3{font:inherit;letter-spacing:inherit;margin:0;display:inline;color:inherit}

.project-dialog{border:1px solid var(--line);padding:0;background:var(--bg);color:var(--ink);width:min(900px,calc(100vw - 32px));max-height:90dvh;border-radius:20px;box-shadow:0 30px 100px #0005;overscroll-behavior:contain}.project-dialog::backdrop{background:#101014b8;backdrop-filter:blur(10px)}.project-dialog[open]{animation:project-open .25s ease-out}.project-dialog-close{position:sticky;top:16px;float:right;margin:16px 16px -60px 0;z-index:2;width:40px;height:40px;border:1px solid #ffffff50;border-radius:50%;background:#18181bea;color:#fff;font-size:28px;cursor:pointer}.project-dialog-cover{display:block;width:100%;height:260px;object-fit:cover}.project-dialog-content{padding:36px}.project-dialog h2{font-size:clamp(32px,5vw,54px);letter-spacing:-.04em;margin:10px 0 20px}.project-dialog-intro{font-size:22px;line-height:1.4;margin-bottom:16px}.project-dialog-content>p:not(.eyebrow){line-height:1.7}.project-dialog-columns{display:grid;grid-template-columns:1.3fr 1fr;gap:32px;margin:30px 0}.project-dialog h3{font-size:16px;margin-bottom:16px}.project-dialog li{margin:10px 0 10px 18px;line-height:1.6;font-size:14px}.project-stack{display:flex;flex-wrap:wrap;gap:8px}.project-stack span{border:1px solid var(--line);padding:8px 12px;border-radius:30px;font-size:12px}.project-stack-note{font-size:12px;color:var(--muted);margin-top:14px}.project-dialog-close:focus-visible{outline:2px solid var(--red);outline-offset:3px}@keyframes project-open{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}@media(max-width:600px){.project-dialog-content{padding:24px}.project-dialog-cover{height:190px}.project-dialog-columns{grid-template-columns:1fr;gap:20px}.project-dialog-intro{font-size:19px}}@media(prefers-reduced-motion:reduce){.project-dialog[open]{animation:none}}
/* Project copy follows the homepage body typography. */
.project-dialog-content p:not(.eyebrow):not(.project-stack-note),.project-dialog-content li{font-family:'DM Sans',sans-serif;font-size:16px;font-weight:400;line-height:1.75;letter-spacing:normal;color:var(--muted)}.project-dialog-content .project-dialog-intro{color:var(--ink);margin-bottom:14px}.project-story{margin-top:30px;display:grid;gap:24px}.project-story h3{margin-bottom:8px}.project-dialog-content .project-stack-note{font-size:12px;line-height:1.6}@media(max-width:580px){.project-dialog-content p:not(.eyebrow):not(.project-stack-note),.project-dialog-content li{font-size:14px}}
.project-dialog .project-features{list-style:none;padding:0}.project-dialog .project-features li{display:flex;align-items:flex-start;gap:12px;margin:14px 0}.project-feature-icon{width:24px;height:24px;flex:0 0 24px;color:var(--red);margin-top:2px}
/* Scroll inside a clipped rounded shell; cursor lives in the modal top layer. */
.project-dialog{overflow:visible;max-height:none}.project-dialog-scroll{max-height:90dvh;overflow:auto;border-radius:inherit;overscroll-behavior:contain}.project-dialog-scroll::-webkit-scrollbar{width:5px}.project-dialog-scroll::-webkit-scrollbar-track{border-radius:20px;margin-block:20px;background:transparent}.project-dialog-scroll::-webkit-scrollbar-thumb{border-radius:20px}.project-dialog[open]{animation:project-fade .2s ease-out}.project-dialog>.custom-cursor{position:fixed;z-index:10}@keyframes project-fade{from{opacity:0}to{opacity:1}}@media(prefers-reduced-motion:reduce){.project-dialog[open]{animation:none}}
.project-dialog-close{display:grid;place-items:center;padding:0;line-height:1;box-sizing:border-box}.project-dialog-close svg{display:block;width:20px;height:20px;flex:none}
