:root{--dark: #0b2036;--dark-2: #0a1b2e;--nav-bg: #0b1b2c;--ink: #123a57;--gold: #c6982f;--gold-2: #d8ad46;--paper: #f7f5f1;--paper-cool: #eef3f9;--muted: #45586a;--muted-2: #5a6b7a;--white: #ffffff;--card-border: #d9dee6;--display: "Crushed", "Montserrat", sans-serif;--sans: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;--heading-size: 52px;--subheading-size: 24px;--body-size: 18px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px;-webkit-text-size-adjust:100%;text-size-adjust:100%;overflow-x:hidden}body{font-family:var(--sans);font-size:var(--body-size);color:var(--muted);background:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}a{text-decoration:none;color:inherit}img{display:block;max-width:100%;height:auto}button,a,.btn{-webkit-tap-highlight-color:rgba(198,152,47,.3);touch-action:manipulation}@media (max-width: 768px){body{font-size:var(--body-size)}}h1,h2,h3,h4,h5,h6{font-family:var(--sans);font-weight:600}p{font-family:var(--sans)}p:not(.sub){font-size:var(--body-size)}section{padding:90px 6vw;position:relative;overflow:hidden}.eyebrow{font-family:var(--display);font-weight:600;font-size:var(--subheading-size);color:var(--gold);letter-spacing:1.5px;text-transform:uppercase}.display{font-family:var(--display);font-weight:600;font-size:var(--heading-size);color:var(--ink);letter-spacing:1px;text-transform:uppercase;line-height:1.05}.section-head{text-align:center;margin-bottom:55px}.section-head .title{font-family:var(--display);font-weight:600;color:var(--ink);font-size:var(--heading-size);letter-spacing:1px;text-transform:uppercase;line-height:1.05}.section-head .sub{font-family:var(--display);font-weight:600;color:var(--gold);font-size:var(--subheading-size);letter-spacing:1.5px;margin-top:6px;text-transform:uppercase;line-height:1.2}.section-head .lead{margin:14px auto 0;max-width:720px;font-weight:600;color:var(--ink)}.btn{display:inline-flex;align-items:center;justify-content:center;font-family:var(--sans);font-weight:600;font-size:var(--body-size);padding:13px 28px;border-radius:6px;cursor:pointer;border:2px solid transparent;transition:transform .15s ease,background .2s ease,color .2s ease,border-color .2s ease}.btn:hover{transform:translateY(-2px)}.btn-gold{background:var(--gold);color:#fff}.btn-gold:hover{background:var(--gold-2)}.btn-outline-navy{background:transparent;color:var(--ink);border-color:var(--ink);padding:9px 22px;border-radius:6px;font-weight:600}.btn-outline-navy:hover{background:var(--ink);color:#fff}.site-header{position:fixed;inset:0 0 auto 0;min-height:72px;height:auto;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 5vw;background:var(--nav-bg);z-index:10050;overflow:visible;isolation:isolate}.brand{display:flex;align-items:center;min-width:0;flex-shrink:0;position:relative;z-index:1002}.brand img{height:44px;width:auto;max-width:min(320px,50vw);object-fit:contain}.nav-toggle{display:none;position:relative;z-index:1002;width:44px;height:44px;padding:0;border:none;background:transparent;cursor:pointer;flex-direction:column;align-items:center;justify-content:center;gap:6px}.nav-toggle-bar{display:block;width:22px;height:2px;background:#fff;border-radius:2px;transition:transform .25s ease,opacity .2s ease}.nav-toggle.is-active .nav-toggle-bar:nth-child(1){transform:translateY(8px) rotate(45deg)}.nav-toggle.is-active .nav-toggle-bar:nth-child(2){opacity:0}.nav-toggle.is-active .nav-toggle-bar:nth-child(3){transform:translateY(-8px) rotate(-45deg)}nav .nav-main{display:flex;gap:clamp(28px,3vw,48px);list-style:none;align-items:center;margin:0;padding:0;flex-shrink:0}.nav-main>li{position:relative;flex-shrink:0}nav a,.nav-parent{color:#fffffff2;font-family:var(--sans);font-weight:400;font-size:clamp(1rem,1.05vw,1.2rem);letter-spacing:.01em;white-space:nowrap;transition:color .2s ease,background .2s ease}nav a:hover,nav a.active,.nav-parent:hover,.nav-has-dropdown.is-open>.nav-parent{color:var(--gold)}.nav-parent{background:none;border:none;cursor:pointer;padding:8px 0;line-height:1.2;display:inline-flex;align-items:center;gap:8px}.nav-chevron{display:none;width:7px;height:7px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg);transition:transform .2s ease;margin-top:-3px}.nav-has-dropdown.is-open .nav-chevron{transform:rotate(-135deg);margin-top:2px}.nav-has-dropdown .nav-dropdown{position:absolute;top:100%;left:0;min-width:220px;margin:4px 0 0;padding:8px 0;list-style:none;display:flex;flex-direction:column;gap:0;background:var(--nav-bg);border:1px solid rgba(255,255,255,.12);border-radius:8px;box-shadow:0 16px 40px #00000059;opacity:0;visibility:hidden;transform:translateY(6px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease;z-index:1100}.nav-has-dropdown:hover .nav-dropdown,.nav-has-dropdown.is-open .nav-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.nav-dropdown li{margin:0}.nav-dropdown a{display:block;padding:10px 18px;color:#ffffffeb;white-space:nowrap}.nav-dropdown a:hover{background:#ffffff0f;color:var(--gold)}body.nav-locked{overflow:hidden}.hero{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:120px 6vw 72px;color:#fff;background:linear-gradient(#081224b8,#081020c7),url(/images/hero.png) center / cover no-repeat}.hero-inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;max-width:min(1100px,100%);width:100%}.hero .pill{background:var(--ink);border:none;padding:8px 18px;border-radius:4px;font-family:var(--sans);font-weight:400;font-size:.92rem;letter-spacing:.02em;margin-bottom:28px;color:#fff}.hero .subtitle{margin:28px auto 36px;max-width:680px;font-weight:300;font-size:clamp(.98rem,1.35vw,1.12rem);line-height:1.65;color:#fffffff2}.hero .subtitle .mark{font-weight:700;letter-spacing:.35em;margin-right:.15em}.hero-btns{display:flex;gap:14px;flex-wrap:wrap;justify-content:center}.hero-btns .btn{font-size:.95rem;font-weight:600;padding:14px 28px;border-radius:4px;letter-spacing:.01em}.introduction{background:#fff;padding-bottom:36px}.introduction .intro-top{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(260px,.75fr);gap:clamp(20px,3vw,40px);align-items:start;margin-bottom:0;width:100%}.introduction .intro-leading{display:flex;flex-direction:column;min-width:0;gap:0}.introduction .intro-leading>p:not(.sub){margin:0 0 1em}.introduction .intro-leading>p:not(.sub):last-child{margin-bottom:0}.introduction .intro-photo{width:100%;max-width:min(420px,100%);height:auto;min-height:0;justify-self:end;align-self:start;border-radius:12px;object-fit:cover;object-position:center;aspect-ratio:4 / 3;display:block;box-shadow:0 14px 32px #0b203624;filter:contrast(1.04) saturate(.92) brightness(1.03) hue-rotate(8deg)}.introduction .title{font-family:var(--display);font-weight:600;font-size:var(--heading-size);letter-spacing:1px;text-transform:uppercase;line-height:1.05;color:var(--ink);margin:0 0 2px}.introduction .sub{display:block;font-family:var(--display);font-weight:600;font-size:var(--subheading-size);letter-spacing:1.5px;text-transform:uppercase;line-height:1.2;background:none;color:var(--gold);margin:0 0 16px;padding:0}.introduction p{font-family:var(--sans);font-weight:400;font-size:var(--body-size);color:#333;line-height:1.55;max-width:none}.introduction strong{font-family:var(--sans);font-weight:700;color:#333;letter-spacing:0}.approach{background:#fff;text-align:center;padding-top:28px;padding-bottom:72px}.approach .section-head{margin-bottom:42px}.approach .section-head .title{color:var(--ink);margin:0}.approach .section-head .sub{color:var(--gold);margin-top:8px}.flow{display:flex;justify-content:center;align-items:stretch;gap:clamp(18px,2.5vw,40px);flex-wrap:wrap;margin:10px auto 48px;position:relative;z-index:1;max-width:min(1180px,100%);width:100%}.flow-card{background:#fff;border:1px solid var(--card-border);border-radius:16px;padding:clamp(32px,3vw,48px) clamp(24px,2.5vw,40px);flex:1 1 220px;min-width:220px;max-width:340px;box-shadow:0 10px 24px #0b20360f;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.flow-icon{width:clamp(56px,5vw,76px);height:clamp(56px,5vw,76px);object-fit:contain;margin:0 auto 16px}.flow-card h4{font-family:var(--sans);font-weight:600;color:var(--ink);font-size:clamp(1.1rem,1.4vw,1.35rem);line-height:1.4}.flow-arrow{display:flex;align-items:center;font-size:clamp(1.35rem,2vw,1.85rem);color:#1a1a1a;flex-shrink:0;align-self:center}.approach .kicker{font-family:var(--sans);font-weight:700;color:#2a3540;font-size:clamp(1.2rem,2.1vw,1.7rem);max-width:min(920px,94%);margin:0 auto 20px;line-height:1.45}.approach .lead-strong{font-family:var(--sans);font-weight:600;color:#2a3540;font-size:clamp(1.08rem,1.7vw,1.4rem);max-width:min(920px,94%);margin:0 auto 16px;line-height:1.45}.approach .note{font-family:var(--sans);font-weight:400;max-width:min(1040px,94%);margin:0 auto;color:#45586a;font-size:clamp(1rem,1.4vw,1.22rem);line-height:1.65}.why-jamaa{background:var(--paper)}.why-jamaa .section-head .title{color:var(--gold)}.why-flip-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(16px,1.6vw,36px);max-width:none;width:100%;margin:0 auto;perspective:1200px}.why-flip{position:relative;width:100%;height:auto;aspect-ratio:4 / 5;min-height:300px;container-type:inline-size;cursor:pointer;perspective:1000px;outline:none;background:#0d2b4a;border-radius:22px;overflow:hidden;box-shadow:0 16px 36px #0b203624}.why-flip:focus-visible{box-shadow:0 0 0 3px #c6982f8c;border-radius:22px}.why-flip-inner{position:relative;width:100%;height:100%;transform-style:preserve-3d;transition:transform .65s cubic-bezier(.4,.2,.2,1);border-radius:inherit}@media (hover: hover) and (pointer: fine){.why-flip:hover .why-flip-inner,.why-flip:focus-within .why-flip-inner{transform:rotateY(180deg)}}.why-flip.is-flipped .why-flip-inner{transform:rotateY(180deg)}.why-flip-front,.why-flip-back{position:absolute;top:0;right:0;bottom:0;left:0;backface-visibility:hidden;-webkit-backface-visibility:hidden;border-radius:22px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:28px 20px;overflow:hidden;text-align:center}.why-flip-front{color:#fff;gap:16px;padding:28px 20px;background-color:#0d2b4a}.why-flip-front h4,.svc-flip-front h3{position:relative;z-index:2}.why-flip-icon{position:relative;z-index:2;width:clamp(48px,18cqi,88px);height:clamp(48px,18cqi,88px);object-fit:contain;filter:brightness(0) invert(1)}.flip-cover-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;max-width:none;object-fit:cover;object-position:center center;display:block;border-radius:inherit;transform:none;opacity:1;filter:brightness(1.05) saturate(1.08)}.flip-cover-shade{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:linear-gradient(165deg,#14325a2e,#0f284b47 55%,#0a1e3c5c);z-index:1;pointer-events:none}.why-flip-front h4{font-family:var(--sans);font-weight:700;font-size:clamp(1.05rem,7.5cqi,1.85rem);line-height:1.3;color:#fff;text-transform:none;letter-spacing:0;margin:0;max-width:12ch;text-shadow:0 2px 12px rgba(0,0,0,.35)}.why-flip-back{transform:rotateY(180deg);color:#fff}.why-flip-back.navy{background:#0d2b4a}.why-flip-back.gold{background:#c6943e}.why-flip-back p{font-family:var(--sans);font-weight:500;font-size:clamp(.92rem,6.5cqi,1.35rem);line-height:1.45;color:#fff;margin:0;max-width:18ch}@media (prefers-reduced-motion: reduce){.why-flip-inner{transition:none}}.divider{padding:0;min-height:58vh;max-height:680px;height:58vh;display:flex;align-items:center;justify-content:center;background-image:linear-gradient(#0b1b2ba6,#0b1b2bbf),url(/images/services-bg.jpg);background-size:cover;background-position:center center;background-repeat:no-repeat}.services{background:var(--paper)}.services .section-head .title{color:var(--gold)}.services-flip-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(16px,1.6vw,36px);max-width:none;width:100%;margin:0 auto;perspective:1200px}.svc-flip{position:relative;width:100%;height:auto;aspect-ratio:4 / 5;min-height:300px;container-type:inline-size;cursor:pointer;perspective:1000px;border:none;background:#0d2b4a;padding:0;outline:none;border-radius:22px;overflow:hidden;box-shadow:0 16px 36px #0b203624}.svc-flip:focus-visible{box-shadow:0 0 0 3px #c6982f8c;border-radius:22px}.svc-flip-inner{position:relative;width:100%;height:100%;transform-style:preserve-3d;transition:transform .65s cubic-bezier(.4,.2,.2,1);border-radius:inherit}@media (hover: hover) and (pointer: fine){.svc-flip:hover .svc-flip-inner,.svc-flip:focus-within .svc-flip-inner{transform:rotateY(180deg)}}.svc-flip.is-flipped .svc-flip-inner{transform:rotateY(180deg)}.svc-flip-front,.svc-flip-back{position:absolute;top:0;right:0;bottom:0;left:0;backface-visibility:hidden;-webkit-backface-visibility:hidden;border-radius:22px;display:flex;align-items:center;justify-content:center;padding:28px 20px;overflow:hidden}.svc-flip-front{background-color:#0d2b4a;color:#fff;text-align:center;padding:28px 20px}.svc-flip-front h3{font-family:var(--sans);font-weight:700;font-size:clamp(1.05rem,7.5cqi,1.85rem);line-height:1.3;color:#fff;text-transform:none;letter-spacing:0;max-width:14ch;margin:0 auto;text-shadow:0 2px 12px rgba(0,0,0,.35);position:relative;z-index:2}.svc-flip-back{transform:rotateY(180deg);color:#fff;text-align:center}.svc-flip-back.navy{background:#0d2b4a}.svc-flip-back.gold{background:#c6943e}.svc-flip-back ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}.svc-flip-back li{font-family:var(--sans);font-weight:500;font-size:clamp(.88rem,6cqi,1.25rem);line-height:1.35;color:#fff}@media (prefers-reduced-motion: reduce){.svc-flip-inner{transition:none}}.industries{background:#0a1d37;color:#fff;display:grid;grid-template-columns:minmax(0,1.45fr) minmax(200px,.65fr);align-items:start;column-gap:clamp(20px,3vw,40px);row-gap:20px;padding:clamp(36px,4vw,48px) 6vw clamp(28px,3.5vw,40px);width:100%;box-sizing:border-box}.industries-copy{min-width:0;max-width:none;width:100%;padding-top:0}.industries-title{color:#d4a04d;margin:0;line-height:1.02!important}.industries .intro-line{font-weight:400;color:#ffffffeb;line-height:1.45;margin:8px 0 14px;max-width:42rem}.industries-cols{display:grid;grid-template-columns:1fr 1fr;gap:0 clamp(24px,3.5vw,48px);max-width:none;width:100%}.industries-col{list-style:none;margin:0;padding:0}.industries-col li{display:flex;align-items:flex-start;gap:8px;padding:0;margin:0 0 4px;line-height:1.35;font-family:var(--sans);font-weight:400;font-size:clamp(.95rem,1.1vw,1.05rem);color:#fffffff2}.industries-col li:last-child{margin-bottom:0}.industries-col i{color:#d4a04d;font-size:.8rem;margin-top:4px;flex-shrink:0}.industries-photo{width:100%;max-width:min(340px,100%);margin-left:0;justify-self:end;align-self:start;border-radius:18px;object-fit:cover;aspect-ratio:4 / 5;display:block}@media (min-width: 1440px){.industries{grid-template-columns:minmax(0,1.4fr) minmax(220px,.6fr);column-gap:clamp(24px,3.5vw,48px)}.industries-photo{max-width:380px}}@media (min-width: 1920px){.industries-photo{max-width:400px}}.impact{background:#fff;overflow:visible}.impact-head{margin-bottom:40px}.impact-head .title{color:var(--ink);margin:0}.impact-head .sub{color:var(--gold);margin:6px 0 0}.impact-flip-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(16px,1.6vw,36px);max-width:none;width:100%;margin:0 auto;perspective:1200px}.impact-flip{position:relative;width:100%;height:auto;aspect-ratio:4 / 5;min-height:300px;container-type:inline-size;cursor:pointer;perspective:1000px;outline:none;background:#eaf3fb;border-radius:22px;overflow:hidden;box-shadow:0 10px 28px #0b20361a}.impact-flip:focus-visible{box-shadow:0 0 0 3px #c6982f8c;border-radius:22px}.impact-flip-inner{position:relative;width:100%;height:100%;transform-style:preserve-3d;transition:transform .65s cubic-bezier(.4,.2,.2,1);border-radius:inherit}@media (hover: hover) and (pointer: fine){.impact-flip:hover .impact-flip-inner,.impact-flip:focus-within .impact-flip-inner{transform:rotateY(180deg)}}.impact-flip.is-flipped .impact-flip-inner{transform:rotateY(180deg)}.impact-flip-front,.impact-flip-back{position:absolute;top:0;right:0;bottom:0;left:0;backface-visibility:hidden;-webkit-backface-visibility:hidden;border-radius:22px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:28px 18px;overflow:hidden;text-align:center}.impact-flip-front{color:#fff;background-color:#eaf3fb}.impact-flip-front .flip-cover-img{transform:scale(1.12);transform-origin:center center;filter:brightness(1.18) saturate(1.08)}.impact-flip-front h3{position:relative;z-index:2;font-family:var(--sans);font-weight:700;font-size:clamp(1.05rem,7.5cqi,1.85rem);line-height:1.3;color:#fff;text-transform:none;letter-spacing:0;margin:0;max-width:14ch;text-shadow:0 1px 8px rgba(20,50,90,.35)}.impact-flip-shade{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:linear-gradient(165deg,#14325a24,#0f284b38 55%,#0a1e3c4d);z-index:1;pointer-events:none}.impact-flip-back{transform:rotateY(180deg);color:#fff}.impact-flip-back.navy{background:#0d2b4a}.impact-flip-back.gold{background:#c6943e}.impact-flip-back p{font-family:var(--sans);font-weight:500;font-size:clamp(.92rem,6.5cqi,1.35rem);line-height:1.45;color:#fff;margin:0;max-width:20ch}@media (prefers-reduced-motion: reduce){.impact-flip-inner{transition:none}}.why-works{background:#fff;padding:clamp(28px,3.5vw,40px) 6vw clamp(32px,4vw,44px)}.why-works-inner{max-width:none;width:100%;margin:0 auto}.why-works-title{font-family:var(--display)!important;font-weight:600!important;font-size:var(--heading-size)!important;line-height:1.05!important;letter-spacing:1px!important;text-transform:uppercase;color:var(--ink)!important;margin:0 0 clamp(12px,1.5vw,18px);text-align:left}.why-works-row{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,.7fr);column-gap:clamp(14px,1.8vw,24px);align-items:center;width:100%;margin-bottom:clamp(16px,2.2vw,28px)}.why-works-row:last-child{margin-bottom:0}.why-works-row--flip{grid-template-columns:minmax(0,.7fr) minmax(0,1.35fr)}.why-works-row--solo{grid-template-columns:minmax(0,1fr);max-width:min(720px,100%);margin-bottom:0}.why-works-sub{font-family:var(--sans)!important;font-weight:600!important;font-size:var(--subheading-size)!important;line-height:1.35!important;letter-spacing:0!important;text-transform:none!important;color:#c59d5f!important;margin:0 0 8px}.why-works-block p{font-family:var(--sans);font-size:var(--body-size);font-weight:400;line-height:1.55;color:#444;margin:0}.why-copy-3 .why-works-sub{margin-bottom:10px}.why-copy-3 p{font-weight:400!important;line-height:1.6!important;color:#444!important}.why-works-media{margin:0;width:100%;max-width:min(360px,100%);justify-self:center}.why-works-row:not(.why-works-row--flip) .why-works-media{justify-self:end}.why-works-row--flip .why-works-media{justify-self:start}.why-works-media img{width:100%;height:auto;aspect-ratio:4 / 3;object-fit:cover;object-position:center;display:block;border-radius:16px;box-shadow:0 10px 28px #0f23371a}@media (max-width: 820px){.why-works{padding:28px 5vw 36px}.why-works-row,.why-works-row--flip{grid-template-columns:1fr;row-gap:14px;margin-bottom:22px}.why-works-row--flip .why-works-media,.why-works-row:not(.why-works-row--flip) .why-works-media{justify-self:center;order:-1;max-width:min(320px,100%)}.why-works-row--solo{max-width:none}.why-works-title{margin-bottom:12px}}.insights{padding:56px 0 72px;background:#f3f3f1;overflow:visible;z-index:0}.insights-inner{max-width:none;width:100%;margin:0 auto;padding:0 6vw}.insights-heading{font-family:Georgia,Times New Roman,serif!important;font-weight:400!important;font-size:2.125rem!important;line-height:1.1!important;letter-spacing:.04em!important;text-transform:uppercase;color:#c48b2c!important;margin:0 0 36px}.insights-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));column-gap:28px;row-gap:36px}.insight-card{display:flex;flex-direction:column;min-width:0}.insight-media{width:100%;aspect-ratio:1 / 1;margin-bottom:12px;border-radius:22px;overflow:hidden;background:#e8e8e6}.insight-media img{width:100%;height:100%;object-fit:cover;display:block}.insight-media img.insight-img-focus{transform:scale(1.12);object-position:42% center}.insights .insight-title,.insights-read-more .insight-title{font-family:var(--sans)!important;font-weight:400!important;font-size:.9375rem!important;line-height:1.45!important;letter-spacing:0!important;text-transform:none!important;color:#1e3348!important;text-decoration:underline;text-decoration-color:currentColor;text-underline-offset:2px}.insights .insight-title:hover,.insights-read-more .insight-title:hover{color:#c48b2c!important}.insights-view-all{margin:40px 0 0;text-align:center}.insights-view-all-link{font-family:var(--sans);font-size:var(--body-size);font-weight:600;color:#1e3348;text-decoration:underline;text-underline-offset:3px}.insights-view-all-link:hover{color:#c48b2c}.insights-page{background:#f3f3f1;padding:100px 0 72px;min-height:100vh}.insights-page-inner{max-width:min(1280px,100%);width:100%;margin:0 auto;padding:0 clamp(20px,4vw,48px)}.insights-page-head{margin-bottom:48px}.insights-page-head .insights-heading{margin-bottom:16px}.insights-page-lead{font-family:var(--sans);font-size:var(--body-size);line-height:1.6;color:#3d4a57;max-width:720px;margin:0}.insights-page--article .insight-article{margin-top:0}.insights-page--article .insights-page-inner{max-width:min(1320px,100%);padding-left:clamp(20px,4vw,48px);padding-right:clamp(20px,4vw,48px)}.insights-page-home-link{margin-top:40px;text-align:center}.insights-read-more{margin-top:72px;padding-top:56px;border-top:1px solid #d8d8d4}.insights-read-more-heading{font-family:Georgia,Times New Roman,serif;font-weight:400;font-size:1.75rem;letter-spacing:.04em;text-transform:uppercase;color:#c48b2c;margin:0 0 8px}.insights-read-more-sub{font-family:var(--sans);font-size:var(--body-size);color:#3d4a57;margin:0 0 32px}.insights-read-more-grid{margin-bottom:28px}.insights-read-more-home{text-align:center;margin:0}.insights-read-more-link{font-family:var(--sans);font-weight:600;font-size:var(--body-size);color:#1e3348;text-decoration:underline;text-underline-offset:3px}.insights-read-more-link:hover{color:#c48b2c}@media (max-width: 1280px){.insights-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 560px){.insights-grid{grid-template-columns:1fr}}.insight-article{margin-top:52px;padding-top:8px;scroll-margin-top:100px;position:relative;z-index:0}.insight-article-hero{position:relative;border-radius:20px;overflow:hidden;margin-bottom:40px;box-shadow:none;min-height:clamp(240px,34vw,320px);background:#dfe3e8}.insight-article-hero-bg{width:100%;height:clamp(240px,34vw,320px);object-fit:cover;object-position:center center;display:block}.insight-article-hero-bg--desaturated{filter:grayscale(1) brightness(1.06) contrast(1.04)}.insight-article-hero-bg--ai{object-position:42% center}.insight-article-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffff9e;pointer-events:none;z-index:1}.insight-article-hero-title{position:absolute;top:0;bottom:0;left:50%;z-index:2;display:flex;align-items:center;justify-content:center;width:min(920px,calc(100% - 64px));margin:0;padding:32px 0;transform:translate(-50%);text-align:center;font-family:var(--sans)!important;font-weight:700!important;font-size:clamp(1.25rem,2.4vw,1.85rem)!important;line-height:1.35!important;letter-spacing:0!important;text-transform:none!important;color:var(--ink)!important}.insight-article-body{color:#3d4a57;font-size:20px;text-align:left}.insight-article-copy,.insight-article-full,.insight-article-section-title,.insight-article-copy p,.insight-article-full p{text-align:left}.insight-article-copy p,.insight-article-full p,.insight-article-check-list li,.insight-article-callout-list li,.insight-article-callout-foot{font-size:20px!important}.insight-article-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,min(360px,38%));column-gap:28px;row-gap:20px;align-items:start;margin-bottom:20px}.insight-article-band{display:grid;grid-template-columns:minmax(0,min(340px,42%)) minmax(0,1fr);column-gap:24px;row-gap:0;align-items:start;margin-bottom:16px}.insight-article-band .insight-article-figure{grid-column:1;grid-row:1;justify-self:start;align-self:start;max-width:100%;margin-bottom:0}.insight-article-band .insight-article-copy{grid-column:2;grid-row:1;padding-top:0;padding-bottom:0}.insight-article-band .insight-article-full{grid-column:1 / -1;grid-row:2;margin-top:24px;padding-top:0;margin-bottom:0}.insight-article-band--figure-right{grid-template-columns:minmax(0,1fr) minmax(0,min(360px,38%))}.insight-article-band--figure-right .insight-article-figure{grid-column:2;grid-row:1;justify-self:end}.insight-article-band--figure-right .insight-article-copy{grid-column:1;grid-row:1}.insight-article-band--figure-right .insight-article-full{grid-column:1;grid-row:2;max-width:100%}.insight-article-full--tight{margin-top:4px;clear:both}.insight-article-row--reverse{grid-template-columns:minmax(0,min(360px,38%)) minmax(0,1fr)}.insight-article-row--reverse .insight-article-figure{order:0;justify-self:start;max-width:min(360px,100%)}.insight-article-row--reverse .insight-article-copy{order:0}.insight-article-section-title{font-family:var(--sans);font-weight:700;font-size:1.25rem;line-height:1.3;color:#1a2b44;margin:0 0 10px;text-align:left}.insight-article-section-title--follow{margin-top:18px}.insight-article-copy p{font-family:var(--sans);font-size:1.05em;font-weight:400;line-height:1.55;color:#4a5560;margin:0 0 12px}.insight-article-copy p:last-child{margin-bottom:0}.insight-article-figure{margin:0;width:100%;max-width:420px;aspect-ratio:1 / 1;justify-self:center;border-radius:12px;overflow:hidden;background:transparent;line-height:0;box-shadow:none;filter:none}.insight-article-row .insight-article-copy+.insight-article-figure{justify-self:end;max-width:min(360px,100%)}.insight-article-figure img{width:100%;height:100%;display:block;border-radius:12px;box-shadow:none;filter:none;object-fit:cover;object-position:center center}.insight-article-full{margin-bottom:20px;max-width:none;width:100%;position:relative;z-index:1}.insight-article-full:last-child,.insight-article-body>.insight-article-row:last-child,.insight-article-body>.insight-article-band:last-child{margin-bottom:0}.insight-article-full strong{font-weight:700;color:#2a3540}.insight-article-full .insight-article-section-title,.insight-article-copy .insight-article-section-title{margin-top:0;margin-bottom:12px}.insight-article-full p{font-family:var(--sans);font-size:1.05em;font-weight:400;line-height:1.7;color:#3d4a57;margin:0 0 14px}.insight-article-full p:last-child{margin-bottom:0}.insight-article-closing{font-weight:600;color:#2a3540;margin-top:8px}.insight-article-kicker{font-family:var(--sans)!important;font-weight:600!important;font-size:var(--subheading-size)!important;line-height:1.3!important;color:var(--gold)!important;margin:0 0 14px!important}.insight-article-figure--portrait{aspect-ratio:4 / 5;max-width:340px}.insight-article-figure--portrait img{object-fit:cover;object-position:center top}.insight-article-checks-section{margin-bottom:32px}.insight-article-check-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:36px;row-gap:18px}.insight-article-check-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:18px}.insight-article-check-list li{display:flex;gap:12px;align-items:flex-start;font-family:var(--sans);font-size:1.05em;line-height:1.6;color:#3d4a57}.insight-article-check-list li i{color:#d4842a;font-size:1.1rem;margin-top:4px;flex-shrink:0}.insight-article-row--callout{align-items:stretch}.insight-article-callout{background:#c6982f;border-radius:18px;padding:28px 32px;color:#fff;box-shadow:none}.insight-article-callout-lead{font-family:var(--sans);font-size:1.125rem;font-weight:700;line-height:1.45;margin:0 0 18px;color:#fff}.insight-article-callout-list{list-style:none;margin:0 0 18px;padding:0}.insight-article-callout-list li{display:flex;gap:10px;align-items:flex-start;font-family:var(--sans);font-size:1.05em;line-height:1.55;margin-bottom:10px;color:#fff}.insight-article-callout-list li:last-child{margin-bottom:0}.insight-article-callout-list i{margin-top:4px;flex-shrink:0}.insight-article-callout-foot{font-family:var(--sans);font-size:1.05em;font-weight:600;line-height:1.5;margin:0;color:#fff}.insight-article-full--lead{margin-bottom:20px}.insight-article-full--lead p{margin-bottom:0}.insight-article-band--callout{align-items:stretch;margin-bottom:0}.insight-article-band--callout .insight-article-callout{grid-column:2;grid-row:1;min-width:0}.insight-article-band--callout .insight-article-figure{align-self:stretch;height:auto;max-width:100%}.insight-article--cfo-success .insight-article-hero{margin-bottom:36px;box-shadow:none;border-radius:18px}.insight-article--cfo-success .insight-article-hero-title{color:#1a2b44!important;font-size:clamp(1.45rem,2.6vw,2rem)!important;font-weight:700!important}.insight-article--cfo-success .insight-article-body{font-size:17px;text-align:left;color:#4a4a4a}.insight-article--cfo-success .insight-article-copy,.insight-article--cfo-success .insight-article-copy p,.insight-article--cfo-success .insight-article-section-title,.insight-article--cfo-success .insight-article-check-list li,.insight-article--cfo-success .insight-article-check-list li span,.insight-article--cfo-success .insight-article-callout,.insight-article--cfo-success .insight-article-callout-lead,.insight-article--cfo-success .insight-article-callout-list li,.insight-article--cfo-success .insight-article-callout-foot{text-align:left!important}.insight-article--cfo-success .insight-article-copy p{font-size:17px!important;line-height:1.65;color:#4a4a4a;margin:0 0 16px}.insight-article--cfo-success .insight-article-copy p:last-child{margin-bottom:0}.insight-article--cfo-success .insight-article-check-list li,.insight-article--cfo-success .insight-article-callout-list li,.insight-article--cfo-success .insight-article-callout-foot{font-size:16px!important;line-height:1.5}.insight-article--cfo-success .insight-article-check-list li{color:#4a4a4a}.insight-article--cfo-success .insight-article-row--cfo-intro{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,min(300px,34%));column-gap:32px;align-items:start;margin-bottom:40px}.insight-article--cfo-success .insight-article-row--cfo-intro .insight-article-figure,.insight-article--cfo-success .insight-article-figure--portrait{max-width:280px;width:100%;justify-self:end;aspect-ratio:3 / 4;margin:0;box-shadow:none!important;filter:none!important;background:transparent;overflow:hidden;border-radius:16px}.insight-article--cfo-success .insight-article-figure--portrait img,.insight-article--cfo-success .insight-article-figure--cfo-graphic img,.insight-article--cfo-success .insight-article-figure img{border-radius:16px;box-shadow:none!important;filter:none!important}.insight-article--cfo-success .insight-article-figure--portrait img{object-fit:cover;object-position:center top}.insight-article--cfo-success .insight-article-kicker{color:#c5933c!important;font-weight:700!important;font-size:1.45rem!important;line-height:1.25!important;margin:0 0 16px!important;text-align:left!important}.insight-article--cfo-success .insight-article-checks-section{margin-bottom:40px;width:100%;text-align:left}.insight-article--cfo-success .insight-article-checks-section .insight-article-section-title{font-weight:700;font-size:1.3rem;color:#1a1a1a;margin:0 0 22px;text-align:left}.insight-article--cfo-success .insight-article-check-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:56px;row-gap:18px}.insight-article--cfo-success .insight-article-check-list{gap:20px}.insight-article--cfo-success .insight-article-check-list li{align-items:flex-start;gap:12px}.insight-article--cfo-success .insight-article-check-list li i{color:#c5933c;margin-top:3px;flex-shrink:0}.insight-article--cfo-success .insight-article-row--cfo-callout{display:grid;grid-template-columns:minmax(0,min(300px,34%)) minmax(0,1fr);column-gap:28px;align-items:stretch;margin-bottom:0}.insight-article--cfo-success .insight-article-figure--cfo-graphic{max-width:300px;width:100%;aspect-ratio:1 / 1;justify-self:start;align-self:stretch;box-shadow:none!important;background:transparent;border-radius:16px;overflow:hidden}.insight-article--cfo-success .insight-article-callout{display:flex;flex-direction:column;justify-content:center;min-height:100%;background:#c5933c;border-radius:16px;box-shadow:none!important;text-align:left;padding:32px 36px;color:#fff}.insight-article--cfo-success .insight-article-callout-lead{font-size:1.2rem!important;font-weight:700;line-height:1.4;margin:0 0 18px;color:#fff!important;text-align:left}.insight-article--cfo-success .insight-article-callout-list li{color:#fff!important;margin-bottom:10px}.insight-article--cfo-success .insight-article-callout-list i{color:#fff}.insight-article--cfo-success .insight-article-callout-foot{color:#fff!important;font-weight:600;margin-top:8px}@media (max-width: 820px){.insight-article-band--callout .insight-article-figure,.insight-article-band--callout .insight-article-callout{grid-column:1;grid-row:auto}.insight-article-band--callout .insight-article-figure{justify-self:center;max-width:280px}.insight-article--cfo-success .insight-article-row--cfo-intro,.insight-article--cfo-success .insight-article-row--cfo-callout{grid-template-columns:1fr}.insight-article--cfo-success .insight-article-row--cfo-intro .insight-article-figure,.insight-article--cfo-success .insight-article-figure--portrait,.insight-article--cfo-success .insight-article-figure--cfo-graphic{justify-self:center;max-width:280px}.insight-article--cfo-success .insight-article-check-columns{grid-template-columns:1fr;column-gap:0}}@media (max-width: 820px){.insight-article-row,.insight-article-row--reverse,.insight-article-band,.insight-article-band--figure-right{grid-template-columns:1fr}.insight-article-band .insight-article-figure,.insight-article-band .insight-article-copy,.insight-article-band .insight-article-full,.insight-article-band--figure-right .insight-article-figure,.insight-article-band--figure-right .insight-article-copy,.insight-article-band--figure-right .insight-article-full{grid-column:1;grid-row:auto}.insight-article-band .insight-article-figure,.insight-article-band--figure-right .insight-article-figure{justify-self:center;margin-bottom:16px}.insight-article-band .insight-article-full,.insight-article-band--figure-right .insight-article-full{margin-top:8px;padding-top:12px}.insight-article-row--reverse .insight-article-figure,.insight-article-row--reverse .insight-article-copy{order:unset}.insight-article-figure{max-width:420px}.insight-article-hero-title{padding:20px 24px}.insight-article-check-columns{grid-template-columns:1fr}}.executive-perspectives{background:var(--paper);padding-top:56px;padding-bottom:72px}.executive-perspectives .section-head{margin-bottom:32px}.executive-perspectives .exec-sub{font-family:var(--sans);font-weight:600;font-size:var(--subheading-size);color:#2a3540;text-transform:none;letter-spacing:0;margin-top:10px;line-height:1.35}.executive-perspectives-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(20px,3vw,32px);max-width:none;width:100%;margin:0 auto}.executive-perspectives-box{background:#fff;border:1px solid #c5d0dc;border-radius:14px;box-shadow:0 10px 26px #0b203612;padding:28px 32px;min-height:200px;display:flex;align-items:center}.executive-perspectives-box ul{list-style:none;margin:0;padding:0;width:100%}.executive-perspectives-box li{display:flex;align-items:flex-start;gap:12px;padding:6px 0;font-family:var(--sans);font-weight:400;font-size:var(--body-size);color:var(--muted);line-height:1.35;text-transform:none;letter-spacing:0}.executive-perspectives-box li span{font-family:inherit;font-weight:inherit;font-size:inherit;line-height:inherit;color:inherit}.executive-perspectives-box i{color:#c6982f;font-size:.9rem;margin-top:4px;flex-shrink:0}.about{background:#eaf4fb;text-align:left}.about-layout{display:flex;flex-direction:column;gap:clamp(32px,4vw,52px);max-width:none;width:100%;margin:0;position:relative;z-index:1;text-align:left}.about-top,.about-bottom{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.85fr);gap:clamp(24px,3vw,48px);align-items:start;width:100%}.about-intro,.about-ambition,.about-purpose{text-align:left!important;margin:0;padding:0;width:100%;min-width:0;justify-self:stretch}.about-ambition .about-subhead,.about-purpose .about-subhead,.about-ambition .about-body,.about-purpose .about-body,.about-intro .about-title,.about-intro .about-tagline,.about-intro .about-body{text-align:left!important;margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important}.about-title{line-height:1.05;letter-spacing:.06em;color:var(--ink);margin:0 0 10px;text-align:left!important}.about-tagline{color:var(--gold);letter-spacing:.14em;margin:0 0 22px;line-height:1.35;text-align:left!important}.about-subhead{display:block;color:var(--gold);letter-spacing:.12em;line-height:1.3;margin:0 0 14px;padding:0;text-align:left!important;font-weight:600}.about-body{display:block;font-family:var(--sans);font-weight:400;font-size:var(--body-size);line-height:1.6;color:#4a5563;margin:0;max-width:none;width:100%;text-align:left!important;letter-spacing:normal;text-transform:none}.about-body strong{font-weight:700;color:#4a5563}.about-ambition .about-body,.about-purpose .about-body,.about-intro .about-body{font-family:var(--sans)!important;font-weight:400!important;font-size:var(--body-size)!important;line-height:1.6!important;color:#4a5563!important;letter-spacing:normal!important;text-transform:none!important;text-align:left!important}.about-video-wrap{position:relative;width:100%;max-width:none;justify-self:stretch;border-radius:16px;overflow:hidden;background:#0d2b4a;line-height:0;box-shadow:0 18px 40px #0b20362e;aspect-ratio:4 / 3;min-height:0;max-height:none}.about-video{width:100%;height:100%;object-fit:cover;object-position:center;display:block;background:#0d2b4a}.about-video-play{position:absolute;right:14px;bottom:14px;z-index:2;width:52px;height:52px;border-radius:50%;border:none;background:#ffffffeb;color:var(--ink);font-size:1.1rem;cursor:pointer;display:grid;place-items:center;box-shadow:0 8px 24px #0003;transition:transform .15s ease,background .2s ease,opacity .2s ease}.about-video-play:not(.is-playing){top:0;left:0;margin:auto;right:auto;bottom:auto;width:72px;height:72px;font-size:1.35rem}.about-video-play:not(.is-playing) i{padding-left:4px}.about-video-wrap:hover .about-video-play.is-playing,.about-video-play.is-playing:focus-visible{opacity:1}.about-video-play.is-playing{opacity:.88}.about-video-play:hover{transform:scale(1.05);background:#fff;opacity:1}.ap-item .sub{font-family:var(--display);color:var(--gold);letter-spacing:1.2px;text-transform:uppercase;font-size:clamp(1.15rem,2vw,1.35rem);margin-bottom:12px;text-align:left}.ap-item p{font-family:var(--sans);color:var(--muted);line-height:1.65;max-width:none;text-align:left}.founder{background:var(--paper);width:100%;max-width:100%;margin-left:0;margin-right:0;padding-top:130px;padding-bottom:90px;padding-left:6vw;padding-right:6vw;box-sizing:border-box}.founder:after{content:"";display:table;clear:both}.founder-photo{float:right;width:min(42%,520px);max-width:520px;margin:0 0 28px 48px;border-radius:18px;box-shadow:0 16px 36px #0b20362e;object-fit:cover;aspect-ratio:4 / 5;display:block}.founder .title{margin:0 0 22px;color:var(--ink)}.founder-name{font-weight:700;color:#1a1a1a;margin:0 0 5px;line-height:1.25}.founder-role{font-weight:400;color:#1a1a1a;margin:0 0 28px;line-height:1.3}.founder p:not(.founder-name):not(.founder-role){color:#1a1a1a;margin:0 0 24px;font-weight:400;line-height:1.6;max-width:none}.founder p:last-child{margin-bottom:0}.founder p strong{font-weight:700;color:#1a1a1a}.contact{background:var(--nav-bg);color:#fff}.contact-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,.9fr);gap:clamp(32px,5vw,72px);align-items:flex-start;max-width:none;width:100%;margin-inline:auto}.contact .title{color:var(--gold);margin-bottom:12px}.contact .connect{font-size:1.5rem;font-weight:500;margin-bottom:14px}.contact .blurb{color:#ffffffbf;font-weight:300;max-width:560px;margin-bottom:28px}.contact .office{font-family:var(--display);color:var(--gold);letter-spacing:1px;font-size:1.4rem;margin-bottom:14px}.contact-details p{display:flex;align-items:flex-start;gap:14px;margin-bottom:12px;color:#ffffffeb}.contact-icon{width:22px;height:22px;object-fit:contain;flex-shrink:0;margin-top:3px}.contact-brand{text-align:center}.contact-brand>img{width:min(420px,95%);margin:0 auto 12px;height:auto;object-fit:contain}.contact-brand .name{font-family:var(--display);font-size:2rem;letter-spacing:12px;padding-left:12px}.contact-brand .tag{letter-spacing:4px;font-size:.72rem;color:#ffffffbf;margin-top:4px}.contact-form{margin-top:40px;background:#ffffff0d;border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:26px;grid-column:1 / -1}.contact-form h3{font-family:var(--display);color:var(--gold);letter-spacing:1px;margin-bottom:16px}.contact-form .row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.contact-form input,.contact-form textarea{width:100%;padding:12px 14px;border-radius:6px;border:1px solid rgba(255,255,255,.2);background:#ffffff0f;color:#fff;font-family:var(--sans);font-size:.95rem;margin-bottom:14px}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#ffffff80}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:var(--gold)}.form-status{margin-top:10px;font-weight:600;font-size:.92rem}.form-status.ok{color:#4ade80}.form-status.err{color:#f87171}footer{background:var(--nav-bg);color:#ffffffd9;text-align:center;padding:26px;letter-spacing:.5px;border-top:none}@media (min-width: 1440px){:root{--heading-size: 64px;--subheading-size: 28px;--body-size: 20px}section{padding:110px 6vw}.why-flip-grid,.services-flip-grid,.impact-flip-grid,.insights-inner,.why-works-inner,.about-layout,.contact-grid,.executive-perspectives-grid{max-width:none;width:100%}.flow{max-width:min(1320px,100%);gap:clamp(28px,3vw,48px)}.flow-card{max-width:380px;padding:48px 40px}.flow-icon{width:72px;height:72px}.flow-arrow{font-size:1.75rem}.approach .kicker{font-size:1.65rem;max-width:min(1000px,94%)}.approach .lead-strong{font-size:1.35rem;max-width:min(1000px,94%)}.approach .note{font-size:1.18rem;max-width:min(1100px,94%)}.introduction .intro-photo{max-width:min(480px,100%)}.about-video-wrap{max-width:none}.brand img{height:52px;max-width:min(360px,40vw)}.site-header{min-height:80px;padding:14px 5vw}nav a,.nav-parent{font-size:clamp(1.05rem,1.1vw,1.25rem)}.founder-photo{width:min(40%,560px);max-width:560px}.industries-photo{max-width:380px}.hero .subtitle{font-size:clamp(1.05rem,1.4vw,1.22rem)}.hero-btns .btn{font-size:1.05rem}.flow-card h4{font-size:1.3rem}.why-flip-front h4,.svc-flip-front h3,.impact-flip-front h3{font-size:clamp(1.12rem,7.5cqi,1.95rem)}.why-flip-back p,.svc-flip-back li,.impact-flip-back p{font-size:clamp(.98rem,6.5cqi,1.4rem)}.industries-col li{font-size:clamp(1.02rem,1.15vw,1.12rem)}.insights-heading{font-size:2.35rem!important}.insights .insight-title{font-size:1.05rem!important}.contact .connect{font-size:1.65rem}.contact .office{font-size:1.55rem}.ap-item .sub{font-size:clamp(1.25rem,2vw,1.5rem)}}@media (min-width: 1920px){:root{--heading-size: 72px;--subheading-size: 32px;--body-size: 22px}body{max-width:none;margin:0}section{padding:120px 5vw}.industries-photo{max-width:400px}.about-video-wrap{max-width:none}.brand img{height:56px;max-width:min(400px,36vw)}nav a,.nav-parent{font-size:clamp(1.1rem,1.05vw,1.35rem)}.hero .subtitle{font-size:clamp(1.12rem,1.35vw,1.3rem)}.hero-btns .btn{font-size:1.1rem}.flow{max-width:min(1480px,100%);gap:52px}.flow-card{max-width:420px;padding:56px 44px}.flow-icon{width:80px;height:80px}.flow-arrow{font-size:2rem}.flow-card h4{font-size:1.4rem}.approach .kicker{font-size:1.85rem}.approach .lead-strong{font-size:1.5rem}.approach .note{font-size:1.28rem}.why-flip-front h4,.svc-flip-front h3,.impact-flip-front h3{font-size:clamp(1.2rem,7.5cqi,2.1rem)}.why-flip-back p,.svc-flip-back li,.impact-flip-back p{font-size:clamp(1.05rem,6.5cqi,1.5rem)}.industries-col li{font-size:clamp(1.08rem,1.1vw,1.18rem)}.insights-heading{font-size:2.6rem!important}.insights .insight-title{font-size:1.12rem!important}.contact .connect{font-size:1.8rem}.contact .office{font-size:1.7rem}.ap-item .sub{font-size:clamp(1.35rem,1.8vw,1.65rem)}.contact-brand .name{font-size:2.25rem}}@media (min-width: 901px) and (max-width: 1024px){.industries{grid-template-columns:minmax(0,1.1fr) minmax(240px,.9fr)}.industries-photo{margin-left:0;max-width:360px}.executive-perspectives-grid{max-width:none;width:100%}.why-works-row{column-gap:28px}}@media (max-width: 1280px){.site-header{padding:10px 4vw}.brand img{height:40px}.nav-toggle{display:flex}#primary-nav{position:fixed;inset:0 0 auto 0;top:0;padding:84px 5vw 28px;background:var(--nav-bg);max-height:0;opacity:0;visibility:hidden;overflow:hidden;pointer-events:none;transition:max-height .3s ease,opacity .25s ease,visibility .25s ease;z-index:10049}#primary-nav.is-open{max-height:min(100vh,720px);opacity:1;visibility:visible;overflow-y:auto;pointer-events:auto;z-index:10051}nav .nav-main{flex-direction:column;align-items:stretch;gap:0}.nav-main>li{border-bottom:1px solid rgba(255,255,255,.08)}.nav-main>li>a,.nav-parent{display:flex;width:100%;justify-content:space-between;align-items:center;padding:16px 4px;font-size:1rem}.nav-chevron{display:inline-block}.nav-has-dropdown .nav-dropdown{position:static;min-width:0;margin:0;padding:0 0 10px 12px;border:none;border-radius:0;box-shadow:none;background:transparent;opacity:1;visibility:visible;transform:none;display:none;pointer-events:auto}.nav-has-dropdown.is-open .nav-dropdown{display:flex}.nav-has-dropdown:hover .nav-dropdown{display:none}.nav-has-dropdown.is-open:hover .nav-dropdown,.nav-has-dropdown.is-open .nav-dropdown{display:flex}.nav-dropdown a{padding:12px 8px;white-space:normal;font-size:.95rem;color:#fffc;pointer-events:auto;cursor:pointer;-webkit-tap-highlight-color:rgba(198,152,47,.35)}}@media (max-width: 1024px){:root{--heading-size: 44px;--subheading-size: 22px}section{padding:72px 5vw}.introduction .intro-top{grid-template-columns:minmax(0,1.4fr) minmax(200px,.75fr);gap:clamp(16px,2.5vw,28px)}.introduction .intro-photo{max-width:min(360px,100%)}.industries{grid-template-columns:minmax(0,1.35fr) minmax(180px,.6fr);column-gap:clamp(16px,3vw,28px)}.industries-photo{max-width:min(300px,100%)}.why-flip-grid,.services-flip-grid,.impact-flip-grid{gap:16px}.founder-photo{width:min(38%,420px);max-width:420px}}@media (min-width: 769px) and (max-width: 900px){.why-flip-grid,.services-flip-grid,.impact-flip-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;max-width:none;width:100%}.industries{grid-template-columns:minmax(0,1.1fr) minmax(200px,.85fr)}.contact-form .row{grid-template-columns:1fr}}@media (max-width: 768px){:root{--heading-size: 34px;--subheading-size: 20px}html{scroll-padding-top:80px}section{padding:48px 5vw}.industries,.contact-grid,.contact-form .row{grid-template-columns:1fr}.about-layout{gap:32px}.about-top,.about-bottom{grid-template-columns:1fr;gap:24px}.about-video-wrap{max-width:100%;justify-self:stretch}.industries-photo{order:-1;max-width:min(300px,100%);justify-self:center;margin-left:0;margin-bottom:8px}.industries-cols{max-width:100%}.founder{padding-top:72px;padding-bottom:48px;padding-left:5vw;padding-right:5vw}.founder-photo{float:none;display:block;width:100%;max-width:320px;margin:0 0 24px}.why-flip-grid,.services-flip-grid,.impact-flip-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;max-width:none;width:100%}.section-head{margin-bottom:40px}.hero .pill{padding:7px 14px;margin-bottom:20px}.hero .subtitle{margin:20px auto 28px}.hero-btns{justify-content:center;gap:12px}.hero-btns .btn{width:auto;max-width:280px;font-size:.9rem;padding:12px 22px}.flow{flex-direction:column;gap:24px}.flow-arrow{transform:rotate(90deg)}.flow-card{max-width:100%;width:100%}.introduction .intro-top{grid-template-columns:1fr;gap:20px;align-items:start}.introduction .intro-photo{width:100%;height:auto;min-height:0;aspect-ratio:4 / 3;max-width:100%;justify-self:stretch}.executive-perspectives-grid{grid-template-columns:1fr;max-width:440px;margin-inline:auto}.executive-perspectives-box{padding:22px 24px;min-height:0}.svc-flip,.why-flip,.impact-flip{min-height:260px}.contact{padding:48px 5vw}.contact-brand{margin-top:8px}.details-grid{grid-template-columns:1fr 1fr}}@media (max-width: 480px){:root{--heading-size: 28px;--subheading-size: 18px}html{scroll-padding-top:90px}section{padding:40px 4vw}.section-head{margin-bottom:32px}.site-header{padding:10px 4vw}.brand img{height:38px;max-width:min(240px,52vw)}#primary-nav{padding-top:76px}.hero{min-height:auto;padding:110px 4vw 40px}.hero .pill{padding:7px 12px;max-width:92%}.hero .subtitle{margin:16px auto 22px}.hero-btns{flex-direction:column;width:100%;max-width:280px;gap:10px}.hero-btns .btn{width:100%;max-width:none;font-size:.9rem;padding:12px 16px;white-space:normal}.flow-card{padding:28px 24px;max-width:100%}.services-flip-grid,.why-flip-grid,.impact-flip-grid{grid-template-columns:1fr;gap:16px;max-width:360px;margin-inline:auto}.svc-flip,.why-flip,.impact-flip{aspect-ratio:5 / 4;min-height:240px}.svc-flip-front h3{font-size:clamp(1rem,7cqi,1.35rem);max-width:none}.svc-flip-back li{font-size:clamp(.88rem,5.5cqi,1.1rem)}.svc-flip-back ul{gap:10px}.why-flip-icon{width:clamp(44px,16cqi,64px);height:clamp(44px,16cqi,64px)}.why-flip-front h4{font-size:clamp(1rem,7cqi,1.35rem)}.why-flip-back p{font-size:clamp(.9rem,6cqi,1.15rem)}.impact-flip-front h3{font-size:clamp(1rem,7cqi,1.35rem);max-width:none}.impact-flip-back p{font-size:clamp(.9rem,6cqi,1.15rem)}.founder-photo{max-width:260px;margin:0 auto 24px}.details-grid{grid-template-columns:1fr;gap:16px}.detail-item{padding:12px}.contact-form{padding:20px 16px}footer{padding:22px 16px;font-size:.85rem;line-height:1.5}}@media (max-width: 360px){:root{--heading-size: 26px;--subheading-size: 17px}section{padding:36px 3.5vw}.hero{padding:104px 3.5vw 36px}.hero-btns{max-width:100%}.hero-btns .btn{font-size:.84rem;padding:11px 14px}.flow-card{padding:20px 16px}.svc-flip,.why-flip,.impact-flip{min-height:220px}}:is(p,li,label,input,textarea,select,button,.btn,nav a,footer,.hero .subtitle,.about-body,.founder-name,.founder-role,.introduction p:not(.sub),.industries .intro-line,.approach .kicker,.approach .lead-strong,.approach .note,.industries-col li,.industries-col li span,.impact-flip-back p,.flow-card h4,.about-layout p,.why-works-block p,.about-intro p,.founder p,.contact p,.contact-detail span,.details-grid p,.contact-form input,.contact-form textarea,.form-status,.svc-flip-back li,.why-flip-back p,.ap-item p,.executive-perspectives-box li,.section-head .lead){font-family:var(--sans)!important;font-size:var(--body-size)!important}:is(h1,.section-head .title,.industries-title,.why-works-title,.contact .title,.introduction .title,.impact-head .title,.about-title,.founder .title,.contact-brand .name){font-family:var(--display)!important;font-weight:600!important;font-size:var(--heading-size)!important;line-height:1.05!important;letter-spacing:1px;text-transform:uppercase}.hero h1{color:#fff;letter-spacing:.02em}:is(.section-head .sub,.impact-head .sub,.introduction .sub,.approach .section-head .sub,.hero .pill,.industries .serve,.contact .office,.contact .connect,.contact-form h3,.work-item h4,.flow-card h4,.svc-flip-front h3,.why-flip-front h4,.ap-item .sub,.insight-label,.eyebrow,.contact-brand .tag,.about-tagline,.about-subhead){font-family:var(--display)!important;font-weight:600!important;font-size:var(--subheading-size)!important;line-height:1.25!important;letter-spacing:.06em;text-transform:uppercase}.insight-label{letter-spacing:.12em;text-transform:uppercase;color:var(--gold)}.hero .pill{color:#fff;letter-spacing:.02em;text-transform:none}.introduction .title{color:var(--ink)!important;margin:0 0 2px!important;line-height:1.02!important}.introduction .sub{color:var(--gold)!important;margin:0 0 18px!important;line-height:1.2!important;background:none;padding:0}.about-tagline,.about-subhead{text-transform:uppercase}.flow-card h4,.svc-flip-front h3,.why-flip-front h4,.impact-flip-front h3{text-transform:none;color:var(--ink)}.svc-flip-front h3,.why-flip-front h4,.impact-flip-front h3{color:#fff;text-shadow:0 2px 14px rgba(0,0,0,.55),0 1px 4px rgba(0,0,0,.4)}.executive-perspectives .exec-sub{font-family:var(--sans)!important;font-weight:600!important;font-size:var(--subheading-size)!important;color:#2a3540!important;text-transform:none!important;letter-spacing:0!important}.executive-perspectives-box li,.executive-perspectives-box li span{font-family:var(--sans)!important;font-weight:400!important;font-size:var(--body-size)!important;text-transform:none!important;letter-spacing:0!important;color:var(--muted)!important}
