@import 'https://fonts.googleapis.com/css2?family=Playfair+Display:opsz,wght@5..120,400;5..120,500;5..120,600&family=Inter:wght@300;400;500;600&display=swap';:root{--ink:#1c1c1c;--ink-soft:#6f6f6f;--paper:#faf7f2;--white:#ffffff;--accent:#c76a5a;--font-display:'Playfair Display', serif;--font-body:'Inter', -apple-system, BlinkMacSystemFont, sans-serif;--xs:0.75rem;--sm:1.25rem;--md:2.5rem;--lg:4rem;--xl:6rem;--xxl:9rem;--container:1160px;--ease:cubic-bezier(0.2, 0.8, 0.2, 1)}*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--paper);color:var(--ink);line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3{font-family:var(--font-display);font-weight:500;line-height:1.12;color:var(--ink)}h1{font-size:clamp(3rem,5.2vw,4.8rem);letter-spacing:-.035em;margin-bottom:var(--md)}h2{font-size:clamp(2.2rem,4vw,3.2rem);letter-spacing:-.025em;margin-bottom:var(--md)}h3{font-size:clamp(1.5rem,2.4vw,2.1rem);margin-bottom:.75rem}p{font-size:1.125rem;color:var(--ink-soft);margin-bottom:var(--md)}strong{color:var(--ink);font-weight:500}.container{max-width:var(--container);margin:0 auto;padding:0 clamp(1rem,3vw,2.5rem)}.container.narrow{max-width:min(520px,90vw)}.container.medium{max-width:min(680px,90vw)}.container.wide{max-width:min(920px,95vw)}nav{position:fixed;top:0;width:100%;background:rgba(250,247,242,.92);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,8%);z-index:1000;padding:var(--sm)0}.nav-container{max-width:var(--container);margin:0 auto;padding:0 clamp(1rem,3vw,2.5rem);display:flex;justify-content:center;align-items:center}.nav-brand{text-align:center}.brand-name{font-size:clamp(.75rem,2vw,.9rem);font-weight:600;letter-spacing:.2em;text-decoration:none;color:var(--ink);display:block;margin-bottom:.8rem}.nav-menu{list-style:none;display:flex;gap:clamp(1.5rem,4vw,4rem);justify-content:center}.nav-menu a{font-size:clamp(.55rem,1.2vw,.65rem);letter-spacing:.15em;text-transform:uppercase;font-weight:500;color:var(--ink);text-decoration:none;position:relative;opacity:.7;transition:opacity .3s var(--ease)}.nav-menu a:hover{opacity:1}.mobile-menu-toggle{display:none}.hero{padding-top:clamp(10rem,15vh,12rem);padding-bottom:clamp(4rem,8vh,6rem)}.text-center{text-align:center!important}.hero .container.text-center h1,.hero .container.text-center .tagline{margin-left:auto;margin-right:auto;text-align:center}.hero h1{max-width:100%;text-align:center;padding:0 1rem}.hero .tagline{font-size:clamp(1.2rem,3vw,1.4rem);font-weight:300;color:var(--ink-soft);max-width:100%;margin-bottom:var(--lg);text-align:center;padding:0 1rem}.hero-buttons{display:flex;gap:1.2rem;margin-top:2.5rem;justify-content:center}.trusted-strip{margin-top:3.5rem;padding:1.5rem;background:var(--white);width:100%;display:flex;align-items:center;overflow-x:auto;overflow-y:hidden;box-sizing:border-box;-webkit-overflow-scrolling:touch;scrollbar-width:thin;position:relative}.trusted-strip::after{content:'';position:absolute;right:0;top:0;bottom:0;width:50px;background:linear-gradient(to right,transparent,var(--white));pointer-events:none;opacity:1;transition:opacity .3s}.trusted-strip:hover::after{opacity:.5}.trusted-label{font-size:clamp(.65rem,1.5vw,.75rem);letter-spacing:.18em;text-transform:uppercase;color:#8a8a8a;margin-right:clamp(2rem,3vw,3rem);white-space:nowrap;flex-shrink:0;display:inline-flex;align-items:center;height:100%;align-self:center}.trusted-logos{display:flex;align-items:center;gap:clamp(3rem,6vw,5rem);flex-wrap:nowrap;padding-right:2rem}.trusted-logos img{height:clamp(35px,5vw,50px);max-height:50px;width:auto;max-width:150px;object-fit:contain;opacity:.9;transition:all .3s var(--ease);flex-shrink:0;border:none!important;border-radius:0!important;background:0 0}.trusted-logos img[alt=ThoughtWorks]{height:clamp(30px,4vw,40px);max-width:120px}.trusted-logos img:hover{opacity:1;transform:translateY(-2px)}.trusted-strip::-webkit-scrollbar{height:6px}.trusted-strip::-webkit-scrollbar-track{background:rgba(0,0,0,5%)}.trusted-strip::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2);border-radius:3px}.trusted-strip::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.3)}section.soft{padding:var(--xl)0}.services-list .service{margin-bottom:var(--lg)}img{max-width:100%;display:block}.image-container img,section img:not(.trusted-logos img){border-radius:18px}.btn{display:inline-block;padding:.85rem 1.9rem;font-size:.72rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;border-radius:999px;text-decoration:none;cursor:pointer;transition:all .4s var(--ease)}.btn-primary{border:1px solid var(--ink);color:var(--ink);background:0 0}.btn-primary:hover{background:var(--ink);color:var(--paper);transform:translateY(-1px)}.btn-outline{border:1px solid var(--ink);color:var(--ink);background:0 0}.cta-section{border-top:1px solid rgba(0,0,0,8%)}@media(max-width:1024px) and (min-width:769px){h1{font-size:3rem}.trusted-strip{padding:1.25rem}.trusted-logos{gap:3.5rem}.trusted-logos img{height:45px}.trusted-logos img[alt=ThoughtWorks]{height:38px}}@media(max-width:768px){h1{font-size:2.6rem}.hero-buttons{flex-direction:column}.brand-name{font-size:.75rem}.nav-menu{gap:1.5rem}.nav-menu a{font-size:.6rem}.trusted-strip{padding:1rem;margin-top:2.5rem}.trusted-label{font-size:.6rem;margin-right:2rem}.trusted-logos{gap:3rem}.trusted-logos img{height:35px;max-width:100px}.trusted-logos img[alt=ThoughtWorks]{height:30px;max-width:80px}}@media(max-width:480px){.trusted-strip{padding:.75rem}.trusted-logos{gap:2.5rem}.trusted-logos img{height:30px;max-width:80px}.trusted-logos img[alt=ThoughtWorks]{height:25px;max-width:70px}.trusted-label{font-size:.55rem;margin-right:1.5rem}}@media(min-width:1440px){.trusted-strip{padding:2rem}.trusted-logos{gap:5rem}.trusted-logos img{height:55px;max-width:160px}.trusted-logos img[alt=ThoughtWorks]{height:45px;max-width:130px}}