:root {
  --ink: #14251e;
  --green: #17382c;
  --green-2: #204a3a;
  --teal: #1d796e;
  --blue: #1770a7;
  --sky: #4fb4d7;
  --lime: #b8d456;
  --paper: #f3f0e8;
  --paper-2: #e8e3d7;
  --white: #fffdf8;
  --line: rgba(20, 37, 30, 0.16);
  --max: 1200px;
  --radius: 2px;
  --notice-height: 38px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.section-pad { padding: 126px 0; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; z-index: 1000; top: 12px; left: 12px; transform: translateY(-160%);
  padding: 10px 14px; color: var(--white); background: var(--ink); text-decoration: none;
}
.skip-link:focus { transform: translateY(0); }

.construction-notice {
  position: fixed; z-index: 200; inset: 0 0 auto; height: var(--notice-height);
  color: var(--ink); background: var(--lime);
}
.construction-notice .container {
  height: 100%; display: flex; align-items: center; justify-content: center; gap: 10px;
  font-size: 12px; letter-spacing: .02em; text-align: center;
}
.construction-notice strong { font-family: "Manrope", sans-serif; text-transform: uppercase; letter-spacing: .09em; }
.construction-notice span::before { content: "—"; margin-right: 10px; }

.site-header {
  position: fixed; z-index: 100; inset: var(--notice-height) 0 auto; height: 84px; color: var(--white);
  transition: background .3s ease, height .3s ease, box-shadow .3s ease;
}
.site-header.scrolled { height: 70px; background: rgba(23, 56, 44, .96); box-shadow: 0 8px 30px rgba(5, 19, 13, .14); backdrop-filter: blur(12px); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: inherit; text-decoration: none; }
.brand-mark { position: relative; width: 33px; height: 35px; display: inline-block; }
.brand-mark::before, .brand-mark::after, .brand-mark span::before {
  content: ""; position: absolute; left: 50%; transform: translateX(-50%); border-style: solid;
  border-color: transparent transparent currentColor transparent;
}
.brand-mark::before { top: -11px; border-width: 0 17px 31px; opacity: 1; }
.brand-mark::after { top: -3px; border-width: 0 11px 20px; color: var(--green); }
.brand-mark span::before { top: 5px; border-width: 0 5px 9px; }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { font-family: "Manrope", sans-serif; font-size: 14px; letter-spacing: -.02em; }
.brand-copy small { margin-top: 5px; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; opacity: .7; }
.site-nav { display: flex; align-items: center; gap: 30px; font-size: 14px; }
.site-nav > a { text-decoration: none; }
.site-nav > a:not(.button) { position: relative; opacity: .76; transition: opacity .2s; }
.site-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; bottom: -6px; width: 100%; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.site-nav > a:hover { opacity: 1; }
.site-nav > a:hover::after { transform: scaleX(1); }
.menu-toggle { display: none; }

.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 52px;
  padding: 0 22px; border: 1px solid var(--lime); border-radius: var(--radius); background: var(--lime);
  color: var(--ink); font-weight: 600; font-size: 14px; text-decoration: none; cursor: pointer;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); background: #c8e668; }
.button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid var(--sky); outline-offset: 3px; }
.button-small { min-height: 40px; padding: 0 17px; border-color: rgba(255,255,255,.28); background: transparent; color: var(--white); }
.button-small:hover { color: var(--ink); border-color: var(--lime); background: var(--lime); }
.text-link { display: inline-flex; align-items: center; gap: 16px; color: var(--white); font-size: 14px; font-weight: 600; text-decoration: none; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateY(3px); }
.text-link.dark { color: var(--ink); margin-top: 22px; }
.text-link.dark:hover span { transform: translateX(4px); }

