/* GENERATED by tools/build-home-css.mjs - do not edit.
   Sources, in cascade order: lexforge-site.css, marketing-v2.css, home-redesign.css, home-assembly.css
   Edit the source sheet, then re-run the generator. */

/* ---------- lexforge-site.css ---------- */
/* ── self-hosted type (SIL Open Font License; see assets/fonts/LICENSES.md). Latin subsets, swap, preloaded hero faces. ── */
@font-face{font-family:"Newsreader";font-style:normal;font-weight:300 600;font-display:swap;src:url("assets/fonts/newsreader-roman.woff2") format("woff2");unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:"Newsreader";font-style:italic;font-weight:300 600;font-display:swap;src:url("assets/fonts/newsreader-italic.woff2") format("woff2");unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:"IBM Plex Sans";font-style:normal;font-weight:300 600;font-display:swap;src:url("assets/fonts/ibm-plex-sans.woff2") format("woff2");unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:"IBM Plex Mono";font-style:normal;font-weight:400;font-display:swap;src:url("assets/fonts/ibm-plex-mono-400.woff2") format("woff2");unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:"IBM Plex Mono";font-style:normal;font-weight:500;font-display:swap;src:url("assets/fonts/ibm-plex-mono-500.woff2") format("woff2");unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
/* Fallback faces sized to the web fonts so the swap does not reflow the page (widths measured in Chromium, vertical metrics from the font tables). */
@font-face{font-family:"Newsreader Fallback";font-style:normal;src:local("Georgia");size-adjust:96%;ascent-override:76.6%;descent-override:27.6%;line-gap-override:0%;}
@font-face{font-family:"Newsreader Fallback";font-style:italic;font-weight:100 350;src:local("Georgia Italic"),local("Georgia-Italic");size-adjust:81%;ascent-override:90.7%;descent-override:32.7%;line-gap-override:0%;}
@font-face{font-family:"Newsreader Fallback";font-style:italic;font-weight:351 900;src:local("Georgia Italic"),local("Georgia-Italic");size-adjust:85%;ascent-override:86.5%;descent-override:31.2%;line-gap-override:0%;}
@font-face{font-family:"IBM Plex Sans Fallback";font-weight:100 450;src:local("Arial"),local("ArialMT");size-adjust:101%;ascent-override:101.5%;descent-override:27.2%;line-gap-override:0%;}
@font-face{font-family:"IBM Plex Sans Fallback";font-weight:500;src:local("Arial"),local("ArialMT");size-adjust:103.9%;ascent-override:98.7%;descent-override:26.5%;line-gap-override:0%;}
@font-face{font-family:"IBM Plex Sans Fallback";font-weight:600 900;src:local("Arial Bold"),local("Arial-BoldMT");size-adjust:97.4%;ascent-override:105.2%;descent-override:28.2%;line-gap-override:0%;}

/* ════════════════════════════════════════════════════════════════
   LexForge — public marketing site stylesheet.
   Aligned to the locked console design language (console.css, v3):
   warm paper system · oxblood primary · gold accent ·
   Newsreader / IBM Plex Sans / IBM Plex Mono ·
   v3 geometry — soft corners + calm blurred shadows.
   Single shared stylesheet for every public page. No inline styles.
   ════════════════════════════════════════════════════════════════ */

/* The hidden attribute must win over component display rules. `.btn` below sets
   display, and an author rule always beats the browser's user-agent [hidden] rule,
   so without this a button carrying hidden would still render. */
[hidden]{display:none !important;}

:root{
  /* surfaces — mirror workspace.css */
  --bg:#f3ede0; --bg-2:#ebe4d3; --bg-3:#e3dac6;
  --panel:#fbf7ee; --panel-2:#f0e7d0;
  --ink:#171410; --ink-2:#3a342b; --muted:#6a6256; --muted-strong:#574f43;
  --line:rgba(42,36,29,.16); --line-2:rgba(42,36,29,.26); --rule:#2a241d;
  /* brand */
  --ox:#6e1f23; --ox-2:#8a2c30; --ox-on-dark:#d45c63;
  --gold:#d6a85b; --gold-ink:#8a6a2a;
  --green:#3d6f46; --green-bg:#e7efdf; --amber:#8a6a2a; --amber-bg:#efe2c7;
  /* type */
  --serif:'Newsreader','Newsreader Fallback',Georgia,'Times New Roman',serif;
  --sans:'IBM Plex Sans','IBM Plex Sans Fallback',system-ui,-apple-system,sans-serif;
  --mono:'IBM Plex Mono',ui-monospace,Consolas,monospace;
  /* effects — v3 geometry: softer corners + calm blurred shadows (mirrors console.css) */
  --r-card:10px; --r-ctl:8px; --r-sm:6px; --r-chip:999px;
  --shadow-card:0 14px 34px -20px rgba(23,20,16,.34);
  --shadow-soft:0 8px 22px -14px rgba(23,20,16,.26);
  --shadow-pop:0 18px 40px -22px rgba(23,20,16,.40);
  --ease-out:cubic-bezier(.23,1,.32,1); --ease-in-out:cubic-bezier(.77,0,.175,1); --ease-move:cubic-bezier(.62,0,.2,1);
  --wrap:1200px;
}
*{box-sizing:border-box;}
html,body{margin:0;}
html{scroll-behavior:smooth;}
body{background:var(--bg);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.55;
  -webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto;}*,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-property:opacity,color,background-color,border-color,box-shadow,fill,stroke!important;}}
h1,h2,h3,h4,p{margin:0;}
h1,h2,h3,h4{font-family:var(--serif);font-weight:400;letter-spacing:-.015em;}
button{font:inherit;}
img,svg{display:block;max-width:100%;}
a{color:inherit;text-decoration:none;}
::selection{background:var(--ink);color:var(--bg);}
.skip-link{position:absolute;left:-9999px;top:0;background:var(--ink);color:var(--bg);padding:12px 18px;z-index:200;font-family:var(--mono);font-size:12px;letter-spacing:.08em;}
.skip-link:focus{left:12px;top:12px;}
.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0;}

/* visible focus everywhere */
a:focus-visible,button:focus-visible,input:focus-visible,label:focus-visible{outline:2px solid var(--ox);outline-offset:3px;}

/* ── layout primitives ─────────────────────────────────────────── */
.wrap{max-width:var(--wrap);margin:0 auto;padding:0 56px;}
.wrap-wide{max-width:1280px;}
.eyebrow{font-family:var(--mono);font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--muted);}
.eyebrow b{color:var(--ox);font-weight:500;}
.coming{display:inline-block;margin-left:9px;font-family:var(--mono);font-size:9.5px;letter-spacing:.14em;
  text-transform:uppercase;color:var(--ox);border:1px solid color-mix(in oklab,var(--ox) 38%,transparent);
  background:color-mix(in oklab,var(--ox) 6%,transparent);padding:3px 8px;border-radius:var(--r-chip);vertical-align:middle;}

/* ── navigation ────────────────────────────────────────────────── */
.nav{position:sticky;top:0;z-index:50;background:color-mix(in oklab,var(--bg) 88%,transparent);
  backdrop-filter:blur(10px);border-bottom:1px solid var(--line);}

/* ── buttons ───────────────────────────────────────────────────── */
.btn{display:inline-flex;align-items:center;gap:8px;padding:11px 22px;cursor:pointer;white-space:nowrap;border-radius:var(--r-ctl);
  font-size:14px;font-weight:500;font-family:var(--sans);border:1px solid var(--ox);background:var(--ox);color:#fdf8ee;
  transition:background .15s,border-color .15s,color .15s,transform .14s var(--ease-out);}
.btn:active{transform:scale(.97);}
@media (hover: hover) and (pointer: fine){.btn:hover{background:var(--ink);border-color:var(--ink);}}
.btn.ghost{background:transparent;color:var(--ink);border-color:var(--line-2);}
@media (hover: hover) and (pointer: fine){.btn.ghost:hover{background:var(--ink);color:var(--bg);border-color:var(--ink);}}
.btn.sm{padding:9px 18px;font-size:13.5px;}
.btn.lg{padding:14px 28px;font-size:15px;}
.btn.on-dark.ghost{background:transparent;color:var(--bg);border-color:rgba(243,237,224,.34);}
@media (hover: hover) and (pointer: fine){.btn.on-dark.ghost:hover{background:var(--bg);color:var(--ink);border-color:var(--bg);}}
.arr{font-family:var(--mono);font-size:13px;}
.textlink{display:inline-flex;align-items:center;gap:7px;font-size:14.5px;font-weight:500;color:var(--ox);
  border-bottom:1px solid currentColor;padding-bottom:2px;transition:color .15s,transform .15s var(--ease-out);}
.textlink:active{transform:scale(.97);}
@media (hover: hover) and (pointer: fine){.textlink:hover{color:var(--ink);}}

/* ── section scaffolding ───────────────────────────────────────── */
.sec{padding:72px 0;border-top:1px solid var(--line);}
.sec.flush{border-top:none;}
.sec-grid{display:grid;grid-template-columns:.5fr 1.5fr;gap:48px;align-items:start;}
.sec-label .no{font-family:var(--mono);font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--gold-ink);}
.sec-label .nm{font-family:var(--mono);font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);margin-top:7px;}
.sec h2{font-size:clamp(32px,3.4vw,44px);line-height:1.04;letter-spacing:-.02em;}
.sec h2 em{font-style:italic;color:var(--ox);}
.sec .sub{font-family:var(--serif);font-size:19px;line-height:1.48;color:var(--ink-2);max-width:54ch;margin:20px 0 0;}
.sec .sub b{color:var(--ink);font-weight:500;}

/* ── hero (editorial) ──────────────────────────────────────────── */
.hero{padding:78px 0 30px;}
.hero-grid{display:grid;grid-template-columns:1.18fr .82fr;gap:56px;align-items:start;}
.hero h1{font-size:clamp(46px,5.6vw,82px);line-height:.98;letter-spacing:-.03em;}
.hero h1 em{font-style:italic;color:var(--ox);}
/* rotating hero word: scans, docs and PDFs. Width is set in px by site.js
   so the trailing comma glides as the word swaps. */
.rotator{overflow:visible;transition:width .42s var(--ease-move);}
.rotator .rotator-word{display:inline-block;color:var(--ox);}
@media (prefers-reduced-motion:no-preference){
  .rotator .rotator-word{transition:transform .38s var(--ease-move),opacity .3s ease;}
  .rotator .rotator-word.is-out{transform:translateY(-.5em);opacity:0;}
  .rotator .rotator-word.is-in{animation:rotatorIn .42s var(--ease-move);}
}
@keyframes rotatorIn{from{transform:translateY(.55em);opacity:0;}to{transform:translateY(0);opacity:1;}}
.rotator .rotator-measure{position:absolute;visibility:hidden;white-space:nowrap;pointer-events:none;left:0;top:0;}
.hero-eye{margin-bottom:18px;}
.hero-aside{padding-top:6px;}
.hero-lead{font-family:var(--serif);font-size:20px;line-height:1.5;color:var(--ink-2);max-width:42ch;}
.hero-lead b{color:var(--ink);font-weight:500;}
.hero-acts{display:flex;gap:13px;align-items:center;margin-top:26px;flex-wrap:wrap;}
.hero-note{margin-top:14px;font-family:var(--mono);font-size:10.5px;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);line-height:1.5;max-width:58ch;}
.hero-meta{margin-top:24px;padding-top:16px;border-top:1px solid var(--line);font-family:var(--mono);
  font-size:10.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);display:flex;gap:18px;flex-wrap:wrap;}
.hero-meta b{color:var(--ink);font-weight:500;}
.hero-pills{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px;}
.pill{font-family:var(--mono);font-size:10.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-2);
  border:1px solid var(--line);background:var(--panel);padding:7px 12px;border-radius:var(--r-chip);}

/* explainer frame (home hero) */
.demo-frame{background:var(--panel);border:1px solid var(--line-2);box-shadow:var(--shadow-card);border-radius:var(--r-card);overflow:hidden;}
.demo-chrome{display:flex;align-items:center;justify-content:space-between;padding:11px 18px;background:var(--ink);color:var(--bg);font-family:var(--mono);font-size:10.5px;letter-spacing:.08em;}
.demo-chrome .url{opacity:.7;}
.demo-chrome .live{display:inline-flex;align-items:center;gap:7px;color:var(--gold);letter-spacing:.14em;text-transform:uppercase;}
.demo-chrome .live i{width:6px;height:6px;border-radius:50%;background:var(--gold);box-shadow:0 0 0 3px color-mix(in oklab,var(--gold) 22%,transparent);}
.demo-iframe{display:block;width:100%;aspect-ratio:16/10;border:0;background:var(--bg);}
.demo-body{display:grid;grid-template-columns:1fr 1.04fr;gap:44px;padding:40px 40px;align-items:center;}
.demo-intro .eyebrow{margin-bottom:0;}
.demo-intro h2{font-size:clamp(28px,3vw,38px);line-height:1.04;letter-spacing:-.02em;margin:12px 0 0;}
.demo-intro h2 em{font-style:italic;color:var(--ox);}
.demo-lead{font-family:var(--serif);font-size:17px;line-height:1.5;color:var(--ink-2);margin:18px 0 0;max-width:42ch;}
.demo-lead b{color:var(--ink);font-weight:500;}
@media (max-width:1000px){.demo-body{grid-template-columns:1fr;gap:28px;padding:28px;}}
.trust-strip{border-top:1px solid var(--line);background:var(--bg-2);}
.trust-strip-grid{display:grid;grid-template-columns:repeat(4,1fr);padding-top:18px;padding-bottom:18px;}
.trust-strip-grid a{display:flex;align-items:center;justify-content:center;min-height:52px;padding:12px 14px;border:1px solid var(--line);border-right:none;background:var(--panel);font-family:var(--mono);font-size:10.5px;letter-spacing:.06em;text-transform:uppercase;text-align:center;color:var(--ink-2);line-height:1.35;transition:background .15s,color .15s,transform .15s var(--ease-out);}
.trust-strip-grid a:last-child{border-right:1px solid var(--line);border-radius:0 var(--r-sm) var(--r-sm) 0;}
.trust-strip-grid a:first-child{border-radius:var(--r-sm) 0 0 var(--r-sm);}
.trust-strip-grid a:active{transform:scale(.97);}
@media (hover: hover) and (pointer: fine){.trust-strip-grid a:hover{background:var(--bg);color:var(--ox);}}

/* ── feature cards (3-up) ──────────────────────────────────────── */.feat{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line);}
.fcard{padding:30px 30px 32px;border-right:1px solid var(--line);}
.fcard:last-child{border-right:none;}
.fcard .tag{font-family:var(--mono);font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:var(--ox);}
.fcard h3{font-size:20px;line-height:1.16;margin:13px 0 0;}
.fcard p{font-size:14px;color:var(--ink-2);line-height:1.55;margin:12px 0 0;}

