:root{--navy:#061f3d;--navy2:#07345f;--cyan:#06a9d0;--cyan2:#00c0e9;--ink:#09254b;--muted:#53647d;--soft:#f2f8fc;--line:#d7e1e9;--white:#fff;--magenta:#d51272;--green:#35ad43;--orange:#ff7200;--violet:#4b2295;--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);font-family:var(--font-geist),Arial,sans-serif;-webkit-font-smoothing:antialiased;background:#fff;margin:0;line-height:1.55;overflow-x:clip}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}svg{stroke-width:1.8px}.container{width:min(var(--max),calc(100% - 48px));margin-inline:auto}.centered{text-align:center}.skip-link{z-index:100;background:#fff;padding:10px 16px;position:fixed;top:-70px;left:16px}.skip-link:focus{top:10px}.site-header{z-index:50;background:#fffffff7;border-bottom:1px solid #e8eef3;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:32px;height:82px;display:flex}.brand img{object-fit:contain;object-position:left center;width:218px;height:64px}.desktop-nav{align-items:center;gap:38px;font-size:.92rem;font-weight:620;display:flex}.desktop-nav a{padding:29px 0;position:relative}:is(.desktop-nav a:hover,.desktop-nav a:focus-visible){color:var(--cyan)}.desktop-nav a:after{content:"";background:var(--cyan);height:2px;transition:all .2s;position:absolute;bottom:20px;left:50%;right:50%}.desktop-nav a:hover:after{left:0;right:0}.desktop-nav a:focus-visible:after{left:0;right:0}.mobile-nav{display:none;position:relative}.mobile-nav summary{border:1px solid var(--line);cursor:pointer;border-radius:8px;place-items:center;width:46px;height:46px;list-style:none;display:grid}.mobile-nav summary::-webkit-details-marker{display:none}.mobile-nav nav{border:1px solid var(--line);background:#fff;width:240px;padding:8px;position:absolute;top:54px;right:0;box-shadow:0 16px 45px #00244a26}.mobile-nav nav a{padding:12px 14px;display:block}.mobile-nav nav a:hover{background:var(--soft);color:var(--cyan)}.hero{color:#fff;background:radial-gradient(circle at 12% 85%,#0875a128 1.5px,transparent 1.8px) 0 0/12px 12px,var(--navy);overflow:hidden}.hero-grid{grid-template-columns:49% 51%;align-items:stretch;min-height:500px;display:grid}.hero-copy{align-self:center;padding:68px 48px 62px 0}.hero h1{letter-spacing:-.045em;max-width:650px;margin:0;font-size:clamp(2.9rem,5vw,4.75rem);line-height:1.08}.title-rule,.heading-rule{background:var(--cyan);width:74px;height:4px;margin:26px 0;display:block}.hero p{color:#cbe9f3;margin:0 0 30px;font-size:1.12rem}.hero .button{margin-top:4px}.hero-image-wrap{clip-path:polygon(12% 0,100% 0,100% 100%,12% 100%,0 87%,0 20%);min-height:500px;box-shadow:inset 4px 0 var(--cyan);overflow:hidden}.hero-image-wrap img{object-fit:cover;width:100%;height:100%}.eyebrow{color:var(--cyan);letter-spacing:.08em;text-transform:uppercase;margin-bottom:14px;font-size:.8rem;font-weight:800;display:inline-block}.eyebrow.light{color:var(--cyan2)}.button{color:#fff;font:inherit;cursor:pointer;background:linear-gradient(90deg,#02a4cd,#0bc3ea);border:0;border-radius:999px;justify-content:center;align-items:center;gap:12px;min-height:46px;padding:12px 28px;font-weight:760;display:inline-flex}.button:hover{filter:brightness(1.05);transform:translateY(-1px)}.button svg,.text-link svg{width:18px}.text-link{color:var(--cyan);align-items:center;gap:8px;font-weight:780;display:inline-flex}.hero-facts{gap:20px;margin-top:34px;display:grid}.hero-facts span{color:#fff;align-items:center;gap:17px;max-width:380px;display:flex}.hero-facts svg{border:1px solid var(--cyan);width:44px;height:44px;color:var(--cyan);border-radius:50%;flex:none;padding:10px}.hero-facts strong{color:var(--cyan2)}.trust-band{background:#fff}.trust-grid{justify-content:center;align-items:center;gap:64px;min-height:150px;display:flex}.trust-item{align-items:center;gap:24px;display:flex}.trust-item svg{width:72px;height:72px;color:var(--cyan);background:var(--navy);border-radius:50%;padding:17px}.trust-item strong{font-size:1.6rem;line-height:1.12}.trust-divider{background:#aab7c5;width:1px;height:74px}.pkf-lockup img{object-fit:contain;width:205px;height:90px}.section{padding:68px 0}.section.soft,.service-band:nth-child(odd),.contact-trust{background:linear-gradient(105deg,#f5fafd,#edf7fc)}.section-heading{max-width:850px;margin:0 auto 42px}.section-heading h2,.section h2{letter-spacing:-.035em;margin:0;font-size:clamp(2rem,3.4vw,3rem);line-height:1.12}.heading-rule{width:62px;height:3px;margin:18px auto 0}.heading-rule.left{margin:14px 0 0}.lead{max-width:900px;margin:0 auto 38px;font-size:1.22rem;font-weight:680;line-height:1.35}.section p{color:var(--muted)}.service-grid{grid-template-columns:repeat(5,1fr);display:grid}.service-card{text-align:center;border-right:1px solid var(--line);min-width:0;padding:18px 24px 12px}.service-card:last-child{border-right:0}.service-card>svg{width:55px;height:55px;color:var(--accent);margin:0 auto}.card-rule{background:var(--accent);width:74px;height:3px;margin:18px auto;display:block}.service-card h3{max-width:160px;margin:0 auto 14px;font-size:1.08rem;line-height:1.18}.service-card p{max-width:180px;margin:0 auto;font-size:.84rem;line-height:1.45}.accent-cyan{--accent:var(--cyan)}.accent-magenta{--accent:var(--magenta)}.accent-green{--accent:var(--green)}.accent-orange{--accent:var(--orange)}.accent-violet{--accent:var(--violet)}.credentials-section{padding:20px 0 68px}.credential-panel{color:#fff;background:linear-gradient(120deg,var(--navy),#062b52);border-radius:20px;grid-template-columns:310px 1px 1fr;align-items:center;gap:38px;padding:34px 54px;display:grid}.credential-title{align-items:center;gap:26px;display:flex}.credential-title svg{color:#75e8fa;width:72px;height:72px}.credential-title h2{margin:0;font-size:1.35rem;line-height:1.15}.credential-divider{background:#97afc3;height:90px}.credential-panel ul{gap:12px;margin:0;padding:0;list-style:none;display:grid}.credential-panel li{align-items:center;gap:14px;display:flex}.credential-panel li svg{width:21px;color:var(--cyan2)}.split-layout{grid-template-columns:1fr 1fr;align-items:center;gap:68px;display:grid}.split-layout h2{margin-bottom:14px}.rounded-image{aspect-ratio:1.55;object-fit:cover;border-radius:14px;width:100%}.sector-list{grid-template-columns:1fr 1fr;gap:14px 26px;margin:26px 0;display:grid}.sector-list span{align-items:center;gap:11px;font-size:.92rem;font-weight:650;display:flex}.sector-list svg{width:27px;color:var(--ink)}.check-list{gap:10px;margin:22px 0;padding:0;list-style:none;display:grid}.check-list li{align-items:center;gap:10px;display:flex}.check-list svg{width:20px;color:var(--cyan)}.founders-strip{padding-bottom:58px}.founder-pair{justify-content:center;align-items:center;gap:48px;display:flex}.founder-pair>span{align-items:center;gap:20px;font-size:1.25rem;font-weight:730;line-height:1.25;display:flex}.founder-pair svg{width:68px;height:68px;color:var(--cyan);background:var(--navy);border-radius:50%;padding:15px}.founder-pair i{background:var(--line);width:1px;height:70px}.value-grid{display:grid}.principles-grid{grid-template-columns:repeat(4,1fr)}.value-grid article{text-align:center;border-right:1px solid var(--line);padding:18px 34px}.value-grid article:last-child{border-right:0}.value-grid svg{width:62px;height:62px;color:var(--cyan);margin:0 auto 20px}.value-grid h3{max-width:180px;margin:0 auto;font-size:1.12rem;line-height:1.25}.registration-grid{grid-template-columns:repeat(4,1fr);max-width:1040px;margin:auto;display:grid}.registration-grid article{text-align:center;border-right:1px solid var(--line);border-bottom:1px solid var(--line);padding:24px 28px}.registration-grid article:nth-child(4){border-right:0}.registration-grid article:nth-child(n+5){border-bottom:0}.registration-grid article:last-child{border-right:0}.registration-grid svg{width:58px;height:58px;color:var(--reg,var(--cyan));border:1px solid;border-radius:50%;padding:13px}.registration-grid h3{margin:16px 0 7px;font-size:1.04rem;line-height:1.23}.registration-grid p{margin:0;font-size:.86rem}.reg-2{--reg:var(--magenta)}.reg-3{--reg:var(--green)}.reg-4{--reg:var(--orange)}.reg-5{--reg:var(--violet)}.reg-7{--reg:#e2ad00}.affiliation-section{padding:0 0 68px}.affiliation-banner{background:linear-gradient(90deg,#f1f8fd,#e6f4fb);border-radius:12px;grid-template-columns:1fr 1fr;align-items:center;min-height:155px;display:grid}.affiliation-banner>div{place-items:center;min-height:100px;display:grid}.affiliation-banner>div+div{border-left:1px solid #aabac8}.affiliation-banner span{font-size:2.15rem;font-weight:800}.affiliation-banner img{object-fit:contain;width:220px;height:100px}.service-intro{padding-bottom:40px}.service-grid.compact .service-card p{display:none}.service-bands{border-top:1px solid #e8edf1}.service-band{padding:26px 0}.service-band:nth-child(2n){background:#fff}.service-band>.container{grid-template-columns:280px 1fr 380px;align-items:center;gap:34px;display:grid}.service-band.reverse>.container{grid-template-columns:380px 280px 1fr}.service-band.reverse img{grid-area:1/1}.service-band.reverse .service-band-title{grid-column:2}.service-band.reverse ul{grid-column:3}.service-band-title{text-align:center;border-right:1px solid var(--accent);justify-items:center;padding:18px;display:grid}.service-band-title svg{width:64px;height:64px;color:var(--accent)}.service-band-title h2{margin:16px 0 0;font-size:1.72rem}.service-band ul{color:var(--ink);margin:0;padding-left:22px}.service-band li{margin:8px 0}.service-band li::marker{color:var(--accent)}.service-band img{object-fit:cover;border-radius:14px;width:100%;height:220px}.process-section{padding-top:44px}.process-section>div>h2{text-transform:uppercase;font-size:1.45rem}.process-grid{grid-template-columns:repeat(4,1fr);margin:34px 0 0;padding:0;list-style:none;display:grid}.process-grid li{justify-items:center;gap:7px;display:grid;position:relative}.process-grid li:not(:last-child):after{content:"›";color:#a7adb4;font-size:2rem;position:absolute;top:33px;right:-7px}.process-grid b{background:var(--cyan);color:#fff;border-radius:50%;place-items:center;width:28px;height:28px;display:grid}.process-grid li:nth-child(2) b{background:var(--magenta)}.process-grid li:nth-child(3) b{background:var(--green)}.process-grid li:nth-child(4) b{background:var(--orange)}.process-grid svg{width:48px;height:48px;color:var(--cyan)}.process-grid li:nth-child(2) svg{color:var(--magenta)}.process-grid li:nth-child(3) svg{color:var(--green)}.process-grid li:nth-child(4) svg{color:var(--orange)}.process-grid span{font-weight:700}.sector-grid{grid-template-columns:repeat(4,1fr);gap:28px 0;display:grid}.sector-grid article{border-right:1px solid var(--line);align-items:center;gap:18px;padding:8px 30px;display:flex}.sector-grid article:nth-child(4n){border-right:0}.sector-grid svg{width:58px;height:58px;color:var(--ink);background:#eaf7fd;border-radius:50%;flex:none;padding:14px}.sector-grid h3{margin:0;font-size:1rem;line-height:1.25}.assignment-grid .service-card{min-height:280px}.client-panel{background:linear-gradient(105deg,#f3f9fd,#eaf5fb);border-radius:18px;padding:38px}.client-groups{grid-template-columns:repeat(5,1fr);display:grid}.client-groups>div{border-right:1px solid var(--line);padding:0 24px}.client-groups>div:last-child{border-right:0}.client-groups h3{color:var(--cyan);margin:0 0 18px;font-size:.98rem}.client-groups ul{gap:13px;margin:0;padding:0;list-style:none;display:grid}.client-groups li{font-size:.9rem}.publication-note{justify-content:center;align-items:center;display:flex;gap:12px!important;margin:26px auto 0!important}.publication-note svg{width:30px;color:var(--cyan)}.team-hero{isolation:isolate;color:#fff;background:linear-gradient(110deg,#041a34 0%,#062b52 56%,#063a68 100%);padding:76px 0;position:relative;overflow:hidden}.team-hero:after{content:"";z-index:-1;aspect-ratio:1;opacity:.75;background:radial-gradient(circle,#0ba9d5 1.4px,#0000 1.8px) 0 0/12px 12px;border-radius:50%;width:58%;position:absolute;bottom:-42%;right:-8%;transform:rotate(-12deg)}.team-hero>.container{justify-content:space-between;align-items:center;gap:64px;display:flex}.team-hero-copy{max-width:760px}.team-hero h1{letter-spacing:-.045em;margin:0;font-size:clamp(3rem,5vw,4.65rem);line-height:1.03}.team-hero h1 strong{color:var(--cyan2);font-weight:inherit}.team-hero p{margin:0 0 12px;font-size:1.4rem}.team-hero small{color:#83e4f6;font-size:1rem;display:block}.team-hero-pkf{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);text-align:center;background:#ffffff0d;border:1px solid #ffffff28;border-radius:16px;min-width:255px;padding:20px 28px}.team-hero-pkf span{color:#b7d7e7;letter-spacing:.08em;text-transform:uppercase;margin-bottom:6px;font-size:.78rem;display:block}.team-hero-pkf img{object-fit:contain;width:220px;height:105px}.team-section{background:linear-gradient(#fff,#f7fbfe)}.people-list{gap:34px;display:grid}.person{border:1px solid var(--line);background:#fff;border-radius:18px;grid-template-columns:1.02fr .9fr;align-items:stretch;gap:0;display:grid;overflow:hidden;box-shadow:0 16px 48px #062b5212}.person-copy{align-self:center;padding:46px 52px}.person-photo{border-left:1px solid var(--line);background:linear-gradient(145deg,#f8fbfd,#eaf4fa);justify-content:center;align-items:flex-end;min-height:555px;display:flex;overflow:hidden}.person-photo img{object-fit:contain;object-position:center bottom;width:100%;height:555px}.person-copy h2{margin:0 0 7px;font-size:clamp(1.9rem,3vw,2.35rem);line-height:1.1}.person-role{color:var(--cyan);border-bottom:2px solid var(--cyan);padding-bottom:10px;font-size:1.1rem;font-weight:750;display:inline-block}.person-copy ul{margin:22px 0 0;padding:0;list-style:none}.person-copy li{color:var(--muted);border-bottom:1px dotted #aebbc7;align-items:flex-start;gap:12px;padding:11px 0;display:flex}.person-copy li:last-child{border-bottom:0}.person-copy li svg{width:21px;color:var(--cyan);flex:none;margin-top:2px}.specialties-grid{grid-template-columns:repeat(5,1fr)}.contact-hero{color:#fff;background:linear-gradient(90deg,#041d38fa 0%,#041d38de 46%,#041d388c),url(/images/asuncion-skyline.png) 50% 48%/cover;padding:50px 0}.contact-hero h1{margin:0;font-size:clamp(3.2rem,5vw,5rem)}.contact-hero p{margin:0;font-size:1.35rem}.contact-grid{grid-template-columns:.78fr 1.22fr;align-items:start;gap:72px;display:grid}.contact-grid h2{margin:0}.contact-details{margin-top:24px;font-style:normal;display:grid}.contact-details a,.contact-details span{border-bottom:1px solid var(--line);align-items:center;gap:18px;padding:14px 0;display:flex}.contact-details svg{width:29px;color:var(--cyan);flex:none}.contact-form{background:#fff;border:1px solid #e0e8ee;border-radius:14px;gap:10px;padding:24px;display:grid;box-shadow:0 16px 42px #062b520d}.contact-form label{position:relative}.contact-form label>span:not(.consent span){clip:rect(0,0,0,0);width:1px;height:1px;position:absolute;overflow:hidden}.contact-form input,.contact-form select,.contact-form textarea{width:100%;font:inherit;color:var(--ink);background:#fff;border:1px solid #bdc8d2;border-radius:6px;padding:12px 14px}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--cyan);outline:3px solid #06a9d02f}.contact-form .button{border-radius:6px;width:100%}.contact-form .consent{align-items:flex-start;gap:9px;font-size:.86rem;display:flex}.contact-form .consent input{width:17px;margin-top:3px}.honeypot{position:absolute;left:-10000px}.contact-trust{padding:30px 0}.contact-trust>.container{grid-template-columns:1.55fr 1fr 1fr;align-items:stretch;gap:22px;display:grid}.map-card{background:#d9edf6;border:1px solid #63bce0;border-radius:14px;min-height:156px;position:relative;overflow:hidden}.map-card iframe{filter:saturate(.7)contrast(.92);border:0;width:100%;height:100%;position:absolute;inset:0}.map-card-copy{background:#fffffff2;border-radius:10px;align-items:center;gap:12px;padding:11px 13px;display:flex;position:absolute;inset:auto 12px 12px;box-shadow:0 8px 24px #062b5233}.map-card-copy>svg{color:#fff;background:var(--cyan);border-radius:50%;flex:none;width:40px;height:40px;padding:9px}.map-card-copy span{min-width:0;line-height:1.2;display:grid}.map-card-copy strong{font-size:.95rem}.map-card-copy small{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;margin-top:3px;overflow:hidden}.map-card-copy a{color:var(--cyan);white-space:nowrap;align-items:center;gap:5px;margin-left:auto;font-size:.8rem;font-weight:800;display:inline-flex}.map-card-copy a svg{width:15px}.trust-card{background:#fff;border:1px solid #d9e5ed;border-radius:14px;justify-content:center;align-items:center;gap:16px;padding:24px;display:flex}.trust-card>svg{width:58px;height:58px;color:var(--cyan);background:var(--navy);border-radius:50%;flex:none;padding:14px}.trust-card strong{line-height:1.25}.trust-card strong span{color:var(--muted);margin-top:4px;font-size:.9rem;font-weight:600;display:block}.contact-affiliation{padding:22px 0}.contact-affiliation>.container{justify-content:center;align-items:center;gap:26px;font-size:1.25rem;display:flex}.contact-affiliation img{object-fit:contain;width:170px;height:75px}.site-footer{background:var(--navy);color:#fff;text-align:center}.footer-cta{background:linear-gradient(120deg,#08345e,#071b33);border-bottom:1px solid #ffffff1c}.footer-cta .container{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:26px;padding:52px 0;display:flex}.footer-cta h2{margin:0;font-size:clamp(1.8rem,3vw,2.7rem);line-height:1.1}.footer-grid{grid-template-columns:repeat(3,1fr);align-items:start;gap:54px;padding:68px 0;display:grid}.footer-brand>img{filter:brightness(0)invert();object-fit:contain;object-position:center;width:220px;height:74px;margin-inline:auto}.footer-brand p{color:#b7cddd}.footer-pkf{justify-content:center;align-items:center;gap:18px;margin-top:22px;display:flex}.footer-pkf img{object-fit:contain;background:#fff;border-radius:8px;width:110px;height:62px;padding:5px}.footer-grid h2{text-transform:uppercase;letter-spacing:.08em;color:#6edcf0;font-size:1rem}.footer-grid address,.footer-grid nav{gap:12px;font-style:normal;display:grid}.footer-grid address{max-width:430px;margin-inline:auto}.footer-grid address a{color:#d8e5ed;text-align:left;justify-content:center;gap:10px;display:flex}.footer-grid address svg{width:19px;color:var(--cyan);flex:none}.footer-grid nav a{color:#d8e5ed}:is(.footer-grid nav a:hover,.footer-grid nav a:focus-visible){color:#6edcf0}.footer-bottom{color:#9fb5c6;text-align:center;border-top:1px solid #ffffff1c;flex-wrap:wrap;justify-content:center;align-items:center;gap:12px 30px;padding:20px 0 26px;font-size:.86rem;display:flex}.confirmation{text-align:center;place-items:center;min-height:60vh;display:grid}.confirmation svg{width:65px;height:65px;color:var(--green);margin:auto}.confirmation h1,.legal h1{font-size:clamp(2.5rem,5vw,4rem)}.confirmation p{max-width:620px;margin-inline:auto}.confirmation .button{background:var(--navy)}.legal .container{max-width:850px}.legal h2{margin-top:34px}.legal a{color:var(--cyan);text-decoration:underline}@media (max-width:980px){.desktop-nav{gap:22px}.hero-grid{grid-template-columns:1fr}.hero-copy{padding:58px 0 46px}.hero-image-wrap{clip-path:polygon(0 10%,100% 0,100% 100%,0 100%);min-height:340px}.service-grid{grid-template-columns:repeat(3,1fr);gap:28px 0}.service-card:nth-child(3){border-right:0}.service-card:nth-child(n+4){border-top:1px solid var(--line);padding-top:28px}.credentials-section{padding-top:50px}.split-layout{gap:36px}.service-band>.container,.service-band.reverse>.container{grid-template-columns:220px 1fr 290px}.service-band.reverse img{grid-area:1/3}.service-band.reverse .service-band-title{grid-column:1}.service-band.reverse ul{grid-column:2}.sector-grid{grid-template-columns:repeat(2,1fr)}.sector-grid article:nth-child(2n){border-right:0}.client-groups{grid-template-columns:repeat(3,1fr);gap:28px 0}.client-groups>div:nth-child(3){border-right:0}.client-groups>div:nth-child(n+4){border-top:1px solid var(--line);padding-top:24px}.person{grid-template-columns:1fr .85fr}.person-copy{padding:36px}.person-photo,.person-photo img{height:500px;min-height:500px}.contact-grid{gap:40px}.contact-trust>.container{grid-template-columns:1fr 1fr}.map-card{grid-column:1/-1}.footer-grid{grid-template-columns:1fr;gap:44px}}@media (max-width:720px){.container{width:min(100% - 30px,var(--max))}.header-inner{height:72px}.brand img{width:180px;height:55px}.desktop-nav{display:none}.mobile-nav{display:block}.hero h1,.team-hero h1{font-size:2.65rem}.hero-grid{min-height:auto}.hero-image-wrap{min-height:270px}.hero-facts span{font-size:.9rem}.trust-grid{flex-direction:column;gap:22px;padding:25px 0}.trust-divider{width:80px;height:1px}.trust-item strong{font-size:1.35rem}.section{padding:52px 0}.service-grid,.specialties-grid{grid-template-columns:1fr}.service-card,.service-card:nth-child(3),.service-card:nth-child(n+4){border-right:0;border-top:1px solid var(--line);padding:26px 18px}.service-card:first-child{border-top:0}.credential-panel{text-align:center;grid-template-columns:1fr;gap:22px;padding:30px 24px}.credential-title{justify-content:center}.credential-divider{width:100%;height:1px}.credential-panel li{text-align:left;align-items:flex-start}.split-layout{grid-template-columns:1fr}.home-sector img,.home-about img{order:-1}.sector-list{grid-template-columns:1fr}.founder-pair{flex-direction:column;align-items:stretch;gap:22px}.founder-pair i{width:100%;height:1px}.principles-grid{grid-template-columns:1fr 1fr;gap:28px 0}.value-grid article:nth-child(2){border-right:0}.registration-grid{grid-template-columns:1fr 1fr}.registration-grid article:nth-child(2n){border-right:0}.registration-grid article:nth-child(n){border-bottom:1px solid var(--line)}.registration-grid article:last-child{border-bottom:0}.affiliation-banner{grid-template-columns:1fr}.affiliation-banner>div+div{border-top:1px solid #aabac8;border-left:0}.affiliation-banner span{font-size:1.7rem}.service-band>.container,.service-band.reverse>.container{grid-template-columns:1fr}.service-band img,.service-band.reverse img,.service-band.reverse .service-band-title,.service-band.reverse ul{grid-area:auto/1}.service-band-title{border-right:0;border-bottom:1px solid var(--accent)}.service-band img{height:210px}.process-grid{grid-template-columns:1fr 1fr;gap:30px}.process-grid li:nth-child(2):after{display:none}.sector-grid{grid-template-columns:1fr}.sector-grid article{border-right:0;border-bottom:1px solid var(--line)}.assignment-grid,.client-groups{grid-template-columns:1fr}.client-groups>div,.client-groups>div:nth-child(3),.client-groups>div:nth-child(n+4){border-right:0;border-top:1px solid var(--line);padding:20px 0}.client-groups>div:first-child{border-top:0}.team-hero{padding:52px 0}.team-hero>.container{display:block}.team-hero-pkf{width:min(100%,280px);min-width:0;margin-top:34px;padding:14px 20px}.team-hero-pkf img{width:190px;height:82px;margin:0 auto}.person{grid-template-columns:1fr}.person-photo{border-left:0;border-bottom:1px solid var(--line);order:-1;height:auto;min-height:0}.person-photo img{height:min(500px,112vw)}.person-copy{padding:30px 24px}.person-copy h2{font-size:1.8rem}.contact-grid{grid-template-columns:1fr}.contact-form{padding:18px}.contact-trust>.container{grid-template-columns:1fr;gap:16px}.map-card{grid-column:auto;min-height:230px}.map-card-copy{flex-wrap:wrap;align-items:flex-start}.map-card-copy span{flex:1}.map-card-copy a{width:100%;margin-left:52px}.trust-card{justify-content:flex-start}.contact-affiliation>.container{flex-direction:column;gap:5px}.footer-grid{gap:38px}.footer-bottom{flex-direction:column;gap:8px}}.team-hero-pkf{text-align:center;background:#fffffff2;border:1px solid #ffffffb8;border-radius:16px;min-width:270px;padding:18px 28px;box-shadow:0 18px 45px #00152c4d}.team-hero-pkf span{color:var(--navy2);margin-bottom:4px;font-weight:800}.team-hero-pkf img{width:225px;height:108px}.map-card{background:linear-gradient(135deg,#d8f2fc,#edf8fd);align-items:center;min-height:156px;padding:18px;display:flex}.map-card:before{content:"";opacity:.8;background:radial-gradient(circle,#06a9d0 0 18%,#fff 19% 29%,#9edcf0 30% 44%,#0000 45%);border-radius:50%;width:88px;height:88px;margin-left:auto}.map-card-copy{box-shadow:none;background:0 0;flex:1;margin:0;position:static}.map-card-copy small{white-space:normal;overflow:visible}.map-card-copy b{color:var(--cyan);white-space:nowrap;align-items:center;gap:5px;margin-left:auto;font-size:.8rem;display:inline-flex}.map-card-copy b svg{width:15px}@media (max-width:720px){.team-hero-pkf{width:min(100%,280px);min-width:0;margin-top:34px;padding:14px 20px}.team-hero-pkf img{width:190px;height:82px;margin:0 auto}.map-card:before{width:64px;height:64px}.map-card-copy b{width:100%;margin:9px 0 0 52px}.team-hero{padding:44px 0}.team-hero-copy{max-width:none}.team-hero .title-rule{margin-block:18px}.team-hero p{font-size:1.15rem;line-height:1.35}.team-hero small{font-size:.9rem;line-height:1.5}.people-list{gap:24px}.person{border-radius:14px}.person-photo{align-items:flex-end;height:min(460px,118vw)!important;min-height:0!important}.person-photo img{object-fit:cover;object-position:center top;width:100%;max-width:100%;display:block;height:100%!important;min-height:0!important}.person-copy{padding:26px 20px}.person-copy h2{overflow-wrap:anywhere;font-size:clamp(1.5rem,7vw,1.9rem)}.person-copy li{padding:10px 0;font-size:.96rem;line-height:1.45}.person-copy li svg{flex:none;width:20px;margin-top:.1rem}.specialties-grid .service-card{padding-inline:22px}.footer-grid address a{text-align:center;align-items:flex-start}.footer-contact address{gap:18px}.footer-pkf img{max-width:130px}.principles-grid,.registration-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.value-grid article{min-width:0;padding:18px 14px}.value-grid h3,.registration-grid h3{overflow-wrap:anywhere;max-width:100%}.registration-grid article{min-width:0;padding:24px 14px}.honeypot{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;top:0;left:auto;right:0;overflow:hidden}.honeypot label,.honeypot input{border:0!important;width:1px!important;min-width:0!important;height:1px!important;margin:0!important;padding:0!important;font-size:0!important;line-height:0!important;position:absolute!important;inset:0!important}}.header-inner{gap:24px;height:88px}.brand img{width:250px;height:76px}.desktop-nav{gap:31px;margin-left:auto}.header-pkf{justify-content:flex-end;align-items:center;min-width:150px;display:flex}.header-pkf img{object-fit:contain;width:138px;height:40px}.trust-grid .pkf-lockup img{transform-origin:50%;transform:scale(1.35)}@media (max-width:980px){.desktop-nav{gap:18px}.brand img{width:225px}.header-pkf{min-width:120px}.header-pkf img{width:112px;height:34px}}@media (max-width:720px){.site-header{background:#fff}.header-inner{gap:8px;height:72px}.brand img{width:min(46vw,175px);height:56px}.header-pkf{min-width:0}.header-pkf img{width:clamp(68px,20vw,92px);height:30px}.mobile-nav summary{width:42px;height:42px}}.site-footer{background:linear-gradient(115deg,#061f3d,#031832);position:relative;overflow:hidden}.footer-cta{border-bottom:1px solid #fff2;position:relative}.footer-cta:after{content:"";opacity:.7;background:radial-gradient(circle,#0eaed4 1.4px,#0000 1.8px) 0 0/14px 14px;width:390px;height:230px;position:absolute;top:-90px;right:-40px}.footer-cta .container{z-index:1;flex-direction:row;justify-content:center;align-items:center;gap:34px;padding:42px 0;display:flex;position:relative}.footer-cta-copy{align-items:center;gap:18px;display:flex}.footer-cta-copy svg{width:36px;height:36px;color:var(--cyan2)}.footer-cta h2{margin:0;font-size:clamp(1.45rem,2vw,2rem);font-weight:500}.footer-cta .button{color:#06213f;min-width:260px;font-size:1.03rem}.footer-grid{text-align:left;grid-template-columns:1.4fr 1.45fr .85fr .85fr;gap:0;padding:64px 0 58px}.footer-grid>*{min-width:0}.footer-brand{border-right:1px solid #ffffff24;padding-right:56px}.footer-brand>img{filter:brightness(0)invert()grayscale();object-fit:contain;object-position:left center;width:270px;height:82px;margin:0}.footer-brand p{color:#e0e8ed;margin:25px 0 0;font-size:.98rem}.footer-pkf{justify-content:flex-start;gap:16px;margin-top:44px}.footer-pkf i{background:#ffffff49;width:1px;height:52px}.footer-pkf img{background:0 0;border-radius:0;width:140px;height:72px;padding:0}.footer-contact{padding:0 52px}.footer-services,.footer-navigation{align-content:start;gap:15px;padding-left:42px;display:grid}.footer-grid h2{color:var(--cyan2);letter-spacing:0;text-transform:none;margin:0 0 22px;font-size:1.13rem}.footer-grid address{gap:23px;max-width:none;margin:0;display:grid}.footer-grid address a{color:#f4f8fb;justify-content:flex-start;line-height:1.42}.footer-grid address svg{width:27px;height:27px;color:var(--cyan2)}.footer-services a,.footer-navigation a{color:#f4f8fb;font-size:1rem}.footer-services a:hover,.footer-navigation a:hover{color:var(--cyan2)}.footer-bottom{border-top:1px solid #fff2;padding:0}.footer-bottom .container{color:#b3c3cf;justify-content:center;align-items:center;gap:22px;padding:23px 0 26px;font-size:.92rem;display:flex}.footer-bottom i{background:#ffffff42;width:1px;height:23px}.footer-bottom a{color:#c9d6df}@media (max-width:980px){.footer-grid{grid-template-columns:1.25fr 1fr 1fr;gap:42px 0}.footer-brand{grid-row:span 2;padding-right:38px}.footer-contact{padding:0 36px}.footer-services,.footer-navigation{padding-left:22px}}@media (max-width:720px){.footer-cta .container{flex-direction:column;gap:20px;padding:34px 0}.footer-cta-copy{text-align:center;flex-direction:column;gap:10px}.footer-cta h2{font-size:1.4rem}.footer-grid{grid-template-columns:1fr;gap:36px;padding:46px 0}.footer-brand,.footer-contact,.footer-services,.footer-navigation{text-align:center;border:0;padding:0}.footer-brand>img{object-position:center;margin:0 auto}.footer-pkf,.footer-grid address a{justify-content:center}.footer-services,.footer-navigation{justify-items:center}.footer-bottom .container{text-align:center;flex-direction:column;gap:10px}.footer-bottom i{width:40px;height:1px}}