.hero {
  position: relative; min-height: 790px; overflow: hidden; padding: 208px 0 46px; color: var(--white);
  background: var(--green);
}
.hero::before { content: ""; position: absolute; width: 620px; height: 620px; border-radius: 50%; top: -260px; right: -130px; background: rgba(79, 180, 215, .08); }
.hero-grid {
  position: absolute; inset: 0; opacity: .18; pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px);
  background-size: 78px 78px; mask-image: linear-gradient(to right, transparent 0, transparent 40%, black 78%);
}
.hero-layout { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 78px; align-items: center; }
.eyebrow, .section-kicker { margin: 0 0 27px; color: var(--teal); font-size: 12px; line-height: 1; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: #b9d8ca; }
.eyebrow span { width: 28px; height: 1px; background: var(--lime); }
h1, h2, h3, blockquote, p { margin-top: 0; }
h1, h2, blockquote { font-family: "Manrope", sans-serif; letter-spacing: -.045em; }
h1 { max-width: 760px; margin-bottom: 28px; font-size: clamp(52px, 6vw, 86px); line-height: .98; font-weight: 500; }
h1 em { color: var(--lime); font-family: Georgia, serif; font-weight: 400; }
.hero-lede { max-width: 590px; margin-bottom: 36px; color: rgba(255,255,255,.74); font-size: 18px; line-height: 1.72; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.hero-partners { display: flex; align-items: center; gap: 22px; margin-top: 62px; color: rgba(255,255,255,.55); font-size: 12px; letter-spacing: .09em; text-transform: uppercase; }
.hero-partners ul { display: flex; flex-wrap: wrap; gap: 20px; margin: 0; padding: 0; list-style: none; color: rgba(255,255,255,.86); }
.hero-partners li + li::before { content: "·"; margin-right: 20px; color: var(--lime); }
.hero-visual { position: relative; min-height: 480px; display: grid; place-items: center; }
.brand-panel {
  position: relative; width: min(100%, 455px); padding: 25px; background: #173a2a;
  box-shadow: 0 42px 90px rgba(4,19,12,.3); transform: rotate(2deg);
}
.brand-panel::after { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(255,255,255,.1); pointer-events: none; }
.brand-panel img { width: 100%; aspect-ratio: 1 / 1.08; object-fit: cover; }
.hero-footnote { position: relative; display: flex; align-items: center; justify-content: space-between; margin-top: 38px; }
.hero-footnote p { margin: 0; color: rgba(255,255,255,.43); font-size: 11px; letter-spacing: .11em; text-transform: uppercase; }
.scroll-line { position: relative; width: 84px; height: 1px; overflow: hidden; background: rgba(255,255,255,.25); }
.scroll-line::after { content: ""; position: absolute; width: 32px; height: 1px; background: var(--lime); animation: scan 2.5s ease-in-out infinite; }
@keyframes scan { from { transform: translateX(-32px); } to { transform: translateX(84px); } }

.intro { background: var(--paper); }
.intro-layout { display: grid; grid-template-columns: 1fr 2.2fr; gap: 70px; align-items: start; }
.intro-layout h2, .section-heading h2, .approach h2, .contact h2 { margin-bottom: 28px; font-size: clamp(37px, 4.4vw, 61px); line-height: 1.08; font-weight: 500; }
.section-lede { max-width: 790px; color: #516159; font-size: 20px; line-height: 1.7; }
.outcomes-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 85px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.outcome { position: relative; min-height: 252px; padding: 36px 36px 34px 0; }
.outcome + .outcome { padding-left: 36px; border-left: 1px solid var(--line); }
.outcome-index { display: block; margin-bottom: 50px; color: var(--teal); font-size: 12px; font-weight: 600; }
.outcome h3 { margin-bottom: 14px; font-family: "Manrope", sans-serif; font-size: 24px; }
.outcome p { max-width: 290px; margin-bottom: 0; color: #617068; line-height: 1.65; }

.services { color: var(--white); background: var(--ink); }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 80px; align-items: end; margin-bottom: 72px; }
.section-heading h2 { max-width: 720px; margin: 0; }
.section-heading > p { max-width: 420px; margin: 0 0 7px; color: rgba(255,255,255,.6); line-height: 1.7; }
.section-kicker.light { color: var(--lime); }
.service-list { border-top: 1px solid rgba(255,255,255,.17); }
.service-row { display: grid; grid-template-columns: 80px 1fr .85fr; gap: 30px; align-items: center; min-height: 144px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.17); transition: background .25s, padding .25s; }
.service-row:hover { padding-inline: 18px; background: rgba(255,255,255,.035); }
.service-number { align-self: start; padding-top: 10px; color: rgba(255,255,255,.35); font-size: 12px; }
.service-title { display: flex; align-items: center; gap: 24px; }
.service-icon { display: grid; place-items: center; flex: 0 0 54px; width: 54px; height: 54px; border: 1px solid rgba(184,212,86,.45); border-radius: 50%; color: var(--lime); font-size: 21px; }
.service-title h3 { margin: 0; font-family: "Manrope", sans-serif; font-size: clamp(20px, 2.2vw, 29px); font-weight: 500; }
.service-row > p { max-width: 410px; margin: 0; color: rgba(255,255,255,.58); line-height: 1.62; }

.approach { background: var(--paper-2); }
.approach-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 120px; }
.approach-copy { position: sticky; top: 120px; align-self: start; }
.approach-copy > p:not(.section-kicker) { max-width: 500px; color: #596961; font-size: 17px; line-height: 1.7; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 72px 1fr; gap: 26px; padding: 36px 0; border-bottom: 1px solid var(--line); }
.process-list li > span { color: var(--teal); font-size: 12px; font-weight: 600; }
.process-list h3 { margin-bottom: 10px; font-family: "Manrope", sans-serif; font-size: 24px; }
.process-list p { max-width: 460px; margin: 0; color: #65736c; line-height: 1.6; }

.founder { overflow: hidden; background: var(--paper); }
.founder-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; align-items: center; }
.founder-portrait {
  position: relative; min-height: 610px; overflow: hidden; color: var(--white); background: var(--green);
  box-shadow: 0 35px 80px rgba(23, 56, 44, .16);
}
.founder-portrait > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 35%; }
.portrait-caption {
  position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; display: grid; gap: 8px;
  padding: 30px 34px; background: rgba(13,33,25,.86); backdrop-filter: blur(10px);
}
.portrait-caption span { color: var(--lime); font-size: 11px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.portrait-caption strong { font-family: "Manrope", sans-serif; font-size: 17px; font-weight: 500; }
.founder-copy { max-width: 650px; }
.founder-copy h2 { margin-bottom: 28px; font-family: "Manrope", sans-serif; font-size: clamp(43px, 5vw, 68px); line-height: 1.05; font-weight: 500; letter-spacing: -.045em; }
.founder-copy h2 em { color: var(--teal); font-family: Georgia, serif; font-weight: 400; }
.founder-lede { color: var(--ink) !important; font-size: 20px !important; line-height: 1.6 !important; }
.founder-copy > p:not(.section-kicker) { color: #5b6a62; font-size: 16px; line-height: 1.75; }
.founder-credentials { display: flex; flex-wrap: wrap; gap: 10px; margin: 32px 0; }
.founder-credentials span { padding: 9px 12px; border: 1px solid var(--line); color: #4d5e55; font-size: 11px; }
.linkedin-link { display: inline-flex; align-items: center; gap: 15px; color: var(--ink); font-size: 13px; font-weight: 600; text-decoration: none; }
.linkedin-link > span { display: grid; place-items: center; width: 28px; height: 28px; color: var(--white); background: #0a66c2; font-family: Arial, sans-serif; font-size: 13px; font-weight: 700; }
.linkedin-link:hover { color: var(--teal); }

.about { color: var(--white); background: var(--blue); }
.about-layout { display: grid; grid-template-columns: 1.12fr .88fr; gap: 110px; align-items: start; }
.about blockquote { max-width: 690px; margin: 0; font-size: clamp(42px, 5vw, 70px); line-height: 1.12; font-weight: 500; }
.about-copy { padding-top: 42px; }
.about-copy > p { color: rgba(255,255,255,.78); font-size: 17px; line-height: 1.75; }
.credentials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 48px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.25); }
.credentials div { display: grid; gap: 7px; }
.credentials strong { font-size: 13px; }
.credentials span { color: rgba(255,255,255,.58); font-size: 11px; line-height: 1.4; }

.contact { background: var(--paper); }
.contact-shell { display: grid; grid-template-columns: .86fr 1.14fr; gap: 100px; padding: 76px; background: var(--white); box-shadow: 0 30px 80px rgba(33,54,44,.08); }
.contact-copy h2 { font-size: clamp(38px, 4.5vw, 58px); }
.contact-copy > p:not(.section-kicker) { color: #627068; line-height: 1.7; }
.location { display: flex; align-items: center; gap: 10px; margin-top: 44px; color: var(--teal); font-size: 13px; font-weight: 600; }
.contact-form { display: grid; gap: 22px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: grid; gap: 8px; color: #405048; font-size: 12px; font-weight: 600; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid #adb7b0; border-radius: 0; padding: 10px 2px 12px; color: var(--ink); background: transparent; outline: none; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-bottom-color: var(--teal); box-shadow: 0 1px 0 var(--teal); }
.contact-form textarea { resize: vertical; }
.form-button { width: 100%; margin-top: 6px; border-color: var(--green); color: var(--white); background: var(--green); }
.form-button:hover { color: var(--ink); background: var(--lime); border-color: var(--lime); }
.form-note { margin: -8px 0 0; color: #7a867f; font-size: 11px; text-align: center; }
.form-note.success { color: var(--teal); font-weight: 600; }

.site-footer { padding: 75px 0 26px; color: var(--white); background: #0d2119; }
.footer-top { display: grid; grid-template-columns: 1.2fr .9fr .45fr; gap: 70px; align-items: start; padding-bottom: 65px; }
.footer-brand { color: var(--white); }
.footer-brand .brand-mark::after { color: #0d2119; }
.footer-top > p { margin: 0; color: rgba(255,255,255,.78); font-family: "Manrope", sans-serif; font-size: 24px; line-height: 1.35; }
.footer-links { display: grid; gap: 13px; }
.footer-links a { color: rgba(255,255,255,.62); font-size: 13px; text-decoration: none; }
.footer-links a:hover { color: var(--lime); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.38); font-size: 11px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal[data-delay="1"] { transition-delay: .12s; }
.reveal[data-delay="2"] { transition-delay: .24s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.hero-copy, .service-title, .service-row > p, .approach-copy, .founder-copy, .about-statement, .about-copy, .contact-copy, .contact-form { min-width: 0; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 980px) {
  .section-pad { padding: 95px 0; }
  .hero { min-height: 0; }
  .hero-layout { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero-visual { max-width: 600px; min-height: 500px; margin: 0 auto; width: 100%; }
  .intro-layout, .section-heading, .approach-layout, .founder-layout, .about-layout, .contact-shell { grid-template-columns: 1fr; }
  .intro-layout, .section-heading { gap: 30px; }
  .approach-layout, .founder-layout, .about-layout { gap: 70px; }
  .approach-copy { position: static; }
  .founder-portrait { width: min(100%, 590px); min-height: 570px; }
  .contact-shell { gap: 60px; padding: 55px; }
  .service-row { grid-template-columns: 60px 1.2fr .8fr; }
  .about-copy { max-width: 690px; padding-top: 0; }
}

@media (max-width: 840px) {
  .site-header { height: 72px; }
  .menu-toggle { position: relative; z-index: 5; display: grid; gap: 7px; width: 44px; height: 44px; place-content: center; border: 1px solid rgba(255,255,255,.25); background: transparent; color: inherit; }
  .menu-toggle span:not(.sr-only) { display: block; width: 18px; height: 1px; background: currentColor; transition: transform .25s; }
  .menu-toggle[aria-expanded="true"] span:nth-last-child(2) { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .site-nav {
    position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 28px;
    min-height: 100dvh; padding: 96px 24px 40px; overflow-y: auto; visibility: hidden; opacity: 0;
    background: var(--green); font-family: "Manrope", sans-serif; font-size: 28px;
    transition: opacity .25s, visibility .25s;
  }
  .site-nav.open { visibility: visible; opacity: 1; }
  .site-nav .button-small { min-height: 48px; margin-top: 15px; font-family: "DM Sans", sans-serif; font-size: 14px; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 36px), var(--max)); }
  .construction-notice span { display: none; }
  .hero { padding: 174px 0 38px; }
  h1 { font-size: clamp(45px, 14vw, 66px); }
  .hero-lede { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero-partners { align-items: flex-start; flex-direction: column; margin-top: 45px; }
  .hero-partners ul { gap: 8px 15px; }
  .hero-partners li + li::before { margin-right: 15px; }
  .hero-visual { min-height: 425px; }
  .brand-panel { width: 330px; max-width: 88%; }
  .hero-footnote { margin-top: 20px; }
  .hero-footnote p { max-width: 260px; }
  .outcomes-grid { grid-template-columns: 1fr; margin-top: 55px; }
  .outcome { min-height: auto; padding: 28px 0; }
  .outcome + .outcome { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
  .outcome-index { margin-bottom: 24px; }
  .service-row { grid-template-columns: 38px 1fr; gap: 16px; padding: 26px 0; }
  .service-row:hover { padding-inline: 8px; }
  .service-row > p { grid-column: 2; }
  .service-title { gap: 16px; }
  .service-icon { display: none; }
  .approach-layout, .founder-layout, .about-layout { gap: 50px; }
  .founder-portrait { min-height: 470px; }
  .credentials { grid-template-columns: 1fr; gap: 24px; }
  .contact-shell { gap: 44px; width: 100%; padding: 55px 24px; }
  .field-row { grid-template-columns: 1fr; gap: 22px; }
  .footer-top { grid-template-columns: 1fr; gap: 40px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
}

@media (max-width: 390px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .brand-copy strong { font-size: 12px; }
  .hero-visual { min-height: 365px; }
  .founder-portrait { min-height: 420px; }
}
