:root {
  --ink: #0b0e0c;
  --paper: #f8f6ef;
  --paper-2: #efede5;
  --green: #62ee72;
  --green-deep: #118e3a;
  --muted: #6c726d;
  --line: rgba(11, 14, 12, 0.17);
  --pad: clamp(22px, 5vw, 76px);
  --max: 1420px;
  --display: "Manrope", sans-serif;
  --body: "DM Sans", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--green); color: var(--ink); }

.skip-link { position: fixed; z-index: 999; top: -90px; left: 20px; padding: 12px 18px; background: var(--green); color: var(--ink); font-weight: 800; text-decoration: none; }
.skip-link:focus { top: 20px; }
.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 78px; display: flex; align-items: center; justify-content: space-between; padding: 0 var(--pad); border-bottom: 1px solid rgba(11,14,12,.11); transition: height .22s ease, background .22s ease, backdrop-filter .22s ease; }
.site-header.is-scrolled { height: 64px; background: rgba(248,246,239,.9); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-family: var(--display); font-size: 18px; font-weight: 800; letter-spacing: -.04em; text-decoration: none; }
.brand__mark { width: 14px; height: 14px; border-radius: 3px 50% 50% 50%; background: var(--green); transform: rotate(45deg); }
.brand i { color: var(--green-deep); font-size: 12px; font-style: normal; letter-spacing: .02em; }
.nav { display: flex; align-items: center; gap: 32px; font-size: 13px; font-weight: 700; }
.nav a { color: rgba(11,14,12,.67); text-decoration: none; transition: color .2s ease; }
.nav a:hover { color: var(--ink); }
.nav .nav__cta { padding: 11px 17px; border: 1px solid var(--ink); color: var(--ink); }
.menu-button { display: none; width: 42px; height: 42px; border: 0; background: transparent; }
.menu-button span { display: block; width: 23px; height: 2px; margin: 6px auto; background: var(--ink); transition: transform .2s ease; }

