@import "https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;500;600;700&display=swap";:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}body{margin:0}:root{--green:#1c4b42;--green-2:#153d36;--lime:#b4e717;--lime-2:#92c200;--cream:#f6f5f2;--cream-2:#eeede8;--white:#fff;--ink:#000000d1;--muted:#69727d;--line:#1c4b4224;--shadow:0 24px 70px #153d361f;--radius-xl:32px;--radius-lg:24px;--radius-md:16px;--shell:min(1240px, calc(100% - 64px));color:var(--green);background:var(--white);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Work Sans,Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;color:var(--ink);background:var(--white);margin:0;overflow-x:hidden}button,input,textarea{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.site-shell{background:linear-gradient(180deg, var(--white) 0 8%, var(--cream) 33%, var(--white) 56%), var(--white);min-height:100vh;overflow:clip}.scroll-progress{z-index:80;transform-origin:0;background:linear-gradient(90deg, var(--lime), var(--green));width:100%;height:4px;position:fixed;top:0;left:0;box-shadow:0 8px 22px #b4e71761}.intro-loader{z-index:120;color:var(--green);background:#f7f9f4;place-items:center;animation:13.2s forwards intro-loader-visual-dismiss;display:grid;position:fixed;inset:0;overflow:hidden}.intro-video-shell{background:#f7f9f4;place-items:center;width:100vw;height:100vh;display:grid}.intro-video{object-fit:contain;pointer-events:none;background:#f7f9f4;width:min(100vw,1280px);height:min(100vh,720px);display:block}.intro-video::-webkit-media-controls{opacity:0!important;display:none!important}.intro-video::-webkit-media-controls-panel{opacity:0!important;display:none!important}.intro-video::-webkit-media-controls-start-playback-button{opacity:0!important;display:none!important}@keyframes intro-loader-visual-dismiss{0%,88%{opacity:1;visibility:visible;pointer-events:auto}to{opacity:0;visibility:hidden;pointer-events:none}}.section-shell{width:var(--shell);margin:0 auto}.site-header{z-index:50;min-height:82px;color:var(--green);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffeb;border-bottom:1px solid #1c4b421a;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:24px;padding:16px 36px;display:grid;position:sticky;top:0}.brand,.footer-brand{color:var(--green);letter-spacing:0;white-space:nowrap;align-items:center;gap:12px;font-size:24px;font-weight:600;display:inline-flex}.brand-symbol{object-fit:contain;width:46px;height:46px;display:block}.footer-brand .brand-symbol{object-fit:contain;width:52px;height:52px}.brand-mark{width:45px;height:45px;color:var(--green);background:var(--lime);border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.brand-mark svg{stroke-width:2.4px;width:24px;height:24px}.desktop-nav{color:#1c4b42d1;justify-content:center;align-items:center;gap:clamp(18px,2.2vw,36px);font-size:15px;font-weight:500;display:flex}.desktop-nav>a,.nav-trigger{align-items:center;gap:6px;padding:12px 0;display:inline-flex;position:relative}.nav-caret{stroke-width:2.4px;width:15px;height:15px;transition:transform .18s}.nav-item:hover .nav-caret,.nav-item:focus-within .nav-caret{transform:rotate(180deg)}.desktop-nav>a:after,.nav-trigger:after{content:"";transform-origin:0;background:var(--lime);height:2px;transition:transform .18s;position:absolute;bottom:6px;left:0;right:0;transform:scaleX(0)}.desktop-nav>a:hover:after,.desktop-nav>a:focus-visible:after,.desktop-nav>a.is-active:after,.nav-trigger:hover:after,.nav-trigger:focus-visible:after,.nav-trigger.is-active:after{transform:scaleX(1)}.desktop-nav a.is-active{color:var(--green)}.nav-item{align-items:center;display:inline-flex;position:relative}.dropdown-panel{z-index:60;opacity:0;pointer-events:none;width:min(920px,100vw - 72px);color:var(--green);border:1px solid var(--line);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff5;transition:opacity .18s,transform .18s;position:absolute;top:calc(100% + 15px);left:50%;transform:translate(-50%,12px);box-shadow:0 28px 80px #153d3629}.dropdown-panel:before{content:"";height:18px;position:absolute;top:-18px;left:0;right:0}.nav-item:hover .dropdown-panel,.nav-item:focus-within .dropdown-panel{opacity:1;pointer-events:auto;transform:translate(-50%)}.solutions-dropdown{grid-template-columns:minmax(230px,.42fr) minmax(0,1fr);gap:16px;padding:16px;display:grid}.dropdown-intro{min-height:100%;color:var(--white);border-radius:var(--radius-md);background:linear-gradient(145deg,#1c4b42f0,#153d36fa);flex-direction:column;justify-content:space-between;padding:24px;display:flex}.dropdown-intro span{color:var(--lime);text-transform:uppercase;font-size:13px;font-weight:700}.dropdown-intro strong{color:var(--white);margin-top:18px;font-size:28px;font-weight:500;line-height:1.04;display:block}.dropdown-intro p{color:#ffffffc2;margin:16px 0 26px;line-height:1.54}.dropdown-intro a,.dropdown-card,.compact-dropdown a{align-items:center;gap:8px;display:inline-flex}.dropdown-intro a{width:fit-content;color:var(--green);background:var(--lime);border-radius:100px;padding:12px 16px;font-weight:700}.dropdown-intro svg,.compact-dropdown svg{width:17px;height:17px}.dropdown-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;max-height:470px;padding-right:2px;display:grid;overflow-y:auto}.dropdown-card{background:var(--cream);border-radius:var(--radius-md);border:1px solid #1c4b4214;grid-template-columns:38px minmax(0,1fr);gap:4px 12px;padding:14px;transition:transform .18s,background .18s,border-color .18s;display:grid}.dropdown-card:hover,.dropdown-card:focus-visible,.dropdown-card.is-active,.compact-dropdown a:hover,.compact-dropdown a:focus-visible,.compact-dropdown a.is-active{background:var(--white);border-color:#1c4b4233;outline:0;transform:translateY(-2px)}.dropdown-card.is-active,.compact-dropdown a.is-active{box-shadow:inset 0 0 0 1px var(--lime)}.dropdown-card svg{width:28px;height:28px;color:var(--lime-2);grid-row:1/span 2}.dropdown-card span{color:var(--green);font-weight:700;line-height:1.18}.dropdown-card small{color:var(--muted);font-size:12px;line-height:1.38}.compact-dropdown{gap:8px;width:min(330px,100vw - 72px);padding:14px;display:grid}.compact-dropdown a{color:var(--green);background:var(--cream);border-radius:var(--radius-md);border:1px solid #1c4b4214;justify-content:space-between;padding:13px 14px;font-weight:700}.dropdown-panel a:after{display:none}.header-actions{align-items:center;gap:10px;display:flex}.round-control,.mobile-toggle,.icon-button,.small-round,.quote-controls button{width:48px;height:48px;color:var(--green);background:var(--white);border:1px solid var(--line);border-radius:50%;flex:none;justify-content:center;align-items:center;transition:transform .18s,background .18s,border-color .18s;display:inline-flex}.round-control:hover,.mobile-toggle:hover,.icon-button:hover,.small-round:hover,.quote-controls button:hover,.round-control:focus-visible,.mobile-toggle:focus-visible,.icon-button:focus-visible,.small-round:focus-visible,.quote-controls button:focus-visible{background:var(--lime);border-color:var(--lime);outline:0;transform:translateY(-2px)}.round-control svg,.mobile-toggle svg,.icon-button svg,.small-round svg,.quote-controls svg{stroke-width:2px;width:20px;height:20px}.menu-grid,.mobile-toggle{color:var(--white);background:var(--green);border-color:var(--green)}.menu-grid:hover,.menu-grid:focus-visible,.mobile-toggle:hover,.mobile-toggle:focus-visible{color:var(--green);background:var(--lime);border-color:var(--lime)}.mobile-toggle,.mobile-menu{display:none}.hero{background:var(--white);padding:72px 0 0;position:relative}.hero-top{grid-template-columns:minmax(0,1fr) minmax(300px,410px);align-items:end;gap:42px;padding-bottom:44px;display:grid}.hero h1,.intro-section h2,.panel-head h2,.values-section h2,.floating-card h2,.section-row h2,.trust-card h2,.testimonial-copy h2,.insights-section h2,.faq-intro h2,.newsletter h2,.contact-footer h2{color:var(--green);letter-spacing:0;margin:0;font-weight:500}.hero h1{max-width:850px;font-size:clamp(44px,5.4vw,72px);line-height:1.08}.hero h1 span,.intro-section h2 span,.panel-head h2 span,.values-section h2 span,.floating-card h2 span,.section-row h2 span,.testimonial-copy h2 span,.insights-section h2 span,.contact-footer h2 span{color:var(--lime-2)}.hero-actions,.intro-buttons,.paired-buttons,.review-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.hero-actions{justify-content:flex-end}.button{border:1px solid #0000;border-radius:100px;justify-content:center;align-items:center;min-height:50px;padding:14px 24px;font-size:15px;font-weight:600;line-height:1;transition:transform .18s,background .18s,color .18s,border-color .18s;display:inline-flex}.button:hover,.button:focus-visible{outline:0;transform:translateY(-2px)}.button-dark{color:var(--white);background:var(--green);border-color:var(--green)}.button-dark:hover,.button-dark:focus-visible{color:var(--green);background:var(--lime);border-color:var(--lime)}.button-light{color:var(--green);background:var(--white);border-color:var(--line)}.button-light:hover,.button-light:focus-visible{background:var(--cream);border-color:#1c4b4238}.icon-button{background:var(--lime);border-color:var(--lime)}.hero-photo{object-fit:cover;object-position:center;width:100%;height:clamp(360px,43vw,570px);margin:0 auto}.asset-strip{z-index:2;grid-template-columns:1.15fr repeat(4,minmax(0,1fr));gap:14px;margin-top:-94px;padding-bottom:96px;display:grid;position:relative}.asset-card{background:var(--cream);border-radius:var(--radius-lg);min-height:168px;box-shadow:var(--shadow);border:1px solid #ffffffc2;padding:24px;overflow:hidden}.asset-card,.service-card,.value-card,.team-card,.trust-card,.quote-card,.insight-card,.faq-item,.directory-card,.case-card,.listing-card,.industry-section article,.contact-panel,.contact-tile,.admin-form,.admin-library,.admin-post-list article,.card-band article,.story-cards article,.process-grid article,.detail-grid article,.partner-panel,.job-grid article,.legal-list article{transition:transform .24s,box-shadow .24s,border-color .24s,background .24s}.asset-title{color:var(--white);background:var(--green);flex-direction:column;justify-content:space-between;display:flex}.asset-title h2{color:var(--white);margin:0;font-size:clamp(32px,4vw,54px);font-weight:500;line-height:.96}.asset-title a{color:#ffffffdb;align-items:center;gap:8px;width:fit-content;font-size:14px;font-weight:600;display:inline-flex}.stat-card{color:var(--green);background:var(--cream);align-content:space-between;display:grid}.stat-card svg{width:32px;height:32px;color:var(--lime-2)}.stat-card span{color:var(--muted);font-size:14px;line-height:1.35}.stat-card strong{color:var(--green);font-size:clamp(34px,4vw,48px);font-weight:500;line-height:.95}.image-card{padding:0}.image-card img{object-fit:cover;width:100%;height:100%;min-height:168px}.image-backed{color:var(--white);background:linear-gradient(#1c4b42d1,#1c4b42d1),url(/assets/closing-gap/home-metrics-operations.webp) 50%/cover}.image-backed span,.image-backed strong,.image-backed svg{color:var(--white)}.intro-section{grid-template-columns:minmax(0,1.1fr) minmax(320px,.78fr);align-items:end;gap:72px;padding:88px 0 102px;display:grid}.pill-label{width:fit-content;color:var(--lime-2);align-items:center;gap:8px;margin:0 0 18px;font-size:14px;font-weight:600;display:inline-flex}.pill-label:before{content:"";background:currentColor;border-radius:50%;width:10px;height:10px}.intro-section h2,.panel-head h2,.values-section h2,.section-row h2,.testimonial-copy h2,.insights-section h2,.faq-intro h2,.contact-footer h2{font-size:clamp(36px,4.6vw,58px);line-height:1.08}.intro-buttons{margin-top:32px}.intro-copy{color:var(--green);background:var(--cream);border-radius:var(--radius-lg);border:1px solid #1c4b4214;padding:36px}.intro-copy p{color:var(--muted);margin:28px 0 0;font-size:18px;line-height:1.65}.mini-tabs{gap:10px;display:flex}.mini-tabs span{width:48px;height:48px;color:var(--green);border:1px solid var(--line);border-radius:50%;justify-content:center;align-items:center;font-weight:600;display:inline-flex}.mini-tabs span.is-active{background:var(--lime);border-color:var(--lime)}.services-panel{color:var(--white);background:var(--green);border-radius:var(--radius-xl);padding:clamp(34px,5vw,56px)}.panel-head{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:26px;margin-bottom:34px;display:grid}.panel-head .pill-label,.panel-head h2{grid-column:1}.panel-head .button{grid-area:1/2/span 2;place-self:end}.panel-head .pill-label,.services-panel h2{color:var(--white)}.panel-head h2{max-width:760px}.panel-head h2 span{color:var(--lime)}.service-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.service-card{min-height:390px;color:var(--green);background:var(--lime);border-radius:var(--radius-lg);padding:24px;position:relative;overflow:hidden}.service-card:before{content:attr(data-label);color:#1c4b4238;font-size:18px;font-weight:600;position:absolute;top:20px;right:22px}.service-card>svg{z-index:2;width:36px;height:36px;color:var(--green);margin-top:166px;position:relative}.service-card h3{z-index:2;max-width:220px;color:var(--green);margin:18px 0 12px;font-size:26px;font-weight:500;line-height:1.12;position:relative}.service-card p{z-index:2;color:#1c4b42c7;max-width:250px;margin:0;font-size:15px;line-height:1.48;position:relative}.service-media{border-radius:40% 60% 55% 45%/45% 40% 60% 55%;width:170px;height:150px;position:absolute;top:22px;right:22px;overflow:hidden}.shape-2 .service-media{border-radius:60% 40% 42% 58%/45% 62% 38% 55%}.shape-3 .service-media{border-radius:50% 50% 34% 66%/58% 35% 65% 42%}.shape-4 .service-media{border-radius:38% 62% 55% 45%/62% 42% 58% 38%}.service-media img{object-fit:cover;width:100%;height:100%}.hero-photo,.service-media img,.image-card img,.team-card img,.trust-image img,.insight-card img,.directory-image img,.case-card img,.listing-card img,.newsletter>img,.page-hero>img{transition:transform .65s,filter .3s}.service-card .small-round{z-index:2;background:var(--white);position:absolute;bottom:22px;right:22px}.values-section{text-align:center;padding:112px 0 96px}.values-section h2{max-width:820px;margin:0 auto}.value-grid{text-align:left;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:44px;display:grid}.value-card{background:var(--cream);border-radius:var(--radius-lg);border:1px solid #1c4b4214;flex-direction:column;justify-content:space-between;min-height:260px;padding:28px;display:flex}.orb-icon{border:1px solid #1c4b4229;border-radius:50%;width:72px;height:72px;position:relative}.orb-icon:before,.orb-icon:after{content:"";border-radius:50%;position:absolute}.orb-icon:before{background:var(--lime);inset:12px}.orb-icon:after{background:var(--green);width:24px;height:24px;bottom:6px;right:-8px}.orb-2:before{border-radius:18px 50% 50% 18px}.orb-3:before{inset:18px 6px 18px 24px}.orb-4:after{bottom:-8px;right:16px}.value-card h3{color:var(--green);margin:0 0 12px;font-size:24px;font-weight:500}.value-card p{color:var(--muted);margin:0;line-height:1.58}.photo-cta{width:var(--shell);border-radius:var(--radius-xl);min-height:650px;margin:0 auto;position:relative}.photo-cta>img{object-fit:cover;border-radius:var(--radius-xl);width:100%;height:650px}.floating-card{background:var(--cream);border-radius:var(--radius-lg);width:min(440px,100% - 76px);box-shadow:var(--shadow);padding:34px;position:absolute;bottom:38px;right:38px}.floating-card>svg{width:52px;height:52px;color:var(--lime-2);margin-bottom:20px}.floating-card h2{font-size:clamp(30px,4vw,46px);line-height:1.08}.floating-card p:not(.pill-label){color:var(--muted);margin:14px 0 26px;line-height:1.6}.team-section{padding:112px 0 96px}.section-row{justify-content:space-between;align-items:end;gap:28px;margin-bottom:42px;display:flex}.section-row h2{max-width:670px}.team-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:18px;display:grid}.team-card{background:var(--cream);border-radius:var(--radius-lg);min-height:384px;position:relative;overflow:hidden}.team-card img{object-fit:cover;object-position:center top;filter:saturate(.94);width:100%;height:290px}.team-card div{padding:20px 72px 22px 22px}.team-card strong,.team-card span{display:block}.team-card strong{color:var(--green);font-size:20px;font-weight:500}.team-card span{color:var(--muted);margin-top:6px;font-size:14px}.team-card .small-round{background:var(--white);position:absolute;bottom:18px;right:18px}.team-stats{background:var(--cream);border-radius:var(--radius-lg);border:1px solid #1c4b4214;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:18px;display:grid;overflow:hidden}.team-stats div{border-right:1px solid #1c4b4214;padding:26px}.team-stats div:last-child{border-right:0}.team-stats strong,.team-stats span{display:block}.team-stats strong{color:var(--green);font-size:clamp(32px,4vw,48px);font-weight:500;line-height:1}.team-stats span{color:var(--muted);margin-top:8px;font-size:15px}.trust-section{grid-template-columns:minmax(0,1.08fr) minmax(360px,.8fr);align-items:stretch;gap:24px;padding-bottom:108px;display:grid}.trust-image,.trust-card{border-radius:var(--radius-xl);min-height:500px}.trust-image{position:relative;overflow:hidden}.trust-image img{object-fit:cover;width:100%;height:100%}.cert-card{color:var(--green);background:var(--cream);box-shadow:var(--shadow);border-radius:100px;align-items:center;gap:12px;padding:16px 20px;font-weight:600;animation:4.8s ease-in-out infinite soft-float;display:inline-flex;position:absolute;bottom:28px;left:28px}.cert-card svg{width:24px;height:24px;color:var(--lime-2)}.trust-card{color:var(--green);background:var(--lime);flex-direction:column;justify-content:center;padding:clamp(34px,5vw,54px);display:flex}.trust-card .pill-label{color:var(--green)}.trust-card h2{max-width:520px;font-size:clamp(34px,4.5vw,54px);line-height:1.05}.trust-card p:not(.pill-label){color:#1c4b42cc;max-width:530px;margin:22px 0 30px;font-size:18px;line-height:1.62}.testimonial-section{border-top:1px solid var(--line);grid-template-columns:minmax(0,.9fr) minmax(360px,.92fr);align-items:start;gap:42px;padding:100px 0;display:grid}.testimonial-copy h2{max-width:520px}.review-row{margin-top:28px}.google-chip{min-height:50px;color:var(--green);background:var(--cream);border-radius:100px;align-items:center;padding:12px 20px;font-weight:600;display:inline-flex}.quote-card{color:var(--green);background:var(--cream);border-radius:var(--radius-xl);padding:clamp(28px,4vw,42px);position:relative}.quote-mark{color:var(--lime-2);font-size:76px;font-weight:600;line-height:.7;display:block}.quote-card p{color:var(--green);margin:22px 0 34px;font-size:clamp(22px,2.8vw,34px);line-height:1.22}.quote-footer{grid-template-columns:60px minmax(0,1fr) auto;align-items:center;gap:16px;display:grid}.quote-footer img{object-fit:cover;border-radius:50%;width:60px;height:60px}.quote-footer strong,.quote-footer span{display:block}.quote-footer strong{color:var(--green);font-weight:600}.quote-footer span{color:var(--muted);margin-top:4px;font-size:14px}.quote-controls{gap:8px;display:flex}.quote-controls button:first-child svg{transform:rotate(180deg)}.logo-row{grid-column:1/-1;grid-template-columns:repeat(auto-fit,minmax(126px,1fr));align-items:center;gap:12px;padding-top:44px;display:grid}.logo-row img,.certification-row img{object-fit:contain;background:var(--cream);border-radius:var(--radius-md);filter:none;opacity:1;width:100%;height:78px;padding:14px 20px}.certification-row{grid-column:1/-1;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));align-items:center;gap:12px;padding-top:12px;display:grid}.certification-row img{filter:none;height:92px}.insights-section{background:var(--cream);padding:96px 0}.insight-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.insight-card{min-height:490px;color:var(--green);background:var(--white);border-radius:var(--radius-lg);padding:22px;position:relative;overflow:hidden}.insight-card img{object-fit:cover;border-radius:46% 54% 48% 52%/50% 44% 56% 50%;width:100%;height:275px}.insight-card span{color:var(--lime-2);margin-top:24px;font-weight:600;display:inline-flex}.insight-card h3{color:var(--green);margin:14px 58px 0 0;font-size:24px;font-weight:500;line-height:1.18}.insight-card p{color:var(--muted);margin:14px 58px 0 0;font-size:15px;line-height:1.52}.insight-card .small-round{background:var(--cream);position:absolute;bottom:22px;right:22px}.insight-card.featured{color:var(--white);background:var(--green)}.insight-card.featured span,.insight-card.featured h3,.insight-card.featured p{color:var(--white)}.insight-card.featured .small-round{background:var(--lime);border-color:var(--lime)}.faq-section{grid-template-columns:minmax(0,.75fr) minmax(360px,1fr);gap:64px;padding:102px 0;display:grid}.faq-intro p:not(.pill-label){max-width:440px;color:var(--muted);margin:18px 0 28px;line-height:1.65}.faq-list{gap:12px;display:grid}.faq-item{text-align:left;width:100%;color:var(--green);background:var(--cream);border-radius:var(--radius-md);border:1px solid #1c4b4214;gap:0;padding:0;display:grid;overflow:hidden}.faq-item>span{grid-template-columns:minmax(0,1fr) 30px;align-items:center;gap:16px;padding:22px 24px;font-size:20px;font-weight:500;display:grid}.faq-item svg{justify-self:end;width:22px;height:22px;transition:transform .18s}.faq-item p{max-height:0;color:var(--muted);margin:0;padding:0 24px;line-height:1.62;transition:max-height .22s,padding .22s;overflow:hidden}.faq-item.is-open{background:var(--white);box-shadow:0 16px 42px #153d3614}.faq-item.is-open svg{transform:rotate(45deg)}.faq-item.is-open p{max-height:180px;padding:0 24px 24px}.newsletter{width:var(--shell);min-height:420px;color:var(--white);background:var(--green);border-radius:var(--radius-xl);grid-template-columns:minmax(0,.9fr) minmax(360px,1fr);margin:0 auto 100px;display:grid;overflow:hidden}.newsletter-copy{flex-direction:column;justify-content:center;padding:clamp(34px,5vw,58px);display:flex}.newsletter-copy>svg{width:54px;height:54px;color:var(--lime);margin-bottom:22px}.newsletter h2{max-width:430px;color:var(--white);font-size:clamp(36px,5vw,58px);line-height:1.06}.newsletter form{background:var(--white);border-radius:100px;grid-template-columns:minmax(0,1fr) auto;gap:10px;max-width:470px;margin-top:34px;padding:8px;display:grid}.newsletter input{min-width:0;height:48px;color:var(--green);background:0 0;border:0;outline:0;padding:0 20px}.newsletter button{height:48px;color:var(--green);background:var(--lime);border:0;border-radius:100px;padding:0 24px;font-weight:600}.newsletter>img{object-fit:cover;width:100%;height:100%}.page-hero{grid-template-columns:minmax(0,.92fr) minmax(420px,.88fr);align-items:stretch;gap:40px;padding:88px 0 96px;display:grid}.page-hero-copy,.page-hero>img{border-radius:var(--radius-xl);min-height:520px}.page-hero-copy{background:var(--cream);flex-direction:column;justify-content:center;padding:clamp(34px,5vw,58px);display:flex}.page-hero h1,.legal-page h1{max-width:760px;color:var(--green);margin:0;font-size:clamp(44px,6vw,72px);font-weight:500;line-height:1.04}.page-hero h1 span,.legal-page h1 span,.story-section h2 span{color:var(--lime-2)}.page-hero-copy>p:not(.pill-label){max-width:620px;color:var(--muted);margin:22px 0 30px;font-size:18px;line-height:1.65}.page-hero>img{object-fit:cover;width:100%;height:100%}.directory-section{padding-bottom:98px}.directory-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.directory-card{background:var(--cream);border-radius:var(--radius-lg);border:1px solid #1c4b4214;grid-template-columns:minmax(180px,.52fr) minmax(0,1fr);min-height:360px;display:grid;overflow:hidden}.directory-image img{object-fit:cover;width:100%;height:100%}.directory-content{padding:30px}.directory-content>svg{width:34px;height:34px;color:var(--lime-2)}.directory-content h2{color:var(--green);margin:20px 0 12px;font-size:30px;font-weight:500;line-height:1.08}.directory-content p{color:var(--muted);margin:0 0 18px;line-height:1.55}.directory-content ul{gap:10px;margin:0;padding:0;list-style:none;display:grid}.directory-content li{color:var(--green);align-items:center;gap:9px;font-size:15px;font-weight:500;display:flex}.directory-content li svg{width:18px;height:18px;color:var(--lime-2)}.directory-content a{width:fit-content;color:var(--green);align-items:center;gap:8px;margin-top:22px;font-weight:600;display:inline-flex}.directory-content a svg{width:18px;height:18px}.detail-section{grid-template-columns:minmax(320px,.72fr) minmax(0,1fr);gap:18px;padding-bottom:42px;display:grid}.detail-lead,.detail-grid article,.listing-card,.industry-section article,.partner-panel,.job-grid article,.card-band article,.not-found{border-radius:var(--radius-lg)}.detail-lead{min-height:390px;color:var(--white);background:var(--green);flex-direction:column;justify-content:flex-end;padding:clamp(30px,4vw,46px);display:flex}.detail-lead>svg{width:54px;height:54px;color:var(--lime);margin-bottom:auto}.detail-lead h2{max-width:470px;color:var(--white);margin:0;font-size:clamp(34px,4.4vw,54px);font-weight:500;line-height:1.06}.detail-lead p{color:#ffffffbd;margin:18px 0 0;line-height:1.62}.detail-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.detail-grid article{background:var(--cream);border:1px solid #1c4b4214;flex-direction:column;justify-content:space-between;min-height:260px;padding:26px;display:flex}.detail-grid svg{width:30px;height:30px;color:var(--lime-2)}.detail-grid h3{color:var(--green);margin:auto 0 12px;font-size:25px;font-weight:500;line-height:1.12}.detail-grid p{color:var(--muted);margin:0;line-height:1.55}.outcome-section{padding:0 0 98px}.outcome-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.outcome-grid span{min-height:120px;color:var(--green);background:var(--lime);border-radius:var(--radius-lg);text-align:center;-webkit-hyphens:none;hyphens:none;overflow-wrap:normal;word-break:normal;justify-content:center;align-items:center;padding:22px;font-size:clamp(20px,2.35vw,30px);font-weight:500;line-height:1.12;display:flex}.process-band{background:var(--green);border-radius:var(--radius-xl);grid-template-columns:minmax(0,.62fr) minmax(0,1fr);gap:28px;margin-bottom:98px;padding:clamp(34px,5vw,54px);display:grid}.process-band .pill-label,.process-band h2{color:var(--white)}.process-band h2{max-width:440px;margin:0;font-size:clamp(34px,4vw,52px);font-weight:500;line-height:1.08}.process-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.process-grid article{color:var(--green);background:var(--lime);border-radius:var(--radius-lg);padding:26px}.process-grid span{background:var(--white);border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-weight:600;display:inline-flex}.process-grid h3{color:var(--green);margin:22px 0 10px;font-size:24px;font-weight:500}.process-grid p{color:#1c4b42c2;margin:0;line-height:1.55}.story-section{grid-template-columns:minmax(0,.8fr) minmax(360px,1fr);gap:34px;padding-bottom:98px;display:grid}.story-copy{background:var(--green);border-radius:var(--radius-xl);padding:clamp(30px,4vw,46px)}.story-copy .pill-label,.story-copy h2{color:var(--white)}.story-copy h2{max-width:520px;margin:0;font-size:clamp(34px,4.5vw,56px);font-weight:500;line-height:1.06}.story-cards{gap:14px;display:grid}.story-cards article{background:var(--cream);border-radius:var(--radius-lg);border:1px solid #1c4b4214;padding:28px}.story-cards span{width:44px;height:44px;color:var(--green);background:var(--lime);border-radius:50%;justify-content:center;align-items:center;font-weight:600;display:inline-flex}.story-cards h3{color:var(--green);margin:18px 0 8px;font-size:26px;font-weight:500}.story-cards p{color:var(--muted);margin:0;line-height:1.58}.page-spaced{padding-top:0}.page-insights{margin-bottom:96px}.case-section{gap:18px;padding-bottom:100px;display:grid}.case-card{background:var(--cream);border-radius:var(--radius-xl);border:1px solid #1c4b4214;grid-template-columns:minmax(280px,.72fr) minmax(0,1fr);gap:0;display:grid;overflow:hidden}.case-card img{object-fit:cover;width:100%;height:100%;min-height:360px}.case-card div{flex-direction:column;justify-content:center;padding:clamp(32px,5vw,58px);display:flex}.case-card span{width:fit-content;color:var(--green);background:var(--lime);border-radius:100px;margin-bottom:20px;padding:10px 16px;font-weight:600}.case-card h2{max-width:620px;color:var(--green);margin:0;font-size:clamp(32px,4vw,52px);font-weight:500;line-height:1.08}.case-card p{max-width:640px;color:var(--muted);margin:18px 0 28px;font-size:18px;line-height:1.62}.contact-page{grid-template-columns:minmax(0,1fr) minmax(360px,.72fr);gap:22px;padding-bottom:100px;display:grid}.contact-panel,.contact-tile{background:var(--cream);border-radius:var(--radius-xl);border:1px solid #1c4b4214}.contact-panel{padding:clamp(34px,5vw,58px)}.contact-panel h2{max-width:580px;color:var(--green);margin:0;font-size:clamp(34px,4.5vw,56px);font-weight:500;line-height:1.08}.contact-panel p{color:var(--muted);margin:18px 0 30px;line-height:1.6}.contact-panel form{gap:14px;display:grid}.contact-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.contact-panel input,.contact-panel select,.contact-panel textarea{width:100%;color:var(--green);background:var(--white);border:1px solid var(--line);outline:0;transition:border-color .18s,box-shadow .18s}.contact-panel input,.contact-panel select{border-radius:100px;height:58px;padding:0 20px}.contact-panel select{appearance:none;background:linear-gradient(45deg, transparent 50%, var(--green) 50%) calc(100% - 22px) 52% / 7px 7px no-repeat, linear-gradient(135deg, var(--green) 50%, transparent 50%) calc(100% - 17px) 52% / 7px 7px no-repeat, var(--white)}.contact-panel textarea{resize:vertical;border-radius:24px;min-height:140px;padding:18px 20px;line-height:1.55}.contact-panel input:focus,.contact-panel select:focus,.contact-panel textarea:focus{border-color:var(--lime-2);box-shadow:0 0 0 4px #b4e71729}.contact-form-grid .full-field{grid-column:1/-1}.form-honeypot{opacity:0;pointer-events:none;position:absolute;left:-100vw;width:1px!important;height:1px!important}.form-status{min-height:22px;color:var(--muted);margin:0;font-size:14px;line-height:1.45}.form-status.success{color:var(--green);font-weight:700}.form-status.error{color:#a23b2a;font-weight:700}.button:disabled{cursor:not-allowed;opacity:.68;transform:none}.contact-stack{gap:14px;display:grid}.contact-tile{padding:28px}.contact-tile>div:first-child{width:48px;height:48px;color:var(--green);background:var(--lime);border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.contact-tile svg{width:22px;height:22px}.contact-tile h3{color:var(--green);margin:18px 0 14px;font-size:24px;font-weight:500}.contact-tile-body{gap:8px;display:grid}.contact-tile-body a,.contact-tile-body span{color:var(--muted);line-height:1.45}.admin-page{grid-template-columns:minmax(0,1fr) minmax(340px,.58fr);gap:22px;padding-bottom:100px;display:grid}.admin-form,.admin-library{background:var(--cream);border-radius:var(--radius-xl);border:1px solid #1c4b4214}.admin-form{gap:18px;padding:clamp(28px,4vw,48px);display:grid}.admin-form-head,.admin-library-head{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.admin-form-head>p:last-child{color:var(--green);margin:0;font-weight:600}.admin-form label{color:var(--green);gap:9px;font-weight:600;display:grid}.admin-form input,.admin-form textarea{width:100%;color:var(--green);background:var(--white);border:1px solid var(--line);border-radius:24px;outline:0;padding:16px 18px}.admin-form input{border-radius:100px;height:58px}.admin-form textarea{resize:vertical;min-height:118px;line-height:1.55}.admin-form input:focus,.admin-form textarea:focus{border-color:var(--lime-2)}.admin-upload{grid-template-columns:minmax(0,.58fr) minmax(180px,.42fr);align-items:stretch;gap:16px;display:grid}.admin-upload label,.admin-upload span{min-height:180px;color:var(--green);background:var(--white);border-radius:var(--radius-lg);text-align:center;border:1px dashed #1c4b423d;justify-content:center;align-items:center;gap:10px;font-weight:600;display:flex}.admin-upload input,.admin-tools input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.admin-upload svg{width:24px;height:24px;color:var(--lime-2)}.admin-upload img{object-fit:cover;border-radius:var(--radius-lg);width:100%;height:180px}.admin-actions,.admin-tools,.admin-row-actions{flex-wrap:wrap;gap:10px;display:flex}.admin-library{padding:clamp(24px,3.4vw,36px)}.admin-library h2{color:var(--green);margin:0;font-size:clamp(30px,3vw,42px);font-weight:500;line-height:1.08}.admin-tools button,.admin-tools label,.admin-row-actions button{width:46px;height:46px;color:var(--green);background:var(--white);border:1px solid var(--line);border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.admin-tools svg,.admin-row-actions svg{width:19px;height:19px}.admin-post-list{gap:12px;margin-top:26px;display:grid}.admin-post-list article{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);grid-template-columns:76px minmax(0,1fr) auto;align-items:center;gap:14px;padding:12px;display:grid}.admin-post-list article:first-child:last-child{grid-template-columns:1fr;padding:22px}.admin-post-list img{object-fit:cover;border-radius:var(--radius-md);width:76px;height:76px}.admin-post-list span,.admin-post-list a{color:var(--lime-2);font-size:13px;font-weight:700}.admin-post-list h3{color:var(--green);margin:4px 0 8px;font-size:18px;font-weight:600;line-height:1.18}.admin-post-list p{color:var(--muted);margin:0;line-height:1.5}.legal-page{padding:94px 0 110px}.legal-intro{max-width:760px;color:var(--muted);margin:24px 0 42px;font-size:18px;line-height:1.65}.legal-list{gap:14px;max-width:900px;display:grid}.legal-list article{background:var(--cream);border-radius:var(--radius-lg);border:1px solid #1c4b4214;padding:30px}.legal-list h2{color:var(--green);margin:0 0 10px;font-size:26px;font-weight:500}.legal-list p{color:var(--muted);margin:0;line-height:1.62}.article-section{gap:14px;max-width:980px;padding-bottom:100px;display:grid}.article-section article{background:var(--cream);border-radius:var(--radius-lg);border:1px solid #1c4b4214;grid-template-columns:76px minmax(0,1fr);gap:24px;padding:30px;display:grid}.article-section span,.card-band span,.industry-section span{width:48px;height:48px;color:var(--green);background:var(--lime);border-radius:50%;justify-content:center;align-items:center;font-weight:600;display:inline-flex}.article-section p{color:var(--green);margin:0;font-size:clamp(20px,2.5vw,28px);line-height:1.34}.article-longform{max-width:1080px}.article-longform article{content-visibility:auto;contain-intrinsic-block-size:auto 420px}.article-copy{min-width:0}.article-copy h2,.article-copy h3{color:var(--green);letter-spacing:0;font-weight:500}.article-copy h2{margin:0 0 18px;font-size:clamp(28px,3vw,40px);line-height:1.08}.article-copy h3{margin:30px 0 12px;font-size:22px;line-height:1.16}.article-longform .article-copy p{color:var(--muted);margin:0 0 14px;font-size:17px;line-height:1.68}.article-copy ul{gap:8px;margin:14px 0 0;padding:0;list-style:none;display:grid}.article-copy li{color:var(--green);padding-left:20px;font-size:16px;line-height:1.52;position:relative}.article-copy li:before{background:var(--lime-2);content:"";border-radius:50%;width:7px;height:7px;position:absolute;top:.7em;left:0;transform:translateY(-50%)}.article-subsection{padding-top:4px}.article-next-step{color:var(--white);background:var(--green)!important}.article-next-step span{color:var(--green)}.article-next-step span svg{width:20px;height:20px}.article-next-step h2,.article-next-step p{color:var(--white)!important}.article-next-step .paired-buttons{margin-top:24px}.article-next-step .button-light{border-color:#ffffff6b}.listing-section{padding-bottom:100px}.listing-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.listing-card{background:var(--cream);border:1px solid #1c4b4214;min-height:470px;padding:22px;position:relative;overflow:hidden}.listing-card img{object-fit:cover;border-radius:46% 54% 48% 52%/50% 44% 56% 50%;width:100%;height:245px}.listing-card span{color:var(--lime-2);margin-top:22px;font-weight:600;display:inline-flex}.listing-card h2{color:var(--green);margin:12px 0;font-size:26px;font-weight:500;line-height:1.12}.listing-card p{color:var(--muted);margin:0;line-height:1.55}.ebook-card .button{width:fit-content;margin-top:22px}.industry-section{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;padding-bottom:100px;display:grid}.industry-section article{background:var(--cream);border:1px solid #1c4b4214;min-height:270px;padding:26px}.industry-section h2{color:var(--green);margin:70px 0 12px;font-size:27px;font-weight:500;line-height:1.08}.industry-section p{color:var(--muted);margin:0;line-height:1.55}.partner-page{gap:28px;padding-bottom:96px;display:grid}.partner-panel{background:var(--green);padding:clamp(32px,5vw,54px)}.partner-panel h2{max-width:760px;color:var(--white);margin:0;font-size:clamp(36px,5vw,58px);font-weight:500;line-height:1.06}.partner-panel p{color:#ffffffb8;max-width:720px;margin:18px 0 26px;font-size:18px;line-height:1.62}.partner-panel .team-stats{background:#ffffff14;border-color:#ffffff24;margin-top:0}.partner-panel .team-stats strong{color:var(--white)}.partner-panel .team-stats span{color:#ffffffad}.career-intro{margin-bottom:28px}.career-intro h2{max-width:620px;color:var(--green);margin:0;font-size:clamp(36px,5vw,58px);font-weight:500;line-height:1.08}.job-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.job-grid article{background:var(--cream);border:1px solid #1c4b4214;min-height:260px;padding:26px}.job-grid h3{color:var(--green);margin:0 0 14px;font-size:25px;font-weight:500;line-height:1.12}.job-grid p{color:var(--muted);margin:0 0 24px;line-height:1.55}.job-grid a{color:var(--green);align-items:center;gap:8px;font-weight:600;display:inline-flex}.job-grid svg{width:18px;height:18px}.card-band{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;padding-bottom:100px;display:grid}.card-band article{background:var(--cream);border:1px solid #1c4b4214;min-height:330px;padding:30px}.card-band h2{color:var(--green);margin:90px 0 14px;font-size:clamp(28px,3vw,38px);font-weight:500;line-height:1.08}.card-band p{color:var(--muted);margin:0;line-height:1.6}.not-found{background:var(--cream);margin-top:88px;margin-bottom:100px;padding:clamp(34px,6vw,70px)}.not-found h1{max-width:780px;color:var(--green);margin:0;font-size:clamp(48px,7vw,86px);font-weight:500;line-height:1.02}.not-found h1 span{color:var(--lime-2)}.not-found p:not(.pill-label){color:var(--muted);margin:22px 0 30px;font-size:18px;line-height:1.6}.contact-footer{width:var(--shell);color:var(--green);background:var(--cream);border-radius:var(--radius-xl);margin:0 auto 34px;padding:clamp(34px,5vw,58px)}.footer-brand{margin-bottom:44px}.footer-grid{grid-template-columns:minmax(260px,1.2fr) repeat(4,minmax(128px,.54fr));gap:30px;display:grid}.contact-footer h2{max-width:620px}.contact-footer p{color:var(--muted);margin:18px 0 28px;line-height:1.65}.contact-list{align-content:start;gap:14px;display:grid}.contact-list h3{color:var(--green);margin:0 0 10px;font-size:20px;font-weight:600}.contact-list a,.contact-list span{color:var(--muted);align-items:flex-start;gap:10px;line-height:1.45;display:flex}.contact-list svg{width:18px;height:18px;color:var(--lime-2);flex:none}.footer-socials{flex-wrap:wrap;gap:8px;margin-top:8px;display:flex}.footer-socials a{width:38px;height:38px;color:var(--green);background:var(--white);border:1px solid #1c4b421a;border-radius:50%;justify-content:center;align-items:center;font-size:12px;font-weight:800;line-height:1;transition:transform .18s,background .18s,border-color .18s;display:inline-flex}.footer-socials a:hover,.footer-socials a:focus-visible{background:var(--lime);border-color:var(--lime);outline:0;transform:translateY(-2px)}.footer-bottom{color:#1c4b4294;border-top:1px solid var(--line);justify-content:space-between;gap:20px;margin-top:54px;padding-top:22px;font-size:14px;display:flex}@keyframes soft-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (hover:hover) and (pointer:fine){.asset-card:hover,.service-card:hover,.value-card:hover,.team-card:hover,.trust-card:hover,.quote-card:hover,.insight-card:hover,.directory-card:hover,.case-card:hover,.listing-card:hover,.industry-section article:hover,.contact-tile:hover,.admin-post-list article:hover,.card-band article:hover,.story-cards article:hover,.process-grid article:hover,.detail-grid article:hover,.job-grid article:hover,.legal-list article:hover{border-color:#1c4b422e;transform:translateY(-6px);box-shadow:0 24px 58px #153d361f}.asset-card:hover img,.service-card:hover .service-media img,.team-card:hover img,.trust-image:hover img,.insight-card:hover img,.directory-card:hover img,.case-card:hover img,.listing-card:hover img,.newsletter:hover>img,.page-hero:hover>img{filter:saturate(1.06);transform:scale(1.04)}.faq-item:hover{border-color:#1c4b422e;transform:translate(4px)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}@media (width<=1120px){:root{--shell:min(100% - 44px, 940px)}.desktop-nav{display:none}.site-header{grid-template-columns:auto 1fr}.header-actions{justify-self:end}.mobile-toggle{display:inline-flex}.mobile-menu{background:var(--white);border:1px solid var(--line);border-radius:0 0 var(--radius-lg) var(--radius-lg);max-height:calc(100vh - 104px);box-shadow:var(--shadow);padding:18px;display:none;position:absolute;top:82px;left:22px;right:22px;overflow-y:auto}.mobile-menu.is-open{gap:8px;display:grid}.mobile-primary-link,.mobile-submenu-toggle,.mobile-submenu-panel a{text-align:left;width:100%;color:var(--green);background:var(--cream);border-radius:var(--radius-md);border:1px solid #1c4b4214;padding:14px;font-weight:600}.mobile-submenu{gap:0;display:grid}.mobile-submenu-toggle{cursor:pointer;justify-content:space-between;align-items:center;display:flex}.mobile-submenu-toggle svg{width:18px;height:18px;transition:transform .18s}.mobile-submenu.is-open .mobile-submenu-toggle svg{transform:rotate(180deg)}.mobile-submenu-panel{gap:6px;max-height:0;padding:0 8px;transition:max-height .24s,padding .24s;display:grid;overflow:hidden}.mobile-submenu.is-open .mobile-submenu-panel{max-height:720px;padding:8px}.mobile-submenu-panel a{background:var(--white);padding:12px 14px;font-size:14px}.mobile-primary-link.is-active,.mobile-submenu-toggle.is-active,.mobile-submenu-panel a.is-active{color:var(--lime-2);background:#b4e7171f;border-color:#92c20057}.asset-strip,.service-grid,.value-grid,.team-grid,.team-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.asset-strip{margin-top:-52px}.intro-section,.trust-section,.testimonial-section,.faq-section,.newsletter,.footer-grid,.page-hero,.directory-grid,.process-band,.story-section,.contact-page,.detail-section,.admin-page{grid-template-columns:1fr}.detail-grid,.listing-grid,.industry-section,.job-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.card-band,.outcome-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.page-hero-copy,.page-hero>img{min-height:420px}.case-card{grid-template-columns:1fr}.trust-card,.trust-image{min-height:auto}.trust-image img{height:440px}.newsletter>img{height:380px}.logo-row{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=760px){:root{--shell:calc(100% - 28px)}.site-header{min-height:72px;padding:12px 14px}.brand,.footer-brand{font-size:21px}.brand-symbol,.brand-mark{width:40px;height:40px}.round-control,.mobile-toggle,.icon-button,.small-round{width:44px;height:44px}.menu-grid{display:none}.mobile-menu{border-radius:var(--radius-lg);max-height:calc(100vh - 90px);top:72px;left:14px;right:14px}.hero{padding-top:38px}.hero-top,.panel-head,.section-row{grid-template-columns:1fr;align-items:start;display:grid}.hero-top{gap:26px;padding-bottom:30px}.hero h1{font-size:clamp(42px,12vw,62px)}.hero-actions{justify-content:flex-start}.button{min-height:48px;padding:13px 20px}.hero-photo{height:410px}.asset-strip{background:var(--cream);border-radius:var(--radius-lg) var(--radius-lg) 0 0;box-shadow:var(--shadow);grid-template-columns:1fr;gap:12px;margin-top:-56px;padding:18px 18px 64px}.asset-card{background:var(--white);min-height:140px;box-shadow:none;padding:20px}.asset-title{min-height:auto;color:var(--green);background:0 0;border:0;grid-column:1/-1;gap:14px;padding:16px 12px 10px;display:flex}.asset-title h2{color:var(--green);font-size:28px}.asset-title a{color:var(--green)}.image-backed{background:linear-gradient(#1c4b42d1,#1c4b42d1),url(/assets/closing-gap/home-metrics-operations.webp) 50%/cover}.intro-section,.values-section,.team-section,.testimonial-section,.faq-section,.insights-section{padding:68px 0}.intro-section{gap:28px}.intro-copy,.services-panel,.floating-card,.quote-card,.contact-footer,.newsletter-copy{padding:26px}.service-grid,.value-grid,.team-grid,.team-stats,.insight-grid{grid-template-columns:1fr}.team-stats div,.team-stats div:last-child{border-bottom:1px solid #1c4b4214;border-right:0}.team-stats div:last-child{border-bottom:0}.service-card{min-height:350px}.service-card>svg{margin-top:144px}.photo-cta{border-radius:var(--radius-lg);min-height:auto}.photo-cta>img{height:430px}.floating-card{width:calc(100% - 28px);margin:-92px auto 0;position:relative;bottom:auto;right:auto}.trust-section{padding-bottom:68px}.trust-image img{height:360px}.quote-footer{grid-template-columns:54px minmax(0,1fr)}.quote-controls{grid-column:1/-1}.logo-row{grid-template-columns:repeat(2,minmax(0,1fr));padding-top:16px}.logo-row img{height:64px;padding:18px}.faq-section{gap:28px}.page-hero{gap:18px;padding:44px 0 64px}.page-hero-copy,.page-hero>img{border-radius:var(--radius-lg);min-height:auto}.page-hero>img{height:330px}.directory-section,.case-section,.contact-page,.admin-page,.listing-section,.industry-section,.card-band,.article-section,.partner-page,.outcome-section{padding-bottom:68px}.admin-form-head,.admin-library-head{display:grid}.admin-upload{grid-template-columns:1fr}.admin-actions .button{flex:100%}.admin-post-list article{grid-template-columns:64px minmax(0,1fr)}.admin-post-list img{width:64px;height:64px}.admin-row-actions{grid-column:1/-1;justify-content:flex-start}.directory-card{grid-template-columns:1fr}.directory-image img{height:240px}.directory-content{padding:24px}.process-band{margin-bottom:68px;padding:26px}.process-grid,.detail-grid,.listing-grid,.industry-section,.job-grid,.card-band,.outcome-grid{grid-template-columns:1fr}.detail-lead{min-height:310px}.detail-grid article,.listing-card,.industry-section article,.job-grid article,.card-band article{min-height:auto}.listing-card img{height:235px}.industry-section h2,.card-band h2{margin-top:42px}.article-section article{grid-template-columns:1fr;gap:18px;padding:24px}.outcome-grid span{min-height:92px}.story-section{gap:18px;padding-bottom:68px}.case-card img{min-height:260px}.contact-panel,.contact-tile{border-radius:var(--radius-lg)}.contact-form-grid{grid-template-columns:1fr}.faq-item>span{font-size:18px}.newsletter{margin-bottom:68px}.newsletter form{border-radius:var(--radius-md);grid-template-columns:1fr;padding:10px}.newsletter button{width:100%}.newsletter>img{height:300px}.footer-bottom{display:grid}}@media (width<=440px){.intro-buttons,.paired-buttons,.review-row{align-items:stretch}.intro-buttons .button,.paired-buttons .button,.review-row .button{flex:100%}.hero-actions .button-dark{flex:1 1 0}.hero-actions .button-light{flex:100%}.icon-button{align-self:center}.hero-photo{height:330px}.team-card img,.insight-card img{height:250px}}
