: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;
  --bl-navy: #061b41;
  --bl-ink: #0a1427;
  --bl-blue: #1268ff;
  --pr-ink: #130b06;
  --pr-orange: #f97316;
}

* { 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: 1; transform: none; transition: opacity .45s ease, transform .45s ease; }
.js.method-ready .method__steps li { opacity: .38; transform: translateY(24px); }
.js.method-ready .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; }

/* ===== App showcase ===== */
.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(50px,6.6vw,98px); font-weight: 700; letter-spacing: -.075em; line-height: .95; }
.apps__heading > p:last-child { max-width: 690px; margin: 28px 0 0; font-size: 18px; line-height: 1.6; }

.showcase { max-width: var(--max); margin: 62px auto 0; display: grid; gap: 26px; }
.app-card { display: grid; grid-template-columns: 1.02fr .98fr; overflow: hidden; border: 1px solid rgba(11,14,12,.28); box-shadow: 0 34px 74px rgba(11,14,12,.22); }
.app-card--reverse .app-card__panel { order: 2; }
.app-card--reverse .app-card__stage { order: 1; }

.app-card__panel { display: flex; flex-direction: column; padding: clamp(30px,3.4vw,54px); color: #fff; }
.app-card__id { display: flex; align-items: center; gap: 16px; }
.app-card__id img { width: 62px; border-radius: 24%; box-shadow: 0 12px 28px rgba(0,0,0,.4); }
.app-card__id strong { display: block; font-family: var(--display); font-size: 24px; letter-spacing: -.04em; }
.app-card__id small { display: block; margin-top: 3px; font-size: 12px; letter-spacing: .03em; opacity: .68; }
.app-card__panel h3 { margin: 30px 0 0; font-family: var(--display); font-size: clamp(27px,2.6vw,38px); font-weight: 700; letter-spacing: -.05em; line-height: 1.04; }
.app-card__panel > p { margin: 18px 0 0; font-size: 16px; line-height: 1.6; opacity: .78; }
.app-card__features { margin: 26px 0 0; padding: 0; list-style: none; display: grid; gap: 11px; }
.app-card__features li { display: grid; grid-template-columns: 56px 1fr; gap: 14px; align-items: center; font-size: 13.5px; line-height: 1.4; opacity: .92; }
.app-card__features span { font-family: var(--display); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-align: center; padding: 7px 0; border-radius: 5px; }
.app-card__why { margin: 24px 0 0; padding: 2px 0 2px 16px; border-left: 2px solid; font-size: 14.5px; line-height: 1.55; font-style: italic; color: rgba(255,255,255,.72); }
.app-card__why span { display: block; margin-bottom: 7px; font-family: var(--display); font-size: 10px; font-weight: 800; letter-spacing: .14em; font-style: normal; text-transform: uppercase; }
.app-card__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: auto; padding-top: 36px; }
.app-cta { display: inline-flex; align-items: center; gap: 10px; padding: 15px 22px; font-size: 13px; font-weight: 800; text-decoration: none; border-radius: 3px; transition: transform .2s ease, box-shadow .2s ease; }
.app-cta span { transition: transform .2s ease; }
.app-cta:hover { transform: translateY(-3px); }
.app-cta:hover span { transform: translate(2px,-2px); }
.app-store { display: inline-flex; align-items: center; gap: 11px; padding: 9px 18px 9px 15px; border: 1px solid rgba(255,255,255,.32); border-radius: 11px; text-decoration: none; color: #fff; transition: background .2s ease; }
.app-store svg { width: 22px; height: 26px; fill: currentColor; }
.app-store i { display: block; font-style: normal; font-size: 9px; letter-spacing: .03em; opacity: .8; }
.app-store b { display: block; font-family: var(--display); font-size: 16px; font-weight: 700; line-height: 1.1; }
.app-store:hover { background: rgba(255,255,255,.1); }

.app-card__stage { position: relative; display: grid; place-items: center; padding: clamp(34px,3vw,48px); overflow: hidden; }
.app-card__stage::before { content: ""; position: absolute; width: 116%; aspect-ratio: 1; border-radius: 50%; opacity: .5; background: radial-gradient(closest-side, rgba(255,255,255,.14), transparent 70%); }

.app-card--bloop .app-card__panel { background: var(--bl-navy); }
.app-card--bloop .app-card__features span { background: rgba(18,104,255,.18); color: #8db2ff; }
.app-card--bloop .app-cta { background: var(--bl-blue); color: #fff; box-shadow: 0 12px 30px rgba(18,104,255,.4); }
.app-card--bloop .app-card__stage { background: linear-gradient(158deg,#0b2258,#050f26); }
.app-card--bloop .app-card__why { border-color: rgba(141,178,255,.5); }
.app-card--bloop .app-card__why span { color: #8db2ff; }

.app-card--pressly .app-card__panel { background: var(--pr-ink); }
.app-card--pressly .app-card__features span { background: rgba(249,115,22,.18); color: #f9ac72; }
.app-card--pressly .app-cta { background: var(--pr-orange); color: #1a0f06; box-shadow: 0 12px 30px rgba(249,115,22,.36); }
.app-card--pressly .app-card__stage { background: linear-gradient(158deg,#241408,#0c0703); }
.app-card--pressly .app-card__why { border-color: rgba(249,172,114,.5); }
.app-card--pressly .app-card__why span { color: #f9ac72; }

/* Device mock */
.phone { position: relative; width: min(288px, 90%); aspect-ratio: 288/612; border-radius: 42px; padding: 11px; background: #04050a; box-shadow: 0 34px 66px rgba(0,0,0,.55), inset 0 0 0 2px rgba(255,255,255,.08); animation: phoneFloat 7s ease-in-out infinite; }
.phone__screen { position: relative; height: 100%; border-radius: 32px; overflow: hidden; font-family: var(--body); }
.phone__notch { position: absolute; z-index: 6; top: 19px; left: 50%; transform: translateX(-50%); width: 82px; height: 20px; border-radius: 12px; background: #04050a; }

/* Bloop screen */
.phone--bloop .phone__screen { background: #eceff5; }
.bl-head { display: flex; align-items: center; justify-content: space-between; padding: 46px 18px 12px; background: #fff; }
.bl-head b { font-family: var(--display); font-size: 17px; color: #0a1427; letter-spacing: -.03em; }
.bl-burger, .bl-gear { width: 16px; height: 16px; border-radius: 4px; background: #d6dce7; }
.bl-tabs { display: flex; gap: 6px; padding: 10px 14px; background: #fff; border-bottom: 1px solid #e6eaf1; }
.bl-tabs em { font-style: normal; font-size: 10px; font-weight: 700; padding: 6px 11px; border-radius: 20px; background: #eef1f7; color: #5a6480; }
.bl-tabs em.on { background: var(--bl-blue); color: #fff; }
.bl-list { display: grid; gap: 10px; padding: 14px; }
.bl-item { background: #fff; border: 1px solid #e6eaf1; border-radius: 15px; padding: 12px 13px; box-shadow: 0 8px 18px rgba(10,20,39,.05); }
.bl-item p { margin: 0; font-size: 8px; font-weight: 700; letter-spacing: .09em; color: #9aa3bb; }
.bl-item h5 { margin: 6px 0 0; font-size: 12px; font-weight: 700; color: #0a1427; line-height: 1.28; }
.bl-chips { display: flex; gap: 6px; margin-top: 11px; }
.bl-chips i { font-style: normal; font-size: 9px; font-weight: 700; padding: 5px 9px; border-radius: 8px; background: #eef2fb; color: var(--bl-blue); }
.bl-item--flag { display: flex; align-items: center; gap: 11px; background: var(--bl-navy); border-color: var(--bl-navy); }
.bl-check { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: var(--bl-blue); color: #fff; font-size: 12px; flex: none; }
.bl-item--flag small { font-size: 8px; font-weight: 700; letter-spacing: .09em; color: #8db2ff; }
.bl-item--flag h5 { margin: 3px 0 0; color: #fff; }
.bl-fab { position: absolute; left: 50%; bottom: 18px; transform: translateX(-50%); padding: 11px 22px; border-radius: 26px; background: var(--bl-blue); color: #fff; font-size: 12px; font-weight: 800; box-shadow: 0 14px 28px rgba(18,104,255,.5); white-space: nowrap; }

/* Pressly screen */
.phone--pressly .phone__screen { background: #0d0803; display: flex; flex-direction: column; }
.pr-head { display: flex; align-items: center; justify-content: space-between; padding: 47px 20px 0; font-size: 9px; font-weight: 700; letter-spacing: .12em; color: rgba(249,235,220,.42); }
.pr-bar { height: 3px; margin: 15px 20px 0; background: rgba(255,255,255,.09); border-radius: 3px; }
.pr-bar i { display: block; width: 34%; height: 100%; background: var(--pr-orange); border-radius: 3px; }
.pr-stage { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 13px; padding: 0 18px; }
.pr-tick { width: 1px; height: 15px; background: rgba(249,115,22,.55); }
.pr-word { font-family: var(--display); font-weight: 700; font-size: 30px; letter-spacing: -.03em; color: #f7ede1; }
.pr-word b { color: var(--pr-orange); font-weight: 700; }
.pr-sub { margin: 8px 0 0; font-size: 10px; text-align: center; color: rgba(249,235,220,.36); line-height: 1.45; }
.pr-foot { display: flex; align-items: center; gap: 14px; padding: 0 20px 26px; }
.pr-wpm { font-family: var(--display); font-size: 15px; font-weight: 800; color: #f7ede1; }
.pr-wpm em { font-style: normal; font-size: 9px; margin-left: 4px; color: rgba(249,235,220,.42); letter-spacing: .1em; }
.pr-pace { flex: 1; height: 4px; background: rgba(255,255,255,.09); border-radius: 4px; }
.pr-pace i { display: block; width: 45%; height: 100%; background: var(--pr-orange); border-radius: 4px; }

/* Secondary apps */
.apps__more { max-width: var(--max); margin: 40px auto 0; }
.apps__more-label { display: block; margin-bottom: 18px; font-family: var(--display); font-size: 11px; font-weight: 800; letter-spacing: .17em; color: rgba(11,14,12,.55); }
.apps__more-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.mini { display: grid; grid-template-columns: 64px 1fr; gap: 18px; padding: 24px; background: rgba(248,246,239,.55); border: 1px solid rgba(11,14,12,.22); text-decoration: none; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.mini:hover { transform: translateY(-5px); background: rgba(248,246,239,.92); box-shadow: 0 22px 46px rgba(11,14,12,.14); }
.mini > img { width: 64px; height: 64px; border-radius: 24%; box-shadow: 0 12px 24px rgba(11,14,12,.2); }
.mini__body { min-width: 0; }
.mini__body strong { display: block; font-family: var(--display); font-size: 20px; letter-spacing: -.03em; }
.mini__body small { display: block; margin-top: 2px; color: rgba(11,14,12,.6); font-size: 12px; font-weight: 600; }
.mini__body > p { margin: 10px 0 0; font-size: 13.5px; line-height: 1.5; color: rgba(11,14,12,.72); }
.mini__store { display: inline-flex; align-items: center; gap: 6px; margin-top: 13px; font-family: var(--display); font-size: 12px; font-weight: 800; }
.mini__store b { font-size: 13px; }
.mini--sketchroll .mini__store { color: #c2410c; }
.mini--visitpin .mini__store { color: #1d4ed8; }

.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.reveal-ready [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.reveal-ready [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%); } }
@keyframes phoneFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }

@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; }
  .app-card { grid-template-columns: 1fr; }
  .app-card--reverse .app-card__panel, .app-card--reverse .app-card__stage { order: 0; }
  .app-card__stage { min-height: 470px; }
  .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; }
  .app-card__actions { flex-direction: column; align-items: stretch; }
  .app-cta, .app-store { justify-content: center; }
  .app-card__stage { min-height: 430px; }
  .apps__more-grid { grid-template-columns: 1fr; }
}

@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; }
}

/* Repeatbit production guardrails */
img { height: auto; }
:where(a, button):focus-visible {
  outline: 3px solid var(--green-deep);
  outline-offset: 4px;
}
.hero__visual > img {
  height: auto;
  aspect-ratio: 768 / 833;
  object-fit: contain;
}
.proof-item__media img {
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: contain;
}
.app-card__id img {
  aspect-ratio: 1;
  object-fit: contain;
}
.mini > img {
  aspect-ratio: 1;
  object-fit: contain;
}
.nav__cta,
.menu-button,
.footer a {
  min-height: 44px;
}
.footer a {
  display: inline-flex;
  align-items: center;
}

@media (max-width: 840px) {
  .menu-button {
    width: 44px;
    height: 44px;
  }
  .nav {
    visibility: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  .menu-open .nav {
    visibility: visible;
  }
}

@media (hover: none) {
  .proof-item__media > span {
    transform: none;
  }
}