/* ── proof strip (big stats) ───────────────────────────────────── */
.stats{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--rule);border-bottom:1px solid var(--rule);}
.stat{padding:30px 28px 30px 0;border-right:1px solid var(--line);}
.stat:not(:first-child){padding-left:28px;}
.stat:last-child{border-right:none;}
.stat .v{font-family:var(--serif);font-size:38px;color:var(--ox);line-height:1;letter-spacing:-.02em;}
.stat p{font-size:13.5px;color:var(--ink-2);margin-top:10px;line-height:1.5;}
.stat p b{color:var(--ink);font-weight:500;}

/* ── dark band ─────────────────────────────────────────────────── */
.band{background:var(--ink);color:var(--bg);}
.band .wrap{padding-top:76px;padding-bottom:76px;}
.band-grid{display:grid;grid-template-columns:.5fr 1.5fr;gap:48px;align-items:start;}
.band-label .no{font-family:var(--mono);font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--gold);}
.band-label .nm{font-family:var(--mono);font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:rgba(243,237,224,.5);margin-top:7px;}
.band-label .h{font-family:var(--serif);font-size:27px;color:var(--bg);margin-top:14px;line-height:1.1;}
.band-label .h em{font-style:italic;color:var(--gold);}
.band-heading{font-family:var(--serif);font-weight:400;font-size:clamp(32px,3.4vw,44px);line-height:1.04;letter-spacing:-.02em;color:var(--bg);}
.band-heading em{font-style:italic;color:var(--gold);}
.compare{display:grid;grid-template-columns:1fr 1fr;gap:44px;}
.compare h3{font-size:20px;color:var(--bg);margin-bottom:6px;}
.compare .col-good h3{color:var(--gold);}
.clist{list-style:none;margin:8px 0 0;padding:0;}
.clist li{display:grid;grid-template-columns:24px 1fr;gap:8px;padding:12px 0;border-bottom:1px solid rgba(243,237,224,.13);font-size:14.5px;color:rgba(243,237,224,.82);line-height:1.45;}
.clist li:last-child{border-bottom:none;}
.clist .m{font-family:var(--mono);font-size:11px;color:rgba(243,237,224,.4);}
.col-good .clist .m{color:var(--gold);}

/* ── product orientation (two doors) ───────────────────────────── */
.products{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:40px;}
.prod{border:1px solid var(--rule);padding:36px 34px 32px;display:flex;flex-direction:column;min-height:330px;border-radius:var(--r-card);}
.prod.soon{background:var(--ink);color:var(--bg);}
.prod-top{display:flex;align-items:center;justify-content:space-between;gap:14px;}
.prod-kind{font-family:var(--mono);font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);}
.prod.soon .prod-kind{color:rgba(243,237,224,.55);}
.prod-status{font-family:var(--mono);font-size:9px;letter-spacing:.12em;text-transform:uppercase;padding:4px 9px;display:inline-flex;align-items:center;gap:6px;border:1px solid currentColor;border-radius:var(--r-chip);}
.prod-status i{width:5px;height:5px;border-radius:50%;background:currentColor;}
.prod-status.live{color:var(--green);background:var(--green-bg);}
.prod-status.soon{color:var(--gold);}
.prod h3{font-size:32px;margin:22px 0 0;letter-spacing:-.02em;}
.prod.soon h3{color:var(--bg);}
.prod .role{font-family:var(--serif);font-style:italic;font-size:18px;color:var(--ox);margin-top:4px;}
.prod.soon .role{color:var(--gold);}
.prod p{font-size:14.5px;line-height:1.6;color:var(--ink-2);margin:18px 0 0;}
.prod.soon p{color:rgba(243,237,224,.76);}
.prod .pa{margin-top:auto;padding-top:26px;}
.prod-mark{margin-top:26px;}
.prod-mark svg{display:block;height:42px;width:auto;overflow:visible;}
.prod-mark + h3{margin-top:14px;}
.hero-mark{margin-bottom:20px;}
.hero-mark svg{display:block;height:52px;width:auto;overflow:visible;}

/* ── triple column (audience) ──────────────────────────────────── */
.tri{display:grid;grid-template-columns:repeat(3,1fr);gap:36px;margin-top:40px;}
.tri h3{font-size:20px;color:var(--ink);border-top:1px solid var(--rule);padding-top:16px;}
.tri p{font-size:14px;color:var(--ink-2);line-height:1.55;margin-top:12px;}

/* ── about: prose, pull-quote, principle matrix ────────────────── */
.prose{max-width:60ch;}
.prose p{font-family:var(--serif);font-size:18px;line-height:1.56;color:var(--ink-2);}
.prose p + p{margin-top:18px;}
.prose b{color:var(--ink);font-weight:500;}
.pull{font-family:var(--serif);font-style:italic;font-size:24px;line-height:1.34;color:var(--ink);border-left:2px solid var(--ox);padding-left:22px;margin:32px 0 0;max-width:46ch;}
.pull span{display:block;font-style:normal;font-family:var(--mono);font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-top:14px;}
.amx{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--rule);border-left:1px solid var(--line);margin-top:40px;border-radius:0 0 var(--r-sm) var(--r-sm);overflow:hidden;}
.amx .cell{border-right:1px solid var(--line);border-bottom:1px solid var(--line);padding:26px 26px 30px;}
.amx .cell .k{font-family:var(--mono);font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--gold-ink);}
.amx .cell h3{font-size:19px;margin:13px 0 0;line-height:1.16;letter-spacing:-.01em;}
.amx .cell p{font-size:14px;color:var(--ink-2);line-height:1.55;margin:11px 0 0;}
.amx.amx-dark{border-top-color:rgba(243,237,224,.42);border-left-color:rgba(243,237,224,.16);}
.amx.amx-dark .cell{border-right-color:rgba(243,237,224,.16);border-bottom-color:rgba(243,237,224,.16);}
.amx.amx-dark .cell .k{color:var(--gold);}
.amx.amx-dark .cell h3{color:var(--bg);}
.amx.amx-dark .cell p{color:rgba(243,237,224,.78);}
.amx.amx-dark .amx-summary{display:flex;flex-direction:column;justify-content:center;background:rgba(243,237,224,.045);}
.amx.amx-dark .amx-summary p{font-family:var(--serif);font-style:italic;font-size:18px;color:var(--bg);line-height:1.4;}
@media (max-width:880px){.amx{grid-template-columns:1fr 1fr;}}
@media (max-width:560px){.amx{grid-template-columns:1fr;}}

/* ── hero steps (house styles) ─────────────────────────────────── */
.hero-steps{align-self:center;background:var(--panel);border:1px solid var(--line-2);box-shadow:var(--shadow-card);border-radius:var(--r-card);padding:34px 38px 36px;position:relative;overflow:hidden;}
.hero-steps::before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:var(--ox);}
.hero-steps .eyebrow{color:var(--ox);margin:0 0 12px;}
.hero-steps h2{font-size:clamp(30px,3vw,42px);line-height:1.04;letter-spacing:-.02em;margin:0;}
.step-list{list-style:none;margin:26px 0 0;padding:0;border-top:1px solid var(--line);}
.step-list li{display:grid;grid-template-columns:46px minmax(0,1fr);gap:18px;padding:20px 0;border-bottom:1px solid var(--line);}
.step-no{font-family:var(--mono);font-size:11px;letter-spacing:.08em;color:var(--ox);padding-top:4px;}
.step-list h3{font-size:20px;line-height:1.13;margin:0;}
.step-list p{font-size:14px;line-height:1.45;margin:8px 0 0;color:var(--ink-2);}
.journey-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid var(--line);background:var(--bg);margin-bottom:24px;border-radius:var(--r-sm);overflow:hidden;}
.journey-strip span{display:flex;align-items:center;justify-content:center;min-height:46px;padding:9px 8px;border-right:1px solid var(--line);font-family:var(--mono);font-size:9.5px;letter-spacing:.04em;text-transform:uppercase;text-align:center;color:var(--muted-strong);line-height:1.25;}
.journey-strip span:last-child{border-right:none;}

/* ── ledger (dark stats inline) ────────────────────────────────── */
.safety .eyebrow{color:var(--gold);}
.safety h2 em{color:var(--gold);}
.safety p em{font-style:italic;color:var(--bg);}
.ledger{margin-top:26px;padding-top:18px;border-top:1px solid rgba(243,237,224,.16);display:flex;gap:32px;flex-wrap:wrap;}
.led-item{display:flex;flex-direction:column;gap:5px;}
.led-item .v{font-family:var(--serif);font-size:30px;color:var(--gold);line-height:1;}
.led-item .l{font-family:var(--mono);font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:rgba(243,237,224,.6);}
.safety-note{margin:20px 0 0;padding-top:16px;border-top:1px solid rgba(243,237,224,.16);font-size:13px;line-height:1.45;color:rgba(243,237,224,.62);}

/* ── pricing ───────────────────────────────────────────────────── */
.pricing-hero{padding:72px 0 0;}
.pricing-hero .ph-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:end;}
.pricing-hero h1{font-size:clamp(38px,4.4vw,60px);line-height:1.02;letter-spacing:-.025em;margin-top:16px;}
.pricing-hero h1 em{font-style:italic;color:var(--ox);}
.pricing-hero .ph-intro p{font-size:16px;color:var(--ink-2);line-height:1.6;}
.pricing-hero .ph-intro .btn{margin-top:20px;}
.trial-band{display:grid;grid-template-columns:repeat(4,1fr);margin-top:48px;border:1px solid var(--rule);background:var(--panel);border-radius:var(--r-card);overflow:hidden;}
.trial-band > div{padding:22px 24px;border-right:1px solid var(--line);}
.trial-band > div:last-child{border-right:none;}
.trial-band strong{display:block;font-family:var(--serif);font-weight:500;font-size:24px;color:var(--ox);letter-spacing:-.01em;}
.trial-band span{display:block;font-size:13px;color:var(--ink-2);margin-top:8px;line-height:1.45;}
.price-grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:0;border:1px solid var(--line);border-radius:var(--r-card);overflow:hidden;}
.price-card{padding:30px 26px 32px;border-right:1px solid var(--line);display:flex;flex-direction:column;background:var(--panel);position:relative;}
.price-card:last-child{border-right:none;}
.price-card.featured{background:var(--ink);color:var(--bg);box-shadow:var(--shadow-card);}
.plan-badge{position:absolute;top:0;left:0;font-family:var(--mono);font-size:9px;letter-spacing:.14em;text-transform:uppercase;background:var(--gold);color:var(--ink);padding:4px 10px;border-radius:0 0 var(--r-sm) 0;}
.price-card h2{font-size:24px;margin-bottom:8px;margin-top:6px;}
.price-card.featured h2{color:var(--bg);}
.price-card > p{font-size:13.5px;color:var(--ink-2);line-height:1.5;min-height:3.6em;}
.price-card.featured > p{color:rgba(243,237,224,.78);}
.price-amt{font-family:var(--serif);font-size:40px;color:var(--ink);letter-spacing:-.02em;margin-top:18px;line-height:1;}
.price-card.featured .price-amt{color:var(--bg);}
.price-amt span{font-family:var(--sans);font-size:14px;color:var(--muted);font-weight:400;letter-spacing:0;}
.price-card.featured .price-amt span{color:rgba(243,237,224,.6);}
.price-annual{font-family:var(--mono);font-size:11px;color:var(--muted);margin-top:8px;letter-spacing:.03em;}
.price-card.featured .price-annual{color:rgba(243,237,224,.6);}
.price-card ul{list-style:none;margin:22px 0 0;padding:20px 0 0;border-top:1px solid var(--line);display:flex;flex-direction:column;gap:11px;}
.price-card.featured ul{border-top-color:rgba(243,237,224,.16);}
.price-card li{font-size:13.5px;color:var(--ink-2);display:grid;grid-template-columns:16px 1fr;gap:9px;line-height:1.4;}
.price-card.featured li{color:rgba(243,237,224,.82);}
.price-card li::before{content:"§";font-family:var(--serif);color:var(--ox);font-size:13px;line-height:1.2;}
.price-card.featured li::before{color:var(--gold);}
.price-card .btn{margin-top:auto;width:100%;justify-content:center;}
.price-card.featured .btn{background:var(--gold);border-color:var(--gold);color:var(--ink);}
@media (hover: hover) and (pointer: fine){.price-card.featured .btn:hover{background:#e7c887;border-color:#e7c887;}}
@media (min-width:1001px){
  .pack-grid{grid-template-columns:repeat(3,1fr);width:75%;margin-inline:auto;}
}
.pricing-notes{display:grid;grid-template-columns:repeat(3,1fr);gap:36px;margin-top:48px;}
.pricing-notes article h2{font-size:19px;border-top:1px solid var(--rule);padding-top:16px;}
.pricing-notes article p{font-size:14px;color:var(--ink-2);line-height:1.6;margin-top:12px;}
.faq-section{padding-top:56px;padding-bottom:56px;}
.faq-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:22px;}
.faq-head h2{font-size:clamp(28px,3vw,38px);line-height:1.05;}
.faq-list{border:1px solid var(--line);border-top:1px solid var(--rule);background:var(--panel);border-radius:var(--r-card);overflow:hidden;}
.faq-list details{border-bottom:1px solid var(--line);}
.faq-list summary{cursor:pointer;padding:18px 22px;font-family:var(--serif);font-size:19px;color:var(--ink);list-style:none;transition:background .15s,transform .15s var(--ease-out);}
.faq-list summary:active{transform:scale(.98);}
@media (hover: hover) and (pointer: fine){.faq-list summary:hover{background:var(--bg-2);}}
.faq-list summary::-webkit-details-marker{display:none;}
.faq-list summary::after{content:"+";float:right;font-family:var(--mono);font-size:15px;color:var(--ox);margin-left:18px;}
.faq-list details[open] summary::after{content:"-";}
.faq-list p{padding:0 22px 20px;font-size:14.5px;line-height:1.6;color:var(--ink-2);max-width:78ch;}
.contact-line{margin-top:20px;padding-top:18px;border-top:1px solid var(--line);font-size:15px;color:var(--ink-2);}
.contact-line strong{color:var(--ink);}
.contact-line a{color:var(--ox);border-bottom:1px solid color-mix(in oklab,var(--ox) 40%,transparent);}

/* ── pricing: estimator slider ─────────────────────────────────── */
.estimator{margin-top:44px;border:1px solid var(--rule);background:var(--panel);box-shadow:var(--shadow-card);border-radius:var(--r-card);overflow:hidden;}
.est-body{display:grid;grid-template-columns:1.35fr 1fr;}
.est-slider{padding:32px 34px;display:flex;flex-direction:column;justify-content:center;}
.est-slider-top{display:flex;justify-content:space-between;align-items:baseline;gap:16px;margin-bottom:22px;}
.est-cap{font-family:var(--mono);font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);}
.est-pages{font-family:var(--mono);font-size:11px;letter-spacing:.1em;color:var(--muted);}
.est-pages b{font-family:var(--serif);font-size:30px;font-weight:500;color:var(--ink);letter-spacing:-.02em;margin-right:4px;}
.est-slider input[type=range]{-webkit-appearance:none;appearance:none;width:100%;height:3px;background:var(--line-2);outline:none;cursor:pointer;margin:0;accent-color:var(--ox);}
.est-slider input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:var(--ox);border:3px solid var(--panel);box-shadow:0 0 0 1px var(--ox);cursor:pointer;transition:transform .15s var(--ease-out);}
.est-slider input[type=range]::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:var(--ox);border:3px solid var(--panel);box-shadow:0 0 0 1px var(--ox);cursor:pointer;transition:transform .15s var(--ease-out);}
.est-slider input[type=range]:active::-webkit-slider-thumb{transform:scale(1.12);}
.est-slider input[type=range]:active::-moz-range-thumb{transform:scale(1.12);}
@media (hover: hover) and (pointer: fine){
  .est-slider input[type=range]:hover::-webkit-slider-thumb{transform:scale(1.06);}
  .est-slider input[type=range]:hover::-moz-range-thumb{transform:scale(1.06);}
}
.est-slider input[type=range]:focus-visible{outline:2px solid var(--ox);outline-offset:6px;}
.est-scale{display:flex;justify-content:space-between;margin-top:14px;font-family:var(--mono);font-size:10px;letter-spacing:.04em;color:var(--muted);}
.est-result{padding:30px 32px;border-left:1px solid var(--line);background:var(--bg);display:flex;flex-direction:column;}
.er-row{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;}
.er-tag{display:block;font-family:var(--mono);font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--gold-ink);}
.er-name{display:block;font-family:var(--serif);font-size:25px;color:var(--ink);margin-top:7px;letter-spacing:-.01em;}
.er-cost{text-align:right;flex:none;}
.er-amt{display:block;font-family:var(--serif);font-size:30px;color:var(--ox);line-height:1;letter-spacing:-.02em;}
.er-per{font-family:var(--mono);font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);}
.er-detail{font-family:var(--mono);font-size:11px;letter-spacing:.03em;color:var(--ink-2);margin-top:16px;}
.est-result .btn{margin-top:auto;padding-top:18px;}
.est-result > .btn{margin-top:20px;width:100%;justify-content:center;}

