:root {
  --ink: #172019;
  --paper: #f1f0e9;
  --white: #fafaf7;
  --green: #a8c6a2;
  --green-dark: #314c3b;
  --line: rgba(23, 32, 25, .18);
  --dark-line: rgba(255, 255, 255, .16);
}
 
* {
  box-sizing: border-box;
}
 
html {
  scroll-behavior: smooth;
}
 
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
 
a {
  color: inherit;
  text-decoration: none;
}
 
button {
  font: inherit;
}
 
.site-header {
  height: 96px;
  padding: 0 4.5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}
 
.brand {
  display: flex;
  align-items: center;
  gap: 13px;
}
 
.brand-mark {
  width: 25px;
  height: 28px;
  display: flex;
  gap: 2px;
  align-items: flex-end;
}
 
.brand-mark i {
  display: block;
  width: 6px;
  background: currentColor;
  transform: skew(-20deg);
  border-radius: 1px;
}
 
.brand-mark i:nth-child(1) {
  height: 15px;
}
 
.brand-mark i:nth-child(2) {
  height: 22px;
}
 
.brand-mark i:nth-child(3) {
  height: 28px;
}
 
.brand-name {
  font-size: 13px;
  letter-spacing: .12em;
  white-space: nowrap;
}
 
.brand-name b {
  font-weight: 500;
  color: var(--green);
}
 
.nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 13px;
}
 
.nav a {
  opacity: .82;
  transition: .2s;
}
 
.nav a:hover {
  opacity: 1;
}
 
.nav-cta {
  border: 1px solid rgba(255, 255, 255, .45);
  padding: 10px 18px;
  border-radius: 100px;
}
 
.menu-toggle {
  display: none;
  background: none;
  border: 0;
  color: inherit;
}
 
.hero {
  height: min(880px, 100vh);
  min-height: 720px;
  background: var(--ink);
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 160px 7vw 70px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 230px;
  align-items: end;
}
 
.hero-grid-bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 82px 82px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .4), transparent 90%);
}
 
.hero:after {
  content: "";
  position: absolute;
  width: 780px;
  height: 780px;
  border-radius: 50%;
  right: -230px;
  top: 100px;
  background: radial-gradient(circle at 38% 38%, rgba(168, 198, 162, .30), rgba(168, 198, 162, .055) 36%, transparent 66%);
  filter: blur(2px);
}
 
.hero-orbit {
  position: absolute;
  border: 1px solid rgba(168, 198, 162, .23);
  border-radius: 50%;
  right: -220px;
  top: 130px;
  width: 700px;
  height: 700px;
  z-index: 2;
}
 
.orbit-b {
  width: 490px;
  height: 490px;
  right: -70px;
  top: 235px;
  border-color: rgba(168, 198, 162, .11);
}
 
.hero-copy {
  position: relative;
  z-index: 3;
  max-width: 930px;
}
 
.eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .2em;
  margin: 0 0 28px;
}
 
