@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");:root{--paper:#f7f7f2;--ink:#0d0d0d;--olive:#5a5f2e;--yellow:#f2c94c;--line:#e5e5df;--muted:#5d5d58}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,Arial,sans-serif;font-size:14px;line-height:1.6}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.wrap{width:calc(100% - 64px);margin:auto}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:10;background:color-mix(in srgb,var(--ink) 94%,transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:2px solid var(--olive)}.nav{height:76px;display:flex;align-items:center;justify-content:space-between}.brand{font-size:28px;font-weight:500;letter-spacing:-.02em;color:var(--paper)}.brand-logo{width:50px;height:50px;object-fit:contain;align-items:center;justify-content:center;display:inline-block;margin-left:-5px}.nav-links{display:flex;align-items:center;gap:31px;font-size:14px;color:var(--paper)}.nav-links>a:not(.button){padding:28px 0;border-bottom:2px solid transparent}.nav-links .active{border-color:var(--paper)!important}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;background:var(--olive);color:#fff;padding:12px 20px;border-radius:3px;font-weight:600;font-size:14px;transition:transform .2s,background .2s;cursor:pointer}.button:hover{transform:translateY(-2px);background:#464b1e}.button.small{padding:9px 15px}.button.yellow{background:var(--yellow);color:var(--ink)}.text-link{display:inline-flex;align-items:center;gap:2px;font-weight:600;font-size:14px}.text-link svg{width:16px}.menu-button,.mobile-menu{display:none}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(42px,5.4vw,74px);line-height:1.1;letter-spacing:-.065em;font-weight:600}h2{font-size:clamp(28px,3vw,40px);line-height:1.15;letter-spacing:-.055em}h3{font-size:15px;line-height:1.35;letter-spacing:-.035em}em{font-style:italic}.eyebrow,em{color:var(--olive)}.eyebrow{font-size:14px;text-transform:uppercase;letter-spacing:.04em;font-weight:700;margin-bottom:16px}.hero{min-height:500px;display:grid;grid-template-columns:1.04fr .96fr;align-items:center;border-bottom:1px solid var(--line);grid-gap:25px;gap:25px}.hero-copy{max-width:555px}.lede{max-width:440px;font-size:14px;line-height:1.85;margin:26px 0}.actions{display:flex;gap:20px;align-items:center}.system-graphic{width:100%;max-width:510px;justify-self:end}.system-graphic svg{width:100%;height:auto;display:block}.diagram-grid path{stroke:#deded7;stroke-width:.7}.diagram-line{stroke:#222;stroke-width:1.1}.diagram-line.light{stroke:#92927e}.olive-block{fill:var(--olive)}.block-top{fill:#747a3c}.block-side{fill:#45491f}.black-block{fill:#0e0e0d}.signal,.yellow-block{fill:var(--yellow)}.node{fill:#141414}.is-dark .diagram-grid path{stroke:#393936}.is-dark .diagram-line{stroke:#c9c9bd}.is-dark .node{fill:#eee}.is-dark .black-block{fill:#fff}.section{padding:43px 0}.section-heading{margin-bottom:38px}.centered{text-align:center}.section-heading h2{margin:0}.capability-grid{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:0;gap:0;border-top:1px solid var(--line);border-left:1px solid var(--line)}.capability{padding:22px 17px 17px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:238px;display:flex;flex-direction:column;transition:background .2s}.capability:hover{background:#efefe8}.capability>svg{width:25px;height:25px;color:var(--olive);stroke-width:1.3}.capability h3{margin:19px 0 8px;min-height:40px}.capability p{font-size:11px;line-height:1.7;color:var(--muted);margin:0;min-height:58px}.capability a{margin-top:auto;padding-top:13px}.capability a svg{width:16px}.dark-panel{background:var(--ink);color:#fff;padding:42px 34px 30px;border-radius:3px}.dark-heading h2{font-size:31px;margin-bottom:36px}.dark-heading em{color:var(--yellow)}.problem-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:25px;gap:25px}.problem-grid h3{font-size:14px;margin:14px 0 3px}.problem-grid p{font-size:12px;color:#deded8;margin:0}.mini-diagram{height:65px;width:110px}.mini-diagram i{position:absolute;width:7px;height:7px;border-radius:50%;border:1px solid var(--yellow);top:20px;left:8px}.mini-diagram i:nth-of-type(2){top:46px;left:35px}.mini-diagram i:nth-of-type(3){top:12px;left:65px}.mini-diagram b{position:absolute;height:1px;background:#9a9a91;width:60px;transform:rotate(20deg);top:33px;left:16px}.mini-diagram .dot{position:absolute;width:8px;height:8px;border-radius:50%;background:var(--yellow);left:88px;top:32px}.mini-diagram .d1{top:17px;left:53px}.mini-diagram .d2{top:46px;left:75px}.mini-diagram .d3{left:30px;top:10px}.audience-grid{display:grid;grid-template-columns:repeat(3,1fr);text-align:center;grid-gap:56px;gap:56px}.audience-grid svg{width:33px;height:33px;color:var(--olive);stroke-width:1.25}.audience-grid h3{margin:13px 0 5px}.audience-grid p{font-size:14px;color:var(--muted);max-width:220px;margin:auto}.why{border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr;align-items:center;padding:55px 0}.why ul{padding:0;margin:25px 0 0;list-style:none;display:grid;grid-gap:12px;gap:12px;font-size:12px}.why li{display:flex;gap:10px}.why li span{background:var(--olive);color:#fff;border-radius:50%;width:15px;height:15px;line-height:15px;text-align:center;font-size:9px;flex:0 0 auto}.why .system-graphic{width:82%}.process{border-top:1px solid var(--line)}.process-row{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:30px;gap:30px}.process-row article{position:relative}.process-row article:not(:last-child):after{content:"⟶";position:absolute;right:-20px;top:15px;color:var(--olive)}.process-row span{font-size:20px;color:var(--olive);font-weight:600}.process-row h3{margin:4px 0 8px}.process-row p{font-size:11px;color:var(--muted);margin:0;max-width:195px}.faq-cta{display:grid;grid-template-columns:1fr 1.14fr;margin-top:5px;margin-bottom:0}.faq{padding:38px 25px 35px 0}.faq h2{margin-bottom:20px}.faq-item{border-bottom:1px solid var(--line)}.faq-item button{padding:14px 0;background:none;border:0;display:flex;width:100%;justify-content:space-between;text-align:left;font-size:12px;cursor:pointer}.faq-item b{font-size:18px;font-weight:400}.faq-item p{font-size:11px;line-height:1.7;color:var(--muted);padding-right:30px;margin:0 0 13px}.final-cta{position:relative;background:linear-gradient(115deg,#2d3117,#5a5f2e);color:#fff;padding:47px 40px;overflow:hidden;min-height:310px;border-radius:3px}.final-cta .system-graphic{position:absolute;right:-60px;bottom:-85px;width:420px;opacity:.35}.final-cta>div{position:relative;z-index:1;max-width:330px}.final-cta h2{font-size:27px}.final-cta p{font-size:12px;color:#e8e8df;line-height:1.7;margin:18px 0 25px}.footer{background:var(--ink);color:#fff;margin-top:0;padding:4px 0 17px}.footer-top{display:grid;grid-template-columns:1fr 300px;align-items:center}.footer .footer-title{font-size:20px;letter-spacing:-.04em;margin-bottom:9px;margin-top:30px}.footer p:not(.footer-title){font-size:11px;color:#ccc;margin-bottom:70px}.footer .brand{display:block}.footer .system-graphic{opacity:.55}.footer-bottom{border-top:1px solid #30302e;padding-top:15px;display:flex;justify-content:space-between;color:#aaa;font-size:10px}.footer-bottom div{display:flex;gap:35px}.page-hero{min-height:282px;display:flex;align-items:center}.dark-page{background:var(--ink);color:#fff}.page-hero>.wrap{display:grid;grid-template-columns:1fr 360px;align-items:center}.page-hero h1{font-size:42px;margin:0 0 8px}.page-hero p:not(.eyebrow){max-width:325px;font-size:12px;line-height:1.7;margin:0}.page-hero .eyebrow{color:var(--yellow);margin-bottom:10px}.page-hero .system-graphic{width:310px}.services-hero{min-height:282px;overflow:hidden}.services-hero>.wrap{position:relative}.services-hero h1{font-size:clamp(47px,5.1vw,74px);line-height:1.04}.services-hero p:not(.eyebrow){max-width:610px;font-size:15px;line-height:1.8;margin:0}.services-hero .eyebrow{color:var(--olive);margin-top:44px;margin-bottom:16px}.services-hero-graphic{position:absolute;right:40px;bottom:0;width:56%;height:100%;pointer-events:none}.services-hero-graphic .network-graphic{position:absolute;inset:0;width:100%;height:100%;opacity:.8}.services-hero-graphic .network-graphic svg{width:100%;height:100%}@media(max-width:820px){.services-hero{min-height:auto}.services-hero>.wrap{grid-template-columns:1fr;padding:68px 0 50px}.services-hero-graphic{position:relative;right:auto;bottom:auto;width:min(100%,440px);height:220px;justify-self:center}.services-hero h1{font-size:clamp(45px,8vw,61px)}.services-hero .eyebrow{margin-bottom:20px}}@media(max-width:560px){.services-hero>.wrap{padding:54px 0 42px}.services-hero h1{font-size:43px;margin-bottom:22px}.services-hero p:not(.eyebrow){font-size:13px}.services-hero-graphic{width:345px;max-width:100%;height:170px}}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px}.service-card{min-height:215px;border:1.5px solid var(--line);padding:23px;display:flex;flex-direction:column;border-radius:3px;transition:box-shadow .2s,transform .2s}.service-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #1111110c}.service-card-heading{display:flex;align-items:center;gap:12px;min-height:43px}.service-card-heading svg{width:25px;height:25px;color:var(--olive);stroke-width:1.25}.service-card h2{font-size:18px;margin:0}.service-card ul{list-style:none;margin:0;padding:0;display:grid;grid-gap:5px;gap:5px;font-size:12px;color:#444}.service-card li:before{content:"•";color:var(--yellow);margin-right:7px}.service-card a,.solution-card a{font-size:11px;font-weight:600;display:flex;align-items:center;gap:3px;margin-top:auto;padding-top:15px}.service-card a svg,.solution-card a svg{width:14px}.services-cta{border-radius:3px;color:var(--ink);padding:0;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;text-align:center;margin-bottom:40px}.services-cta .system-graphic{position:absolute;right:-20px;width:350px;opacity:.55}.services-cta>div{position:relative;z-index:1}.services-cta h2{font-size:25px;margin:0 0 6px}.services-cta p{font-size:12px;margin:0 0 17px;color:var(--muted)}.page-intro{padding:60px 10px}.page-intro h1{font-size:54px;margin:0 0 12px}.page-intro>p:not(.eyebrow){font-size:14px;line-height:1.75}.solutions-section{padding:40px 0 86px}.filters{display:flex;gap:7px;margin-bottom:24px;flex-wrap:wrap}.filters button{background:none;border:1px solid var(--line);border-radius:2px;padding:8px 15px;font-size:11px;cursor:pointer}.filters .selected{background:var(--olive);border-color:var(--olive);color:#fff}.solution-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px}.solution-card{min-height:300px;border:1px solid var(--line);padding:20px;display:flex;flex-direction:column;border-radius:3px}.solution-visual{height:120px;background:#eeeeea;position:relative;overflow:hidden;margin:-20px -20px 19px;padding:20px}.solution-visual .mini-diagram{transform:scale(1.3);margin-left:15px;margin-top:13px}.solution-visual span{position:absolute;top:12px;right:13px;text-transform:uppercase;color:var(--olive);font-size:9px;font-weight:700;letter-spacing:.05em}.solution-card h2{font-size:18px;margin:0 0 8px}.solution-card p{font-size:12px;color:var(--muted);line-height:1.65}.simple-cta{background:var(--olive);color:#fff;text-align:center;border-radius:3px;padding:65px 20px;margin-bottom:80px}.simple-cta .eyebrow{color:var(--yellow)}.simple-cta h2{margin:0 0 12px}.simple-cta p{font-size:13px}.simple-cta .button{background:var(--yellow);color:var(--ink);margin-top:13px}.contact-intro{padding-bottom:45px}.contact-layout{display:grid;grid-template-columns:1.45fr .75fr;grid-gap:85px;gap:85px;padding-bottom:85px;padding-left:10px}.contact-form{display:grid;grid-gap:17px;gap:17px}.form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:17px;gap:17px}.field{display:grid;grid-gap:7px;gap:7px;font-size:12px;font-weight:600}.field input,.field select,.field textarea{border:1px solid var(--line);background:#fbfbf8;border-radius:3px;padding:12px;color:var(--ink);outline:none;font-size:12px;width:100%;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--olive);box-shadow:0 0 0 3px #5a5f2e18}.field small{color:#a82c23;font-weight:400}.honeypot{position:absolute;left:-10000px}.form-status{font-size:12px;margin:0}.form-status.success{color:var(--olive)}.form-status.error{color:#a82c23}.spinner{width:14px;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.contact-info{position:relative;overflow:hidden}.contact-info h2{font-size:18px;margin-bottom:25px}.contact-info address{font-style:normal;display:grid;grid-gap:17px;gap:17px}.info-line{display:flex;gap:12px}.info-line svg{color:var(--olive);width:19px;margin-top:3px;stroke-width:1.4}.info-line span{display:block;font-weight:600;font-size:11px}.info-line p{font-size:11px;line-height:1.6;color:var(--muted);margin:2px 0 0;max-width:180px}.contact-info h3{font-size:13px;margin:45px 0 12px}.social-links{display:flex;gap:10px}.social-links a{border:1px solid var(--olive);color:var(--olive);width:32px;height:32px;display:grid;place-items:center;border-radius:2px}.social-links svg{width:17px}.contact-info>.system-graphic{position:absolute;width:360px;opacity:.28;right:-170px;bottom:-130px;pointer-events:none}@media(max-width:820px){.wrap{width:min(100% - 40px,680px)}.nav-links{display:none}.menu-button{display:block;border:0;background:none;padding:8px}.menu-button svg{width:22px}.mobile-menu{display:flex;position:absolute;top:76px;left:0;right:0;padding:20px;flex-direction:column;gap:16px;background:var(--paper);border-bottom:1px solid var(--line);box-shadow:0 10px 20px #0000000c}.mobile-menu .button{align-self:flex-start}.hero{min-height:auto;grid-template-columns:1fr;padding:70px 0 45px;gap:20px}.hero .system-graphic{max-width:410px;justify-self:center}.capability-grid{grid-template-columns:repeat(3,1fr)}.problem-grid{row-gap:35px}.problem-grid,.service-grid,.solution-grid{grid-template-columns:repeat(2,1fr)}.page-hero>.wrap{grid-template-columns:1fr 260px}.contact-layout{gap:45px}.footer-top{grid-template-columns:1fr 230px}}@media(max-width:560px){h1{font-size:42px}.section{padding:62px 0}.hero{padding-top:55px}.capability-grid{grid-template-columns:repeat(2,1fr)}.capability{min-height:220px;padding:18px 14px}.dark-panel{margin-left:0;margin-right:0;width:100%;padding:35px 20px}.problem-grid{gap:25px 15px}.audience-grid{gap:32px}.audience-grid,.why{grid-template-columns:1fr}.why{padding:50px 0}.why .system-graphic{display:none}.process-row{grid-template-columns:repeat(2,1fr);row-gap:30px}.process-row article:nth-child(2):after{display:none}.faq-cta{grid-template-columns:1fr;width:100%}.faq{padding:45px 20px}.final-cta{border-radius:0;padding:44px 20px}.footer-top{grid-template-columns:1fr}.footer-top .system-graphic{display:none}.footer-bottom{flex-direction:column;gap:12px}.page-hero{min-height:245px}.page-hero>.wrap{grid-template-columns:1fr}.page-hero .system-graphic{display:none}.service-grid,.solution-grid{grid-template-columns:1fr}.services-cta{padding:36px 23px}.services-cta .system-graphic{opacity:.25}.page-intro{padding:60px 0 40px}.page-intro h1{font-size:42px}.contact-layout{padding-bottom:55px}.contact-layout,.form-grid{grid-template-columns:1fr}.contact-info{border-top:1px solid var(--line);padding-top:35px}.contact-info>.system-graphic{display:none}.solution-card{min-height:270px}}@media(prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.approach-hero{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;grid-gap:24px;gap:24px;border-bottom:1px solid var(--line);min-height:500px;padding:24px 0 34px}.approach-hero>div:first-child{max-width:700px;align-self:center}.approach-hero h1{font-size:clamp(47px,5.1vw,74px);line-height:1.04;margin:0 0 34px}.approach-hero>div:first-child>p:not(.eyebrow){max-width:610px;font-size:15px;line-height:1.8;margin:0}.approach-hero .eyebrow{margin-bottom:52px}.approach-hero-graphic{width:100%;max-width:510px;justify-self:end;margin-right:-8px;align-self:center}.approach-hero-graphic svg{width:100%;display:block}.approach-path{stroke:#2f302b;stroke-width:1.25}.approach-orbit{stroke:#727447;stroke-width:1;stroke-dasharray:3 5}.approach-ring{stroke:var(--yellow);stroke-width:1.2}.approach-core{fill:var(--olive)}.approach-node{fill:var(--ink)}.approach-yellow-node{fill:var(--yellow)}.approach-open-node{stroke:var(--olive);stroke-width:1.5;fill:var(--paper)}.approach-dots{stroke:var(--yellow);stroke-width:1;stroke-dasharray:1 7}.approach-audiences{padding:42px 0 39px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.approach-audiences header{display:grid;grid-template-columns:.76fr 1.24fr;grid-gap:48px;gap:48px;align-items:end;padding-bottom:45px;border-bottom:1px solid var(--line)}.approach-audiences header .eyebrow{grid-column:1}.approach-audiences header h2{grid-column:1;margin:0;font-size:34px}.approach-audiences header>p:last-child{grid-column:2;grid-row:2;margin:0;max-width:435px;color:var(--muted);font-size:13px;line-height:1.75}.audience-architecture{display:grid;grid-template-columns:repeat(3,1fr)}.audience-architecture article{min-height:367px;padding:25px 24px;border-right:1px solid var(--line);display:grid;grid-template-rows:100px 1fr}.audience-architecture article:first-child{border-left:1px solid var(--line)}.audience-number{font-size:23px;color:var(--olive);font-weight:600;display:flex;justify-content:space-between}.audience-number .mini-diagram{transform:scale(.73);transform-origin:top right}.audience-architecture h3{font-size:20px;margin:0 0 10px}.audience-architecture p{font-size:12px;line-height:1.75;color:var(--muted);margin:0 0 18px}.audience-architecture ul{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;grid-gap:5px;gap:5px;font-size:10px}.audience-architecture li:before{content:"·";color:var(--yellow);font-weight:700;margin-right:5px}.thinking-section{background:var(--ink);color:#fff;padding:85px 0}.thinking-heading{max-width:530px;margin-bottom:45px}.thinking-heading .eyebrow{color:var(--yellow)}.thinking-heading h2{font-size:39px;margin-bottom:14px}.thinking-heading>p:last-child{font-size:13px;color:#d5d5cf;line-height:1.75;margin:0}.principle-grid{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid #353531;border-left:1px solid #353531}.principle-grid article{min-height:145px;padding:23px;border-right:1px solid #353531;border-bottom:1px solid #353531;display:grid;grid-template-columns:50px 1fr;grid-gap:17px;gap:17px;transition:background .25s}.principle-grid article:hover{background:#191917}.principle-grid span{color:var(--yellow);font-size:12px;font-weight:600}.principle-grid h3{font-size:16px;margin:0 0 7px}.principle-grid p{font-size:12px;line-height:1.7;color:#c9c9c3;margin:0}.approach-process{padding:42px 0 45px;border-bottom:1px solid var(--line)}.approach-process header{margin-bottom:45px}.approach-process header h2{margin:0}.approach-process-row{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:54px;gap:54px;border-top:0;max-width:1010px;margin:0 auto}.approach-process-row article{min-height:94px;padding:0 10px;position:relative;border:0;text-align:left}.approach-process-row article:not(:first-child){padding:0 10px}.approach-process-row article:not(:last-child):before{content:"→";color:var(--olive);font-size:28px;position:absolute;right:-17px;top:17px;z-index:1;background:var(--paper);padding:0 3px}.process-signal{height:65px;position:relative}.process-signal>span{font-size:22px;color:var(--olive);font-weight:600}.process-signal i{width:7px;height:7px;border-radius:50%;background:var(--yellow);position:absolute;top:17px;right:23px;box-shadow:0 0 0 5px #f2c94c22}.approach-process-row h3{font-size:16px;margin:3px 0 6px;display:inline-block;vertical-align:baseline}.approach-process-row p{font-size:14px;color:var(--muted);line-height:1.62;margin:0;max-width:145px}.approach-faq{padding:27px 34px 26px;display:flex;flex-direction:column;border-top:1px solid var(--line);background:#fbfbf8;border-bottom:1px solid var(--line);border-radius:3px 0 0 3px}.approach-faq h2{font-size:24px;margin:0 0 13px}.approach-faq-list{border-top:1px solid var(--line)}.approach-faq-list article{border-bottom:1px solid var(--line)}.approach-faq-list button{width:100%;border:0;background:none;text-align:left;padding:17px 0;font-size:13px;font-weight:500;display:flex;justify-content:space-between;gap:20px;cursor:pointer}.approach-faq-list button span{font-size:20px;line-height:1;font-weight:400;color:var(--olive)}.approach-faq-list p{font-size:12px;color:var(--muted);line-height:1.75;margin:0 38px 17px 0}.approach-cta{position:relative;overflow:hidden;background:linear-gradient(116deg,#363a17,#5b5f2e 78%);color:#fff;border-radius:3px;min-height:312px;margin-bottom:0;padding:0 35px;display:flex;align-items:center}.approach-cta .system-graphic{position:absolute;width:350px;right:-80px;bottom:-80px;opacity:.22}.approach-cta>div{position:relative;z-index:1;max-width:440px}.approach-cta .eyebrow{color:var(--yellow)}.approach-cta h2{font-size:24px;line-height:1.18;max-width:220px;margin:0 0 17px}.approach-cta p:not(.eyebrow){font-size:12px;line-height:1.8;color:#e7e7db;margin:0 0 22px}.approach-centered-heading{text-align:center;margin-bottom:26px}.approach-centered-heading h2{margin:0;letter-spacing:-.04em}.approach-centered-heading span,.heading-rule{display:block;width:150px;height:1px;background:var(--olive);margin:7px auto 0}.approach-audiences .audience-grid{gap:0;grid-template-columns:repeat(3,1fr);max-width:980px;margin:0 auto}.approach-audiences .audience-grid article{border-right:1px solid var(--line);display:grid;grid-template-columns:40px 1fr;grid-column-gap:16px;column-gap:16px;align-content:start;text-align:left;padding:15px 34px 8px;min-height:128px}.approach-audiences .audience-grid article:first-child{border-left:0}.approach-audiences .audience-grid article:last-child{border-right:0}.approach-audiences .audience-grid svg{grid-column:1;grid-row:1/span 2;width:35px;height:35px;margin-top:1px;justify-self:start;color:var(--olive)}.approach-audiences .audience-grid h3{grid-column:2;margin:0 0 5px;line-height:15px}.approach-audiences .audience-grid p{grid-column:2;font-size:12px;margin:0;max-width:190px;line-height:1.65}.approach-why{min-height:238px;display:grid;grid-template-columns:.96fr 1.04fr;align-items:center;border-bottom:1px solid var(--line);padding:0 30px}.approach-why h2{margin:0}.approach-why .heading-rule{width:150px;margin:7px 0 17px}.approach-why ul{list-style:none;padding:0;margin:0;display:grid;grid-gap:8px;gap:8px}.approach-why li{display:flex;align-items:center;gap:8px;font-size:14px}.approach-why li b{display:grid;place-items:center;width:13px;height:13px;border-radius:50%;background:var(--olive);color:#fff;font-size:8px}.approach-why .system-graphic{width:350px;justify-self:center;opacity:.9}.radar-graphic{width:min(100%,420px);justify-self:center;align-self:stretch}.radar-graphic svg{width:100%;height:100%;display:block}.radar-rays path,.radar-rings circle{stroke:#d8d8d1;stroke-width:.8}.radar-rays path{stroke-dasharray:2 4}.radar-route{stroke:#3d3d38;stroke-width:1.1}.radar-node{fill:#101010}.radar-core{fill:var(--yellow);stroke:#e5a800;stroke-width:5;stroke-opacity:.25}.approach-process .approach-centered-heading{margin-bottom:25px}.approach-process-row .process-number{display:inline-block;margin-right:10px;font-size:16px;color:var(--olive);font-weight:600;vertical-align:baseline}.approach-bottom{display:grid;grid-template-columns:.92fr 1.08fr;align-items:stretch;grid-gap:0;gap:0;min-height:312px;margin-bottom:60px}.approach-faq-item{border-bottom:1px solid var(--line)}.approach-faq-item button{width:100%;display:flex;justify-content:space-between;border:0;background:none;text-align:left;padding:10px 0;font-size:12px;cursor:pointer}.approach-faq-item b{font-size:15px;font-weight:400}.approach-faq-item p{font-size:10px;color:var(--muted);line-height:1.6;margin:0 20px 9px 0}.approach-faq>.text-link{margin-top:17px;font-size:10px}.signal-field{position:absolute;width:360px;height:210px;right:-56px;bottom:-45px;opacity:.75}.signal-field svg{width:100%;height:100%}.signal-dot{fill:#bbb997;opacity:.5}.signal-dot.active{fill:var(--yellow);opacity:1}.signal-arc{stroke:#d5cf76;stroke-width:.8;stroke-dasharray:2 4}.home-approach{display:block;padding:43px 0}.home-approach-copy{max-width:650px;margin:0 auto;text-align:center}.home-approach-copy h2{margin:0 0 18px}.home-approach-copy>p:not(.eyebrow){font-size:14px;line-height:1.8;color:var(--muted);margin-bottom:24px}.home-approach-copy .text-link{justify-content:center}.home-approach-points{border-left:1px solid var(--line);padding:22px 0 22px 42px;display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;position:relative;min-height:250px}.home-approach-points>span{font-size:12px;font-weight:600}.home-approach-points>span:before{content:"○";color:var(--olive);margin-right:8px}.home-approach-points .system-graphic{position:absolute;width:260px;right:-35px;bottom:-75px;opacity:.7}.footer-links{flex-wrap:wrap;justify-content:flex-end}@media(max-width:820px){.approach-hero{min-height:auto;grid-template-columns:1fr;padding:0 0 50px}.approach-hero .system-graphic{max-width:400px;justify-self:center}.approach-hero .eyebrow{margin-bottom:20px}.approach-hero h1{font-size:clamp(45px,8vw,61px)}.approach-hero-graphic{justify-self:center;max-width:440px;margin:0}.approach-audiences header{grid-template-columns:1fr;gap:0}.approach-audiences header h2{grid-column:auto}.approach-audiences header>p:last-child{grid-column:auto;grid-row:auto;margin-top:18px}.audience-architecture article{padding:20px 15px}.approach-faq,.audience-architecture ul{grid-template-columns:1fr}.approach-faq{gap:16px}.approach-bottom{grid-template-columns:1fr 1fr}.approach-process-row{gap:32px}.approach-process-row article:not(:last-child):after,.approach-process-row article:not(:last-child):before{display:none}.approach-audiences .audience-grid article{padding:4px 18px 7px}.approach-faq{padding-left:24px;padding-right:24px}.approach-cta{padding:34px 28px}.home-approach{gap:35px}.footer-bottom .footer-links{gap:16px}}@media(max-width:560px){.approach-hero{min-height:auto;padding:28px 0 42px}.approach-hero .system-graphic{max-width:330px}.approach-hero h1{font-size:43px;margin-bottom:22px}.approach-hero>div:first-child>p:not(.eyebrow){font-size:13px}.approach-hero-graphic{max-width:345px}.approach-audiences{padding:34px 0}.approach-audiences header{padding-bottom:30px}.approach-audiences header h2{font-size:28px}.approach-audiences .audience-grid{grid-template-columns:1fr}.approach-audiences .audience-grid article{grid-template-columns:40px 1fr;column-gap:16px;padding:18px 8px}.audience-architecture{grid-template-columns:1fr}.audience-architecture article,.audience-architecture article:first-child{min-height:0;grid-template-columns:95px 1fr;grid-template-rows:1fr;padding:22px 0;border-left:0;border-right:0;border-bottom:1px solid var(--line)}.audience-number .mini-diagram{display:none}.thinking-section{padding:62px 0}.thinking-heading h2{font-size:31px}.principle-grid{grid-template-columns:1fr}.principle-grid article{min-height:125px;padding:19px}.approach-process{padding:62px 0}.approach-process-row{grid-template-columns:1fr 1fr;gap:22px 10px}.approach-process-row article,.approach-process-row article:not(:first-child){min-height:100px;padding:0 5px}.approach-process-row article:not(:last-child):after{height:28px;width:1px;left:17px;top:68px}.process-signal{position:absolute;left:0;top:22px}.process-signal>span{font-size:14px}.process-signal i{display:none}.approach-faq{padding:32px 20px;border-right:1px solid var(--line);border-radius:0}.approach-faq h2{font-size:30px;font-size:16px;margin:0 0 13px}.approach-cta{margin-bottom:0;border-radius:0;width:100%;padding:36px 20px;min-height:275px}.approach-cta .system-graphic{opacity:.22}.approach-bottom{grid-template-columns:1fr;margin-bottom:55px}.home-approach{padding:62px 0}.home-approach-copy h2{font-size:31px}.home-approach-points{min-height:150px;padding:15px 0;border-left:0;border-top:1px solid var(--line)}.home-approach-points .system-graphic{width:190px;bottom:-65px}.footer-bottom .footer-links{justify-content:flex-start}}.mini-diagram{width:100%;height:82px;position:relative;align-items:center}.mini-diagram svg{width:145px;height:80px;display:block}.mini-diagram>b,.mini-diagram>i,.mini-diagram>span:not(.mini-arrow){display:none}.mini-arrow{position:absolute!important;right:-2px;top:30px;color:#bdbdb5;font-size:28px;font-weight:300;line-height:1}.mini-dash{stroke:#9b9b91;stroke-width:1.3;stroke-dasharray:2 2}.mini-orbit{stroke:#66665c;stroke-width:1}.network-route{stroke:#aaa9a0;stroke-width:1.4}.legal-hero{border-bottom:1px solid var(--line);overflow:hidden}.legal-hero>.wrap{margin:32px auto;display:grid;grid-template-columns:1fr 320px;align-items:center;grid-gap:42px;gap:42px;position:relative}.legal-hero h1{margin:0 0 16px;font-size:clamp(42px,5vw,66px)}.legal-hero p:not(.eyebrow){max-width:460px;font-size:14px;line-height:1.8;color:var(--muted);margin-bottom:24px}.legal-hero span{display:inline-block;border-top:1px solid var(--olive);padding-top:9px;font-size:11px;color:var(--olive);font-weight:600}.legal-hero .system-graphic{width:300px;justify-self:end;opacity:.72}.legal-content{margin-bottom:40px}.legal-section{display:grid;grid-template-columns:75px 1fr;padding:16px 0;border-top:1px solid var(--line)}.legal-section:last-child{border-bottom:1px solid var(--line)}.legal-number{color:var(--olive);font-size:12px;font-weight:700;padding-top:6px;margin:0}.legal-section h2{font-size:24px;letter-spacing:-.045em;margin:0 0 14px}.legal-section li,.legal-section p{max-width:100%;color:var(--muted);font-size:13px;line-height:1.85}.legal-section p{margin:0 0 14px}.legal-section p:last-child{margin-bottom:0}.legal-section ul{margin:0 0 14px;padding-left:19px}.legal-section li{padding-left:5px;margin:3px 0}.legal-section a{color:var(--olive);font-weight:600;text-decoration:underline;-webkit-text-decoration-color:#5a5f2e66;text-decoration-color:#5a5f2e66;text-underline-offset:3px}.legal-review{border-left:2px solid var(--yellow);background:#f2c94c12;padding:16px 18px}.legal-review strong{display:block;margin-bottom:7px;font-size:12px}.legal-review p{font-size:12px}.legal-address{font-size:11px!important;color:#777!important}.mini-yellow{fill:var(--yellow)}.mini-yellow-ring{stroke:#caac13;stroke-width:2;fill:#111}.mini-white{fill:#deded8}.mini-white-square{stroke:#bcbdb8;stroke-width:1.7}.mini-yellow-square{stroke:var(--yellow);stroke-width:1.8}.mini-hub{stroke:var(--yellow);stroke-width:2;fill:#111}.mini-spoke{stroke:#837b1e;stroke-width:1.2}.mini-white-ring{stroke:#d5d6ce;stroke-width:1.8;fill:#111}.problem-grid article{position:relative}.problem-grid article:not(:last-child) .mini-arrow{right:17px}.network-graphic{position:absolute;right:-2px;top:0;width:55%;height:100%;opacity:.72;pointer-events:none}.network-graphic svg{width:100%;height:100%}.network-lines path{stroke:#484619;stroke-width:1;opacity:.58}.network-nodes .network-dot{fill:#d0ac09}.network-nodes .network-core{fill:var(--yellow);stroke:#8b7800;stroke-width:5px;stroke-opacity:.35}.services-cta .network-graphic{right:0;top:0;width:56%;opacity:.8}.services-cta>div{max-width:410px}.services-cta a,.services-cta h2,.services-cta p{position:relative}.services-cta a,.services-cta h2,.services-cta p{z-index:1}@media(max-width:560px){.mini-diagram{height:72px}.mini-diagram svg{width:125px;height:70px}.mini-arrow{right:0;top:25px}.problem-grid article:not(:last-child) .mini-arrow{right:0}.network-graphic{width:72%;opacity:.48}.services-cta .network-graphic{width:100%;opacity:.4;right:-55px}.services-cta>div{max-width:270px}}