@import url("https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700&family=Newsreader:ital,opsz,wght@1,6..72,400;1,6..72,500&display=swap");

:root {
  --paper: #f6f3ec;
  --paper-deep: #ece8de;
  --ink: #19191c;
  --muted: #66656b;
  --line: rgba(25, 25, 28, 0.14);
  --violet: #5b5ef8;
  --violet-dark: #4144dc;
  --signal: #ff5a5f;
  --mint: #b9f3db;
  --white: #fff;
  --sans: "Manrope", -apple-system, BlinkMacSystemFont, sans-serif;
  --serif: "Newsreader", Georgia, serif;
  --mono: "DM Mono", ui-monospace, monospace;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .18; z-index: 20; 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='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E"); }
img { max-width: 100%; display: block; }
a { color: inherit; }
button { font: inherit; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 14px; background: var(--ink); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { width: min(calc(100% - 40px), var(--max)); height: 82px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); position: relative; z-index: 10; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-size: 18px; font-weight: 700; letter-spacing: -.03em; }
.brand img { border-radius: 9px; box-shadow: 0 5px 15px rgba(65,68,220,.18); }
.site-header nav { display: flex; gap: 30px; }
.site-header nav a { color: var(--muted); text-decoration: none; font-size: 13px; transition: color .2s ease; }
.site-header nav a:hover { color: var(--ink); }
.nav-cta { display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--line); border-radius: 999px; padding: 9px 14px; background: rgba(255,255,255,.45); text-decoration: none; font-size: 12px; font-weight: 600; transition: transform .2s ease, background .2s ease; }
.nav-cta:hover { transform: translateY(-2px); background: white; }
.nav-cta svg, .repo-head svg { width: 17px; height: 17px; fill: currentColor; }