/* ── pricing: plan feature list ────────────────────────────────── */
.plan-feat{list-style:none;margin:22px 0 0;padding:18px 0 0;border-top:1px solid var(--line);display:flex;flex-direction:column;gap:0;}
.price-card.featured .plan-feat{border-top-color:rgba(243,237,224,.16);}
.plan-feat li{display:flex;justify-content:space-between;align-items:baseline;gap:14px;padding:11px 0;border-bottom:1px solid var(--line);font-size:13.5px;}
.price-card.featured .plan-feat li{border-bottom-color:rgba(243,237,224,.12);color:inherit;}
.plan-feat li:last-child{border-bottom:none;}
.plan-feat li::before{content:none;}
.plan-feat li.solo{justify-content:flex-start;}
.pf-k{font-family:var(--mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);}
.price-card.featured .pf-k{color:rgba(243,237,224,.55);}
.pf-v{font-weight:500;color:var(--ink);text-align:right;}
.price-card.featured .pf-v{color:var(--bg);}
.plan-feat li.solo .pf-v{text-align:left;}
.pf-v.muted{color:var(--muted);font-weight:400;}
.pf-v em{font-style:italic;font-weight:400;font-family:var(--serif);color:var(--muted);font-size:13px;}
.price-card.featured .pf-v em{color:rgba(243,237,224,.62);}

/* ── security cards / tables ───────────────────────────────────── */
.s-head{display:grid;grid-template-columns:.5fr 1.5fr;gap:48px;align-items:start;margin-bottom:8px;}
.s-head h1{font-size:clamp(34px,3.8vw,52px);line-height:1.04;letter-spacing:-.025em;}
.s-head .sub{font-family:var(--serif);font-size:18px;line-height:1.5;color:var(--ink-2);margin-top:20px;max-width:60ch;}
.sec-cards{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:44px;}
.sec-card{background:var(--panel);border:1px solid var(--line-2);padding:30px 30px 26px;border-radius:var(--r-card);box-shadow:var(--shadow-soft);}
.sec-card h2{font-size:22px;}
.sec-points{list-style:none;margin:18px 0 0;padding:0;}
.sec-points li{display:grid;grid-template-columns:18px 1fr;gap:10px;padding:11px 0;border-bottom:1px solid var(--line);font-size:14px;color:var(--ink-2);line-height:1.5;}
.sec-points li:last-child{border-bottom:none;}
.sec-points .mk{color:var(--ox);font-family:var(--serif);}
.sec-points strong{color:var(--ink);font-weight:600;}
.trust-row{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:24px;}
.trust-item{border:1px solid var(--line);padding:24px 26px;background:var(--bg-2);border-radius:var(--r-card);}
.trust-item h3{font-size:18px;}
.trust-item p{font-size:13.5px;color:var(--ink-2);line-height:1.55;margin-top:10px;}
.block-head{font-size:24px;margin-top:56px;}
.proc-table{width:100%;border-collapse:collapse;margin-top:20px;border:1px solid var(--line-2);background:var(--panel);}
.proc-table th{text-align:left;font-family:var(--mono);font-size:9.5px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted-strong);font-weight:500;padding:13px 18px;border-bottom:1px solid var(--line-2);background:var(--bg);}
.proc-table td{padding:15px 18px;border-bottom:1px solid var(--line);font-size:14px;color:var(--ink-2);vertical-align:top;}
.proc-table tr:last-child td{border-bottom:none;}
.proc-table td:first-child{font-weight:600;color:var(--ink);}
.sec-block p{font-size:14.5px;color:var(--ink-2);line-height:1.6;margin-top:12px;max-width:74ch;}
.sec-block p a{color:var(--ox);border-bottom:1px solid color-mix(in oklab,var(--ox) 40%,transparent);}

/* ── legal document (privacy / terms) ──────────────────────────── */
.legal{padding:64px 0 80px;}
.legal-doc{max-width:760px;}
.legal-doc h1{font-size:clamp(34px,3.6vw,50px);line-height:1.04;letter-spacing:-.02em;margin-top:14px;}
.legal-intro{font-family:var(--serif);font-size:19px;color:var(--ink-2);line-height:1.55;margin-top:18px;padding-bottom:28px;border-bottom:1px solid var(--rule);}
.legal-doc h2{font-size:22px;margin-top:40px;}
.legal-doc h2::before{content:attr(data-no);display:block;font-family:var(--mono);font-size:11px;letter-spacing:.16em;color:var(--gold-ink);margin-bottom:8px;font-weight:400;}
.legal-doc p{font-size:15px;color:var(--ink-2);line-height:1.68;margin-top:14px;}
.legal-doc p a{color:var(--ox);border-bottom:1px solid color-mix(in oklab,var(--ox) 40%,transparent);}
.legal-note{margin-top:40px;padding-top:24px;border-top:1px solid var(--line);font-family:var(--mono);font-size:12.5px!important;letter-spacing:.02em;color:var(--muted)!important;}
/* legal pages on the marketing template: keep the document rhythm the template's margin reset removes */
.marketing-v2 .legal-doc h1{margin-top:14px;}
.marketing-v2 .legal-intro{margin-top:18px;}
.marketing-v2 .legal-doc h2{margin-top:40px;}
.marketing-v2 .legal-doc p{margin-top:14px;}
.marketing-v2 .legal-note{margin-top:40px;}

/* ── CTA band (shared) ─────────────────────────────────────────── */
.cta{background:var(--ink);color:var(--bg);}
.cta .wrap{padding:64px 56px;display:grid;grid-template-columns:1.4fr .6fr;gap:40px;align-items:center;}
.cta .eyebrow{color:var(--gold);}
.cta h2{font-size:clamp(30px,3.2vw,42px);line-height:1.06;color:var(--bg);margin-top:14px;letter-spacing:-.02em;}
.cta h2 em{font-style:italic;color:var(--gold);}
.cta-acts{display:flex;flex-direction:column;gap:12px;align-items:flex-start;}
.cta-acts .btn{justify-content:center;min-width:200px;}
.cta-acts .hint{font-family:var(--mono);font-size:10.5px;letter-spacing:.08em;text-transform:uppercase;color:rgba(243,237,224,.6);}

/* ── FAQ questions are headings for the outline, but look like the summary ── */
summary > h3{display:inline;font:inherit;font-weight:inherit;letter-spacing:inherit;color:inherit;margin:0;}

/* ── cookie consent (site.js) ──────────────────────────────────── */
.cookie-consent{position:fixed;left:50%;bottom:22px;transform:translateX(-50%) translateY(0) scale(1);opacity:1;z-index:95;width:min(720px,calc(100% - 44px));
  background:var(--panel);border:1px solid var(--rule);box-shadow:var(--shadow-pop);border-radius:var(--r-card);display:flex;gap:24px;align-items:center;padding:18px 22px;flex-wrap:wrap;
  transition:opacity .22s var(--ease-out),transform .22s var(--ease-out);}
@starting-style{
  .cookie-consent{opacity:0;transform:translateX(-50%) translateY(14px) scale(.97);}
}
.cookie-consent-copy{flex:1;min-width:240px;}
.cookie-consent-copy h2{font-size:17px;}
.cookie-consent-copy p{font-size:13px;color:var(--ink-2);line-height:1.5;margin-top:6px;}
.cookie-consent-copy a{color:var(--ox);border-bottom:1px solid color-mix(in oklab,var(--ox) 40%,transparent);}
.cookie-consent-actions{display:flex;gap:10px;flex-shrink:0;}
.cookie-button{padding:10px 18px;font-size:13px;font-weight:500;font-family:var(--sans);cursor:pointer;border:1px solid var(--ox);border-radius:var(--r-ctl);transition:background .15s,border-color .15s,transform .15s var(--ease-out);}
.cookie-button:active{transform:scale(.97);}
.cookie-consent .cookie-button-light{background:transparent;color:var(--ink);border-color:var(--line-2);}
@media (hover: hover) and (pointer: fine){.cookie-consent .cookie-button-light:hover{background:var(--bg-3);}}
.cookie-consent .cookie-button-dark{background:var(--ox);color:#fdf8ee;}
@media (hover: hover) and (pointer: fine){.cookie-consent .cookie-button-dark:hover{background:var(--ink);border-color:var(--ink);}}
@media (max-width: 600px){
  .cookie-consent{left:0;right:0;bottom:0;width:100%;max-height:45vh;overflow:auto;transform:none;border-radius:var(--r-card) var(--r-card) 0 0;border-bottom:0;padding:12px 16px 14px;gap:10px;align-items:stretch;}
  @starting-style{.cookie-consent{transform:translateY(14px);}}
  .cookie-consent-copy{min-width:0;}
  .cookie-consent-copy h2{font-size:15px;}
  .cookie-consent-copy p{font-size:12.5px;margin-top:4px;}
  .cookie-consent-actions{width:100%;}
  .cookie-button{flex:1;padding:9px 12px;}
}

/* ── converter flow (input → output) ───────────────────────────── */
.conv{display:grid;grid-template-columns:1fr auto 1fr;gap:22px;align-items:start;margin-top:8px;}
.conv-card{background:#fff;border:1px solid var(--line-2);box-shadow:var(--shadow-card);border-radius:var(--r-card);overflow:hidden;}
.conv-card .lbl{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 16px;background:var(--ink);color:var(--bg);font-family:var(--mono);font-size:10px;letter-spacing:.12em;text-transform:uppercase;}
.conv-card .lbl b{color:var(--gold);font-weight:500;}
.conv-card img{width:100%;height:auto;display:block;}
.conv-arrow{align-self:center;font-family:var(--mono);font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);writing-mode:vertical-rl;text-orientation:mixed;display:flex;align-items:center;gap:8px;}
.conv-arrow::before,.conv-arrow::after{content:"";width:1px;flex:1;background:var(--line-2);min-height:20px;}
.conv-cap{font-family:var(--serif);font-style:italic;font-size:15px;color:var(--ink-2);text-align:center;margin-top:24px;max-width:64ch;margin-left:auto;margin-right:auto;line-height:1.5;}

/* ── numbered steps (vertical) ─────────────────────────────────── */
.steps{margin-top:40px;border-top:1px solid var(--rule);}
.step{display:grid;grid-template-columns:64px 1fr;gap:24px;padding:22px 0;border-bottom:1px solid var(--line);align-items:baseline;}
.step .sn{font-family:var(--serif);font-size:34px;color:var(--ox);line-height:1;letter-spacing:-.02em;}
.step p{font-size:15.5px;color:var(--ink-2);line-height:1.55;}
.step p b{color:var(--ink);font-weight:600;}

/* ── crest / seal (editorial emblem) ───────────────────────────── */
.crest{margin-top:-8px;max-width:188px;}
.crest svg{width:100%;height:auto;display:block;}
.crest .cap{display:flex;flex-direction:column;align-items:flex-start;gap:2px;margin-top:14px;font-family:var(--mono);font-size:9.5px;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);line-height:1.6;}
.crest .cap span{white-space:nowrap;}
.crest .cap b{color:var(--ox);font-weight:500;}

