@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Inter:wght@400;600&family=IBM+Plex+Mono:wght@500&display=swap');

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Inter',system-ui,sans-serif;font-size:17px;line-height:1.65;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:currentColor;text-decoration:none}
ul{list-style:none}
button,input,select,textarea{font:inherit}

.surface-ink{background:#141B22;color:#F4F0E9}
.surface-alabaster{background:#F4F0E9;color:#141B22}
.surface-tealink{background:#17262A;color:#F4F0E9}
.surface-teal{background:#2F8F7A;color:#F4F0E9}

h1,h2,h3{font-family:'Instrument Serif',Georgia,serif;font-weight:600;line-height:1.12}
h1{font-size:clamp(2.4rem,4.8vw,4.2rem)}
h2{font-size:clamp(1.9rem,3.2vw,2.8rem)}
h3{font-size:clamp(1.3rem,2vw,1.65rem)}
.eyebrow{font-family:'IBM Plex Mono',monospace;font-size:.75rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:#2F8F7A}
.mono{font-family:'IBM Plex Mono',monospace;font-size:.75rem;letter-spacing:.06em}
.teal{color:#2F8F7A}
.clay{color:#D08A5E}
.warm-grey{color:#8B857C}

.container{width:min(1180px,92vw);margin:0 auto}
.section-pad{padding:5.5rem 0}
.section-pad-lg{padding:6.5rem 0 7.5rem}

.site-header{position:fixed;top:0;left:0;right:0;z-index:100;padding:1.25rem 0;transition:background .3s,box-shadow .3s}
.site-header.is-sticky{background:#141B22;color:#F4F0E9;box-shadow:0 1px 0 rgba(244,240,233,.08)}
.site-header .container{display:flex;align-items:center;justify-content:space-between;gap:2rem}
.logo{font-family:'Instrument Serif',serif;font-weight:600;font-size:1.35rem;letter-spacing:-.01em}
.nav-list{display:flex;gap:1.75rem;flex-wrap:wrap}
.nav-list a{font-size:.9rem;font-weight:600;opacity:.85}
.nav-list a:hover,.nav-list a[aria-current="page"]{opacity:1}
.nav-toggle{display:none;background:none;border:1px solid currentColor;padding:.4rem .6rem;cursor:pointer}

.btn{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1.6rem;font-weight:600;font-size:.95rem;border-radius:2px;border:1px solid transparent;cursor:pointer;transition:filter .2s,box-shadow .2s}
.btn:hover{filter:brightness(1.06);box-shadow:0 4px 18px rgba(0,0,0,.12)}
.btn-primary{background:#2F8F7A;color:#F4F0E9;border-color:#2F8F7A}
.btn-secondary{background:transparent;border:1px solid currentColor}
.btn-group{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1.75rem}

.hairline{height:1px;background:currentColor;opacity:.18;width:100%}

.hero-shift{position:relative;min-height:92vh;min-height:92dvh;display:flex;flex-direction:column;padding-top:7rem;padding-bottom:3rem}
@media(max-width:768px){.hero-shift{min-height:80vh}}
.hero-shift__top .container{display:flex;justify-content:space-between;align-items:center;padding-bottom:1rem;font-family:'IBM Plex Mono',monospace;font-size:.7rem;letter-spacing:.12em;text-transform:uppercase}
.hero-shift__top .cohort-dots{display:flex;gap:6px}
.hero-shift__top .cohort-dots span{width:6px;height:6px;border-radius:50%;background:#2F8F7A}
.hero-shift__headline{padding:2rem 0 1.5rem}
.hero-shift__baseline{display:flex;gap:2.5rem;margin-top:1.5rem;padding-top:1rem;border-top:2px solid #2F8F7A;font-family:'IBM Plex Mono',monospace;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;flex-wrap:wrap}
.hero-shift__photo{margin:2rem 0;border:1px solid rgba(20,27,34,.15);position:relative;padding:4px}
.hero-shift__photo::before,.hero-shift__photo::after{content:'';position:absolute;width:8px;height:8px;border:1px solid #2F8F7A;background:#F4F0E9}
.hero-shift__photo::before{top:-4px;left:-4px}
.hero-shift__photo::after{bottom:-4px;right:-4px}
.hero-shift__photo img{width:100%;aspect-ratio:21/9;object-fit:cover}
.hero-shift__standfirst{max-width:560px;opacity:.8;font-size:1.05rem;margin-top:1.5rem}
.hero-shift__trust{margin-top:2rem;font-family:'IBM Plex Mono',monospace;font-size:.75rem;color:#8B857C}

.metric-trio{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding:4rem 0}
@media(max-width:768px){.metric-trio{grid-template-columns:1fr}}
.metric-trio .num{font-family:'IBM Plex Mono',monospace;font-size:2.4rem;font-weight:500;color:#2F8F7A}
.metric-trio .label{font-size:.85rem;opacity:.7;margin-top:.25rem}

.stages{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}
@media(max-width:900px){.stages{grid-template-columns:repeat(2,1fr)}}
@media(max-width:500px){.stages{grid-template-columns:1fr}}
.stage-card{padding:2rem;border:1px solid rgba(20,27,34,.1);position:relative;background:#fff;color:#141B22}
.stage-card .as-num{position:absolute;top:1rem;right:1rem;font-family:'IBM Plex Mono',monospace;font-size:3rem;opacity:.05;font-weight:500}

.capabilities{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
@media(max-width:900px){.capabilities{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.capabilities{grid-template-columns:1fr}}
.cap-card{padding:2rem 2rem 2rem 3.5rem;border-left:3px solid #2F8F7A;background:rgba(47,143,122,.04);position:relative}
.cap-card .as-index{font-family:'IBM Plex Mono',monospace;font-size:.7rem;color:#2F8F7A;position:absolute;left:1rem;top:2rem}

.photo-card{position:relative;overflow:hidden;border:1px solid rgba(47,143,122,.2)}
.photo-card img{width:100%;aspect-ratio:16/10;object-fit:cover}
.photo-card__cap{padding:1rem 1.25rem;font-size:.85rem;opacity:.75}

.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}
@media(max-width:768px){.grid-2{grid-template-columns:1fr}}

.case-teaser{padding:2rem;border:1px solid rgba(244,240,233,.12);background:rgba(244,240,233,.03)}
.case-teaser h3{margin-bottom:.75rem}
.case-teaser .meta{font-family:'IBM Plex Mono',monospace;font-size:.7rem;color:#8B857C;margin-bottom:1rem}

.faq-mini details{border-bottom:1px solid rgba(20,27,34,.12);padding:1.25rem 0}
.faq-mini summary{font-weight:600;cursor:pointer;list-style:none}
.faq-mini summary::-webkit-details-marker{display:none}
.faq-mini p{margin-top:.75rem;opacity:.85}

.cta-band{text-align:center;padding:5rem 2rem}
.cta-band h2{margin-bottom:1rem}
.cta-band p{max-width:520px;margin:0 auto 2rem;opacity:.85}

.site-footer{padding:4rem 0 2rem;border-top:1px solid rgba(244,240,233,.1)}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:3rem}
@media(max-width:768px){.footer-grid{grid-template-columns:1fr}}
.footer-grid h4{font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;opacity:.6}
.footer-grid ul li{margin-bottom:.5rem;font-size:.9rem}
.footer-disclaimer{font-size:.8rem;opacity:.65;line-height:1.6;padding-top:2rem;border-top:1px solid rgba(244,240,233,.08)}
.footer-copy{font-size:.8rem;opacity:.5;margin-top:1.5rem}

.page-hero{padding:9rem 0 4rem}
.page-hero h1{margin-bottom:1rem}
.page-hero .lead{max-width:640px;font-size:1.15rem;opacity:.85}

.service-block{padding:3rem 0;border-bottom:1px solid rgba(20,27,34,.08)}
.service-block:last-child{border-bottom:none}

.work-case{padding:3rem 0;border-bottom:1px solid rgba(244,240,233,.1)}
.work-case:last-child{border-bottom:none}

.form-group{margin-bottom:1.25rem}
.form-group label{display:block;font-weight:600;font-size:.9rem;margin-bottom:.4rem}
.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem 1rem;border:1px solid rgba(20,27,34,.2);background:#fff;color:#141B22;border-radius:2px}
.form-group textarea{min-height:140px;resize:vertical}
.form-check{display:flex;gap:.75rem;align-items:flex-start;font-size:.9rem}
.form-check input{margin-top:.25rem}
.hp{position:absolute;left:-9999px;opacity:0;height:0;width:0;overflow:hidden}

.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:200;padding:1.5rem;background:#17262A;color:#F4F0E9;box-shadow:0 -4px 30px rgba(0,0,0,.25);display:none}
.cookie-banner.is-visible{display:block}
.cookie-banner .container{display:flex;flex-wrap:wrap;gap:1.5rem;align-items:center;justify-content:space-between}
.cookie-banner p{flex:1;min-width:260px;font-size:.9rem;opacity:.9}
.cookie-actions{display:flex;gap:.75rem;flex-wrap:wrap}
.cookie-actions button{padding:.6rem 1.2rem;font-size:.85rem;font-weight:600;cursor:pointer;border-radius:2px;border:1px solid rgba(244,240,233,.3);background:transparent;color:inherit}
.cookie-actions .accept-all{background:#2F8F7A;border-color:#2F8F7A;color:#F4F0E9}

.cookie-modal{position:fixed;inset:0;z-index:210;background:rgba(20,27,34,.7);display:none;align-items:center;justify-content:center;padding:2rem}
.cookie-modal.is-visible{display:flex}
.cookie-modal__box{background:#F4F0E9;color:#141B22;padding:2rem;max-width:480px;width:100%;border-radius:4px}
.cookie-modal__box h3{margin-bottom:1rem}
.cookie-option{margin:1rem 0;display:flex;justify-content:space-between;align-items:center}

.reveal{opacity:1;transform:none}
.js .reveal{opacity:0;transform:translateY(14px);transition:opacity .6s ease,transform .6s ease}
.js .reveal.is-visible{opacity:1;transform:none}

.cohort-motif{height:1px;background:linear-gradient(90deg,#2F8F7A 0%,#2F8F7A 20%,transparent 20%,transparent 25%,#2F8F7A 25%,#2F8F7A 45%,transparent 45%,transparent 50%,#2F8F7A 50%,#2F8F7A 70%,transparent 70%);opacity:.4;margin:2rem 0}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .js .reveal{opacity:1;transform:none;transition:none}
}

@media(max-width:768px){
  .nav-toggle{display:block}
  .nav-list{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;padding:1.5rem;background:inherit;gap:1rem}
  .nav-list.is-open{display:flex}
}

.legal-content h2{margin:2.5rem 0 1rem;font-size:1.5rem}
.legal-content h3{margin:1.5rem 0 .75rem;font-size:1.15rem}
.legal-content p,.legal-content li{margin-bottom:1rem;opacity:.9}
.legal-content ul{list-style:disc;padding-left:1.5rem;margin-bottom:1rem}

.error-page{min-height:80vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem}
.error-page h1{margin-bottom:1rem}

.frosted-card{background:rgba(244,240,233,.08);border:1px solid rgba(47,143,122,.25);padding:2rem}