.hero h1,
.focus h2,
.partnership h2 {
  font-family: "Libre Franklin", Arial, sans-serif;
  font-size: clamp(54px, 6.7vw, 104px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.055em;
  margin: 0;
}
 
.hero h1 em,
.focus h2 em,
.partnership h2 em {
  font-family: Georgia, serif;
  font-weight: 400;
  color: var(--green);
}
 
.hero-lede {
  max-width: 670px;
  color: rgba(255, 255, 255, .7);
  font-size: 18px;
  margin: 36px 0 42px;
}
 
.hero-actions {
  display: flex;
  align-items: center;
  gap: 35px;
}
 
.button {
  display: inline-flex;
  align-items: center;
  gap: 42px;
  padding: 15px 20px;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 600;
}
 
.button.primary {
  background: var(--green);
  color: var(--ink);
}
 
.text-link {
  font-size: 13px;
  border-bottom: 1px solid rgba(255, 255, 255, .35);
  padding-bottom: 5px;
}
 
.text-link span {
  margin-left: 8px;
}
 
.hero-aside {
  position: relative;
  z-index: 3;
  height: 360px;
  border-left: 1px solid rgba(255, 255, 255, .18);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 22px;
}
 
.vertical-label {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 9px;
  letter-spacing: .2em;
  opacity: .45;
}
 
.stat-number {
  display: block;
  font-family: Georgia, serif;
  font-size: 65px;
  color: var(--green);
  line-height: 1;
}
 
.stat-label {
  display: block;
  font-size: 11px;
  max-width: 160px;
  color: rgba(255, 255, 255, .6);
  margin-top: 10px;
}
 
.scroll-cue {
  position: absolute;
  right: 4.5vw;
  bottom: 38px;
  font-size: 9px;
  letter-spacing: .18em;
  opacity: .45;
  z-index: 3;
}
 
.scroll-cue span {
  font-size: 14px;
  margin-left: 8px;
}
 
.section {
  padding: 120px 7vw;
}
 
.section-kicker {
  font-size: 10px;
  letter-spacing: .2em;
  text-transform: uppercase;
  padding-bottom: 17px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 70px;
}
 
.section-kicker.light {
  border-color: var(--dark-line);
  color: rgba(255, 255, 255, .55);
}
 
.intro-grid {
  display: grid;
  grid-template-columns: 1.1fr .8fr;
  gap: 11vw;
  align-items: start;
}
 
.intro h2,
.criteria h2,
.contact h2 {
  font-family: "Libre Franklin", Arial, sans-serif;
  font-weight: 400;
  font-size: clamp(43px, 5.7vw, 82px);
  letter-spacing: -.05em;
  line-height: 1.02;
  margin: 0;
}
 
.intro h2 span,
.criteria h2 span {
  font-family: Georgia, serif;
  font-style: italic;
  color: #63806a;
}
 
.intro-copy {
  font-size: 17px;
  max-width: 560px;
  padding-top: 12px;
}
 
.intro-copy p {
  margin: 0 0 22px;
  color: #536058;
}
 
.arrow-link {
  display: inline-flex;
  gap: 55px;
  border-bottom: 1px solid var(--ink);
  padding: 8px 0;
  font-size: 12px;
  font-weight: 600;
  margin-top: 18px;
}
 
.principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 110px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
 
.principles>div {
  padding: 34px 36px 38px 0;
  border-right: 1px solid var(--line);
  min-height: 245px;
}
 
.principles>div:not(:first-child) {
  padding-left: 36px;
}
 
.principles>div:last-child {
  border-right: 0;
}
 
.principles span {
  font-family: Georgia, serif;
  color: #7b8f7f;
  font-size: 13px;
}
 
.principles h3 {
  font-size: 19px;
  margin: 50px 0 12px;
}
 
.principles p {
  font-size: 13px;
  color: #69736d;
  margin: 0;
  max-width: 300px;
}
 
.dark {
  background: #202a23;
  color: #fff;
}
 
.focus {
  padding-top: 105px;
  padding-bottom: 120px;
}
 
.focus-heading {
  display: grid;
  grid-template-columns: .45fr 1.4fr .55fr;
  gap: 30px;
  align-items: end;
  margin-bottom: 95px;
}
 
.focus-heading .eyebrow {
  align-self: start;
  margin-top: 12px;
}
 
.focus h2 {
  font-size: clamp(46px, 5.6vw, 79px);
}
 
.focus-heading>p:last-child {
  font-size: 14px;
  color: rgba(255, 255, 255, .58);
  max-width: 280px;
  margin: 0 0 5px;
}
 
.muted {
  color: rgba(255, 255, 255, .48);
}
 
.focus-list {
  border-top: 1px solid var(--dark-line);
}
 
.focus-card {
  display: grid;
  grid-template-columns: 50px .72fr 2.6fr;
  gap: 34px;
  align-items: start;
  padding: 42px 0;
  border-bottom: 1px solid var(--dark-line);
  transition: background .25s, padding .25s;
}
 
.focus-card:hover {
  background: rgba(255, 255, 255, .025);
  padding-left: 14px;
  padding-right: 14px;
}
 
.focus-index {
  font-family: Georgia, serif;
  color: var(--green);
  font-size: 12px;
  padding-top: 4px;
}
 
.focus-card h3 {
  font-family: "Libre Franklin", Arial, sans-serif;
  font-size: 29px;
  line-height: 1.05;
  font-weight: 400;
  margin: 0;
  letter-spacing: -.035em;
}
 
.focus-subgrid {
  display: grid;
}
 
.focus-subrow {
  display: grid;
  grid-template-columns: .9fr 1.45fr;
  gap: 34px;
  min-height: 58px;
  padding: 0 0 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  align-items: start;
}
 
.focus-subrow:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
 
.focus-area-title {
  font-size: 14px;
  line-height: 1.35;
  color: #fff;
  padding-top: 1px;
}
 
.focus-subrow p {
  font-size: 12.5px;
  line-height: 1.5;
  color: rgba(255, 255, 255, .52);
  margin: 0;
  max-width: 430px;
}
 
.criteria {
  padding-bottom: 90px;
}
 
.criteria-grid {
  display: grid;
  grid-template-columns: .8fr 1.1fr;
  gap: 12vw;
}
 
.criteria-title p {
  max-width: 420px;
  color: #606d65;
  margin-top: 30px;
}
 
.criteria-items {
  border-top: 1px solid var(--line);
}
 
.criterion {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 20px;
  padding: 27px 0;
  border-bottom: 1px solid var(--line);
  align-items: center;
}
 
.criterion>span {
  font-family: Georgia, serif;
  font-size: 12px;
  color: #708474;
}
 
.criterion small {
  font-size: 9px;
  letter-spacing: .16em;
  color: #7d877f;
}
 
.criterion h3 {
  font-weight: 500;
  font-size: 19px;
  margin: 6px 0 0;
}
 
.transaction-types {
  margin-top: 100px;
  display: grid;
  grid-template-columns: .7fr repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
 
.transaction-types>span,
.transaction-types>div {
  padding: 28px 24px 28px 0;
}
 
.transaction-types>div {
  border-left: 1px solid var(--line);
  padding-left: 28px;
}
 
.transaction-types>span {
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: .17em;
}
 
.transaction-types b {
  display: block;
  font-size: 14px;
  font-weight: 500;
}
 
.transaction-types i {
  display: block;
  font-family: Georgia, serif;
  font-size: 12px;
  color: #728078;
  margin-top: 6px;
  font-style: normal;
}
 
.partnership {
  padding-top: 35px;
}
 
.partnership-panel {
  background: #26342c;
  color: #fff;
  min-height: 690px;
  padding: 55px 5.5vw 75px;
  position: relative;
  overflow: hidden;
}
 
.partnership-panel:after {
  content: "V";
  position: absolute;
  right: -20px;
  bottom: -250px;
  font-family: Georgia, serif;
  font-size: 720px;
  line-height: 1;
  color: rgba(168, 198, 162, .045);
  font-style: italic;
}
 
.partnership-content {
  max-width: 900px;
  position: relative;
  z-index: 2;
}
 
.partnership h2 {
  font-size: clamp(50px, 6vw, 86px);
  margin-bottom: 28px;
}
 
.partnership-content>p:not(.eyebrow) {
  color: rgba(255, 255, 255, .64);
  font-size: 16px;
  max-width: 660px;
}
 
.capability-groups {
  display: grid;
  gap: 28px;
  margin-top: 44px;
}
 
.capability-group h3 {
  margin: 0 0 12px;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-weight: 600;
  color: #a8c6a2;
}
 
.capabilities {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 0;
}
 
.capabilities span {
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 100px;
  padding: 9px 14px;
  font-size: 11px;
  color: rgba(255, 255, 255, .75);
}
 
.contact {
  padding-top: 90px;
  padding-bottom: 105px;
}
 
.contact-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 12vw;
  align-items: end;
}
 
.contact h2 {
  font-size: clamp(44px, 5.5vw, 76px);
}
 
.contact-right p {
  color: #637068;
  max-width: 440px;
}
 
.email-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--ink);
  padding: 17px 0 11px;
  margin-top: 42px;
  font-size: 15px;
}
 