/* ── help / DPIA request form ──────────────────────────────────── */
.help{background:var(--panel);border:1px solid var(--line-2);box-shadow:var(--shadow-card);border-radius:var(--r-card);overflow:hidden;margin-top:56px;display:grid;grid-template-columns:.82fr 1.18fr;}
.help-intro{padding:34px 32px;border-right:1px solid var(--line);}
.help-intro .eyebrow{color:var(--ox);}
.help-intro h2{font-size:25px;margin-top:12px;line-height:1.1;}
.help-intro p{font-size:14px;color:var(--ink-2);line-height:1.6;margin-top:14px;}
.help-intro .alt{margin-top:20px;padding-top:16px;border-top:1px solid var(--line);font-family:var(--mono);font-size:11px;letter-spacing:.04em;color:var(--muted);line-height:1.7;}
.help-intro .alt a{color:var(--ox);border-bottom:1px solid color-mix(in oklab,var(--ox) 40%,transparent);}
.help-form{padding:30px 32px;}
.fields{display:grid;grid-template-columns:1fr 1fr;gap:16px;}
.field{display:flex;flex-direction:column;gap:7px;}
.field.full{grid-column:1 / -1;}
.field label{font-family:var(--mono);font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted-strong);}
.field label .req{color:var(--ox);}
.field input,.field select,.field textarea{font:inherit;font-size:14px;padding:11px 13px;border:1px solid var(--line-2);background:#fff;color:var(--ink);width:100%;border-radius:var(--r-ctl);}
.field input::placeholder,.field textarea::placeholder{color:var(--muted);}
.field textarea{resize:vertical;min-height:92px;line-height:1.5;}
.field select{appearance:none;cursor:pointer;background:#fff url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'><path d='M3 4.5L6 8l3-3.5' fill='none' stroke='%236a6256' stroke-width='1.3'/></svg>") no-repeat right 13px center;padding-right:34px;}
.field input:focus,.field select:focus,.field textarea:focus{outline:2px solid var(--ox);outline-offset:1px;border-color:var(--ox);}
.help-form .actions{display:flex;align-items:center;gap:18px;margin-top:18px;flex-wrap:wrap;}
.opt-tag{font-family:var(--mono);font-size:9px;letter-spacing:.08em;text-transform:none;color:var(--muted);background:var(--bg-2);padding:2px 7px;margin-left:6px;border-radius:var(--r-sm);}
.dropzone{display:flex;flex-direction:column;align-items:center;gap:4px;text-align:center;padding:22px 18px;border:1.5px dashed var(--line-2);border-radius:var(--r-card);background:var(--bg);cursor:pointer;transition:border-color .15s,background .15s,transform .15s var(--ease-out);}
.dropzone.is-over{border-color:var(--ox);background:var(--panel);}
.dropzone:active{transform:scale(.98);}
@media (hover: hover) and (pointer: fine){.dropzone:hover{border-color:var(--ox);background:var(--panel);}}
.dropzone:focus-within{outline:2px solid var(--ox);outline-offset:1px;}
.dropzone input[type=file]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);border:0;}
.dz-ico{font-size:20px;color:var(--ox);line-height:1;}
.dz-main{font-size:14px;font-weight:500;color:var(--ink);}
.dz-sub{font-family:var(--mono);font-size:10px;letter-spacing:.04em;color:var(--muted);}
.file-list{list-style:none;margin:12px 0 0;padding:0;display:flex;flex-direction:column;gap:7px;}
.file-list:empty{margin:0;}
.file-item{display:flex;align-items:center;gap:11px;padding:9px 12px;background:#fff;border:1px solid var(--line);border-radius:var(--r-sm);}
.file-item .fi-ext{font-family:var(--mono);font-size:9px;letter-spacing:.06em;text-transform:uppercase;color:var(--ox);background:var(--bg-2);padding:3px 6px;flex:none;}
.file-item .fi-name{font-size:13px;color:var(--ink);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;}
.file-item .fi-size{font-family:var(--mono);font-size:10px;color:var(--muted);flex:none;}
.file-item .fi-x{flex:none;border:0;background:none;color:var(--muted);cursor:pointer;font-size:15px;line-height:1;padding:2px 4px;transition:color .15s,transform .12s var(--ease-out);}
.file-item .fi-x:active{transform:scale(.9);}
@media (hover: hover) and (pointer: fine){.file-item .fi-x:hover{color:var(--ox);}}
.file-err{margin:10px 0 0;font-family:var(--mono);font-size:11px;letter-spacing:.02em;color:var(--ox);}
.form-note{font-family:var(--mono);font-size:10px;letter-spacing:.04em;color:var(--muted);line-height:1.5;}
.form-ok{display:none;align-items:flex-start;gap:13px;padding:6px 0;}
.form-ok .tick{width:34px;height:34px;flex:none;border-radius:50%;background:var(--green-bg);border:1px solid var(--green);color:var(--green);display:grid;place-items:center;font-size:16px;}
.form-ok h3{font-size:19px;}
.form-ok p{font-size:13.5px;color:var(--ink-2);margin-top:5px;line-height:1.55;}
.help-form.sent .fields,.help-form.sent .actions{display:none;}
.help-form.sent .form-ok{display:flex;}

/* ── responsive ────────────────────────────────────────────────── */
@media (max-width:1000px){
  .wrap{padding-left:32px;padding-right:32px;}
  .band .wrap,.cta .wrap{padding-left:32px;padding-right:32px;}
  .hero-grid,.band-grid,.sec-grid,.s-head,.compare,.tri,.products,.pricing-hero .ph-grid,.cta .wrap{grid-template-columns:1fr;gap:32px;}
  .feat,.stats,.sec-cards,.trust-row,.pricing-notes{grid-template-columns:1fr;}
  .trust-strip-grid{grid-template-columns:1fr 1fr;}
  .trust-strip-grid a:nth-child(2n){border-right:1px solid var(--line);}
  .price-grid{grid-template-columns:1fr 1fr;}
  .est-body{grid-template-columns:1fr;}
  .est-result{border-left:none;border-top:1px solid var(--line);}
  .fcard,.stat{border-right:none;border-bottom:1px solid var(--line);}
  .stat{padding-left:0;}
  .trial-band,.price-grid{grid-template-columns:1fr 1fr;}
  .trial-band > div:nth-child(2),.price-card:nth-child(2n){border-right:none;}
  .trial-band > div,.price-card{border-bottom:1px solid var(--line);}
  .help{grid-template-columns:1fr;}
  .help-intro{border-right:none;border-bottom:1px solid var(--line);}
  .conv{grid-template-columns:1fr;}
  .conv-arrow{writing-mode:horizontal-tb;justify-content:center;}
  .conv-arrow::before,.conv-arrow::after{height:1px;width:auto;min-height:0;min-width:24px;}
}
@media (max-width:640px){
  .wrap,.band .wrap,.cta .wrap{padding-left:22px;padding-right:22px;}
  .trial-band,.price-grid{grid-template-columns:1fr;}
  .trial-band > div,.price-card{border-right:none;}
  .trust-strip-grid,.journey-strip{grid-template-columns:1fr;}
  .trust-strip-grid a{border-right:1px solid var(--line);}
  .journey-strip span{border-right:none;border-bottom:1px solid var(--line);}
  .journey-strip span:last-child{border-bottom:none;}
  .hero-steps{padding:28px 26px 30px;}
  .step-list li{grid-template-columns:1fr;gap:8px;}
  .fields{grid-template-columns:1fr;}
}


/* ── auth pages (login / signup) ───────────────────────────────── */
.auth-body{min-height:100vh;margin:0;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);background:var(--bg);color:var(--ink);font-family:var(--sans);}
.auth-panel{display:flex;flex-direction:column;gap:18px;justify-content:center;padding:48px 56px;max-width:600px;width:100%;margin:0 auto;}
.auth-brand{display:inline-flex;align-items:center;gap:10px;font-family:var(--serif);font-size:23px;color:var(--ink);width:max-content;}
.auth-brand .brand-mark{width:26px;height:26px;border:1.5px solid var(--ox);color:var(--ox);display:grid;place-items:center;font-size:14px;font-style:italic;flex:none;border-radius:var(--r-sm);}
.auth-home-link{font-family:var(--mono);font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted-strong);width:max-content;transition:color .15s,transform .15s var(--ease-out);}
.auth-home-link:active{transform:scale(.97);}
@media (hover: hover) and (pointer: fine){.auth-home-link:hover{color:var(--ox);}}
.auth-panel > div > h1{font-family:var(--serif);font-weight:400;font-size:34px;letter-spacing:-.02em;line-height:1.04;}
.auth-panel > div > p{font-family:var(--serif);font-size:16px;color:var(--ink-2);margin-top:8px;line-height:1.5;}
.custom-auth-card{display:flex;flex-direction:column;gap:14px;background:var(--panel);border:1px solid var(--line-2);box-shadow:var(--shadow-card);border-radius:var(--r-card);padding:26px 26px 28px;}
.custom-auth-card[hidden]{display:none;}
.auth-step-copy{display:flex;flex-direction:column;gap:5px;}
.auth-step-copy strong{font-family:var(--serif);font-weight:500;font-size:18px;color:var(--ink);}
.auth-step-copy span{font-size:13px;color:var(--muted-strong);line-height:1.5;}
.custom-auth-card label{display:flex;flex-direction:column;gap:7px;}
.custom-auth-card label > span{font-family:var(--mono);font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted-strong);}
.custom-auth-card input{font:inherit;font-size:14px;padding:11px 13px;border:1px solid var(--line-2);background:#fff;color:var(--ink);width:100%;border-radius:var(--r-ctl);}
.custom-auth-card input:focus{outline:2px solid var(--ox);outline-offset:1px;border-color:var(--ox);}
.auth-name-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;}
.auth-button-stack{display:flex;flex-direction:column;gap:10px;margin-top:4px;}
.custom-auth-card .button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;font-size:14px;font-weight:500;font-family:var(--sans);cursor:pointer;border:1px solid var(--ox);border-radius:var(--r-ctl);transition:background .15s,border-color .15s,color .15s,transform .14s var(--ease-out);width:100%;}
.custom-auth-card .button:active{transform:scale(.97);}
.button.primary{background:var(--ox);color:#fdf8ee;}
.button.secondary{background:transparent;color:var(--ink);border-color:var(--line-2);}
@media (hover: hover) and (pointer: fine){
  .button.primary:hover{background:var(--ink);border-color:var(--ink);}
  .button.secondary:hover{background:var(--ink);color:var(--bg);border-color:var(--ink);}
}
#clerk-captcha{margin-top:2px;}
.auth-panel .api-message{font-family:var(--mono);font-size:12px;letter-spacing:.02em;color:var(--ox);min-height:1em;}
.auth-disclaimer{font-size:12.5px;color:var(--muted);}
.auth-links{display:flex;gap:8px;align-items:center;font-size:14px;color:var(--ink-2);}
.auth-links a{color:var(--ox);border-bottom:1px solid color-mix(in oklab,var(--ox) 40%,transparent);transition:color .15s;}
@media (hover: hover) and (pointer: fine){.auth-links a:hover{color:var(--ink);}}
.auth-copy{background:var(--ink);color:var(--bg);display:flex;flex-direction:column;justify-content:center;gap:16px;padding:48px 56px;}
.auth-copy h2{font-family:var(--serif);font-weight:400;font-size:clamp(28px,3vw,40px);line-height:1.05;letter-spacing:-.02em;color:var(--bg);}
.auth-copy p{font-family:var(--serif);font-size:18px;line-height:1.5;color:rgba(243,237,224,.8);max-width:36ch;}
@media (max-width:900px){
  .auth-body{grid-template-columns:1fr;}
  .auth-copy{order:-1;padding:32px;}
  .auth-panel{padding:36px 26px;}
  .auth-name-grid{grid-template-columns:1fr;}
}

/* ── mobile navigation: below 1120px the primary nav used to disappear
      entirely; a menu button now opens a slide-down sheet (F2). ──── */
.nav-burger{display:none;width:38px;height:38px;place-items:center;background:transparent;border:1px solid var(--line-2);border-radius:var(--r-ctl);color:var(--ink);cursor:pointer;
  transition:background .14s,border-color .14s,color .14s,transform .14s var(--ease-out);}
.nav-burger svg{width:18px;height:18px;}
@media (hover: hover) and (pointer: fine){.nav-burger:hover{border-color:var(--ox);color:var(--ox);}}
.nav-burger:active{transform:scale(.94);}
.nav-sheet{position:absolute;left:0;right:0;top:100%;z-index:60;background:var(--panel);border-bottom:1px solid var(--line-2);border-radius:0 0 var(--r-card) var(--r-card);box-shadow:var(--shadow-pop);
  transform-origin:top center;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-6px) scale(.98);
  transition:opacity .12s var(--ease-out),transform .12s var(--ease-out),visibility 0s linear .12s;}
.nav-sheet a{display:block;padding:15px 32px;border-top:1px solid var(--line);font-size:15px;color:var(--ink);transition:background .12s,color .12s,transform .12s var(--ease-out);}
.nav-sheet a:active{transform:scale(.97);}
@media (hover: hover) and (pointer: fine){.nav-sheet a:hover{background:var(--bg-2,#ebe4d3);color:var(--ox);}}
.nav{position:relative;}
@media (max-width:1120px){
  .nav-burger{display:grid;}
  body.nav-open .nav-sheet{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0) scale(1);
    transition:opacity .2s var(--ease-out),transform .2s var(--ease-out),visibility 0s;}
}

/* ── home hero: promise and proof read as one unit (F15). ────────── */
.hero2{padding:74px 0 30px;}
.hero2 .wrap{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);gap:56px;align-items:end;}
.hero2 h1{font-family:var(--serif);font-weight:400;font-size:clamp(40px,5.2vw,64px);line-height:1.02;letter-spacing:-.02em;margin:0;}
.hero2 .hero-house-style{display:block;margin-top:.18em;color:var(--ink);}
.hero2 .hero-house-style em{font-style:italic;color:var(--ox);}
.hero2 .lead{margin-top:22px;font-size:17px;line-height:1.6;color:var(--ink-2);max-width:56ch;}
.hero2 .lead b{font-weight:600;color:var(--ink);}
.hero2 .acts{display:flex;align-items:center;gap:18px;margin-top:26px;flex-wrap:wrap;}
.hero-hint{font-family:var(--mono);font-size:10.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);}
.hero2 .proof{display:grid;gap:0;border:1px solid var(--line-2);background:var(--panel);border-radius:var(--r-card);overflow:hidden;box-shadow:var(--shadow-soft);}
.hero2 .proof .p{display:grid;gap:4px;padding:16px 18px;border-bottom:1px solid var(--line);}
.hero2 .proof .p:last-child{border-bottom:none;}
.hero2 .proof .p b{font-family:var(--serif);font-size:22px;font-weight:500;color:var(--ink);line-height:1.1;}
.hero2 .proof .p span{font-size:12.5px;color:var(--muted-strong);line-height:1.45;}
@media (max-width:1000px){
  .hero2 .wrap{grid-template-columns:1fr;gap:34px;align-items:start;}
}