.eyebrow { margin: 0 0 22px; color: var(--green-deep); font-family: var(--display); font-size: 11px; font-weight: 800; letter-spacing: .17em; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 28px; min-height: 56px; padding: 0 24px; border: 1px solid transparent; font-size: 14px; font-weight: 800; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-4px); }
.button--ink { background: var(--ink); color: #fff; box-shadow: 0 16px 40px rgba(11,14,12,.15); }
.button--green { background: var(--green); color: var(--ink); }
.button--outline { border-color: rgba(255,255,255,.5); color: #fff; }
.text-link { font-size: 14px; font-weight: 800; text-underline-offset: 7px; }
.text-link span { margin-left: 8px; color: var(--green-deep); }

.hero { position: relative; min-height: 100svh; overflow: hidden; display: flex; flex-direction: column; padding: 112px var(--pad) 26px; background: var(--paper); }
.hero__noise { position: absolute; inset: 0; opacity: .2; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.05'/%3E%3C/svg%3E"); }
.hero__content { position: relative; z-index: 2; width: 100%; max-width: var(--max); flex: 1; margin: auto; display: grid; grid-template-columns: minmax(0,1.13fr) minmax(430px,.87fr); align-items: center; gap: clamp(34px,5vw,84px); }
.hero__copy { padding: 18px 0 40px; animation: rise .72s cubic-bezier(.2,.8,.2,1) both; }
.hero__copy .eyebrow { margin-bottom: 24px; }
.hero h1 { max-width: 940px; margin: 0; font-family: var(--display); font-size: clamp(66px,7.4vw,120px); font-weight: 700; letter-spacing: -.082em; line-height: .9; }
.hero h1 span { display: inline-block; padding: 0 .07em .04em; background: var(--green); }
.hero__lede { max-width: 720px; margin: 30px 0 0; color: var(--muted); font-size: clamp(17px,1.45vw,21px); line-height: 1.55; }
.hero__actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.hero__visual { position: relative; min-height: 620px; animation: visual .85s .08s cubic-bezier(.2,.8,.2,1) both; }
.hero__visual > img { position: absolute; z-index: 3; width: min(79%,500px); right: 4%; bottom: -1px; filter: grayscale(1) contrast(1.05); }
.hero__target { position: absolute; z-index: 1; width: min(92%,560px); aspect-ratio: 1; right: -3%; top: 3%; display: grid; place-items: center; border-radius: 50%; background: var(--green); }
.hero__target span { position: absolute; border: 1px solid rgba(11,14,12,.2); border-radius: 50%; }
.hero__target span:nth-child(1) { width: 78%; height: 78%; }
.hero__target span:nth-child(2) { width: 52%; height: 52%; }
.hero__target span:nth-child(3) { width: 20%; height: 20%; background: rgba(248,246,239,.18); }
.hero__route { position: absolute; z-index: 2; inset: 0; width: 100%; height: 100%; overflow: visible; }
.hero__route path { fill: none; stroke: var(--ink); stroke-width: 2; stroke-dasharray: 8 10; animation: route 13s linear infinite; }
.build-tag { position: absolute; z-index: 5; min-width: 178px; padding: 12px 14px; border: 1px solid rgba(11,14,12,.16); background: rgba(248,246,239,.94); box-shadow: 0 14px 35px rgba(11,14,12,.12); }
.build-tag small { color: var(--green-deep); font-weight: 800; }
.build-tag strong, .build-tag span { display: block; }
.build-tag strong { margin-top: 5px; font-family: var(--display); font-size: 13px; }
.build-tag span { margin-top: 2px; color: var(--muted); font-size: 10px; }
.build-tag--one { left: -5%; top: 13%; }
.build-tag--two { right: -3%; top: 38%; }
.build-tag--three { left: 1%; bottom: 15%; }
.hero__bottom { position: relative; z-index: 4; width: 100%; max-width: var(--max); margin: 4px auto 0; display: flex; justify-content: space-between; align-items: center; gap: 40px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.hero__bottom p { margin: 0; }
.hero__bottom strong { color: var(--ink); }

.ticker { overflow: hidden; background: var(--ink); color: var(--green); padding: 19px 0; }
.ticker__track { width: max-content; display: flex; align-items: center; gap: 27px; animation: ticker 25s linear infinite; font-family: var(--display); font-size: 15px; font-weight: 800; letter-spacing: -.02em; }
.ticker__track i { color: rgba(255,255,255,.42); font-style: normal; }

.section { padding: clamp(100px,11vw,170px) var(--pad); }
.range { background: var(--paper); }
.range__intro { max-width: var(--max); margin: 0 auto 80px; }
.range__intro h2 { max-width: 1160px; margin: 0; font-family: var(--display); font-size: clamp(52px,6.8vw,100px); font-weight: 700; letter-spacing: -.068em; line-height: .97; }
.range__list { max-width: var(--max); margin: auto; border-top: 1px solid var(--line); }
.range-row { display: grid; grid-template-columns: 60px .8fr 1.1fr 1.1fr; gap: 30px; align-items: center; padding: 30px 16px 30px 0; border-bottom: 1px solid var(--line); transition: padding .25s ease, background .25s ease; }
.range-row:hover { padding-left: 18px; background: var(--green); }
.range-row > span { color: var(--green-deep); font-size: 11px; font-weight: 800; }
.range-row h3 { margin: 0; font-family: var(--display); font-size: 25px; letter-spacing: -.04em; }
.range-row p { margin: 0; color: var(--muted); line-height: 1.5; }
.range-row strong { justify-self: end; max-width: 280px; font-size: 14px; line-height: 1.4; }
.range-row:hover > span, .range-row:hover p { color: rgba(11,14,12,.65); }

.method { display: grid; grid-template-columns: minmax(320px,.78fr) minmax(0,1.22fr); gap: clamp(60px,9vw,150px); padding: clamp(100px,10vw,160px) var(--pad); background: var(--ink); color: #fff; }
.method__sticky { position: sticky; top: 115px; align-self: start; max-width: 590px; }
.method .eyebrow { color: var(--green); }
.method__sticky h2 { margin: 0; font-family: var(--display); font-size: clamp(50px,5.7vw,84px); font-weight: 700; letter-spacing: -.07em; line-height: .98; }
.method__sticky > p:not(.eyebrow) { max-width: 460px; margin: 27px 0 0; color: rgba(255,255,255,.58); font-size: 18px; line-height: 1.6; }
.method__meter { width: 100%; max-width: 420px; height: 3px; margin-top: 38px; background: rgba(255,255,255,.14); }
.method__meter span { display: block; width: 0; height: 100%; background: var(--green); transition: width .15s linear; }
.method__steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.16); }
.method__steps li { min-height: 70vh; padding: 42px 0 60px; border-bottom: 1px solid rgba(255,255,255,.16); opacity: .38; transform: translateY(24px); transition: opacity .45s ease, transform .45s ease; }
.method__steps li.is-active { opacity: 1; transform: translateY(0); }
.method__steps li > span { color: var(--green); font-family: var(--display); font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.method__steps h3 { max-width: 750px; margin: 24px 0 17px; font-family: var(--display); font-size: clamp(36px,4vw,59px); font-weight: 700; letter-spacing: -.055em; line-height: 1.03; }
.method__steps p { max-width: 690px; margin: 0; color: rgba(255,255,255,.57); font-size: 18px; line-height: 1.65; }
.method__steps li > div { display: flex; align-items: center; gap: 22px; margin-top: 34px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); }
.method__steps b { color: var(--green); font-size: 10px; letter-spacing: .12em; }
.method__steps strong { font-size: 14px; }

.proof { background: var(--paper-2); }
.proof__heading { max-width: var(--max); margin: 0 auto 74px; display: flex; align-items: end; justify-content: space-between; gap: 70px; }
.proof__heading h2 { max-width: 930px; margin: 0; font-family: var(--display); font-size: clamp(54px,6.8vw,100px); font-weight: 700; letter-spacing: -.07em; line-height: .97; }
.proof__heading > p { max-width: 390px; margin: 0 0 8px; color: var(--muted); font-size: 17px; line-height: 1.6; }
.proof__grid { max-width: var(--max); margin: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 82px 28px; }
.proof-item__media { position: relative; overflow: hidden; background: #deddd7; }
.proof-item__media img { width: 100%; aspect-ratio: 4/3; object-fit: cover; transition: transform .65s cubic-bezier(.2,.8,.2,1), filter .4s ease; }
.proof-item__media > span { position: absolute; inset: auto 0 0; padding: 19px 22px; background: var(--green); color: var(--ink); font-size: 14px; font-weight: 800; transform: translateY(102%); transition: transform .28s ease; }
.proof-item:hover .proof-item__media img { transform: scale(1.035); filter: saturate(.85); }
.proof-item:hover .proof-item__media > span { transform: translateY(0); }
.proof-item__meta { display: grid; grid-template-columns: .72fr 1.28fr; gap: 26px; margin-top: 21px; }
.proof-item__meta small { color: var(--green-deep); font-weight: 800; letter-spacing: .08em; line-height: 1.4; }
.proof-item__meta h3 { margin: 0; font-family: var(--display); font-size: 28px; letter-spacing: -.045em; line-height: 1.1; }

.apps { padding: clamp(100px,10vw,150px) var(--pad); background: var(--green); }
.apps__heading { max-width: var(--max); margin: auto; }
.apps .eyebrow { color: rgba(11,14,12,.55); }
.apps__heading h2 { max-width: 1110px; margin: 0; font-family: var(--display); font-size: clamp(56px,7.3vw,106px); font-weight: 700; letter-spacing: -.075em; line-height: .95; }
.apps__heading > p:last-child { max-width: 670px; margin: 28px 0 0; font-size: 18px; line-height: 1.6; }
.apps__list { max-width: var(--max); margin: 62px auto 0; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(11,14,12,.25); border-left: 1px solid rgba(11,14,12,.25); }
.apps__list a { position: relative; min-height: 325px; padding: 28px 24px; border-right: 1px solid rgba(11,14,12,.25); border-bottom: 1px solid rgba(11,14,12,.25); text-decoration: none; transition: background .25s ease, transform .25s ease; }
.apps__list a:hover { z-index: 2; background: rgba(248,246,239,.3); transform: translateY(-8px); }
.apps__list img { width: clamp(100px,10vw,145px); border-radius: 24%; box-shadow: 0 20px 42px rgba(11,14,12,.22); transition: transform .25s ease; }
.apps__list a:hover img { transform: rotate(-3deg) scale(1.03); }
.apps__list a > span { display: flex; flex-direction: column; gap: 5px; margin-top: 24px; }
.apps__list strong { font-family: var(--display); font-size: 22px; letter-spacing: -.04em; }
.apps__list small { color: rgba(11,14,12,.65); font-size: 12px; }
.apps__list b { position: absolute; right: 22px; top: 24px; font-size: 22px; }

.cta { position: relative; overflow: hidden; padding: clamp(120px,13vw,200px) var(--pad); background: var(--ink); color: #fff; text-align: center; }
.cta__stamp { position: absolute; left: 50%; top: 47%; transform: translate(-50%,-50%); color: rgba(98,238,114,.07); font-family: var(--display); font-size: clamp(230px,35vw,620px); font-weight: 800; letter-spacing: -.12em; line-height: .7; }
.cta > *:not(.cta__stamp) { position: relative; z-index: 2; }
.cta .eyebrow { color: var(--green); }
.cta h2 { max-width: 1180px; margin: auto; font-family: var(--display); font-size: clamp(58px,8vw,118px); font-weight: 700; letter-spacing: -.078em; line-height: .94; }
.cta > p:not(.eyebrow) { max-width: 680px; margin: 30px auto 0; color: rgba(255,255,255,.6); font-size: 18px; line-height: 1.6; }
.cta__actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; margin-top: 42px; }

.footer { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 30px; padding: 30px var(--pad); background: var(--paper); color: var(--muted); border-top: 1px solid var(--line); font-size: 12px; }
.footer p { text-align: center; }
.footer div { display: flex; justify-content: flex-end; gap: 22px; }
.footer a { text-underline-offset: 4px; }

.js [data-reveal] { opacity: 0; transform: translateY(30px); transition: opacity .7s cubic-bezier(.2,.8,.2,1), transform .7s cubic-bezier(.2,.8,.2,1); }
.js [data-reveal].is-visible { opacity: 1; transform: none; }
@keyframes rise { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: none; } }
@keyframes visual { from { opacity: 0; transform: translateX(35px) scale(.97); } to { opacity: 1; transform: none; } }
@keyframes route { to { stroke-dashoffset: -360; } }
@keyframes ticker { to { transform: translateX(-50%); } }

@media (max-width: 1100px) {
  .hero__content { grid-template-columns: minmax(0,1fr) minmax(370px,.72fr); }
  .hero__visual { min-height: 530px; }
  .build-tag--one { left: -10%; }
  .proof-item__meta { grid-template-columns: 1fr; }
}

@media (max-width: 840px) {
  .site-header { height: 64px; }
  .menu-button { display: block; position: relative; z-index: 103; }
  .nav { position: fixed; z-index: 102; inset: 0; flex-direction: column; align-items: flex-start; justify-content: center; gap: 28px; padding: 80px var(--pad); background: var(--paper); opacity: 0; pointer-events: none; transform: translateY(-10px); transition: opacity .2s ease, transform .2s ease; }
  .nav a { color: var(--ink); font-family: var(--display); font-size: 34px; }
  .nav .nav__cta { font-size: 18px; }
  .menu-open .nav { opacity: 1; pointer-events: auto; transform: none; }
  .menu-open .menu-button span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-open .menu-button span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .hero { min-height: auto; padding-top: 102px; }
  .hero__content { grid-template-columns: 1fr; gap: 8px; }
  .hero__copy { padding-bottom: 0; }
  .hero h1 { font-size: clamp(58px,13vw,86px); }
  .hero__visual { min-height: 600px; width: min(100%,620px); justify-self: center; }
  .hero__bottom { flex-direction: column; align-items: flex-start; gap: 9px; }
  .range-row { grid-template-columns: 46px 1fr; gap: 10px 18px; }
  .range-row p, .range-row strong { grid-column: 2; justify-self: start; }
  .method { grid-template-columns: 1fr; }
  .method__sticky { position: relative; top: 0; }
  .method__steps li { min-height: 500px; }
  .proof__heading { display: block; }
  .proof__heading > p { margin-top: 26px; }
  .proof__grid { grid-template-columns: 1fr; }
  .proof-item__media > span { transform: none; }
  .apps__list { grid-template-columns: 1fr 1fr; }
  .footer { grid-template-columns: 1fr; }
  .footer p { text-align: left; }
  .footer div { justify-content: flex-start; }
}

@media (max-width: 540px) {
  .brand i { display: none; }
  .hero { padding-bottom: 22px; }
  .hero h1 { font-size: clamp(53px,14.7vw,72px); line-height: .91; }
  .hero__lede { font-size: 16px; }
  .hero__actions { align-items: stretch; flex-direction: column; }
  .hero__actions .text-link { padding: 8px 0; }
  .hero__visual { min-height: 430px; width: 100%; right: -18px; }
  .hero__visual > img { width: 72%; right: 7%; }
  .hero__target { width: 84%; right: 0; top: 8%; }
  .build-tag--one, .build-tag--two { display: none; }
  .build-tag--three { left: 0; bottom: 12%; min-width: 165px; }
  .hero__route { display: none; }
  .hero__bottom span { line-height: 1.6; }
  .button { width: 100%; }
  .range__intro h2, .method__sticky h2, .proof__heading h2, .apps__heading h2, .cta h2 { font-size: clamp(48px,13vw,70px); }
  .range-row { padding-right: 0; }
  .method__steps li { min-height: 0; padding: 42px 0 54px; opacity: 1; transform: none; }
  .method__steps h3 { font-size: 34px; }
  .method__steps li > div { align-items: flex-start; flex-direction: column; gap: 8px; }
  .proof__grid { gap: 64px; }
  .proof-item__meta h3 { font-size: 24px; }
  .apps__list { grid-template-columns: 1fr; }
  .apps__list a { min-height: 0; display: grid; grid-template-columns: 90px 1fr 24px; align-items: center; gap: 18px; }
  .apps__list img { width: 90px; }
  .apps__list a > span { margin: 0; }
  .apps__list b { position: static; justify-self: end; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal], .method__steps li { opacity: 1 !important; transform: none !important; }
}