.email-link span {
  font-size: 22px;
}
 
.contact-form {
  margin-top: 80px;
  max-width: 640px;
  /*border-top: 1px solid var(--line);*/
  padding-top: 50px;
}
 
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
 
.form-field {
  margin-bottom: 30px;
}
 
.form-field label {
  display: block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #7d877f;
  margin-bottom: 12px;
}
 
.form-field input,
.form-field textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  padding: 9px 0 12px;
  font-family: inherit;
  font-size: 15px;
  color: var(--ink);
  resize: vertical;
  transition: border-color .2s;
}
 
.form-field textarea {
  min-height: 110px;
}
 
.form-field input:focus,
.form-field textarea:focus {
  outline: 0;
  border-color: var(--ink);
}
 
.form-field input::placeholder,
.form-field textarea::placeholder {
  color: #a3aca5;
}
 
.contact-form .g-recaptcha {
  margin-bottom: 34px;
}
 
.contact-form .button {
  border: 0;
  cursor: pointer;
}
 
.form-status {
  font-size: 13px;
  color: #536058;
  margin: 18px 0 0;
  min-height: 1em;
}
 
footer {
  background: var(--ink);
  color: #fff;
  padding: 55px 4.5vw 35px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  min-height: 180px;
}
 
.footer-meta {
  display: flex;
  gap: 45px;
  font-size: 10px;
  color: rgba(255, 255, 255, .45);
  letter-spacing: .05em;
}
 
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .8s ease, transform .8s ease;
}
 
