:root {
  --ink: #102228;
  --ink-soft: #3c555b;
  --paper: #f5f1e9;
  --white: #fbfaf6;
  --cyan: #39a9d8;
  --cyan-deep: #217698;
  --yellow: #f4c34b;
  --line: rgba(16, 34, 40, .15);
  --display: "Manrope", Arial, sans-serif;
  --mono: "DM Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--display); }
a { color: inherit; }

.site-header, .hero, .handoff, .built-for, footer { max-width: 1440px; margin: 0 auto; padding-left: 5.2vw; padding-right: 5.2vw; }
.site-header { height: 94px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.wordmark { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-size: 21px; font-weight: 800; letter-spacing: -1.4px; }
.wordmark img { width: 30px; height: 30px; border-radius: 6px; }
.wordmark span span { color: var(--cyan-deep); }
nav { display: flex; gap: 32px; margin-left: auto; margin-right: 32px; }
nav a, footer > a:last-child { font-family: var(--mono); font-size: 11px; letter-spacing: .02em; text-decoration: none; }
nav a:hover, footer > a:last-child:hover, .text-link:hover { color: var(--cyan-deep); }
.header-download { border: 1px solid var(--ink); padding: 11px 15px; font: 500 11px var(--mono); text-decoration: none; transition: .2s ease; }
.header-download:hover { color: var(--white); background: var(--ink); }

.hero { min-height: 655px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 2vw; align-items: center; padding-top: 74px; padding-bottom: 74px; overflow: hidden; }
.eyebrow, .section-label { display: flex; align-items: center; gap: 9px; margin: 0 0 22px; color: var(--cyan-deep); font: 500 11px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.eyebrow span { width: 8px; height: 8px; background: var(--yellow); border-radius: 50%; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 690px; margin-bottom: 24px; font-size: clamp(48px, 5.8vw, 87px); line-height: .985; letter-spacing: -.075em; font-weight: 800; }
.hero-intro { max-width: 405px; margin-bottom: 35px; color: var(--ink-soft); font-size: 17px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 19px; flex-wrap: wrap; }
.download-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 32px; min-height: 55px; padding: 0 18px 0 21px; background: var(--cyan-deep); color: var(--white); text-decoration: none; font-size: 13px; font-weight: 700; transition: transform .2s ease, background .2s ease; }
.download-button:hover { background: #175f7c; transform: translateY(-2px); }
.download-button .arrow { display: grid; width: 23px; height: 23px; place-items: center; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; font-size: 15px; }
.build-note { color: var(--ink-soft); font: 10px var(--mono); }

.desk-scene { position: relative; height: 400px; min-width: 460px; }
.sun { position: absolute; top: 9px; right: 11%; width: 207px; height: 207px; border-radius: 50%; background: var(--yellow); }
.desk-line { position: absolute; right: -4vw; bottom: 45px; left: 10px; border-top: 2px solid var(--ink); }
.monitor { position: absolute; z-index: 2; }
.monitor-left { left: 4%; bottom: 46px; transform: rotate(-2deg); }
.monitor-right { right: 1%; bottom: 46px; transform: rotate(2deg); }
.screen { position: relative; width: 238px; height: 164px; padding: 30px 24px; background: var(--ink); border: 7px solid var(--ink); box-shadow: 11px 11px 0 var(--cyan); }
.monitor-right .screen { width: 258px; height: 180px; background: var(--cyan); box-shadow: 11px 11px 0 var(--ink); }
.screen-line { display: block; height: 8px; margin-bottom: 13px; background: rgba(251,250,246,.88); }
.screen-line.top { width: 68%; }.screen-line.middle { width: 86%; }.screen-line.short { width: 44%; }
.monitor-right .screen-line { background: var(--ink); }
.screen-dot { display: block; width: 12px; height: 12px; margin-bottom: 17px; border-radius: 50%; background: var(--yellow); }
.stand { width: 8px; height: 52px; margin: 0 auto; background: var(--ink); }
.stand::after { content: ""; display: block; width: 90px; height: 8px; background: var(--ink); transform: translateX(-41px); }
.cursor-route { position: absolute; z-index: 3; top: 182px; left: 35%; width: 178px; height: 68px; border-top: 2px dashed var(--ink); transform: rotate(-9deg); }
.cursor-route i, .cursor-route b, .cursor-route em { position: absolute; display: block; width: 11px; height: 11px; border: 2px solid var(--ink); border-radius: 50%; background: var(--paper); }
.cursor-route i { left: 0; top: -6px; }.cursor-route b { left: 47%; top: -6px; }.cursor-route em { right: 0; top: -6px; background: var(--yellow); }
.mouse-pointer { position: absolute; z-index: 4; top: 116px; left: 49%; width: 0; height: 0; border-top: 19px solid transparent; border-bottom: 19px solid transparent; border-left: 28px solid var(--ink); transform: rotate(38deg); }
.route-label { position: absolute; z-index: 4; top: 246px; left: 38%; color: var(--ink); font: 10px var(--mono); letter-spacing: .08em; }

.proof-strip { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 35px; min-height: 92px; padding: 18px 5.2vw; background: var(--ink); color: var(--white); }
.proof-strip p { margin: 0; font: 12px var(--mono); letter-spacing: .02em; }.proof-strip .open-source { text-align: right; color: #b9dce8; }
.proof-strip ul { display: flex; gap: 8px; margin: 0; padding: 0; list-style: none; }.proof-strip li { border: 1px solid rgba(255,255,255,.38); padding: 7px 10px; font: 10px var(--mono); }

.handoff, .built-for { padding-top: 130px; padding-bottom: 130px; }
.handoff { border-bottom: 1px solid var(--line); }
.handoff-main { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: end; }
h2 { margin: 0; font-size: clamp(38px, 4.7vw, 66px); line-height: 1.03; letter-spacing: -.065em; font-weight: 800; }
.handoff-detail p { margin-bottom: 24px; color: var(--ink-soft); font-size: 16px; line-height: 1.65; }
.text-link { display: inline-block; padding-bottom: 6px; border-bottom: 1px solid var(--ink); font: 500 12px var(--mono); text-decoration: none; }
.setup-note { margin: 0; color: var(--cyan-deep); font: 500 11px/1.55 var(--mono); }
.flow-diagram { display: grid; grid-template-columns: 1fr 180px 1fr; align-items: center; gap: 16px; margin-top: 80px; }
.flow-card { min-height: 213px; padding: 23px; border: 1px solid var(--ink); position: relative; }.client-card { background: var(--cyan); border-color: var(--cyan); }.card-index { font: 11px var(--mono); }.flow-card h3 { margin: 34px 0 7px; font-size: 26px; letter-spacing: -.05em; }.flow-card p { width: 160px; margin: 0; color: var(--ink-soft); font-size: 12px; line-height: 1.5; }.device { position: absolute; right: 23px; bottom: 24px; border: 3px solid var(--ink); }.device-desktop { width: 57px; height: 43px; }.device-desktop::after { content: ""; position: absolute; width: 26px; height: 3px; background: var(--ink); left: 13px; bottom: -10px; }.device-laptop { width: 58px; height: 38px; border-bottom: 7px solid var(--ink); }.flow-line { height: 1px; border-top: 1px dashed var(--ink); position: relative; }.flow-line::after { content: ""; position: absolute; right: 0; top: -4px; border-left: 7px solid var(--ink); border-top: 4px solid transparent; border-bottom: 4px solid transparent; }.flow-line span { position: absolute; top: -23px; width: 100%; text-align: center; font: 9px var(--mono); color: var(--ink-soft); }

.built-for { background: #e7e3da; max-width: none; }.built-grid { max-width: 1440px; margin: 0 auto; padding: 0 5.2vw; display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }.built-for .section-label { max-width: 1440px; margin-left: auto; margin-right: auto; padding: 0 5.2vw; }.built-points { border-top: 1px solid var(--ink); }.built-points article { display: grid; grid-template-columns: 46px 1fr; padding: 22px 0 25px; border-bottom: 1px solid var(--ink); }.built-points span { grid-row: span 2; color: var(--cyan-deep); font: 11px var(--mono); }.built-points h3 { margin-bottom: 7px; font-size: 19px; letter-spacing: -.04em; }.built-points p { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.55; }

.download-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; padding: 115px 10.4vw; background: var(--cyan); }.download-panel .eyebrow { color: var(--ink); }.download-info { align-self: end; }.download-info > p { max-width: 360px; margin-bottom: 25px; font-size: 16px; line-height: 1.65; }.download-button.light { background: var(--ink); }.download-button.light:hover { background: #263c42; }.download-info small { display: block; margin-top: 14px; color: rgba(16,34,40,.72); font: 10px var(--mono); }

footer { min-height: 128px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; } footer p { margin: 0; color: var(--ink-soft); font-size: 11px; text-align: center; } footer > a:last-child { text-align: right; }

@media (max-width: 860px) { .site-header { height: 74px; }.header-download { display: none; } nav { margin-right: 0; }.hero { grid-template-columns: 1fr; padding-top: 64px; }.desk-scene { margin-top: -15px; }.proof-strip { grid-template-columns: 1fr; gap: 15px; padding: 26px 5.2vw; }.proof-strip .open-source { text-align: left; }.handoff-main, .built-grid, .download-panel { grid-template-columns: 1fr; gap: 37px; }.flow-diagram { grid-template-columns: 1fr; gap: 31px; }.flow-line { width: 1px; height: 45px; margin-left: 50%; border-top: 0; border-left: 1px dashed var(--ink); }.flow-line::after { right: -4px; top: auto; bottom: 0; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 7px solid var(--ink); }.flow-line span { top: 13px; left: 16px; text-align: left; white-space: nowrap; }.built-for .section-label, .built-grid { padding-left: 5.2vw; padding-right: 5.2vw; }.download-panel { padding: 80px 5.2vw; } }
@media (max-width: 560px) { .site-header, .hero, .handoff, .built-for, footer { padding-left: 22px; padding-right: 22px; } nav { gap: 16px; } nav a { font-size: 10px; }.hero { min-height: auto; padding-top: 53px; padding-bottom: 40px; } h1 { font-size: 51px; }.hero-intro { font-size: 15px; }.desk-scene { height: 300px; min-width: 0; transform: scale(.8); transform-origin: left bottom; width: 125%; margin-bottom: -38px; }.monitor-left { left: 0; }.monitor-right { right: 5%; }.screen { width: 190px; height: 132px; }.monitor-right .screen { width: 205px; height: 145px; }.proof-strip { padding-left: 22px; padding-right: 22px; }.proof-strip ul { flex-wrap: wrap; }.handoff, .built-for { padding-top: 78px; padding-bottom: 78px; }.flow-diagram { margin-top: 55px; }.built-for .section-label, .built-grid { padding-left: 22px; padding-right: 22px; }.download-panel { padding: 74px 22px; } footer { min-height: 150px; grid-template-columns: 1fr 1fr; row-gap: 5px; } footer p { grid-column: 1 / -1; grid-row: 2; text-align: left; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.download-button, .header-download { transition: none; } }