/* ── pricing: per-plan product inclusion + effective page rate (F5). ─ */
.pf-prod{display:flex;align-items:center;gap:8px;margin-top:2px;}
.pf-prod .tick{width:14px;height:14px;flex:none;color:var(--green,#3d6f46);}
.pf-prod .no{color:var(--muted);}
.pf-prod span{font-size:13px;color:var(--ink-2);}
.pc-rate{margin-top:6px;font-family:var(--mono);font-size:10.5px;letter-spacing:.04em;color:var(--muted-strong);}

@media (prefers-reduced-motion:reduce){
  .nav-burger:active,.btn:active,.textlink:active,.cookie-button:active,.faq-list summary:active,
  .trust-strip-grid a:active,.nav-sheet a:active,.dropzone:active,
  .custom-auth-card .button:active,.auth-home-link:active,.file-item .fi-x:active{transform:none;}
}

/* ── reduced transparency / increased contrast: solid nav chrome ── */
@media (prefers-reduced-transparency: reduce){
  .nav{background:var(--bg);backdrop-filter:none;}
}
@media (prefers-contrast: more){
  .nav{background:var(--bg);border-bottom-color:var(--line-2);backdrop-filter:none;}
}

/* ---------- marketing-v2.css ---------- */
/* Paper is the page ground. The ink tokens below are punctuation only — the
   closing CTA and the footer — never the ground. */
:root {
  --mkt-bg: #171410;
  --mkt-ink-hover: #302820;
  --mkt-raised: #211c15;
  --mkt-raised-2: #1d1813;
  --mkt-ink: #ece5d8;
  --mkt-muted: rgba(236, 229, 216, .64);
  --mkt-accent: #c9a86a;
  --mkt-accent-hover: #dbbf8a;
  --mkt-paper: #f5f1e8;
  --mkt-paper-raised: #f0eade;
  --mkt-paper-ink: #26211a;
  --mkt-paper-muted: rgba(38, 33, 26, .68);
  /* Darkened from #8a6d3b, which measured 4.30:1 on paper and 4.05:1 on
     --mkt-paper-raised — both under AA 4.5:1. This holds 4.94 / 4.64. */
  --mkt-paper-accent: #7f6434;
  --mkt-success: #9dbb8f;
  --mkt-border: rgba(236, 229, 216, .14);
  --mkt-paper-border: rgba(38, 33, 26, .14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.marketing-v2 {
  margin: 0;
  min-width: 320px;
  background: var(--mkt-paper);
  color: var(--mkt-paper-ink);
  font-family: "IBM Plex Sans", "IBM Plex Sans Fallback", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

.marketing-v2 h1,
.marketing-v2 h2,
.marketing-v2 h3,
.marketing-v2 p {
  margin-top: 0;
}

.marketing-v2 h1,
.marketing-v2 h2 {
  text-wrap: balance;
}

.marketing-v2 a {
  color: var(--mkt-paper-accent);
  transition: color .15s ease, background-color .15s ease, border-color .15s ease, transform .14s var(--ease-out);
}

.marketing-v2 a:hover {
  color: #6d5429;
}

.marketing-v2 a:active {
  transform: translateY(1px);
}

.marketing-v2 :focus-visible {
  outline: 2px solid var(--mkt-paper-accent);
  outline-offset: 3px;
}

.marketing-v2 button,
.marketing-v2 input {
  font: inherit;
}

.marketing-v2 button {
  color: inherit;
}

.marketing-v2 :where(button:not(:disabled)) {
  transition: transform .14s var(--ease-out);
}

.marketing-v2 button:not(:disabled):active,
.marketing-v2 .mkt-button:active {
  transform: scale(.97);
}

.marketing-v2 .skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 1000;
  padding: 10px 14px;
  border-radius: 3px;
  background: var(--mkt-bg);
  color: var(--mkt-paper);
  transform: translateY(-160%);
}

.marketing-v2 .skip-link:focus {
  transform: none;
}

.mkt-wrap {
  width: min(100% - 96px, 1080px);
  margin-inline: auto;
}

.mkt-eyebrow {
  margin: 0;
  color: var(--mkt-paper-accent);
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.mkt-heading {
  margin: 0;
  font-family: "Newsreader", "Newsreader Fallback", Georgia, serif;
  font-size: clamp(34px, 5vw, 44px);
  font-weight: 400;
  line-height: 1.14;
  letter-spacing: -.005em;
}

.mkt-heading em {
  font-weight: 300;
}

.marketing-v2 .mkt-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 28px;
  border: 1px solid var(--mkt-bg);
  border-radius: 3px;
  background: var(--mkt-bg);
  color: var(--mkt-paper);
  font-size: 14px;
  font-weight: 650;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: color .15s ease, background-color .15s ease, border-color .15s ease, transform .14s var(--ease-out);
}

.marketing-v2 .mkt-button-secondary {
  border-color: rgba(38, 33, 26, .3);
  background: transparent;
  color: var(--mkt-paper-ink);
}

@media (hover: hover) and (pointer: fine) {
  .marketing-v2 .mkt-button:hover {
    border-color: var(--mkt-ink-hover);
    background: var(--mkt-ink-hover);
    color: var(--mkt-paper);
    transform: scale(1.04);
  }

  .marketing-v2 .mkt-button-secondary:hover {
    border-color: rgba(38, 33, 26, .6);
    background: rgba(38, 33, 26, .04);
    color: var(--mkt-paper-ink);
  }
}

.mkt-nav {
  position: sticky;
  top: 0;
  z-index: 30;
  width: 100%;
  border-bottom: 1px solid var(--mkt-paper-border);
  background: rgba(245, 241, 232, .88);
  backdrop-filter: blur(10px);
}

/* Scroll edge effect: the hairline and material only materialise once content
   actually scrolls under the nav. Progressive — browsers without scroll-driven
   animations keep the static bar above. */
@supports (animation-timeline: scroll()) {
  @media (prefers-reduced-motion: no-preference) {
    .mkt-nav {
      border-bottom-color: transparent;
      background: transparent;
      backdrop-filter: none;
      animation: mktNavEdge linear both;
      animation-timeline: scroll();
      animation-range: 0 72px;
    }

    @keyframes mktNavEdge {
      to {
        border-bottom-color: var(--mkt-paper-border);
        background: rgba(245, 241, 232, .88);
        backdrop-filter: blur(10px);
      }
    }
  }
}

.mkt-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 67px;
  padding: 14px 48px;
}

/* Scoped past `.marketing-v2 a`, which otherwise out-ranks a bare `.mkt-brand`
   and painted the wordmark in the link accent. */
.marketing-v2 .mkt-brand,
.marketing-v2 .mkt-brand:hover {
  color: var(--mkt-paper-ink);
}

.mkt-brand {
  font-family: "Newsreader", "Newsreader Fallback", Georgia, serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.mkt-nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
}

.marketing-v2 .mkt-nav-links a,
.marketing-v2 .mkt-signin {
  color: rgba(38, 33, 26, .68);
  font-size: 13.5px;
  text-decoration: none;
}

.marketing-v2 .mkt-nav-links a:hover,
.marketing-v2 .mkt-signin:hover {
  color: var(--mkt-paper-ink);
}

.mkt-nav-links a[aria-current="page"] {
  color: var(--mkt-paper-accent);
}

.mkt-nav-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* Must out-rank .marketing-v2 .mkt-button, which also sets display/sizing. */
.marketing-v2 .mkt-nav-trial,
.marketing-v2 .mkt-nav-demo {
  min-height: 38px;
  padding: 9px 18px;
  font-size: 13.5px;
  white-space: nowrap;
}

.mkt-nav .nav-burger {
  display: none;
  width: 38px;
  height: 38px;
  padding: 9px;
  border: 1px solid var(--mkt-paper-border);
  border-radius: 3px;
  background: transparent;
  cursor: pointer;
}

.mkt-nav .nav-burger svg {
  display: block;
  width: 18px;
  height: 18px;
}

/* ── Ink punctuation ──────────────────────────────────────────────────
   The closing CTA on every marketing page, and the footer, are the only
   dark grounds left on the site. Inside them the palette inverts back:
   gold accent, light copy, gold-filled button. Page sheets keep owning
   these sections' layout — the palette lives here so the four cannot
   drift apart. Note --mkt-paper-accent is 3.30:1 on ink, so eyebrows and
   <em> must come back to --mkt-accent (8.12:1). */
.marketing-v2 :is(.home-final, .pricing-final-cta, .security-cta, .hs-cta) {
  background: var(--mkt-bg);
  color: var(--mkt-ink);
}

.marketing-v2 :is(.home-final, .pricing-final-cta, .security-cta, .hs-cta) :is(.mkt-eyebrow, em) {
  color: var(--mkt-accent);
}

.marketing-v2 :is(.home-final, .pricing-final-cta, .security-cta, .hs-cta) p {
  color: rgba(236, 229, 216, .62);
}

.marketing-v2 :is(.home-final, .pricing-final-cta, .security-cta, .hs-cta) .mkt-button {
  border-color: var(--mkt-accent);
  background: var(--mkt-accent);
  color: var(--mkt-bg);
}

@media (hover: hover) and (pointer: fine) {
  .marketing-v2 :is(.home-final, .pricing-final-cta, .security-cta, .hs-cta) .mkt-button:hover {
    border-color: var(--mkt-accent-hover);
    background: var(--mkt-accent-hover);
    color: var(--mkt-bg);
  }
}

/* The footer keeps the dark ground, so its rgba(236, 229, 216, …) child
   colours below stay as they are. */
.mkt-footer {
  padding: 44px 48px 36px;
  border-top: 1px solid rgba(236, 229, 216, .12);
  background: var(--mkt-bg);
  color: var(--mkt-ink);
}

.mkt-footer .mkt-brand,
.mkt-footer .mkt-brand:hover {
  color: var(--mkt-ink);
}

.mkt-footer-grid {
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  gap: 72px;
  align-items: start;
}

.mkt-footer-brand {
  display: flex;
  max-width: 300px;
  flex-direction: column;
  gap: 8px;
}

.mkt-footer-tagline {
  margin: 0;
  color: rgba(236, 229, 216, .62);
  font-family: "Newsreader", "Newsreader Fallback", Georgia, serif;
  font-size: 13.5px;
  font-style: italic;
}

.mkt-footer-description {
  margin: 0;
  color: rgba(236, 229, 216, .62);
  font-size: 13px;
  line-height: 1.55;
}

.mkt-footer-column {
  display: flex;
  flex-direction: column;
  gap: 9px;
  min-width: 104px;
}

.mkt-footer-column h2 {
  margin: 0 0 3px;
  color: rgba(236, 229, 216, .55);
  font-family: inherit;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.mkt-footer-column a {
  color: rgba(236, 229, 216, .68);
  font-size: 13px;
  text-decoration: none;
}

.mkt-footer-column a:hover {
  color: var(--mkt-ink);
}

/* Scoped past .marketing-v2 p, which zeroed the margin-top and let the
   disclaimer crowd the link columns. */
.marketing-v2 .mkt-footer-bottom {
  margin: 28px 0 0;
  /* .5 measured 4.49:1 on the ink ground — a hair under AA. */
  color: rgba(236, 229, 216, .52);
  font-size: 12.5px;
}

.marketing-v2 .mkt-footer-bottom + .mkt-footer-bottom {
  margin-top: 10px;
}

@keyframes mktFadeUp {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-motion: no-preference) {
  html[data-anim] [data-reveal] {
    transition: opacity .7s var(--ease-out), transform .7s var(--ease-out);
  }

  html[data-anim] [data-reveal]:not([data-revealed]) {
    opacity: 0;
    transform: translateY(24px);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto !important;
  }

  .marketing-v2 [data-reveal],
  .marketing-v2 button,
  .marketing-v2 .mkt-button,
  .marketing-v2 .nav-sheet {
    transform: none !important;
  }

  .marketing-v2 .nav-sheet {
    transition-property: opacity, visibility;
    transition-duration: 200ms, 0s;
    transition-timing-function: var(--ease-out), linear;
  }
}

/* Users who ask for less transparency get a solid bar; users who ask for more
   contrast also get a firmer hairline. Both switch off the scroll edge effect. */
@media (prefers-reduced-transparency: reduce) {
  .mkt-nav {
    border-bottom-color: var(--mkt-paper-border);
    background: var(--mkt-paper);
    backdrop-filter: none;
    animation: none;
  }
}

@media (prefers-contrast: more) {
  .mkt-nav {
    border-bottom-color: rgba(38, 33, 26, .45);
    background: var(--mkt-paper);
    backdrop-filter: none;
    animation: none;
  }
}

@media (max-width: 900px) {
  .mkt-nav-links,
  .marketing-v2 .mkt-nav-demo {
    display: none;
  }

  .mkt-nav .nav-burger {
    display: inline-grid;
    place-items: center;
  }

  .marketing-v2.nav-open {
    overflow: hidden;
  }

  .mkt-nav .nav-sheet {
    position: absolute;
    top: 100%;
    right: 20px;
    left: 20px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 14px;
    border: 1px solid var(--mkt-paper-border);
    border-radius: 4px;
    background: #faf7ef;
    box-shadow: 0 18px 50px rgba(0, 0, 0, .32);
  }

  .mkt-nav .nav-sheet > a {
    padding: 11px 10px;
    color: var(--mkt-paper-ink);
    text-decoration: none;
  }
}

@media (max-width: 760px) {
  .mkt-wrap {
    width: min(100% - 40px, 1080px);
  }

  .mkt-nav-inner {
    min-height: 62px;
    padding: 12px 20px;
  }

  .mkt-nav-actions {
    gap: 10px;
  }

  .mkt-signin {
    font-size: 13px;
  }

  .marketing-v2 .mkt-nav-trial {
    min-height: 36px;
    padding: 8px 12px;
    font-size: 12px;
  }

  .mkt-nav .nav-burger {
    width: 36px;
    height: 36px;
  }

  .mkt-footer {
    padding: 40px 20px 32px;
  }

  .mkt-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px 26px;
  }

  .mkt-footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 520px) {
  .mkt-signin {
    display: none;
  }
}

/* ---------- home-redesign.css ---------- */
.home-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.home-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
  padding: 56px 48px 64px;
  overflow: hidden;
  text-align: center;
  background: radial-gradient(ellipse 70% 55% at 50% 0%, rgba(138, 109, 59, .09), transparent);
}

.home-hero h1 {
  max-width: 960px;
  margin: 0;
  font-family: "Newsreader", "Newsreader Fallback", Georgia, serif;
  font-size: clamp(34px, 7.2vw, 56px);
  font-weight: 400;
  line-height: 1.14;
  letter-spacing: -.01em;
}

.home-hero h1 em {
  font-weight: 300;
}

.home-hero-note {
  margin: -6px 0 0;
  color: rgba(38, 33, 26, .6);
  font-size: 13px;
  letter-spacing: .02em;
}

.home-hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 6px;
}

.home-proof {
  padding: 26px 0 24px;
  display: grid;
  border-top: 1px solid var(--mkt-paper-border);
}

.home-proof-eyebrow {
  margin: 0 32px 22px;
  text-align: center;
}

.home-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  min-width: 0;
  padding: 0 32px;
  text-align: center;
}

.home-step:not(:last-child)::after {
  position: absolute;
  top: 19px;
  left: calc(50% + 19px);
  width: calc(100% - 38px);
  height: 1px;
  background: rgba(138, 109, 59, .34);
  content: "";
}

.home-step-num {
  position: relative;
  z-index: 1;
  display: grid;
  width: 38px;
  height: 38px;
  margin-bottom: 7px;
  place-items: center;
  border: 1px solid rgba(138, 109, 59, .55);
  border-radius: 50%;
  background: var(--mkt-paper);
  color: var(--mkt-paper-accent);
  font-family: "Newsreader", "Newsreader Fallback", Georgia, serif;
  font-size: 19px;
  line-height: 1;
}

/* Gold at 28px on paper is too weak to carry a heading — the numbers keep the gold. */
.home-step strong {
  display: flex;
  min-height: 2.3em;
  align-items: center;
  color: var(--mkt-paper-ink);
  font-family: "Newsreader", "Newsreader Fallback", Georgia, serif;
  font-size: clamp(22px, 2.2vw, 28px);
  font-weight: 400;
  line-height: 1.15;
}

.home-step b {
  margin-top: 2px;
  font-size: 13.5px;
}

.home-step-copy {
  max-width: 34ch;
  color: rgba(38, 33, 26, .68);
  font-size: 13px;
  line-height: 1.45;
}

.home-demo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
  padding: 76px 48px;
  border-top: 1px solid rgba(38, 33, 26, .1);
  background: var(--mkt-paper-raised);
  color: var(--mkt-paper-ink);
}

.home-section-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}

.home-section-heading .mkt-eyebrow {
  color: var(--mkt-paper-accent);
}