.hero { width: min(calc(100% - 40px), var(--max)); min-height: 720px; margin: 0 auto; padding: 92px 0 105px; display: grid; grid-template-columns: .92fr 1.08fr; gap: 68px; align-items: center; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 22px; font-family: var(--mono); font-size: 10px; font-weight: 500; letter-spacing: .13em; text-transform: uppercase; color: var(--violet-dark); }
.eyebrow > span { width: 7px; height: 7px; border-radius: 50%; background: var(--signal); box-shadow: 0 0 0 4px rgba(255,90,95,.12); }
h1, h2, h3, p, blockquote { margin-top: 0; }
.hero h1 { margin-bottom: 28px; font-size: clamp(50px, 5.35vw, 78px); line-height: .98; letter-spacing: -.067em; font-weight: 600; }
em { color: var(--violet); font-family: var(--serif); font-weight: 400; }
.hero-lede { max-width: 590px; margin-bottom: 32px; color: #55545a; font-size: 17px; line-height: 1.68; letter-spacing: -.015em; }
.hero-actions { display: flex; align-items: center; gap: 24px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 48px; padding: 0 19px; border-radius: 8px; text-decoration: none; font-size: 13px; font-weight: 600; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: white; background: var(--violet); box-shadow: 0 12px 28px rgba(65,68,220,.2); }
.button.primary:hover { background: var(--violet-dark); box-shadow: 0 16px 34px rgba(65,68,220,.28); }
.button span { font-size: 17px; }
.text-link { display: inline-flex; gap: 10px; text-decoration: none; font-size: 13px; font-weight: 600; border-bottom: 1px solid var(--ink); padding-bottom: 4px; }
.hero-note { display: flex; align-items: center; gap: 9px; margin: 24px 0 0; color: var(--muted); font-family: var(--mono); font-size: 10px; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #25a572; box-shadow: 0 0 0 4px rgba(37,165,114,.1); }

.hero-visual { min-height: 525px; position: relative; }
.loose-pieces { position: absolute; inset: 0; }
.piece { position: absolute; width: 190px; padding: 14px; border: 1px solid rgba(25,25,28,.13); border-radius: 10px; background: rgba(255,255,255,.72); box-shadow: 0 18px 50px rgba(36,33,49,.1); backdrop-filter: blur(8px); }
.piece > span { display: block; margin-bottom: 9px; color: #8a8990; font-family: var(--mono); font-size: 8px; letter-spacing: .1em; }
.text-piece { left: 0; top: 74px; transform: rotate(-6deg); }
.text-piece p { margin: 0; font-size: 12px; line-height: 1.5; }
.image-piece { left: 37px; bottom: 78px; transform: rotate(4deg); }
.fake-screen { height: 84px; padding: 10px; border-radius: 5px; background: #e8e7ec; }
.fake-screen i { display: block; width: 38%; height: 34px; margin-bottom: 9px; border-radius: 4px; background: linear-gradient(135deg, #7e80ff, #b9baff); }
.fake-screen b { display: block; width: 82%; height: 4px; margin-top: 5px; border-radius: 9px; background: #c6c5cc; }
.fake-screen b:last-child { width: 58%; }
.video-piece { top: 0; right: 26px; width: 164px; transform: rotate(5deg); }
.video-piece div { height: 68px; display: flex; align-items: center; justify-content: center; gap: 9px; border-radius: 5px; color: white; background: #25242a; }
.video-piece i { width: 25px; height: 25px; display: grid; place-items: center; padding-left: 2px; border-radius: 50%; font-size: 9px; font-style: normal; background: var(--signal); }
.video-piece strong { font-family: var(--mono); font-size: 9px; font-weight: 400; }
.transform-line { position: absolute; left: 172px; top: 196px; width: 144px; display: flex; align-items: center; gap: 8px; transform: rotate(-5deg); }
.transform-line span { padding: 5px 8px; border-radius: 999px; color: white; background: var(--violet); font-family: var(--mono); font-size: 8px; box-shadow: 0 5px 16px rgba(91,94,248,.3); }
.transform-line i { flex: 1; height: 1px; background: repeating-linear-gradient(90deg, var(--violet) 0 4px, transparent 4px 8px); }
.document-card { position: absolute; width: 342px; right: 0; bottom: 10px; padding: 24px; border: 1px solid rgba(25,25,28,.13); border-radius: 13px; background: white; box-shadow: 0 30px 80px rgba(36,33,49,.17); transform: rotate(-1.6deg); }
.document-top { display: flex; align-items: center; gap: 7px; margin-bottom: 24px; color: #85848b; font-family: var(--mono); font-size: 8px; letter-spacing: .08em; }
.document-top img { width: 20px; border-radius: 5px; }
.document-top b { margin-left: auto; padding: 4px 7px; border-radius: 4px; color: var(--violet-dark); background: #eeeeff; font-size: 7px; }
.document-card h2 { margin-bottom: 8px; font-size: 20px; letter-spacing: -.04em; }
.document-card > p { margin-bottom: 19px; color: var(--muted); font-size: 10px; line-height: 1.55; }
.document-section { display: grid; grid-template-columns: 28px 1fr 18px; gap: 10px; align-items: center; margin-top: 8px; padding: 11px; border: 1px solid #ebeaf0; border-radius: 7px; }
.document-section.active { border-color: #c8c9ff; background: #f7f7ff; }
.document-section > span { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 6px; color: white; background: var(--ink); font-family: var(--mono); font-size: 8px; }
.document-section.active > span { background: var(--violet); }
.document-section strong { display: block; font-size: 9px; }
.document-section i { display: block; width: 84%; height: 3px; margin-top: 5px; border-radius: 5px; background: #dedde4; }
.document-section i:last-child { width: 58%; }
.document-section > b { color: #22a672; font-size: 11px; }

.section { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; padding: 112px 0; }
.section-label { display: flex; align-items: center; gap: 12px; margin-bottom: 58px; color: var(--muted); font-family: var(--mono); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.section-label::after { content: ""; height: 1px; flex: 1; background: var(--line); }
.section-label span { width: 27px; height: 27px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); font-size: 8px; }
.problem { border-top: 1px solid var(--line); }
.problem-heading { display: grid; grid-template-columns: 1.28fr .72fr; gap: 90px; align-items: end; margin-bottom: 70px; }
.problem-heading h2, .section-intro h2, .origin-copy h2 { margin: 0; font-size: clamp(38px, 4vw, 58px); line-height: 1.05; letter-spacing: -.055em; font-weight: 600; }
.problem-heading p, .section-intro p, .origin-copy > p { margin: 0 0 4px; color: var(--muted); font-size: 15px; line-height: 1.72; }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.problem-card { min-height: 285px; padding: 28px; position: relative; border-right: 1px solid var(--line); }
.problem-card:last-child { border-right: 0; }
.problem-card .card-number { position: absolute; right: 24px; top: 25px; color: #aaa8ad; font-family: var(--mono); font-size: 9px; }
.problem-card svg { width: 34px; height: 34px; margin-bottom: 58px; fill: none; stroke: var(--violet); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; }
.problem-card h3 { margin-bottom: 10px; font-size: 18px; letter-spacing: -.03em; }
.problem-card p { max-width: 285px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.bridge { width: 100%; max-width: none; padding: 110px max(20px, calc((100vw - var(--max)) / 2)); color: white; background: var(--violet); overflow: hidden; position: relative; }
.bridge::after { content: ""; position: absolute; width: 480px; height: 480px; right: -130px; top: -210px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.03), 0 0 0 140px rgba(255,255,255,.025); }
.eyebrow.light, .bridge .eyebrow { color: rgba(255,255,255,.72); }
.bridge blockquote { max-width: 960px; margin: 0; font-size: clamp(37px, 4.7vw, 66px); line-height: 1.08; letter-spacing: -.052em; font-weight: 500; position: relative; z-index: 1; }

.how { padding-bottom: 50px; }
.section-intro { display: grid; grid-template-columns: .95fr .65fr; gap: 120px; align-items: end; margin-bottom: 90px; }
.steps { border-top: 1px solid var(--line); }
.step { min-height: 590px; padding: 88px 0; display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; align-items: center; border-bottom: 1px solid var(--line); }
.step.reverse { grid-template-columns: 1.24fr .76fr; }
.step.reverse .step-copy { order: 2; }
.step-copy > span { display: block; margin-bottom: 15px; color: var(--violet-dark); font-family: var(--mono); font-size: 9px; letter-spacing: .12em; }
.step-copy h3 { margin-bottom: 15px; font-size: 30px; letter-spacing: -.045em; }
.step-copy p { color: var(--muted); font-size: 14px; line-height: 1.72; }
.step-copy ul { margin: 25px 0 0; padding: 0; list-style: none; }
.step-copy li { margin: 10px 0; padding-left: 22px; color: #46454b; font-size: 12px; position: relative; }
.step-copy li::before { content: "✓"; position: absolute; left: 0; color: var(--violet); font-weight: 700; }
.artifact-link { width: min(100%, 390px); display: grid; grid-template-columns: 39px 1fr 22px; align-items: center; gap: 12px; margin-top: 27px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 9px; background: rgba(255,255,255,.62); text-decoration: none; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.artifact-link:hover { transform: translateY(-2px); background: white; box-shadow: 0 13px 30px rgba(36,33,49,.1); }
.artifact-link .artifact-type { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 7px; color: white; background: var(--violet); font-family: var(--mono); font-size: 8px; letter-spacing: .07em; }
.artifact-link strong, .artifact-link small { display: block; }
.artifact-link strong { font-size: 12px; }
.artifact-link small { margin-top: 3px; color: var(--muted); font-size: 9px; font-weight: 400; }
.artifact-link b { color: var(--violet); font-size: 18px; }
.product-shot { width: 100%; padding: 0; overflow: hidden; position: relative; border: 1px solid rgba(25,25,28,.14); border-radius: 12px; background: #edeaf0; box-shadow: 0 28px 70px rgba(36,33,49,.13); cursor: zoom-in; text-align: left; }
.product-shot img { width: 100%; object-fit: cover; transition: transform .45s ease; }
.product-shot:hover img { transform: scale(1.015); }
.product-shot > span { position: absolute; right: 13px; bottom: 13px; padding: 7px 9px; border: 1px solid rgba(25,25,28,.12); border-radius: 6px; background: rgba(255,255,255,.92); font-family: var(--mono); font-size: 8px; box-shadow: 0 6px 20px rgba(0,0,0,.08); }
.product-shot > span b { margin-left: 5px; color: var(--violet); }
.compact-shot { max-width: 408px; justify-self: end; background: #f8f8fa; }
.compact-shot img { aspect-ratio: auto; object-fit: contain; }
.playbook-shot img { aspect-ratio: 16/10; object-position: top; }
.final-step { grid-template-columns: .72fr 1.28fr; border-bottom: 0; }
.pdf-result { min-height: 500px; display: grid; place-items: center; position: relative; background: radial-gradient(circle at center, rgba(91,94,248,.11), transparent 65%); }
.pdf-page { width: 300px; height: 400px; border: 1px solid rgba(25,25,28,.12); border-radius: 4px; background: white; box-shadow: 0 25px 65px rgba(36,33,49,.17); }
.pdf-page.back { position: absolute; transform: rotate(6deg) translate(28px,-3px); background: #e9e8f5; }
.pdf-page.front { padding: 0; overflow: hidden; position: relative; z-index: 1; transform: rotate(-2deg); }
.pdf-preview { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.pdf-badge { position: absolute; right: 70px; bottom: 34px; z-index: 2; padding: 8px 11px; border-radius: 999px; color: white; background: var(--ink); font-family: var(--mono); font-size: 8px; letter-spacing: .06em; box-shadow: 0 8px 20px rgba(0,0,0,.15); }

.downloads { padding-bottom: 125px; border-top: 1px solid var(--line); }
.download-intro { display: grid; grid-template-columns: 1fr .62fr; gap: 110px; align-items: end; margin-bottom: 62px; }
.download-intro h2 { margin: 0; font-size: clamp(42px, 4.4vw, 62px); line-height: 1.03; letter-spacing: -.058em; }
.download-intro > p { max-width: 500px; margin: 0 0 6px; color: var(--muted); font-size: 14px; line-height: 1.72; }
.download-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.download-card { min-height: 520px; padding: 37px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.58); box-shadow: 0 18px 48px rgba(36,33,49,.07); }
.download-card.safari-card { background: #1d1d21; color: white; box-shadow: 0 22px 54px rgba(25,25,28,.17); }
.download-card-head { display: grid; grid-template-columns: 52px 1fr auto; gap: 14px; align-items: center; margin-bottom: 35px; }
.browser-mark { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 13px; background: white; box-shadow: 0 8px 23px rgba(35,34,43,.12); position: relative; }
.chrome-mark::before { content: ""; width: 30px; height: 30px; border-radius: 50%; background: conic-gradient(#ea4335 0 33%, #fbbc05 0 66%, #34a853 0); }
.chrome-mark::after { content: ""; width: 12px; height: 12px; position: absolute; border: 4px solid white; border-radius: 50%; background: #4285f4; }
.safari-mark { color: #2272e8; font-size: 30px; background: linear-gradient(145deg,#fff,#dcecff); }
.download-card-head small { display: block; margin-bottom: 3px; color: var(--violet-dark); font-family: var(--mono); font-size: 7px; letter-spacing: .1em; }
.safari-card .download-card-head small { color: #aaaaff; }
.download-card-head h3 { margin: 0; font-size: 24px; letter-spacing: -.04em; }
.download-card-head > b { padding: 5px 8px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-family: var(--mono); font-size: 7px; letter-spacing: .06em; }
.safari-card .download-card-head > b { border-color: rgba(255,255,255,.17); color: #bab9c0; }
.download-card > p { max-width: 510px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.safari-card > p { color: #b8b7bd; }
.download-card ol { margin: 22px 0 32px; padding: 0; list-style: none; counter-reset: install; }
.download-card li { min-height: 40px; padding: 10px 0 10px 43px; border-top: 1px solid var(--line); color: #4e4d53; font-size: 11px; line-height: 1.6; counter-increment: install; position: relative; }
.download-card li:last-child { border-bottom: 1px solid var(--line); }
.download-card li::before { content: counter(install); width: 23px; height: 23px; display: grid; place-items: center; position: absolute; left: 3px; top: 8px; border-radius: 6px; color: white; background: var(--ink); font-family: var(--mono); font-size: 8px; }
.safari-card li { border-color: rgba(255,255,255,.13); color: #c7c6cb; }
.safari-card li::before { color: var(--ink); background: white; }
.download-button { width: 100%; margin-top: auto; }
.safari-button { color: var(--ink); background: white; box-shadow: 0 13px 30px rgba(0,0,0,.18); }
.safari-button:hover { background: #eeeeff; }
.preview-note { display: block; margin-top: 15px; color: #929198; font-size: 9px; line-height: 1.55; }
.download-foot { padding: 20px 4px 0; display: flex; justify-content: space-between; color: var(--muted); font-family: var(--mono); font-size: 9px; }
.download-foot > span::before { content: ""; width: 6px; height: 6px; display: inline-block; margin: 0 8px 1px 0; border-radius: 50%; background: #f1a631; }
.download-foot a { text-underline-offset: 4px; }

.uses { width: 100%; max-width: none; padding-left: max(20px, calc((100vw - var(--max)) / 2)); padding-right: max(20px, calc((100vw - var(--max)) / 2)); background: #ece8de; }
.uses-layout { display: grid; grid-template-columns: .76fr 1.24fr; gap: 110px; }
.uses-title { position: sticky; top: 110px; align-self: start; }
.uses-title h2 { margin-bottom: 21px; font-size: clamp(39px, 4vw, 58px); line-height: 1.05; letter-spacing: -.055em; }
.uses-title p { max-width: 430px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.use-list { border-top: 1px solid var(--line); }
.use-case { min-height: 190px; padding: 32px 0; display: grid; grid-template-columns: 60px 1fr; border-bottom: 1px solid var(--line); }
.use-case > span { color: var(--violet-dark); font-family: var(--mono); font-size: 10px; }
.use-case h3 { margin-bottom: 10px; font-size: 21px; letter-spacing: -.035em; }
.use-case p { max-width: 610px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.72; }

.origin { display: grid; grid-template-columns: 1.05fr .95fr; gap: 100px; align-items: center; }
.origin-card { min-height: 510px; padding: 55px; display: flex; flex-direction: column; border-radius: 14px; color: white; background: var(--ink); position: relative; overflow: hidden; }
.origin-card::after { content: ""; position: absolute; width: 320px; height: 320px; right: -160px; bottom: -170px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 50px rgba(255,255,255,.025), 0 0 0 100px rgba(255,255,255,.018); }
.origin-mark { height: 82px; color: var(--violet); font-family: var(--serif); font-size: 110px; line-height: 1; }
.origin-card blockquote { max-width: 560px; margin: 16px 0 46px; font-family: var(--serif); font-size: 28px; line-height: 1.35; position: relative; z-index: 1; }
.founder { display: flex; align-items: center; gap: 12px; margin-top: auto; position: relative; z-index: 1; }
.founder-avatar { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--mint); font-family: var(--mono); font-size: 9px; }
.founder strong, .founder span { display: block; }.founder strong { font-size: 11px; }.founder span { margin-top: 3px; color: #aaa9ae; font-size: 9px; }
.origin-copy .eyebrow { margin-bottom: 25px; }
.origin-copy h2 { margin-bottom: 25px; }

.opensource { width: 100%; max-width: none; min-height: 610px; padding-left: max(20px, calc((100vw - var(--max)) / 2)); padding-right: max(20px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: .92fr 1.08fr; gap: 110px; align-items: center; color: white; background: var(--violet); position: relative; overflow: hidden; }
.open-grid { position: absolute; inset: 0; display: grid; grid-template-columns: repeat(6,1fr); opacity: .1; }
.open-grid i { border-right: 1px solid white; border-bottom: 1px solid white; }
.open-copy, .repo-card { position: relative; z-index: 1; }
.open-copy h2 { margin-bottom: 25px; font-size: clamp(43px, 4.6vw, 66px); line-height: 1; letter-spacing: -.06em; }
.open-copy h2 em { color: #d9d9ff; }
.open-copy > p { max-width: 600px; color: rgba(255,255,255,.76); font-size: 14px; line-height: 1.75; }
.open-copy .data-note { margin-top: 18px; padding-left: 14px; border-left: 2px solid rgba(255,255,255,.32); color: rgba(255,255,255,.68); font-size: 10px; line-height: 1.65; }
.data-note strong { color: white; }
.open-actions { margin-top: 31px; display: flex; align-items: center; gap: 24px; }
.light-button { color: var(--ink); background: white; box-shadow: 0 14px 34px rgba(26,24,92,.2); }
.open-actions > a:last-child { color: white; text-underline-offset: 5px; font-size: 12px; }
.repo-card { padding: 27px; border: 1px solid rgba(255,255,255,.25); border-radius: 13px; background: rgba(29,28,86,.32); box-shadow: 0 26px 60px rgba(26,24,92,.25); backdrop-filter: blur(8px); }
.repo-head { display: flex; align-items: center; gap: 9px; font-size: 12px; }.repo-head svg { width: 22px; height: 22px; }.repo-head b { margin-left: auto; padding: 4px 8px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; font-family: var(--mono); font-size: 7px; }
.repo-card > p { margin: 27px 0; font-size: 20px; letter-spacing: -.025em; }
.repo-files { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid rgba(255,255,255,.18); border-radius: 7px; }
.repo-files span { padding: 13px; border-right: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); font-family: var(--mono); font-size: 9px; }.repo-files span:nth-child(even){border-right:0}.repo-files span:nth-child(n+3){border-bottom:0}.repo-files i{margin-right:7px;color:#cbcaff;font-style:normal}
.repo-meta { display: flex; gap: 18px; margin-top: 22px; color: rgba(255,255,255,.65); font-family: var(--mono); font-size: 8px; }.language-dot{display:inline-block;width:7px;height:7px;margin-right:5px;border-radius:50%;background:#3178c6}

footer { width: min(calc(100% - 40px), var(--max)); min-height: 130px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
footer p { margin: 0; color: var(--muted); font-size: 11px; }footer p a{text-underline-offset:3px}footer > div{display:flex;gap:20px}footer > div a{color:var(--muted);font-size:10px;text-decoration:none}footer > div a:hover{color:var(--ink)}
.made-by { padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); text-decoration: none; font-family: var(--mono); font-size: 9px; transition: color .2s ease, background .2s ease; }
.made-by:hover { color: var(--ink); background: white; }
.made-by span { color: var(--violet); }

.lightbox { width: min(94vw, 1400px); max-height: 92vh; padding: 10px; border: 0; border-radius: 12px; background: #111; box-shadow: 0 30px 100px rgba(0,0,0,.45); }.lightbox::backdrop{background:rgba(15,14,20,.78);backdrop-filter:blur(6px)}.lightbox img{width:100%;max-height:calc(92vh - 20px);object-fit:contain}.lightbox button{position:fixed;right:24px;top:20px;width:38px;height:38px;border:1px solid rgba(255,255,255,.35);border-radius:50%;color:white;background:rgba(0,0,0,.5);font-size:22px;cursor:pointer}

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1); }.reveal[data-delay="1"]{transition-delay:.1s}.reveal[data-delay="2"]{transition-delay:.2s}.reveal.visible{opacity:1;transform:none}

@media (max-width: 980px) {
  .site-header nav { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding: 70px 0 90px; }
  .hero-copy { max-width: 720px; }
  .hero-visual { width: min(100%, 680px); min-height: 555px; margin: 0 auto; }
  .problem-heading, .section-intro, .download-intro, .origin, .opensource { grid-template-columns: 1fr; gap: 45px; }
  .problem-heading { align-items: start; }.problem-heading p,.section-intro p{max-width:650px}
  .step, .step.reverse, .final-step { grid-template-columns: 1fr; gap: 55px; }.step.reverse .step-copy{order:0}.compact-shot{justify-self:start}
  .uses-layout { grid-template-columns: 1fr; gap: 50px; }.uses-title{position:static}.origin-copy{order:-1}
  .download-grid { grid-template-columns: 1fr; }.download-card{min-height:490px}
  .opensource { padding-top: 100px; padding-bottom: 100px; }.repo-card{max-width:680px}
}

@media (max-width: 680px) {
  .site-header { height: 70px; }.nav-cta{font-size:0;padding:9px}.nav-cta svg{width:19px;height:19px}
  .hero { padding-top: 58px; }.hero h1{font-size:48px}.hero-lede{font-size:15px}.hero-actions{align-items:flex-start;flex-direction:column;gap:18px}
  .hero-visual { min-height: 510px; transform: scale(.9); transform-origin: top left; width: 111%; margin-bottom:-50px; }.document-card{width:310px}.text-piece{left:-8px}.image-piece{left:0}.video-piece{right:0}.transform-line{left:138px;width:100px}
  .section{padding-top:85px;padding-bottom:85px}.section-label{margin-bottom:40px}.problem-heading h2,.section-intro h2,.origin-copy h2{font-size:38px}
  .problem-grid{grid-template-columns:1fr}.problem-card{min-height:220px;border-right:0;border-bottom:1px solid var(--line)}.problem-card:last-child{border-bottom:0}.problem-card svg{margin-bottom:35px}
  .bridge{padding-top:85px;padding-bottom:85px}.bridge blockquote{font-size:37px}
  .step{min-height:auto;padding:70px 0}.product-shot img{aspect-ratio:1.2/1}.compact-shot img{aspect-ratio:auto}.pdf-result{min-height:460px;transform:scale(.9)}.download-card{min-height:auto;padding:27px}.download-card-head{grid-template-columns:47px 1fr}.download-card-head>b{display:none}.download-foot{align-items:flex-start;flex-direction:column;gap:13px}
  .use-case{grid-template-columns:42px 1fr}.origin-card{min-height:480px;padding:37px}.origin-card blockquote{font-size:24px}.open-actions{align-items:flex-start;flex-direction:column}.repo-meta{flex-wrap:wrap}
  footer{padding:30px 0;align-items:flex-start;flex-direction:column;gap:20px}
}

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