:root {
  --paper: #f5f0e8;
  --paper-deep: #e9e0d3;
  --ink: #162235;
  --muted: #667384;
  --line: rgba(22, 34, 53, .15);
  --orange: #f2643e;
  --orange-deep: #dc4e2d;
  --blue: #6673e8;
  --cyan: #a4deee;
  --night: #142238;
  --night-soft: #1d3049;
  --white: #fffdf9;
  --mono: 'DM Mono', 'SFMono-Regular', Consolas, monospace;
  --sans: 'Manrope', 'Avenir Next', 'PingFang SC', 'Microsoft YaHei', sans-serif;
  color: var(--ink);
  font-family: var(--sans);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); overflow-x: hidden; }
body::before { content: ''; position: fixed; inset: 0; pointer-events: none; opacity: .14; z-index: 5; 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='.83' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E"); mix-blend-mode: multiply; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.section-shell { width: min(1240px, calc(100% - 64px)); margin-inline: auto; }

.scroll-meter { position: fixed; inset: 0 auto auto 0; width: 100%; height: 3px; z-index: 30; background: transparent; }
.scroll-meter span { display: block; height: 100%; width: 0; background: linear-gradient(90deg, var(--orange), var(--blue)); transform-origin: left; }

.topbar { position: sticky; top: 0; z-index: 20; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 32px; width: min(1370px, calc(100% - 48px)); min-height: 88px; margin: 0 auto; }
.topbar::before { content: ''; position: absolute; z-index: -1; inset: 12px -20px; border: 1px solid transparent; border-radius: 100px; background: rgba(245, 240, 232, .72); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); opacity: 0; transition: opacity .3s ease; }
.topbar.is-scrolled::before { opacity: 1; border-color: rgba(22, 34, 53, .1); }
.brand, .footer-brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; width: max-content; }
.brand-mark { display: inline-grid; place-items: center; width: 38px; height: 38px; border: 1px solid var(--ink); border-radius: 50%; overflow: hidden; }
.brand-mark img { width: 25px; height: 25px; object-fit: contain; }
.brand-copy, .footer-brand > span:last-child { display: grid; gap: 0; line-height: 1; }
.brand-copy strong, .footer-brand strong { font: 800 12px/1 var(--mono); letter-spacing: .08em; }
.brand-copy small, .footer-brand small { margin-top: 5px; font-size: 11px; color: var(--muted); }
.site-nav { display: flex; align-items: center; gap: 34px; font: 500 11px var(--mono); letter-spacing: .04em; }
.site-nav a, .footer-links a { text-decoration: none; color: var(--muted); transition: color .2s ease; }
.site-nav a:hover, .footer-links a:hover { color: var(--orange-deep); }
.topbar-cta { justify-self: end; }
.menu-toggle { display: none; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 11px; min-height: 52px; padding: 0 20px; border: 1px solid transparent; border-radius: 100px; text-decoration: none; font-size: 13px; font-weight: 800; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.button:hover { transform: translateY(-3px); box-shadow: 0 13px 26px rgba(22, 34, 53, .14); }
.button-primary { color: var(--white); background: var(--orange); box-shadow: 0 8px 0 rgba(22, 34, 53, .1); }
.button-primary:hover { background: var(--orange-deep); }
.button-dark { min-height: 42px; padding: 0 17px; color: var(--white); background: var(--ink); font: 500 11px var(--mono); }
.button-dark:hover { background: var(--orange); }
.button-outline { border-color: rgba(22, 34, 53, .25); color: var(--ink); background: transparent; }
.button-outline:hover { border-color: var(--ink); background: var(--white); }
.chrome-glyph { display: inline-grid; place-items: center; width: 21px; height: 21px; border: 2px solid currentColor; border-radius: 50%; font: 800 10px var(--mono); }
.text-link, .line-link, .trust-link { text-decoration: none; font-size: 12px; font-weight: 800; letter-spacing: .01em; }
.text-link { padding: 16px 2px; color: var(--muted); border-bottom: 1px solid var(--line); }
.text-link:hover, .trust-link:hover { color: var(--orange-deep); }

.hero { position: relative; min-height: 720px; padding: 86px 0 42px; }
.hero::before { content: ''; position: absolute; z-index: -1; width: 720px; height: 720px; top: -140px; left: -360px; border-radius: 50%; background: radial-gradient(circle, rgba(242, 100, 62, .14), transparent 66%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(500px, 1fr); align-items: center; gap: clamp(32px, 6vw, 86px); min-height: 580px; }
.hero-copy { position: relative; z-index: 2; padding-bottom: 34px; }
.eyebrow, .section-kicker, .card-index, .step-label, .floating-label, .visual-stamp, .permission-strip, .footer-bottom, .window-footer, .window-url, .window-signal { font: 500 10px/1.4 var(--mono); letter-spacing: .1em; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 26px; color: var(--orange-deep); }
.eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(242, 100, 62, .13); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.065em; }
h1 { max-width: 700px; margin-bottom: 29px; font-size: clamp(52px, 6.2vw, 92px); line-height: .98; font-weight: 700; }
h1 em, h2 em { color: var(--orange); font-style: normal; }
.hero-lede { max-width: 500px; margin-bottom: 36px; color: var(--muted); font-size: 16px; line-height: 1.9; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 19px; margin-top: 42px; color: var(--muted); font: 500 10px var(--mono); }
.hero-meta span { display: inline-flex; align-items: center; gap: 8px; }
.hero-meta span::before { content: '✳'; color: var(--orange); font-size: 9px; }
.hero-visual { --mx: 0px; --my: 0px; position: relative; min-height: 570px; transform: perspective(1300px) rotateY(var(--mx)) rotateX(var(--my)); transition: transform .18s ease-out; }
.visual-grid { position: absolute; inset: 26px 0 20px 20px; border: 1px solid rgba(255, 253, 249, .18); border-radius: 36px; background-color: var(--night); background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 44px 44px; box-shadow: -26px 30px 70px rgba(22, 34, 53, .24); overflow: hidden; }
.visual-grid::after { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 35% 42%, rgba(164, 222, 238, .17), transparent 34%), radial-gradient(circle at 76% 50%, rgba(242, 100, 62, .21), transparent 38%); }
.visual-orbit { position: absolute; z-index: 1; border: 1px solid rgba(164, 222, 238, .37); border-radius: 50%; pointer-events: none; }
.orbit-one { width: 470px; height: 170px; right: -22px; top: 160px; transform: rotate(-36deg); }
.orbit-two { width: 500px; height: 220px; right: -25px; top: 105px; transform: rotate(36deg); border-color: rgba(242, 100, 62, .3); }
.visual-glow { position: absolute; z-index: 0; border-radius: 50%; filter: blur(30px); opacity: .65; }
.visual-glow-orange { width: 190px; height: 190px; right: 6px; bottom: 20px; background: var(--orange); }
.visual-glow-blue { width: 170px; height: 170px; left: 34px; top: 46px; background: var(--blue); }
.visual-stamp { position: absolute; z-index: 4; color: var(--white); }
.stamp-top { top: 54px; right: 42px; padding: 9px 11px; border: 1px solid rgba(255,255,255,.28); }
.stamp-top span { color: var(--orange); }
.stamp-bottom { bottom: 38px; left: 47px; color: rgba(255,255,255,.58); writing-mode: vertical-rl; transform: rotate(180deg); }
.hero-window { position: absolute; z-index: 3; top: 104px; left: 93px; width: min(470px, 72%); overflow: hidden; border: 1px solid rgba(255, 253, 249, .65); border-radius: 14px; background: rgba(255, 253, 249, .94); box-shadow: 22px 30px 50px rgba(4, 14, 28, .36); transform: rotate(3.5deg) translate(var(--mx), var(--my)); transition: transform .18s ease-out; }
.window-bar { display: flex; align-items: center; gap: 11px; height: 34px; padding: 0 13px; color: #697788; background: rgba(242, 246, 248, .94); border-bottom: 1px solid rgba(22,34,53,.1); }
.window-lights { display: flex; gap: 5px; }
.window-lights i { display: block; width: 7px; height: 7px; border-radius: 50%; background: #d7dfe4; }
.window-lights i:first-child { background: #f2643e; }.window-lights i:nth-child(2) { background: #e9b33e; }.window-lights i:nth-child(3) { background: #70b682; }
.window-url { overflow: hidden; flex: 1; font-size: 8px; letter-spacing: 0; white-space: nowrap; }
.window-signal { color: var(--orange); font-size: 13px; }
.window-body { padding: 21px 21px 15px; }
.window-brandline, .window-status, .window-footer, .file-row { display: flex; align-items: center; }
.window-brandline { gap: 9px; margin-bottom: 26px; }.window-brandline > b { margin-left: auto; color: #99a5b0; font: 500 10px var(--mono); }
.mini-mark { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 7px; background: var(--orange); }.mini-mark img { width: 19px; filter: brightness(0) invert(1); }
.window-brandline span:last-of-type { display: grid; line-height: 1.1; }.window-brandline strong { font-size: 11px; }.window-brandline small { margin-top: 4px; color: #8a98a6; font-size: 8px; }
.window-status { justify-content: space-between; margin-bottom: 9px; font-size: 10px; }.window-status > div { display: flex; align-items: center; gap: 7px; }.status-pulse { width: 7px; height: 7px; border-radius: 50%; background: #5fc3a5; box-shadow: 0 0 0 4px rgba(95,195,165,.15); }.status-count { color: #8a98a6; font: 500 8px var(--mono); }
.window-progress { height: 5px; margin-bottom: 20px; border-radius: 9px; background: #e9edf0; overflow: hidden; }.window-progress span { display: block; width: 42%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--orange), #f2a164); }
.window-files { display: grid; gap: 8px; }.file-row { min-width: 0; gap: 8px; padding: 10px 9px; border: 1px solid #e4e9ec; border-radius: 7px; color: #596b7d; background: #fff; font-size: 8px; }.file-row-active { border-color: rgba(242,100,62,.42); background: #fff7f3; }.file-type { flex: none; padding: 3px 4px; border-radius: 3px; color: #d85c38; background: #fee7dd; font: 500 7px var(--mono); }.file-name { min-width: 0; flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: 700; }.file-state { flex: none; color: #9aa5af; font: 500 7px var(--mono); }.file-row-done .file-state { color: #53a780; }
.window-footer { justify-content: space-between; gap: 10px; margin-top: 15px; padding-top: 12px; border-top: 1px solid #e8ecef; color: #9aa5af; font-size: 7px; letter-spacing: .02em; }
.floating-card { position: absolute; z-index: 5; display: flex; align-items: center; border: 1px solid rgba(255, 253, 249, .7); box-shadow: 0 18px 33px rgba(4, 14, 28, .25); }.floating-user { top: 53px; left: 5px; flex-direction: column; align-items: flex-start; gap: 7px; width: 145px; padding: 15px; color: var(--white); background: rgba(24, 39, 59, .82); backdrop-filter: blur(10px); transform: rotate(-5deg) translate(calc(var(--mx) * -1), calc(var(--my) * -1)); }.floating-user strong { font-size: 13px; }.floating-id { color: rgba(255,255,255,.55); font: 500 8px var(--mono); }.floating-label { color: var(--cyan); font-size: 8px; }.floating-archive { right: -5px; bottom: 80px; gap: 10px; padding: 12px 16px 12px 12px; background: var(--orange); color: var(--white); transform: rotate(4deg) translate(calc(var(--mx) * -1), calc(var(--my) * -1)); }.floating-archive strong, .floating-archive small { display: block; }.floating-archive strong { font: 600 11px var(--mono); }.floating-archive small { margin-top: 4px; color: rgba(255,255,255,.72); font-size: 9px; }.archive-icon { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; color: var(--orange); background: var(--white); font-size: 24px; line-height: 1; }.visual-giant-mark { position: absolute; z-index: 2; right: 25px; bottom: 27px; opacity: .12; }.visual-giant-mark img { width: 180px; height: 180px; filter: brightness(0) invert(1); }
.hero-bottomline { display: flex; align-items: center; gap: 16px; margin-top: 22px; color: var(--muted); font: 500 9px var(--mono); letter-spacing: .1em; }.hero-rule { display: block; width: 80px; height: 1px; background: var(--line); }

.ticker { position: relative; overflow: hidden; border-block: 1px solid var(--line); color: var(--ink); background: var(--orange); }.ticker-track { display: flex; align-items: center; gap: 23px; width: max-content; min-height: 54px; padding-inline: 24px; animation: ticker 28s linear infinite; font: 500 11px var(--mono); letter-spacing: .08em; }.ticker b { color: var(--white); font-size: 16px; } @keyframes ticker { to { transform: translateX(-50%); } }

.section-dark { color: var(--white); background: var(--night); }.manifesto { position: relative; width: 100%; padding: 132px max(32px, calc((100% - 1240px) / 2)) 130px; overflow: hidden; }.manifesto::before { content: ''; position: absolute; top: -330px; right: -200px; width: 740px; height: 740px; border: 1px solid rgba(164,222,238,.17); border-radius: 50%; box-shadow: 0 0 0 45px rgba(164,222,238,.04), 0 0 0 110px rgba(164,222,238,.025); }.section-kicker { display: flex; gap: 11px; align-items: center; color: var(--orange-deep); }.section-kicker span { color: var(--ink); }.section-kicker.light, .section-kicker.light span { color: var(--cyan); }.manifesto-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 8%; margin-top: 48px; }.manifesto-copy { position: relative; z-index: 2; }.manifesto h2, .preview h2 { margin-bottom: 28px; font-size: clamp(46px, 6vw, 78px); line-height: 1; }.manifesto h2 span { color: var(--cyan); }.manifesto-copy p { max-width: 490px; color: rgba(255,255,255,.61); font-size: 15px; line-height: 1.9; }.line-link { display: inline-flex; align-items: center; gap: 16px; margin-top: 24px; padding-bottom: 11px; border-bottom: 1px solid rgba(255,255,255,.38); }.line-link span { color: var(--orange); font-size: 17px; }.line-link-light { color: var(--white); }.manifesto-art { position: relative; min-height: 410px; }.art-ring { position: absolute; border: 1px solid rgba(164,222,238,.46); border-radius: 50%; }.art-ring-back { inset: 30px 20px 28px 62px; transform: rotate(34deg) scaleY(.6); }.art-ring-front { inset: 73px 41px 64px 40px; border-color: rgba(242,100,62,.62); transform: rotate(-34deg) scaleY(.45); }.art-octo { position: absolute; top: 95px; left: 50%; display: grid; place-items: center; width: 220px; height: 220px; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; background: radial-gradient(circle, rgba(242,100,62,.26), rgba(20,34,56,.1) 68%); transform: translateX(-50%); }.art-octo::before { content: ''; position: absolute; width: 170px; height: 170px; border: 1px dashed rgba(164,222,238,.46); border-radius: 50%; animation: spin 26s linear infinite; }.art-octo img { position: relative; width: 106px; filter: brightness(0) invert(1); opacity: .92; }.art-word { position: absolute; z-index: 2; color: var(--orange); font: 800 clamp(62px, 9vw, 120px)/.8 var(--sans); letter-spacing: -.13em; }.art-word-top { top: 35px; left: 0; }.art-word-bottom { right: -9px; bottom: 24px; color: var(--cyan); }.art-label { position: absolute; right: 15px; top: 9px; color: rgba(255,255,255,.5); font: 500 9px/1.5 var(--mono); letter-spacing: .08em; text-align: right; } @keyframes spin { to { transform: rotate(360deg); } }

.features { padding: 134px 0 146px; }.section-heading { display: grid; grid-template-columns: .7fr 1.3fr; gap: 10%; align-items: start; }.section-heading h2, .workflow h2, .trust h2, .final-cta h2 { margin-bottom: 23px; font-size: clamp(44px, 5.1vw, 68px); line-height: 1; }.section-heading p { max-width: 480px; margin-bottom: 0; color: var(--muted); font-size: 15px; line-height: 1.8; }.bento-grid { display: grid; grid-template-columns: 1.14fr .86fr; grid-template-rows: repeat(2, minmax(320px, 1fr)); gap: 18px; margin-top: 62px; }.bento-card { position: relative; min-height: 320px; padding: 29px 31px; overflow: hidden; border-radius: 10px; }.bento-large { grid-row: span 2; min-height: 658px; }.bento-cream { background: #eee5d8; }.bento-orange { color: var(--white); background: var(--orange); }.bento-blue { color: var(--ink); background: var(--cyan); }.bento-dark { color: var(--white); background: var(--night); }.bento-card .card-index { opacity: .7; }.bento-card h3 { position: relative; z-index: 2; margin: 33px 0 16px; font-size: 34px; line-height: 1.05; font-weight: 500; }.bento-card h3 strong { font-weight: 700; }.bento-card p { position: relative; z-index: 2; max-width: 370px; margin-bottom: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }.bento-orange p { color: rgba(255,255,255,.72); }.bento-blue p { color: rgba(22,34,53,.69); }.bento-dark p { color: rgba(255,255,255,.66); }.user-stack { position: absolute; right: 35px; bottom: 34px; width: 56%; min-width: 260px; transform: rotate(-4deg); }.stack-tag { display: flex; justify-content: space-between; margin-bottom: 8px; padding: 0 5px; color: #8994a0; font: 500 8px var(--mono); }.user-pill { display: flex; align-items: center; gap: 8px; margin-top: 8px; padding: 12px 13px; border: 1px solid rgba(22,34,53,.12); border-radius: 6px; background: rgba(255,253,249,.84); box-shadow: 0 9px 17px rgba(22,34,53,.08); font-size: 11px; }.user-pill i { width: 20px; height: 20px; border-radius: 50%; background: linear-gradient(135deg, var(--orange), var(--blue)); }.user-pill:nth-child(3) i { background: linear-gradient(135deg, #70cbb6, var(--blue)); }.user-pill:nth-child(4) i { background: linear-gradient(135deg, #eec64b, var(--orange)); }.user-pill b { margin-left: auto; color: #8a98a6; font: 500 8px var(--mono); }.user-pill-main { border-color: rgba(242,100,62,.4); }.user-pill-main b { color: var(--orange); }.stack-cursor { position: absolute; right: -23px; bottom: 9px; padding: 9px 10px; color: var(--white); background: var(--ink); font: 500 8px var(--mono); box-shadow: 4px 6px 0 rgba(22,34,53,.15); transform: rotate(5deg); }.stack-cursor span { color: var(--orange); font-size: 14px; }.card-symbol { position: absolute; right: 31px; top: 45px; color: rgba(255,255,255,.9); font: 400 67px/1 var(--sans); }.bento-resume h3 { margin-top: 75px; }.resume-line { position: absolute; right: 31px; bottom: 32px; left: 31px; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.78); font: 500 8px var(--mono); }.resume-line::before { content: ''; height: 1px; flex: 1; background: rgba(255,255,255,.5); }.resume-line span { position: absolute; right: 41px; width: 32%; height: 4px; background: var(--white); }.local-orbit { position: absolute; top: 31px; right: 31px; width: 84px; height: 84px; border: 1px solid rgba(22,34,53,.45); border-radius: 50%; }.local-orbit::before, .local-orbit::after { content: ''; position: absolute; inset: 13px; border: 1px dashed rgba(22,34,53,.5); border-radius: 50%; }.local-orbit::after { inset: 28px; background: var(--orange); border: none; }.local-orbit span { position: absolute; top: -4px; left: 40px; width: 8px; height: 8px; border-radius: 50%; background: var(--ink); }.local-orbit i { position: absolute; right: 3px; bottom: 13px; width: 6px; height: 6px; border-radius: 50%; background: var(--blue); }.bento-local h3 { margin-top: 77px; }.local-path { position: absolute; right: 31px; bottom: 32px; left: 31px; padding-top: 14px; border-top: 1px solid rgba(22,34,53,.25); font: 500 10px var(--mono); }.local-path span { color: rgba(22,34,53,.6); }.local-path strong { float: right; }.html-card-top { display: flex; justify-content: space-between; }.html-card-top > span:last-child { color: var(--cyan); font: 500 9px var(--mono); }.html-lines { position: absolute; top: 101px; right: 31px; left: 31px; display: grid; gap: 8px; }.html-lines i { display: block; height: 7px; border-radius: 4px; background: rgba(255,255,255,.17); }.html-lines i:nth-child(1) { width: 35%; background: var(--orange); }.html-lines i:nth-child(2) { width: 82%; }.html-lines i:nth-child(3) { width: 68%; }.html-lines i:nth-child(4) { width: 89%; }.html-lines i:nth-child(5) { width: 53%; }.bento-html h3 { margin-top: 132px; }.html-corner { position: absolute; right: 28px; bottom: 22px; color: rgba(255,255,255,.28); font: 800 48px var(--mono); letter-spacing: -.1em; }

.workflow { width: 100%; padding: 128px max(32px, calc((100% - 1240px) / 2)) 136px; }.section-paper { background: var(--paper-deep); }.workflow { display: grid; grid-template-columns: .72fr 1.28fr; gap: 11%; }.workflow-intro { padding-top: 6px; }.workflow-intro > p { max-width: 390px; color: var(--muted); font-size: 14px; line-height: 1.8; }.workflow-note { max-width: 360px; margin-top: 42px; padding: 15px 17px; border: 1px solid rgba(22,34,53,.19); color: var(--muted); font: 500 10px/1.6 var(--mono); }.workflow-note span { margin-right: 9px; color: var(--orange-deep); }.steps { display: grid; }.step { position: relative; display: grid; grid-template-columns: 68px 1fr 164px; align-items: center; gap: 22px; min-height: 180px; padding: 29px 0; border-top: 1px solid var(--line); opacity: .43; transition: opacity .3s ease; }.step:last-child { border-bottom: 1px solid var(--line); }.step.is-active { opacity: 1; }.step-number { align-self: start; color: var(--orange-deep); font: 500 12px var(--mono); }.step-body { align-self: start; }.step-label { color: var(--muted); font-size: 9px; }.step h3 { margin: 12px 0 9px; font-size: 25px; line-height: 1.1; font-weight: 700; }.step p { max-width: 400px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }.step-icon { position: relative; display: grid; place-items: center; width: 146px; height: 105px; border: 1px solid rgba(22,34,53,.2); border-radius: 7px; background: rgba(255,253,249,.45); transform: rotate(3deg); }.step-icon::before { content: ''; position: absolute; inset: 9px; border: 1px dashed rgba(22,34,53,.13); border-radius: 4px; }.step-icon span { position: relative; font: 700 12px var(--mono); }.step-icon b { position: absolute; right: 13px; bottom: 10px; color: var(--orange); font: 500 16px var(--mono); }.step-icon-login { color: var(--orange); background: #f9dbcf; transform: rotate(-4deg); }.step-icon-login span { font-size: 21px; letter-spacing: -.1em; }.step-icon-input span { padding: 10px; color: var(--muted); background: var(--white); font-size: 9px; }.step-icon-file { color: var(--blue); transform: rotate(4deg); }.step-icon-file span { padding: 10px 8px; color: var(--ink); border: 1px solid rgba(22,34,53,.18); background: var(--white); font-size: 11px; }

.preview { width: 100%; padding: 134px max(32px, calc((100% - 1240px) / 2)) 116px; overflow: hidden; }.preview-heading { display: flex; align-items: end; justify-content: space-between; gap: 48px; }.preview-heading h2 { margin-bottom: 0; }.preview-heading > p { max-width: 280px; margin-bottom: 5px; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.8; }.preview-stage { position: relative; margin-top: 68px; padding: 30px 5.2% 22px; border: 1px solid rgba(255,255,255,.16); background: #1a2b44; }.preview-label { display: flex; align-items: baseline; gap: 12px; margin-bottom: 21px; }.preview-label span, .preview-label small { color: var(--cyan); font: 500 10px var(--mono); }.preview-label strong { color: var(--white); font: 700 12px var(--mono); letter-spacing: .1em; }.preview-label small { margin-left: auto; color: rgba(255,255,255,.45); }.preview-frame { overflow: hidden; border: 1px solid rgba(255,255,255,.24); background: #f6f5f3; box-shadow: 0 25px 55px rgba(0,0,0,.25); }.preview-frame-bar { display: flex; align-items: center; gap: 6px; height: 28px; padding: 0 12px; background: #e7eaec; }.preview-frame-bar > span { width: 6px; height: 6px; border-radius: 50%; background: #c1cbd0; }.preview-frame-bar > span:first-child { background: var(--orange); }.preview-frame-bar b { margin-left: auto; color: #788897; font: 500 7px var(--mono); letter-spacing: .08em; }.preview-frame img { display: block; width: 100%; height: auto; transition: opacity .16s ease; }.preview-caption { display: flex; justify-content: space-between; gap: 20px; padding-top: 18px; color: rgba(255,255,255,.64); font-size: 12px; }.preview-caption b { color: var(--orange); font: 500 17px var(--mono); }.preview-thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin-top: 18px; }.preview-thumb { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; padding: 14px 13px; border: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.55); background: transparent; cursor: pointer; text-align: left; transition: color .2s ease, border .2s ease, background .2s ease; }.preview-thumb:hover { color: var(--white); border-color: rgba(255,255,255,.42); }.preview-thumb.is-selected { color: var(--ink); border-color: var(--orange); background: var(--orange); }.preview-thumb span { font: 500 10px var(--mono); }.preview-thumb strong { font-size: 12px; }

.trust { padding: 134px 0 94px; }.trust-heading { margin-bottom: 64px; }.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }.trust-card { position: relative; min-height: 300px; padding: 25px 25px 28px; }.trust-card-border { border: 1px solid var(--line); }.trust-number { color: var(--orange-deep); font: 500 10px var(--mono); }.trust-card h3 { margin: 64px 0 15px; font-size: 30px; }.trust-card p { max-width: 290px; color: var(--muted); font-size: 13px; line-height: 1.8; }.trust-mark { position: absolute; right: 21px; bottom: 21px; color: rgba(22,34,53,.34); font: 500 8px var(--mono); }.trust-link { position: absolute; left: 25px; bottom: 24px; color: var(--orange-deep); font: 500 10px var(--mono); }.permission-strip { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 25px; margin-top: 18px; padding: 17px 19px; border: 1px solid var(--line); color: var(--muted); }.permission-strip span { color: var(--orange-deep); }.permission-strip p { margin: 0; font: 500 10px var(--mono); letter-spacing: .01em; }.permission-strip a { color: var(--ink); text-decoration: none; }.permission-strip a:hover { color: var(--orange-deep); }

.final-cta { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 9%; min-height: 570px; padding-top: 90px; padding-bottom: 106px; }.final-cta::before { content: ''; position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 18% 43%, rgba(242,100,62,.18), transparent 28%); }.final-cta-art { position: relative; display: grid; place-items: center; height: 340px; border: 1px solid var(--line); overflow: hidden; background: var(--paper-deep); }.final-cta-art::before, .final-cta-art::after { content: ''; position: absolute; border: 1px solid rgba(22,34,53,.14); border-radius: 50%; }.final-cta-art::before { width: 440px; height: 220px; transform: rotate(28deg); }.final-cta-art::after { width: 380px; height: 160px; transform: rotate(-36deg); border-color: rgba(242,100,62,.36); }.final-cta-art span { position: absolute; z-index: 1; top: 23px; left: 23px; color: var(--orange); font: 500 9px var(--mono); letter-spacing: .14em; }.final-cta-art img { position: relative; z-index: 1; width: 118px; opacity: .9; }.final-cta-art i { position: absolute; right: 26px; bottom: 23px; width: 11px; height: 11px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 9px rgba(102,115,232,.14); }.final-cta-content > p { max-width: 420px; color: var(--muted); font-size: 15px; line-height: 1.8; }.final-cta .hero-actions { margin-top: 31px; }
.footer { padding: 40px 0 25px; border-top: 1px solid var(--line); }.footer { display: grid; grid-template-columns: 1fr 1fr 1.3fr; align-items: start; gap: 28px; }.footer > p { margin: 11px 0 0; color: var(--muted); font-size: 12px; }.footer-links { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 19px; font: 500 10px var(--mono); }.footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 15px; padding-top: 19px; border-top: 1px solid var(--line); color: var(--muted); font-size: 9px; letter-spacing: .03em; }

@media (max-width: 1000px) {
  .hero-grid { grid-template-columns: 1fr; }.hero-copy { max-width: 650px; }.hero-visual { width: min(100%, 700px); margin: 0 auto; }.hero { padding-top: 55px; }.manifesto-layout, .workflow, .final-cta { gap: 6%; }.section-heading { grid-template-columns: .5fr 1.5fr; }.bento-grid { grid-template-columns: 1fr 1fr; }.bento-large { grid-column: span 2; grid-row: auto; min-height: 500px; }.trust-card h3 { font-size: 25px; }
}

@media (max-width: 720px) {
  .section-shell { width: min(100% - 36px, 560px); }.topbar { width: calc(100% - 36px); min-height: 72px; grid-template-columns: 1fr auto; }.topbar::before { inset: 9px -10px; }.menu-toggle { position: relative; display: grid; gap: 5px; width: 40px; height: 40px; place-content: center; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: transparent; cursor: pointer; }.menu-toggle > span:not(.sr-only) { display: block; width: 15px; height: 1px; background: currentColor; transition: transform .2s ease; }.menu-toggle[aria-expanded="true"] > span:first-child { transform: translateY(3px) rotate(45deg); }.menu-toggle[aria-expanded="true"] > span:nth-child(2) { transform: translateY(-3px) rotate(-45deg); }.topbar-cta { display: none; }.site-nav { position: absolute; top: 63px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 8px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,253,249,.97); box-shadow: 0 15px 30px rgba(22,34,53,.12); }.site-nav.is-open { display: flex; }.site-nav a { padding: 14px 12px; border-bottom: 1px solid var(--line); }.site-nav a:last-child { border-bottom: none; }.hero { min-height: auto; padding: 49px 0 42px; }.hero-grid { gap: 35px; min-height: auto; }.hero-copy { padding-bottom: 0; }.hero-lede { font-size: 14px; line-height: 1.8; }.hero-actions { gap: 17px; }.button { min-height: 49px; padding-inline: 17px; }.text-link { padding-block: 13px; }.hero-meta { margin-top: 30px; gap: 13px; }.hero-visual { min-height: 435px; width: calc(100% + 10px); margin-left: -5px; transform: none !important; }.visual-grid { inset: 20px 0 12px; border-radius: 25px; background-size: 31px 31px; }.hero-window { top: 92px; left: 14%; width: 72%; }.floating-user { top: 45px; left: -1px; width: 125px; padding: 11px; }.floating-archive { right: -1px; bottom: 49px; padding: 9px 11px 9px 9px; }.archive-icon { width: 25px; height: 25px; }.floating-archive strong { font-size: 9px; }.floating-archive small { font-size: 8px; }.visual-giant-mark img { width: 130px; height: 130px; }.stamp-top { top: 31px; right: 19px; }.stamp-bottom { bottom: 21px; left: 18px; }.orbit-one { width: 350px; height: 130px; right: -86px; top: 129px; }.orbit-two { width: 390px; height: 160px; right: -95px; top: 93px; }.hero-bottomline { margin-top: 4px; }.ticker-track { min-height: 46px; font-size: 9px; gap: 16px; }
  .manifesto { padding: 90px 18px 84px; }.manifesto-layout { grid-template-columns: 1fr; gap: 36px; margin-top: 36px; }.manifesto h2, .preview h2 { font-size: 47px; }.manifesto-copy p { font-size: 13px; }.manifesto-art { min-height: 275px; }.art-ring-back { inset: 22px 0 23px 20px; }.art-ring-front { inset: 53px 18px 49px 4px; }.art-octo { top: 57px; width: 160px; height: 160px; }.art-octo::before { width: 125px; height: 125px; }.art-octo img { width: 77px; }.art-word { font-size: 61px; }.art-word-top { top: 18px; }.art-word-bottom { bottom: 15px; }.art-label { top: -1px; right: 0; font-size: 7px; }
  .features { padding: 88px 0 96px; }.section-heading { display: block; }.section-heading > div:last-child { margin-top: 34px; }.section-heading h2, .workflow h2, .trust h2, .final-cta h2 { font-size: 46px; }.bento-grid { display: block; margin-top: 40px; }.bento-card { min-height: 330px; margin-bottom: 14px; }.bento-large { min-height: 510px; }.user-stack { right: 8%; width: 76%; min-width: 0; }.bento-card h3 { font-size: 30px; }.workflow { display: block; padding: 88px 18px 96px; }.workflow-note { margin-top: 29px; }.steps { margin-top: 53px; }.step { grid-template-columns: 38px 1fr; gap: 13px; min-height: 190px; padding: 25px 0; }.step-icon { position: absolute; right: 0; top: 22px; width: 98px; height: 74px; }.step-body { padding-right: 6px; }.step h3 { max-width: 62%; font-size: 20px; }.step p { font-size: 11px; }.step-label { font-size: 8px; }.step-icon span { font-size: 9px; }.step-icon-login span { font-size: 15px; }.preview { padding: 89px 18px 78px; }.preview-heading { display: block; }.preview-heading > p { margin-top: 30px; }.preview-stage { margin-top: 42px; padding: 19px 13px 18px; }.preview-frame-bar b { font-size: 5px; }.preview-thumbs { display: flex; gap: 8px; overflow-x: auto; margin-right: -18px; padding-bottom: 4px; }.preview-thumb { flex: 0 0 101px; padding: 11px 10px; }.preview-thumb strong { font-size: 10px; }.trust { padding: 90px 0 70px; }.trust-heading { margin-bottom: 43px; }.trust-grid { display: block; }.trust-card { min-height: 240px; margin-bottom: 12px; }.trust-card h3 { margin-top: 43px; }.permission-strip { display: block; padding: 16px; }.permission-strip p { margin: 14px 0; line-height: 1.8; }.permission-strip a { font-size: 10px; }.final-cta { display: flex; flex-direction: column-reverse; align-items: stretch; gap: 42px; min-height: auto; padding-top: 80px; padding-bottom: 88px; }.final-cta-art { height: 240px; }.final-cta-art::before { width: 340px; height: 160px; }.final-cta-art::after { width: 290px; height: 120px; }.final-cta-content > p { font-size: 13px; }.footer { display: block; padding-top: 32px; }.footer > p { margin: 23px 0; }.footer-links { justify-content: flex-start; gap: 12px 18px; line-height: 1.7; }.footer-bottom { margin-top: 30px; font-size: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }.ticker-track, .art-octo::before { animation: none; }.hero-visual, .hero-window, .floating-user, .floating-archive { transform: none; transition: none; }.button { transition: none; }
}
