.contact-content a{margin-bottom:1rem;display:inline-block;font-size:.875rem}.contact-content{padding:0 1.25rem}.contact-heading-box{width:100%;background:#111;color:#fff;text-align:center;font-size:var(--h2);font-weight:600;border-top-left-radius:var(--contact-radius, 0px);border-top-right-radius:var(--contact-radius, 0px);border-bottom-left-radius:0;border-bottom-right-radius:0;padding:1.25rem 0 1rem;margin-bottom:0;letter-spacing:.01em;box-shadow:none}.contact-center-box{padding-top:0}.contact-center-box{margin:0 auto;max-width:420px;background:var(--contact-bg, #faf8f3);border-radius:var(--contact-radius, 0px);box-shadow:var(--contact-shadow, 0 10px 30px rgba(0,0,0,.04));padding:0;display:flex;flex-direction:column;align-items:center;gap:1.25rem;mix-blend-mode:var(--contact-blend, normal)}.contact-center-box .page-title,.contact-center-box .meta{width:100%;text-align:center}@media(max-width:767px){.contact-center-box{padding:0}}.contact-details{width:100%;margin-top:1.5rem;display:flex;flex-direction:column;gap:.5rem;align-items:flex-start}.projects-highlight .project-card{background:#67746a;border:1px solid transparent;color:#fff}.burger{display:none;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;background:none;border:none;cursor:pointer;z-index:30}.burger span{display:block;width:26px;height:3px;margin:4px 0;background:#e8e1d7;border-radius:2px;transition:.3s}.burger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.burger.open span:nth-child(2){opacity:0}.burger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(max-width:900px){.burger{display:flex}.nav{display:none;flex-direction:column;gap:1.25rem;background:#222222fa;position:absolute;top:100%;right:0;min-width:180px;padding:1.25rem 1.5rem;border-radius:0 0 0 16px;box-shadow:0 8px 24px #0000001f}.nav[style*="display: flex"]{display:flex!important}}:root{--bg: #ffffff;--surface: #ffffff;--surface-soft: #faf8f3;--surface-strong: #ffffff;--text: #1e1e1e;--muted: #565656;--border: rgba(0, 0, 0, .08);--accent: #d96b3b;--max-width: 1400px;--max-copy: 760px;--page-pad: 4vw;--page-pad-mobile: 6vw;--section-space-sm: 1vw;--section-space-md: 3vw;--section-space-lg: 10vw;--radius-s: 12px;--radius-m: 20px;--radius-l: 28px;--shadow-soft: 0 10px 30px rgba(0, 0, 0, .04);--font-body: "Poppins", sans-serif;--h1: clamp(2.25rem, 3vw, 3.25rem);--h2: clamp(1.5rem, 2.2vw, 2rem);--h3: clamp(1.25rem, 1.5vw, 1.5rem);--body-lg: 1.25rem;--body: 1rem;--body-sm: .875rem;--meta: 1rem}*{box-sizing:border-box}html{font-family:var(--font-body);color:var(--text);background:var(--bg);scroll-behavior:smooth}body{margin:0;font-family:var(--font-body);font-size:var(--body);font-weight:300;line-height:1.5;color:var(--text);background:var(--bg);text-rendering:optimizeLegibility}a{color:inherit;text-decoration:underline;text-decoration-color:var(--accent);text-decoration-thickness:2px;text-underline-offset:4px}a:hover{color:inherit;opacity:.75}p{margin:0}p+p{margin-top:1rem}img{max-width:100%;display:block}.project-slug__logo--large{width:220px;height:auto;max-height:160px}.project-slug__logo--medium{width:96px;height:auto;max-height:72px;margin-bottom:2.25rem}.project-slug__logo--small{width:56px;height:auto;max-height:48px;margin-bottom:2.25rem}.project-card__logo--large{width:120px;height:auto;max-height:80px}.project-card__logo--medium{width:80px;height:auto;max-height:60px}.project-card__logo--small{width:48px;height:auto;max-height:40px}strong{font-weight:500}.site-shell{min-height:100vh;display:flex;flex-direction:column}main{flex:1}main a{text-decoration:underline;text-decoration-color:var(--accent);text-decoration-thickness:2px;text-underline-offset:4px}.container{width:min(100% - (var(--page-pad) * 2),var(--max-width));margin:0 auto}.narrow{width:min(100%,var(--max-copy))}.section{padding:max(3rem,var(--section-space-md)) 0}.site-header{position:sticky;top:0;z-index:20;background-color:#111;background-image:var(--charcoal-bg);background-position:center center;background-size:cover;background-repeat:no-repeat;color:#e8e1d7}.site-header__inner,.site-footer__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.5rem 0}.brand{font-size:2rem;font-weight:400;letter-spacing:.01em}.nav{display:flex;gap:1.5vw;flex-wrap:wrap}.nav a,.meta,.muted,.hero__eyebrow{color:var(--muted);font-size:var(--meta);font-weight:400;letter-spacing:.01em}.hero__eyebrow{font-weight:800}.nav a{text-decoration:none;color:#e8e1d7}.nav a[aria-current=page],.nav a:hover{text-decoration:underline;text-decoration-color:var(--accent);text-decoration-thickness:2px;text-underline-offset:4px}.hero{display:grid;gap:1rem;align-items:start;padding-top:max(2rem,var(--section-space-sm));padding-bottom:max(2rem,var(--section-space-sm));min-height:min(60vh,700px)}.hero--rotator{grid-template-columns:minmax(0,1fr) minmax(320px,600px);column-gap:clamp(1.5rem,3vw,3rem);align-items:center}.hero__content{display:grid;gap:.25rem;align-items:start}.hero__content p+p{margin-top:.08rem}.sector-rotator{position:relative;display:inline-grid;min-width:13ch;margin-left:0;vertical-align:baseline}.sector-rotator__text{grid-area:1 / 1;width:100%;display:block;opacity:0;transform:translateY(6px);transition:opacity 1.4s ease,transform 1.4s ease;color:inherit;font-size:1.1em;font-weight:700;background:none;padding-top:2rem;padding-bottom:1rem;border-radius:0}.sector-rotator__text.is-active{opacity:1;transform:translateY(0)}.sector-specialism{position:relative;display:inline-grid}.sector-specialism__text{grid-area:1 / 1;display:block;opacity:0;transform:translateY(6px);transition:opacity 1.4s ease,transform 1.4s ease;white-space:pre-line}.sector-specialism__text.is-active{opacity:1;transform:translateY(0)}.sector-rotator__visual{position:relative;width:100%;aspect-ratio:4 / 3;border-radius:0;overflow:hidden;background:var(--bg);box-shadow:none}.sector-rotator__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transform:scale(1.02);transition:opacity 1.4s ease,transform 1.4s ease;filter:saturate(.9) contrast(.94);mask-image:radial-gradient(circle at center,#000 82%,#000000d1 92%,#0000008c);-webkit-mask-image:radial-gradient(circle at center,rgba(0,0,0,1) 82%,rgba(0,0,0,.82) 92%,rgba(0,0,0,.55) 100%)}.sector-rotator__image.is-active{opacity:.82;transform:scale(1)}.hero h1{max-width:12ch;line-height:1.1}.hero h1,.page-title{font-size:var(--h1);line-height:1.1;letter-spacing:0;font-weight:400;margin:0}.page-title{display:inline-block;padding-bottom:.5rem;text-decoration:underline;text-decoration-color:#67756b;text-decoration-thickness:2px;text-underline-offset:.5rem;font-size:var(--h2);line-height:1.25;margin-bottom:1rem}.page-line{width:100%;margin:3rem 0;height:2px;border:none;background:#0000001f}h2{font-size:var(--h2);line-height:1.25;font-weight:500;margin:2.25rem 0 .75rem}h3,.project-card h2,.project-card h3,.project-section h2,.project-entry h2{margin:2rem 0 .5rem;font-size:var(--h3);line-height:1.25;font-weight:500}.hero__summary{font-size:var(--body-lg);line-height:1.4;max-width:36rem}.stack-list,.project-card__stack,.tech-list{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;padding:0;margin:0;list-style:none;max-width:100%;overflow-wrap:anywhere}.stack-list>li,.project-card__stack>li,.tech-list>li{all:unset;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;min-height:2rem;padding:0 .75rem;border:1px solid var(--border);background:var(--surface);border-radius:999px;font-size:.875rem;font-weight:400;line-height:1rem;white-space:normal;overflow-wrap:break-word;max-width:100%;text-align:center}.grid{display:grid;gap:2rem}.projects-grid{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:50px;row-gap:70px}.projects-highlight{background:#67746a;color:#fff}.projects-highlight p,.projects-highlight h1,.projects-highlight h2,.projects-highlight h3{color:#fff}.projects-highlight a{color:#e0e0e0;text-decoration:underline;text-decoration-color:#e0e0e0;text-decoration-thickness:2px;text-underline-offset:4px}.projects-highlight a:hover{color:#fff;text-decoration-color:#fff}.projects-highlight .project-card__stack li{background:#fff3;border:1px solid rgba(255,255,255,.4);color:#fff}.project-card{background:var(--surface-strong);border:1px solid transparent;overflow:hidden}.project-card a{display:block}.project-card a{text-decoration:none}.project-card__image{position:relative;aspect-ratio:4 / 3;border-radius:var(--radius-l);overflow:hidden;background:linear-gradient(135deg,#e7e0d2,#c3d2d7 50%,#f2eee5)}.project-card__image img:first-child{width:100%;height:100%;object-fit:cover;display:block}.project-card__logo{position:absolute;top:.5rem;left:2.5rem;width:128px;height:128px;object-fit:contain;opacity:.9;filter:brightness(0) invert(1);transition:transform .2s ease,opacity .2s ease}.project-card:hover .project-card__logo{transform:scale(1.05)}.project-card:hover .project-card__image{opacity:.9}.project-card__body{padding-top:24px;display:grid;gap:.75rem}.project-card__body p:last-child{color:var(--muted)}.split{display:grid;grid-template-columns:minmax(0,2fr) minmax(140px,.5fr);gap:3rem}.split--equal{grid-template-columns:repeat(2,minmax(0,1fr))}.card,.panel{background:var(--surface-strong);border:1px solid var(--border);border-radius:var(--radius-l);box-shadow:var(--shadow-soft)}.panel{background:var(--surface-strong);border:1px solid var(--border);border-radius:var(--radius-l);box-shadow:var(--shadow-soft);padding:1.5rem}.panel.panel-photo{padding:0;overflow:hidden}.about-photo{width:100%;height:100%;display:block;object-fit:cover;min-height:100%}.timeline{display:grid;gap:1rem}.timeline-item{padding-bottom:1rem;border-bottom:1px solid var(--border)}@media(max-width:900px){.employment-timeline{padding-left:.75rem;padding-right:.75rem;text-align:center}.employment-timeline .timeline-item{text-align:center}}.project-entry{display:grid;gap:1rem;padding:1.5rem}.project-entry+.project-entry{border-top:1px solid var(--border)}.project-entry ul,article ul{margin:0;padding-left:1rem}article li+li{margin-top:.5rem}.site-footer{border-top:1px solid var(--border);margin-top:6vw}.site-footer{background:#000;color:#fff}.footer-links{display:flex;gap:1rem;flex-wrap:wrap;color:#fff}.footer-links a{text-decoration:none}.footer-links a:hover{text-decoration:underline;text-decoration-color:var(--accent);text-decoration-thickness:2px;text-underline-offset:4px;color:inherit}.hero__clients{margin-top:0}@media(max-width:900px){.hero__clients{margin-top:1.5rem}}.client-carousel{overflow:hidden;width:100%}.client-carousel__track{display:flex;width:max-content;animation:logo-marquee 31.5s linear infinite;will-change:transform}.client-carousel__track:hover{animation-play-state:paused}.client-logos{list-style:none;padding:0;margin:0;display:flex;align-items:center;gap:0;flex:0 0 auto}.client-logos li{display:flex;align-items:center;justify-content:center;flex:0 0 auto;min-width:150px;height:64px;padding-right:2.5rem}.client-logos img{display:block;width:auto;max-width:130px;max-height:44px;opacity:.8;transition:opacity .2s ease}.client-logos img:hover{opacity:1}.logo--swissport img{transform:scale(2.25)}.logo--soas img{transform:scale(1.5)}.logo--uk-coaching img{transform:scale(2.25)}.logo--espn img,.logo--disney img{transform:scale(1.5)}.logo--nhs img{max-height:50px;max-width:145px}@keyframes logo-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(max-width:900px){:root{--page-pad: var(--page-pad-mobile)}.hero--rotator{grid-template-columns:1fr}.sector-rotator__visual{max-width:580px}.projects-grid,.split{grid-template-columns:1fr}.hero{min-height:auto}.hero h1,.page-title{max-width:none}.page-title--section{font-size:clamp(2rem,4vw,3.75rem)}@media(min-width:768px)and (max-width:900px){.sector-rotator__visual{max-width:551px}}@media(prefers-reduced-motion:reduce){.sector-rotator__text,.sector-rotator__image,.sector-specialism__text{transition:none}.sector-rotator__text:not(.is-active),.sector-rotator__image:not(.is-active),.sector-specialism__text:not(.is-active){display:none}}}@media(max-width:767px){.site-header__inner,.site-footer__inner{flex-direction:column;align-items:flex-start}.site-header__inner{padding:.95rem 0;gap:.6rem}.brand{font-size:1.45rem}.hero__eyebrow,.meta{font-size:.9rem}.nav{gap:1rem}.section{padding:max(2.5rem,var(--section-space-md)) 0}#hero.section{padding-top:1.074rem;padding-bottom:1.1rem}.hero{gap:.6rem;padding-top:.6rem;padding-bottom:.8rem}.hero__content{gap:.351rem}.hero__content p+p{margin-top:.132rem}.hero__summary{font-size:1.02rem;line-height:1.3}.hero__summary .sector-rotator{display:grid;min-width:0;margin-top:.15rem}.sector-rotator__text{padding-top:.58rem;padding-bottom:.24rem;font-size:1em}.sector-rotator__visual{aspect-ratio:16 / 10;max-height:322px}.hero__clients{margin-top:.9rem}.client-logos li{min-width:122px;height:52px;padding-right:1.6rem}.client-logos img{max-width:108px;max-height:34px}}@media(max-width:380px)and (max-height:820px){.site-header__inner{padding:.82rem 0;gap:.45rem}.brand{font-size:1.3rem}.hero__eyebrow{font-size:.82rem!important;margin:.35rem 0 .2rem!important}#hero.section{padding-top:.76rem;padding-bottom:.9rem}.hero{gap:.45rem;padding-top:.45rem;padding-bottom:.58rem}.hero__content{gap:.22rem}.hero__content p+p{margin-top:.066rem}.hero__summary{font-size:.96rem;line-height:1.24}.hero__summary .sector-rotator{margin-top:.1rem}.sector-rotator__text{padding-top:.36rem;padding-bottom:.14rem}.sector-rotator__visual{max-height:292px}.hero__clients{margin-top:.45rem}.hero__clients .meta{font-size:.8rem}.client-logos li{min-width:108px;height:44px;padding-right:1.2rem}.client-logos img{max-width:96px;max-height:30px}}.burger[data-v-4f677f00]{display:flex;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;background:none;border:none;cursor:pointer;z-index:30}.burger span[data-v-4f677f00]{display:block;width:26px;height:3px;margin:4px 0;background:#e8e1d7;border-radius:2px;transition:.3s}.burger.open span[data-v-4f677f00]:nth-child(1){transform:translateY(7px) rotate(45deg)}.burger.open span[data-v-4f677f00]:nth-child(2){opacity:0}.burger.open span[data-v-4f677f00]:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav a[data-v-4f677f00]{color:inherit;text-decoration:none}.nav-link__content[data-v-4f677f00]{display:inline-flex;align-items:center;gap:.4rem}.nav a[aria-current=page] .nav-link__content>span[data-v-4f677f00],.nav a:hover .nav-link__content>span[data-v-4f677f00]{text-decoration:underline;text-decoration-color:var(--accent);text-decoration-thickness:2px;text-underline-offset:4px}.download-icon[data-v-4f677f00]{width:1em;height:1em;flex:0 0 auto}.nav[data-v-4f677f00]{display:none;flex-direction:column;gap:1.25rem;background:#222222fa;position:absolute;top:100%;right:0;min-width:180px;padding:1.25rem 1.5rem;border-radius:0 0 0 16px;box-shadow:0 8px 24px #0000001f;color:"#e8e1d7"}.nav.open[data-v-4f677f00]{display:flex!important}@media(min-width:900px){.burger[data-v-4f677f00]{display:none}.nav[data-v-4f677f00]{display:flex!important;flex-direction:row;position:static;background:none;box-shadow:none;padding:0;min-width:unset;border-radius:0;gap:1.5vw}}.site-header__row[data-v-94bb71d1]{display:flex;align-items:center;justify-content:space-between;width:100%}.site-header__branding[data-v-94bb71d1]{display:flex;flex-direction:column;align-items:flex-start}.footer-links .link-with-icon[data-v-69020e39]{display:inline-flex;align-items:center;gap:.4rem}.footer-links .link-with-icon[data-v-69020e39] svg{width:1em;height:1em;flex:0 0 auto}.scroll-cue[data-astro-cid-thmx323j]{position:fixed;left:50%;bottom:10vh;transform:translate(-50%);z-index:2147483647!important;cursor:pointer;pointer-events:auto!important;padding:.5rem;display:inline-flex;align-items:center;justify-content:center;animation:scrollCueBounce 2s infinite}.scroll-cue__image[data-astro-cid-thmx323j]{display:block;width:48px;height:auto;pointer-events:none}.scroll-cue[data-astro-cid-thmx323j][hidden]{display:none}@keyframes scrollCueBounce{0%,20%,50%,80%,to{transform:translate(-50%) translateY(0)}40%{transform:translate(-50%) translateY(-10px)}60%{transform:translate(-50%) translateY(-5px)}}