.home-trust-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.home-trust-chips a {
  padding: 8px 16px;
  white-space: nowrap;
  border: 1px solid rgba(38, 33, 26, .2);
  border-radius: 99px;
  color: rgba(38, 33, 26, .72);
  font-size: 13px;
  text-decoration: none;
}

.home-trust-chips a:hover {
  border-color: var(--mkt-paper-accent);
  color: var(--mkt-paper-ink);
}

.home-outcome {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  padding: 56px 20px;
  border-top: 1px solid var(--mkt-paper-border);
  text-align: center;
}

.home-outcome .mkt-heading {
  max-width: 760px;
}

.home-outcome p {
  max-width: 68ch;
  margin: 0;
  color: rgba(38, 33, 26, .68);
  font-size: 15px;
  line-height: 1.6;
}

.home-outcome .home-outcome-takeaway {
  color: var(--mkt-paper-ink);
  font-weight: 500;
}

.home-comparison {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 64px;
  padding: 76px 48px;
  border-top: 1px solid var(--mkt-paper-border);
}

.home-comparison-heading {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.home-comparison-lead {
  max-width: 640px;
  margin: 0;
  color: rgba(38, 33, 26, .68);
  font-size: 15px;
  line-height: 1.6;
}

.home-comparison-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border: 1px solid var(--mkt-paper-border);
  border-radius: 4px;
}

.home-comparison-grid > div {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 28px 30px;
  border-right: 1px solid var(--mkt-paper-border);
}

.home-comparison-grid > div:last-child {
  border-right: 0;
  background: rgba(138, 109, 59, .07);
}

.home-comparison-grid h3 {
  margin: 0;
  color: rgba(38, 33, 26, .64);
  font-family: inherit;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.home-comparison-grid > div:last-child h3 {
  color: var(--mkt-paper-accent);
}

.home-comparison-grid p {
  margin: 0;
  color: rgba(38, 33, 26, .68);
  font-size: 14px;
}

.home-comparison-grid > div:last-child p {
  color: rgba(38, 33, 26, .88);
}

.home-sample {
  padding: 76px 48px;
  border-top: 1px solid var(--mkt-paper-border);
}

.home-sample-lead {
  max-width: 640px;
  margin: 4px 0 0;
  color: rgba(38, 33, 26, .68);
  font-size: 15px;
  line-height: 1.6;
}

.home-sample-cards {
  display: grid;
  max-width: 780px;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 36px auto 0;
}

.home-sample-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 28px;
  border: 1px solid var(--mkt-paper-border);
  border-radius: 4px;
  background: #faf7ef;
  color: inherit;
  text-decoration: none;
  transition: border-color .18s ease;
}

.home-sample-card:hover {
  border-color: var(--mkt-paper-accent);
}

.home-sample-card-after {
  background: rgba(138, 109, 59, .07);
}

