:root {
  --paper: #f4f0e7;
  --surface: #fffdf8;
  --ink: #181b19;
  --muted: #656963;
  --toolbar: #202522;
  --line: #d5d0c6;
  --accent: #c77924;
  --accent-dark: #995a18;
  --accent-soft: #f4dfc2;
  --pass: #2f7652;
  --pass-soft: #dcebe2;
  --review: #a96318;
  --review-soft: #f5e4c8;
  --fail: #af493c;
  --fail-soft: #f5ded9;
  --focus: #166c8f;
  --radius-sm: 4px;
  --radius-md: 8px;
  --shadow-lift: 0 12px 32px rgb(24 27 25 / 10%);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Aptos, "Segoe UI", "Helvetica Neue", sans-serif; font-size: 16px; line-height: 1.55; }
body::before { content: ""; position: fixed; inset: 0; z-index: -1; opacity: .13; background-image: linear-gradient(rgb(24 27 25 / 12%) 1px, transparent 1px), linear-gradient(90deg, rgb(24 27 25 / 10%) 1px, transparent 1px); background-size: 48px 48px; pointer-events: none; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
img { max-width: 100%; display: block; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(2.6rem, 5.4vw, 4.65rem); line-height: .99; letter-spacing: -.055em; font-weight: 650; }
h2 { font-size: clamp(2rem, 3.5vw, 3.25rem); line-height: 1.04; letter-spacing: -.045em; font-weight: 650; }
h3 { font-size: 1.3rem; line-height: 1.2; letter-spacing: -.02em; }
.mono, .eyebrow { font-family: "SFMono-Regular", Consolas, monospace; font-size: .75rem; letter-spacing: .075em; text-transform: uppercase; }
.eyebrow { color: var(--accent-dark); font-weight: 700; margin-bottom: 1rem; }
.lead { font-size: clamp(1.08rem, 1.7vw, 1.32rem); line-height: 1.55; color: #454944; max-width: 690px; }
.skip-link { position: fixed; top: 10px; left: 10px; transform: translateY(-160%); z-index: 999; background: var(--surface); padding: .7rem 1rem; }
.skip-link:focus { transform: none; }
.site-header { max-width: 1180px; margin: 0 auto; min-height: 82px; padding: 0 24px; display: grid; grid-template-columns: auto 1fr auto auto; gap: 18px; align-items: center; border-bottom: 1px solid var(--line); }
.wordmark { display: inline-flex; align-items: center; gap: .65rem; width: fit-content; text-decoration: none; font-weight: 750; letter-spacing: -.02em; }
.wordmark span { display: grid; place-items: center; width: 34px; height: 34px; color: var(--paper); background: var(--toolbar); border-radius: 50%; font-family: "SFMono-Regular", Consolas, monospace; font-size: .68rem; letter-spacing: .06em; }
.site-header nav { display: flex; gap: 1.8rem; justify-self: center; }
.site-header nav a { text-decoration: none; font-size: .91rem; }
.site-header nav a:hover, .footer-links a:hover { text-decoration: underline; text-underline-offset: 4px; }
.header-cta { justify-self: end; }
.nav-toggle { display: none; background: none; border: 0; }
.language-switcher { position: relative; z-index: 60; }
.language-switcher summary { min-width: 48px; padding: .45rem .55rem; border: 1px solid var(--line); border-radius: var(--radius-sm); cursor: pointer; list-style: none; text-align: center; font-size: .78rem; font-weight: 750; }
.language-switcher summary::-webkit-details-marker { display: none; }
.language-switcher[open] summary { background: var(--surface); }
.language-switcher > div { position: absolute; right: 0; top: calc(100% + 7px); min-width: 150px; padding: 7px; background: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow-lift); }
.language-switcher > div a { display: block; padding: .55rem .65rem; text-decoration: none; white-space: nowrap; }
.language-switcher > div a:hover, .language-switcher > div a[aria-current="page"] { background: var(--accent-soft); }
.beta-banner { padding: 9px max(24px, calc((100vw - 1132px) / 2)); display: flex; gap: 14px; align-items: center; color: #604015; background: var(--review-soft); border-bottom: 1px solid #d3a66d; font-size: .84rem; }
.beta-banner b { font-family: monospace; text-transform: uppercase; white-space: nowrap; }
.button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; padding: .72rem 1.15rem; border: 1px solid transparent; border-radius: var(--radius-sm); font-weight: 700; text-decoration: none; cursor: pointer; transition: transform .15s ease, background .15s ease; }
.button:hover { transform: translateY(-1px); }
.button:disabled { cursor: not-allowed; opacity: .45; transform: none; }
.button-accent { color: #21170b; background: #e5a04b; border-color: #b66b1d; box-shadow: 3px 3px 0 #4b2c0f; }
.button-accent:hover { background: #efa955; }
.button-dark { color: var(--surface); background: var(--toolbar); border-color: var(--toolbar); }
.button-outline { background: transparent; border-color: var(--ink); }
.text-link { color: var(--ink); text-decoration-thickness: 1px; text-underline-offset: 4px; font-weight: 650; }
.button-link { border: 0; background: none; padding: .6rem; cursor: pointer; }
.actions, .task-actions { display: flex; gap: 1.2rem; align-items: center; flex-wrap: wrap; }
.hero { max-width: 1180px; margin: 0 auto; padding: 78px 24px 68px; display: grid; grid-template-columns: minmax(0, .9fr) minmax(470px, 1.1fr); gap: 70px; align-items: center; }
.hero-copy h1 { max-width: 650px; }
.hero .actions { margin: 2rem 0 1.45rem; }
.trust-line { font-size: .82rem; color: var(--muted); }
.proof-board { background: var(--surface); border: 1px solid #aaa59b; padding: 14px; box-shadow: 10px 12px 0 rgb(32 37 34 / 12%); transform: rotate(1.1deg); }
.board-top { display: flex; justify-content: space-between; align-items: center; padding: 3px 2px 12px; border-bottom: 1px solid var(--line); }
.status { display: inline-flex; align-items: center; gap: .45rem; width: fit-content; border-radius: 99px; padding: .25rem .65rem; font-size: .78rem; font-weight: 700; white-space: nowrap; }
.status-pass { background: var(--pass-soft); color: #175a3a; }
.status-review { background: var(--review-soft); color: #77420d; }
.status-fail { background: var(--fail-soft); color: #7d2a22; }
.frame-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 6px; padding: 12px 0; }
.character-frame { margin: 0; min-width: 0; }
.character-frame > div { height: 245px; position: relative; overflow: hidden; background: #e8e3d9; border: 1px solid var(--line); }
.character-frame figcaption { padding-top: .45rem; font-family: "SFMono-Regular", Consolas, monospace; font-size: .52rem; line-height: 1.2; }
.silhouette::before { content: ""; position: absolute; left: 50%; top: 24px; width: 40px; height: 48px; transform: translateX(-50%); background: #ba6935; border-radius: 47% 51% 42% 45%; box-shadow: 8px 3px 0 #5b321e; }
.silhouette::after { content: ""; position: absolute; left: 50%; top: 70px; width: 66px; height: 140px; transform: translateX(-50%); background: #343a37; clip-path: polygon(18% 0, 82% 0, 100% 100%, 0 100%); }
.silhouette i { position: absolute; z-index: 2; left: calc(50% + 20px); top: 82px; width: 7px; height: 7px; border: 2px solid #c1c7c3; border-radius: 50%; }
.pose-1 { transform: rotateY(10deg); }
.pose-2::before { width: 32px; transform: translateX(-42%); }
.pose-3 { transform: rotateY(-10deg); }
.pose-4 i { display: none; }
.annotation { border-top: 1px solid var(--line); padding-top: .7rem; font-size: .72rem; }
.annotation span { margin-right: .6rem; padding: .1rem .35rem; color: var(--surface); background: var(--toolbar); font-family: monospace; }
.proof-rail { max-width: 1180px; margin: 0 auto 120px; padding: 18px 24px; border-block: 1px solid var(--line); display: flex; justify-content: space-between; gap: 18px; font-size: .84rem; font-weight: 700; }
.proof-rail b { color: var(--accent); }
.split { max-width: 1180px; margin: 0 auto; padding: 100px 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 100px; border-top: 1px solid var(--line); }
.split > div:last-child, .split > ul { font-size: 1.13rem; color: #444943; }
.feature-ledger { max-width: 1180px; margin: 0 auto; padding: 0 24px 110px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); }
.feature-ledger article { padding: 26px 30px 10px 0; border-right: 1px solid var(--line); }
.feature-ledger article + article { padding-left: 30px; }
.feature-ledger article:last-child { border-right: 0; }
.feature-ledger article > span { font-family: monospace; color: var(--accent-dark); }
.feature-ledger p { color: var(--muted); }
.section-heading { max-width: 680px; margin-bottom: 48px; }
.workflow { background: var(--toolbar); color: var(--surface); padding: 100px max(24px, calc((100vw - 1132px) / 2)); }
.workflow .eyebrow { color: #e6a85c; }
.workflow ol { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #646b66; }
.workflow li { padding: 26px 26px 10px 0; display: flex; gap: 1rem; border-right: 1px solid #646b66; }
.workflow li + li { padding-left: 24px; }
.workflow li:last-child { border-right: 0; }
.workflow li > b { color: #e6a85c; font-family: monospace; font-size: .75rem; }
.workflow li p { color: #bdc2be; font-size: .92rem; }
.audit-demo { max-width: 1180px; margin: 120px auto; padding: 0 24px; display: grid; grid-template-columns: 1fr 1fr; min-height: 620px; }
.audit-shot { position: relative; display: flex; align-items: end; padding: 24px; color: #e9ece9; background: radial-gradient(circle at 52% 24%, #bc7a4f 0 6%, transparent 6.5%), radial-gradient(ellipse at 52% 33%, #703c27 0 11%, transparent 11.5%), linear-gradient(110deg, transparent 35%, #222825 36% 68%, transparent 69%), #bbc1bb; overflow: hidden; }
.audit-shot::after { content: ""; position: absolute; left: 50%; top: 26%; width: 160px; height: 320px; background: #252b28; transform: translateX(-50%); clip-path: polygon(20% 0, 80% 0, 100% 100%, 0 100%); }
.crop-marks { position: absolute; z-index: 2; inset: 9%; border: 1px solid rgb(255 255 255 / 45%); }
.audit-shot span { position: relative; z-index: 3; }
.audit-report { background: var(--surface); border: 1px solid var(--line); padding: 42px; }
.report-top { display: flex; justify-content: space-between; align-items: start; }
.finding { padding: 16px 0; border-top: 1px solid var(--line); }
.finding p { margin-bottom: 0; color: var(--muted); }
.repair { margin: 18px 0; padding: 18px; background: var(--review-soft); border-left: 4px solid var(--review); }
.repair span { font-family: monospace; font-size: .7rem; }
.audit-report small { color: var(--muted); }
.pricing-preview { max-width: 1180px; margin: 0 auto; padding: 110px 24px; }
.price-grid { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--ink); }
.price-grid article { padding: 38px; background: var(--surface); }
.price-grid article + article { border-left: 1px solid var(--ink); }
.price-grid h3 { font-size: 3.2rem; margin: 1rem 0; }
.price-grid h3 small { font-size: .8rem; color: var(--muted); }
.price-grid ul { min-height: 145px; padding-left: 1.2rem; }
.price-primary { box-shadow: inset 0 6px 0 var(--accent); }
.safety ul { margin: 0; padding-left: 1.2rem; }
.safety li { margin-bottom: .7rem; }
.faq { max-width: 1180px; margin: 0 auto; padding: 110px 24px; display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; border-top: 1px solid var(--line); }
.faq details { border-top: 1px solid var(--line); padding: 20px 0; }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; font-weight: 700; font-size: 1.07rem; }
.faq details p { margin: 1rem 2rem 0 0; color: var(--muted); }
.final-cta { margin: 80px auto 0; padding: 100px max(24px, calc((100vw - 1132px) / 2)); color: var(--surface); background: var(--toolbar); }
.final-cta h2 { max-width: 800px; }
.final-cta p { max-width: 650px; color: #c7cbc8; }
.site-footer { max-width: 1180px; margin: 0 auto; padding: 65px 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.site-footer p { max-width: 520px; margin-top: 1rem; color: var(--muted); }
.footer-links { display: flex; justify-content: end; gap: 1.5rem; flex-wrap: wrap; }
.footer-links a { text-decoration: none; }
.route-hero { max-width: 950px; margin: 0 auto; padding: 115px 24px 100px; text-align: left; }
.route-hero h1 { max-width: 900px; }
.route-hero .actions { margin-top: 2.2rem; }
.route-proof { max-width: 1180px; margin: 0 auto; padding: 75px 24px 120px; border-top: 1px solid var(--ink); }
.route-proof > h2 { max-width: 850px; }
.route-proof .proof-board { margin-top: 55px; transform: none; }
.route-proof .character-frame > div { height: 330px; }
.waitlist { max-width: 1180px; margin: 0 auto 100px; padding: 55px; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; background: var(--accent-soft); border: 1px solid #b66b1d; }
form label { display: grid; gap: .45rem; font-weight: 650; }
input, textarea { width: 100%; padding: .78rem .85rem; color: var(--ink); background: var(--surface); border: 1px solid #8b8e89; border-radius: var(--radius-sm); }
.waitlist form .button { margin-top: 1rem; }
.form-result { margin: .8rem 0 0; min-height: 1.5em; font-size: .9rem; }
.policy { max-width: 760px; margin: 0 auto; padding: 90px 24px 130px; }
.policy h1 { margin: 55px 0; }
.policy h2 { margin-top: 2.7rem; font-size: 1.65rem; letter-spacing: -.025em; }
.policy p, .policy li { color: #464a46; font-size: 1.05rem; }
.policy-meta { font-family: monospace; font-size: .78rem !important; text-transform: uppercase; }
.back-link { text-underline-offset: 4px; }
.policy-note { margin-top: 55px; padding: 20px; background: var(--review-soft); border-left: 4px solid var(--review); }
.policy-translation-note { margin: 28px 0; padding: 16px 18px; background: #e7edf0; border-left: 4px solid var(--focus); }
.policy-translation-note p { margin: .35rem 0 0; }
.not-found { min-height: 100vh; padding: 12vw; display: grid; align-content: center; justify-items: start; }

/* Workspace */
body[data-page="app"] { background: #ece9e1; overflow: hidden; }
body[data-page="app"]::before { display: none; }
body[data-page="app"] .site-header { display: none; }
.workspace { min-height: 100vh; display: grid; grid-template-columns: 248px minmax(0, 1fr) 320px; }
.project-rail { min-height: 100vh; padding: 24px 18px; color: #eef0ee; background: var(--toolbar); display: flex; flex-direction: column; }
.workspace-brand-row { margin: 0 8px 35px; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.wordmark-inverse { color: var(--surface); margin: 0; }
.wordmark-inverse span { background: #e5a04b; color: #21170b; }
.project-rail .language-switcher summary { color: var(--surface); border-color: #505753; }
.project-rail .language-switcher > div { color: var(--ink); }
.private-badge { display: flex; gap: .65rem; align-items: start; margin: 0 4px 28px; padding: 12px; color: #dcebe2; background: rgb(47 118 82 / 17%); border: 1px solid rgb(102 180 137 / 32%); border-radius: var(--radius-sm); }
.private-badge > span { color: #66b489; }
.private-badge b, .private-badge small { display: block; }
.private-badge b { font-size: .85rem; }
.private-badge small { color: #aeb6b1; font-size: .72rem; }
.project-rail nav { display: grid; gap: 3px; }
.rail-link { width: 100%; min-height: 44px; padding: 10px 12px; color: #b8bfba; background: transparent; border: 0; border-radius: var(--radius-sm); text-align: left; cursor: pointer; }
.rail-link.active { color: #fff; background: #343b37; box-shadow: inset 3px 0 0 #e5a04b; }
.rail-link:disabled { opacity: .42; cursor: not-allowed; }
.rail-delete, .rail-exit { min-height: 44px; margin-top: auto; padding: 10px 12px; color: #efb4ad; background: transparent; border: 0; text-align: left; cursor: pointer; text-decoration: none; }
.rail-exit { margin-top: 0; color: #b8bfba; }
.workspace-main { min-width: 0; height: 100vh; overflow: auto; }
.workspace-header { min-height: 92px; padding: 20px 30px; display: flex; align-items: center; justify-content: space-between; background: var(--surface); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 10; }
.workspace-header p { margin: 0 0 .15rem; color: var(--muted); }
.workspace-header h1 { margin: 0; font-size: 1.6rem; letter-spacing: -.03em; }
.workspace-stage { padding: 34px; }
.task-card { max-width: 760px; margin: 35px auto; padding: 42px; background: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow-lift); }
.task-card h2 { font-size: 2.25rem; }
.task-card > p:not(.eyebrow) { color: var(--muted); }
.recover-form { margin-top: 1.5rem; display: grid; grid-template-columns: 1fr auto; gap: .8rem; align-items: end; }
.privacy-inline { margin: 2.4rem 0 0; padding-top: 1.2rem; border-top: 1px solid var(--line); font-size: .85rem; }
.recovery-card { border-top: 6px solid var(--accent); }
.recovery-key { margin: 1.3rem 0; padding: 16px; display: flex; gap: 10px; justify-content: space-between; align-items: center; background: #ece9e1; border: 1px dashed #7a7d78; overflow-wrap: anywhere; font-family: monospace; }
.recovery-key button { flex: 0 0 auto; }
.consent-list { display: grid; gap: .8rem; margin: 1.4rem 0; }
.check-row { grid-template-columns: 22px 1fr; align-items: start; gap: .75rem; font-weight: 500; }
.check-row input { width: 19px; height: 19px; margin-top: 3px; accent-color: var(--accent); }
.form-stack { display: grid; gap: 1.1rem; }
.source-drop { margin: 1.3rem 0; padding: 28px; text-align: center; border: 1px dashed #777b76; background: #f8f5ee; }
.source-drop input { border: 0; padding: 0; background: transparent; }
.source-preview { margin-top: 20px; display: grid; grid-template-columns: minmax(180px, 260px) 1fr; gap: 24px; align-items: start; }
.source-preview img { width: 100%; aspect-ratio: 1; object-fit: contain; background: #dedbd3; border: 1px solid var(--line); }
.quality-list { margin: 0; padding-left: 1.15rem; color: var(--muted); }
.quality-list li { margin-bottom: .5rem; }
.inline-error { padding: 12px 14px; color: #792c23; background: var(--fail-soft); border-left: 4px solid var(--fail); }
.inline-info { padding: 12px 14px; color: #5f380d; background: var(--review-soft); border-left: 4px solid var(--review); }
.loading-row { display: flex; gap: .8rem; align-items: center; }
.spinner { width: 20px; height: 20px; border: 2px solid var(--line); border-top-color: var(--accent); border-radius: 50%; animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.canon-layout { display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: 24px; }
.canon-fields { display: grid; gap: 14px; }
.canon-fields textarea { min-height: 84px; resize: vertical; }
.canon-side { padding: 18px; background: #eeeae2; border: 1px solid var(--line); align-self: start; position: sticky; top: 120px; }
.canon-side p { color: var(--muted); font-size: .86rem; }
.locked-canon { margin: 0 0 28px; }
.locked-canon div { padding: 14px 0; display: grid; grid-template-columns: 180px 1fr; gap: 18px; border-top: 1px solid var(--line); }
.locked-canon div:last-child { border-bottom: 1px solid var(--line); }
.locked-canon dt { color: var(--muted); font-weight: 650; }
.locked-canon dd { margin: 0; }
.stage-toolbar { margin-bottom: 24px; display: flex; justify-content: space-between; gap: 16px; align-items: start; }
.stage-toolbar h2 { margin: 0; font-size: 2rem; }
.panel-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.panel-card { min-height: 260px; position: relative; background: var(--surface); border: 1px solid var(--line); display: flex; flex-direction: column; }
.panel-card img { width: 100%; aspect-ratio: 1; object-fit: cover; background: #dad7cf; }
.panel-card-body { padding: 14px; display: grid; gap: 8px; }
.panel-card h3 { margin: 0; font-family: monospace; font-size: .75rem; text-transform: uppercase; }
.panel-card-placeholder { flex: 1; min-height: 185px; display: grid; place-items: center; padding: 20px; color: var(--muted); background: #e8e4dc; text-align: center; }
.panel-card .button { min-height: 40px; padding: .45rem .7rem; font-size: .82rem; }
.audit-form { display: grid; gap: 1.2rem; }
.audit-result { margin-top: 24px; display: grid; gap: 14px; }
.audit-verdict { padding: 22px; background: var(--surface); border: 1px solid var(--line); }
.audit-verdict.pass { border-top: 6px solid var(--pass); }
.audit-verdict.review { border-top: 6px solid var(--review); }
.audit-verdict.fail { border-top: 6px solid var(--fail); }
.audit-finding { padding: 16px; background: var(--surface); border-left: 4px solid var(--line); }
.audit-finding.blocker, .audit-finding.major { border-left-color: var(--fail); }
.audit-finding.minor { border-left-color: var(--review); }
.audit-finding p { margin: .35rem 0; }
.audit-finding small { color: var(--muted); }
.inspector { min-height: 100vh; padding: 26px 22px; background: #e4e0d8; border-left: 1px solid #cac5bb; }
.inspector dl { margin: 30px 0; }
.inspector dl div { padding: 14px 0; display: flex; justify-content: space-between; gap: 12px; border-top: 1px solid #c7c2b8; }
.inspector dt { color: var(--muted); }
.inspector dd { margin: 0; text-align: right; font-weight: 700; }
.inspector-note { padding: 15px; background: var(--review-soft); border-left: 3px solid var(--review); }
.inspector-note p { margin: .3rem 0 0; font-size: .82rem; color: #69451e; }
.toast-region { position: fixed; right: 22px; bottom: 22px; z-index: 100; display: grid; gap: 8px; }
.toast { max-width: 360px; padding: 13px 16px; color: #fff; background: var(--toolbar); box-shadow: var(--shadow-lift); border-radius: var(--radius-sm); }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto auto; }
  .site-header nav { display: none; position: absolute; z-index: 50; right: 24px; top: 70px; padding: 18px; background: var(--surface); box-shadow: var(--shadow-lift); flex-direction: column; }
  .site-header nav.open { display: flex; }
  .header-cta { display: none; }
  .nav-toggle { display: block; justify-self: end; }
  .hero { grid-template-columns: 1fr; }
  .proof-board { max-width: 720px; }
  .workflow ol { grid-template-columns: 1fr 1fr; }
  .workflow li:nth-child(2) { border-right: 0; }
  .workspace { grid-template-columns: 210px minmax(0, 1fr); }
  .inspector { display: none; }
}

@media (max-width: 720px) {
  h1 { font-size: clamp(2.5rem, 13vw, 3.65rem); }
  h2 { font-size: 2.2rem; }
  .site-header { min-height: 68px; }
  .beta-banner { align-items: flex-start; flex-direction: column; gap: 3px; }
  .hero, .route-hero { padding-top: 65px; }
  .hero { gap: 35px; }
  .proof-board { overflow-x: auto; transform: none; box-shadow: 5px 6px 0 rgb(32 37 34 / 12%); }
  .frame-grid { min-width: 510px; }
  .character-frame > div, .route-proof .character-frame > div { height: 220px; }
  .proof-rail { margin-bottom: 70px; overflow-x: auto; justify-content: start; white-space: nowrap; }
  .split, .faq, .audit-demo, .site-footer, .waitlist { grid-template-columns: 1fr; gap: 35px; }
  .split { padding-block: 70px; }
  .feature-ledger { grid-template-columns: 1fr; }
  .feature-ledger article, .feature-ledger article + article { padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .workflow { padding-block: 70px; }
  .workflow ol { grid-template-columns: 1fr; }
  .workflow li, .workflow li + li { padding: 22px 0; border-right: 0; border-bottom: 1px solid #646b66; }
  .audit-demo { margin-block: 70px; }
  .audit-shot { min-height: 420px; }
  .audit-report { padding: 28px 22px; }
  .price-grid { grid-template-columns: 1fr; }
  .price-grid article + article { border-left: 0; border-top: 1px solid var(--ink); }
  .site-footer { padding-block: 50px; }
  .footer-links { justify-content: start; }
  .waitlist { margin-inline: 16px; padding: 28px 22px; }
  body[data-page="app"] { overflow: auto; }
  .workspace { min-height: 100vh; display: block; padding-bottom: 70px; }
  .project-rail { min-height: auto; padding: 12px 14px; position: sticky; top: 0; z-index: 20; display: grid; grid-template-columns: 1fr auto; align-items: center; }
  .workspace-brand-row { margin: 0; }
  .project-rail .private-badge, .project-rail nav, .rail-delete, .rail-exit { display: none !important; }
  .workspace-main { height: auto; overflow: visible; }
  .workspace-header { top: 58px; min-height: 75px; padding: 14px 17px; }
  .workspace-header h1 { font-size: 1.15rem; }
  .workspace-stage { padding: 17px; }
  .task-card { margin: 10px auto; padding: 24px 19px; }
  .task-card h2 { font-size: 1.9rem; }
  .recover-form, .source-preview, .canon-layout { grid-template-columns: 1fr; }
  .canon-side { position: static; }
  .locked-canon div { grid-template-columns: 1fr; gap: 4px; }
  .panel-grid { grid-template-columns: 1fr 1fr; }
  .stage-toolbar { display: grid; }
  .mobile-stage-nav { position: fixed; z-index: 30; left: 0; right: 0; bottom: 0; min-height: 64px; display: flex; background: var(--toolbar); }
  .mobile-stage-nav button { flex: 1; color: #ccc; background: transparent; border: 0; font-size: .7rem; }
  .mobile-stage-nav button.active { color: #fff; box-shadow: inset 0 3px 0 var(--accent); }
}

@media (max-width: 430px) {
  .panel-grid { grid-template-columns: 1fr; }
  .actions, .task-actions { align-items: stretch; flex-direction: column; }
  .actions .button, .task-actions .button { width: 100%; }
  .report-top { gap: 12px; }
}

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