:root{--blue:#051F42;--dark:#020F20;--slate:#DBD9CF;--ink:#132033;--muted:#667181;--line:rgba(5,31,66,.14);--max:1240px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Poppins,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.65;font-size:16px}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin-top:0}.wrap{width:min(var(--max),calc(100% - 48px));margin:auto}.site-header{position:absolute;z-index:20;top:0;left:0;right:0;height:94px;display:flex;align-items:center;padding:0 42px;color:#fff;border-bottom:1px solid rgba(255,255,255,.18);gap:32px}.brand{width:210px;display:block}.brand img{width:100%}.site-header nav{display:flex;gap:24px;margin-left:auto;font-size:13px}.site-header nav a{opacity:.82}.site-header nav a:hover{opacity:1}.nav-cta{border:1px solid rgba(255,255,255,.65);border-radius:2px;padding:12px 17px;font-size:13px}.eyebrow,.section-number{display:inline-block;background:var(--slate);color:var(--blue);font-size:12px;font-weight:600;padding:6px 11px;line-height:1.25;border-radius:2px}.hero{min-height:760px;height:100svh;position:relative;color:#fff;display:flex;align-items:flex-end;overflow:hidden;background:var(--dark)}.hero video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-scrim{position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,15,32,.84),rgba(2,15,32,.5) 55%,rgba(2,15,32,.1)),linear-gradient(0deg,rgba(2,15,32,.74),transparent 60%)}.hero-inner{position:relative;z-index:2;padding-bottom:90px}.hero h1{font-size:clamp(48px,6vw,86px);line-height:1.01;letter-spacing:-.04em;max-width:940px;font-weight:600;margin:20px 0 25px}.hero p{font-size:20px;line-height:1.55;max-width:760px;color:rgba(255,255,255,.88)}.button{display:inline-flex;justify-content:center;align-items:center;gap:22px;min-height:50px;padding:0 22px;font-size:14px;font-weight:600;background:white;color:var(--blue);margin-top:20px}.button:hover{background:var(--slate)}.section{padding:108px 0}.section-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:start}.section-layout>div:last-child{max-width:780px}.section h2,.ending h2,.video-section h2{font-size:clamp(36px,4.2vw,64px);line-height:1.08;letter-spacing:-.035em;font-weight:600;color:var(--blue);margin:0 0 26px}.section .large{font-size:20px;line-height:1.5;font-weight:500}.section p{color:#59677a;margin-bottom:20px}.intro{background:#f5f6f7}.dark-section{background:var(--dark);color:#fff}.dark-section h2{color:#fff}.dark-section p{color:rgba(255,255,255,.76)}.columns{display:grid;grid-template-columns:1fr 1fr;gap:35px;margin-top:38px}.principles{background:#fff}.principle-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line);margin:43px 0}.principle-grid article{background:#fff;padding:26px}.principle-grid article span{font-size:12px;color:#8a95a2}.principle-grid h3{font-size:19px;line-height:1.3;color:var(--blue);margin:18px 0 12px}.principle-grid p{font-size:14px}.principles blockquote{font-size:clamp(28px,3vw,43px);letter-spacing:-.03em;line-height:1.25;color:var(--blue);font-weight:600;border-left:2px solid var(--blue);padding-left:22px;margin:40px 0 22px}.band{display:flex;gap:50px;align-items:center;justify-content:center;background:var(--slate);color:var(--blue);padding:55px 24px;font-size:clamp(20px,2.4vw,30px);line-height:1.3}.band span{font-weight:400}.band strong{font-weight:600}.approach{background:#f5f6f7}.work{background:#fff}.work-heading{width:min(var(--max),calc(100% - 48px));margin:0 auto 50px}.work-heading h2{max-width:880px;margin:20px 0 20px}.work-heading p{max-width:820px}.story-grid{width:min(1600px,calc(100% - 32px));margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:18px}.story-card{background:#f5f6f7;display:grid;grid-template-columns:1fr 1fr;min-height:420px}.story-card:first-child{grid-column:span 2;min-height:520px}.story-card:nth-child(even){background:#f0f1f3}.card-image{overflow:hidden;min-height:100%}.card-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.card-image:hover img{transform:scale(1.025)}.card-copy{padding:clamp(30px,4vw,65px);display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.card-copy h3{font-size:clamp(22px,2.5vw,39px);font-weight:600;line-height:1.18;letter-spacing:-.025em;color:var(--blue);margin:20px 0}.card-copy p{font-size:15px;line-height:1.7;color:#59677a}.text-link{font-size:14px;font-weight:600;color:var(--blue);margin-top:14px;border-bottom:1px solid var(--blue);padding-bottom:4px}.ending{background:var(--slate);padding:100px max(24px,calc((100% - var(--max))/2))}.ending p{max-width:700px}.button-light{background:var(--blue);color:white}.button-light:hover{background:var(--dark)}footer{background:#010914;color:#fff;padding:65px max(24px,calc((100% - var(--max))/2)) 30px;display:grid;grid-template-columns:260px 1fr;gap:50px}footer>img{width:220px;object-fit:contain;object-position:top}footer div{display:flex;gap:15px 35px;flex-wrap:wrap;align-content:start}footer div p{width:100%;font-size:clamp(25px,3vw,42px);line-height:1.2;letter-spacing:-.03em}footer div a,footer small{font-size:13px;color:rgba(255,255,255,.68)}footer small{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.14);padding-top:25px}.story-hero{position:relative;background:var(--dark);color:white;padding:155px max(24px,calc((100% - var(--max))/2)) 105px}.story-hero .back{display:block;color:#d3deea;font-size:13px;margin-bottom:55px}.story-hero h1{font-size:clamp(45px,6vw,80px);line-height:1.05;letter-spacing:-.04em;font-weight:600;max-width:1100px;margin:28px 0}.story-hero>p{font-size:20px;max-width:840px;color:rgba(255,255,255,.75)}.client-logo{max-width:170px;max-height:95px;object-fit:contain;background:#fff;padding:12px;margin-top:26px}.story-cover{margin:0;background:var(--dark)}.story-cover img{width:100%;height:min(55vw,720px);min-height:340px;object-fit:cover}.story-cover figcaption{width:min(var(--max),calc(100% - 48px));margin:auto;color:#c0cfdd;padding:12px 0;font-size:12px}.story-content{background:#fff}.facts{margin-top:30px;display:flex;flex-direction:column;max-width:260px}.facts span{border-top:1px solid var(--line);padding:12px 0;font-size:14px}.story-prose p{font-size:17px;line-height:1.8}.video-section{background:var(--dark);padding:100px max(24px,calc((100% - var(--max))/2));color:white}.video-section h2{color:white;margin-top:20px}.video-stage{position:relative;height:min(55vw,700px);min-height:310px;overflow:hidden;background:#14253a}.video-stage img{width:100%;height:100%;object-fit:cover;opacity:.35}.video-stage span{position:absolute;left:7%;bottom:10%;font-size:clamp(28px,4vw,50px);line-height:1.2;font-weight:500}.video-stage small{font-size:15px;font-weight:400;color:#d2deea}.related{background:#f5f6f7}.related>.text-link{display:block;width:max-content;margin:50px auto 0}@media(max-width:980px){.site-header{padding:0 24px}.section-layout{grid-template-columns:1fr;gap:30px}.hero{min-height:700px}.story-card,.story-card:first-child{min-height:0}.card-copy{padding:30px}.columns{gap:25px}.story-hero{padding-top:145px}}@media(max-width:640px){.wrap,.work-heading{width:calc(100% - 30px)}.site-header{height:78px;padding:0 15px;gap:10px}.brand{width:155px}.site-header nav{gap:12px;font-size:11px}.nav-cta{font-size:11px;padding:9px}.hero{height:92svh;min-height:700px}.hero-inner{padding-bottom:48px}.hero h1{font-size:44px}.hero p{font-size:16px}.section{padding:78px 0}.section h2,.ending h2{font-size:38px}.columns,.principle-grid,.story-grid{grid-template-columns:1fr}.band{display:block;text-align:left}.band span{display:block;margin-bottom:10px}.story-grid{width:calc(100% - 20px)}.story-card,.story-card:first-child{display:block;grid-column:auto}.card-image{height:310px}.story-hero{padding:125px 20px 70px}.story-hero h1{font-size:44px}.story-cover img{height:390px}.story-content{padding-left:20px;padding-right:20px}.video-section{padding:75px 20px}.video-stage{height:400px}footer{grid-template-columns:1fr;gap:25px}.ending{padding:80px 20px}}
/* Capability is a client-work index, not a landing-page hero. */
.capability-intro{background:var(--dark);color:#fff;padding:155px 0 60px}.capability-intro h1,.approach-heading h1{font-size:clamp(40px,5vw,68px);line-height:1.07;letter-spacing:-.035em;font-weight:600;max-width:920px;margin:22px 0}.capability-intro p,.approach-heading p{max-width:760px;font-size:18px;line-height:1.65;color:rgba(255,255,255,.77);margin:0}.capability-work{padding:68px 0 100px}.capability-work .work-heading{margin-bottom:36px}.capability-work .work-heading h2{font-size:clamp(28px,3vw,43px);max-width:900px}.capability-note{background:#f5f6f7;padding:90px 0}.note-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px}.capability-note h2{font-size:clamp(32px,3.5vw,50px);line-height:1.12;letter-spacing:-.035em;color:var(--blue);margin:20px 0}.capability-note p{font-size:17px;color:#59677a}.approach-heading{background:var(--dark);color:#fff;padding:170px 0 95px}.approach-stories{background:#f5f6f7}.approach-stories .story-card:first-child{grid-column:span 2}.story-content.section{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;padding-left:max(24px,calc((100% - var(--max))/2));padding-right:max(24px,calc((100% - var(--max))/2))}.story-content .story-prose{max-width:780px}@media(max-width:980px){.story-content.section{grid-template-columns:1fr;gap:30px}}@media(max-width:640px){.capability-intro{padding:125px 0 42px}.capability-intro p{font-size:16px}.capability-work{padding:55px 0 75px}.capability-note{padding:70px 0}.note-grid{grid-template-columns:1fr;gap:10px}.approach-heading{padding:130px 0 65px}.story-content.section{display:block;padding-left:20px;padding-right:20px}}
/* Earthmoving landing-page case-study rows. */
.capability-work .case-study-list{width:min(1600px,calc(100% - 32px));margin:auto}.capability-work .case-study{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;min-height:540px;background:#fff;color:var(--ink);border-bottom:10px solid var(--dark)}.capability-work .case-study:nth-child(even) .case-study-image{order:2}.capability-work .case-study:nth-child(even) .case-study-copy{order:1}.capability-work .case-study-image{position:relative;min-height:540px;overflow:hidden;background:#d9dcdf}.capability-work .case-study-image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .35s}.capability-work .case-study-image:hover img{transform:scale(1.025)}.capability-work .case-study-copy{padding:52px clamp(42px,4.5vw,72px);display:flex;flex-direction:column;justify-content:center;background:#fff}.capability-work .case-study-logo{width:190px;height:68px;display:flex;align-items:center;justify-content:flex-start;margin-bottom:20px}.capability-work .case-study-logo img{max-width:190px;max-height:68px;width:auto;height:auto;object-fit:contain}.capability-work .case-study-location{font-size:12px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:#718092;margin:0 0 18px}.capability-work .case-study-copy h3{font-size:clamp(30px,2.9vw,46px);line-height:1.08;letter-spacing:-.035em;color:var(--blue);font-weight:600;margin:0 0 24px;max-width:690px}.capability-work .case-study-copy>p:not(.case-study-location){font-size:15px;color:#59677a;max-width:720px;margin:0 0 14px}.capability-work .case-study-facts{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.capability-work .case-study-facts span{border:1px solid var(--line);padding:9px 12px;font-size:11px;font-weight:600;color:var(--blue);background:#fff}.capability-work .case-study-link{display:inline-flex;align-items:center;align-self:flex-start;background:var(--blue);color:#fff;font-size:14px;font-weight:700;line-height:1.3;padding:15px 20px;margin-top:24px;border:0;border-radius:0;text-decoration:none}@media(max-width:980px){.capability-work .case-study{grid-template-columns:1fr;min-height:0}.capability-work .case-study:nth-child(even) .case-study-image,.capability-work .case-study:nth-child(even) .case-study-copy{order:initial}.capability-work .case-study-image{height:500px;min-height:0}.capability-work .case-study-copy{padding:58px 44px}}@media(max-width:640px){.capability-work .case-study-list{width:calc(100% - 20px)}.capability-work .case-study-image{height:340px}.capability-work .case-study-copy{padding:42px 22px 48px}.capability-work .case-study-copy h3{font-size:32px;margin-bottom:22px}.capability-work .case-study-copy>p:not(.case-study-location){font-size:14px}}

/* Exact Earthmoving case-study section structure, spacing and type. */
body{font-family:Poppins,Arial,sans-serif}.case-studies{padding:108px 0;background:var(--dark);color:#fff}.case-studies-intro{display:grid;grid-template-columns:.9fr 1.1fr;column-gap:90px;align-items:end;padding-bottom:64px}.case-studies-intro .kicker{grid-column:1/-1;font-size:12px;font-weight:600;letter-spacing:0;background:none;border-radius:0;padding:0 0 0 30px;position:relative;color:#b5c0cc}.case-studies-intro .kicker:before{content:"";position:absolute;left:0;top:50%;width:18px;height:2px;background:var(--slate);transform:translateY(-50%)}.case-studies-intro h2{color:#fff;max-width:720px;margin:0;font-size:clamp(36px,4.2vw,64px);line-height:1.08;letter-spacing:-.035em;font-weight:700}.case-studies-intro>p:last-child{font-size:18px;color:rgba(255,255,255,.7);max-width:620px;margin:0 0 8px}.case-study-list{width:min(1600px,calc(100% - 32px));margin:0 auto}.case-study{display:grid;grid-template-columns:1fr 1fr;min-height:540px;align-items:stretch;background:#fff;color:var(--ink);border-bottom:10px solid var(--dark)}.case-study:nth-child(even) .case-study-image{order:2}.case-study:nth-child(even) .case-study-copy{order:1;background:#fff}.case-study-image{display:block;position:relative;height:auto;min-height:540px;overflow:hidden}.case-study-image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.case-study-copy{padding:52px clamp(42px,4.5vw,72px);display:flex;flex-direction:column;justify-content:center;background:#fff}.case-study-location{font-size:12px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:#718092;margin:0 0 18px}.case-study-copy h3{font-size:clamp(30px,2.9vw,46px);line-height:1.08;letter-spacing:-.035em;margin:0 0 24px;max-width:690px;font-weight:700;color:var(--blue)}.case-study-copy>p:not(.case-study-location){font-size:15px;color:#59677a;max-width:720px;margin:0 0 14px}.case-study-facts{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.case-study-facts span{border:1px solid var(--line);padding:9px 12px;font-size:11px;font-weight:600;color:var(--blue);background:#fff}.case-study-logo{width:190px;height:68px;display:flex;align-items:center;justify-content:flex-start;margin-bottom:20px}.case-study-logo img{display:block;max-width:190px;max-height:68px;width:auto;height:auto;object-fit:contain}.case-study-link{display:inline-flex;align-items:center;align-self:flex-start;background:var(--blue);color:#fff;font-size:14px;font-weight:700;line-height:1.3;padding:15px 20px;margin-top:24px;border:0;border-radius:0;text-decoration:none}.case-study-copy h3 a:hover,.case-study-link:hover{text-decoration:underline}@media(max-width:980px){.case-studies-intro{grid-template-columns:1fr;gap:24px;padding-bottom:54px}.case-study{grid-template-columns:1fr;min-height:0}.case-study:nth-child(even) .case-study-image,.case-study:nth-child(even) .case-study-copy{order:initial}.case-study-image{height:500px;min-height:0}.case-study-copy{padding:58px 44px}}@media(max-width:640px){.case-studies{padding:78px 0 64px}.case-studies-intro{padding-bottom:44px}.case-studies-intro>p:last-child{font-size:16px}.case-study-list{width:calc(100% - 20px)}.case-study-image{height:340px}.case-study-copy{padding:42px 22px 48px}.case-study-copy h3{font-size:32px;margin-bottom:22px}.case-study-copy>p:not(.case-study-location){font-size:14px}}
/* Main MFG homepage, extending the Earthmoving design. */
.home-hero .hero-inner{padding-bottom:62px}.home-hero h1{max-width:980px}.home-hero .kicker{color:#fff}.home-hero .kicker:before{background:var(--slate)}.home-sectors{font-size:13px!important;font-weight:600!important;margin:40px 0 0;max-width:1100px!important;color:#fff!important}.home-sectors i{font-style:normal;opacity:.5;padding:0 7px}.home-intro{background:#fff}.home-intro .wrap>h2{max-width:900px}.home-intro-lead{font-size:20px;line-height:1.6;max-width:880px;color:#59677a}.home-offerings{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line);margin:55px 0 27px}.home-offerings article{background:#f7f8f9;padding:34px 27px;min-height:235px}.home-offerings h3{font-size:22px;line-height:1.3;color:var(--blue);font-weight:600;margin:0 0 15px}.home-offerings p{font-size:14px;color:#647184}.home-work{background:var(--dark);color:#fff}.home-work h2{color:#fff}.home-work p{color:rgba(255,255,255,.75);max-width:650px}.home-work-grid{display:grid;grid-template-columns:1fr 1fr;gap:75px;align-items:center}.home-work-grid>a:last-child{display:block}.home-work-grid img{width:100%;height:550px;object-fit:cover}.home-work .kicker,.home-hero .kicker{font-size:12px;letter-spacing:0;background:none;border-radius:0;padding:0 0 0 30px;position:relative;color:#b5c0cc}.home-work .kicker:before,.home-hero .kicker:before{content:"";position:absolute;left:0;top:50%;width:18px;height:2px;background:var(--slate);transform:translateY(-50%)}
/* The grid and lender section are ported from the Earthmoving page. */
.section-light{background:#f5f6f7}.section .wrap>h2{font-size:clamp(36px,4.2vw,64px);line-height:1.08;letter-spacing:-.035em;color:var(--blue);margin:0 0 26px}.section-light .kicker,.accreditation-section .kicker,.home-intro .kicker{font-size:12px;font-weight:600;letter-spacing:0;background:none;border-radius:0;padding:0 0 0 30px;position:relative;color:#58677b}.section-light .kicker:before,.accreditation-section .kicker:before,.home-intro .kicker:before{content:"";position:absolute;left:0;top:50%;width:18px;height:2px;background:var(--blue);transform:translateY(-50%)}.scenario-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line);margin-top:48px}.scenario-grid article{position:relative;padding:86px 34px 34px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff;min-height:230px}.scenario-grid article h3{font-size:20px;line-height:1.3;color:var(--blue);margin:0 0 14px;font-weight:700}.scenario-grid article p{color:#667386;font-size:14px}.scenario-icon{position:absolute;top:28px;left:34px;width:40px;height:40px;border:1px solid rgba(5,31,66,.22);display:flex;align-items:center;justify-content:center;color:var(--blue);font-size:22px;font-weight:500;line-height:1;background:#f5f6f7}
.accreditation-section{background:#fff;padding:96px 0 78px}.accreditation-layout{display:block}.accreditation-copy{max-width:920px}.accreditation-copy h2{max-width:760px;font-size:clamp(42px,4.7vw,68px)}.accreditation-copy>p,.accreditation-details p{color:#566579;font-size:16px}.accreditation-copy .accreditation-lead{font-size:21px;line-height:1.5;color:var(--blue);font-weight:600}.accreditation-details{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:stretch}.accreditation-details>div:last-child{display:flex;flex-direction:column}.compliance-callout{margin-top:auto;padding:25px 27px;background:var(--blue);color:#fff}.compliance-callout strong,.compliance-callout span{display:block}.compliance-callout strong{font-size:17px;margin-bottom:7px}.compliance-callout span{font-size:13px;line-height:1.6;color:rgba(255,255,255,.72)}.industry-accreditations{display:grid;grid-template-columns:repeat(3,1fr);max-width:650px;gap:24px;margin-top:18px}.industry-accreditations>div{height:92px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.industry-accreditations img{width:170px;height:62px;object-fit:contain;object-position:left center}.industry-accreditations small{display:block;margin-top:5px;color:#6f7c8c;font-size:11px;line-height:1.2;font-weight:500}.lender-panel{margin-top:52px;background:transparent;border:0;padding:0}.lender-panel-heading{display:flex;justify-content:space-between;align-items:baseline;gap:20px;padding-bottom:24px}.lender-panel-heading span{font-size:22px;font-weight:700;color:var(--blue)}.lender-panel-heading small{font-size:11px;color:#718092;text-align:right}.lender-cluster{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-auto-rows:72px;gap:18px 26px;padding:24px 0}.lender-cluster>div{display:flex;align-items:center;justify-content:center;padding:0}.lender-cluster img{display:block;width:132px;height:52px;max-width:132px;max-height:52px;object-fit:contain}.lender-note{font-size:10px;color:#84909d;margin:10px 0 0}.subpage-hero{background:var(--dark);color:white;padding:165px 0 90px}.subpage-hero h1{font-size:clamp(48px,6vw,80px);line-height:1.05;letter-spacing:-.04em;margin:20px 0;font-weight:700}.subpage-hero p:last-child{max-width:800px;font-size:19px;color:rgba(255,255,255,.76)}.founders-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px;align-items:center}.founders-grid img{height:600px;width:100%;object-fit:cover}.founders-grid p{color:#59677a}.founders-grid .text-link{display:inline-block}@media(max-width:1100px){.home-offerings{grid-template-columns:1fr 1fr}.lender-cluster{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px 20px}.accreditation-details{grid-template-columns:1fr;gap:25px}.compliance-callout{margin-top:15px}}@media(max-width:980px){.home-work-grid,.founders-grid{grid-template-columns:1fr}.home-work-grid img{height:440px}.scenario-grid{grid-template-columns:1fr 1fr}.site-header{flex-wrap:wrap;height:auto;min-height:94px;padding-top:15px;padding-bottom:15px}.site-header nav{order:3;width:100%;justify-content:flex-start;margin-left:0}.site-header .nav-cta{margin-left:auto}}@media(max-width:640px){.home-hero{min-height:760px;height:100svh}.home-hero .hero-inner{padding-bottom:35px}.home-sectors{font-size:11px!important;line-height:2!important;margin-top:25px}.home-sectors i{padding:0 3px}.home-offerings,.scenario-grid{grid-template-columns:1fr}.home-offerings article{min-height:0;padding:28px 24px}.home-work-grid img{height:320px}.accreditation-section{padding:78px 0}.accreditation-copy .accreditation-lead{font-size:18px}.industry-accreditations{grid-template-columns:repeat(3,1fr);gap:12px}.industry-accreditations>div{height:66px}.industry-accreditations img{width:100%;height:48px}.industry-accreditations small{font-size:9px}.lender-panel-heading{display:block}.lender-panel-heading small{display:block;text-align:left;margin-top:4px}.lender-cluster{grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:58px;gap:12px 10px}.lender-cluster img{width:92px;height:42px;max-width:92px;max-height:42px}.site-header nav{gap:11px;flex-wrap:wrap}.site-header nav a{font-size:11px}.site-header .brand{width:145px}.site-header .nav-cta{font-size:10px;padding:7px}.subpage-hero{padding-top:155px}.founders-grid img{height:420px}}
/* Homepage and approach refinements. */
.industry-list{display:grid;grid-template-columns:1fr 1fr;column-gap:40px;align-content:start}.industries-section{background:#f5f6f7}.industries-section .kicker{font-size:12px;font-weight:600;letter-spacing:0;background:none;border-radius:0;padding:0 0 0 30px;position:relative;color:#58677b}.industries-section .kicker:before{content:"";position:absolute;left:0;top:50%;width:18px;height:2px;background:var(--blue);transform:translateY(-50%)}.industries-lead{font-size:19px;max-width:780px;color:#59677a;margin-bottom:50px}.industries-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:60px;align-items:start}.industry-list>div{border-top:1px solid var(--line);padding:18px 0;font-size:20px;font-weight:600;color:var(--blue);display:flex;justify-content:space-between;gap:18px}.industry-list span{font-size:11px;color:#8a95a2;font-weight:500}.industry-photos{display:grid;grid-template-columns:1fr 1fr;gap:14px}.industry-photos figure{margin:0}.industry-photos img{width:100%;height:460px;object-fit:cover}.industry-photos figure:nth-child(2) img{height:390px}.industry-photos figcaption{font-size:12px;color:#6b7787;margin-top:10px}.approach-image{position:relative;margin:0;height:500px;background:var(--dark)}.approach-image img{width:100%;height:100%;object-fit:cover}.approach-image figcaption{position:absolute;bottom:0;left:0;width:100%;padding:25px max(24px,calc((100% - var(--max))/2));background:linear-gradient(transparent,rgba(2,15,32,.8));color:#fff;font-size:13px}.approach-banner{background:var(--slate);padding:65px 0}.approach-banner-inner{display:flex;justify-content:space-between;align-items:center;gap:30px}.approach-banner h2{font-size:clamp(32px,3.6vw,50px);letter-spacing:-.035em;line-height:1.1;color:var(--blue);margin:20px 0 0}.approach-banner .button{margin:0;white-space:nowrap}.industry-accreditations{grid-template-columns:repeat(3,minmax(0,1fr));max-width:760px;gap:26px}.industry-accreditations>div{height:112px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.industry-accreditations img{display:block;width:190px;height:78px;max-width:100%;object-fit:contain;object-position:center center}.industry-accreditations>div:nth-child(2) img{object-fit:cover;object-position:center center}.industry-accreditations small{align-self:stretch;text-align:center;margin-top:5px}.lender-cluster{grid-template-columns:repeat(6,minmax(0,1fr))}@media(max-width:1100px){.industries-layout{grid-template-columns:1fr;gap:35px}.lender-cluster{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:640px){.industry-list{grid-template-columns:1fr 1fr;gap:0 18px}.industry-list>div{font-size:15px;padding:14px 0}.industry-photos img,.industry-photos figure:nth-child(2) img{height:260px}.industry-photos figcaption{font-size:11px}.approach-image{height:320px}.approach-banner-inner{display:block}.approach-banner .button{margin-top:28px}.industry-accreditations{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.industry-accreditations>div{height:84px}.industry-accreditations img{width:100%;height:56px}.industry-accreditations>div:nth-child(2) img{height:56px}.industry-accreditations small{font-size:9px}.lender-cluster{grid-template-columns:repeat(3,minmax(0,1fr))}}
.who-section{background:#fff}.who-heading{display:grid;grid-template-columns:1fr .85fr;gap:90px;align-items:end}.who-heading h2{max-width:750px}.who-heading>p{font-size:19px;line-height:1.65;color:#59677a;max-width:610px;margin:0 0 10px}.who-section .kicker{font-size:12px;font-weight:600;letter-spacing:0;background:none;border-radius:0;padding:0 0 0 30px;position:relative;color:#58677b}.who-section .kicker:before{content:"";position:absolute;left:0;top:50%;width:18px;height:2px;background:var(--blue);transform:translateY(-50%)}.who-range{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line);margin-top:50px}.who-range article{background:#f7f8f9;padding:34px 30px;min-height:290px}.who-range span{font-size:12px;color:#748294;font-weight:600}.who-range h3{font-size:25px;line-height:1.22;letter-spacing:-.02em;color:var(--blue);margin:26px 0 15px}.who-range p{font-size:15px;color:#59677a}.who-position{display:grid;grid-template-columns:.75fr 1.25fr;gap:70px;background:var(--blue);color:#fff;padding:40px 45px;margin-top:16px;align-items:center}.who-position strong{font-size:24px;line-height:1.32}.who-position p{font-size:16px;line-height:1.65;color:rgba(255,255,255,.8);margin:0}@media(max-width:980px){.who-heading{grid-template-columns:1fr;gap:10px}.who-range{grid-template-columns:1fr 1fr}.who-position{grid-template-columns:1fr;gap:20px}}@media(max-width:640px){.who-range{grid-template-columns:1fr}.who-range article{min-height:0;padding:28px 24px}.who-position{padding:30px 24px}.who-position strong{font-size:22px}}
/* Founders */
.founders-intro{background:var(--dark);color:#fff;padding:150px 0 0}.founders-intro-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:75px;align-items:end}.founders-intro-copy{padding-bottom:95px}.founders-intro .kicker,.founder-profile .kicker,.founders-proposition .kicker,.founders-close .kicker{font-size:12px;font-weight:600;letter-spacing:0;background:none;border-radius:0;padding:0 0 0 30px;position:relative;color:#9fafc1}.founders-intro .kicker:before,.founder-profile .kicker:before,.founders-proposition .kicker:before,.founders-close .kicker:before{content:"";position:absolute;left:0;top:50%;width:18px;height:2px;background:var(--slate);transform:translateY(-50%)}.founders-intro h1{font-size:clamp(47px,5.6vw,80px);line-height:1.05;letter-spacing:-.04em;font-weight:700;margin:20px 0 30px}.founders-deck{font-size:19px;line-height:1.62;color:rgba(255,255,255,.76);max-width:710px}.founders-together{position:relative;margin:0;align-self:stretch;min-height:550px;overflow:hidden}.founders-together img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 20%}.founders-together figcaption{position:absolute;left:20px;bottom:15px;color:#fff;font-size:12px;text-shadow:0 1px 6px #000}.founders-proposition{background:var(--slate);color:var(--blue);padding:85px 0}.founders-proposition-grid{display:grid;grid-template-columns:.35fr 1fr;gap:70px}.founders-proposition .kicker{color:var(--blue)}.founders-proposition .kicker:before{background:var(--blue)}.founders-proposition h2,.founders-close h2{font-size:clamp(35px,4vw,58px);line-height:1.1;letter-spacing:-.035em;margin:0 0 25px}.founders-proposition p:not(.kicker){max-width:900px;font-size:18px;line-height:1.7}.founder-profile{display:grid;grid-template-columns:1fr 1fr;min-height:760px;background:#fff}.founder-photo{position:relative;overflow:hidden;min-height:720px}.founder-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 22%}.founder-copy{padding:clamp(55px,7vw,110px) clamp(40px,6vw,100px);display:flex;flex-direction:column;justify-content:center}.founder-copy .kicker{color:#647287}.founder-copy .kicker:before{background:var(--blue)}.founder-copy h2{font-size:clamp(42px,5vw,70px);line-height:1.05;letter-spacing:-.04em;color:var(--blue);margin:20px 0 28px}.founder-copy .founder-lead{font-size:22px;line-height:1.45;color:var(--blue);font-weight:600;max-width:700px}.founder-copy p{font-size:16px;color:#536175;max-width:740px;margin-bottom:20px}.dan-profile{background:#f4f5f6}.dan-profile .founder-photo{order:2}.dan-profile .founder-copy{order:1}.founders-close{background:var(--dark);color:#fff;padding:100px 0}.founders-close-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px}.founders-close p:not(.kicker){font-size:18px;color:rgba(255,255,255,.75)}.founders-close .button{margin-top:15px}@media(max-width:1000px){.founders-intro-grid{grid-template-columns:1fr;gap:0}.founders-intro-copy{padding-bottom:55px}.founders-together{min-height:500px}.founder-profile{grid-template-columns:1fr}.founder-photo{min-height:630px}.dan-profile .founder-photo,.dan-profile .founder-copy{order:initial}.founders-proposition-grid,.founders-close-grid{grid-template-columns:1fr;gap:30px}}@media(max-width:640px){.founders-intro{padding-top:150px}.founders-intro h1{font-size:46px}.founders-deck{font-size:16px}.founders-together{min-height:390px}.founder-photo{min-height:500px}.founder-copy{padding:65px 20px}.founder-copy .founder-lead{font-size:19px}.founders-proposition,.founders-close{padding:75px 0}}
.founders-technical{background:#f1f3f5;padding:105px 0}.technical-grid{display:grid;grid-template-columns:1.3fr .7fr;gap:105px;align-items:start}.founders-technical .kicker{font-size:12px;font-weight:600;letter-spacing:0;background:none;border-radius:0;padding:0 0 0 30px;position:relative;color:#657488}.founders-technical .kicker:before{content:"";position:absolute;left:0;top:50%;width:18px;height:2px;background:var(--blue);transform:translateY(-50%)}.founders-technical h2{font-size:clamp(36px,4vw,58px);line-height:1.1;letter-spacing:-.035em;color:var(--blue);max-width:790px;margin:18px 0 28px}.founders-technical p{font-size:17px;line-height:1.72;color:#526174;max-width:800px}.founders-technical aside{border-top:2px solid var(--blue);padding-top:22px}.founders-technical aside span{display:block;border-bottom:1px solid var(--line);padding:14px 0;font-size:16px;font-weight:600;color:var(--blue)}.founders-technical aside p{font-size:14px;margin-top:24px}@media(max-width:980px){.technical-grid{grid-template-columns:1fr;gap:35px}}@media(max-width:640px){.founders-technical{padding:78px 0}}
.founders-deck strong{display:block;color:#fff;font-weight:600;margin-bottom:10px}
.founders-proposition{background:#fff;color:var(--blue);border-bottom:1px solid var(--line)}.founders-proposition .kicker{color:#657488}.founders-proposition .kicker:before{background:var(--blue)}.founders-proposition p:not(.kicker){color:#526174}.founders-proposition-grid>div{border-left:2px solid var(--slate);padding-left:35px}@media(max-width:640px){.founders-proposition-grid>div{padding-left:20px}}
/* Site-wide: section headings stand on their own, without eyebrow labels or dash motifs. */
.kicker,.eyebrow,.section-number{display:none!important}.kicker:before,.eyebrow:before,.section-number:before{display:none!important}.section-layout{display:block}.section-layout>div:last-child{max-width:980px;margin-left:auto;margin-right:auto}.founders-proposition-grid{display:block}.founders-proposition-grid>div{max-width:1020px;margin:auto;border-left:0;padding-left:0}
.founders-model{background:var(--blue);color:#fff;padding:105px 0}.founders-model-heading{display:grid;grid-template-columns:.9fr 1.1fr;gap:85px}.founders-model h2{font-size:clamp(36px,4.2vw,60px);line-height:1.1;letter-spacing:-.035em;margin:0;max-width:650px}.founders-model-heading p{font-size:18px;line-height:1.7;color:rgba(255,255,255,.78);margin:0 0 20px}.founders-model-work{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(255,255,255,.24);margin-top:60px}.founders-model-work>div{background:var(--blue);padding:28px 34px 20px}.founders-model-work strong{font-size:20px;font-weight:600}.founders-model-work p{font-size:15px;line-height:1.65;color:rgba(255,255,255,.7);margin:15px 0}@media(max-width:980px){.founders-model-heading{grid-template-columns:1fr;gap:30px}.founders-model-work{grid-template-columns:1fr}}@media(max-width:640px){.founders-model{padding:78px 0}.founders-model-work{margin-top:40px}.founders-model-work>div{padding:25px 20px}}
/* Founders opening: the on-site photograph fills the full right-hand panel. */
.founders-intro{padding:0}
.founders-intro-grid{width:100%;max-width:none;min-height:100svh;grid-template-columns:56% 44%;gap:0;align-items:stretch}
.founders-intro-copy{display:flex;flex-direction:column;justify-content:center;padding:150px clamp(40px,5vw,110px) 85px max(24px,4.7vw)}
.founders-together{min-height:100svh}
@media(max-width:1000px){.founders-intro-grid{grid-template-columns:1fr;min-height:0}.founders-intro-copy{padding:145px max(24px,5vw) 60px}.founders-together{min-height:650px}}
@media(max-width:640px){.founders-intro{padding:0}.founders-intro-copy{padding:130px 20px 55px}.founders-together{min-height:0;height:500px}}
/* Referrers */
.referrers-intro{background:var(--dark);color:#fff}.referrers-intro-grid{display:grid;grid-template-columns:56% 44%;min-height:680px}.referrers-intro-copy{padding:170px clamp(45px,6vw,115px) 95px max(24px,4.7vw);display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.referrers-intro h1{font-size:clamp(48px,5.3vw,78px);line-height:1.07;letter-spacing:-.04em;font-weight:700;max-width:780px;margin:0 0 32px}.referrers-intro-copy p{font-size:19px;line-height:1.65;color:rgba(255,255,255,.78);max-width:660px}.referrers-intro-image{position:relative;margin:0;min-height:680px;overflow:hidden}.referrers-intro-image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.referrers-intro-image figcaption{position:absolute;left:25px;bottom:20px;color:#fff;text-shadow:0 1px 8px #000;font-size:12px}.referrers-heading{display:grid;grid-template-columns:1fr 1fr;gap:85px;align-items:end;margin-bottom:52px}.referrers-heading h2,.referrers-principle h2,.referrers-promise h2,.referrers-close h2{font-size:clamp(38px,4.3vw,62px);line-height:1.1;letter-spacing:-.035em;margin:0;font-weight:700}.referrers-heading h2,.referrers-principle h2{color:var(--blue)}.referrers-heading p{font-size:18px;line-height:1.68;max-width:650px;margin:0}.referrers-people{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:var(--line);border:1px solid var(--line)}.referrers-people article{background:#f7f8f9;padding:35px 32px;min-height:250px}.referrers-people h3{color:var(--blue);font-size:21px;line-height:1.3;margin:0 0 20px}.referrers-people p{font-size:14px;line-height:1.75;margin:0}.referrers-promise{background:var(--blue);color:white;padding:105px 0}.referrers-promise-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:95px}.referrers-promise p{font-size:18px;line-height:1.75;color:rgba(255,255,255,.8);margin:0 0 25px}.referrers-light-link{display:inline-block;color:white;font-size:14px;font-weight:600;border-bottom:1px solid rgba(255,255,255,.8);padding-bottom:4px;margin-top:12px}.referrers-light-link:hover{border-color:white}.referrers-principle{background:#fff}.referrers-principle-grid{display:grid;grid-template-columns:1fr 1fr;gap:95px;align-items:start}.referrers-principle p{font-size:17px;line-height:1.75;max-width:600px;margin:24px 0 0}.referrers-principle .referrers-emphasis{font-size:clamp(27px,3vw,40px);font-weight:700;line-height:1.2;letter-spacing:-.025em;color:var(--blue);margin-top:36px}.referrers-close{background:var(--dark);color:white}.referrers-close-grid{display:grid;grid-template-columns:1fr 1fr;min-height:560px}.referrers-close-grid>div{padding:95px clamp(35px,5vw,85px) 90px max(24px,4.7vw);align-self:center}.referrers-close p{font-size:18px;line-height:1.7;color:rgba(255,255,255,.78);max-width:580px;margin:26px 0}.referrers-actions{display:flex;align-items:center;gap:30px;flex-wrap:wrap}.referrers-close-grid>img{width:100%;height:100%;min-height:560px;object-fit:cover;object-position:center 35%}
@media(max-width:1100px){.site-header{flex-wrap:wrap;height:auto;min-height:94px;padding-top:15px;padding-bottom:15px}.site-header nav{order:3;width:100%;justify-content:flex-start;margin-left:0}.site-header .nav-cta{margin-left:auto}.referrers-people{grid-template-columns:repeat(2,minmax(0,1fr))}.referrers-promise-grid,.referrers-principle-grid{gap:45px}}
@media(max-width:800px){.referrers-intro-grid,.referrers-heading,.referrers-promise-grid,.referrers-principle-grid,.referrers-close-grid{grid-template-columns:1fr}.referrers-intro-copy{padding:175px 24px 65px}.referrers-intro-image{min-height:430px}.referrers-close-grid>div{padding:80px 24px}.referrers-close-grid>img{height:450px;min-height:0}.referrers-heading{gap:20px}.referrers-promise{padding:80px 0}}
@media(max-width:640px){.referrers-intro-copy{padding:170px 20px 60px}.referrers-intro h1{font-size:43px}.referrers-intro-copy p{font-size:16px}.referrers-intro-image{min-height:330px}.referrers-people{grid-template-columns:1fr}.referrers-people article{min-height:0;padding:30px 24px}.referrers-heading p,.referrers-promise p,.referrers-close p{font-size:16px}.referrers-principle p{font-size:16px}.referrers-close-grid>img{height:350px}}
/* Homepage continuity feature */
.home-continuity{background:var(--dark);color:white;padding-top:100px}.home-continuity-intro{display:grid;grid-template-columns:1.1fr .9fr;gap:90px;align-items:end;padding-bottom:72px}.home-continuity-intro h2{font-size:clamp(39px,4.3vw,65px);line-height:1.1;letter-spacing:-.04em;font-weight:700;max-width:720px;margin:0}.home-continuity-intro p{font-size:19px;line-height:1.7;color:rgba(255,255,255,.77);max-width:600px;margin:0 0 6px}.home-continuity-feature{display:grid;grid-template-columns:1fr 1fr;min-height:660px}.home-continuity-feature figure{position:relative;overflow:hidden;margin:0;min-height:660px}.home-continuity-feature img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 38%}.home-continuity-feature figcaption{position:absolute;left:30px;bottom:25px;font-size:12px;color:white;text-shadow:0 1px 8px #000}.home-continuity-copy{background:#fff;color:var(--blue);padding:clamp(65px,6vw,105px) clamp(40px,5vw,90px);display:flex;flex-direction:column;justify-content:center}.home-continuity-copy h3{font-size:clamp(36px,3.5vw,52px);line-height:1.12;letter-spacing:-.035em;margin:0 0 32px}.home-continuity-copy p{font-size:16px;line-height:1.75;color:#536175;max-width:700px;margin:0 0 23px}.home-continuity-links{display:flex;gap:12px 30px;flex-wrap:wrap;margin-top:9px}.home-continuity-links .text-link{margin-top:0;white-space:normal}
@media(max-width:980px){.home-continuity-intro{grid-template-columns:1fr;gap:25px}.home-continuity-feature{grid-template-columns:1fr}.home-continuity-feature figure{min-height:520px}.home-continuity-copy{padding:65px max(24px,5vw)}}
@media(max-width:640px){.home-continuity{padding-top:75px}.home-continuity-intro{padding-bottom:48px}.home-continuity-intro h2{font-size:39px}.home-continuity-intro p{font-size:16px}.home-continuity-feature figure{min-height:360px}.home-continuity-copy{padding:62px 20px}.home-continuity-copy h3{font-size:36px}.home-continuity-copy p{font-size:15px}}
/* The referrer promise opens the page as editorial copy, without an eyebrow motif. */
.referrers-intro-grid,.referrers-intro-image{min-height:820px}.referrers-intro h1{font-size:clamp(43px,4.55vw,68px);max-width:840px;margin:0 0 30px}.referrers-opening-line{font-size:18px!important;color:#fff!important;font-weight:600;line-height:1.4!important;margin:0 0 28px!important}.referrers-intro-copy>p:not(.referrers-opening-line){max-width:690px}.referrers-principle{background:#f5f6f7}
@media(max-width:800px){.referrers-intro-grid{min-height:0}.referrers-intro-image{min-height:430px}.referrers-opening-line{font-size:16px!important}}
@media(max-width:640px){.referrers-intro h1{font-size:clamp(38px,9.3vw,47px)}.referrers-intro-image{min-height:330px}.referrers-opening-line{margin-bottom:20px!important}}

/* Homepage refinements */
.site-header{position:fixed;background:rgba(2,15,32,.97);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 8px 25px rgba(2,15,32,.10)}
.who-range{gap:12px;background:transparent;border:0;overflow:visible}
.who-range article{position:relative;background:#edf2f8;padding:36px 34px;min-height:330px}
.who-range article:nth-child(2){background:#cfdeec}
.who-range article:nth-child(3){background:var(--blue)}
.who-range article:nth-child(3) h3,.who-range article:nth-child(3) p{color:#fff}
.who-range article:not(:last-child)::after{content:"→";position:absolute;right:-25px;top:72px;z-index:2;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#fff;box-shadow:0 2px 12px rgba(2,15,32,.12);font-size:22px;font-weight:600;color:var(--blue)}
.who-range h3{margin:27px 0 15px}
.growth-visual{height:82px;display:flex;align-items:center;gap:8px;color:var(--blue)}
.growth-visual i{position:relative;display:block;width:52px;height:34px;border:2px solid currentColor;border-radius:4px 4px 2px 2px;opacity:.82}
.growth-visual i::before,.growth-visual i::after{content:"";position:absolute;bottom:-9px;width:9px;height:9px;border:2px solid currentColor;border-radius:50%;background:inherit}
.growth-visual i::before{left:6px}.growth-visual i::after{right:6px}
.growth-few i{width:42px;height:29px}
.growth-many{flex-wrap:wrap;max-width:170px;align-content:center;gap:13px 7px}
.growth-many i{width:44px;height:24px;color:#fff}
.growth-many i::before,.growth-many i::after{width:7px;height:7px;bottom:-7px}
.industries-heading{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:end;margin-bottom:46px}
.industries-heading h2{margin:0}
.industries-heading p{font-size:18px;line-height:1.7;color:#59677a;max-width:590px;margin:0}
.industries-layout{grid-template-columns:1.08fr .92fr;gap:48px}
.industry-list{display:block}
.industry-item{border-top:1px solid var(--line);color:var(--blue)}
.industry-item:last-child{border-bottom:1px solid var(--line)}
.industry-item summary{list-style:none;cursor:pointer;display:flex;align-items:center;gap:19px;min-height:74px;padding:13px 3px}
.industry-item summary::-webkit-details-marker,.solution-item summary::-webkit-details-marker{display:none}
.industry-item summary svg{width:31px;height:31px;flex:none}
.industry-item summary span:nth-child(2){flex:1;font-size:21px;font-weight:600}
.circle-plus{width:31px;height:31px;flex:none;border:1.5px solid currentColor;border-radius:50%;position:relative;display:inline-grid;place-items:center}
.circle-plus::before,.circle-plus::after{content:"";position:absolute;background:currentColor;width:12px;height:1.5px}
.circle-plus::after{transform:rotate(90deg);transition:opacity .2s}
details[open] .circle-plus::after{opacity:0}
.industry-item summary:focus-visible,.solution-item summary:focus-visible{outline:2px solid var(--blue);outline-offset:3px}
.industry-detail{padding:0 54px 21px;color:#536175}
.industry-detail p{font-size:15px;line-height:1.7;margin:0}
.industry-photos{grid-template-columns:1fr;gap:18px}
.industry-photos img,.industry-photos figure:nth-child(2) img{height:262px}
.industry-photos figcaption{margin:7px 0 0}
.solutions-section{background:#f5f6f7}
.solutions-heading{display:grid;grid-template-columns:1fr 1fr;align-items:end;gap:70px}
.solutions-heading h2{margin:0}
.solutions-heading p{font-size:18px;line-height:1.7;max-width:610px;color:#59677a;margin:0}
.solutions-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:48px;align-items:start}
.solution-item{background:#fff;color:var(--blue)}
.solution-item summary{list-style:none;cursor:pointer;display:grid;grid-template-columns:1fr 34px;grid-template-rows:auto auto;column-gap:14px;padding:30px 30px 28px;min-height:154px}
.solution-title{grid-column:1;grid-row:1;font-size:23px;font-weight:700;line-height:1.25}
.solution-teaser{grid-column:1;grid-row:2;color:#637184;font-size:14px;line-height:1.55;margin-top:9px}
.solution-item .circle-plus{grid-column:2;grid-row:1/3;align-self:start}
.solution-item[open]{box-shadow:0 6px 24px rgba(5,31,66,.08)}
.solution-detail{padding:0 30px 32px;border-top:1px solid var(--line)}
.solution-detail p{font-size:15px;line-height:1.72;color:#526174;margin:21px 0 0}
.accreditation-section{padding:92px 0 68px}
.accreditation-head{display:grid;grid-template-columns:1fr 1fr;gap:78px;align-items:start}
.accreditation-head h2{font-size:clamp(38px,4.4vw,62px);line-height:1.1;letter-spacing:-.035em;color:var(--blue);margin:0 0 25px}
.accreditation-head p{font-size:16px;line-height:1.7;color:#566579;margin:0 0 17px}
.accreditation-head .accreditation-lead{font-size:20px;line-height:1.55;font-weight:600;color:var(--blue)}
.industry-accreditations{grid-template-columns:repeat(3,minmax(0,1fr));max-width:none;gap:28px;margin-top:34px}
.industry-accreditations>div{height:122px;align-items:center}
.industry-accreditations img,.industry-accreditations>div:nth-child(2) img{width:195px;height:78px;max-width:100%;object-fit:contain}
.industry-accreditations small{align-self:stretch;text-align:center;font-size:12px;margin-top:4px}
.lender-panel{margin-top:28px}
@media(max-width:1100px){.accreditation-head{gap:35px}.industry-accreditations{gap:15px}}
@media(max-width:980px){.industries-heading,.solutions-heading,.accreditation-head{grid-template-columns:1fr;gap:25px}.industries-layout{grid-template-columns:1fr}.industry-photos{grid-template-columns:1fr 1fr}.industry-photos img,.industry-photos figure:nth-child(2) img{height:260px}}
@media(max-width:640px){.site-header{padding:10px 15px;gap:8px}.site-header nav{gap:6px 13px}.site-header nav a{font-size:10px}.site-header .brand{width:132px}.site-header .nav-cta{font-size:10px;padding:7px 9px}.case-studies{padding-top:165px}.founders-intro-copy{padding-top:165px}.who-range article{min-height:0}.who-range article:not(:last-child)::after{content:"↓";right:calc(50% - 19px);top:auto;bottom:-25px}.who-range{gap:13px}.growth-visual{height:76px}.industries-heading{margin-bottom:35px}.industries-heading p,.solutions-heading p{font-size:16px}.industries-layout{gap:30px}.industry-item summary{min-height:66px}.industry-item summary span:nth-child(2){font-size:17px}.industry-photos{gap:10px}.industry-photos img,.industry-photos figure:nth-child(2) img{height:180px}.industry-photos figcaption{font-size:10px}.solutions-grid{grid-template-columns:1fr}.solution-item summary{padding:24px 20px;min-height:130px}.solution-title{font-size:20px}.solution-detail{padding:0 20px 26px}.accreditation-head .accreditation-lead{font-size:18px}.industry-accreditations{gap:8px}.industry-accreditations>div{height:83px}.industry-accreditations img,.industry-accreditations>div:nth-child(2) img{width:100%;height:53px}.industry-accreditations small{font-size:9px}.lender-panel{margin-top:26px}}

/* Client stories and the homepage navigation transition. */
.home-page .site-header:not(.is-scrolled){background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:none}
.site-header{transition:background .25s ease,box-shadow .25s ease,backdrop-filter .25s ease}
.founders-intro,.founders-intro-grid,.founders-together{overflow:hidden}
.founders-together{contain:paint;min-height:0}
.founders-together img{object-position:center 20%}
.case-studies-intro h1{color:#fff;max-width:720px;margin:0;font-size:clamp(36px,4.2vw,64px);line-height:1.08;letter-spacing:-.035em;font-weight:700}
.story-hero h1{color:#fff!important}
.story-hero{padding-bottom:85px}
.story-hero .client-logo{max-width:190px;max-height:100px;margin-top:0}
.story-hero .back{margin-bottom:35px}
.story-hero>p{font-size:clamp(19px,2vw,25px);line-height:1.55}
.story-cover img{height:min(65vw,780px);object-position:center 45%}
.story-opening{padding:95px 0;background:#fff}
.story-opening-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px}
.story-opening h2,.story-timeline h2,.equipment-section h2,.story-next h2{font-size:clamp(32px,3.4vw,52px);line-height:1.13;letter-spacing:-.035em;color:var(--blue);margin:0 0 26px}
.story-opening-grid>p{font-size:clamp(19px,2vw,24px);line-height:1.65;color:#47566b;margin:0}
.story-opening .facts{max-width:390px}
.story-timeline{background:var(--dark);color:#fff;padding:90px 0}
.story-timeline h2{color:#fff}
.story-movement{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:rgba(255,255,255,.22);margin-top:40px}
.story-movement>div{background:var(--dark);padding:25px 35px 25px 0;min-height:140px;display:flex;flex-direction:column}
.story-movement strong{font-size:clamp(30px,4vw,56px);line-height:1.1;letter-spacing:-.035em}
.story-movement span{font-size:16px;color:#becbd9;margin-top:11px}
.story-chapters{padding-top:100px;padding-bottom:110px}
.story-chapter{display:grid;grid-template-columns:100px 1fr;border-top:1px solid var(--line);padding:45px 0 55px;gap:70px}
.story-chapter:last-child{border-bottom:1px solid var(--line)}
.chapter-index{font-size:14px;color:#637187;padding-top:9px}
.story-chapter>div{max-width:900px}
.story-chapter h2{font-size:clamp(30px,3.1vw,48px);line-height:1.16;letter-spacing:-.035em;color:var(--blue);margin:0 0 23px}
.story-chapter p{font-size:18px;line-height:1.78;color:#4d5c6f;margin:0}
.story-gallery{display:grid;grid-template-columns:1fr 1fr;gap:8px;background:#fff}
.story-gallery figure{margin:0;height:min(42vw,610px);overflow:hidden}
.story-gallery img{width:100%;height:100%;object-fit:cover}
.equipment-section{background:#f4f5f6;padding:100px 0}
.equipment-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:90px}
.equipment-grid p{color:#566579;line-height:1.7;max-width:490px}
.equipment-grid ul{list-style:none;padding:0;margin:0}
.equipment-grid li{font-size:18px;color:var(--blue);padding:19px 0;border-top:1px solid var(--line);font-weight:500}
.equipment-grid li:last-child{border-bottom:1px solid var(--line)}
.video-section{padding:100px 0}
.video-section .wrap{max-width:1240px}
.video-section h2{margin-bottom:36px}
.video-stage{aspect-ratio:16/9;height:auto;min-height:0}
.video-stage img{opacity:.45}
.story-next{padding:90px 0;background:#fff}
.story-next .wrap{max-width:920px}
.story-next p{font-size:19px;line-height:1.65;color:#536175}
.story-next .text-link{display:inline-block}
.related .story-grid{max-width:1240px}
.related .story-card,.related .story-card:first-child{grid-column:auto;min-height:370px}
.related .story-card .card-copy{padding:35px}
.related .story-card h3{font-size:26px}
.related .story-card .card-copy p{font-size:14px}
@media(max-width:980px){.story-opening-grid,.equipment-grid{grid-template-columns:1fr;gap:32px}.story-chapter{grid-template-columns:50px 1fr;gap:24px}.related .story-grid{grid-template-columns:1fr}.related .story-card,.related .story-card:first-child{min-height:300px}}
@media(max-width:640px){.story-opening,.story-timeline,.equipment-section,.story-next{padding:70px 0}.story-opening-grid>p{font-size:18px}.story-movement{grid-template-columns:1fr}.story-movement>div{min-height:0;padding:23px 0}.story-chapters{padding-top:70px;padding-bottom:70px}.story-chapter{grid-template-columns:1fr;gap:8px;padding:32px 0}.story-chapter p{font-size:16px}.story-gallery{grid-template-columns:1fr}.story-gallery figure{height:290px}.equipment-grid li{font-size:16px}.video-stage{min-height:280px}.video-stage span{font-size:24px}.video-stage small{font-size:12px}}
.story-gallery figure:only-child{grid-column:1/-1}
/* Accreditation layout: association marks belong to the supporting copy. */
.accreditation-head{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:clamp(42px,6vw,100px);align-items:start}
.accreditation-head h2{max-width:610px;font-size:clamp(40px,4.2vw,60px);line-height:1.12;margin-bottom:28px}
.accreditation-head .accreditation-lead{max-width:630px}
.accreditation-right{min-width:0}
.accreditation-right .industry-accreditations{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:45px 0 0;max-width:none;align-items:start}
.accreditation-right .industry-accreditations>div{min-width:0;height:auto;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}
.accreditation-right .industry-accreditations img,.accreditation-right .industry-accreditations>div:nth-child(2) img{width:100%;max-width:158px;height:72px;object-fit:contain;object-position:center center}
.accreditation-right .industry-accreditations small{align-self:stretch;text-align:center;font-size:11px;line-height:1.3;white-space:nowrap;margin-top:8px}
.lender-cluster img[src$="lender-coex.png"]{filter:brightness(0)}
.lender-panel{margin-top:70px}
@media(max-width:980px){.accreditation-head{grid-template-columns:1fr;gap:28px}.accreditation-right .industry-accreditations{max-width:650px;margin-top:35px}.lender-panel{margin-top:60px}}
@media(max-width:640px){.accreditation-head h2{font-size:clamp(36px,9vw,48px)}.accreditation-right .industry-accreditations{gap:8px;margin-top:25px}.accreditation-right .industry-accreditations img,.accreditation-right .industry-accreditations>div:nth-child(2) img{height:55px}.accreditation-right .industry-accreditations small{font-size:9px;white-space:normal}.lender-panel{margin-top:44px}}
/* Client stories: editorial article treatment. */
.article-container{width:min(760px,calc(100% - 44px));margin:0 auto}
.article-header{background:var(--dark);color:#fff;padding:137px 0 62px}
.article-back{font-size:13px;color:#c2cede;display:inline-block;margin-bottom:34px}
.article-context{font-size:14px;font-weight:600;color:#c6d1df;margin:0 0 14px}
.article-header h1{font-size:clamp(42px,5vw,70px);line-height:1.08;letter-spacing:-.04em;font-weight:700;color:#fff;margin:0 0 25px}
.article-deck{font-size:clamp(18px,1.8vw,22px);line-height:1.6;color:#d8e0e8;margin:0}
.article-cover{margin:0;background:#fff}
.article-cover img{width:100%;height:clamp(300px,42vw,580px);object-fit:cover;object-position:center}
.article-cover figcaption{width:min(760px,calc(100% - 44px));margin:0 auto;padding:10px 0;color:#697789;font-size:12px}
.client-article{background:#fff;padding:44px 0 0}
.article-facts{color:#617087;font-size:13px;font-weight:600;line-height:1.6;border-bottom:1px solid var(--line);padding-bottom:24px;margin:0 0 43px}
.article-chapter{margin:0 0 43px}
.article-chapter h2{font-size:clamp(28px,3vw,38px);line-height:1.22;letter-spacing:-.03em;color:var(--blue);margin:0 0 19px;font-weight:700}
.article-chapter p{font-size:17px;line-height:1.82;color:#35465a;margin:0 0 19px}
.article-photos{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:34px 0 48px}
.article-photos figure{margin:0;overflow:hidden;height:255px}
.article-photos img{width:100%;height:100%;object-fit:cover}
.article-photos figure:only-child{grid-column:1/-1;height:390px}
.article-equipment{border-top:2px solid var(--blue);border-bottom:1px solid var(--line);margin:60px 0 60px;padding:29px 0 32px}
.article-equipment h2{font-size:28px;line-height:1.25;color:var(--blue);margin:0 0 8px}
.article-equipment>p{color:#647286;font-size:15px;line-height:1.6;margin:0 0 20px}
.article-equipment ul{display:grid;grid-template-columns:1fr 1fr;gap:9px 26px;list-style:none;padding:0;margin:0}
.article-equipment li{border-top:1px solid var(--line);padding-top:10px;color:#33475e;font-size:15px;line-height:1.5}
.article-film{margin:0 0 57px}
.article-film h2,.article-contact h2,.article-related h2{font-size:clamp(25px,2.6vw,34px);color:var(--blue);line-height:1.24;letter-spacing:-.025em;margin:0 0 22px}
.article-film-frame{aspect-ratio:16/9;position:relative;background:var(--dark);overflow:hidden}
.article-film-frame img{width:100%;height:100%;object-fit:cover;opacity:.45}
.article-film-frame span{position:absolute;bottom:28px;left:30px;color:#fff;font-size:19px;font-weight:600}
.article-contact{padding:0 0 60px}
.article-contact p{font-size:17px;color:#45566a;line-height:1.7;margin:0 0 10px}
.article-contact .text-link{display:inline-block;margin-top:8px}
.article-related{background:#f4f5f6;padding:58px 0 68px}
.article-related-links{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:26px}
.article-related-links>a{padding:19px 0;border-top:1px solid var(--line);display:flex;flex-direction:column;gap:9px}
.article-related-links span{font-size:13px;color:#5e6d80}
.article-related-links strong{font-size:19px;line-height:1.35;color:var(--blue)}
.article-related-links small,.article-all{font-size:14px;font-weight:600;color:var(--blue)}
.article-all{display:inline-block;margin-top:24px;border-bottom:1px solid var(--blue)}
@media(max-width:640px){.article-container{width:calc(100% - 36px)}.article-header{padding:116px 0 48px}.article-header h1{font-size:40px}.article-cover img{height:310px}.client-article{padding-top:30px}.article-facts{margin-bottom:35px}.article-chapter{margin-bottom:37px}.article-chapter p{font-size:16px;line-height:1.78}.article-photos{gap:7px}.article-photos figure{height:180px}.article-photos figure:only-child{height:240px}.article-equipment{margin:44px 0}.article-equipment ul,.article-related-links{grid-template-columns:1fr}.article-film-frame span{font-size:15px;left:18px;bottom:18px}.article-related{padding:50px 0}}
/* A restrained line follows each client relationship through the article. */
.storyline{position:relative;width:min(1040px,calc(100% - 48px));margin:0 auto 28px}
.storyline-track{position:absolute;inset:0;width:100%;height:100%;overflow:visible;pointer-events:none;z-index:0}
.storyline-track path{fill:none;vector-effect:non-scaling-stroke;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.storyline-base{stroke:#d9e2ec}
.storyline-progress{stroke:#829fbe;opacity:.55;transition:stroke-dashoffset .1s linear}
.storyline-entries{position:relative;z-index:1}
.storyline-entry{width:47%;min-height:280px;padding:18px 26px 18px 0;margin-right:auto;background:linear-gradient(90deg,rgba(255,255,255,.97),rgba(255,255,255,.88))}
.storyline-entry:nth-child(even){margin-left:auto;margin-right:0;padding:18px 0 18px 26px;background:linear-gradient(90deg,rgba(255,255,255,.88),rgba(255,255,255,.97))}
.storyline-date{font-size:15px;line-height:1.4;font-weight:700;color:#527194;display:block;margin-bottom:12px}
.storyline-entry h2{font-size:clamp(27px,3vw,38px);line-height:1.18;letter-spacing:-.03em;color:var(--blue);margin:0 0 18px}
.storyline-entry p{font-size:16px;line-height:1.78;color:#394b5e;margin:0 0 16px}
.client-article-timeline .article-facts{margin-bottom:40px}
.client-article-timeline .article-photos{margin-top:20px}
@media(max-width:700px){.storyline{width:calc(100% - 36px);margin-bottom:12px}.storyline-track{display:none}.storyline-entries{border-left:1.5px solid #cbd8e5;margin-left:10px;padding-left:27px}.storyline-entry,.storyline-entry:nth-child(even){width:100%;min-height:0;margin:0 0 36px;padding:0;background:none;position:relative}.storyline-entry::before{content:"";position:absolute;left:-33px;top:7px;width:10px;height:10px;border-radius:50%;background:#6789aa;border:3px solid #fff;box-shadow:0 0 0 1px #b5c9dc}.storyline-entry h2{font-size:29px}.storyline-entry p{font-size:16px}.client-article-timeline .article-facts{margin-bottom:30px}}
@media(prefers-reduced-motion:reduce){.storyline-progress{transition:none}}
/* Client histories: dated chapters with a central through-line and real client media. */
.profile-intro{background:#fff;padding:143px 0 54px;text-align:center}
.profile-wrap{max-width:790px;width:calc(100% - 44px);margin:auto}
.profile-back{display:block;width:max-content;color:#53657c;font-size:13px;margin:0 auto 33px}
.profile-logo{width:auto;max-width:175px;height:80px;object-fit:contain;margin:0 auto 25px}
.profile-intro h1{font-size:clamp(42px,5vw,68px);line-height:1.09;letter-spacing:-.04em;color:var(--blue);margin:0 0 20px;font-weight:700}
.profile-intro p{font-size:clamp(17px,1.6vw,21px);line-height:1.66;color:#485c73;margin:0 auto 25px;max-width:750px}
.profile-facts{font-size:13px;color:#6c7b8d;font-weight:600;line-height:1.7}
.profile-cover{width:min(1240px,calc(100% - 44px));aspect-ratio:16/9;margin:0 auto;background:#0e2442;position:relative;overflow:hidden}
.profile-cover img,.profile-cover iframe,.profile-video-play{position:absolute;inset:0;width:100%;height:100%;display:block}
.profile-cover img{object-fit:cover;object-position:center}
.profile-cover iframe{border:0}
.profile-video-play{border:0;padding:0;background:#0e2442;cursor:pointer}
.profile-video-play img{transition:transform .4s ease,filter .4s ease}
.profile-video-play:hover img{transform:scale(1.025);filter:brightness(.83)}
.profile-play-symbol{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:84px;height:84px;border-radius:50%;background:rgba(255,255,255,.95);box-shadow:0 12px 45px #091b3c66;display:grid;place-items:center;transition:transform .2s ease}
.profile-play-symbol::after{content:"";border-top:12px solid transparent;border-bottom:12px solid transparent;border-left:20px solid #0e2442;margin-left:5px}
.profile-video-play:hover .profile-play-symbol,.profile-video-play:focus-visible .profile-play-symbol{transform:translate(-50%,-50%) scale(1.08)}
.profile-video-play:focus-visible{outline:3px solid #d2a365;outline-offset:-5px}
.case-study-image-placeholder,.profile-cover-placeholder,.profile-cover-placeholder .profile-video-play{background:radial-gradient(ellipse at 78% 18%,#314e6b 0,transparent 46%),linear-gradient(135deg,#102b4b,#091b32 80%)}
.case-study-image-placeholder::before,.profile-cover-placeholder::before{content:"";position:absolute;width:70%;aspect-ratio:1;left:-15%;bottom:-75%;border:1px solid #ffffff2b;border-radius:50%;box-shadow:0 0 0 75px #ffffff08,0 0 0 155px #ffffff08}
.case-study-image-placeholder>span,.profile-cover-wordmark{position:absolute;left:10%;top:50%;transform:translateY(-50%);color:#fff;font-weight:700;font-size:clamp(68px,12vw,180px);line-height:.85;letter-spacing:-.07em}
.case-study-image-placeholder small,.profile-cover-wordmark small{display:block;margin-top:18px;font-size:clamp(14px,1.9vw,25px);line-height:1.2;letter-spacing:.22em;color:#d4b17f}
.profile-cover-wordmark{text-align:left;pointer-events:none}
.profile-logo-leh{width:min(350px,80%);max-width:none;height:auto;max-height:none;margin-bottom:16px}
.case-study-image-placeholder{background:#fff}
.case-study-image-placeholder::before{display:none}
.case-study-image-placeholder img{object-fit:contain;padding:clamp(28px,4vw,68px);box-sizing:border-box}
.case-study-logo-leh{width:240px;height:110px;margin-bottom:5px}.case-study-logo-leh img{max-width:240px;max-height:110px}
.history-media-leh img{object-position:center 25%}.history-row:nth-child(2) .history-media-leh img{object-position:center 40%}
.history-media-leh figcaption{font-size:12px;color:#637184;line-height:1.5;padding:10px 2px 0}
.leh-finance-note{width:min(1240px,calc(100% - 44px));margin:0 auto 70px;padding:36px clamp(25px,4vw,54px);display:grid;grid-template-columns:.8fr 1.2fr;gap:42px;background:#edf2f6;border-left:4px solid #ffb81c}
.leh-finance-note span{font-size:13px;font-weight:600;color:#60748c}.leh-finance-note h2{font-size:clamp(23px,2.4vw,34px);line-height:1.2;letter-spacing:-.025em;color:var(--blue);margin:8px 0 0}.leh-finance-note p{font-size:16px;line-height:1.7;color:#45566a;margin:0}
@media(max-width:700px){.leh-finance-note{width:calc(100% - 36px);grid-template-columns:1fr;gap:14px;margin-bottom:44px;padding:27px 23px}}
.history-media-placeholder{height:clamp(280px,29vw,415px);background:radial-gradient(ellipse at 82% 22%,#3b5772 0,transparent 42%),linear-gradient(135deg,#142f4c,#0b1e35);position:relative;display:flex;align-items:center;padding:10%;color:#fff}
.history-media-placeholder::before{content:"";position:absolute;width:75%;aspect-ratio:1;border:1px solid #ffffff21;border-radius:50%;left:-30%;bottom:-76%;box-shadow:0 0 0 60px #ffffff09,0 0 0 120px #ffffff08}
.history-media-placeholder span{font-size:clamp(46px,5vw,76px);font-weight:700;letter-spacing:-.07em;line-height:.9}.history-media-placeholder small{display:block;font-size:12px;letter-spacing:.19em;color:#d4b17f;margin-top:12px}.history-media-placeholder b{position:absolute;right:8%;bottom:8%;font-size:52px;font-weight:500;color:#ffffff22}
.profile-story{background:#f8fafc;padding:78px 0 0;margin-top:0}
.profile-history{width:min(1240px,calc(100% - 44px));margin:0 auto;position:relative;padding-bottom:45px}
.profile-history::before{content:"";position:absolute;top:0;bottom:0;left:50%;width:2px;transform:translateX(-50%);background:#c6d2df}
.history-row{display:grid;grid-template-columns:1fr 1fr;position:relative;align-items:start;min-height:310px;padding:27px 0 70px}
.history-side{min-width:0;padding:0 clamp(28px,4.5vw,68px)}
.history-pin{position:absolute;top:34px;left:50%;width:14px;height:14px;border-radius:50%;background:var(--blue);border:3px solid #f8fafc;transform:translateX(-50%);box-shadow:0 0 0 1px #b7c8d9}
.history-media{margin:0;width:100%;overflow:hidden}
.history-media img{width:100%;height:clamp(280px,29vw,415px);object-fit:cover}
.history-copy{max-width:500px}
.history-period{display:block;font-size:clamp(27px,3vw,42px);line-height:1.2;letter-spacing:-.03em;color:var(--blue);font-weight:700;margin:0 0 20px}
.history-copy h2{font-size:clamp(20px,2.1vw,27px);line-height:1.35;color:var(--blue);font-weight:600;margin:0 0 18px}
.history-copy p{font-size:16px;line-height:1.77;color:#3d4e62;margin:0 0 17px}
.profile-story>.article-container{padding-bottom:0}
.profile-story .article-equipment{margin-top:25px}
@media(max-width:800px){.profile-intro{padding:120px 0 45px}.profile-cover{width:100%}.profile-story{padding-top:54px}.history-side{padding:0 27px}.history-copy p{font-size:15px}.history-media img{height:280px}}
@media(max-width:650px){.profile-intro{padding:112px 0 36px}.profile-logo{height:66px;margin-bottom:18px}.profile-intro h1{font-size:41px}.profile-intro p{font-size:17px}.profile-play-symbol{width:60px;height:60px}.profile-story{padding-top:45px}.profile-history{width:calc(100% - 36px);padding-left:38px;padding-bottom:12px}.profile-history::before{left:14px}.history-row{display:flex;flex-direction:column;min-height:0;padding:0 0 46px}.history-side{display:contents}.history-pin{left:-24px;top:8px}.history-copy{order:1}.history-media{order:2;margin-top:12px}.history-empty{display:none}.history-period{font-size:30px;margin-bottom:10px}.history-copy h2{font-size:21px;margin-bottom:12px}.history-copy p{font-size:16px;line-height:1.73}.history-media img{height:230px}.profile-story .article-equipment{margin-top:0}}
/* Dedicated campaign template. Organic navigation and case studies remain separate. */
.campaign-page{background:#fff}
.campaign-wrap{width:min(1220px,calc(100% - 56px));margin:0 auto}
.campaign-header{position:absolute;z-index:30;top:0;left:0;right:0;height:94px;padding:0 max(28px,calc((100vw - 1220px)/2));display:flex;align-items:center;justify-content:space-between;gap:24px;color:#fff;border-bottom:1px solid rgba(255,255,255,.28)}
.campaign-header img{width:205px}
.campaign-header-contact{font-size:14px;font-weight:600;border-bottom:1px solid rgba(255,255,255,.7);padding-bottom:4px;white-space:nowrap}
.campaign-hero{position:relative;min-height:760px;height:90svh;display:flex;align-items:center;background:var(--dark);color:#fff;overflow:hidden}
.campaign-hero-image{position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,15,32,.94) 0%,rgba(2,15,32,.78) 49%,rgba(2,15,32,.33) 100%),linear-gradient(0deg,rgba(2,15,32,.36),transparent 55%),url('assets/field-07.webp') center center/cover no-repeat}
.campaign-hero-copy{position:relative;z-index:1;padding:120px 0 75px}
.campaign-hero h1{font-size:clamp(46px,6.2vw,88px);font-weight:700;line-height:1.04;letter-spacing:-.045em;max-width:1040px;margin:0 0 30px}
.campaign-hero p{font-size:clamp(19px,2vw,24px);line-height:1.58;max-width:760px;color:rgba(255,255,255,.86);margin:0 0 19px}
.campaign-button{display:inline-flex;align-items:center;justify-content:space-between;gap:45px;background:#fff;color:var(--blue);min-height:60px;padding:15px 22px;font-size:15px;font-weight:700;margin-top:25px;transition:background .2s}
.campaign-button:hover{background:#e6e8e8}
.campaign-button span{font-size:21px;line-height:1}
.campaign-section{padding:105px 0}
.campaign-section h2,.campaign-close h2{font-size:clamp(38px,4.5vw,66px);line-height:1.1;letter-spacing:-.04em;color:var(--blue);font-weight:700;margin:0 0 28px}
.campaign-section p{font-size:17px;line-height:1.75;color:#485a70;margin:0 0 21px}
.campaign-opening-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:90px;align-items:start}
.campaign-opening h2{max-width:570px}
.campaign-opening-grid>div{padding-top:7px}
.campaign-tetris{background:var(--dark);color:#fff;padding:0}
.campaign-tetris-grid{display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:stretch}
.campaign-tetris-grid>div{padding:110px 85px 100px 0}
.campaign-tetris h2{color:#fff}
.campaign-tetris p{color:#c1cedc;max-width:570px}
.campaign-tetris p:first-of-type{color:#fff;font-size:22px;font-weight:500;line-height:1.5}
.campaign-tetris figure{margin:0;position:relative;min-height:670px}
.campaign-tetris figure img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover}
.campaign-tetris figcaption{position:absolute;bottom:0;left:0;width:100%;padding:40px 26px 22px;color:#fff;font-size:12px;background:linear-gradient(transparent,rgba(2,15,32,.8))}
.campaign-sequence{background:#f4f6f8}
.campaign-sequence h2{max-width:880px}
.campaign-sequence-lead{font-size:20px!important;color:var(--blue)!important;margin-bottom:37px!important}
.campaign-two-paths{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.campaign-path{background:#fff;padding:40px 45px 30px;border-top:4px solid #8191a5}
.campaign-path-positive{border-top-color:var(--blue)}
.campaign-path h3{font-size:25px;line-height:1.25;color:var(--blue);margin:0 0 24px}
.campaign-path ol{margin:0;padding-left:21px;color:#465a70}
.campaign-path li{padding:0 0 17px 7px;font-size:16px;line-height:1.65}
.campaign-path li::marker{font-weight:700;color:var(--blue)}
.campaign-path p{font-size:15px;line-height:1.65;margin-top:9px}
.campaign-question-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:115px}
.campaign-question-grid>div:last-child{padding-top:9px}
.campaign-question a,.campaign-people a,.campaign-proof article>a:last-child{display:inline-block;color:var(--blue);font-size:14px;font-weight:700;border-bottom:1px solid var(--blue);padding-bottom:4px;margin-top:11px}
.campaign-people{background:#eef1f4;padding:0}
.campaign-people-grid{display:grid;grid-template-columns:1fr 1fr;gap:75px;align-items:center}
.campaign-people figure{margin:0;height:650px}
.campaign-people img{width:100%;height:100%;object-fit:cover;object-position:center 37%}
.campaign-people-grid>div{padding:85px 0}
.campaign-proof h2{max-width:780px}
.campaign-proof-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:27px;margin-top:48px}
.campaign-proof article>a:first-child{display:block;overflow:hidden}
.campaign-proof img{width:100%;height:270px;object-fit:cover}
.campaign-proof h3{font-size:24px;color:var(--blue);margin:22px 0 10px}
.campaign-proof article p{font-size:15px;line-height:1.66;min-height:76px}
.campaign-faq{background:#f5f6f7}
.campaign-faq h2{max-width:700px}
.campaign-faq-list{max-width:900px;margin-top:35px}
.campaign-faq details{border-top:1px solid rgba(5,31,66,.2)}
.campaign-faq details:last-child{border-bottom:1px solid rgba(5,31,66,.2)}
.campaign-faq summary{cursor:pointer;font-size:19px;line-height:1.4;font-weight:600;color:var(--blue);padding:23px 42px 23px 0;position:relative;list-style:none}
.campaign-faq summary::-webkit-details-marker{display:none}
.campaign-faq summary:after{content:'+';position:absolute;right:2px;top:19px;font-size:26px;font-weight:400}
.campaign-faq details[open] summary:after{content:'−'}
.campaign-faq details p{font-size:16px;max-width:770px;padding-bottom:14px}
.campaign-close{background:var(--blue);color:#fff;padding:95px 0}
.campaign-close-grid{display:grid;grid-template-columns:1fr auto;gap:70px;align-items:center}
.campaign-close h2{color:#fff;max-width:780px}
.campaign-close p{font-size:18px;line-height:1.7;color:#ced9e6;max-width:750px;margin:0}
.campaign-close .campaign-button{white-space:nowrap}
.campaign-footer{background:var(--dark);color:#fff;padding:65px max(28px,calc((100vw - 1220px)/2)) 26px;display:grid;grid-template-columns:240px 1fr;gap:45px}
.campaign-footer img{width:210px}
.campaign-footer>div{display:flex;gap:15px 25px;flex-wrap:wrap;align-content:start}
.campaign-footer p{font-size:26px;line-height:1.25;width:100%;margin:0 0 20px}
.campaign-footer a{font-size:13px;color:#d1dbe7}
.campaign-footer small{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.17);padding-top:20px;color:#aab6c6}
@media(max-width:1000px){.campaign-opening-grid,.campaign-question-grid{gap:40px}.campaign-tetris-grid>div{padding:80px 35px 75px 0}.campaign-people-grid{gap:35px}.campaign-close-grid{grid-template-columns:1fr;gap:10px}.campaign-close .campaign-button{justify-self:start}}
@media(max-width:760px){.campaign-wrap{width:calc(100% - 36px)}.campaign-header{height:78px;padding:0 18px}.campaign-header img{width:155px}.campaign-header-contact{font-size:12px}.campaign-hero{height:auto;min-height:670px}.campaign-hero-copy{padding:140px 0 80px}.campaign-hero h1{font-size:clamp(42px,9vw,58px)}.campaign-hero p{font-size:17px}.campaign-button{min-height:54px;padding:14px 17px;font-size:13px;gap:15px}.campaign-section{padding:75px 0}.campaign-section h2,.campaign-close h2{font-size:clamp(34px,8vw,47px)}.campaign-section p{font-size:16px}.campaign-opening-grid,.campaign-tetris-grid,.campaign-two-paths,.campaign-question-grid,.campaign-people-grid,.campaign-proof-grid{grid-template-columns:1fr;gap:22px}.campaign-tetris-grid>div{padding:74px 0 28px}.campaign-tetris figure{min-height:340px}.campaign-tetris figure img{position:relative;height:340px}.campaign-path{padding:29px 24px 22px}.campaign-people figure{height:390px}.campaign-people-grid>div{padding:22px 0 70px}.campaign-proof-grid{gap:48px}.campaign-proof img{height:240px}.campaign-proof article p{min-height:0}.campaign-close{padding:72px 0}.campaign-close .campaign-button{white-space:normal}.campaign-footer{grid-template-columns:1fr;gap:28px;padding:55px 18px 24px}.campaign-footer p{font-size:24px}}
.campaign-client-hero .campaign-hero-image{background:linear-gradient(90deg,rgba(2,15,32,.94) 0%,rgba(2,15,32,.73) 55%,rgba(2,15,32,.19) 100%),url('assets/case-study-tumeke.webp') center 52%/cover no-repeat}
.campaign-client-hero h1{max-width:1050px}
.campaign-client-hero p{max-width:740px}
/* Rate versus borrowing capacity: shared Approach and campaign section. */
.rate-decision{background:#fff;padding:110px 0 100px;color:var(--blue)}
.rate-wrap{width:min(1220px,calc(100% - 48px));margin:auto}
.rate-heading{display:grid;grid-template-columns:.95fr 1.05fr;gap:90px;align-items:end;margin-bottom:49px}
.rate-heading h2{font-size:clamp(40px,4.8vw,67px);line-height:1.1;letter-spacing:-.04em;font-weight:700;color:var(--blue);margin:0;max-width:690px}
.rate-heading p{font-size:19px;line-height:1.7;color:#536174;max-width:570px;margin:0}
.rate-illustration{background:#f1f4f7;padding:44px clamp(24px,5vw,70px) 38px}
.rate-illustration h3{font-size:clamp(27px,2.8vw,38px);letter-spacing:-.03em;line-height:1.2;color:var(--blue);margin:0 0 11px}
.rate-illustration>p{font-size:16px;line-height:1.65;color:#4e6076;margin:0 0 28px}
.rate-table-scroll{overflow-x:auto;max-width:100%}
.rate-table-scroll table{border-collapse:collapse;table-layout:fixed;width:100%;min-width:580px;color:var(--blue);background:#fff}
.rate-table-scroll caption{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.rate-table-scroll th,.rate-table-scroll td{padding:20px 13px;border-bottom:1px solid #d8e0e9;text-align:center;white-space:nowrap}
.rate-table-scroll th{width:160px;text-align:left;font-size:15px;font-weight:600;background:#e5ebf1}
.rate-table-scroll td{font-size:clamp(19px,2.1vw,27px);font-weight:700;letter-spacing:-.025em}
.rate-table-scroll tr:first-child td{font-size:21px;font-weight:600}
.rate-illustration .rate-assumptions{font-size:12px;line-height:1.65;color:#64748a;margin:15px 0 24px;max-width:980px}
.rate-illustration .rate-observation{font-size:17px;line-height:1.7;color:#3d4d62;margin:0;max-width:1010px;border-left:2px solid var(--blue);padding-left:22px}
.rate-observation strong{color:var(--blue)}
.rate-questions{display:grid;grid-template-columns:.9fr 1.1fr;gap:85px;margin-top:70px}
.rate-questions h3{font-size:clamp(31px,3.5vw,46px);line-height:1.13;letter-spacing:-.035em;color:var(--blue);margin:0 0 24px}
.rate-questions p{font-size:17px;line-height:1.75;color:#4b5d73;margin:0}
.rate-questions ul{list-style:none;margin:0;padding:0}
.rate-questions li{display:grid;grid-template-columns:160px 1fr;gap:20px;border-top:1px solid rgba(5,31,66,.16);padding:18px 0}
.rate-questions li:last-child{border-bottom:1px solid rgba(5,31,66,.16)}
.rate-questions li strong{font-size:16px;color:var(--blue)}
.rate-questions li span{font-size:15px;line-height:1.65;color:#55657a}
.rate-closing{max-width:910px;font-size:clamp(19px,2vw,24px);line-height:1.6;font-weight:600;color:var(--blue);margin:78px 0 0}
@media(max-width:980px){.rate-heading,.rate-questions{grid-template-columns:1fr;gap:30px}.rate-heading p{max-width:770px}.rate-questions{margin-top:52px}}
@media(max-width:640px){.rate-decision{padding:74px 0 72px}.rate-wrap{width:calc(100% - 36px)}.rate-heading{margin-bottom:30px;gap:20px}.rate-heading h2{font-size:38px}.rate-heading p{font-size:16px}.rate-illustration{padding:28px 18px}.rate-illustration>p{font-size:15px}.rate-table-scroll th,.rate-table-scroll td{padding:16px 10px}.rate-table-scroll th{width:130px}.rate-illustration .rate-observation{font-size:16px}.rate-questions{gap:26px}.rate-questions li{grid-template-columns:1fr;gap:5px;padding:14px 0}.rate-closing{margin-top:45px;font-size:20px}}
.lender-roadmap{background:#fff;color:var(--blue);padding:100px 0 105px}
.roadmap-intro{display:grid;grid-template-columns:.9fr 1.1fr;gap:85px;align-items:start}
.roadmap-intro h2{font-size:clamp(38px,4.2vw,60px);line-height:1.11;letter-spacing:-.035em;margin:0;max-width:620px}
.roadmap-intro p{font-size:18px;line-height:1.72;color:#526174;margin:0 0 22px}
.roadmap-stages{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:48px;border-top:1px solid rgba(5,31,66,.2);padding-top:29px}
.roadmap-stages span{display:block;font-size:19px;font-weight:600;line-height:1.35;margin-bottom:10px}
.roadmap-stages p{font-size:15px;line-height:1.65;color:#536378;margin:0}
.roadmap-result{max-width:920px;font-size:18px;line-height:1.72;margin:55px 0 0}
@media(max-width:800px){.lender-roadmap{padding:75px 0}.roadmap-intro{grid-template-columns:1fr;gap:25px}.roadmap-stages{gap:20px}}
@media(max-width:640px){.roadmap-intro h2{font-size:38px}.roadmap-intro p,.roadmap-result{font-size:16px}.roadmap-stages{grid-template-columns:1fr;gap:19px;margin-top:22px}.roadmap-stages>div{padding-bottom:18px;border-bottom:1px solid rgba(5,31,66,.12)}.roadmap-result{margin-top:27px}}
.choose-partner,.early-conversation{padding:100px 0;color:var(--blue)}
.choose-partner{background:#f4f6f8}
.early-conversation{background:var(--dark);color:#fff}
.choose-partner-grid,.early-conversation-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px}
.choose-partner h2,.early-conversation h2{font-size:clamp(38px,4.2vw,59px);line-height:1.12;letter-spacing:-.035em;margin:0 0 24px}
.choose-partner p,.early-conversation p{font-size:17px;line-height:1.75;margin:0 0 22px}
.choose-partner p{color:#526174}.choose-partner>div>div:first-child p{font-size:19px;color:var(--blue)}
.early-conversation p{color:#d4deea}
@media(max-width:800px){.choose-partner,.early-conversation{padding:74px 0}.choose-partner-grid,.early-conversation-grid{grid-template-columns:1fr;gap:16px}}
@media(max-width:640px){.choose-partner h2,.early-conversation h2{font-size:37px}.choose-partner p,.early-conversation p,.choose-partner>div>div:first-child p{font-size:16px}}
.credit-perspective{background:#fff;color:var(--blue);padding:100px 0}
.credit-perspective-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px}
.credit-perspective h2{font-size:clamp(38px,4.2vw,59px);line-height:1.12;letter-spacing:-.035em;margin:0 0 27px}
.credit-perspective p{font-size:17px;line-height:1.75;color:#526174;margin:0 0 22px}
.credit-perspective-grid>div:first-child p{font-size:20px;line-height:1.55;color:var(--blue)}
@media(max-width:800px){.credit-perspective{padding:74px 0}.credit-perspective-grid{grid-template-columns:1fr;gap:16px}}
@media(max-width:640px){.credit-perspective h2{font-size:37px}.credit-perspective p,.credit-perspective-grid>div:first-child p{font-size:16px}}
.low-doc-strategy{background:#edf1f5;color:var(--blue);padding:105px 0}
.low-doc-intro{display:grid;grid-template-columns:.9fr 1.1fr;gap:85px}
.low-doc-intro h2{font-size:clamp(38px,4.4vw,63px);line-height:1.1;letter-spacing:-.035em;margin:0;max-width:640px}
.low-doc-intro p{font-size:17px;line-height:1.72;color:#4d6077;margin:0 0 22px}
.low-doc-intro .low-doc-subtitle{font-size:22px;line-height:1.35;font-weight:600;color:var(--blue);margin:0 0 17px}
.low-doc-cases{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:48px}
.low-doc-cases article{background:#fff;padding:30px 28px 32px;border-top:3px solid var(--blue)}
.low-doc-cases h3{font-size:21px;line-height:1.3;letter-spacing:-.02em;margin:0 0 18px}
.low-doc-cases p{font-size:15px;line-height:1.72;color:#4f6075;margin:0}
.low-doc-note{font-size:15px;line-height:1.72;color:#4d6077;max-width:1020px;margin:34px 0 0}
.tumeke-funding-note{background:#f0f3f6}
@media(max-width:850px){.low-doc-intro{grid-template-columns:1fr;gap:25px}.low-doc-cases{grid-template-columns:1fr;gap:13px}}
@media(max-width:640px){.low-doc-strategy{padding:76px 0}.low-doc-intro h2{font-size:39px}.low-doc-intro p{font-size:16px}.low-doc-intro .low-doc-subtitle{font-size:19px}.low-doc-cases{margin-top:22px}.low-doc-cases article{padding:25px}.low-doc-note{font-size:14px}}
.offerings-label{font-size:24px;line-height:1.25;color:var(--blue);font-weight:700;margin:55px 0 24px}
.home-offerings{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;background:none;border:0;margin:0 0 28px}
.home-offerings article{display:flex;flex-direction:column;align-items:flex-start;min-width:0;min-height:308px;padding:30px 27px 27px;background:#f4f6f8;border:1px solid #dce3eb;color:var(--blue)}
.home-offerings article:nth-child(-n+4){background:var(--blue);border-color:var(--blue);color:#fff}
.offering-icon{display:flex;align-items:center;justify-content:flex-start;width:56px;height:56px;margin-bottom:30px;color:var(--blue)}
.home-offerings article:nth-child(-n+4) .offering-icon{color:#fff}
.offering-icon svg{display:block;width:54px;height:54px;fill:none;stroke:currentColor;stroke-width:4;stroke-linecap:round;stroke-linejoin:round}
.home-offerings h4{font-size:21px;line-height:1.22;letter-spacing:-.02em;font-weight:700;color:inherit;margin:0 0 12px}
.home-offerings p{font-size:14px;line-height:1.6;color:#58687d;margin:0}
.home-offerings article:nth-child(-n+4) p{color:#d3deea}
@media(max-width:1050px){.home-offerings{grid-template-columns:repeat(2,minmax(0,1fr))}.home-offerings article{min-height:262px}}
@media(max-width:600px){.offerings-label{font-size:21px;margin:42px 0 19px}.home-offerings{grid-template-columns:1fr;gap:9px}.home-offerings article{min-height:0;padding:24px}.offering-icon{width:48px;height:48px;margin-bottom:22px}.offering-icon svg{width:46px;height:46px}.home-offerings h4{font-size:20px}.home-offerings p{font-size:14px}}
.home-intro .home-offerings{margin-bottom:10px}
.home-approach-banner{position:relative;margin:0;overflow:hidden;height:180px;background:var(--blue)}
.home-approach-banner:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,15,32,.50) 0%,rgba(2,15,32,.12) 45%,transparent 75%);pointer-events:none}
.home-approach-banner img{width:100%;height:100%;object-fit:cover;object-position:center 43%}
.home-approach-banner figcaption{position:absolute;left:34px;bottom:25px;z-index:1}
.home-approach-banner .button{margin:0;min-height:50px;gap:25px;background:#fff;color:var(--blue);font-weight:700}
.home-approach-banner .button:hover{background:var(--slate)}
@media(max-width:600px){.home-approach-banner{height:230px}.home-approach-banner img{object-position:58% 55%}.home-approach-banner figcaption{left:18px;bottom:18px}}
.campaign-credit-distinction{background:var(--dark);color:#fff}
.campaign-credit-distinction h2,.campaign-credit-distinction h3{color:#fff}
.campaign-credit-heading,.campaign-credit-statement{display:grid;grid-template-columns:.85fr 1.15fr;gap:85px}
.campaign-credit-heading h2{max-width:500px}
.campaign-credit-distinction p{color:#d2dbe7;font-size:17px;line-height:1.75}
.campaign-credit-statement{border-top:1px solid rgba(255,255,255,.27);padding-top:48px;margin-top:42px}
.campaign-credit-statement h3{font-size:clamp(29px,3.3vw,45px);line-height:1.15;letter-spacing:-.035em;margin:0}
@media(max-width:800px){.campaign-credit-heading,.campaign-credit-statement{grid-template-columns:1fr;gap:17px}.campaign-credit-statement{padding-top:33px;margin-top:24px}}
@media(max-width:640px){.campaign-credit-distinction p{font-size:16px}.campaign-credit-statement h3{font-size:32px}}

/* Direct story access from the main navigation. */
.site-header nav{align-items:center}
.nav-case-group{position:relative;flex:none}
.nav-case-group button{list-style:none;cursor:pointer;opacity:.82;white-space:nowrap}
.nav-case-group button{border:0;background:none;color:inherit;font:inherit;padding:0;text-align:left}
.nav-case-group:hover button,.nav-case-group:focus-within button,.nav-case-group.is-open button{opacity:1}
.nav-case-group button:focus-visible,.nav-case-menu a:focus-visible{outline:2px solid #fff;outline-offset:4px}
.nav-case-menu{display:none;position:absolute;z-index:40;top:100%;left:-18px;min-width:235px;padding:13px 8px 8px;background:#061b37;box-shadow:0 18px 35px rgba(2,15,32,.27);border:1px solid rgba(255,255,255,.16)}
.nav-case-group:hover .nav-case-menu,.nav-case-group:focus-within .nav-case-menu,.nav-case-group.is-open .nav-case-menu{display:grid}
.site-header .nav-case-menu a{display:block;padding:8px 12px;font-size:13px;opacity:.86;line-height:1.35}
.site-header .nav-case-menu a:hover,.site-header .nav-case-menu a:focus-visible{opacity:1;background:rgba(255,255,255,.11)}
.site-header .nav-case-menu a:first-child{border-bottom:1px solid rgba(255,255,255,.18);padding-bottom:12px;margin-bottom:4px;font-weight:600}
@media(max-width:640px){.nav-case-group button{font-size:10px}.nav-case-menu{left:-10px;min-width:210px;padding-top:10px}.site-header .nav-case-menu a{font-size:13px;padding:10px 12px}}

/* The four specialisations lead into MFG's repeat-client approach. */
.home-approach-panel{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:55px;align-items:center;background:#e6edf4;border-left:5px solid var(--blue);padding:46px 52px;color:var(--blue)}
.home-approach-panel>div{max-width:760px}
.home-approach-panel h3{font-size:clamp(28px,3vw,40px);letter-spacing:-.035em;line-height:1.13;margin:0 0 17px;font-weight:600}
.home-approach-panel p{font-size:16px;line-height:1.65;color:#34475e;margin:0 0 12px}
.home-approach-panel p:last-child{margin-bottom:0}
.home-approach-panel .button{margin:0;background:var(--blue);color:#fff;white-space:nowrap}
.home-approach-panel .button:hover{background:var(--dark)}
@media(max-width:800px){.home-approach-panel{grid-template-columns:1fr;gap:22px;padding:34px 29px}.home-approach-panel .button{justify-self:start}}
@media(max-width:600px){.home-approach-panel{padding:28px 23px}.home-approach-panel h3{font-size:29px}.home-approach-panel p{font-size:15px}}

/* Sectors supported: a full-width equipment-led index. */
.industries-section{background:#f5f7fa}
.sectors-heading{display:grid;grid-template-columns:.85fr 1.15fr;gap:75px;align-items:end;margin-bottom:36px}
.industries-section .sectors-heading h2{font-size:clamp(42px,5vw,72px);line-height:1.03;letter-spacing:-.045em;margin:0;max-width:600px;color:var(--blue)}
.industries-section .sectors-heading p{font-size:18px;line-height:1.7;max-width:640px;color:#4d5f73;margin:0}
.sectors-photo{height:210px;overflow:hidden;background:var(--blue);margin-bottom:12px}
.sectors-photo img{width:100%;height:100%;object-fit:cover;object-position:center 53%}
.sectors-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}
.sector-card{min-height:220px;padding:23px 18px 21px;background:#fff;border:1px solid #dce5ed;display:flex;flex-direction:column;transition:background .2s,border-color .2s,transform .2s}
.sector-card:hover{background:#e8eff6;border-color:#9bb1c8;transform:translateY(-2px)}
.sector-number{font-size:13px;line-height:1;font-weight:600;color:#7791aa;margin-bottom:28px}
.sector-card h3{font-size:18px;line-height:1.23;letter-spacing:-.015em;color:var(--blue);font-weight:600;margin:0 0 12px}
.industries-section .sector-card p{font-size:13px;line-height:1.5;color:#596b7c;margin:auto 0 0}
@media(max-width:1100px){.sectors-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.sector-card{min-height:190px}.sectors-heading{gap:35px}}
@media(max-width:650px){.sectors-heading{grid-template-columns:1fr;gap:20px;margin-bottom:26px}.industries-section .sectors-heading h2{font-size:45px}.industries-section .sectors-heading p{font-size:16px}.sectors-photo{height:160px}.sectors-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.sector-card{min-height:190px;padding:18px 13px}.sector-number{margin-bottom:24px}.sector-card h3{font-size:16px}.industries-section .sector-card p{font-size:12px}}
@media(max-width:390px){.sectors-grid{grid-template-columns:1fr}.sector-card{min-height:0}.sector-number{margin-bottom:18px}}
@media(prefers-reduced-motion:reduce){.sector-card{transition:none}}

/* Quiet sector index: four columns with equipment icons as bullets. */
.industries-section{background:#f5f7fa}
.industries-section .sectors-heading{margin-bottom:58px}
.industries-section .sectors-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:31px 32px}
.industries-section .sector-item{display:flex;align-items:center;gap:16px;min-height:70px;color:var(--blue)}
.industries-section .sector-item svg{width:46px;height:46px;flex:none}
.industries-section .sector-item span{font-size:19px;font-weight:600;line-height:1.3;letter-spacing:-.015em}
@media(max-width:1000px){.industries-section .sectors-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:27px 25px}}
@media(max-width:700px){.industries-section .sectors-heading{margin-bottom:35px}.industries-section .sectors-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:25px 20px}.industries-section .sector-item{min-height:62px;gap:11px}.industries-section .sector-item svg{width:38px;height:38px}.industries-section .sector-item span{font-size:16px}}
@media(max-width:420px){.industries-section .sectors-grid{grid-template-columns:1fr;gap:16px}.industries-section .sector-item{min-height:48px}}

/* Sector explorer: the index moves left to make room for one detailed sector. */
.industries-section .sectors-heading{margin-bottom:42px}
.sector-explorer{display:grid;grid-template-columns:minmax(0,1fr);align-items:stretch;transition:grid-template-columns .38s ease;gap:0}
.sector-explorer.is-open{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:38px}
.industries-section .sector-explorer .sectors-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:0 22px;align-content:start;transition:grid-template-columns .38s ease}
.sector-explorer.is-open .sectors-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.industries-section .sector-item{min-height:0;display:block;border-bottom:1px solid #d6e0e9}
.industries-section .sector-item button{width:100%;min-height:92px;padding:18px 0;background:none;border:0;color:var(--blue);font:inherit;text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:12px}
.industries-section .sector-item button:hover .sector-name,.industries-section .sector-item button[aria-expanded="true"] .sector-name{color:#345d83}
.industries-section .sector-item button:focus-visible,.sector-close:focus-visible,.sector-contact:focus-visible{outline:2px solid var(--blue);outline-offset:3px}
.industries-section .sector-item .sector-name{font-size:18px;font-weight:600;line-height:1.3;letter-spacing:-.015em}
.sector-plus{position:relative;display:block;width:29px;height:29px;flex:none;border:1px solid #9eb0c1;border-radius:50%;transition:background .2s,border-color .2s,transform .2s}
.sector-plus::before,.sector-plus::after{content:"";position:absolute;top:13px;left:8px;width:11px;height:1.5px;background:currentColor}
.sector-plus::after{transform:rotate(90deg)}
.sector-item button[aria-expanded="true"] .sector-plus{background:var(--blue);color:#fff;border-color:var(--blue);transform:rotate(45deg)}
.sector-detail{position:relative;background:var(--blue);color:#fff;padding:42px 42px 46px;min-width:0;animation:sector-appear .35s ease both}
.sector-detail[hidden],.sector-panel[hidden]{display:none!important}
@keyframes sector-appear{from{opacity:0;transform:translateX(14px)}to{opacity:1;transform:translateX(0)}}
.sector-close{position:absolute;right:20px;top:13px;background:none;border:0;color:#fff;cursor:pointer;font:300 34px/1 Poppins,Arial,sans-serif;width:36px;height:36px}
.sector-panel-index{display:block;color:#a9bfd4;font-size:13px;font-weight:600;margin-bottom:16px}
.sector-panel h3{font-size:clamp(29px,3vw,42px);line-height:1.1;letter-spacing:-.035em;margin:0 0 25px;color:#fff}
.industries-section .sector-panel p{font-size:15px;line-height:1.68;color:#d5e0eb;margin:0 0 16px}
.sector-panel h4{font-size:17px;line-height:1.3;margin:27px 0 14px;color:#fff}
.sector-equipment{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px 18px;list-style:none;padding:0;margin:0 0 26px}
.sector-equipment li{position:relative;padding-left:15px;color:#e0e9f2;font-size:13px;line-height:1.5}
.sector-equipment li::before{content:"";position:absolute;top:.67em;left:0;width:5px;height:5px;border-radius:50%;background:#a6c3df}
.sector-contact{display:inline-block;color:#fff;font-size:14px;font-weight:600;border-bottom:1px solid #d2e2ef;padding-bottom:4px}
@media(max-width:1050px){.sector-explorer.is-open{gap:24px}.sector-detail{padding:36px 28px}.industries-section .sector-explorer .sectors-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.sector-explorer.is-open .sectors-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.industries-section .sector-item .sector-name{font-size:16px}}
@media(max-width:800px){.sector-explorer.is-open{grid-template-columns:1fr;gap:20px}.industries-section .sector-explorer .sectors-grid,.sector-explorer.is-open .sectors-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.industries-section .sector-item button{min-height:76px}.sector-detail{scroll-margin-top:155px}}
@media(max-width:480px){.industries-section .sector-explorer .sectors-grid,.sector-explorer.is-open .sectors-grid{grid-template-columns:1fr}.industries-section .sector-item button{min-height:63px;padding:13px 0}.sector-detail{padding:34px 22px}.sector-equipment{grid-template-columns:1fr}.sector-detail{scroll-margin-top:155px}}
@media(prefers-reduced-motion:reduce){.sector-explorer,.sector-plus{transition:none}.sector-detail{animation:none}}
.industries-section .sector-explorer.is-open .sectors-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
@media(max-width:800px){.industries-section .sector-explorer.is-open .sectors-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:480px){.industries-section .sector-explorer.is-open .sectors-grid{grid-template-columns:1fr}}

/* Compact client proof and reciprocal specialist relationships. */
.referrer-work{background:#f4f6f8}
.referrer-work-heading{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:end;margin-bottom:36px}
.referrer-work h2,.referrer-mutual h2{color:var(--blue);font-size:clamp(38px,4.3vw,62px);line-height:1.1;letter-spacing:-.035em;margin:0}
.referrer-work-heading p{font-size:18px;line-height:1.65;max-width:590px;margin:0;color:#536276}
.referrer-story-list{border-top:1px solid #cdd7e1}
.referrer-story{display:grid;grid-template-columns:165px minmax(0,1fr) 28px;align-items:center;gap:29px;padding:14px 14px 14px 0;border-bottom:1px solid #cdd7e1;transition:background .2s,padding-left .2s}
.referrer-story:hover{background:#e9eff5;padding-left:12px}
.referrer-story:focus-visible,.referrer-all-stories:focus-visible,.referrer-mutual a:focus-visible{outline:2px solid var(--blue);outline-offset:3px}
.referrer-story img{width:165px;height:104px;object-fit:cover}
.referrer-story div>span{display:block;color:#61758b;font-size:13px;font-weight:600;margin-bottom:2px}
.referrer-story h3{font-size:20px;line-height:1.25;color:var(--blue);letter-spacing:-.015em;margin:0 0 5px}
.referrer-story p{font-size:14px;line-height:1.5;color:#52647a;margin:0}
.referrer-story-arrow{font-size:22px;color:var(--blue);align-self:center}
.referrer-all-stories{display:inline-block;margin-top:26px;color:var(--blue);border-bottom:1px solid var(--blue);font-size:14px;font-weight:600;padding-bottom:4px}
.referrer-mutual{background:#fff}
.referrer-mutual-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px}
.referrer-mutual p{font-size:18px;line-height:1.7;color:#536276;margin:0 0 21px}
.referrer-mutual a{display:inline-block;margin-top:7px;color:var(--blue);border-bottom:1px solid var(--blue);font-size:14px;font-weight:600;padding-bottom:4px}
@media(max-width:850px){.referrer-work-heading,.referrer-mutual-grid{grid-template-columns:1fr;gap:20px}}
@media(max-width:620px){.referrer-work-heading p,.referrer-mutual p{font-size:16px}.referrer-story{grid-template-columns:95px minmax(0,1fr);gap:14px;padding:13px 0}.referrer-story:hover{padding-left:0}.referrer-story img{width:95px;height:92px}.referrer-story div>span{font-size:12px}.referrer-story h3{font-size:16px}.referrer-story p{font-size:12px}.referrer-story-arrow{display:none}}
@media(prefers-reduced-motion:reduce){.referrer-story{transition:none}}

/* A direct conversation, on every page. */
.enquiry-mini{background:var(--slate);color:var(--blue);padding:82px 0 88px}
.enquiry-mini-grid{display:grid;grid-template-columns:.86fr 1.14fr;gap:clamp(40px,6vw,105px);align-items:start}
.enquiry-mini-copy h2{font-size:clamp(32px,3.2vw,48px);line-height:1.12;letter-spacing:-.035em;font-weight:600;margin:0 0 20px;color:var(--blue)}
.enquiry-mini-copy p{color:#34465a;font-size:16px;line-height:1.7;margin:0 0 22px;max-width:510px}
.enquiry-mini-copy a{font-size:14px;font-weight:600;color:var(--blue);border-bottom:1px solid rgba(5,31,66,.4);padding-bottom:5px}
.mfg-enquiry-form label{display:block;font-size:13px;font-weight:600;line-height:1.45;margin-bottom:18px}
.mfg-enquiry-form label span{color:#c45a44}
.mfg-enquiry-form input,.mfg-enquiry-form textarea,.mfg-enquiry-form select{display:block;appearance:none;border:1px solid #c4d1dd;border-radius:0;background:#fff;width:100%;min-height:49px;margin-top:9px;padding:12px 14px;font:400 15px/1.5 Poppins,Arial,sans-serif;color:#051f42}
.mfg-enquiry-form textarea{resize:vertical;min-height:92px}
.mfg-enquiry-form input:focus-visible,.mfg-enquiry-form textarea:focus-visible,.mfg-enquiry-form select:focus-visible,.mfg-enquiry-form button:focus-visible{outline:3px solid #9cc2e4;outline-offset:2px}
.mfg-enquiry-form input::placeholder,.mfg-enquiry-form textarea::placeholder{color:#687a8b}
.enquiry-mini-fields,.enquiry-field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 18px}
.enquiry-actions{display:flex;align-items:center;gap:22px}
.enquiry-actions button{display:flex;justify-content:space-between;align-items:center;gap:24px;min-height:50px;flex:none;border:0;background:#fff;color:#051f42;padding:12px 17px;font:600 14px/1.4 Poppins,Arial,sans-serif;cursor:pointer}
.enquiry-actions button:hover{background:#dbe8f3}
.enquiry-actions p{margin:0;color:#c6d7e6;font-size:12px;line-height:1.55;max-width:310px}
.enquiry-status{font-size:13px;line-height:1.6;margin:17px 0 0;color:#fff;border-left:2px solid #adcce7;padding-left:13px}
.enquiry-hero{background:#f3f6f9;padding:160px 0 94px}
.enquiry-hero-grid{display:grid;grid-template-columns:minmax(0,.83fr) minmax(0,1.17fr);gap:clamp(38px,6vw,105px);align-items:start}
.enquiry-hero-copy h1{font-size:clamp(44px,4.7vw,70px);line-height:1.08;letter-spacing:-.045em;color:#051f42;margin:0 0 26px;max-width:650px}
.enquiry-hero-copy>p{font-size:17px;line-height:1.72;color:#465c72;max-width:570px;margin:0 0 39px}
.enquiry-hero-portrait{position:relative;max-width:560px;background:#dce4ec}
.enquiry-hero-portrait img{width:100%;aspect-ratio:4/3;object-fit:cover}
.enquiry-hero-portrait span{display:block;padding:9px 0;color:#52647a;font-size:12px}
.enquiry-main-form{background:#fff;border:1px solid #d5e1e9;padding:clamp(25px,3vw,46px);box-shadow:0 18px 50px rgba(5,31,66,.06)}
.enquiry-main-form h2{font-size:clamp(28px,2.8vw,39px);letter-spacing:-.03em;line-height:1.18;color:#051f42;margin:0 0 10px}
.enquiry-form-intro{font-size:14px;line-height:1.6;color:#586e80;margin:0 0 31px}
.enquiry-main-form label{color:#253e57}
.enquiry-main-form select{padding-right:28px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'%3E%3Cpath d='m1 1 6 6 6-6' stroke='%23051f42' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center}
.enquiry-main-form .enquiry-actions{margin-top:26px}
.enquiry-main-form .enquiry-actions button{background:#051f42;color:#fff}
.enquiry-main-form .enquiry-actions button:hover{background:#214b72}
.enquiry-main-form .enquiry-actions p{color:#64768a}
.enquiry-main-form .enquiry-status{color:#183d61}
.enquiry-direct{font-size:13px;color:#66798b;margin:24px 0 0}
.enquiry-direct a{color:#051f42;text-decoration:underline;text-underline-offset:3px}
.enquiry-proof{padding:100px 0 110px;background:#fff}
.enquiry-proof-head{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:end;margin-bottom:40px}
.enquiry-proof h2,.enquiry-closer h2{font-size:clamp(37px,4vw,57px);line-height:1.1;letter-spacing:-.038em;color:#051f42;margin:0}
.enquiry-proof-head p{max-width:580px;font-size:17px;color:#566b7c;line-height:1.7;margin:0}
.enquiry-proof-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px}
.enquiry-proof-grid a{display:flex;flex-direction:column;border-top:1px solid #cad8e3;padding-top:14px}
.enquiry-proof-grid a:hover strong,.enquiry-proof-grid a:hover small{color:#376995}
.enquiry-proof-grid img{width:100%;aspect-ratio:1.45;object-fit:cover;margin-bottom:19px}
.enquiry-proof-grid span{font-size:12px;color:#60768c;margin-bottom:7px}
.enquiry-proof-grid strong{font-size:20px;line-height:1.3;color:#051f42;letter-spacing:-.02em}
.enquiry-proof-grid small{font-size:13px;font-weight:600;color:#051f42;margin-top:auto;padding-top:21px}
.enquiry-closer{background:#e4ebf2}
.enquiry-closer-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(40px,6vw,95px);align-items:center}
.enquiry-closer-grid img{height:480px;width:100%;object-fit:cover}
.enquiry-closer-grid>div{padding:70px 0}
.enquiry-closer p{font-size:16px;color:#465b70;line-height:1.75;margin:25px 0 27px}
.enquiry-closer a{font-size:14px;font-weight:600;color:#051f42;border-bottom:1px solid #051f42;padding-bottom:4px}
@media(max-width:900px){.enquiry-hero-grid,.enquiry-mini-grid{grid-template-columns:1fr;gap:38px}.enquiry-hero{padding-top:135px}.enquiry-hero-portrait{max-width:480px}.enquiry-closer-grid{gap:35px}.enquiry-closer-grid img{height:410px}}
@media(max-width:650px){.enquiry-mini{padding:65px 0}.enquiry-mini-fields,.enquiry-field-grid,.enquiry-proof-head,.enquiry-proof-grid,.enquiry-closer-grid{grid-template-columns:1fr}.enquiry-hero{padding:126px 0 65px}.enquiry-hero-copy h1{font-size:43px}.enquiry-hero-copy>p{font-size:16px}.enquiry-main-form{padding:26px 20px}.enquiry-actions{align-items:flex-start;flex-direction:column;gap:12px}.enquiry-proof{padding:75px 0}.enquiry-proof-head{gap:16px}.enquiry-proof-grid{gap:35px}.enquiry-proof-grid img{aspect-ratio:1.7}.enquiry-closer-grid img{height:300px}.enquiry-closer-grid>div{padding:0 0 65px}}

/* A light edge gives each sector its own place in the index. */
.industries-section .sector-explorer .sectors-grid{gap:12px}
.industries-section .sector-item{background:#fff;border:1px solid #dce5ef;border-radius:3px;transition:border-color .2s,box-shadow .2s}
.industries-section .sector-item:hover,.industries-section .sector-item:has(button[aria-expanded="true"]){border-color:#aac1d6;box-shadow:0 5px 20px rgba(5,31,66,.045)}
.industries-section .sector-item button{min-height:100px;padding:19px 17px}
@media(max-width:800px){.industries-section .sector-item button{min-height:82px;padding:15px}}
@media(max-width:480px){.industries-section .sector-item button{min-height:69px}}

/* Working, side-by-side calculators with the same inputs as MFG's existing tools. */
.calculator-intro{background:#071d39;color:#fff;padding:165px 0 82px}
.calculator-intro h1{font-size:clamp(46px,5.8vw,80px);line-height:1.08;letter-spacing:-.045em;max-width:930px;margin:0 0 26px}
.calculator-intro p{font-size:18px;line-height:1.7;color:#d7e2ec;max-width:780px;margin:0}
.calculator-jump{display:flex;flex-wrap:wrap;gap:15px;margin-top:36px}
.calculator-jump a{border:1px solid #aec4d9;color:#fff;padding:11px 16px;font-size:14px;font-weight:600}
.calculator-jump a:hover{background:#fff;color:#071d39}
.calculator-section{padding:96px 0 105px;scroll-margin-top:90px;background:#fff}
.calculator-section-alt{background:#f0f4f8}
.calculator-heading{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:end;margin-bottom:38px}
.calculator-heading h2{font-size:clamp(38px,4vw,58px);line-height:1.1;letter-spacing:-.035em;color:var(--blue);margin:0}
.calculator-heading p{font-size:17px;line-height:1.7;color:#54677d;margin:0;max-width:550px}
.calculator-layout{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:stretch}
.finance-calc,.calculator-results{padding:clamp(27px,3vw,45px);min-width:0}
.finance-calc{background:#f4f7fa;border:1px solid #d7e1ea}
.calculator-section-alt .finance-calc{background:#fff}
.calculator-form-heading h3{font-size:27px;color:var(--blue);line-height:1.2;margin:0 0 7px}
.calculator-form-heading p{font-size:14px;color:#63778a;margin:0 0 30px}
.finance-calc label{display:block;font-size:14px;font-weight:600;color:#143554;margin-bottom:21px}
.finance-calc label span,.finance-calc legend span{font-weight:400;color:#60758a}
.finance-calc label input{display:block;width:100%;border:1px solid #bdcbd8;border-radius:0;background:#fff;color:var(--blue);font:500 20px Poppins,Arial,sans-serif;padding:11px 14px;margin-top:8px;min-height:54px}
.finance-calc fieldset{border:0;padding:0;margin:25px 0 30px;min-width:0}
.finance-calc legend{font-size:14px;font-weight:600;color:#143554;display:flex;justify-content:space-between;width:100%;margin-bottom:16px}
.finance-calc input[type="range"]{width:100%;accent-color:#173d63;margin:0 0 13px;cursor:pointer}
.calculator-choices{display:flex;gap:7px;flex-wrap:wrap}
.calculator-choices button{border:1px solid #c5d2de;background:#fff;color:#183e60;padding:7px 12px;min-width:49px;font:500 13px Poppins,Arial,sans-serif;cursor:pointer}
.calculator-choices button[aria-pressed="true"]{background:#173d63;color:#fff;border-color:#173d63}
.calculator-choices-seven button{min-width:41px}
.calculator-choices-timing button{flex:1}
.calculator-results{background:var(--blue);color:#fff;display:flex;flex-direction:column}
.calculator-result-main{border-bottom:1px solid rgba(255,255,255,.23);padding-bottom:32px}
.calculator-result-main>span,.calculator-result-totals span{display:block;color:#c9d8e6;font-size:14px}
.calculator-result-main strong{display:block;font-size:clamp(38px,4.2vw,62px);letter-spacing:-.045em;line-height:1.15;font-weight:600;margin:14px 0 4px}
.calculator-result-main small{font-size:12px;color:#b6cadb}
.calculator-result-totals{padding:24px 0;display:grid;gap:17px}
.calculator-result-totals>div{display:flex;justify-content:space-between;gap:15px;border-bottom:1px solid rgba(255,255,255,.13);padding-bottom:13px}
.calculator-result-totals strong{font-size:17px;white-space:nowrap}
.calculator-composition{margin:6px 0 29px}
.calculator-composition-bar{height:11px;width:100%;display:flex;background:#56738d}
.calculator-composition-bar span:first-child{background:#c5d6e5}.calculator-composition-bar span:last-child{background:#5f94bd}
.calculator-legend{display:flex;justify-content:space-between;font-size:11px;color:#c4d8e7;margin-top:9px}
.calculator-disclosure{font-size:12px;line-height:1.65;color:#b8cbdd;margin:auto 0 24px}
.calculator-results>a{align-self:start;color:#fff;font-size:14px;font-weight:600;border-bottom:1px solid #b5cadc;padding-bottom:4px}
.calculator-next{background:#e5edf4;padding:90px 0}
.calculator-next .wrap{max-width:900px}
.calculator-next h2{font-size:clamp(33px,3.8vw,50px);letter-spacing:-.035em;line-height:1.12;color:var(--blue);margin:0 0 20px}
.calculator-next p{font-size:17px;color:#51667a;line-height:1.75;margin:0 0 25px}
.calculator-next a{font-size:14px;font-weight:600;color:var(--blue);border-bottom:1px solid var(--blue);padding-bottom:4px}
@media(max-width:800px){.calculator-heading,.calculator-layout{grid-template-columns:1fr}.calculator-section{padding:75px 0}.calculator-result-main strong{font-size:52px}}
@media(max-width:520px){.calculator-intro{padding:135px 0 70px}.calculator-intro h1{font-size:44px}.calculator-intro p,.calculator-heading p{font-size:16px}.calculator-jump{gap:9px}.calculator-jump a{font-size:12px}.finance-calc,.calculator-results{padding:27px 21px}.calculator-result-main strong{font-size:43px}.calculator-result-totals span{font-size:12px}.calculator-result-totals strong{font-size:15px}.calculator-choices-seven{gap:4px}.calculator-choices-seven button{min-width:35px;padding:7px 8px}.calculator-next{padding:65px 0}}

/* Footer standard adapted from the MFG earthmoving landing page. */
.site-footer{display:block;background:#010914;color:#fff;padding:0}
.site-footer .footer-main{display:grid;grid-template-columns:1.05fr .78fr .72fr;gap:90px;padding-top:78px;padding-bottom:78px}
.site-footer .footer-lead,.site-footer .footer-offices,.site-footer .footer-company{display:block}
.site-footer .footer-label{font-size:14px;font-weight:500;color:#fff;margin:0 0 26px}
.site-footer .footer-quote{font-size:clamp(29px,2.5vw,40px);line-height:1.18;letter-spacing:-.035em;max-width:490px;margin:0;font-weight:500}
.site-footer .footer-nav>div{display:grid;grid-template-columns:1fr 1fr;gap:12px 35px}
.site-footer .footer-nav a{font-size:15px;color:rgba(255,255,255,.78)}
.site-footer .footer-nav a:hover,.site-footer .footer-links a:hover{color:#fff}
.site-footer .footer-offices address{display:grid;grid-template-columns:48px 1fr;gap:18px;font-style:normal;margin:0 0 24px}
.site-footer .footer-offices strong{font-size:13px}
.site-footer .footer-offices span{font-size:14px;line-height:1.7;color:rgba(255,255,255,.7)}
.site-footer .footer-lower{border-top:1px solid rgba(255,255,255,.14);display:grid;grid-template-columns:330px 1fr auto;gap:54px;align-items:center;padding-top:30px;padding-bottom:30px}
.site-footer .footer-logos{display:flex;align-items:center}
.site-footer .footer-logos img{width:190px}
.site-footer .footer-company p{font-size:11px;line-height:1.55;color:rgba(255,255,255,.55);margin:2px 0}
.site-footer .footer-links{display:flex;align-items:center;gap:22px;white-space:nowrap}
.site-footer .footer-links a{font-size:11px;color:rgba(255,255,255,.76)}
@media(max-width:1100px){.site-footer .footer-main{gap:45px}.site-footer .footer-lower{grid-template-columns:200px 1fr;gap:25px}.site-footer .footer-links{grid-column:1/-1}}
@media(max-width:850px){.site-footer .footer-main{grid-template-columns:1fr 1fr}.site-footer .footer-lead{grid-column:1/-1}.site-footer .footer-quote{max-width:750px}}
@media(max-width:640px){.site-footer .footer-main{grid-template-columns:1fr;gap:42px;padding-top:58px;padding-bottom:58px}.site-footer .footer-lead{grid-column:auto}.site-footer .footer-quote{font-size:32px}.site-footer .footer-nav>div{gap:12px 22px}.site-footer .footer-lower{grid-template-columns:1fr;gap:24px;padding-top:28px;padding-bottom:34px}.site-footer .footer-company{text-align:left}.site-footer .footer-links{grid-column:auto;display:grid;grid-template-columns:1fr 1fr;gap:10px 20px}.site-footer .footer-logos img{width:160px}}

/* Real credentials where visitors decide whether to get in touch. */
.mfg-proof{padding:60px 0 66px;background:#fff;color:var(--blue)}
.mfg-proof-intro{display:flex;justify-content:space-between;gap:40px;align-items:end;margin-bottom:25px}
.mfg-proof h2{font-size:25px;line-height:1.3;margin:0;font-weight:600}
.mfg-proof-intro p{font-size:14px;line-height:1.6;color:#5f7183;max-width:420px;margin:0}
.mfg-proof-points{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px 28px;margin:0 0 34px;padding:0;list-style:none}
.mfg-proof-points li{position:relative;padding-left:22px;font-size:16px;line-height:1.45;color:#182e46}
.mfg-proof-points li::before{content:'✓';position:absolute;left:0;font-weight:600}
.mfg-proof-media{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.mfg-proof-media article{min-height:174px;border:1px solid #d9e2eb;min-width:0}
.mfg-proof-award{display:flex;align-items:center;gap:12px;padding:18px}
.mfg-proof-award>img{width:34%;height:105px;object-fit:contain}
.mfg-proof-award span{font-size:12px;font-weight:600;line-height:1.4;color:#34485f}
.mfg-proof-award strong{color:var(--blue)}
.mfg-proof-feature{display:grid;grid-template-columns:42% 58%;align-items:stretch}
.mfg-proof-feature .mfg-proof-logo{width:100%;height:100%;max-height:174px;object-fit:contain;padding:15px}
.mfg-proof-feature>div{position:relative;min-width:0;background:var(--blue)}
.mfg-proof-feature>div>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.mfg-proof-feature>div::after{content:'';position:absolute;inset:38% 0 0;background:linear-gradient(transparent,rgba(2,15,32,.84))}
.mfg-proof-feature span{position:absolute;z-index:1;left:12px;right:8px;bottom:12px;color:#fff;font-size:12px;line-height:1.35}
@media(max-width:1080px){.mfg-proof-points{grid-template-columns:repeat(2,1fr)}.mfg-proof-media{grid-template-columns:repeat(2,1fr)}.mfg-proof-media article{min-height:200px}.mfg-proof-feature .mfg-proof-logo{max-height:200px}}
@media(max-width:650px){.mfg-proof{padding:52px 0 58px}.mfg-proof-intro{display:block}.mfg-proof-intro p{margin-top:12px}.mfg-proof-points{gap:14px 22px;margin-bottom:35px}.mfg-proof-points li{font-size:13px}.mfg-proof-media{gap:8px}.mfg-proof-media article{min-height:140px}.mfg-proof-award{padding:9px;gap:5px;flex-direction:column;align-items:start}.mfg-proof-award>img{height:62px;width:85px}.mfg-proof-award span{font-size:10px}.mfg-proof-feature{grid-template-columns:1fr}.mfg-proof-feature .mfg-proof-logo{height:48px;max-height:none;padding:8px}.mfg-proof-feature>div{height:91px}.mfg-proof-feature span{font-size:9px;left:7px;bottom:7px}}

.legal-intro{background:var(--blue);color:#fff;padding:165px 0 75px}
.legal-intro h1{font-size:clamp(45px,5vw,65px);letter-spacing:-.04em;line-height:1.1;margin:0 0 15px}
.legal-intro p{font-size:18px;color:#d5e2ed;margin:0}
.legal-content{padding:75px 0 100px}
.legal-content .wrap{max-width:830px}
.legal-content h2{font-size:25px;color:var(--blue);margin:36px 0 10px}
.legal-content p{font-size:16px;color:#4e6074;line-height:1.75}
.legal-content a{color:var(--blue);text-decoration:underline;text-underline-offset:3px}

/* Enquiry page: six clients and two working conversations alongside the proof. */
.enquiry-hero + .mfg-proof{padding-top:65px;padding-bottom:76px}
.enquiry-proof{padding-top:86px}
.enquiry-proof-head h2{max-width:740px}
.enquiry-field-moments{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin:0 0 62px}
.enquiry-field-moments figure{margin:0;min-width:0}
.enquiry-field-moments img{width:100%;height:280px;object-fit:cover;object-position:center 42%}
.enquiry-field-moments figure:last-child img{object-position:center 36%}
.enquiry-field-moments figcaption{color:#617388;font-size:12px;line-height:1.5;margin-top:9px}
.enquiry-proof-grid{gap:32px 17px}
.enquiry-proof-grid img{aspect-ratio:1.65}
.enquiry-proof-grid strong{font-size:18px}
@media(max-width:850px){.enquiry-field-moments img{height:230px}}
@media(max-width:650px){.enquiry-hero + .mfg-proof{padding-top:55px;padding-bottom:60px}.enquiry-field-moments{grid-template-columns:1fr;gap:24px;margin-bottom:42px}.enquiry-field-moments img{height:230px}.enquiry-proof-grid{gap:32px}.enquiry-proof-grid img{aspect-ratio:1.7}}

/* Keep the homepage credentials connected to the equipment finance introduction. */
.home-page .home-intro.section{padding-bottom:22px}
.home-page .home-intro + .mfg-proof{padding-top:0;padding-bottom:72px}
.home-page .home-intro + .mfg-proof .mfg-proof-intro{padding-top:21px}
.home-page .home-intro + .mfg-proof .mfg-proof-intro p{max-width:none;white-space:nowrap;font-size:13px}
@media(max-width:1100px){.home-page .home-intro + .mfg-proof .mfg-proof-intro p{white-space:normal;max-width:520px}}
@media(max-width:650px){.home-page .home-intro.section{padding-bottom:26px}.home-page .home-intro + .mfg-proof{padding-top:0;padding-bottom:60px}.home-page .home-intro + .mfg-proof .mfg-proof-intro p{font-size:14px}}

/* Shared footer accreditation marks. Colour is applied to transparent logo art only. */
.site-footer .footer-main{column-gap:90px;row-gap:40px;padding-bottom:42px}
.site-footer .footer-accreditations{grid-column:2/4;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;align-items:start}
.site-footer .footer-accreditations>div{display:flex;flex-direction:column;align-items:center;min-width:0;text-align:center}
.site-footer .footer-accreditations img{display:block;width:100%;max-width:155px;height:62px;object-fit:contain;filter:brightness(0) invert(1)}
.site-footer .footer-accreditations small{display:block;margin-top:8px;font-size:11px;line-height:1.4;color:rgba(255,255,255,.82)}
@media(max-width:1100px){.site-footer .footer-main{column-gap:45px}}
@media(max-width:850px){.site-footer .footer-accreditations{grid-column:1/-1;max-width:680px}}
@media(max-width:640px){.site-footer .footer-main{row-gap:42px}.site-footer .footer-accreditations{grid-column:1;gap:12px}.site-footer .footer-accreditations img{height:49px}.site-footer .footer-accreditations small{font-size:9px;margin-top:7px}}

.case-study-link:hover,.case-study-link:focus-visible{background:#183b63;color:#fff;text-decoration:none}

/* MFG articles use the same typography as the rest of the site. */
.journal-hero{background:#f6f7f8;color:#0a2344;padding:150px 0 60px}
.journal-issue,.journal-volume{display:flex;justify-content:space-between;gap:20px;font-size:12px;font-weight:600;letter-spacing:.04em;color:#52657b}
.journal-issue{border-top:4px solid #0a2344;border-bottom:1px solid #0a2344;padding:14px 0}
.journal-masthead{display:grid;grid-template-columns:1fr 1fr;align-items:end;gap:50px;padding:46px 0 35px}
.journal-masthead h1{font-size:clamp(70px,8vw,126px);font-weight:700;line-height:1;letter-spacing:-.055em;margin:0}
.journal-masthead p{font-size:19px;line-height:1.55;max-width:520px;margin:0 0 7px}
.journal-rule{height:3px;background:#0a2344;position:relative}
.journal-rule:after{content:"";position:absolute;top:7px;left:0;right:0;height:1px;background:#0a2344}
.journal-volume{margin:27px 0 0;display:block}
.journal-content{background:#fff;padding:65px 0 105px;color:#0a2344}
.journal-feature{display:grid;grid-template-columns:1.15fr .85fr;gap:55px;padding-bottom:75px;border-bottom:1px solid #c5d1dc;align-items:center}
.journal-feature>a{display:block;overflow:hidden}
.journal-feature img{width:100%;height:410px;object-fit:cover;object-position:center 58%;display:block}
.journal-category{font-size:12px;font-weight:700;letter-spacing:.03em;color:#52677d;margin:0 0 16px}
.journal-date{display:block;font-size:12px;font-weight:500;color:#64788b;margin:-8px 0 16px}
.journal-feature h2,.journal-card h3,.journal-section-head h2,.journal-related h2{letter-spacing:-.035em;color:#0a2344}
.journal-feature h2{font-size:clamp(38px,4vw,60px);line-height:1.12;font-weight:700;margin:0 0 25px}
.journal-feature h2 a:hover,.journal-card h3 a:hover{color:#315578}
.journal-feature p:not(.journal-category){color:#52647a;line-height:1.7;font-size:17px;max-width:560px}
.journal-read{font-size:13px;font-weight:700;color:#0a2344;display:inline-block;border-bottom:2px solid #0a2344;padding-bottom:5px;margin-top:10px}
.journal-read:hover{color:#315578;border-color:#315578}
.journal-section-head{display:flex;justify-content:space-between;gap:30px;align-items:baseline;margin:48px 0 25px;border-bottom:3px double #0a2344;padding-bottom:15px}
.journal-section-head h2{font-size:35px;font-weight:700;margin:0}
.journal-section-head p{font-size:12px;color:#5a6b7e;margin:0}
.journal-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:38px 30px}
.journal-card{border-bottom:1px solid #c5d1dc;padding-bottom:28px;display:flex;flex-direction:column;min-width:0}
.journal-card-image{display:block;margin-bottom:18px;overflow:hidden}
.journal-card-image img{display:block;width:100%;height:190px;object-fit:cover;transition:transform .35s ease}
.journal-card-image:hover img{transform:scale(1.025)}
.journal-card-copy{display:flex;flex-direction:column;align-items:flex-start;flex:1}
.journal-card h3{font-size:clamp(23px,2vw,29px);font-weight:700;line-height:1.24;margin:0 0 13px}
.journal-card-copy>p:not(.journal-category){font-size:14px;line-height:1.65;color:#56687c;margin:0 0 18px}
.journal-card .journal-read{margin-top:auto}
.journal-story-head{background:#f6f7f8;color:#0a2344;padding:145px 0 68px}
.journal-back{font-size:13px;font-weight:600;margin:0 0 65px}
.journal-back a{border-bottom:1px solid #9aaabb;padding-bottom:5px}
.journal-story-heading{max-width:1050px}
.journal-story-heading h1{font-size:clamp(46px,5.5vw,84px);font-weight:700;line-height:1.1;letter-spacing:-.05em;margin:0 0 30px}
.journal-story-deck{font-size:clamp(19px,2vw,25px);line-height:1.45;color:#4e6276;max-width:850px;margin:0 0 27px}
.journal-byline{font-size:12px;font-weight:600;color:#586c80;margin:0}.journal-byline span{padding:0 8px}
.journal-story-image{margin-top:-1px}.journal-story-image img{display:block;width:100%;height:clamp(320px,40vw,600px);object-fit:cover;object-position:center 55%}
.journal-story-layout{display:grid;grid-template-columns:210px minmax(0,760px);gap:80px;justify-content:center;padding-top:80px;padding-bottom:95px;color:#0a2344}
.journal-story-layout aside{border-top:3px solid #0a2344;padding-top:16px;font-size:13px;line-height:1.65;color:#596b7c;align-self:start}
.journal-story-layout aside span{font-size:12px;font-weight:700;color:#0a2344}
.journal-story-layout aside a{font-weight:600;color:#0a2344;text-decoration:underline;text-underline-offset:5px}
.journal-story-body{font-size:17px;line-height:1.8;color:#283e56}
.journal-story-body .journal-opening{font-size:clamp(21px,2.3vw,27px);line-height:1.5;font-weight:500;color:#0a2344;margin:0 0 36px}
.journal-story-body h2{font-size:32px;font-weight:700;line-height:1.2;color:#0a2344;letter-spacing:-.035em;margin:45px 0 14px}
.balloon-comparison{background:#f2f6fa;border-left:4px solid #0a2344;padding:24px 26px;margin:30px 0 38px}
.balloon-comparison h3{font-size:21px;line-height:1.3;color:#0a2344;margin:0 0 8px}
.balloon-comparison>p{font-size:13px;line-height:1.6;color:#52677d;margin:0 0 18px}
.balloon-table-wrap{overflow-x:auto}
.balloon-comparison table{border-collapse:collapse;width:100%;min-width:440px;font-size:14px;line-height:1.5;color:#0a2344}
.balloon-comparison th,.balloon-comparison td{padding:12px 10px;border-bottom:1px solid #c7d4e0;text-align:left;white-space:nowrap}
.balloon-comparison thead th{font-size:12px;font-weight:700;color:#52677d}
.balloon-comparison tbody th{font-weight:700}
.balloon-comparison .balloon-comparison-note{font-size:13px;margin:16px 0 0}
.journal-story-body p{margin:0 0 19px}.journal-story-body section{border-top:1px solid #d1dae2}
.journal-case-link{background:#f2f6fa;border-left:4px solid #0a2344;padding:24px 28px;margin:48px 0 0;font-size:15px;line-height:1.55}
.journal-case-link strong{display:block;font-size:17px;color:#0a2344;margin-bottom:9px}
.journal-case-link p{margin:0 0 12px}
.journal-case-link a{font-weight:700;border-bottom:2px solid #0a2344;color:#0a2344}
.story-reading{background:#fff;padding:48px 0 58px;color:#0a2344}
.story-reading h2{font-size:clamp(24px,2.6vw,32px);line-height:1.25;margin:0 0 22px}
.story-reading-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.story-reading-links a{border-top:2px solid #0a2344;padding:18px 12px 14px 0;display:flex;flex-direction:column;gap:9px}
.story-reading-links span{font-size:12px;color:#52677d}
.story-reading-links strong{font-size:18px;line-height:1.35;color:#0a2344}
.story-reading-links small{font-size:13px;font-weight:700;color:#0a2344}
@media(max-width:640px){.story-reading-links{grid-template-columns:1fr;gap:0}.story-reading{padding:40px 0}}
.journal-note{border-left:4px solid #0a2344;background:#f6f7f8;padding:23px 27px;margin-top:48px;font-size:13px;line-height:1.6}
.journal-note strong{display:block;margin-bottom:7px;color:#0a2344}.journal-note p{margin:0}
.journal-related{background:#f6f7f8;padding:72px 0 90px}.journal-related h2{font-size:42px;font-weight:700;margin:0 0 36px}
.journal-related>div>div{display:grid;grid-template-columns:1fr 1fr;gap:32px}
@media(max-width:900px){.journal-feature{grid-template-columns:1fr;gap:30px}.journal-feature img{height:350px}.journal-grid{grid-template-columns:repeat(2,1fr)}.journal-story-layout{grid-template-columns:1fr;gap:32px}.journal-story-layout aside{display:none}}
@media(max-width:640px){.journal-hero{padding:150px 0 45px}.journal-issue{font-size:9px}.journal-masthead{display:block;padding:35px 0 26px}.journal-masthead h1{font-size:82px}.journal-masthead p{font-size:16px;margin-top:22px}.journal-volume{font-size:10px}.journal-content{padding:38px 0 70px}.journal-feature{padding-bottom:45px}.journal-feature img{height:280px}.journal-feature h2{font-size:43px}.journal-section-head{display:block}.journal-section-head p{margin-top:7px}.journal-grid{grid-template-columns:1fr;gap:30px}.journal-card-image img{height:215px}.journal-story-head{padding:140px 0 55px}.journal-back{margin-bottom:45px}.journal-story-heading h1{font-size:50px}.journal-story-image img{height:300px}.journal-story-layout{padding-top:40px;padding-bottom:60px}.journal-story-body{font-size:16px}.journal-story-body h2{font-size:30px}.journal-related{padding:55px 0}.journal-related>div>div{grid-template-columns:1fr}}
/* A compact route into the editorial section from home. */
.home-journal{background:#f6f7f8;color:#0a2344}
.home-journal-heading{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:34px}
.home-journal-heading p{font-size:12px;font-weight:600;color:#53687e;margin:0 0 12px}
.home-journal-heading h2{max-width:730px;font-size:clamp(39px,3.8vw,56px);font-weight:700;line-height:1.15;letter-spacing:-.04em;margin:0}
.home-journal-heading>a{font-size:14px;font-weight:700;border-bottom:2px solid #0a2344;padding-bottom:7px;white-space:nowrap}
.home-journal-links{display:grid;grid-template-columns:repeat(3,1fr);border-top:3px solid #0a2344;gap:32px}
.home-journal-links a{display:flex;flex-direction:column;min-height:165px;border-bottom:1px solid #afbdcb;padding:20px 28px 20px 0;position:relative}
.home-journal-links span{font-size:11px;font-weight:600;color:#56697f;margin-bottom:16px}
.home-journal-links strong{font-size:24px;font-weight:700;line-height:1.3;letter-spacing:-.025em}
.home-journal-links i{position:absolute;right:4px;top:20px;font-size:22px;font-style:normal}
@media(max-width:760px){.home-journal-heading{display:block}.home-journal-heading>a{display:inline-block;margin-top:25px}.home-journal-links{grid-template-columns:1fr;gap:0}.home-journal-links a{min-height:0;padding:20px 35px 25px 0}}

.enquiry-hero-copy>p{margin-bottom:0}

/* Shareable working briefs use the site's type and colour system. */
.brief-hero{padding:150px 0 65px;background:#f2f6fa;color:#051F42}
.brief-hero .wrap{max-width:1200px}
.brief-hero>div>p:first-of-type{font-size:13px;font-weight:700;color:#52677d;margin:0 0 20px}
.brief-hero h1{max-width:1000px;font-size:clamp(44px,5vw,78px);font-weight:700;line-height:1.1;letter-spacing:-.045em;margin:0 0 22px}
.brief-hero h1+p{max-width:820px;font-size:19px;line-height:1.6;color:#425770;margin:0}
.brief-back{display:inline-block;font-size:14px;font-weight:700;margin:0 0 35px;border-bottom:1px solid #051F42}
.brief-section{padding:55px 0 100px;background:#fff;color:#051F42}
.brief-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.brief-card{border:1px solid #d2ddea;padding:28px 30px;display:flex;flex-direction:column;min-height:255px}
.brief-card:hover{border-color:#051F42;background:#f7fafc}
.brief-card>span{font-size:12px;font-weight:700;color:#60758b;margin-bottom:22px}
.brief-card h2{font-size:clamp(23px,2.4vw,32px);line-height:1.2;letter-spacing:-.03em;margin:0 0 15px}
.brief-card p{font-size:15px;line-height:1.6;color:#52677d;margin:0 0 24px}
.brief-card strong{font-size:14px;margin-top:auto}
.brief-detail{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(260px,.8fr);gap:75px;align-items:start}
.brief-detail h2{font-size:30px;line-height:1.25;margin:0 0 18px}
.brief-detail h2:not(:first-child){margin-top:52px}
.brief-detail p,.brief-detail li{font-size:17px;line-height:1.75;color:#344a61}
.brief-detail ol{padding-left:25px;margin:0}
.brief-detail li{padding-left:7px;margin-bottom:15px}
.brief-detail aside{border-top:4px solid #051F42;background:#f2f6fa;padding:25px 28px}
.brief-detail aside h3{font-size:17px;line-height:1.35;margin:0 0 10px}
.brief-detail aside h3:not(:first-child){margin-top:27px}
.brief-detail aside p{font-size:14px;line-height:1.6;margin:0}
.brief-detail aside a{text-decoration:underline;text-underline-offset:3px;font-weight:700}
.brief-detail aside .brief-note{border-top:1px solid #c8d5e2;padding-top:20px;margin-top:28px}
@media(max-width:760px){.brief-hero{padding:135px 0 50px}.brief-grid{grid-template-columns:1fr}.brief-card{min-height:0}.brief-detail{grid-template-columns:1fr;gap:38px}.brief-section{padding:40px 0 70px}}

/* Cream enquiry panel, using the established MFG palette. */
.enquiry-mini .enquiry-actions button{background:var(--blue);color:#fff}
.enquiry-mini .enquiry-actions button:hover{background:#214b72}
.enquiry-mini .enquiry-actions p{color:#34465a}
.enquiry-mini .enquiry-status{color:var(--blue)}

.enquiry-preview-note{font-size:13px;line-height:1.6;margin:18px 0 0;color:#34465a}.enquiry-preview-note a,.enquiry-status a{text-decoration:underline;text-underline-offset:3px}

/* Deposit articles use the existing journal type and restrained MFG surfaces. */
.deposit-example{margin:28px 0 42px;padding:26px 28px;background:#f2f5f8;border-left:4px solid #051F42;color:#051F42}
.deposit-example h3{font-size:22px;line-height:1.25;margin:0 0 18px;letter-spacing:-.025em}
.deposit-example-figures{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 24px;border-top:1px solid #c9d5e2;border-bottom:1px solid #c9d5e2;margin-bottom:14px}
.deposit-example-figures div{display:flex;align-items:baseline;justify-content:space-between;gap:12px;padding:13px 0;border-bottom:1px solid #d5dfe9}
.deposit-example-figures div:nth-last-child(-n+2){border-bottom:0}
.deposit-example-figures span{font-size:14px;line-height:1.4;color:#455d76}
.deposit-example-figures strong{font-size:20px;white-space:nowrap}
.deposit-example>p{font-size:13px;line-height:1.55;margin:0 0 20px}
.deposit-timeline{list-style:none;padding:0;margin:0 0 18px;counter-reset:deposit}
.deposit-timeline li{counter-increment:deposit;display:grid;grid-template-columns:125px 1fr;gap:22px;padding:13px 0 13px 28px;border-left:2px solid #aebfd0;position:relative;font-size:15px;line-height:1.55}
.deposit-timeline li:before{content:counter(deposit,decimal-leading-zero);position:absolute;left:-13px;top:12px;background:#051F42;color:white;font-size:11px;font-weight:700;width:24px;height:24px;border-radius:50%;display:grid;place-items:center}
.deposit-timeline b{line-height:1.4}
.deposit-example .deposit-example-caution{font-size:14px;margin:0;color:#364c62}
.journal-next-step{background:#051F42;color:#fff;padding:28px 32px;margin:48px 0 0}
.journal-story-body .journal-next-step h2{font-size:25px;color:#fff;margin:0 0 12px}
.journal-next-step p{color:#e3e9f0;font-size:16px}
.journal-next-step a{display:inline-block;color:#fff;font-size:14px;font-weight:700;border-bottom:2px solid #fff;margin:4px 24px 4px 0}
.journal-next-step a:focus-visible{outline:3px solid #fff;outline-offset:5px}
.deposit-sibling{margin:38px 0 0!important;font-size:15px}.deposit-sibling a{color:#051F42;font-weight:700;border-bottom:2px solid #051F42}
@media(max-width:640px){.deposit-example{padding:22px 20px}.deposit-example-figures{grid-template-columns:1fr}.deposit-example-figures div:nth-last-child(2){border-bottom:1px solid #d5dfe9}.deposit-timeline li{grid-template-columns:1fr;gap:3px}.journal-next-step{padding:25px 22px}}

/* Article landing pathways, extending the existing journal. */
.article-rail{padding:64px 0 70px;color:#051F42;background:#f6f7f8}
.article-rail-clients{background:#fff;border-top:1px solid #d8e0e8}
.article-rail-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:26px}
.article-rail-heading h2{font-size:clamp(29px,3vw,43px);line-height:1.15;letter-spacing:-.04em;margin:0 0 8px}
.article-rail-heading p{font-size:16px;line-height:1.5;color:#52677d;margin:0}
.article-rail-controls{display:flex;gap:8px;flex:none}
.article-rail-controls button{font:inherit;font-weight:700;font-size:22px;color:#051F42;background:transparent;border:1px solid #aebfd0;width:44px;height:44px;cursor:pointer}
.article-rail-controls button:hover,.article-rail-controls button:focus-visible{background:#051F42;color:#fff;outline:none}
.article-rail-track{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-inline:contain}
.article-rail-track::-webkit-scrollbar{display:none}
.article-rail-card{flex:0 0 calc((100% - 60px)/4);min-width:0;display:flex;flex-direction:column;scroll-snap-align:start;background:#fff;color:#051F42;border:1px solid #d6dfe8;text-decoration:none;transition:border-color .2s ease}
.article-rail-clients .article-rail-card{flex-basis:calc((100% - 20px)/2);background:#f6f7f8}
.article-rail-card:hover,.article-rail-card:focus-visible{border-color:#051F42;outline:none}
.article-rail-card img{display:block;width:100%;height:175px;object-fit:cover}
.article-rail-clients .article-rail-card img{height:260px}
.article-rail-card span{font-size:12px;font-weight:700;color:#52677d;margin:17px 18px 8px}
.article-rail-card strong{font-size:18px;line-height:1.3;letter-spacing:-.025em;margin:0 18px 16px}
.article-rail-clients .article-rail-card strong{font-size:23px;margin-bottom:9px}
.article-rail-card p{font-size:14px;line-height:1.6;color:#52677d;margin:0 18px 16px}
.article-rail-card small{font-size:13px;font-weight:700;margin:auto 18px 20px;padding-top:10px}
.article-enquiry{background:#051F42;color:#fff;padding:75px 0}
.article-enquiry-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(45px,7vw,125px);align-items:start}
.article-enquiry h2{font-size:clamp(36px,4vw,62px);letter-spacing:-.045em;line-height:1.1;margin:0 0 22px}
.article-enquiry-grid>div p{font-size:18px;line-height:1.65;color:#dbe4ed;margin:0 0 23px}
.article-gravity-slot{background:#fff;color:#051F42;padding:32px 36px;min-height:275px}
.article-gravity-slot h3{font-size:clamp(24px,2.6vw,32px);line-height:1.2;letter-spacing:-.03em;margin:0 0 15px}
.article-gravity-slot p{font-size:16px;line-height:1.6;color:#405670;margin:0 0 25px}
.article-gravity-slot .article-enquiry-action{display:inline-block;background:#051F42;color:#fff;padding:14px 21px;font-size:15px;font-weight:700;border:1px solid #051F42}
.article-gravity-slot .article-enquiry-action:hover,.article-gravity-slot .article-enquiry-action:focus-visible{background:#234b75;outline:2px solid #051F42;outline-offset:3px}
.article-gravity-slot .article-form-status{font-size:13px;color:#52677d;margin:16px 0 0}
@media(max-width:1050px){.article-rail-articles .article-rail-card{flex-basis:calc((100% - 20px)/2)}}
@media(max-width:700px){.article-rail{padding:48px 0 55px}.article-rail-heading{align-items:start}.article-rail-heading p{font-size:14px}.article-rail-controls button{width:40px;height:40px}.article-rail-card,.article-rail-articles .article-rail-card,.article-rail-clients .article-rail-card{flex-basis:84%}.article-rail-card img,.article-rail-clients .article-rail-card img{height:205px}.article-enquiry{padding:55px 0}.article-enquiry-grid{grid-template-columns:1fr;gap:32px}.article-gravity-slot{padding:26px 24px;min-height:0}}
@media(prefers-reduced-motion:reduce){.article-rail-card{transition:none}.article-rail-track{scroll-behavior:auto}}
.industry-hero{background:#051f42;color:#fff;padding:155px 0 88px}.industry-hero-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:clamp(36px,6vw,100px);align-items:center}.industry-hero h1{font-size:clamp(43px,5.6vw,82px);line-height:1.06;letter-spacing:-.055em;margin:28px 0 23px}.industry-hero p{font-size:clamp(18px,2vw,23px);line-height:1.5;max-width:650px;color:#e3e9ee;margin:0 0 32px}.industry-hero img{display:block;width:100%;height:clamp(340px,42vw,560px);object-fit:cover}.industry-back{color:#d6e0e8;font-size:15px;text-decoration:none}.industry-back:hover,.industry-back:focus-visible{text-decoration:underline}.industry-content-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.75fr);gap:clamp(40px,8vw,135px);align-items:start}.industry-content-grid h2{font-size:clamp(34px,4vw,58px);line-height:1.14;letter-spacing:-.045em;margin:0 0 29px}.industry-content-grid p{font-size:18px;line-height:1.7;margin:0 0 23px}.industry-intro aside{border-top:2px solid #051f42;padding:22px 0}.industry-intro aside h3,.industry-proof h3{font-size:23px;margin:0 0 20px}.industry-intro aside ul{list-style:none;padding:0;margin:0 0 25px}.industry-intro aside li{border-bottom:1px solid #cad1d8;padding:12px 0;font-size:17px}.industry-intro aside p{font-size:14px;color:#52677d}.industry-difference{background:#e9ebeb;color:#051f42}.industry-proof{background:#fff;padding:35px;border-top:4px solid #051f42}.industry-proof p{font-size:17px}.industry-proof a{font-weight:700;color:#051f42}.industry-close{background:#051f42;color:#fff;padding:74px 0}.industry-close .wrap{max-width:960px}.industry-close h2{font-size:clamp(34px,4vw,55px);line-height:1.15;letter-spacing:-.04em;margin:0 0 20px}.industry-close p{font-size:19px;line-height:1.6;max-width:760px;color:#dfe7ec;margin:0 0 28px}@media(max-width:800px){.industry-hero{padding:115px 0 60px}.industry-hero-grid,.industry-content-grid{grid-template-columns:1fr}.industry-hero img{height:320px}.industry-content-grid{gap:35px}.industry-content-grid p{font-size:16px}.industry-proof{padding:28px}}
.industry-sector{background:#f4f5f4}.industry-sector-note{border-top:2px solid #051f42;padding-top:20px}.industry-sector-note span{display:block;font-size:15px;font-weight:700;margin-bottom:12px}.industry-sector-note p{font-size:24px;line-height:1.45;letter-spacing:-.025em}.industry-banking{background:#dcdedc}.industry-banking-head{display:grid;grid-template-columns:1fr 1fr;gap:clamp(32px,7vw,110px);align-items:end;margin-bottom:44px}.industry-banking h2{font-size:clamp(34px,4vw,56px);line-height:1.14;letter-spacing:-.045em;margin:0}.industry-banking-head p{font-size:19px;line-height:1.6;margin:0}.industry-banking ol{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;list-style:none;counter-reset:bank-step;padding:0;margin:0}.industry-banking li{counter-increment:bank-step;background:#fff;min-height:170px;padding:32px;font-size:17px;line-height:1.55}.industry-banking li::before{content:counter(bank-step,decimal-leading-zero);display:block;color:#536b80;font-weight:700;margin-bottom:18px}.industry-banking-note{font-size:14px;line-height:1.6;margin:24px 0 0;color:#405670}@media(max-width:800px){.industry-banking-head,.industry-banking ol{grid-template-columns:1fr}.industry-banking li{min-height:0;padding:25px}.industry-sector-note p{font-size:21px}}

/* Gravity Forms in the WordPress review */
.mfg-gravity-form .gform_wrapper, .article-gravity-slot .gform_wrapper{font:inherit;color:inherit}
.mfg-gravity-form .gform_fields, .article-gravity-slot .gform_fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem}
.mfg-gravity-form .gfield--type-textarea, .article-gravity-slot .gfield--type-textarea{grid-column:1/-1}
.mfg-gravity-form .gfield_label, .article-gravity-slot .gfield_label{font:inherit;display:block;margin-bottom:.5rem}
.mfg-gravity-form input, .mfg-gravity-form textarea, .article-gravity-slot input, .article-gravity-slot textarea{width:100%;box-sizing:border-box;border:1px solid rgba(5,31,66,.28);background:rgba(255,255,255,.45);border-radius:0;padding:.85rem;color:#051f42;font:inherit}
.mfg-gravity-form button, .mfg-gravity-form input[type=submit], .article-gravity-slot button, .article-gravity-slot input[type=submit]{background:#051f42;color:#fff;border:0;padding:.85rem 1.5rem;font:inherit;font-weight:700;cursor:pointer;width:auto}
@media(max-width:680px){.mfg-gravity-form .gform_fields,.article-gravity-slot .gform_fields{grid-template-columns:1fr}}

/* Keep the FBAA mark visually consistent with the other accreditation marks. */
.site-footer .footer-accreditations img[alt="FBAA"]{transform:translateY(-4px) scale(1.5)}
.founders-intro .founders-subheading{font-size:clamp(22px,2.35vw,30px);line-height:1.25;margin:0 0 20px;color:#fff;font-weight:600}

.founders-proposition .founders-proposition-byline{font-size:14px;line-height:1.5;font-weight:700;letter-spacing:.035em;color:#47708c;margin:-4px 0 24px}