.home-sample-tag {
  color: rgba(38, 33, 26, .64);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.home-sample-card-after .home-sample-tag {
  color: var(--mkt-paper-accent);
}

.home-sample-card h3 {
  margin: 0;
  color: var(--mkt-paper-accent);
  font-family: "Newsreader", "Newsreader Fallback", Georgia, serif;
  font-size: 21px;
  font-style: italic;
  font-weight: 400;
}

.home-sample-card p {
  margin: 0;
  color: rgba(38, 33, 26, .68);
  font-size: 13.5px;
  line-height: 1.6;
}

.home-sample-file {
  margin-top: 10px;
  color: rgba(38, 33, 26, .55);
  font-size: 12px;
  letter-spacing: .04em;
}

.home-sample-note {
  margin: 24px 0 0;
  color: rgba(38, 33, 26, .55);
  font-size: 12.5px;
  text-align: center;
}

.home-sample-cta {
  margin-top: 26px;
  text-align: center;
}

.home-faq {
  padding: 76px 48px;
  border-top: 1px solid var(--mkt-paper-border);
}

.home-faq-list {
  max-width: 720px;
  margin: 32px auto 0;
}

.home-faq-list details {
  border-bottom: 1px solid var(--mkt-paper-border);
}

.home-faq-list details:first-child {
  border-top: 1px solid var(--mkt-paper-border);
}

.home-faq-list summary {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 4px;
  color: var(--mkt-paper-ink);
  font-size: 15.5px;
  cursor: pointer;
  list-style: none;
}

.home-faq-list summary::-webkit-details-marker {
  display: none;
}

.home-faq-list summary::after {
  content: "+";
  color: var(--mkt-paper-accent);
  font-family: "Newsreader", "Newsreader Fallback", Georgia, serif;
  font-size: 20px;
  line-height: 1;
}

.home-faq-list details[open] summary::after {
  content: "–";
}

.home-faq-answer {
  max-width: 640px;
  margin: 0;
  padding: 0 4px 20px;
  color: rgba(38, 33, 26, .68);
  font-size: 14px;
  line-height: 1.65;
}

.home-faq-answer a {
  color: var(--mkt-paper-accent);
}

.home-documents {
  padding: 76px 48px;
  border-top: 1px solid var(--mkt-paper-border);
}

.home-document-cards {
  display: grid;
  max-width: 1080px;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 36px auto 0;
}

.home-document-cards article {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 28px;
  border: 1px solid var(--mkt-paper-border);
  border-radius: 4px;
  background: #faf7ef;
}

.home-document-cards h3 {
  margin: 0;
  color: var(--mkt-paper-accent);
  font-family: "Newsreader", "Newsreader Fallback", Georgia, serif;
  font-size: 21px;
  font-style: italic;
  font-weight: 400;
}

.home-document-cards p {
  margin: 0;
  color: rgba(38, 33, 26, .68);
  font-size: 13.5px;
  line-height: 1.6;
}

/* Ink punctuation — palette lives in marketing-v2.css alongside the footer. */
.home-final {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
  padding: 84px 48px;
  text-align: center;
}

.home-final .mkt-heading {
  font-size: 44px;
}

.home-final p {
  margin: 0;
  font-size: 13px;
}

.home-final .home-trial-purpose {
  max-width: 60ch;
  font-size: 15px;
  line-height: 1.6;
}

@media (prefers-reduced-motion: no-preference) {
  .home-hero-eyebrow {
    animation: mktFadeUp .55s var(--ease-out) both;
  }

  .home-hero h1 {
    animation: mktFadeUp .55s .06s var(--ease-out) both;
  }

  .home-hero-actions {
    animation: mktFadeUp .55s .12s var(--ease-out) both;
  }

}

@media (max-width: 760px) {
  .home-hero {
    padding: 48px 20px 48px;
  }

  .home-hero-actions {
    flex-wrap: wrap;
  }

  .home-proof {
    padding: 24px 20px 0;
  }

  .home-proof-eyebrow {
    margin: 0 0 4px;
  }

  .home-steps {
    grid-template-columns: 1fr;
  }

  .home-step {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: 5px 16px;
    align-items: start;
    padding: 22px 0;
    border-bottom: 1px solid var(--mkt-paper-border);
    text-align: left;
  }

  .home-step:last-child {
    border-bottom: 0;
  }

  .home-step:not(:last-child)::after {
    display: none;
  }

  .home-step-num {
    grid-row: 1 / span 3;
    margin: 0;
  }

  .home-step strong,
  .home-step b,
  .home-step-copy {
    grid-column: 2;
  }

  .home-sample,
  .home-faq {
    padding: 56px 20px;
  }

  .home-sample-cards {
    grid-template-columns: 1fr;
  }

  .home-step strong {
    min-height: 0;
    justify-content: flex-start;
    font-size: 23px;
  }

  .home-step-copy {
    max-width: none;
  }

  .home-demo,
  .home-documents,
  .home-final {
    padding-right: 20px;
    padding-left: 20px;
  }

  .home-comparison {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 64px 20px;
  }

  .home-comparison-grid,
  .home-document-cards {
    grid-template-columns: 1fr;
  }

  .home-comparison-grid > div {
    border-right: 0;
    border-bottom: 1px solid var(--mkt-paper-border);
  }

  .home-comparison-grid > div:last-child {
    border-bottom: 0;
  }

  .home-final .mkt-heading {
    font-size: 38px;
  }
}

/* GEO pass 2026-09-01: definition paragraph, prose summary, comparison table, sample link. */
.home-hero-lead {
  max-width: 720px;
  margin: 0;
  color: rgba(38, 33, 26, .78);
  font-size: 17px;
  line-height: 1.6;
}


.home-comparison-scroll {
  overflow-x: auto;
}

.home-comparison-table {
  width: 100%;
  min-width: 560px;
  border: 1px solid var(--mkt-paper-border);
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 4px;
  overflow: hidden;
  font-size: 14px;
}

.home-comparison-table th,
.home-comparison-table td {
  padding: 14px 18px;
  border-bottom: 1px solid var(--mkt-paper-border);
  text-align: left;
  vertical-align: top;
}

.home-comparison-table thead th {
  color: rgba(38, 33, 26, .64);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.home-comparison-table thead th:last-child {
  color: var(--mkt-paper-accent);
}

.home-comparison-table tbody th {
  color: var(--mkt-paper-ink);
  font-weight: 500;
  white-space: nowrap;
}

.home-comparison-table td {
  color: rgba(38, 33, 26, .68);
}

.home-comparison-table th:last-child,
.home-comparison-table td:last-child {
  background: rgba(138, 109, 59, .07);
}

.home-comparison-table td:last-child {
  color: rgba(38, 33, 26, .88);
}

.home-comparison-table tr:last-child th,
.home-comparison-table tr:last-child td {
  border-bottom: 0;
}

.home-sample-link {
  margin: 22px 0 0;
  text-align: center;
  font-size: 14px;
}

@media (max-width: 760px) {
  .home-hero-lead {
    font-size: 15.5px;
  }

}

/* sample-page thumbnails inside the download cards (SEO audit B5) */
.home-sample-thumb{display:block;height:220px;margin:12px 0 14px;border:1px solid var(--mkt-paper-border);border-radius:8px;overflow:hidden;background:#fff;}
.home-sample-thumb img{display:block;width:100%;height:100%;object-fit:cover;object-position:top;}

/* link from the comparison section to the full comparison page (SEO audit C2) */
.home-comparison-link { margin: 0; font-size: 14.5px; }
.home-comparison-link a { color: var(--mkt-paper-ink); }

/* ---------- home-assembly.css ---------- */
.lf-asm /* Home assembly demo — scan scraps assemble into a Word-style draft.
   Scoped under .lf-asm; no rules may leak outside the demo card. */
.lf-asm, .lf-asm *, .lf-asm *::before, .lf-asm *::after { box-sizing: border-box; }
.lf-asm {
  --cream: #f3ede0;
  --ink: #171410;
  --muted: #6a6256;
  --gold: #d6a85b;
  --gold-ink: #8a6a2a;
  --mark: #f3dfae;
  --paper: #fff;
  --line: rgba(23,20,16,.13);
  --office-blue: #2b579a;
  --office-blue-soft: #e8f0fb;
  --editor-line: #d8dbe0;
  --editor-canvas: #d9dce1;
  --ease: cubic-bezier(.22,1,.36,1);
  --settle: cubic-bezier(.2,.78,.24,1);
  --serif: "Newsreader", "Times New Roman", Times, serif;
  --sans: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}


.lf-asm.browser {
  width: min(940px, 100%);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(23,20,16,.13);
  border-radius: 6px;
  background: white;
  box-shadow: 0 12px 36px rgba(23,20,16,.12);
}
.lf-asm .chrome {
  display: grid;
  min-height: 43px;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 0 14px;
  border-bottom: 1px solid rgba(23,20,16,.1);
  background: #faf8f3;
}
.lf-asm .dots { display: flex; gap: 6px; }
.lf-asm .dots i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #d8d0c1;
}
.lf-asm .address {
  overflow: hidden;
  color: #766e61;
  font-size: 11px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lf-asm .replay {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 8px;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: var(--muted);
  font-size: 11px;
  cursor: pointer;
}
.lf-asm .replay:hover { background: #eee8da; color: var(--ink); }
.lf-asm .replay:focus-visible { outline: 2px solid var(--gold-ink); outline-offset: 2px; }
.lf-asm .workspace-bar {
  display: grid;
  min-height: 46px;
  grid-template-columns: minmax(0,1fr) auto minmax(0,1fr);
  align-items: center;
  gap: 12px;
  padding: 0 18px;
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.lf-asm .file-name {
  overflow: hidden;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 11px;
  font-weight: 650;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lf-asm .process-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 140px;
  color: var(--gold-ink);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .12em;
  text-align: center;
  text-transform: uppercase;
}
.lf-asm .process-status::before {
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 4px rgba(214,168,91,.17);
  content: "";
}
.lf-asm.demo.complete .process-status {
  color: #4f7550;
}
.lf-asm.demo.complete .process-status::before {
  background: #5d815f;
  box-shadow: 0 0 0 4px rgba(79,117,80,.14);
}
.lf-asm .page-count {
  justify-self: end;
  color: var(--muted);
  font-size: 11px;
  white-space: nowrap;
}
.lf-asm .stage {
  position: relative;
  display: grid;
  min-height: 724px;
  place-items: center;
  overflow: hidden;
  padding: 34px 36px 30px;
  background:
    radial-gradient(circle at 50% -25%, rgba(214,168,91,.16), transparent 48%),
    #ece6d9;
  transition: background-color 1.05s ease;
}
.lf-asm.demo.assembling .stage {
  background-color: #e3e5e8;
  background-image: radial-gradient(circle at 50% -30%, rgba(255,255,255,.7), transparent 50%);
}
.lf-asm .stage::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(23,20,16,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23,20,16,.025) 1px, transparent 1px);
  background-size: 24px 24px;
  content: "";
  mask-image: linear-gradient(to bottom, black, transparent 85%);
  opacity: 1;
  transition: opacity .9s ease;
}
.lf-asm.demo.assembling .stage::before { opacity: 0; }
.lf-asm .doc-shell {
  position: relative;
  width: min(760px, 100%);
  height: 658px;
}
.lf-asm .editor-window {
  position: relative;
  width: 100%;
  height: 100%;
  transform-origin: 50% 48%;
  transition:
    opacity .58s ease,
    filter .58s ease,
    transform .72s var(--ease);
}
.lf-asm .editor-window::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  border: 1px solid rgba(73,79,89,.24);
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(37,43,51,.18), 0 3px 10px rgba(37,43,51,.08);
  content: "";
  filter: blur(9px);
  opacity: 0;
  transform: scale(.972);
  transform-origin: 50% 48%;
  transition:
    opacity .72s ease,
    filter .92s var(--ease),
    transform 1.02s var(--ease);
}
.lf-asm.demo.assembling .editor-window::before {
  filter: blur(0);
  opacity: 1;
  transform: scale(1);
}
.lf-asm.demo.exhaling .editor-window {
  filter: blur(.75px);
  opacity: 0;
  transform: translateY(4px) scale(.988);
}
.lf-asm .editor-ui {
  position: relative;
  z-index: 3;
  filter: blur(7px);
  opacity: 0;
  transform: scale(.98);
  transform-origin: 50% 0;
  transition:
    opacity .62s ease .05s,
    filter .9s var(--ease),
    transform .96s var(--ease);
}
.lf-asm.demo.assembling .editor-ui {
  filter: blur(0);
  opacity: 1;
  transform: scale(1);
}
.lf-asm .editor-titlebar {
  display: grid;
  height: 31px;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid var(--editor-line);
  background: #f7f8fa;
  color: #333842;
  font-size: 10px;
}
.lf-asm .editor-file-title {
  grid-column: 2;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .005em;
  white-space: nowrap;
}
.lf-asm .window-controls {
  display: flex;
  justify-self: end;
  height: 100%;
}
.lf-asm .window-controls i {
  display: grid;
  width: 31px;
  place-items: center;
  color: #777d86;
  font-style: normal;
  font-size: 10px;
}
.lf-asm .ribbon {
  height: 91px;
  border-bottom: 1px solid #cfd3d9;
  background: #fbfbfc;
}
.lf-asm .ribbon-tabs {
  display: flex;
  height: 29px;
  align-items: end;
  gap: 3px;
  padding: 0 12px;
  border-bottom: 1px solid #e6e7ea;
}
.lf-asm .ribbon-tab {
  position: relative;
  height: 28px;
  padding: 8px 10px 6px;
  color: #555b65;
  font-size: 9px;
  white-space: nowrap;
}
.lf-asm .ribbon-tab.selected {
  color: var(--office-blue);
  font-weight: 700;
}
.lf-asm .ribbon-tab.selected::after {
  position: absolute;
  right: 8px;
  bottom: -1px;
  left: 8px;
  height: 2px;
  background: var(--office-blue);
  content: "";
}
.lf-asm .ribbon-content {
  display: flex;
  height: 61px;
  align-items: stretch;
  padding: 5px 10px 4px;
}
.lf-asm .ribbon-tools {
  display: grid;
  width: 110px;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  align-items: center;
  padding-right: 10px;
  border-right: 1px solid #dedfe3;
}
.lf-asm .tool-line {
  display: block;
  height: 4px;
  border-radius: 1px;
  background: #8a9099;
}
.lf-asm .tool-line:nth-child(2n) { width: 76%; }
.lf-asm .tool-letter {
  color: #4f555e;
  font-family: Georgia, serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.lf-asm .styles-group {
  position: relative;
  display: flex;
  min-width: 0;
  flex: 1;
  align-items: center;
  padding: 0 8px 8px 11px;
}
.lf-asm .styles-gallery {
  display: grid;
  width: min(430px, 100%);
  grid-template-columns: repeat(5, minmax(58px,1fr));
  gap: 4px;
}
.lf-asm .style-tile {
  display: grid;
  height: 39px;
  place-items: center;
  overflow: hidden;
  padding: 3px 5px;
  border: 1px solid #d5d8dd;
  border-radius: 2px;
  background: #fff;
  color: #20242b;
  transition:
    border-color .2s ease,
    background-color .2s ease,
    box-shadow .2s ease,
    transform .2s ease;
}
.lf-asm .style-tile.active {
  border-color: var(--office-blue);
  background: var(--office-blue-soft);
  box-shadow: inset 0 0 0 1px rgba(43,87,154,.15);
}
.lf-asm .style-tile.pulse {
  animation: gallery-pulse .68s var(--ease) both;
}
.lf-asm .style-preview {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lf-asm .style-tile[data-style="Title"] .style-preview {
  font-family: var(--serif);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .035em;
  text-align: center;
}
.lf-asm .style-tile[data-style="Heading 1"] .style-preview {
  font-family: var(--serif);
  font-size: 12px;
  font-weight: 600;
}
.lf-asm .style-tile[data-style="Definition 1"] .style-preview {
  font-family: var(--serif);
  font-size: 10.5px;
  font-weight: 600;
}
.lf-asm .style-tile[data-style="Body 1"] .style-preview {
  font-family: var(--serif);
  font-size: 11px;
}
.lf-asm .style-tile[data-style="Footnote"] .style-preview {
  font-family: var(--serif);
  font-size: 8px;
}
.lf-asm .styles-caption {
  position: absolute;
  right: 11px;
  bottom: -1px;
  left: 11px;
  color: #777d86;
  font-size: 7px;
  letter-spacing: .08em;
  text-align: center;
  text-transform: uppercase;
}
.lf-asm .ruler {
  position: relative;
  height: 25px;
  border-bottom: 1px solid #c9cdd3;
  background: #f4f5f7;
}
.lf-asm .ruler-track {
  position: absolute;
  top: 5px;
  right: 116px;
  left: 116px;
  height: 14px;
  border: 1px solid #d3d6db;
  background:
    repeating-linear-gradient(90deg, #7f858e 0 1px, transparent 1px 25px),
    repeating-linear-gradient(90deg, transparent 0 12px, rgba(127,133,142,.55) 12px 13px, transparent 13px 25px),
    #fff;
  background-position: 0 8px, 0 11px, 0 0;
  background-size: 25px 5px, 25px 3px, auto;
}
.lf-asm .ruler-track::before, .lf-asm .ruler-track::after {
  position: absolute;
  top: -3px;
  width: 0;
  height: 0;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 5px solid var(--office-blue);
  content: "";
}
.lf-asm .ruler-track::before { left: 12px; }
.lf-asm .ruler-track::after { right: 12px; }
.lf-asm .editor-canvas {
  position: relative;
  height: 484px;
  overflow: hidden;
}
.lf-asm .editor-canvas::before {
  position: absolute;
  inset: 0;
  background: var(--editor-canvas);
  content: "";
  filter: blur(7px);
  opacity: 0;
  transform: scale(.984);
  transition:
    opacity .72s ease,
    filter .9s var(--ease),
    transform 1s var(--ease);
}
.lf-asm.demo.assembling .editor-canvas::before {
  filter: blur(0);
  opacity: 1;
  transform: scale(1);
}
.lf-asm .editor-statusbar {
  display: grid;
  height: 27px;
  grid-template-columns: minmax(0,1fr) auto minmax(0,1fr);
  align-items: center;
  padding: 0 11px;
  border-top: 1px solid #c9cdd3;
  background: #f6f7f8;
  color: #545a64;
  font-size: 8px;
  white-space: nowrap;
}
.lf-asm .editor-page-status {
  overflow: hidden;
  text-overflow: ellipsis;
}
.lf-asm .editor-flow {
  padding: 0 12px;
  color: var(--office-blue);
  font-weight: 600;
}
.lf-asm .editor-zoom {
  justify-self: end;
  font-variant-numeric: tabular-nums;
}
.lf-asm .paper {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 50%;
  width: 508px;
  height: 456px;
  overflow: hidden;
  border: 1px solid rgba(23,20,16,.14);
  border-radius: 1px;
  background: var(--paper);
  box-shadow: 0 18px 34px rgba(23,20,16,.16), 0 2px 5px rgba(23,20,16,.08);
  opacity: 1;
  transform: translateX(-50%) rotate(-1.15deg) translateY(4px);
  transform-origin: 50% 42%;
  transition:
    opacity .58s ease,
    filter .58s ease,
    transform 1.05s var(--ease),
    background-color .8s ease,
    box-shadow .8s ease;
}
.lf-asm.demo.assembling .paper {
  background: #fff;
  box-shadow: 0 7px 22px rgba(39,44,53,.20), 0 1px 3px rgba(39,44,53,.16);
  transform: translateX(-50%);
}
.lf-asm .patina {
  position: absolute;
  z-index: 0;
  inset: 0;
  background:
    radial-gradient(ellipse 17% 10% at 88% 13%, rgba(121,83,38,.20), transparent 70%),
    radial-gradient(ellipse 22% 13% at 13% 81%, rgba(121,83,38,.15), transparent 72%),
    radial-gradient(circle at 70% 59%, rgba(83,60,31,.09) 0 1px, transparent 2px),
    repeating-linear-gradient(3deg, rgba(38,31,23,.055) 0 1px, transparent 1px 7px),
    #e8dfcd;
  opacity: .9;
  transition: opacity 1.1s ease .12s;
}
.lf-asm.demo.assembling .patina { opacity: 0; }
.lf-asm .patina::after {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(23,20,16,.28) .45px, transparent .7px);
  background-size: 4px 4px;
  content: "";
  mix-blend-mode: multiply;
  opacity: .3;
}
.lf-asm .page-inner {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 47px 60px 33px 69px;
}
.lf-asm .page-meta {
  position: absolute;
  top: 20px;
  left: 27px;
  color: rgba(23,20,16,.45);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 7px;
  letter-spacing: .11em;
  text-transform: uppercase;
  transition: opacity .55s ease;
}
.lf-asm.demo.assembling .page-meta { opacity: 0; }
.lf-asm .piece {
  position: relative;
  z-index: 2;
  color: rgba(25,23,19,.78);
  font-family: "Courier New", Courier, monospace;
  text-shadow: .5px 0 rgba(23,20,16,.36), -.5px .4px rgba(23,20,16,.2);
  filter: blur(.16px);
  transform: translate(var(--x), var(--y)) rotate(var(--r)) scale(var(--s));
  transform-origin: 12% 50%;
  transition:
    color .38s ease,
    filter .38s ease,
    text-shadow .38s ease,
    font-size .58s var(--ease),
    letter-spacing .58s var(--ease);
  will-change: transform;
}
.lf-asm .piece::before {
  position: absolute;
  z-index: -1;
  inset: -7px -11px -6px -10px;
  clip-path: var(--tear);
  background:
    radial-gradient(circle at 14% 22%, rgba(255,255,255,.32), transparent 34%),
    repeating-linear-gradient(2deg, rgba(50,39,26,.035) 0 1px, transparent 1px 6px),
    #e5dac4;
  box-shadow:
    0 8px 13px rgba(23,20,16,.18),
    0 2px 3px rgba(23,20,16,.13);
  content: "";
  opacity: .98;
  transform: rotate(var(--chip-r)) scale(var(--chip-s));
  transform-origin: 18% 50%;
}
.lf-asm .piece::after {
  position: absolute;
  top: 50%;
  right: -53px;
  z-index: 4;
  padding: 5px 7px 4px;
  border: 1px solid rgba(43,87,154,.28);
  border-radius: 3px;
  background: #f8fbff;
  box-shadow: 0 2px 7px rgba(23,20,16,.07);
  color: var(--office-blue);
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .045em;
  line-height: 1;
  text-shadow: none;
  white-space: nowrap;
  content: attr(data-style);
  opacity: 0;
  transform: translate(7px,-50%) scale(.92);
}
.lf-asm .piece.landing, .lf-asm .piece.landed {
  color: var(--ink);
  filter: none;
  text-shadow: none;
}
.lf-asm .piece.landing {
  animation: land-piece .74s var(--settle) both;
}
.lf-asm .piece.landing::before {
  animation: scrap-release .58s ease-out both;
}
.lf-asm .piece.landed { transform: none; }
.lf-asm .piece.landed::before {
  box-shadow: none;
  opacity: 0;
  transform: rotate(0) scale(.985);
}
.lf-asm .piece.landing::after {
  animation: style-stamp .34s var(--ease) both;
}
.lf-asm .piece.landed::after {
  opacity: 1;
  transform: translate(0,-50%) scale(1);
}
.lf-asm .case-piece { text-transform: uppercase; }
.lf-asm .case-piece.landed { text-transform: none; }
.lf-asm .title-piece {
  --x: -72px;
  --y: 31px;
  --r: -3.4deg;
  --s: .965;
  --chip-r: .7deg;
  --chip-s: 1.012;
  --tear: polygon(0 5%, 8% 1%, 19% 4%, 31% 0, 44% 3%, 59% 1%, 72% 4%, 86% 1%, 100% 5%, 98% 91%, 91% 96%, 79% 93%, 67% 98%, 51% 94%, 37% 97%, 24% 93%, 11% 97%, 1% 92%);
  margin-bottom: 18px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.1;
  text-align: left;
}
.lf-asm .title-piece.landed {
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 500;
  letter-spacing: .09em;
  text-align: center;
}
.lf-asm .heading-piece {
  --x: 72px;
  --y: -15px;
  --r: 2.65deg;
  --s: 1.018;
  --chip-r: -.5deg;
  --chip-s: .997;
  --tear: polygon(1% 8%, 12% 3%, 25% 6%, 39% 1%, 53% 5%, 68% 2%, 82% 6%, 99% 2%, 100% 92%, 88% 96%, 74% 92%, 59% 98%, 42% 93%, 28% 97%, 13% 92%, 0 96%);
  margin: 0 0 10px;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1.35;
}
.lf-asm .heading-piece.landed {
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .02em;
}
.lf-asm .body-piece {
  --x: -52px;
  --y: 31px;
  --r: -1.8deg;
  --s: .982;
  --chip-r: .35deg;
  --chip-s: 1.006;
  --tear: polygon(0 3%, 10% 1%, 22% 4%, 35% 0, 47% 3%, 62% 1%, 77% 4%, 89% 1%, 100% 4%, 99% 95%, 90% 98%, 78% 94%, 65% 99%, 51% 95%, 36% 98%, 20% 94%, 8% 98%, 0 94%);
  display: grid;
  grid-template-columns: 23px 1fr;
  gap: 0;
  margin: 0 0 20px;
  font-size: 9.6px;
  line-height: 1.55;
}
.lf-asm .body-piece.landed {
  font-family: var(--serif);
  font-size: 11.6px;
  line-height: 1.5;
}
.lf-asm .second-heading {
  --x: 64px;
  --y: 18px;
  --r: 1.75deg;
  --s: .974;
  --chip-r: -.65deg;
  margin-top: 3px;
}
.lf-asm .second-body {
  --x: -43px;
  --y: -14px;
  --r: -1.15deg;
  --s: 1.015;
  --chip-r: .8deg;
}
.lf-asm .clause-no {
  display: inline-block;
  color: inherit;
  font-weight: 700;
  transform: translateX(-30px) rotate(-9deg);
}
.lf-asm .piece.landing .clause-no {
  animation: clause-settle .5s cubic-bezier(.2,1.32,.35,1) .15s both;
}
.lf-asm .piece.landed .clause-no { transform: none; }
.lf-asm mark {
  margin: 0 -1px;
  padding: 0 2px;
  border-radius: 2px;
  background: var(--mark);
  color: inherit;
  box-shadow: inset 0 -1px rgba(138,106,42,.23);
}
.lf-asm mark.flag-beat {
  animation: mark-pulse .9s ease-out both;
}
.lf-asm .text-cursor {
  display: inline-block;
  width: 1px;
  height: .95em;
  margin-left: 1px;
  background: var(--ink);
  opacity: 0;
  vertical-align: -.1em;
}
.lf-asm.demo.cursor-ready .text-cursor {
  animation: cursor-blink .92s steps(1,end) infinite;
}
.lf-asm .footnote-piece {
  --x: 45px;
  --y: 82px;
  --r: 2.25deg;
  --s: .972;
  --chip-r: -.5deg;
  --chip-s: 1.008;
  --tear: polygon(1% 9%, 14% 2%, 30% 6%, 44% 1%, 58% 5%, 75% 2%, 88% 6%, 100% 1%, 99% 90%, 89% 97%, 73% 93%, 57% 98%, 39% 94%, 23% 98%, 9% 92%, 0 96%);
  position: absolute;
  right: 60px;
  bottom: 29px;
  left: 69px;
  padding-top: 9px;
  font-size: 8px;
  line-height: 1.4;
}
.lf-asm .footnote-piece.landed {
  font-family: var(--serif);
  font-size: 9px;
}
.lf-asm .footnote-rule {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--ink);
  transform: scaleX(.08);
  transform-origin: left;
}
.lf-asm .footnote-piece.landing .footnote-rule {
  animation: rule-draw .72s var(--ease) .16s both;
}
.lf-asm .footnote-piece.landed .footnote-rule { transform: scaleX(1); }
.lf-asm .outline {
  --rail-progress: 0;
  position: absolute;
  z-index: 3;
  top: 54px;
  bottom: 49px;
  left: 22px;
  width: 31px;
  color: var(--gold-ink);
  opacity: 0;
  transform: translateX(-7px);
  transition: opacity .35s ease, transform .55s var(--ease);
}
.lf-asm .outline.active {
  opacity: 1;
  transform: none;
}
.lf-asm .outline-line {
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: 7px;
  width: 1px;
  background: rgba(138,106,42,.35);
  transform: scaleY(var(--rail-progress));
  transform-origin: top;
  transition: transform .52s var(--ease);
}
.lf-asm .node {
  position: absolute;
  left: 3px;
  width: 9px;
  height: 9px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 1px rgba(138,106,42,.38);
  opacity: 0;
  transform: scale(.3);
}
.lf-asm .node.on {
  animation: node-pop .4s cubic-bezier(.2,1.38,.35,1) both;
}
.lf-asm .node[data-node="0"] { top: 2%; }
.lf-asm .node[data-node="1"] { top: 17%; }
.lf-asm .node[data-node="2"] { top: 30%; }
.lf-asm .node[data-node="3"] { top: 51%; }
.lf-asm .node[data-node="4"] { top: 65%; }
.lf-asm .node[data-node="5"] { top: 95%; }
.lf-asm .outline-label {
  position: absolute;
  bottom: -4px;
  left: -2px;
  font-family: var(--sans);
  font-size: 6px;
  font-weight: 750;
  letter-spacing: .12em;
  text-transform: uppercase;
  transform: rotate(-90deg) translateX(-100%);
  transform-origin: left top;
  white-space: nowrap;
}
.lf-asm .quality-strip {
  display: grid;
  min-height: 47px;
  grid-template-columns: repeat(3,1fr);
  border-top: 1px solid var(--line);
  background: #faf8f3;
}
.lf-asm .quality-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 10px;
  border-right: 1px solid var(--line);
  color: var(--muted);
  font-size: 10px;
  letter-spacing: .04em;
  text-align: center;
  opacity: 0;
  transform: translateY(4px);
  transition:
    color .35s ease,
    background-color .35s ease,
    opacity .42s ease,
    transform .55s var(--ease);
}
.lf-asm .quality-item:last-child { border-right: 0; }
.lf-asm .quality-item.shown {
  opacity: 1;
  transform: none;
}
.lf-asm .quality-item.flag-cue {
  animation: flag-cue 1.05s ease-out both;
}
.lf-asm .quality-item b { color: var(--ink); font-weight: 680; }
.lf-asm .tick { color: #4f7550; font-size: 12px; }
.lf-asm .flag { color: var(--gold-ink); font-size: 12px; }
.lf-asm .reduced-only { display: none; }
.lf-asm.demo.resetting *, .lf-asm.demo.resetting *::before, .lf-asm.demo.resetting *::after {
  animation: none !important;
  transition: none !important;
}
.lf-asm .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;
}
@keyframes land-piece {
  0% { transform: translate(var(--x), var(--y)) rotate(var(--r)) scale(var(--s)); }
  72% { transform: translate(0,-1.5px) rotate(.12deg) scale(1.004); }
  100% { transform: none; }
}
@keyframes scrap-release {
  0% {
    box-shadow: 0 8px 13px rgba(23,20,16,.18), 0 2px 3px rgba(23,20,16,.13);
    opacity: .98;
    transform: rotate(var(--chip-r)) scale(var(--chip-s));
  }
  34% {
    box-shadow: 0 10px 17px rgba(23,20,16,.22), 0 3px 5px rgba(23,20,16,.12);
    opacity: .86;
  }
  100% {
    box-shadow: 0 2px 5px rgba(23,20,16,0);
    opacity: 0;
    transform: rotate(0) scale(.985);
  }
}
@keyframes style-stamp {
  from { opacity: 0; transform: translate(7px,-50%) scale(.92); }
  to { opacity: 1; transform: translate(0,-50%) scale(1); }
}
@keyframes gallery-pulse {
  0% {
    border-color: #d5d8dd;
    background: #fff;
    box-shadow: 0 0 0 0 rgba(43,87,154,0);
    transform: scale(.985);
  }
  48% {
    border-color: var(--office-blue);
    background: #dce9fa;
    box-shadow: 0 0 0 3px rgba(43,87,154,.15);
    transform: scale(1.02);
  }
  100% {
    border-color: var(--office-blue);
    background: var(--office-blue-soft);
    box-shadow: inset 0 0 0 1px rgba(43,87,154,.15);
    transform: scale(1);
  }
}
@keyframes clause-settle {
  0% { transform: translateX(-30px) rotate(-9deg); }
  78% { transform: translateX(1px) rotate(.25deg); }
  100% { transform: none; }
}
@keyframes rule-draw {
  from { transform: scaleX(.08); }
  to { transform: scaleX(1); }
}
@keyframes node-pop {
  from { opacity: 0; transform: scale(.3); }
  72% { opacity: 1; transform: scale(1.08); }
  to { opacity: 1; transform: scale(1); }
}
@keyframes mark-pulse {
  0%, 100% {
    background: var(--mark);
    box-shadow: inset 0 -1px rgba(138,106,42,.23), 0 0 0 0 rgba(214,168,91,0);
  }
  42% {
    background: #f0d48f;
    box-shadow: inset 0 -1px rgba(138,106,42,.23), 0 0 0 5px rgba(214,168,91,.17);
  }
}
@keyframes cursor-blink {
  0%, 48% { opacity: 1; }
  49%, 100% { opacity: 0; }
}
@keyframes flag-cue {
  0% {
    background: transparent;
    color: var(--muted);
    opacity: 0;
    transform: translateY(4px);
  }
  28%, 62% {
    background: rgba(214,168,91,.13);
    color: var(--gold-ink);
    opacity: 1;
    transform: none;
  }
  100% {
    background: transparent;
    color: var(--muted);
    opacity: 0;
    transform: none;
  }
}
@media (max-width: 620px) {
  .lf-asm .chrome { grid-template-columns: auto 1fr auto; gap: 9px; padding: 0 10px; }
  .lf-asm .address { text-align: left; }
  .lf-asm .replay .replay-word { display: none; }
  .lf-asm .workspace-bar {
    min-height: 64px;
    grid-template-columns: minmax(0,1fr) auto;
    grid-template-rows: 25px 28px;
    gap: 0 9px;
    padding: 5px 11px 6px;
  }
  .lf-asm .file-name { align-self: end; font-size: 9.5px; }
  .lf-asm .page-count { align-self: end; font-size: 9.5px; }
  .lf-asm .process-status {
    grid-column: 1 / -1;
    min-width: 0;
    font-size: 8.5px;
    letter-spacing: .08em;
  }
  .lf-asm .stage {
    min-height: 590px;
    padding: 24px 10px 22px;
  }
  .lf-asm .doc-shell {
    width: 100%;
    height: 542px;
  }
  .lf-asm .editor-titlebar { height: 28px; }
  .lf-asm .editor-file-title { font-size: 8.5px; }
  .lf-asm .window-controls i { width: 23px; font-size: 8px; }
  .lf-asm .ribbon { height: 76px; }
  .lf-asm .ribbon-tabs, .lf-asm .ribbon-tools { display: none; }
  .lf-asm .ribbon-content {
    height: 76px;
    padding: 9px 7px 7px;
  }
  .lf-asm .styles-group {
    padding: 0 0 9px;
  }
  .lf-asm .styles-gallery {
    width: 100%;
    grid-template-columns: repeat(5, minmax(0,1fr));
    gap: 3px;
  }
  .lf-asm .style-tile {
    height: 45px;
    min-width: 0;
    padding: 3px;
  }
  .lf-asm .style-tile[data-style="Title"] .style-preview { font-size: 12px; }
  .lf-asm .style-tile[data-style="Heading 1"] .style-preview { font-size: 9.5px; }
  .lf-asm .style-tile[data-style="Definition 1"] .style-preview { font-size: 8.5px; }
  .lf-asm .style-tile[data-style="Body 1"] .style-preview { font-size: 9px; }
  .lf-asm .style-tile[data-style="Footnote"] .style-preview { font-size: 7px; }
  .lf-asm .styles-caption { right: 0; left: 0; font-size: 6px; }
  .lf-asm .ruler { height: 19px; }
  .lf-asm .ruler-track {
    top: 3px;
    right: 50px;
    left: 50px;
    height: 12px;
  }
  .lf-asm .editor-canvas { height: 394px; }
  .lf-asm .editor-statusbar {
    height: 25px;
    grid-template-columns: minmax(0,1fr) auto auto;
    gap: 5px;
    padding: 0 6px;
    font-size: 6.4px;
  }
  .lf-asm .editor-flow {
    max-width: 121px;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
  }
  .lf-asm .paper {
    top: 12px;
    width: calc(100% - 28px);
    height: 370px;
  }
  .lf-asm .page-inner { padding: 38px 38px 25px 47px; }
  .lf-asm .page-meta { top: 15px; left: 17px; font-size: 5.7px; }
  .lf-asm .title-piece {
    --x: -49px;
    --y: 26px;
    margin-bottom: 12px;
    font-size: 9.2px;
  }
  .lf-asm .title-piece.landed { font-size: 18px; }
  .lf-asm .heading-piece {
    --x: 47px;
    --y: -11px;
    margin-bottom: 6px;
    font-size: 7.1px;
  }
  .lf-asm .heading-piece.landed { font-size: 10.5px; }
  .lf-asm .body-piece {
    --x: -36px;
    --y: 24px;
    grid-template-columns: 17px 1fr;
    margin-bottom: 13px;
    font-size: 6.6px;
    line-height: 1.45;
  }
  .lf-asm .body-piece.landed { font-size: 7.8px; line-height: 1.45; }
  .lf-asm .second-heading {
    --x: 42px;
    --y: 13px;
  }
  .lf-asm .second-body {
    --x: -29px;
    --y: -10px;
  }
  .lf-asm .footnote-piece {
    --x: 31px;
    --y: 59px;
    right: 36px;
    bottom: 21px;
    left: 47px;
    font-size: 5.8px;
  }
  .lf-asm .footnote-piece.landed { font-size: 6.5px; }
  .lf-asm .piece::before { inset: -5px -7px -5px -7px; }
  .lf-asm .piece::after {
    right: -33px;
    padding: 4px 4px 3px;
    font-size: 7px;
    letter-spacing: .02em;
  }
  .lf-asm .outline {
    top: 43px;
    bottom: 36px;
    left: 13px;
    transform: scale(.72) translateX(-8px);
    transform-origin: top left;
  }
  .lf-asm .outline.active { transform: scale(.72); }
  .lf-asm .quality-strip { grid-template-columns: 1fr; }
  .lf-asm .quality-item {
    min-height: 36px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .lf-asm .quality-item:last-child { border-bottom: 0; }
}
@media (max-width: 390px) {
  .lf-asm .stage {
    min-height: 574px;
    padding-right: 7px;
    padding-left: 7px;
  }
  .lf-asm .doc-shell { height: 530px; }
  .lf-asm .editor-canvas { height: 382px; }
  .lf-asm .paper {
    width: calc(100% - 22px);
    height: 359px;
  }
  .lf-asm .page-inner {
    padding-right: 35px;
    padding-left: 44px;
  }
  .lf-asm .footnote-piece {
    right: 33px;
    left: 44px;
  }
  .lf-asm .piece::after { right: -31px; }
  .lf-asm .editor-statusbar {
    font-size: 5.8px;
    letter-spacing: -.01em;
  }
  .lf-asm .editor-flow { max-width: 107px; }
}
@media (prefers-reduced-motion: reduce) {
  .lf-asm, .lf-asm *, .lf-asm *::before, .lf-asm *::after {
    animation: none !important;
    transition: none !important;
  }
  .lf-asm .stage {
    background-color: #e3e5e8;
    background-image: radial-gradient(circle at 50% -30%, rgba(255,255,255,.7), transparent 50%);
  }
  .lf-asm .stage::before { opacity: 0; }
  .lf-asm .editor-window::before, .lf-asm .editor-ui, .lf-asm .editor-canvas::before {
    filter: none;
    opacity: 1;
    transform: none;
  }
  .lf-asm .paper {
    background: #fff;
    box-shadow: 0 7px 22px rgba(39,44,53,.20), 0 1px 3px rgba(39,44,53,.16);
    filter: none;
    opacity: 1;
    transform: translateX(-50%);
  }
  .lf-asm .patina, .lf-asm .page-meta, .lf-asm .motion-only { display: none; }
  .lf-asm .reduced-only { display: inline; }
  .lf-asm .replay { display: none; }
  .lf-asm .piece {
    color: var(--ink);
    filter: none;
    text-shadow: none;
    text-transform: none;
    transform: none;
  }
  .lf-asm .piece::before { display: none; }
  .lf-asm .piece::after { opacity: 1; transform: translate(0,-50%) scale(1); }
  .lf-asm .title-piece {
    font-family: var(--serif);
    font-size: 25px;
    text-align: center;
  }
  .lf-asm .heading-piece {
    font-family: var(--serif);
    font-size: 15px;
  }
  .lf-asm .body-piece {
    font-family: var(--serif);
    font-size: 11.6px;
    line-height: 1.5;
  }
  .lf-asm .footnote-piece {
    font-family: var(--serif);
    font-size: 9px;
  }
  .lf-asm .clause-no, .lf-asm .footnote-rule, .lf-asm .outline-line { transform: none; }
  .lf-asm .outline { opacity: 1; transform: none; }
  .lf-asm .node { opacity: 1; transform: scale(1); }
  .lf-asm .quality-item { opacity: 1; transform: none; }
  .lf-asm .text-cursor { opacity: 1; }
}
@media (prefers-reduced-motion: reduce) and (max-width: 620px) {
  .lf-asm .title-piece { font-size: 18px; }
  .lf-asm .heading-piece { font-size: 10.5px; }
  .lf-asm .body-piece { font-size: 7.8px; line-height: 1.45; }
  .lf-asm .footnote-piece { font-size: 6.5px; }
  .lf-asm .outline { transform: scale(.72); }
}