.reveal.visible {
  opacity: 1;
  transform: none;
}
 
.delay-1 {
  transition-delay: .12s;
}
 
@media(max-width:900px) {
  .site-header {
    height: 76px;
  }
 
  .nav {
    display: none;
    position: absolute;
    top: 76px;
    left: 0;
    width: 100%;
    background: var(--ink);
    padding: 24px 5vw 32px;
    flex-direction: column;
    align-items: flex-start;
  }
 
  .nav.open {
    display: flex;
  }
 
  .menu-toggle {
    display: block;
    width: 34px;
    height: 28px;
    padding: 5px;
  }
 
  .menu-toggle span {
    display: block;
    height: 1px;
    background: #fff;
    margin: 6px 0;
  }
 
  .hero {
    min-height: 760px;
    padding: 135px 6vw 60px;
    padding-top:120px;
    grid-template-columns: 1fr;
  }
 
  .hero-aside {
    display: none;
  }
 
  .hero h1 {
    font-size: clamp(50px, 12vw, 78px);
        font-size: 10vw;
  }
 
  .section {
    padding: 85px 6vw;
  }
 
  .section-kicker {
    margin-bottom: 45px;
  }
 
  .intro-grid,
  .criteria-grid,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }
 
  .principles {
    grid-template-columns: 1fr;
    margin-top: 70px;
  }
 
  .principles>div,
  .principles>div:not(:first-child) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 28px 0;
    min-height: 0;
  }
 
  .principles>div:last-child {
    border-bottom: 0;
  }
 
  .principles h3 {
    margin: 20px 0 8px;
  }
 
  .focus-heading {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 60px;
  }
 
  .focus-heading>p:last-child {
    max-width: 500px;
  }
 
  .focus-card {
    grid-template-columns: 44px 1fr;
  }
 
  .focus-theme {
    grid-column: 2;
  }
 
  .focus-areas {
    grid-column: 2;
    margin-top: 14px;
  }
 
  .focus-details {
    grid-column: 2;
    margin-top: 4px;
  }
 
  .focus-areas,
  .focus-details {
    grid-template-rows: none;
  }
 
  .focus-area-title {
    padding: 0;
  }
 
  .focus-details p {
    padding: 0 0 14px;
  }
 
  .focus-area-title:not(:last-child),
  .focus-details p:not(:last-child) {
    border-bottom: 0;
  }
 
  .transaction-types {
    grid-template-columns: 1fr;
  }
 
  .transaction-types>div {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-left: 0;
  }
 
  .partnership {
    padding: 20px 4vw 70px;
  }
 
  .partnership-panel {
    padding: 45px 7vw 65px;
  }
 
  .contact-grid {
    align-items: start;
  }
 
  .form-row {
    grid-template-columns: 1fr;
  }
 
  .contact-form {
    margin-top: 60px;
    padding-top: 40px;
  }
 
  footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
  }
 
  .footer-meta {
    flex-direction: column;
    gap: 8px;
  }
 
  .scroll-cue {
    display: none;
  }
}
 
