* { box-sizing: border-box; } html { scroll-behavior: smooth; } body { margin: 0; background: var(--paper); color: var(--charcoal); font-family: var(--body-font); font-size: 16px; line-height: 1.55; } a { color: inherit; text-decoration: none; } a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 2px solid var(--bright); outline-offset: 4px; } img { max-width: 100%; display: block; } .container { width: min(1180px, calc(100% - 80px)); margin: 0 auto; } .section { padding: 130px 0; } .section-dark { background: var(--charcoal); color: var(--white); } .section-green { background: var(--green); color: var(--white); } .skip-link { background: var(--bright); color: var(--charcoal); left: 20px; padding: 10px 16px; position: fixed; top: -100px; z-index: 20; } .skip-link:focus { top: 20px; }
:root { --green: #0b3b24; --bright: #1bf8a6; --charcoal: #1e1e1e; --paper: #f3f2ed; --white: #fff; --display-font: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif; --body-font: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif; --border-dark: rgba(255,255,255,.22); --border-light: rgba(30,30,30,.18); }
* { box-sizing: border-box; } html { scroll-behavior: smooth; } body { margin: 0; background: var(--paper); color: var(--charcoal); font-family: var(--body-font); font-size: 16px; line-height: 1.55; } a { color: inherit; text-decoration: none; } img { max-width: 100%; display: block; } .container { width: min(1180px, calc(100% - 80px)); margin: 0 auto; } .section { padding: 130px 0; } .section-dark { background: var(--charcoal); color: var(--white); } .section-green { background: var(--green); color: var(--white); } .skip-link { background: var(--bright); color: var(--charcoal); left: 20px; padding: 10px 16px; position: fixed; top: -100px; z-index: 20; } .skip-link:focus { top: 20px; }
.site-header { background: var(--charcoal); color: var(--white); position: sticky; top: 0; z-index: 10; border-bottom: 1px solid var(--border-dark); } .header-inner { align-items: center; display: flex; justify-content: space-between; min-height: 86px; } .brand-lockup img { height: 48px; width: 116px; object-fit: contain; object-position: center; } .site-nav { align-items: center; display: flex; gap: 30px; font-size: 13px; font-weight: 600; letter-spacing: .02em; } .site-nav > a:not(.button), .services-menu summary { opacity: .78; transition: color .2s, opacity .2s; } .site-nav > a:not(.button):hover, .services-menu summary:hover { color: var(--bright); opacity: 1; } .services-menu { position: relative; } .services-menu summary { cursor: pointer; list-style: none; } .services-menu summary::-webkit-details-marker { display: none; } .services-menu summary span { color: var(--bright); font-size: 18px; margin-left: 4px; } .services-dropdown { background: var(--green); border-top: 2px solid var(--bright); display: grid; gap: 0; min-width: 250px; padding: 10px 0; position: absolute; right: -20px; top: 32px; } .services-dropdown a { padding: 10px 18px; } .services-dropdown a:hover { background: rgba(27,248,166,.12); color: var(--bright); } .button { align-items: center; border: 1px solid transparent; display: inline-flex; font-size: 12px; font-weight: 700; gap: 20px; justify-content: space-between; letter-spacing: .04em; padding: 15px 18px; text-transform: uppercase; transition: background .25s, color .25s, transform .25s; } .button:hover { transform: translateY(-3px); } .button span { font-size: 18px; line-height: 0; } .button-small { padding: 12px 14px; } .button-light { background: var(--white); color: var(--charcoal); } .button-light:hover { background: var(--bright); } .button-accent { background: var(--bright); color: var(--charcoal); } .button-accent:hover { background: var(--white); } .button-dark { background: var(--charcoal); color: var(--white); } .button-dark:hover { background: var(--white); color: var(--charcoal); } .menu-toggle { display: none; }
.hero { min-height: 740px; overflow: hidden; padding: 125px 0 0; } .hero-grid { align-items: center; display: grid; grid-template-columns: 1.15fr .85fr; min-height: 535px; } .eyebrow { color: var(--bright); font-size: 11px; font-weight: 700; letter-spacing: .18em; margin: 0 0 27px; text-transform: uppercase; } .eyebrow span { background: var(--bright); display: inline-block; height: 5px; margin: 0 8px 2px; width: 5px; } .eyebrow-dark { color: #26865b; } h1, h2, h3, p { margin-top: 0; } h1, h2, h3 { font-family: var(--display-font); font-weight: 500; letter-spacing: -.045em; line-height: .98; } h1 { font-size: clamp(52px, 7vw, 94px); margin-bottom: 32px; max-width: 780px; } h1 em, h2 em { color: var(--bright); font-style: normal; } .hero-intro { color: rgba(255,255,255,.76); font-size: 17px; max-width: 540px; } .hero-actions { align-items: center; display: flex; gap: 28px; margin-top: 40px; } .text-link { border-bottom: 1px solid var(--bright); color: var(--white); font-size: 12px; font-weight: 700; letter-spacing: .05em; padding-bottom: 7px; text-transform: uppercase; } .text-link span { color: var(--bright); margin-left: 10px; } .hero-diagram { height: 430px; justify-self: end; position: relative; width: 430px; } .diagram-orbit { border: 1px solid rgba(27,248,166,.45); border-radius: 50%; height: 385px; left: 23px; position: absolute; top: 22px; transform: rotate(-25deg); width: 385px; } .diagram-orbit:after { background: var(--bright); border-radius: 50%; content: ""; height: 13px; left: 15px; position: absolute; top: 74px; width: 13px; } .diagram-core { align-items: center; border: 1px solid var(--bright); border-radius: 50%; display: flex; flex-direction: column; height: 190px; justify-content: center; left: 120px; position: absolute; top: 120px; width: 190px; } .diagram-core strong { color: var(--bright); font-size: 62px; font-weight: 400; letter-spacing: -.08em; line-height: .8; } .diagram-core span { font-size: 10px; letter-spacing: .15em; line-height: 1.3; margin-top: 14px; text-align: center; text-transform: uppercase; } .diagram-label { color: rgba(255,255,255,.8); font-size: 10px; letter-spacing: .12em; position: absolute; text-transform: uppercase; } .label-one { left: 10px; top: 200px; } .label-two { right: 18px; top: 94px; } .label-three { right: 0; top: 286px; } .label-four { bottom: 25px; left: 150px; } .label-five { left: 44px; top: 342px; } .trust-row { border-top: 1px solid var(--border-dark); display: grid; gap: 20px; grid-template-columns: repeat(3, 1fr); padding: 28px 0 30px; } .trust-row span { color: rgba(255,255,255,.64); font-size: 11px; line-height: 1.4; max-width: 220px; }
.split-heading { display: grid; gap: 70px; grid-template-columns: .75fr 1.25fr; } h2 { font-size: clamp(42px, 5.3vw, 76px); margin-bottom: 30px; } .split-heading > div > p, .heading-row > p { color: rgba(30,30,30,.7); max-width: 600px; } .split-heading > div > p + p { margin-top: 20px; } .model-section { padding-bottom: 116px; } .model-section h2 { max-width: 580px; } .model-steps { border-top: 1px solid var(--border-dark); display: grid; grid-template-columns: repeat(7, 1fr); margin-top: 65px; } .model-steps > div { border-right: 1px solid var(--border-dark); min-height: 170px; padding: 18px 14px 10px 0; } .model-steps > div + div { padding-left: 14px; } .model-steps b, .process-grid b { color: var(--bright); display: block; font-size: 11px; letter-spacing: .1em; margin-bottom: 45px; } .model-steps strong { display: block; font-size: 13px; margin-bottom: 10px; } .model-steps span { color: rgba(255,255,255,.6); display: block; font-size: 11px; line-height: 1.4; }
.heading-row { align-items: end; display: grid; gap: 80px; grid-template-columns: 1fr .8fr; } .heading-row > p { margin-bottom: 10px; } .service-list { border-top: 1px solid var(--border-light); margin-top: 80px; } .service-list a { align-items: center; border-bottom: 1px solid var(--border-light); display: grid; gap: 24px; grid-template-columns: 45px 1fr 1.15fr 25px; padding: 28px 0; transition: padding .25s, color .25s; } .service-list a:hover { color: #176b48; padding-left: 10px; } .service-list span, .industry-list article > span, .ways-grid span, .founder-list article > span { color: #26865b; font-size: 11px; font-weight: 700; letter-spacing: .08em; } .service-list h3 { font-size: clamp(22px, 2.1vw, 31px); margin: 0; } .service-list h3 i { color: #26865b; font-style: normal; } .service-list p { color: rgba(30,30,30,.65); font-size: 13px; margin: 0; } .service-list b { color: #26865b; font-size: 25px; font-weight: 400; text-align: right; } .industries-grid, .founders-grid { display: grid; gap: 90px; grid-template-columns: .85fr 1.15fr; } .industry-list { border-top: 1px solid var(--border-dark); } .industry-list article { border-bottom: 1px solid var(--border-dark); padding: 25px 0 30px; } .industry-list article > span { color: var(--bright); } .industry-list h3 { font-size: 27px; margin: 22px 0 10px; } .industry-list p, .founder-list p { color: rgba(255,255,255,.67); font-size: 14px; margin: 0; max-width: 560px; } .why-points { border-top: 1px solid var(--border-light); display: grid; gap: 0 40px; grid-template-columns: 1fr 1fr; } .why-points p { border-bottom: 1px solid var(--border-light); color: rgba(30,30,30,.7); font-size: 13px; margin: 0; padding: 22px 0; } .why-points strong { color: var(--charcoal); display: block; margin-bottom: 5px; }
.process-section { padding-bottom: 95px; } .process-grid { border-top: 1px solid var(--border-dark); display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 75px; } .process-grid > div { border-bottom: 1px solid var(--border-dark); border-right: 1px solid var(--border-dark); min-height: 190px; padding: 22px 25px 22px 0; } .process-grid > div:nth-child(3n+2), .process-grid > div:nth-child(3n+3) { padding-left: 25px; } .process-grid > div:nth-child(3n) { border-right: 0; } .process-grid b { margin-bottom: 32px; } .process-grid h3 { font-size: 21px; margin-bottom: 10px; } .process-grid p { color: rgba(255,255,255,.65); font-size: 13px; margin: 0; max-width: 240px; } .compliance-note { border-top: 1px solid var(--border-dark); color: rgba(255,255,255,.68); font-size: 12px; margin: 65px 0 0; padding-top: 22px; } .compliance-note strong { color: var(--bright); margin-right: 12px; } .ways-grid { border-top: 1px solid var(--border-light); display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 70px; } .ways-grid article { border-right: 1px solid var(--border-light); min-height: 230px; padding: 22px 30px 20px 0; } .ways-grid article + article { padding-left: 30px; } .ways-grid article:last-child { border-right: 0; } .ways-grid h3 { font-size: 25px; margin: 45px 0 12px; } .ways-grid p { color: rgba(30,30,30,.7); font-size: 13px; max-width: 270px; }
.founders-grid { align-items: start; } .founders-grid .section-heading > p:last-child { color: rgba(255,255,255,.65); font-size: 14px; margin-top: 45px; max-width: 380px; } .founder-list { border-top: 1px solid var(--border-dark); } .founder-list article { border-bottom: 1px solid var(--border-dark); padding: 24px 0 30px; } .founder-list article > span { color: var(--bright); } .founder-list h3 { font-size: 31px; margin: 28px 0 4px; } .founder-list small { color: var(--bright); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; } .founder-list p { margin-top: 20px; } .proof-grid { display: grid; gap: 80px; grid-template-columns: .75fr 1.25fr; } .proof-grid h2 { margin-bottom: 24px; } .proof-grid > div > p { color: rgba(30,30,30,.7); max-width: 600px; } .proof-grid ul { border-top: 1px solid var(--border-light); list-style: none; margin: 35px 0 0; padding: 0; } .proof-grid li { border-bottom: 1px solid var(--border-light); font-size: 13px; padding: 16px 0 16px 24px; position: relative; } .proof-grid li:before { color: #26865b; content: "↗"; left: 0; position: absolute; } .contact-cta { padding: 115px 0; } .cta-inner { max-width: 900px; text-align: center; } .cta-inner .eyebrow { color: var(--charcoal); } .cta-inner h2 { color: var(--white); } .cta-inner h2 em { color: var(--charcoal); } .cta-inner > p:not(.eyebrow) { color: rgba(255,255,255,.8); margin: 0 auto 33px; max-width: 620px; } .cta-inner .button { margin: auto; }
.site-footer { padding: 75px 0 25px; } .footer-top { display: grid; gap: 100px; grid-template-columns: 1fr 1.1fr; padding-bottom: 75px; } .footer-top .brand-lockup img { height: 54px; width: 126px; } .footer-top p { color: rgba(255,255,255,.6); font-size: 13px; margin-top: 25px; max-width: 330px; } .footer-links { display: grid; gap: 50px; grid-template-columns: 1fr 1fr; } .footer-links h3 { color: var(--bright); font-size: 12px; letter-spacing: .1em; margin-bottom: 20px; text-transform: uppercase; } .footer-links a { color: rgba(255,255,255,.7); display: block; font-size: 13px; margin-bottom: 10px; } .footer-links a:hover { color: var(--bright); } .footer-bottom { border-top: 1px solid var(--border-dark); color: rgba(255,255,255,.5); display: flex; font-size: 11px; justify-content: space-between; padding-top: 22px; } .footer-bottom i { background: var(--bright); border-radius: 50%; display: inline-block; height: 4px; margin: 0 8px 2px; width: 4px; } .reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; } .reveal.is-visible { opacity: 1; transform: none; }
@media (max-width: 850px) { .container { width: min(100% - 44px, 620px); } .header-inner { min-height: 74px; } .menu-toggle { align-items: center; background: none; border: 0; color: var(--white); display: flex; font: inherit; gap: 10px; padding: 10px 0; } .menu-label { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; } .menu-icon { display: grid; gap: 5px; } .menu-icon i { background: var(--bright); display: block; height: 1px; width: 22px; } .site-nav { align-items: stretch; background: var(--green); display: none; flex-direction: column; gap: 0; left: 0; padding: 20px 22px 28px; position: absolute; right: 0; top: 74px; } .site-nav.is-open { display: flex; } .site-nav > a, .services-menu summary { padding: 13px 0; } .services-dropdown { background: transparent; border: 0; display: grid; gap: 0; padding: 0 0 5px 15px; position: static; } .services-dropdown a { font-size: 12px; padding: 8px 0; } .site-nav .button { justify-content: space-between; margin-top: 15px; } .hero { padding-top: 85px; } .hero-grid { display: block; min-height: 0; } .hero-copy { max-width: 650px; } .hero-diagram { height: 320px; margin: 55px auto 20px; transform: scale(.75); transform-origin: top center; width: 430px; } .trust-row { gap: 18px; grid-template-columns: 1fr; } .trust-row span { max-width: 360px; } .section { padding: 85px 0; } .split-heading, .industries-grid, .founders-grid, .proof-grid { gap: 45px; grid-template-columns: 1fr; } .heading-row { align-items: start; gap: 10px; grid-template-columns: 1fr; } .model-steps { grid-template-columns: repeat(2, 1fr); margin-top: 45px; } .model-steps > div:nth-child(2n) { border-right: 0; padding-left: 14px; } .model-steps > div:nth-child(2n+1) { padding-left: 0; } .model-steps > div:nth-child(n+5) { min-height: 150px; } .service-list { margin-top: 50px; } .service-list a { gap: 15px; grid-template-columns: 32px 1fr 20px; padding: 22px 0; } .service-list p { display: none; } .service-list h3 { font-size: 20px; } .why-points { grid-template-columns: 1fr; } .process-grid { grid-template-columns: 1fr 1fr; margin-top: 50px; } .process-grid > div, .process-grid > div:nth-child(3n+2), .process-grid > div:nth-child(3n+3) { border-right: 1px solid var(--border-dark); padding: 20px 18px 20px 0; } .process-grid > div:nth-child(2n) { border-right: 0; padding-left: 18px; } .ways-grid { grid-template-columns: 1fr; margin-top: 45px; } .ways-grid article, .ways-grid article + article { border-bottom: 1px solid var(--border-light); border-right: 0; min-height: 0; padding: 22px 0; } .ways-grid article:last-child { border-bottom: 0; } .ways-grid h3 { margin: 25px 0 8px; } .footer-top { gap: 50px; grid-template-columns: 1fr; padding-bottom: 50px; } }
@media (max-width: 520px) { h1 { font-size: 49px; } h2 { font-size: 43px; } .hero-actions { align-items: start; flex-direction: column; gap: 22px; } .hero-diagram { margin-left: -58px; } .model-steps { grid-template-columns: 1fr 1fr; } .model-steps > div { min-height: 155px; } .model-steps > div:nth-child(2n) { padding-left: 12px; } .model-steps b { margin-bottom: 30px; } .process-grid { grid-template-columns: 1fr; } .process-grid > div, .process-grid > div:nth-child(3n+2), .process-grid > div:nth-child(3n+3), .process-grid > div:nth-child(2n) { border-right: 0; border-bottom: 1px solid var(--border-dark); padding: 20px 0; } .process-grid > div:last-child { border-bottom: 0; } .footer-links { gap: 30px; grid-template-columns: 1fr 1fr; } .footer-bottom { flex-direction: column; gap: 10px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *:before, *:after { transition-duration: .01ms !important; animation-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }

/* Homepage refinement pass */
.brand-lockup img { height: 60px; object-fit: cover; object-position: center; width: 145px; }
.hero { min-height: 700px; padding-top: 105px; }
.hero-grid { grid-template-columns: 1.25fr .75fr; min-height: 500px; }
.hero-diagram { transform: scale(.92); transform-origin: center right; }
.section { padding: 112px 0; }
.model-section { padding-bottom: 100px; }
.model-steps { margin-top: 52px; }
.service-list { margin-top: 64px; }
.service-list a { position: relative; transition: background .25s, border-color .25s, color .25s, padding .25s, transform .25s; }
.service-list a:after { background: var(--bright); bottom: -1px; content: ""; height: 2px; left: 0; position: absolute; transform: scaleX(0); transform-origin: left; transition: transform .3s ease; width: 100%; }
.service-list a:hover { background: rgba(27,248,166,.07); border-color: rgba(27,248,166,.45); color: var(--charcoal); padding-left: 16px; transform: translateX(4px); }
.service-list a:hover:after { transform: scaleX(1); }
.service-list a:hover b { color: var(--charcoal); transform: translate(3px, -3px); }
.service-list b { transition: color .25s, transform .25s; }
.industries { padding-bottom: 118px; padding-top: 118px; }
.industries .section-heading { border-left: 2px solid var(--bright); padding-left: 28px; }
.industries .section-heading h2 { max-width: 420px; }
.industry-list article { padding-left: 20px; transition: background .25s, padding .25s; }
.industry-list article:hover { background: rgba(255,255,255,.04); padding-left: 30px; }
.industry-list article > span { display: block; }
.contact-cta h2, .contact-cta h2 em { color: var(--white); }
.contact-cta h2 em { border-bottom: 1px solid var(--bright); }
.contact-cta .button-dark { border: 1px solid var(--charcoal); }
.footer-top .brand-lockup img { height: 66px; width: 155px; }

@media (max-width: 850px) {
	.brand-lockup img { height: 52px; width: 126px; }
	.hero { min-height: 0; padding-top: 85px; }
	.hero-grid { min-height: 0; }
	.hero-diagram { transform: scale(.75); transform-origin: top center; }
	.section { padding: 88px 0; }
	.industries { padding-bottom: 88px; padding-top: 88px; }
	.industries .section-heading { padding-left: 20px; }
	.footer-top .brand-lockup img { height: 58px; width: 136px; }
}

/* Final homepage micro-refinements */
@media (min-width: 851px) {
	.site-header .brand-lockup img { height: 68px; width: 164px; }
}
.hero-intro { font-size: 18px; line-height: 1.65; }
.industry-list article { padding-bottom: 34px; padding-top: 29px; }
.industry-list article > span { font-size: 12px; }
.industry-list h3 { font-size: 30px; margin-bottom: 12px; }
.founder-list article { min-height: 220px; }
@media (max-width: 850px) {
	.hero-intro { font-size: 17px; line-height: 1.6; }
	.industry-list h3 { font-size: 27px; }
	.founder-list article { min-height: 0; }
}