:root {
  color-scheme: dark;
  --bg: #070817;
  --surface: #0e1023;
  --surface-2: #15172d;
  --text: #f7f7fb;
  --muted: #a4a6b5;
  --line: rgba(255, 255, 255, 0.12);
  --violet: #913cff;
  --cyan: #04d9f5;
  --accent: linear-gradient(120deg, var(--violet), var(--cyan));
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.32);
}

html[data-theme="light"] {
  color-scheme: light;
  --bg: #f2f1ed;
  --surface: #fff;
  --surface-2: #e8e7e3;
  --text: #080917;
  --muted: #62636d;
  --line: rgba(8, 9, 23, 0.14);
  --shadow: 0 30px 80px rgba(30, 26, 55, 0.11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
  font-family: "Avenir Next", Avenir, "Helvetica Neue", sans-serif;
  transition: background .45s ease, color .45s ease;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.noise {
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  opacity: .035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}
.section, .site-header, footer { width: min(1400px, calc(100% - 64px)); margin-inline: auto; }
.site-header {
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 10;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; width: 118px; height: 62px; }
.brand-logo { width: 100%; height: 100%; display: block; object-fit: contain; }
.brand-logo-light { display: none; }
html[data-theme="light"] .brand-logo-dark { display: none; }
html[data-theme="light"] .brand-logo-light { display: block; }
.desktop-nav { display: flex; gap: 36px; color: var(--muted); font-size: 13px; }
.desktop-nav a, .text-link, footer a { transition: color .2s ease; }
.desktop-nav a:hover, .text-link:hover, footer a:hover { color: var(--cyan); }
.header-actions { display: flex; align-items: center; gap: 26px; }
.theme-toggle { border: 0; background: transparent; color: var(--muted); display: flex; align-items: center; gap: 9px; padding: 0; cursor: pointer; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.theme-toggle__track { width: 38px; height: 22px; border: 1px solid var(--line); border-radius: 20px; padding: 3px; display: block; background: var(--surface); }
.theme-toggle__thumb { display: block; width: 14px; height: 14px; border-radius: 50%; background: var(--accent); transition: transform .3s ease; }
html[data-theme="light"] .theme-toggle__thumb { transform: translateX(16px); }
.header-contact { font-size: 12px; padding-bottom: 5px; border-bottom: 1px solid currentColor; }

.hero { min-height: calc(100vh - 96px); display: grid; grid-template-columns: 1.05fr .95fr; align-content: center; position: relative; padding: 90px 0 60px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow, .section-index { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }
.eyebrow::before { content: ""; width: 35px; height: 1px; background: var(--cyan); display: inline-block; vertical-align: middle; margin-right: 12px; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(60px, 7vw, 116px); line-height: .86; letter-spacing: -.075em; margin: 38px 0; font-weight: 500; }
h1 span { font-family: Georgia, serif; font-weight: 400; font-style: italic; background: var(--accent); -webkit-background-clip: text; background-clip: text; color: transparent; letter-spacing: -.06em; }
.hero-lead { color: var(--muted); font-size: 18px; line-height: 1.6; max-width: 600px; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 42px; }
.button { min-height: 58px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; padding: 0 26px; font-size: 13px; letter-spacing: .04em; border: 1px solid transparent; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(99, 58, 255, .25); }
.button-primary { background: var(--accent); color: #fff; }
.text-link { font-size: 13px; display: inline-flex; gap: 18px; }
.text-link span { color: var(--cyan); }
.hero-visual { display: grid; place-items: center; position: relative; min-height: 600px; }
.evo-core {
  width: min(29vw, 430px);
  aspect-ratio: 1;
  border-radius: 50%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 50% 42%, color-mix(in srgb, var(--surface) 86%, var(--violet)), var(--surface) 68%);
  box-shadow: inset 0 0 0 1px var(--line), 0 0 100px rgba(110, 46, 255, .16);
}
.evo-core::before { content: ""; position: absolute; inset: -13px; border-radius: inherit; background: conic-gradient(from 15deg, var(--violet), var(--cyan), transparent 34%, transparent 70%, var(--violet)); z-index: -1; animation: rotate 14s linear infinite; }
.core-label { font-size: 12px; letter-spacing: .35em; color: var(--muted); }
.core-value { font-family: Georgia, serif; font-style: italic; font-size: clamp(60px, 8vw, 120px); line-height: 1; letter-spacing: -.08em; }
.core-caption { font-size: 11px; color: var(--muted); }
.orbit { position: absolute; border: 1px solid var(--line); border-radius: 50%; }
.orbit-one { width: 85%; aspect-ratio: 1; }
.orbit-two { width: 110%; aspect-ratio: 1; border-style: dashed; animation: rotate 30s linear infinite reverse; }
.floating-tag { position: absolute; background: var(--surface); border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; font-size: 10px; letter-spacing: .1em; box-shadow: var(--shadow); }
.tag-ai { width: 68px; height: 68px; top: 15%; left: 8%; }
.tag-geo { width: 82px; height: 82px; right: 0; top: 38%; }
.tag-dev { width: 58px; height: 58px; bottom: 10%; left: 18%; }
.hero-foot { grid-column: 1 / -1; display: flex; gap: 55px; align-items: end; border-top: 1px solid var(--line); padding-top: 22px; margin-top: 45px; }
.hero-foot div { display: flex; gap: 10px; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.hero-foot strong { color: var(--cyan); font-weight: 500; }
.hero-foot p { margin: 0 0 0 auto; color: var(--muted); font-size: 11px; }

.manifesto { min-height: 560px; display: grid; grid-template-columns: .6fr 2fr .7fr; gap: 50px; align-items: center; border-top: 1px solid var(--line); }
.manifesto h2 { font-size: clamp(38px, 5vw, 72px); line-height: 1.08; letter-spacing: -.055em; font-weight: 500; margin: 18px 0 0; }
.manifesto h2 em, .cta h2 em { font-family: Georgia, serif; font-weight: 400; color: var(--violet); }
.manifesto-copy > p { color: var(--muted); }
.metric { align-self: end; padding-bottom: 80px; }
.metric-number { font-family: Georgia, serif; font-size: 120px; font-style: italic; line-height: .8; background: var(--accent); color: transparent; background-clip: text; }
.metric-text { display: block; font-size: 12px; margin-top: 20px; color: var(--muted); }

.services, .approach { padding: 140px 0; border-top: 1px solid var(--line); }
.section-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 80px; align-items: end; margin-bottom: 70px; }
.section-heading h2, .marketplace h2, .founder h2, .cta h2 { font-size: clamp(48px, 6vw, 90px); letter-spacing: -.07em; line-height: .92; font-weight: 500; margin: 24px 0 0; }
.section-heading > p { max-width: 430px; line-height: 1.7; color: var(--muted); margin-bottom: 4px; }
.commerce-visual {
  height: 470px;
  margin: 0 0 1px;
  position: relative;
  overflow: hidden;
  background: #070817;
  border: 1px solid var(--line);
}
.commerce-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7,8,23,.95) 0%, rgba(7,8,23,.4) 44%, transparent 72%), linear-gradient(0deg, rgba(7,8,23,.65), transparent 45%);
}
.commerce-visual img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 1.2s cubic-bezier(.2,.8,.2,1); }
.commerce-visual:hover img { transform: scale(1.025); }
.commerce-visual figcaption { position: absolute; z-index: 2; left: 38px; bottom: 38px; color: #fff; max-width: 390px; }
.commerce-visual figcaption span, .seller-art figcaption span { display: block; color: var(--cyan); font-size: 10px; letter-spacing: .2em; margin-bottom: 14px; }
.commerce-visual figcaption p { font-family: Georgia, serif; font-size: 28px; line-height: 1.15; margin: 0; }
.visual-stats { position: absolute; z-index: 2; top: 30px; right: 32px; display: flex; gap: 8px; }
.visual-stats span { color: rgba(255,255,255,.72); border: 1px solid rgba(255,255,255,.2); border-radius: 30px; padding: 8px 12px; font-size: 9px; letter-spacing: .13em; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.service-card { min-height: 390px; background: var(--bg); padding: 38px; position: relative; overflow: hidden; isolation: isolate; transition: background .3s ease, transform .3s ease; }
.service-card:hover { background: var(--surface); transform: translateY(-4px); z-index: 2; }
.service-card::before { content: ""; position: absolute; width: 360px; height: 360px; border-radius: 50%; background: radial-gradient(circle, rgba(4, 217, 245, .11), rgba(145, 60, 255, .08) 45%, transparent 70%); top: -155px; right: -150px; opacity: .5; z-index: 0; transition: opacity .35s ease, transform .45s ease; }
.service-card:hover::before { opacity: .9; transform: translate(-10px, 8px) scale(1.08); }
.service-card-featured::after { content: ""; position: absolute; width: 300px; height: 300px; border-radius: 50%; background: var(--accent); filter: blur(100px); opacity: .14; right: -100px; bottom: -100px; z-index: 0; }
.card-number { color: var(--muted); font-size: 10px; position: relative; z-index: 3; }
.service-icon { position: absolute; z-index: 4; top: 34px; right: 38px; width: 58px; height: 58px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; color: var(--cyan); font-family: Georgia, serif; font-size: 22px; background: color-mix(in srgb, var(--bg) 92%, transparent); }
.icon-code { font-family: monospace; font-size: 14px; }
.service-hologram {
  position: absolute;
  z-index: 1;
  top: 28px;
  right: 28px;
  width: min(45%, 300px);
  height: 190px;
  opacity: .36;
  transform: rotate(-8deg) skewX(-8deg);
  filter: drop-shadow(0 0 22px rgba(4, 217, 245, .18));
  transition: opacity .35s ease, transform .45s ease, filter .35s ease;
  pointer-events: none;
}
.service-card:hover .service-hologram { opacity: .72; transform: rotate(-4deg) skewX(-7deg) translateY(-6px); filter: drop-shadow(0 0 30px rgba(4, 217, 245, .28)); }
.service-hologram::before, .service-hologram::after { content: ""; position: absolute; inset: 0; border: 1px solid color-mix(in srgb, var(--cyan) 48%, transparent); border-radius: 24px; }
.service-hologram::after { inset: 20px; border-color: color-mix(in srgb, var(--violet) 48%, transparent); }
.service-hologram span { position: absolute; display: block; border: 1px solid color-mix(in srgb, var(--text) 22%, transparent); background: color-mix(in srgb, var(--cyan) 8%, transparent); }
.hologram-commerce span:nth-child(1) { left: 30px; top: 28px; width: 118px; height: 72px; border-radius: 14px; }
.hologram-commerce span:nth-child(2) { left: 54px; top: 116px; width: 74px; height: 40px; border-radius: 10px; }
.hologram-commerce span:nth-child(3) { right: 34px; top: 72px; width: 94px; height: 66px; border-radius: 14px; }
.hologram-commerce span:nth-child(4) { right: 20px; top: 151px; width: 125px; height: 2px; border: 0; background: var(--cyan); box-shadow: 0 0 14px rgba(4, 217, 245, .6); }
.hologram-search span:nth-child(1) { left: 36px; bottom: 28px; width: 38px; height: 74px; border-radius: 10px 10px 0 0; }
.hologram-search span:nth-child(2) { left: 94px; bottom: 28px; width: 38px; height: 116px; border-radius: 10px 10px 0 0; border-color: color-mix(in srgb, var(--violet) 56%, transparent); }
.hologram-search span:nth-child(3) { left: 152px; bottom: 28px; width: 38px; height: 58px; border-radius: 10px 10px 0 0; }
.hologram-search span:nth-child(4) { right: 24px; top: 34px; width: 106px; height: 78px; border-radius: 18px; }
.hologram-content span:nth-child(1) { left: 32px; top: 28px; width: 78px; height: 78px; border-radius: 18px; }
.hologram-content span:nth-child(2) { left: 126px; top: 44px; width: 78px; height: 78px; border-radius: 18px; border-color: color-mix(in srgb, var(--violet) 56%, transparent); }
.hologram-content span:nth-child(3) { left: 70px; top: 138px; width: 150px; height: 24px; border-radius: 30px; }
.hologram-content span:nth-child(4) { right: 28px; top: 24px; width: 32px; height: 32px; border-radius: 50%; border-color: color-mix(in srgb, var(--cyan) 70%, transparent); }
.hologram-ai span { width: 42px; height: 42px; border-radius: 50%; background: transparent; border-color: color-mix(in srgb, var(--cyan) 52%, transparent); }
.hologram-ai span:nth-child(1) { left: 42px; top: 78px; }
.hologram-ai span:nth-child(2) { left: 128px; top: 34px; border-color: color-mix(in srgb, var(--violet) 62%, transparent); }
.hologram-ai span:nth-child(3) { right: 44px; top: 92px; }
.hologram-ai span:nth-child(4) { left: 110px; top: 126px; width: 98px; height: 1px; border: 0; border-top: 1px solid color-mix(in srgb, var(--text) 34%, transparent); border-radius: 0; transform: rotate(-18deg); }
.service-card h3 { position: relative; z-index: 3; font-size: 30px; letter-spacing: -.04em; margin: 110px 0 18px; font-weight: 500; }
.service-card p { position: relative; z-index: 3; color: var(--muted); max-width: 500px; line-height: 1.55; }
.service-tags { display: flex; gap: 8px; flex-wrap: wrap; position: absolute; z-index: 3; bottom: 35px; }
.service-tags span { border: 1px solid var(--line); border-radius: 20px; padding: 7px 12px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }

.marketplace { width: 100%; max-width: none; padding: 140px max(32px, calc((100vw - 1400px) / 2)); background: #0a0b1a; color: #fff; display: grid; grid-template-columns: 1fr 1fr; gap: 100px; position: relative; overflow: hidden; }
.marketplace::before { content: ""; position: absolute; width: 700px; height: 700px; border-radius: 50%; border: 130px solid rgba(130, 54, 255, .08); left: -280px; bottom: -380px; }
.marketplace-kicker { display: inline-block; border: 1px solid rgba(255,255,255,.2); padding: 8px 12px; font-size: 10px; letter-spacing: .2em; margin-top: 70px; }
.marketplace h2 { margin: 28px 0 32px; }
.marketplace h2 span { color: var(--cyan); font-family: Georgia, serif; font-weight: 400; font-style: italic; }
.marketplace-lead { color: #a4a6b5; line-height: 1.65; max-width: 550px; margin-bottom: 38px; }
.button-light { background: #fff; color: #080917; }
.seller-solutions { border-top: 1px solid rgba(255,255,255,.16); }
.seller-art { height: 290px; position: relative; overflow: hidden; margin: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.seller-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10,11,26,.9), transparent 65%); }
.seller-art img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 1s ease; }
.seller-art:hover img { transform: scale(1.035); }
.seller-art figcaption { position: absolute; z-index: 2; left: 25px; right: 25px; bottom: 22px; display: flex; align-items: baseline; gap: 8px; color: #a4a6b5; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.seller-art figcaption span { margin: 0 auto 0 0; }
.seller-art figcaption strong { font-family: Georgia, serif; color: var(--cyan); font-size: 34px; font-weight: 400; letter-spacing: -.04em; text-transform: none; }
.seller-solutions article { padding: 34px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.solution-top { display: flex; justify-content: space-between; align-items: baseline; color: #a4a6b5; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.solution-top strong { font-family: Georgia, serif; font-size: 48px; color: var(--violet); font-weight: 400; letter-spacing: -.05em; text-transform: none; }
.marketplace-icons {
  display: flex;
  align-items: center;
  gap: 10px;
  letter-spacing: normal;
}
.marketplace-icon {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 20px;
  background:
    radial-gradient(circle at 28% 18%, rgba(145,60,255,.16), transparent 34%),
    rgba(255,255,255,.045);
  box-shadow: 0 18px 46px rgba(0,0,0,.22);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.marketplace-icon img {
  width: 76%;
  height: 76%;
  display: block;
  object-fit: contain;
}
.marketplace-icon:hover {
  transform: translateY(-3px);
  border-color: rgba(4,217,245,.42);
  box-shadow: 0 22px 54px rgba(4,217,245,.12);
}
.seller-solutions h3 { font-size: 24px; font-weight: 500; margin: 12px 0; }
.seller-solutions p { color: #a4a6b5; line-height: 1.5; max-width: 560px; margin-bottom: 0; }

.steps { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.steps li { display: grid; grid-template-columns: 160px 1fr; padding: 38px 0; border-bottom: 1px solid var(--line); transition: padding .25s ease, color .25s ease; }
.steps li:hover { padding-left: 20px; color: var(--cyan); }
.steps li > span { color: var(--muted); font-size: 11px; }
.steps h3 { font-size: 32px; font-weight: 500; letter-spacing: -.04em; margin-bottom: 8px; }
.steps p { color: var(--muted); margin: 0; max-width: 650px; }

.founder {
  padding: 140px 0;
  display: grid;
  grid-template-columns: minmax(320px, .82fr) 1.18fr;
  gap: clamp(56px, 8vw, 130px);
  align-items: center;
  border-top: 1px solid var(--line);
  position: relative;
}
.founder::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: 7%;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(145, 60, 255, .18), transparent 62%);
  pointer-events: none;
}
.founder-portrait, .founder-copy { position: relative; z-index: 1; }
.founder-portrait { max-width: 480px; }
.portrait-frame {
  aspect-ratio: .82;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #070817;
  box-shadow: var(--shadow), 0 0 90px rgba(4, 217, 245, .1);
}
.portrait-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 22% 18%, rgba(145, 60, 255, .32), transparent 30%),
    linear-gradient(140deg, rgba(7, 8, 23, .12), rgba(4, 217, 245, .2) 62%, rgba(145, 60, 255, .08));
  mix-blend-mode: screen;
}
.portrait-frame::after {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: 2;
  border: 1px solid rgba(255,255,255,.18);
  pointer-events: none;
}
.portrait-frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 48% center;
  filter: grayscale(1) contrast(1.1) brightness(.92);
  transform: scale(1.04);
}
.founder-signature {
  margin-top: 22px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: baseline;
  border-top: 1px solid var(--line);
  padding-top: 18px;
}
.founder-signature strong { font-size: 18px; font-weight: 500; letter-spacing: -.02em; }
.founder-signature span { color: var(--muted); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.founder h2 { max-width: 820px; }
.founder h2 em { font-family: Georgia, serif; font-weight: 400; color: var(--cyan); }
.founder-text {
  max-width: 760px;
  margin-top: 46px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 38px;
  color: var(--muted);
  line-height: 1.72;
}
.founder-text p { margin: 0; }

.cta { min-height: 740px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; position: relative; border-top: 1px solid var(--line); overflow: hidden; }
.cta h2 { position: relative; z-index: 1; }
.cta > p:not(.section-index) { max-width: 560px; color: var(--muted); line-height: 1.6; margin: 32px 0; position: relative; z-index: 1; }
.cta .button { position: relative; z-index: 1; }
.cta-symbol { width: 560px; height: 560px; border-radius: 50%; position: absolute; opacity: .1; background: conic-gradient(from 35deg, transparent 0 10%, var(--violet) 10% 52%, var(--cyan) 68% 96%, transparent 96%); animation: rotate 24s linear infinite; }
.cta-symbol::after { content: ""; position: absolute; inset: 85px; border-radius: 50%; background: var(--bg); }
.lead-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
  place-items: center;
  padding: 24px;
  opacity: 1;
}
.lead-modal.is-open { display: grid; }
.lead-modal__backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 22% 35%, rgba(145, 60, 255, .16), transparent 30%),
    radial-gradient(circle at 80% 28%, rgba(4, 217, 245, .1), transparent 30%),
    rgba(3, 4, 14, .88);
}
.lead-modal__panel {
  width: min(820px, 100%);
  max-height: min(820px, calc(100vh - 48px));
  overflow: auto;
  position: relative;
  padding: clamp(30px, 5vw, 58px);
  background: linear-gradient(135deg, color-mix(in srgb, var(--surface) 86%, #130a33), color-mix(in srgb, var(--surface) 88%, #052232));
  border: 1px solid var(--line);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .46);
}
.lead-modal__panel::after {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(255,255,255,.08);
  pointer-events: none;
}
.lead-modal__close {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 22px;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  color: var(--text);
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
}
.lead-modal h2 {
  position: relative;
  z-index: 1;
  font-size: clamp(42px, 5vw, 72px);
  letter-spacing: -.07em;
  line-height: .92;
  font-weight: 500;
  margin: 22px 0 24px;
}
.lead-modal h2 em { font-family: Georgia, serif; color: var(--cyan); font-weight: 400; }
.lead-modal__lead { position: relative; z-index: 1; color: var(--muted); max-width: 620px; line-height: 1.65; margin-bottom: 34px; }
.lead-form {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.lead-form__field {
  display: grid;
  gap: 10px;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.lead-form__field-wide { grid-column: 1 / -1; }
.lead-form input, .lead-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: color-mix(in srgb, var(--bg) 74%, transparent);
  color: var(--text);
  border-radius: 0;
  padding: 17px 18px;
  outline: none;
  font: inherit;
  letter-spacing: normal;
  text-transform: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.lead-form textarea { resize: vertical; min-height: 128px; }
.lead-form input:focus, .lead-form textarea:focus {
  border-color: color-mix(in srgb, var(--cyan) 72%, var(--line));
  box-shadow: 0 0 0 3px rgba(4, 217, 245, .08);
  background: color-mix(in srgb, var(--surface) 82%, transparent);
}
.lead-form__trap { display: none; }
.lead-form__footer {
  grid-column: 1 / -1;
  display: flex;
  gap: 22px;
  align-items: center;
  margin-top: 8px;
}
.lead-form__status {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
  font-size: 13px;
}
.lead-form__status.is-error { color: #ff8a8a; }
.lead-form__status.is-success { color: var(--cyan); }
body.lead-modal-open { overflow: hidden; }
body.lead-modal-open .noise { display: none; }
body.lead-modal-open * { animation-play-state: paused !important; }
footer { min-height: 150px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; border-top: 1px solid var(--line); font-size: 11px; color: var(--muted); }
footer > p { text-align: center; margin: 0; }
footer > div { display: flex; justify-content: flex-end; gap: 35px; }
.footer-brand { width: 145px; height: 78px; }

.reveal { opacity: 0; transform: translateY(22px); animation: reveal .85s cubic-bezier(.2,.8,.2,1) forwards; }
.hero h1 { animation-delay: .08s; }
.hero-lead { animation-delay: .16s; }
.hero-actions { animation-delay: .24s; }
.hero-visual { animation-delay: .2s; }
.hero-foot { animation-delay: .34s; }
.scroll-reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease, background .3s ease; }
.scroll-reveal.in-view { opacity: 1; transform: translateY(0); }
@keyframes reveal { to { opacity: 1; transform: translateY(0); } }
@keyframes rotate { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; } }

@media (max-width: 900px) {
  .section, .site-header, footer { width: min(100% - 36px, 1400px); }
  .desktop-nav, .header-contact { display: none; }
  .site-header { height: 76px; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 70px; }
  .hero-visual { min-height: 460px; margin-top: 40px; }
  .evo-core { width: 290px; }
  .orbit-one { width: 420px; }
  .orbit-two { width: 500px; }
  .hero-foot { overflow-x: auto; gap: 30px; }
  .hero-foot p { display: none; }
  .manifesto { grid-template-columns: 1fr; padding: 100px 0; gap: 35px; }
  .metric { padding: 0; }
  .section-heading, .marketplace { grid-template-columns: 1fr; }
  .marketplace { gap: 70px; }
  .commerce-visual { height: 400px; }
  .service-grid { grid-template-columns: 1fr; }
  .founder { grid-template-columns: 1fr; padding: 100px 0; }
  .founder-portrait { max-width: 560px; }
  .founder-text { grid-template-columns: 1fr; gap: 22px; }
  .section-heading { gap: 30px; }
}

@media (max-width: 560px) {
  .section, .site-header, footer { width: min(100% - 28px, 1400px); }
  .theme-label { display: none; }
  .brand { width: 94px; height: 52px; }
  h1 { font-size: 56px; }
  .hero { padding-top: 55px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 24px; }
  .hero-visual { min-height: 370px; overflow: hidden; }
  .evo-core { width: 230px; }
  .orbit-one { width: 330px; }
  .orbit-two { width: 400px; }
  .tag-ai { left: 2%; }
  .tag-geo { right: 2%; width: 62px; height: 62px; }
  .hero-foot div { min-width: max-content; }
  .manifesto h2, .section-heading h2, .marketplace h2, .founder h2, .cta h2 { font-size: 44px; }
  .services, .approach { padding: 90px 0; }
  .commerce-visual { height: 460px; }
  .commerce-visual img { object-position: 68% center; }
  .commerce-visual::after { background: linear-gradient(0deg, rgba(7,8,23,.96), rgba(7,8,23,.08) 75%); }
  .commerce-visual figcaption { left: 24px; right: 24px; bottom: 26px; }
  .commerce-visual figcaption p { font-size: 23px; }
  .visual-stats { left: 20px; right: auto; top: 20px; }
  .visual-stats span { padding: 7px 9px; font-size: 8px; }
  .service-card { min-height: 420px; padding: 28px; }
  .service-icon { right: 28px; }
  .marketplace { padding-top: 90px; padding-bottom: 90px; }
  .marketplace-kicker { margin-top: 35px; }
  .solution-top { align-items: flex-start; gap: 18px; }
  .marketplace-icons { gap: 7px; }
  .marketplace-icon { width: 46px; height: 46px; border-radius: 15px; }
  .founder { padding: 90px 0; }
  .portrait-frame { aspect-ratio: .86; }
  .founder-signature { display: block; }
  .founder-signature span { display: block; margin-top: 8px; }
  .founder-text { margin-top: 34px; }
  .steps li { grid-template-columns: 55px 1fr; }
  .steps h3 { font-size: 25px; }
  .cta { min-height: 650px; }
  .cta-symbol { width: 380px; height: 380px; }
  .cta-symbol::after { inset: 58px; }
  .lead-modal { padding: 14px; }
  .lead-modal__panel { max-height: calc(100vh - 28px); padding: 30px 22px; }
  .lead-form { grid-template-columns: 1fr; }
  .lead-form__footer { align-items: flex-start; flex-direction: column; }
  .lead-form__footer .button { width: 100%; }
  footer { grid-template-columns: 1fr; padding: 38px 0; gap: 24px; }
  footer > p { text-align: left; }
  footer > div { justify-content: flex-start; }
}