@media(max-width:520px) {
  .brand-name {
    font-size: 10px;
  }
 
  .hero {
    padding-top: 110px;
  }
 
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
  }
 
  .hero-lede {
    font-size: 16px;
  }
 
  .focus-card h3 {
    font-size: 24px;
  }
 
  .criterion {
    grid-template-columns: 42px 1fr;
  }
 
  .criterion h3 {
    font-size: 16px;
  }
 
  .partnership-panel {
    min-height: 0;
  }
 
  .email-link {
    font-size: 12px;
  }
 
  .section {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
 
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto;
  }
 
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
 
/* V3 brand + hero visual */
.brand-mark.leaf-mark {
  width: 28px;
  height: 32px;
  display: block;
  flex: 0 0 28px;
}
 
.brand-mark.leaf-mark svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}
 
.brand-mark.leaf-mark .drop {
  fill: none;
  stroke: #f6f5ef;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
 
.brand-mark.leaf-mark .leaf {
  fill: #9caf95;
  stroke: none;
}
 
.brand-mark.leaf-mark .vein {
  fill: none;
  stroke: #142119;
  stroke-width: 1.45;
  stroke-linecap: round;
}
 
.hero {
  grid-template-columns: minmax(0, 1fr) 120px;
}
 
.hero-visual {
  position: absolute;
  z-index: 1;
  right: 5.5vw;
  top: 125px;
  width: min(38vw, 590px);
  height: 520px;
  background: url('hero-lab.png') center/cover no-repeat;
  opacity: .56;
  mix-blend-mode: screen;
  mask-image: radial-gradient(ellipse at center, #000 34%, rgba(0, 0, 0, .9) 54%, transparent 78%);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 34%, rgba(0, 0, 0, .9) 54%, transparent 78%);
  filter: saturate(.35) contrast(.92) brightness(.72);
}
 
.hero-copy {
  max-width: 820px;
}
 
.hero:after {
  opacity: .55;
}
 
@media(max-width:1100px) {
  .hero-visual {
    right: -6vw;
    width: 46vw;
    opacity: .38;
  }
}
 
@media(max-width:900px) {
  .hero-visual {
    right: -20vw;
    top: 120px;
    width: 80vw;
    height: 480px;
    opacity: .22;
  }
 
  .brand-name {
    font-size: 11px;
  }
}
 
/* V6 alignment + logo refinements */
.brand-mark.leaf-mark {
  width: 30px;
  height: 34px;
  flex-basis: 30px;
}
 
.brand-mark.leaf-mark .drop {
  stroke: #f7f6f1;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
 
.brand-mark.leaf-mark .leaf {
  fill: #9caf95;
}
 
.brand-mark.leaf-mark .vein {
  stroke: #172019;
  stroke-width: 1.55;
  fill: none;
  stroke-linecap: round;
}
 
@media(max-width:900px) {
  .focus-card {
    grid-template-columns: 44px 1fr;
  }
 
  .focus-theme,
  .focus-subgrid {
    grid-column: 2;
  }
 
  .focus-subgrid {
    margin-top: 16px;
  }
 
  .focus-subrow {
    grid-template-columns: 1fr;
    gap: 7px;
    min-height: 0;
    padding-bottom: 17px;
    margin-bottom: 17px;
  }
 
  .focus-subrow p {
    max-width: 600px;
  }
 
  .brand-mark.leaf-mark {
    width: 27px;
    height: 31px;
    flex-basis: 27px;
  }
}
 
/* V7 exact reference logo lockup */
.brand-lockup {
  display: block;
  width: 252px;
  height: auto;
  object-fit: contain;
}
 
.footer-brand .brand-lockup {
  width: 252px;
}
 
@media(max-width:900px) {
 
  .brand-lockup,
  .footer-brand .brand-lockup {
    width: 220px;
  }
}
 
@media(max-width:520px) {
 
  .brand-lockup,
  .footer-brand .brand-lockup {
    width: 190px;
  }
}