
    :root{--navy:#0d3150;--blue:#176591;--red:#e94b35;--ink:#162633;--muted:#607180;--line:#d9e2e8;--ice:#eef5f8;--white:#fff;--max:1180px}
    *{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Manrope,Arial,sans-serif;background:#fff}a{color:inherit;text-decoration:none}button{font:inherit}img{display:block;max-width:100%}
    .topbar{background:var(--navy);color:#dce9f1;font-size:.85rem}.topbar .inner{max-width:var(--max);margin:auto;padding:.55rem 1.5rem;display:flex;justify-content:space-between;gap:1rem}.topbar a{color:#fff;font-weight:700}
    header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid rgba(13,49,80,.09)}nav{max-width:var(--max);height:92px;margin:auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.brand{display:flex;align-items:center}.brand img{display:block;width:auto;height:76px;object-fit:contain}.links{display:flex;align-items:center;gap:1.7rem;font-size:.92rem;font-weight:650}.links a:hover{color:var(--red)}.cta{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1.1rem;border-radius:5px;background:var(--red);color:#fff!important;font-weight:800;border:1px solid var(--red)}.ghost{background:transparent;color:var(--navy)!important;border-color:var(--navy)}.menu{display:none;background:none;border:0;font-size:1.6rem;color:var(--navy)}
    .hero{background:linear-gradient(90deg,rgba(7,34,54,.95) 0%,rgba(7,34,54,.84) 46%,rgba(7,34,54,.18) 100%),url('https://images.unsplash.com/photo-1585704032915-c3400ca199e7?auto=format&fit=crop&w=1800&q=85') center/cover;min-height:620px;color:#fff;display:grid;align-items:center}.hero-in{max-width:var(--max);margin:auto;width:100%;padding:5.5rem 1.5rem}.eyebrow{display:flex;align-items:center;gap:.75rem;text-transform:uppercase;letter-spacing:.13em;font-size:.77rem;font-weight:800;color:#98c7df}.eyebrow:before{content:"";width:34px;height:3px;background:var(--red)}h1{font-family:'Roboto Slab',Georgia,serif;font-size:clamp(2.7rem,5.3vw,5.1rem);line-height:1.02;max-width:770px;margin:1rem 0 1.25rem;letter-spacing:-.035em}.hero p{font-size:1.13rem;line-height:1.65;max-width:660px;color:#e1edf3}.actions{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:2rem}.actions .cta{padding:1rem 1.35rem}.hero .ghost{border-color:#b9d0dc;color:#fff!important}.trust{max-width:var(--max);margin:-43px auto 0;background:#fff;position:relative;z-index:4;display:grid;grid-template-columns:repeat(3,1fr);box-shadow:0 18px 50px rgba(13,49,80,.16)}.trust div{padding:1.4rem 1.7rem;border-right:1px solid var(--line)}.trust div:last-child{border:0}.trust strong{display:block;color:var(--navy);font-size:1.05rem}.trust span{font-size:.84rem;color:var(--muted)}
    section{padding:6.5rem 1.5rem}.wrap{max-width:var(--max);margin:auto}.section-head{display:flex;justify-content:space-between;align-items:end;gap:2rem;margin-bottom:2.4rem}.kicker{text-transform:uppercase;letter-spacing:.12em;color:var(--red);font-weight:800;font-size:.77rem}.section-head h2,.intro h2{font-family:'Roboto Slab',Georgia,serif;color:var(--navy);font-size:clamp(2rem,3.5vw,3.2rem);line-height:1.14;margin:.5rem 0}.section-head p{max-width:520px;color:var(--muted);line-height:1.65}.services{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.service{padding:2rem;border:1px solid var(--line);border-top:4px solid var(--blue);transition:.2s;background:#fff}.service:hover{transform:translateY(-5px);box-shadow:0 18px 35px rgba(13,49,80,.09)}.icon{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:var(--ice);font-size:1.35rem}.service h3{font-size:1.2rem;color:var(--navy);margin:1.4rem 0 .6rem}.service p{color:var(--muted);line-height:1.65;font-size:.92rem}.service a{font-weight:800;color:var(--blue);font-size:.9rem}.service:nth-child(2){border-top-color:var(--red)}
    .audience{background:var(--ice)}.audience-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:4rem;align-items:center}.intro p{color:var(--muted);line-height:1.75}.checks{display:grid;gap:.8rem;margin-top:1.7rem}.check{display:flex;gap:.75rem;align-items:start;font-weight:650}.check:before{content:'✓';color:#fff;background:var(--red);border-radius:50%;width:22px;height:22px;display:grid;place-items:center;flex:0 0 22px;font-size:.78rem}.paths{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.path{background:#fff;padding:1.7rem;border-left:4px solid var(--navy);min-height:150px}.path span{font-size:.75rem;font-weight:800;letter-spacing:.08em;color:var(--red);text-transform:uppercase}.path h3{margin:.55rem 0;color:var(--navy)}.path p{font-size:.87rem;color:var(--muted);line-height:1.55}
    .projects{background:#fff}.filters{display:flex;gap:.55rem;flex-wrap:wrap;margin-bottom:1.5rem}.filter{border:1px solid var(--line);background:#fff;border-radius:99px;padding:.62rem 1rem;color:var(--muted);cursor:pointer;font-weight:700;font-size:.84rem}.filter.active,.filter:hover{background:var(--navy);color:#fff;border-color:var(--navy)}.project-grid{display:grid;grid-template-columns:1.25fr .75fr .75fr;gap:1rem}.project{min-height:380px;position:relative;overflow:hidden;background:#dfe8ed}.project:not(:first-child){min-height:310px}.project img{width:100%;height:100%;object-fit:cover;transition:.35s}.project:hover img{transform:scale(1.035)}.project:after{content:"";position:absolute;inset:30% 0 0;background:linear-gradient(transparent,rgba(5,27,43,.95))}.project-copy{position:absolute;z-index:2;left:1.4rem;right:1.4rem;bottom:1.35rem;color:#fff}.tag{font-size:.72rem;letter-spacing:.09em;text-transform:uppercase;font-weight:800;color:#b7d9e9}.project h3{margin:.4rem 0 .3rem;font-size:1.15rem}.project p{margin:0;color:#d8e5eb;font-size:.82rem}.all-link{display:inline-block;margin-top:1.8rem;color:var(--blue);font-weight:800}
    .proof{background:var(--navy);color:#fff;padding:5rem 1.5rem}.proof-grid{max-width:var(--max);margin:auto;display:grid;grid-template-columns:1.3fr repeat(3,.7fr);gap:2rem;align-items:center}.proof h2{font-family:'Roboto Slab';font-size:2.2rem;margin:0}.stat strong{font-family:'Roboto Slab';font-size:2.2rem}.stat span{display:block;color:#a9c4d3;font-size:.8rem;margin-top:.3rem}
    .contact{padding:0;background:linear-gradient(90deg,var(--red) 0 50%,#f4f7f9 50%)}.contact-grid{max-width:var(--max);margin:auto;display:grid;grid-template-columns:1fr 1fr}.contact-call{padding:4.2rem 3rem 4.2rem 1.5rem;color:#fff}.contact-call h2{font-family:'Roboto Slab';font-size:2.5rem;margin:.5rem 0 1rem}.contact-call p{line-height:1.65}.contact-call a{font-size:1.5rem;font-weight:800}.contact-info{padding:4.2rem 1.5rem 4.2rem 3rem}.contact-info h3{color:var(--navy);font-size:1.4rem}.contact-info p{color:var(--muted);line-height:1.8}.contact-info .cta{margin-top:.7rem}
    footer{background:#081e30;color:#9bb1bf;padding:2.4rem 1.5rem;font-size:.82rem}.foot{max-width:var(--max);margin:auto;display:flex;justify-content:space-between;gap:2rem}.foot strong{color:#fff}
    @media(max-width:900px){.links{display:none}.menu{display:block}.hero{min-height:570px;background-position:65% center}.trust{margin:0;grid-template-columns:1fr}.trust div{border-right:0;border-bottom:1px solid var(--line)}.services{grid-template-columns:1fr}.audience-grid{grid-template-columns:1fr;gap:2.5rem}.project-grid{grid-template-columns:1fr 1fr}.project:first-child{grid-column:1/-1}.proof-grid{grid-template-columns:1fr 1fr}.proof h2{grid-column:1/-1}.contact{background:var(--red)}.contact-grid{grid-template-columns:1fr}.contact-info{background:#f4f7f9;padding-left:1.5rem}.contact-call{padding-right:1.5rem}}
    @media(max-width:560px){.topbar .inner span:first-child{display:none}nav{height:72px}.brand img{height:58px}.hero-in{padding:4rem 1.25rem}h1{font-size:2.7rem}.hero p{font-size:1rem}.actions{display:grid}.section-head{display:block}section{padding:4.5rem 1.25rem}.paths,.project-grid{grid-template-columns:1fr}.project:first-child{grid-column:auto}.project,.project:not(:first-child){min-height:300px}.proof-grid{grid-template-columns:1fr}.proof h2{grid-column:auto}.foot{display:block}.foot div+div{margin-top:1rem}}
  
:focus-visible{outline:3px solid var(--blue);outline-offset:5px}section[id]{scroll-margin-top:110px}.links a[aria-current=page]{color:var(--red)}.links{gap:1.35rem}.crumb{font-size:.88rem;color:var(--muted);margin-bottom:2.5rem}.crumb a{text-decoration:underline}.page-hero{background:var(--ice);padding:3rem 1.5rem 4rem;border-bottom:1px solid var(--line)}.page-hero h1{color:var(--navy);font-size:clamp(2.3rem,4.8vw,4.5rem);max-width:950px;line-height:1.12}.lead{max-width:740px;font-size:1.13rem;line-height:1.8;color:var(--muted)}.page-hero .kicker{font-size:.85rem}.page-section{padding:4.5rem 1.5rem}.two-col{display:grid;grid-template-columns:1.45fr .75fr;gap:4rem}.page-section h2{font-family:'Roboto Slab',Georgia,serif;font-size:2rem;color:var(--navy);line-height:1.3;margin-top:0}.page-section h3{color:var(--navy)}.page-section p{line-height:1.8}.content-list{padding:0;list-style:none}.content-list li{padding:1rem 0 1rem 1.8rem;position:relative;border-bottom:1px solid var(--line);line-height:1.6}.content-list li:before{content:'✓';position:absolute;left:0;color:var(--red);font-weight:800}.aside{padding:2rem;background:var(--ice);align-self:start;border-top:4px solid var(--red)}.aside p{color:var(--muted)}.aside .cta{margin-top:.5rem}.related{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.related a{color:var(--blue);font-weight:800;text-decoration:underline}.page-section .service p,.path p{font-size:1rem}.service a{font-size:1rem}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.step{border-top:1px solid var(--line);padding-top:1.5rem}.step b{color:var(--red);font-size:.9rem}.step h3{font-size:1.2rem}.people{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.person{padding:1.7rem;background:var(--ice)}.person p{color:var(--muted);margin:.5rem 0}.person a{overflow-wrap:anywhere;color:var(--blue)}.footer-links{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.4rem;font-size:.9rem}.note{background:var(--ice);padding:1rem 1.3rem;border-left:3px solid var(--blue);line-height:1.7;font-size:.95rem;color:var(--muted);margin-bottom:2rem}.reference-tools{display:flex;justify-content:space-between;align-items:start;gap:1rem;flex-wrap:wrap}.reference-tools select{font:inherit;padding:.6rem;border:1px solid var(--line);background:white;max-width:100%}.reference-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.3rem}.ref-card{border:1px solid var(--line);display:flex;flex-direction:column}.ref-card img{height:230px;width:100%;object-fit:cover}.ref-body{padding:1.5rem;flex:1}.ref-body h2{font-family:Manrope,sans-serif;font-size:1.3rem}.ref-body .tag{color:var(--blue);font-size:.85rem}.ref-card a:hover h2{text-decoration:underline}.ref-card[hidden]{display:none}.ref-photo{width:100%;max-height:470px;object-fit:cover}.meta-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;padding:1.5rem 0;margin-bottom:2rem;border-bottom:1px solid var(--line)}.meta-grid dt{font-size:.88rem;color:var(--muted)}.meta-grid dd{margin:.5rem 0 0;font-weight:700}.contact-cards{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.contact-card{padding:2rem;background:var(--ice)}.contact-card a{color:var(--blue);font-weight:700;overflow-wrap:anywhere}.contact-card .big{font-size:1.5rem}.contact-card h2{font-size:1.5rem}.service-nav{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:2rem}.service-nav a{border:1px solid var(--line);padding:.65rem 1rem;color:var(--blue);font-weight:700}.skip{position:absolute;left:1rem;top:-100px;background:white;padding:1rem;z-index:100}.skip:focus{top:1rem}.result-count{color:var(--muted);font-size:.95rem;margin-bottom:1rem}.project{display:block}.project .tag{font-size:.8rem}.model-label{display:inline-block;background:white;color:var(--navy);font-size:.8rem;padding:.3rem .6rem;margin-bottom:.7rem;font-weight:800}.page-section .services{margin-bottom:2rem}button,a,select{touch-action:manipulation}.footer-links a:hover{text-decoration:underline}
@media(max-width:1000px){.links{gap:.85rem;font-size:.85rem}nav{gap:1rem}}
@media(max-width:900px){.proof-grid>div:first-child{grid-column:1/-1}.links.open{display:flex;position:absolute;top:100%;left:0;right:0;background:white;padding:1.3rem 1.5rem;box-shadow:0 12px 20px #0d315022;flex-direction:column;align-items:stretch;font-size:1rem}.links.open a{padding:.5rem}.two-col{grid-template-columns:1fr;gap:2rem}.people,.reference-grid{grid-template-columns:1fr 1fr}.page-hero{padding-top:2rem}}
@media(max-width:560px){.people,.reference-grid,.steps,.contact-cards,.meta-grid{grid-template-columns:1fr}.page-section{padding:3rem 1.25rem}.page-hero{padding:2rem 1.25rem 3rem}.crumb{margin-bottom:2rem}.contact-card .big{font-size:1.3rem}.brand img{max-width:200px}.contact-card{padding:1.5rem}.footer-links{flex-direction:column}.lead{font-size:1rem}.page-section h2{font-size:1.7rem}.contact-info a{overflow-wrap:anywhere}}
