@charset "UTF-8";
/* Brand-led, deliberately still. Native HTML/CSS; no remote dependencies. */
:root {
  color-scheme: light;
  --forest: #0f5132;
  --sage: #6b8f72;
  --sunrise: #d4a85e;
  --stone: #eae7df;
  --sky: #d6e4ea;
  --ink: #22372e;
  --muted: #536259;
  --line: #d9dfda;
  --surface: #f5f6f3;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-padding-top: 24px; }
body { margin: 0; font: 17px/1.65 var(--sans); color: var(--ink); background: #fff; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--forest); text-underline-offset: 5px; text-decoration-thickness: 1px; }
a:hover { text-decoration-thickness: 2px; }
button { font: inherit; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--forest); outline-offset: 5px; }
::selection { color: #fff; background: var(--forest); }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { color: var(--forest); font-weight: 500; line-height: 1.17; text-wrap: balance; }
h1 { font-size: clamp(38px, 3.8vw, 56px); letter-spacing: -1.8px; }
h2 { font-size: clamp(27px, 2.3vw, 34px); letter-spacing: -.7px; }
h3 { font-size: 23px; letter-spacing: -.35px; }
p { max-width: 68ch; }
p + p { margin-top: 16px; }
.wrap { width: min(1200px, calc(100% - 96px)); margin-inline: auto; }
.skip-link { position: absolute; z-index: 10; left: 16px; top: -100px; padding: 12px 20px; background: white; }
.skip-link:focus { top: 12px; }
#main-content:focus { outline: none; }
.site-header { border-bottom: 1px solid var(--line); background: #fff; }
.header-inner { min-height: 80px; display: flex; justify-content: space-between; align-items: center; gap: 32px; }
.wordmark { display: block; flex-shrink: 0; width: 298px; }
.site-nav { display: flex; align-items: center; gap: 31px; }
.site-nav a { display: inline-flex; align-items: center; min-height: 48px; color: var(--ink); font-size: 15px; font-weight: 500; text-decoration: none; white-space: nowrap; }
.site-nav a[aria-current], .site-nav a:hover { color: var(--forest); text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 9px; }
.site-nav a:last-child { padding: 0 22px; border: 1px solid var(--forest); }
.menu-toggle { color: var(--forest); background: #fff; border: 1px solid var(--line); padding: 9px 12px; min-height: 44px; cursor: pointer; }
.menu-toggle span { margin-left: 6px; }
.eyebrow { color: var(--muted); font-size: 12px; letter-spacing: 1.9px; text-transform: uppercase; font-weight: 600; margin-bottom: 20px; }
.lead { color: var(--muted); font-size: 19px; line-height: 1.6; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 28px; padding: 13px 24px; min-height: 50px; font-size: 16px; font-weight: 500; background: var(--forest); color: white; border: 1px solid var(--forest); text-decoration: none; }
.button:hover { background: #073d25; text-decoration: underline; }
.button:active { background: #062d1b; }
.text-link { display: inline-flex; gap: 14px; align-items: center; min-height: 44px; font-weight: 500; }
.hero { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 60px; padding-block: 52px; }
.hero h1 { max-width: 570px; }
.hero .lead { margin-top: 23px; margin-bottom: 27px; max-width: 47ch; }
.hero-image { width: 100%; height: 390px; object-fit: cover; object-position: 64% center; border-bottom: 5px solid var(--sunrise); }
.section-heading { margin-bottom: 25px; }
.section-heading p { margin-top: 10px; color: var(--muted); }
.expertise-preview { padding-block: 18px 44px; }
.expertise-pair { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.expertise-link { display: flex; flex-direction: column; padding: 27px 30px 23px; color: var(--ink); text-decoration: none; border-top: 3px solid var(--sage); }
.expertise-link.energy { background: var(--stone); }
.expertise-link.data { background: var(--sky); border-color: #88a7b1; }
.expertise-link p { color: var(--muted); margin-top: 12px; font-size: 16px; }
.link-label { color: var(--forest); font-size: 15px; font-weight: 600; margin-top: 19px; display: flex; justify-content: space-between; gap: 16px; }
.expertise-link:hover .link-label { text-decoration: underline; text-underline-offset: 5px; }
.home-company { display: grid; grid-template-columns: 140px 1fr 250px; gap: 30px; padding-block: 33px 43px; border-top: 1px solid var(--line); align-items: center; }
.home-company > img { width: 140px; height: 175px; object-fit: cover; object-position: center 24%; }
.home-company h2 { font-size: 27px; max-width: 29ch; }
.home-company p { color: var(--muted); font-size: 16px; margin-top: 13px; }
.home-company .text-link { margin-top: 8px; font-size: 15px; }
.home-company .company-more { border-left: 1px solid var(--line); padding-left: 29px; }
.home-company .company-more h3 { font-size: 22px; }
.site-footer { background: var(--surface); border-top: 1px solid var(--line); }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 25px 21px; }
.footer-top strong { color: var(--forest); font-size: 19px; font-weight: 600; }
.footer-top p span { display: block; font-size: 14px; color: var(--muted); margin-top: 2px; }
.footer-email { font-size: 15px; overflow-wrap: anywhere; }
.footer-bottom { border-top: 1px solid var(--line); padding-block: 15px; display: flex; align-items: center; gap: 28px; font-size: 12px; color: var(--muted); }
.footer-bottom nav { margin-left: auto; display: flex; gap: 24px; }
.footer-bottom a { display: inline-flex; align-items: center; min-height: 32px; }
.page-intro { padding-block: 50px 42px; }
.page-intro h1 { max-width: 920px; }
.page-intro .lead { margin-top: 22px; max-width: 75ch; }
.capabilities { padding-bottom: 45px; }
.capability-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; padding-block: 32px; border-top: 1px solid var(--line); scroll-margin-top: 24px; }
.capability-detail p { color: var(--muted); margin-top: 19px; }
.service-list { margin: 0; padding-left: 22px; }
.service-list li { padding-left: 8px; margin-bottom: 9px; }
.service-list li::marker, .topic-list li::marker { color: var(--forest); }
.topics-section, .method-section, .reasons-section { background: var(--surface); padding-block: 44px; }
.topic-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 55px; padding-left: 20px; margin: 24px 0 0; }
.topic-list li { padding-left: 7px; }
.next-step { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding-block: 38px; }
.next-step h2 { font-size: 28px; }
.next-step p { color: var(--muted); font-size: 16px; margin-top: 7px; }
.next-step .button { flex-shrink: 0; }
.engagement-list { padding-bottom: 40px; }
.engagement { display: grid; grid-template-columns: 270px 1fr; gap: 12px 50px; padding-block: 26px; border-top: 1px solid var(--line); }
.engagement h2 { font-size: 23px; grid-column: 1; grid-row: 1 / 3; }
.engagement > p { grid-column: 2; color: var(--muted); }
.engagement .engagement-item__type { display: none; }
.engagement .engagement-item__fit { margin-top: 0; font-size: 14px; color: var(--forest); }
.method-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }
.method-layout p { color: var(--muted); margin-top: 18px; }
.decision-path { padding: 0; margin: 0; list-style-position: inside; counter-reset: decision; list-style: none; }
.decision-path li { display: grid; grid-template-columns: 32px 1fr; column-gap: 14px; margin-bottom: 20px; counter-increment: decision; }
.decision-path li:last-child { margin-bottom: 0; }
.decision-path li::before { content: counter(decision, decimal-leading-zero); grid-row: 1 / 3; color: var(--forest); font-size: 15px; padding-top: 3px; }
.decision-path strong { font-weight: 500; font-size: 20px; }
.decision-path span { grid-column: 2; color: var(--muted); font-size: 16px; }
.milestone { padding-block: 40px; border-bottom: 1px solid var(--line); }
.milestone h2 { font-size: 28px; }
.milestone p { color: var(--muted); margin-top: 16px; max-width: 80ch; }
.leadership { display: grid; grid-template-columns: 310px 1fr; gap: 65px; padding-bottom: 48px; align-items: start; }
.leadership figure img { width: 310px; height: 390px; object-fit: cover; object-position: center 25%; }
.leadership figcaption { margin-top: 14px; }
.leadership figcaption strong { color: var(--forest); font-weight: 500; }
.leadership figcaption span { display: block; color: var(--muted); font-size: 14px; }
.leadership h2 { max-width: 29ch; margin-bottom: 23px; }
.leadership p { color: var(--muted); }
.cofounder-note { border-top: 1px solid var(--line); padding-top: 21px; font-size: 15px; }
.reason-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px 65px; margin-top: 30px; }
.reason-grid h3 { font-size: 22px; }
.reason-grid p { color: var(--muted); margin-top: 12px; font-size: 16px; }
.contact-layout { display: grid; grid-template-columns: 1.4fr 1fr; gap: 65px; padding-block: 0 65px; }
.contact-primary { border-top: 3px solid var(--sunrise); padding-top: 26px; }
.contact-primary h2, .contact-details h2 { font-size: 26px; }
.contact-primary > p { color: var(--muted); margin-top: 12px; }
.contact-address { display: inline-block; font-size: 21px; margin-block: 22px 8px; overflow-wrap: anywhere; }
.contact-primary .button { margin-top: 25px; }
.contact-primary .email-help { font-size: 13px; }
.contact-details { background: var(--surface); padding: 29px; }
.contact-details address { font-style: normal; margin-top: 21px; }
.contact-details p { margin-top: 25px; color: var(--muted); }
.contact-details .text-link { margin-top: 13px; }
.legal-layout { padding-block: 46px 60px; }
.legal-content { max-width: 800px; }
.legal-content h1 { margin-block: 12px 20px; }
.legal-kicker, .legal-updated { color: var(--muted); font-size: 14px; }
.legal-content section { margin-top: 33px; }
.legal-content h2 { font-size: 25px; margin-bottom: 16px; }
.legal-content p { overflow-wrap: anywhere; }
.error-links { display: flex; gap: 25px; padding-bottom: 70px; }
@media (max-width: 1100px) {
  .wrap { width: calc(100% - 64px); }
  .site-nav { gap: 21px; }
  .wordmark { width: 270px; }
  .hero { gap: 35px; }
  .hero-image { height: 370px; }
  .home-company { grid-template-columns: 120px 1fr 210px; gap: 24px; }
  .home-company > img { width: 120px; height: 165px; }
  .home-company .company-more { padding-left: 23px; }
}
@media (max-width: 900px) {
  .header-inner { flex-wrap: wrap; gap: 0; min-height: 76px; }
  .wordmark { width: 280px; }
  .menu-toggle:not([hidden]) { display: inline-flex; align-items: center; }
  .site-nav { width: 100%; padding-block: 10px 18px; justify-content: space-between; }
  .header-inner.menu-ready .site-nav { display: none; }
  .header-inner.menu-ready.menu-open .site-nav { display: flex; }
  .hero { padding-block: 36px; }
  h1 { font-size: 43px; }
  .hero-image { height: 390px; }
  .home-company { grid-template-columns: 130px 1fr; }
  .home-company .company-more { grid-column: 2; border-left: 0; padding-left: 0; }
  .home-company .company-more h3 { font-size: 21px; }
  .home-company > img { width: 130px; height: 175px; align-self: start; }
  .capability-detail, .method-layout { gap: 35px; }
  .leadership { grid-template-columns: 260px 1fr; gap: 35px; }
  .contact-layout { gap: 32px; }
  .engagement { grid-template-columns: 220px 1fr; gap: 20px 35px; }
}
@media (max-width: 640px) {
  body { font-size: 16px; line-height: 1.6; }
  .wrap { width: calc(100% - 40px); }
  .header-inner { min-height: 72px; }
  .wordmark { width: 235px; max-width: calc(100% - 87px); }
  .menu-toggle { font-size: 14px; padding-inline: 10px; }
  .site-nav, .header-inner.menu-ready.menu-open .site-nav { flex-direction: column; align-items: stretch; gap: 0; padding-block: 8px 16px; }
  .site-nav a { min-height: 46px; padding: 7px 12px; }
  .site-nav a:last-child { padding-inline: 12px; margin-top: 5px; }
  .hero { grid-template-columns: 1fr; gap: 27px; padding-block: 29px 30px; }
  h1 { font-size: 39px; letter-spacing: -1.3px; line-height: 1.13; }
  h2 { font-size: 27px; }
  h3 { font-size: 23px; }
  .eyebrow { font-size: 10px; letter-spacing: 1.45px; margin-bottom: 17px; }
  .lead { font-size: 17px; }
  .hero .lead { margin-top: 18px; margin-bottom: 22px; }
  .hero-image { height: 205px; object-position: center 60%; }
  .button { min-height: 48px; padding: 11px 20px; }
  .expertise-preview { padding-block: 7px 29px; }
  .section-heading { margin-bottom: 20px; }
  .section-heading p { font-size: 15px; }
  .expertise-pair { grid-template-columns: 1fr; gap: 15px; }
  .expertise-link { padding: 22px; }
  .expertise-link p { font-size: 15px; }
  .link-label { margin-top: 17px; font-size: 14px; }
  .home-company { grid-template-columns: 82px 1fr; gap: 20px 18px; padding-block: 27px 29px; align-items: start; }
  .home-company > img { width: 82px; height: 109px; }
  .home-company h2 { font-size: 25px; }
  .home-company p { font-size: 15px; }
  .home-company .company-more { grid-column: 1 / -1; padding-top: 19px; border-top: 1px solid var(--line); }
  .home-company .company-more p { margin-top: 7px; }
  .home-company .text-link { font-size: 14px; }
  .footer-top { flex-direction: column; align-items: start; gap: 16px; padding-block: 23px 17px; }
  .footer-email { font-size: 13px; min-height: 32px; }
  .footer-bottom { flex-wrap: wrap; gap: 3px 16px; padding-block: 14px; font-size: 11px; }
  .footer-bottom nav { margin-left: 0; flex-basis: 100%; gap: 24px; font-size: 12px; }
  .footer-bottom nav a { min-height: 44px; }
  .page-intro { padding-block: 33px 30px; }
  .page-intro .lead { margin-top: 20px; }
  .capabilities { padding-bottom: 15px; }
  .capability-detail { grid-template-columns: 1fr; gap: 20px; padding-block: 28px; }
  .capability-detail p { margin-top: 16px; }
  .service-list li { margin-bottom: 10px; }
  .topics-section, .method-section, .reasons-section { padding-block: 31px; }
  .topic-list { grid-template-columns: 1fr; gap: 13px; font-size: 16px; }
  .next-step { flex-direction: column; align-items: start; gap: 21px; padding-block: 30px; }
  .next-step h2 { font-size: 27px; }
  .engagement-list { padding-bottom: 14px; }
  .engagement { display: block; padding-block: 26px; }
  .engagement > p { margin-top: 15px; }
  .engagement .engagement-item__fit { margin-top: 13px; font-size: 13px; }
  .method-layout { grid-template-columns: 1fr; gap: 25px; }
  .decision-path strong { font-size: 19px; }
  .decision-path span { font-size: 15px; }
  .milestone { padding-block: 30px; }
  .milestone h2 { font-size: 27px; }
  .leadership { grid-template-columns: 1fr; gap: 28px; padding-bottom: 31px; }
  .leadership figure { max-width: 340px; }
  .leadership figure img { width: 100%; height: 340px; object-position: center 23%; }
  .leadership h2 { margin-bottom: 19px; }
  .reason-grid { grid-template-columns: 1fr; gap: 26px; margin-top: 27px; }
  .contact-layout { grid-template-columns: 1fr; gap: 30px; padding-bottom: 31px; }
  .contact-address { font-size: 18px; }
  .contact-details { padding: 24px; }
  .legal-layout { padding-block: 32px 40px; }
  .legal-content h2 { font-size: 23px; }
  .error-links { flex-direction: column; align-items: start; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; } }
@media (forced-colors: active) { .expertise-link { border: 1px solid LinkText; } .button { border-color: ButtonText; } }
@media print {
  .menu-toggle, .site-nav, .next-step, .skip-link { display: none !important; }
  .wrap { width: 100%; }
  body { font-size: 11pt; }
  .header-inner { min-height: 60px; }
  .hero, .page-intro { padding-block: 20px; }
  h1 { font-size: 30pt; }
  h2 { font-size: 20pt; }
  .hero-image { height: 220px; }
  .site-footer { background: white; }
  .capability-detail, .engagement, .leadership, .legal-content section { break-inside: avoid; }
}
