*, *::before, *::after { box-sizing: border-box; margin: 0; }
picture { display: contents; }
picture > source { display: none; }
@font-face { font-family: 'Redaction 100'; src: url('./fonts/Redaction100-Regular.woff2') format('woff2'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'Redaction 70'; src: url('./fonts/Redaction70-Regular.woff2') format('woff2'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'Redaction 50'; src: url('./fonts/Redaction50-Regular.woff2') format('woff2'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'Redaction 50'; src: url('./fonts/Redaction50-Bold.woff2') format('woff2'); font-weight: 700; font-display: swap; }
@font-face { font-family: 'Redaction 35'; src: url('./fonts/Redaction35-Regular.woff2') format('woff2'); font-weight: 400; font-display: swap; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: calc(var(--nav-h) + 18px); }
@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
}
body {
  background: var(--ground);
  color: var(--ink);
  font: 400 17px/1.65 var(--sans);
  letter-spacing: 0.005em;
  overflow-y: auto;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
}
main { flex: 1 0 auto; overflow-x: clip; }
.wordmark {
  display: block; width: 64px; height: 23px;
  background: var(--ink);
  -webkit-mask: url('./wordmark.svg') no-repeat left center / contain;
  mask: url('./wordmark.svg') no-repeat left center / contain;
}
:root {
  --ground: #f9fafc;
  --ink: #171d30;
  --ink-dim: #4a5368;
  --ink-faint: #5f697e;
  --line: rgba(28, 42, 85, 0.13);
  --line-strong: rgba(28, 42, 85, 0.32);
  --hover: rgba(28, 42, 85, 0.05);
  --brand: #20222b;
  --brand-hover: #2b2d36;
  --on-brand: #f4f5f8;
  --on-brand-dim: rgba(244, 245, 248, 0.72);
  --on-brand-soft: rgba(244, 245, 248, 0.62);
  --on-brand-faint: rgba(244, 245, 248, 0.55);
  --on-brand-word: rgba(244, 245, 248, 0.75);
  --on-brand-tone: #9ca0b2;
  --on-brand-tone-dim: #868a9d;
  --tile: #f8ddd6;
  --pencil: #e8492b;
  --sec: clamp(110px, 15vh, 210px);
  --sec-half: clamp(70px, 9vh, 130px);
  --col: 1160px;
  --gut: 40px;
  --dock: max(-4%, calc(16px - (100vw - 100%) / 2));
  --surface: #ffffff;
  --desk: #e9e9e9;
  --frame-shadow: 0 1px 2px rgba(20, 28, 50, 0.1), 0 30px 64px -34px rgba(20, 28, 50, 0.35);
  --float-shadow: 0 2px 6px rgba(20, 28, 50, 0.1), 0 24px 56px -24px rgba(20, 28, 50, 0.35);
  --fs-label: 9.5px;   --ls-label: 0.14em;
  --fs-mark: 11px;     --ls-mark: 0.2em;
  --measure: 36rem;
  --measure-post: 42rem;
}
@media (max-width: 920px) { :root { --gut: 20px; } }
@media (min-width: 1800px) { :root { --col: 1520px; } }
:root {
  --nav-h: 58px;
  --nav-glass: rgba(249, 250, 252, 0.45);
  --nav-solid: #f9fafc;
  --nav-blur: blur(28px) saturate(1.6);
  --nav-line: rgba(28, 42, 85, 0.09);
  --nav-line-strong: rgba(28, 42, 85, 0.2);
  --nav-hover: rgba(28, 42, 85, 0.05);
  --nav-ink-soft: #5d6780;
  --nav-ink: #171d30;
  --nav-ink-faint: #656f88;
  --nav-ink-on: #070d24;
}
:root {
  --app-panel: rgba(22, 22, 25, 0.97);
  --app-page: #0e0e11;
  --app-well: #050505;
  --app-accent: #ededed;
  --app-accent-ink: #0a0a0a;
  --app-ink: #ededed;
  --app-ink-dim: #a1a1a1;
  --app-ink-faint: #858585;
  --app-line: rgba(255, 255, 255, 0.1);
  --app-line-strong: rgba(255, 255, 255, 0.22);
  --app-hover: rgba(255, 255, 255, 0.07);
  --app-on: rgba(255, 255, 255, 0.12);
  --app-shadow: 0 3px 8px rgba(20, 28, 50, 0.18), 0 26px 48px rgba(20, 28, 50, 0.3);
  --app-shadow-deep: 0 2px 8px rgba(0, 0, 0, 0.28), 0 16px 48px rgba(0, 0, 0, 0.45);
  --app-panel-2: rgba(20, 20, 22, 0.92);
  --app-line-soft: rgba(255, 255, 255, 0.09);
  --app-ink-2: #d6d6d6;
  --lift: 0 4px 14px rgba(20, 28, 50, 0.3);
  --app-radius: 12px;
  --app-r-item: 5px;
  --app-r-btn: 4px;
  --app-r-thumb: 8px;
  --app-label-w: 84px;
}
:root {
  --fs-slug: 10.5px;
  --ls-slug: 0.12em;
  --ls-fact: 0.1em;
}
:root {
  --mark-box: 14px;
  --mark-len: 10px;
  --mark-off: -18px;
  --mark-ink: #99a0ac;
}
:root {
  --float-drop: drop-shadow(0 2px 6px rgba(20, 28, 50, 0.10))
                drop-shadow(0 20px 34px rgba(20, 28, 50, 0.20));
}
h1 {
  font: 400 clamp(32px, 5.5vw, 42px)/1.2 'Redaction', Georgia, serif;
  letter-spacing: -0.005em;
  margin-bottom: 20px;
}
h2 {
  font: 400 clamp(22px, 3vw, 26px)/1.3 'Redaction', Georgia, serif;
  margin: 52px 0 14px;
}
p { margin-bottom: 18px; color: var(--ink-dim); }
p strong, li strong { color: var(--ink); font-weight: 600; }
.lede { font-size: 19px; line-height: 1.6; color: var(--ink); }
a { color: var(--ink); text-decoration-color: var(--line-strong); text-underline-offset: 3px; }
a:hover { text-decoration-color: var(--ink); }
.eyebrow {
  display: block;
  font: 500 var(--fs-mark)/1 var(--mono);
  text-transform: uppercase; letter-spacing: var(--ls-mark);
  color: var(--ink-faint);
  margin-bottom: 14px;
}
ul, ol { margin: 0 0 18px; padding-left: 22px; color: var(--ink-dim); }
li { margin-bottom: 8px; }
li::marker { color: var(--ink-faint); }
code {
  font: 400 14px/1.5 var(--mono);
  color: var(--ink);
  background: var(--hover);
  padding: 1px 5px; border-radius: 0;
}
hr { border: 0; border-top: 1px solid var(--line); margin: 56px 0; }
.cta {
  display: inline-flex; align-items: center;
  height: 46px; padding: 0 26px;
  border-radius: 0;
  font: 500 11px/1 var(--mono);
  text-transform: uppercase; letter-spacing: 0.15em;
  text-decoration: none;
  transition: background 0.12s, border-color 0.12s, color 0.12s;
  background: var(--brand); color: #fff;
}
.cta:hover { background: var(--brand-hover); }
.cta, .rebate a.nav-open { position: relative; isolation: isolate; overflow: hidden; }
.grain-fill { position: absolute; inset: 0; z-index: -1; pointer-events: none; }
.grain-fill canvas { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.cta:visited { color: #fff; }
.cta-word {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 0; background: none; border: 0;
  cursor: pointer;
  font: 500 11px/1 var(--mono);
  text-transform: uppercase; letter-spacing: 0.15em;
  color: var(--ink-dim);
  text-decoration: none;
  transition: color 0.12s;
}
.cta-word::after {
  content: '\2192'; font-family: var(--sans); font-size: 13px; line-height: 1;
}
.cta-word:visited { color: var(--ink-dim); }
.cta-word:hover { color: var(--ink); }
.cta-word[hidden] { display: none; }
.prose .cta-word,
.prose .cta-word:visited {
  text-decoration: none; color: var(--ink-dim);
}
.prose .cta-word:hover { color: var(--ink); }
.hero-acts {
  display: flex; flex-wrap: wrap; align-items: center; gap: 12px 26px;
  margin-top: clamp(26px, 3vw, 38px);
}
.hero-acts .cta { padding: 0 16px; }
.hero-fine {
  margin: 22px 0 0;
  font: 400 12px/1.7 var(--mono);
  letter-spacing: 0.02em;
  color: var(--ink-faint);
}
.hero-cap {
  margin: 26px 0 0; display: flex; justify-content: space-between; gap: 24px;
  font: 500 10.5px/1.5 var(--mono); letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-faint);
}
.hero-cap span:last-child { white-space: nowrap; }
.fs-art > .hero-cap, .fs-art > figcaption.hero-cap { margin-top: 22px; }
@media (max-width: 640px) {
  .hero-cap { flex-direction: column; gap: 5px; }
}
.slug {
  display: flex; align-items: center; gap: var(--slug-gap, 18px);
  font: 500 var(--fs-slug)/1 var(--mono);
  letter-spacing: var(--ls-slug); text-transform: uppercase;
  color: var(--ink-faint);
}
.slug b { color: var(--ink); font-weight: 500; }
.slug-spread { justify-content: space-between; gap: 24px; }
.slug-dark { color: var(--on-brand-faint); }
.slug-dark b { color: var(--on-brand); }
.slug-l { display: inline-flex; align-items: center; gap: 14px; }
.np-tile {
  position: relative; isolation: isolate; overflow: hidden;
  display: block; width: 20px; height: 20px;
  background: var(--tile); color: var(--pencil);
}
.np-tile > canvas { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; display: block; }
.np-tile > svg {
  position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1;
  fill: none; stroke: currentColor; stroke-width: 1;
  padding: 2px;
}
.facts {
  margin: 22px 0 0;
  display: grid; grid-template-columns: max-content 1fr; gap: 9px 18px;
  align-items: baseline;
}
.facts > div { display: contents; }
.facts dt {
  margin: 0;
  font: 500 var(--fs-slug)/1.5 var(--mono);
  letter-spacing: var(--ls-fact); text-transform: uppercase;
  color: var(--ink); white-space: nowrap;
}
.facts dd { margin: 0; font: 400 13px/1.5 var(--sans); color: var(--ink-dim); }
.facts-dark dt { color: var(--on-brand); }
.band .facts { margin-top: 0; }
.facts-dark dd { color: var(--on-brand-soft); }
.arrow-in::after, .np-row::after {
  content: '\2192';
  font: 400 13px/1 var(--sans); color: var(--ink-faint);
  opacity: 0; transform: translateX(-4px);
  transition: opacity 0.12s, transform 0.12s;
}
.arrow-in:hover::after { opacity: 1; transform: none; }
.framed { position: relative; }
.framed .tm, .hero-play .tm { position: absolute; width: 18px; height: 18px; color: var(--ink); opacity: 0.6; z-index: 7; pointer-events: none; }
.hero-play .tm::before, .hero-play .tm::after, .framed .tm::before, .framed .tm::after { content: ''; position: absolute; background: currentColor; }
.tm-tl { left: -18px; top: -18px; } .tm-tl::before { left: 0; bottom: 0; width: 12px; height: 1px; } .tm-tl::after { right: 0; top: 0; width: 1px; height: 12px; }
.tm-tr { right: -18px; top: -18px; } .tm-tr::before { right: 0; bottom: 0; width: 12px; height: 1px; } .tm-tr::after { left: 0; top: 0; width: 1px; height: 12px; }
.tm-bl { left: -18px; bottom: -18px; } .tm-bl::before { left: 0; top: 0; width: 12px; height: 1px; } .tm-bl::after { right: 0; bottom: 0; width: 1px; height: 12px; }
.tm-br { right: -18px; bottom: -18px; } .tm-br::before { right: 0; top: 0; width: 12px; height: 1px; } .tm-br::after { left: 0; bottom: 0; width: 1px; height: 12px; }
.cm { position: absolute; width: var(--mark-box); height: var(--mark-box); pointer-events: none; }
.cm::before, .cm::after { content: ''; position: absolute; background: var(--mark-ink); }
.cm::before { width: 1px; height: var(--mark-len); }
.cm::after { width: var(--mark-len); height: 1px; }
.cm.tl { left: var(--mark-off); top: var(--mark-off); } .cm.tl::before { right: 0; bottom: 0; } .cm.tl::after { right: 0; bottom: 0; }
.cm.tr { right: var(--mark-off); top: var(--mark-off); } .cm.tr::before { left: 0; bottom: 0; } .cm.tr::after { left: 0; bottom: 0; }
.cm.bl { left: var(--mark-off); bottom: var(--mark-off); } .cm.bl::before { right: 0; top: 0; } .cm.bl::after { right: 0; top: 0; }
.cm.br { right: var(--mark-off); bottom: var(--mark-off); } .cm.br::before { left: 0; top: 0; } .cm.br::after { left: 0; top: 0; }
.stage {
  --sc-w: 960; --sc-h: 600;
  position: relative;
  container-type: inline-size;
  overflow: hidden;
  border-radius: 0;
  background: var(--desk);
  box-shadow: inset 0 0 0 1px rgba(20, 20, 20, 0.05), var(--frame-shadow);
}
.demo-desk { border-radius: 0; background: var(--desk); box-shadow: inset 0 0 0 1px rgba(20, 20, 20, 0.05), var(--frame-shadow); }
.stage-lead { aspect-ratio: 12 / 5; --sc-h: 400; }
.stage-wide { aspect-ratio: 16 / 10; }
.stage-cell { aspect-ratio: 3 / 2; --sc-h: 640; }
.stage-cell-tall { aspect-ratio: 4 / 3; --sc-h: 720; }
.stage-at {
  position: absolute;
  left: calc(var(--x) / var(--sc-w) * 100%);
  top: calc(var(--y) / var(--sc-h) * 100%);
  width: calc(var(--w) / var(--sc-w) * 100%);
  height: auto;
}
.stage .stage-at, .stage-at.sel { position: absolute; }
.stage-at img { display: block; width: 100%; height: auto; }
.stage-print { box-shadow: var(--lift); display: block; height: auto; }
.stage-print.sel, .sel.stage-print { box-shadow: var(--lift), 0 0 0 1px rgba(0, 0, 0, 0.22); }
.pair-subject { left: calc(var(--pair-x) - (var(--pair-ctl-w) - var(--pair-cross)) / 2); }
.pair-ctl {
  left: calc(var(--pair-x) + var(--pair-f)
             - (var(--pair-ctl-w) - var(--pair-cross)) / 2 - var(--pair-cross));
}
@media (max-width: 760px) {
  .pair-subject { left: calc(var(--x) / var(--sc-w) * 100%); }
}
.print-sheet {
  position: relative;
  background: #fff;
  box-shadow: var(--float-shadow);
}
.sheet-a4 { width: min(64%, 620px); margin: 0 auto; aspect-ratio: 297 / 210; }
.print-sheet .k-pfold { top: auto; bottom: auto; height: 8px; }
.print-sheet .k-pfold.t { top: calc(6% - 13px); }
.print-sheet .k-pfold.b { bottom: calc(6% - 13px); }
.sheet-label {
  position: absolute; top: -26px; left: 0;
  font: 500 var(--fs-slug)/1 var(--mono);
  letter-spacing: var(--ls-fact); text-transform: uppercase;
  color: var(--ink-faint);
}
.sheet-label.right { left: auto; right: 0; }
.sheet-pg { position: relative; background: #fbfbfa; overflow: hidden; }
.sheet-pg img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.sheet-face { position: absolute; inset: 6%; display: grid; gap: 0; }
.sheet-face.two { grid-template-columns: 1fr 1fr; }
.sheet-face.eight { grid-template-columns: repeat(4, 1fr); grid-template-rows: 1fr 1fr; }
.sheet-face.eight .sheet-pg img { inset: 4.8% 6.8%; width: 86.4%; height: 90.4%; }
.sheet-face.eight .sheet-pg { background: none; }
.sheet-face.eight {
  --fold-ink: rgba(28, 42, 85, 0.13);
  background-image:
    linear-gradient(var(--fold-ink), var(--fold-ink)),
    linear-gradient(var(--fold-ink), var(--fold-ink)),
    linear-gradient(var(--fold-ink), var(--fold-ink)),
    linear-gradient(var(--fold-ink), var(--fold-ink));
  background-size: 100% 1px, 1px 100%, 1px 100%, 1px 100%;
  background-position:
    0 calc(50% + 0.5px),
    calc(25% + 0.25px) 0,
    calc(50% + 0.5px) 0,
    calc(75% + 0.75px) 0;
  background-repeat: no-repeat;
}
.sheet-pg.flip { transform: rotate(180deg); }
.book-pg {
  position: relative; overflow: hidden;
  background: #fff; border-radius: 0;
  box-shadow: var(--float-shadow);
}
.book-pg > img, .book-pg > picture > img { display: block; width: 100%; height: auto; }
.book-pglabel {
  position: absolute; top: -24px;
  font: 500 9.5px/1 var(--mono); letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--ink-faint);
}
.bpl-l { left: 2px; }
.bpl-r { left: calc(50% + 5px); }
.book-spread { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 3px; }
.book-spread .book-pg { aspect-ratio: 1000 / 1228; }
.book-stack { position: relative; width: 100%; aspect-ratio: 1000 / 1228; }
.book-stack .book-pg { position: absolute; inset: 0; }
.book-stack .s1 { transform: rotate(-6deg) translate(-11%, 4%); }
.book-stack .s2 { transform: rotate(4.5deg) translate(7%, -3%); }
.scene { position: relative; }
.k-card {
  position: absolute;
  --k-w: clamp(250px, 33%, 300px);
  width: var(--k-w);
  padding: 13px 15px 15px;
  border-radius: var(--app-radius);
  background: var(--app-panel);
  border: 1px solid var(--app-on);
  box-shadow: var(--app-shadow);
  color: #dedede;
  z-index: 3;
}
.k-head { display: flex; align-items: center; gap: 7px; margin-bottom: 10px; }
.k-title { font: 500 10px/1 var(--mono); letter-spacing: 0.14em; text-transform: uppercase; color: #9a9a9a; }
.k-file { margin-left: auto; font: 400 9px/1 var(--mono); color: #6f6f6f; }
.k-btn {
  padding: 4px 7px; border: 1px solid rgba(255, 255, 255, 0.16); border-radius: var(--app-r-btn);
  font: 500 9px/1 var(--sans); color: #cfcfcf;
}
.k-x { font: 400 12px/1 var(--sans); color: #8a8a8a; }
.k-hist { position: relative; height: 58px; border-radius: var(--app-r-btn); background: #050505; overflow: hidden; margin-bottom: 4px; }
.k-hist svg { width: 100%; height: 100%; display: block; }
.k-hist path { mix-blend-mode: screen; opacity: 0.9; }
.k-scope {
  position: absolute; top: 5px; left: 50%; transform: translateX(-50%);
  display: flex; gap: 2px; padding: 2px;
  background: rgba(20, 20, 20, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.1); border-radius: var(--app-r-item);
}
.k-scope span { padding: 3px 7px; border-radius: 3px; font: 500 8.5px/1 var(--mono); color: #8a8a8a; }
.k-scope span.on { background: rgba(255, 255, 255, 0.14); color: #ececec; }
.k-sec {
  display: flex; align-items: center; justify-content: space-between;
  margin: 12px 0 5px;
  font: 500 9.5px/1 var(--mono); letter-spacing: 0.14em;
  text-transform: uppercase; color: #7a7a7a;
}
.k-fold { font: 400 10px/1 var(--sans); color: #6f6f6f; }
.k-row, .k-lead-row {
  display: grid; grid-template-columns: var(--app-label-w) minmax(0, 1fr) 42px;
  gap: 8px; align-items: center; min-height: 23px;
}
.k-lead-row { grid-template-columns: var(--app-label-w) minmax(0, 1fr); }
.k-lead-row .k-seg { justify-self: end; }
.k-ohint { margin: 6px 0 0; font: 400 10px/1.45 var(--sans); color: var(--app-ink-faint); }
.k-orows { display: flex; flex-direction: column; gap: 4px; margin-top: 10px; }
.k-orow {
  display: grid; grid-template-columns: var(--app-label-w) minmax(0, 1fr);
  gap: 8px; align-items: center; min-height: 24px;
}
.k-ostrip {
  display: flex; align-items: flex-end; justify-content: space-between; gap: 12px;
  margin-top: 14px; padding-top: 11px; border-top: 1px solid var(--app-line-soft);
}
.k-ocost { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.k-ocost-line { display: flex; align-items: baseline; gap: 7px; }
.k-ocost-main { font: 500 14px/1 var(--mono); color: var(--app-ink); }
.k-ocost-vat, .k-ocost-sub { font: 400 9px/1.3 var(--sans); color: var(--app-ink-faint); }
.k-ocost-main.wait { color: var(--app-ink-faint); }
.k-label { font: 400 11px/1.2 var(--sans); color: #b0b0b0; white-space: nowrap; overflow: hidden; }
.k-label i { font-style: normal; color: #7a7a7a; }
.k-val { font: 400 10px/1 var(--mono); color: #e6e6e6; text-align: right; }
.k-track { position: relative; height: 2px; background: rgba(255, 255, 255, 0.16); border-radius: 1px; }
.k-track::after {
  content: ''; position: absolute; top: 50%; left: var(--p, 50%);
  width: 7px; height: 7px; transform: translate(-50%, -50%);
  border-radius: 1px; background: #dedede;
}
.k-chip {
  justify-self: end;
  padding: 4px 9px; border-radius: var(--app-r-btn);
  font: 400 9.5px/1 var(--mono); letter-spacing: 0.03em;
  color: #cfcfcf; background: rgba(255, 255, 255, 0.1);
}
.k-wash {
  margin: 12px -15px -15px; padding: 0 15px 13px;
  background: rgba(255, 255, 255, 0.045);
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0 0 11px 11px;
}
.k-list { display: flex; flex-direction: column; gap: 2px; }
.k-opt {
  appearance: none; border: 1px solid transparent; cursor: pointer;
  display: grid; grid-template-columns: 22px minmax(0, 1fr); gap: 2px 9px;
  padding: 6px 8px; border-radius: var(--app-r-item);
  background: transparent; text-align: left;
  transition: background 0.1s, border-color 0.1s;
}
.k-opt:hover { background: rgba(255, 255, 255, 0.07); }
.k-opt.active { background: rgba(255, 255, 255, 0.12); border-color: rgba(255, 255, 255, 0.12); }
.k-opt .k-glyph { grid-row: 1 / 3; align-self: center; width: 16px; height: 16px; color: #b0b0b0; }
.k-opt.active .k-glyph { color: #ececec; }
.k-opt .k-name { font: 500 11px/1.3 var(--sans); color: #d6d6d6; }
.k-opt .k-hint { font: 400 9.5px/1.35 var(--sans); color: #8a8a8a; }
.k-mgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 4px 10px; padding: 2px 0 4px; }
.k-mcell { display: flex; align-items: center; justify-content: space-between; font: 400 10px/1.6 var(--sans); color: #b0b0b0; }
.k-mcell b { font: 400 10px/1 var(--mono); color: #e6e6e6; font-weight: 400; }
.k-seg {
  display: inline-flex; gap: 2px; padding: 2px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1); border-radius: var(--app-r-item);
}
.k-seg button {
  appearance: none; border: 0; cursor: pointer;
  padding: 5px 11px; border-radius: 3px;
  background: transparent;
  font: 500 9.5px/1 var(--sans); color: #8a8a8a;
  transition: color 0.1s, background 0.1s;
}
.k-seg button:hover { color: #b0b0b0; }
.k-seg button.active { background: rgba(255, 255, 255, 0.14); color: #ececec; }
.k-well {
  display: block; padding: 7px 10px; margin: 2px 0 10px;
  background: #050505; border: 1px solid rgba(255, 255, 255, 0.18); border-radius: var(--app-r-btn);
  font: 400 10px/1 var(--mono); color: #b8b8b8;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.k-bars { display: flex; align-items: flex-end; gap: 8px; height: 40px; margin: 10px 0 8px; }
.k-bars span { flex: 1; background: rgba(255, 255, 255, 0.3); }
.k-bars span:last-child { background: #ededed; }
@media (max-width: 920px) {
  .k-card { position: relative; right: auto; bottom: auto; margin: 18px 0 0 auto; }
  .stage .k-card { position: absolute; margin: 0; }
}
.dtray {
  position: absolute; z-index: 2;
  left: 8%; right: 26%; bottom: -10%; height: 26%;
  display: flex; align-items: flex-start;
  padding: 8px 14px;
  background: var(--app-panel);
  border: 1px solid var(--app-on);
  border-radius: var(--app-radius);
  box-shadow: var(--app-shadow);
}
.dtray-in { bottom: 0; }
.dtray-thumb {
  height: 72%; width: auto; object-fit: cover;
  align-self: center;
  margin-left: 12px; margin-right: auto;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}
.dtray-label {
  font: 500 9.5px/1 var(--mono); letter-spacing: 0.14em;
  text-transform: uppercase; color: #9a9a9a;
}
.dtray-zoom { position: relative; width: 64px; height: 2px; margin-top: 5px; background: rgba(255, 255, 255, 0.16); border-radius: 1px; }
.dtray-zoom::after {
  content: ''; position: absolute; left: 40%; top: 50%;
  width: 7px; height: 7px; transform: translate(-50%, -50%);
  border-radius: 1px; background: #dedede;
}
.dtray-row { display: flex; align-items: center; gap: 10px; margin: 0 auto 0 14px; height: 76%; }
.dtray-pick { position: relative; display: block; height: 100%; }
.dtray-pick img {
  display: block; height: 100%; width: auto;
  border-radius: 2px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}
.dtray-stars {
  position: absolute; left: 5px; bottom: 4px;
  font: 500 9px/1 var(--sans); letter-spacing: 1.5px;
  color: #fff; text-shadow: 0 1px 3px rgba(0, 0, 0, 0.85);
  pointer-events: none;
}
.share-page {
  position: absolute; inset: 0;
  display: flex; flex-direction: column;
  background: var(--app-page);
  border: 1px solid var(--app-line);
  border-radius: var(--app-radius);
  box-shadow: var(--float-shadow);
  overflow: hidden;
}
.sp-head { display: flex; align-items: center; justify-content: space-between; padding: 10px 14px 6px; }
.sp-mark { width: 44px; height: 16px; background: #ececec; }
.sp-badge {
  padding: 3px 7px; border-radius: 3px;
  background: rgba(255, 255, 255, 0.12);
  font: 500 8.5px/1 var(--mono); letter-spacing: 0.1em; text-transform: uppercase; color: #cfcfcf;
}
.sp-body { position: relative; flex: 1; margin: 4px 14px; min-height: 0; }
.sp-nav {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 1;
  padding: 8px 6px; border-radius: 5px;
  font: 400 12px/1 var(--sans); color: #dedede; opacity: 0.55;
}
.sp-nav-prev { left: -6px; }
.sp-nav-next { right: -6px; }
.sp-nav.press { opacity: 1; background: rgba(127, 127, 127, 0.25); }
.sp-badge.press { background: rgba(255, 255, 255, 0.24); }
.share-view { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.3s ease; pointer-events: none; }
[data-state="photo"] .share-view[data-view="photo"],
[data-state="book"] .share-view[data-view="book"],
[data-state="desk"] .share-view[data-view="desk"] { opacity: 1; }
.spv-photo { width: auto; height: 100%; max-width: 100%; max-height: 100%; border-radius: 2px; }
.spv-book { display: flex; gap: 3px; width: min(78%, 100%); }
.spv-book[hidden] { display: none; }
.spv-pg { flex: 1 1 0; min-width: 0; background: #fff; border-radius: 1px; }
.spv-pg img { display: block; width: 100%; height: auto; aspect-ratio: 595 / 731; object-fit: cover; }
.sp-foot { display: flex; align-items: baseline; gap: 10px; padding: 8px 14px 12px; }
.sp-title { font: 500 11.5px/1.3 var(--sans); color: #ececec; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sp-by { font: 400 9px/1.3 var(--mono); color: #8a8a8a; white-space: nowrap; }
.sp-views { margin-left: auto; font: 400 9px/1.3 var(--mono); color: #8a8a8a; white-space: nowrap; }
.share-view .mini-desk {
  position: absolute; inset: 0;
  border-radius: 8px; background: var(--desk);
  box-shadow: inset 0 0 0 1px rgba(20, 20, 20, 0.05);
}
.mini-desk img {
  position: absolute; width: 15%; height: auto; object-fit: cover;
  box-shadow: var(--lift);
}
.k-menu, .k-dialog, .k-thread, .k-bar, .k-rail, .k-spot, .k-ra4, .cur-presence,
.pls-order, .pls-done {
  --app-ink: #ececec;
  --app-ink-dim: #b0b0b0;
  --app-ink-faint: #8a8a8a;
  --app-accent: #ececec;
  --app-line: rgba(255, 255, 255, 0.12);
}
.k-ntf {
  position: relative; z-index: 4;
  display: grid; grid-template-columns: 24px 1fr; column-gap: 9px; align-items: start;
  width: 300px; padding: 11px 13px 12px;
  background: var(--app-panel-2);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  border: 1px solid var(--app-line);
  border-radius: var(--app-radius); box-shadow: var(--app-shadow-deep);
  color: var(--app-ink-2);
}
.k-ntf-glyph {
  width: 24px; height: 24px; display: inline-flex; align-items: center; justify-content: center;
  border-radius: var(--app-r-btn); background: var(--app-hover); color: var(--app-ink-faint);
}
.k-ntf-glyph svg { width: 13px; height: 13px; }
.k-ntf-text { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.k-ntf-title { font: 500 11.5px/1.35 var(--sans); color: var(--app-ink); }
.k-ntf-body { font: 400 10px/1.45 var(--sans); color: var(--app-ink-dim); }
.k-btn-primary {
  background: var(--app-accent); border-color: var(--app-accent);
  color: var(--app-accent-ink); font-weight: 600;
}
.k-btn-quiet { background: transparent; border-color: transparent; color: var(--app-ink-dim); }
.k-btn.press { transform: scale(0.96); }
.k-actions { display: flex; justify-content: flex-end; align-items: center; gap: 8px; margin-top: 14px; }
.k-actions[hidden] { display: none; }
.k-actions-left { justify-content: flex-start; }
.k-card kbd, .k-menu kbd, .k-dialog kbd {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 16px; height: 16px; padding: 0 4px; margin-right: 1px;
  font: 500 9.5px/1 var(--mono); color: var(--app-ink-dim);
  font-family: var(--mono), 'Apple Symbols', 'Segoe UI Symbol', 'Noto Sans Symbols 2', sans-serif;
  background: rgba(255, 255, 255, 0.08); border: 1px solid var(--app-line);
  border-radius: var(--app-r-btn);
}
.k-menu, .k-dialog {
  position: relative; z-index: 3;
  background: var(--app-panel); border: 1px solid var(--app-line);
  border-radius: var(--app-radius); box-shadow: var(--app-shadow);
  color: var(--app-ink-2);
}
.k-menu { background: var(--app-panel-2); padding: 6px; }
.k-dialog { padding: 15px 16px; }
.k-mlabel {
  display: block; padding: 5px 9px 4px;
  font: 500 8.5px/1 var(--mono); letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--app-ink-faint);
}
.k-mi {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 5px 9px; border-radius: var(--app-r-item);
  font: 400 10.5px/1.2 var(--sans); color: var(--app-ink-2);
  white-space: nowrap;
}
.k-mi kbd { background: transparent; border-color: transparent; color: var(--app-ink-faint); }
.k-mi.active { background: rgba(255, 255, 255, 0.12); color: var(--app-ink); }
.k-msep { display: block; height: 1px; background: var(--app-line); margin: 4px 9px; }
.k-h3 { margin: 0; font: 600 13px/1.2 var(--sans); color: var(--app-ink); }
.k-sub { margin: 2px 0 0; font: 400 10px/1.4 var(--mono); color: var(--app-ink-faint); }
.k-note { font: 400 10.5px/1.5 var(--sans); color: var(--app-ink-dim); margin-top: 10px; }
.k-note.dim { color: var(--app-ink-faint); margin-top: 4px; }
.app-door {
  display: flex; flex-direction: column; align-items: flex-start;
  width: 100%; max-width: 340px;
  margin-top: 26px;
  text-decoration: none;
  transition: border-color 0.12s;
}
.app-door:hover { border-color: rgba(255, 255, 255, 0.3); }
.app-door .k-note { margin-top: 5px; }
.app-door .k-btn { margin-top: 14px; font-size: 10px; padding: 5px 9px; }
.ad-vis { display: block; width: 100%; margin-bottom: 12px; }
.ad-rows { display: flex; flex-direction: column; gap: 4px; }
.ad-row {
  display: flex; align-items: center; gap: 8px;
  padding: 5px 7px; border-radius: var(--app-r-btn);
  background: rgba(255, 255, 255, 0.05);
}
.ad-row img { width: 26px; height: 26px; object-fit: cover; border-radius: 2px; }
.ad-nm { font: 500 10.5px/1.2 var(--sans); color: var(--app-ink); }
.ad-meta { margin-left: auto; font: 400 9px/1 var(--mono); color: var(--app-ink-faint); white-space: nowrap; }
.ad-felt { position: relative; height: 104px; background: var(--desk); border-radius: var(--app-r-btn); overflow: hidden; }
.ad-felt img { position: absolute; height: auto; }
.ad-url {
  display: block; padding: 7px 9px;
  font: 500 10px/1 var(--mono); letter-spacing: 0.02em;
  color: var(--app-ink);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid var(--app-line); border-radius: var(--app-r-btn);
}
.ad-url + .ad-row { margin-top: 4px; }
.k-setup {
  display: flex; flex-direction: column;
  width: 100%; max-width: 420px;
  margin-top: 26px;
  counter-reset: ks;
}
.ks-gate {
  margin: 0 0 12px;
  font: 400 10.5px/1.55 var(--sans); color: var(--app-ink-faint);
}
.k-setup .k-h3 { font-size: 14px; }
.ks-steps { list-style: none; margin: 16px 0 0; padding: 0; }
.ks-steps li { position: relative; padding-left: 26px; counter-increment: ks; }
.ks-steps li + li { margin-top: 13px; }
.ks-steps li::before {
  content: counter(ks, decimal-leading-zero);
  position: absolute; left: 0; top: 0;
  font: 500 9.5px/16px var(--mono); letter-spacing: 0.06em; color: var(--app-ink-faint);
}
.ks-steps b { display: block; font: 500 11.5px/16px var(--sans); color: var(--app-ink); }
.ks-steps span { display: block; margin-top: 3px; font: 400 10.5px/1.55 var(--sans); color: var(--app-ink-dim); }
.ks-steps a { color: var(--app-ink); text-decoration: underline; text-underline-offset: 2px; }
.ks-steps .ks-cmd {
  margin-top: 8px; padding: 8px 10px;
  background: var(--app-well);
  border: 1px solid var(--app-line); border-radius: var(--app-r-btn);
}
.ks-cmd code {
  display: block;
  -webkit-user-select: all; user-select: all;
  font: 400 10px/1.7 var(--mono); color: var(--app-ink);
  overflow-wrap: anywhere;
}
.ks-cmd code + code { margin-top: 2px; }
.k-setup .k-btn {
  align-self: flex-start; margin-top: 18px;
  font-size: 10px; padding: 5px 9px; text-decoration: none;
}
.cpin {
  position: absolute; z-index: 9;
  min-width: 20px; height: 20px; padding: 0 6px;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--u, #ececec); color: #0a0a0a;
  border: 1px solid rgba(0, 0, 0, 0.4); border-radius: var(--app-r-btn);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.45);
  font: 600 11px/18px var(--mono); text-align: center;
}
.cpin.prov { opacity: 0.7; width: 20px; min-width: 0; padding: 0; }
.cur { position: absolute; z-index: 8; pointer-events: none; display: block; }
.cur[hidden] { display: none; }
.cur img { display: block; transform-origin: 40% 40%; filter: drop-shadow(0 2px 3px rgba(20, 28, 50, 0.22)); }
.cur .cur-glove { width: 28.5px; height: 30px; }
.cur .cur-fist { width: 28px; height: 25.6px; }
.cur .cur-name { left: 23px; top: 25px; border-color: color-mix(in srgb, var(--u, #ececec) 55%, transparent); }
.cur.cur-a, .cur.cur-b { position: absolute; z-index: 4; display: flex; align-items: flex-start; }
.cur.cur-a svg, .cur.cur-b svg { width: 17px; height: 17px; }
.cur.cur-a svg.flip, .cur.cur-b svg.flip { transform: scaleX(-1); }
.cur-a { color: #5a7ad6; }
.cur-b { color: #4f9d6b; }
.cur.cur-a i, .cur.cur-b i {
  margin: 10px 0 0 -3px;
  padding: 2px 6px; border-radius: 3px;
  font: 500 8.5px/1.2 var(--mono); font-style: normal;
  color: #fff;
}
.cur-a i { background: #5a7ad6; }
.cur-b i { background: #4f9d6b; }
.cur-presence { position: absolute; z-index: 9; pointer-events: none; }
.cur-hand {
  position: absolute; left: -5px; top: -1.7px; width: 18px; height: 22px; display: block;
  fill: var(--u, #ececec);
  stroke: rgba(7, 8, 9, 0.55); stroke-width: 1.4; stroke-linejoin: round; paint-order: stroke;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.4));
}
.cur-name {
  position: absolute; left: 12px; top: 17px; white-space: nowrap;
  padding: 3px 8px;
  background: rgba(20, 20, 22, 0.92);
  border: 1px solid var(--app-line-strong); border-radius: var(--app-r-btn);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);
  font: 500 10px/1.2 var(--sans); color: var(--app-ink);
}
.cur-rim {
  position: absolute; inset: -3px; pointer-events: none; border-radius: 3px;
  border: 2px solid color-mix(in srgb, var(--u, #ececec) 75%, transparent);
}
.sel { position: relative; outline: 2px solid #ececec; outline-offset: -1px; box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.22); }
.sel-hn {
  position: absolute; width: 10px; height: 10px; transform: translate(-50%, -50%);
  background: #ececec; border: 1px solid rgba(0, 0, 0, 0.55); border-radius: 50%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}
.sel-hn.nw { left: 0; top: 0; } .sel-hn.ne { left: 100%; top: 0; }
.sel-hn.sw { left: 0; top: 100%; } .sel-hn.se { left: 100%; top: 100%; }
.sel-multi > .sel-hn { display: none; }
.sel-ghost {
  position: absolute;
  outline: 2px dashed rgba(236, 236, 236, 0.95);
  outline-offset: -1px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.22);
}
.k-star {
  position: absolute; left: 0; bottom: calc(100% + 5px);
  font: 500 11px/1.6 var(--mono);
  letter-spacing: 1.5px;
  color: var(--ink-dim);
  white-space: nowrap;
  pointer-events: none;
}
.k-bar {
  --k-bar-btn: 26px; --k-bar-glyph: 14px; --k-bar-pad: 4px;
  display: inline-flex; align-items: center; gap: 1px; padding: var(--k-bar-pad);
  background: var(--app-panel-2); border: 1px solid var(--app-line);
  border-radius: var(--app-r-item); box-shadow: var(--app-shadow);
}
.k-bar .k-sep { width: 1px; height: calc(var(--k-bar-btn) * 0.62); background: var(--app-line); margin: 0 3px; }
.k-bar button, .k-bar .k-barbtn {
  appearance: none; border: 0; border-radius: var(--app-r-btn); padding: 0;
  width: var(--k-bar-btn); height: var(--k-bar-btn);
  display: flex; align-items: center; justify-content: center;
  background: transparent; color: var(--app-ink-dim); cursor: pointer;
}
.k-bar .k-barbtn:hover { background: var(--app-hover); color: var(--app-ink); }
.k-bar svg { width: var(--k-bar-glyph); height: var(--k-bar-glyph); stroke-width: 1.4; }
.k-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.k-picker { display: grid; grid-template-columns: 1.1fr 1fr; gap: 12px; padding: 12px; }
.k-preview { display: flex; flex-direction: column; min-width: 0; }
.k-shot {
  display: block; width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover;
  background: var(--app-well); border: 1px solid var(--app-line); border-radius: var(--app-r-thumb);
}
.k-shot-note { display: block; font: 400 9px/1.35 var(--sans); color: var(--app-ink-faint); padding: 5px 2px 0; }
.k-preview-name { display: block; font: 500 11px/1.3 var(--sans); color: var(--app-ink); padding: 10px 2px 0; }
.k-preview-print { display: block; font: 400 9.5px/1.35 var(--sans); color: var(--app-ink-dim); margin-top: 2px; padding: 0 2px; }
.k-preview-blurb {
  display: block; font: 400 10px/1.45 var(--sans); color: var(--app-ink-faint);
  margin-top: 4px; padding: 0 2px; min-height: 4.35em;
}
.k-process { margin-top: auto; padding-top: 8px; border-top: 1px solid var(--app-line-soft); }
.k-more {
  display: flex; align-items: center; gap: 6px; width: 100%;
  appearance: none; background: none; border: 0; padding: 5px 2px;
  border-radius: var(--app-r-item); cursor: pointer; text-align: left; color: inherit;
}
.k-more:hover { background: var(--app-hover); }
.k-caret { width: 11px; height: 11px; flex: 0 0 auto; color: var(--app-ink-faint); }
.k-plist { gap: 1px; min-width: 0; }
.k-glabel {
  font: 500 9.5px/1 var(--mono); letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--app-ink-faint); padding: 16px 8px 5px;
}
.k-glabel:first-child { padding-top: 4px; }
.k-plist .k-opt { grid-template-columns: minmax(0, 1fr) 12px; align-items: center; padding: 5px 8px; }
.k-plist .k-name { grid-column: 1; }
.k-plist .k-hint { grid-column: 1; }
.k-check { grid-column: 2; grid-row: 1 / 3; align-self: center; font: 400 10px/1 var(--sans); color: var(--app-ink-faint); opacity: 0; }
.k-plist .k-opt.active .k-check { opacity: 1; }
.k-print .k-list { margin-top: 12px; }
.k-print .k-list + .k-sub { margin-top: 10px; }
.k-pile { position: relative; width: 100%; aspect-ratio: 297 / 210; --step: 7px; }
.k-pile-sheet {
  position: absolute; inset: 0;
  background: #fff; box-shadow: var(--float-shadow);
}
.k-pile-sheet:nth-child(1) { transform: translate(calc(var(--step) * -2), calc(var(--step) * -1.4)); }
.k-pile-sheet:nth-child(2) { transform: translate(calc(var(--step) * -1), calc(var(--step) * -0.7)); }
.k-pile-top { position: relative; display: grid; grid-template-columns: 1fr 1fr; padding: 6.5% 6%; }
.k-pile-pg { position: relative; background: #fbfbfa; overflow: hidden; aspect-ratio: 210 / 297; }
.k-pile-pg img { display: block; width: 100%; height: 100%; object-fit: cover; }
.k-pmark { --mark-len: 9px; --mark-off: 7px; position: absolute; width: 0; height: 0; }
.k-pmark::before, .k-pmark::after { content: ''; position: absolute; background: var(--mark-ink); }
.k-pmark::before { width: 1px; height: var(--mark-len); }
.k-pmark::after { width: var(--mark-len); height: 1px; }
.k-pmark.tl { left: 6%; top: 6.5%; }
.k-pmark.tl::before { left: 0; bottom: var(--mark-off); } .k-pmark.tl::after { left: var(--mark-off); top: 0; transform: translateX(-100%); }
.k-pmark.tr { right: 6%; top: 6.5%; }
.k-pmark.tr::before { right: 0; bottom: var(--mark-off); } .k-pmark.tr::after { right: var(--mark-off); top: 0; transform: translateX(100%); }
.k-pmark.bl { left: 6%; bottom: 6.5%; }
.k-pmark.bl::before { left: 0; top: var(--mark-off); } .k-pmark.bl::after { left: var(--mark-off); bottom: 0; transform: translateX(-100%); }
.k-pmark.br { right: 6%; bottom: 6.5%; }
.k-pmark.br::before { right: 0; top: var(--mark-off); } .k-pmark.br::after { right: var(--mark-off); bottom: 0; transform: translateX(100%); }
.k-pfold { position: absolute; left: 50%; width: 1px; height: 9px; background: var(--mark-ink); }
.k-pfold.t { top: calc(6.5% - 16px); } .k-pfold.b { bottom: calc(6.5% - 16px); }
.k-pile-slug {
  left: 0; top: -22px; right: 0;
  display: flex; justify-content: space-between; gap: 16px;
}
.k-bind { width: 100%; }
.k-bind .k-opt { grid-template-columns: 20px minmax(0, 1fr); }
.k-pick {
  display: inline-flex; align-items: center; justify-content: space-between; gap: 6px;
  width: 100%; padding: 4px 6px 4px 8px;
  background: var(--app-well); color: var(--app-ink); text-align: left;
  border: 1px solid var(--app-line); border-radius: var(--app-r-btn);
  font: 400 10.5px/1.2 var(--sans);
}
.k-pick .k-caret { width: 10px; height: 10px; }
.k-state { text-align: right; font: 400 10px/1.3 var(--sans); color: var(--app-ink-dim); }
.k-fnote { font: 400 10px/1.45 var(--sans); color: var(--app-ink-faint); padding: 2px 0 4px; }
.k-rail {
  --k-rail-btn: 28px; --k-rail-glyph: 14px;
  position: absolute; right: 10px; z-index: 3;
  display: flex; flex-direction: column; gap: 2px; padding: 5px;
  background: var(--app-panel-2); border: 1px solid var(--app-line-soft);
  border-radius: var(--app-radius); box-shadow: var(--app-shadow);
}
.k-rail-work { top: 50%; transform: translateY(-50%); }
.k-rail-talk { top: calc(50% + 16px + var(--k-rail-btn) * 2); }
.k-rail span {
  width: var(--k-rail-btn); height: var(--k-rail-btn); border-radius: var(--app-r-btn);
  display: flex; align-items: center; justify-content: center;
  color: var(--app-ink-dim);
}
.k-rail svg { width: var(--k-rail-glyph); height: var(--k-rail-glyph); }
@media (max-width: 900px) { .k-rail { --k-rail-btn: 22px; --k-rail-glyph: 12px; } }
@media (max-width: 640px) { .k-rail { display: none; } }
.k-spot-tools { display: inline-flex; align-items: center; gap: 8px; margin-left: auto; }
.k-swatch {
  flex: 0 0 auto; width: 16px; height: 16px; border-radius: 50%; padding: 0;
  border: 1px solid var(--app-line-strong); background: var(--u, #888);
}
.k-swatch.active { box-shadow: 0 0 0 1.5px #161619, 0 0 0 3px var(--app-ink-dim); }
.k-tool {
  flex: 0 0 auto; width: 20px; height: 20px; display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid transparent; border-radius: var(--app-r-btn);
  background: transparent; color: var(--app-ink-dim);
}
.k-tool.active { background: var(--app-on); border-color: var(--app-line); color: var(--app-ink); }
.k-tool svg { width: 12px; height: 12px; }
.k-thread .k-verb { margin-left: auto; }
.k-msgs { display: flex; flex-direction: column; gap: 12px; padding: 2px 0 8px; }
.k-msg { position: relative; padding-left: 15px; }
.k-dot {
  position: absolute; left: 0; top: 5px;
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--u, var(--app-accent));
}
.k-msg-top { display: flex; align-items: baseline; gap: 8px; }
.k-who { font: 600 11px/1.2 var(--sans); color: var(--app-ink); }
.k-when { font: 400 9.5px/1 var(--mono); color: var(--app-ink-faint); }
.k-said { margin: 2px 0 0; font: 400 11.5px/1.5 var(--sans); color: var(--app-ink-dim); }
.k-compose { border-top: 1px solid var(--app-line-soft); padding-top: 8px; }
.k-input {
  display: block; min-height: 38px; padding: 8px 10px;
  background: var(--app-well); border: 1px solid var(--app-line); border-radius: var(--app-r-btn);
  font: 400 11.5px/1.45 var(--sans); color: var(--app-ink-faint);
}
.k-compose-foot { display: flex; align-items: center; justify-content: space-between; margin-top: 8px; }
.k-compose-foot .k-hint { display: inline-flex; align-items: center; gap: 3px; font: 400 9.5px/1 var(--mono); color: var(--app-ink-faint); }
.k-tag { font: 500 9px/1 var(--mono); letter-spacing: 0.06em; text-transform: uppercase; color: var(--app-accent); }
@media (max-width: 920px) {
  .k-picker { grid-template-columns: minmax(0, 1fr); }
  .k-preview { max-width: 340px; }
}
@media (max-width: 560px) {
  .k-xhint { display: none; }
  .k-bar { flex-wrap: wrap; max-width: 100%; }
}
.demo { position: relative; display: flex; flex-direction: column; }
.fs-art .demo { max-width: none; margin-left: 0; margin-right: 0; }
.demo-ctl {
  order: 2;
  display: flex; gap: 2px; padding: 3px;
  width: fit-content; margin: 18px auto 0;
  background: var(--surface);
  border: 1px solid var(--line); border-radius: 0;
}
.demo-ctl button {
  appearance: none; border: 0; cursor: pointer;
  padding: 7px 12px; border-radius: 0;
  background: transparent;
  font: 500 10.5px/1 var(--mono);
  text-transform: uppercase; letter-spacing: 0.09em;
  color: var(--ink-faint);
  transition: color 0.12s, background 0.12s;
}
.demo-ctl button:hover { color: var(--ink); }
.demo-ctl button.active { background: var(--ink); color: #fff; }
.demo[style*="--demo-mid"] .demo-ctl {
  align-self: flex-start;
  margin: 18px 0 0 var(--demo-mid);
  transform: translateX(-50%);
}
@media (max-width: 920px) {
  .demo[style*="--demo-mid"] .demo-ctl { align-self: auto; margin: 18px auto 0; transform: none; }
}
.cells { display: grid; grid-template-columns: repeat(var(--cells-n, 3), minmax(0, 1fr)); gap: 40px 32px; }
.cells-2 { --cells-n: 2; }
.cells-3 { --cells-n: 3; }
.cells-4 { --cells-n: 4; gap: 36px 24px; }
.cell { display: flex; flex-direction: column; }
.cell .stage { margin-bottom: 14px; }
.cell-cap {
  margin: 0 0 6px;
  font: 500 var(--fs-slug)/1.4 var(--mono);
  letter-spacing: var(--ls-fact); text-transform: uppercase;
  color: var(--ink);
}
.cell-note { margin: 0; font: 400 13.5px/1.6 var(--sans); color: var(--ink-dim); }
@media (max-width: 920px) {
  .cells { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .cells-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 20px; }
  .cells .stage, .cell .scene { max-width: 460px; }
}
.ledger { display: flex; flex-direction: column; }
.ledger-plain .ledger-row { grid-template-columns: minmax(0, 1fr) auto; }
.ledger-row {
  display: grid;
  grid-template-columns: var(--ledger-key, 110px) minmax(0, 1fr) auto;
  gap: 24px;
  align-items: baseline;
  padding: 18px 0;
  border-top: 1px solid rgba(28, 42, 85, 0.08);
  text-decoration: none;
}
.ledger-row:first-child { border-top: 0; }
.ledger-key {
  font: 500 var(--fs-slug)/1.6 var(--mono);
  text-transform: uppercase; letter-spacing: var(--ls-fact);
  color: var(--ink-faint);
}
.ledger-title { font: 400 17px/1.45 var(--sans); letter-spacing: -0.011em; color: var(--ink); transition: color 0.12s; }
.ledger-sum {
  display: block; margin-top: 6px;
  font: 400 15px/1.7 var(--sans); color: var(--ink-dim);
  max-width: var(--measure);
}
.ledger-rich { align-items: start; padding: 26px 0; }
.ledger-state {
  align-self: baseline; white-space: nowrap;
  font: 500 var(--fs-label)/1.6 var(--mono);
  text-transform: uppercase; letter-spacing: var(--ls-label);
  color: var(--ink-faint);
}
.ledger-note {
  margin: 22px 0 0;
  font: 500 var(--fs-label)/1.6 var(--mono);
  text-transform: uppercase; letter-spacing: var(--ls-label);
  color: var(--ink-faint);
}
ol.ledger-steps { list-style: none; margin: 44px 0 0; padding: 0; }
.ledger-steps + .fs-lede { margin-top: 30px; }
@media (max-width: 700px) {
  .ledger-rich { grid-template-columns: minmax(0, 1fr) auto; gap: 6px 16px; }
  .ledger-rich .ledger-key { grid-row: 1; grid-column: 1; }
  .ledger-rich .ledger-title { grid-row: 2; grid-column: 1; }
  .ledger-rich.arrow-in::after { grid-row: 1; grid-column: 2; }
}
.band {
  position: relative; isolation: isolate; overflow: hidden;
  background: var(--brand); color: var(--on-brand);
  padding: clamp(44px, 6vw, 72px) clamp(28px, 4.5vw, 64px) clamp(40px, 5.5vw, 64px);
  display: grid; grid-template-columns: 5fr 7fr; gap: 40px 56px; align-items: end;
}
.band > :not(.grain-fill) { position: relative; z-index: 1; }
.band-claim {
  margin: 22px 0 0;
  font: 400 clamp(44px, 5.6vw, 84px)/1 'Redaction 50', Georgia, serif;
  letter-spacing: -0.02em;
  color: var(--on-brand);
}
.band-body {
  margin: 0 0 26px;
  max-width: 34rem;
  font: 400 15.5px/1.6 var(--sans);
  color: var(--on-brand-dim);
}
.band-acts { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 26px; margin-top: 26px; }
.band-acts .cta, .band-acts .cta-word { white-space: nowrap; }
.band .cta { margin: 0; background: var(--on-brand); color: var(--brand); }
.band .cta:hover { background: #ffffff; }
.band .cta:visited { color: var(--brand); }
.band .cta-word { color: var(--on-brand-word); }
.band .cta-word:hover { color: #fff; }
.band-inline { padding: clamp(30px, 4vw, 44px) clamp(26px, 3.5vw, 48px); align-items: start; }
.band-inline .band-claim { font-size: clamp(30px, 3vw, 42px); line-height: 1.08; }
.band-wrap:has(.band-inline) { margin-bottom: var(--sec-half); }
@media (max-width: 920px) {
  .band { grid-template-columns: minmax(0, 1fr); gap: 32px; }
}
.fig, .prose figure { margin: 30px 0 34px; }
.fig img, .prose figure img {
  display: block;
  width: 100%; height: auto;
  border-radius: 0;
  box-shadow: var(--float-shadow);
}
.fig-m { max-width: 29rem; }
.fig figcaption, .fig-quiet figcaption, .prose figure figcaption {
  margin-top: 14px;
  text-align: left;
  font: 500 var(--fs-label)/1.6 var(--mono);
  text-transform: uppercase; letter-spacing: var(--ls-label);
  color: var(--ink-faint);
}
.fig svg, .prose figure svg {
  display: block;
  width: 100%; height: auto;
  overflow: visible;
  filter: var(--float-drop);
}
.prose kbd, .phead-say kbd,
.fs-lead kbd, .fs-lede kbd, .facts dd kbd, .cell-note kbd, .rrail p kbd,
.ledger-title kbd, .ledger-sum kbd {
  font: 400 13.5px/1.4 var(--mono);
  color: var(--ink);
  background: var(--hover);
  border: 1px solid var(--line);
  border-radius: 0;
  padding: 1px 6px;
}
.cell-note kbd { font-size: 12px; padding: 0 5px; }
.byline {
  display: flex; align-items: center; gap: 9px;
  margin-bottom: 28px;
}
.byline img {
  width: 22px; height: 22px;
  border-radius: 50%;
  object-fit: cover;
  filter: grayscale(1) contrast(0.96);
  opacity: 0.85;
}
.byline-who {
  font: 500 var(--fs-label)/1.5 var(--mono);
  text-transform: uppercase; letter-spacing: var(--ls-label);
  color: var(--ink-dim);
}
.byline-when {
  font: 500 var(--fs-label)/1.5 var(--mono);
  text-transform: uppercase; letter-spacing: var(--ls-label);
  color: var(--ink-faint);
}
.byline-when::before { content: '·'; margin-right: 11px; color: var(--line-strong); }
.only-capable { display: none; }
html.chrome-ok .only-capable { display: block; }
html.chrome-ok .only-blocked { display: none; }
html.chrome-ok .only-capable.hero-acts { display: flex; }
.only-mobile { display: none; }
html.is-mobile .only-mobile { display: block; }
html.is-mobile .only-desk { display: none; }
.only-win { display: none; }
html.os-windows .only-win { display: block; }
.nb { white-space: nowrap; }
.phead {
  --phead-gut: var(--gut);
  position: relative;
  width: 100%;
  max-width: var(--col);
  margin: 0 auto clamp(40px, 5vh, 64px);
  padding: clamp(56px, 8vh, 96px) var(--phead-gut) clamp(26px, 3.2vh, 36px);
}
.phead::after {
  content: '';
  position: absolute; left: var(--phead-gut); right: var(--phead-gut); bottom: 0;
  height: 1px; background: var(--line);
}
.phead-bare::after { content: none; }
.phead-post { max-width: var(--measure-post); --phead-gut: 24px; }
.phead-read { max-width: var(--measure); --phead-gut: 24px; }
@media (max-width: 920px) {
  .phead-post, .phead-read { --phead-gut: var(--gut); }
}
.phead > .slug { margin-bottom: 26px; }
.phead h1 {
  margin: 0 0 18px;
  font: 400 clamp(40px, 5.6vw, 72px)/1.04 'Redaction 50', Georgia, serif;
  letter-spacing: -0.018em;
  color: var(--ink);
  text-wrap: balance;
}
.phead-post h1 { font-size: clamp(36px, 4.2vw, 48px); line-height: 1.1; }
.phead-read h1 { font-size: clamp(36px, 4.8vw, 52px); line-height: 1.1; }
@media (max-width: 920px) { .phead h1 br { display: none; } }
.phead-line {
  display: grid; grid-template-columns: 7fr 5fr; gap: 56px;
  align-items: start;
  margin-top: clamp(26px, 3.4vh, 40px);
}
.phead-say { display: flex; flex-direction: column; align-items: flex-start; }
.phead-line .facts { margin-top: 4px; }
.phead-post .phead-line, .phead-read .phead-line {
  grid-template-columns: minmax(0, 1fr); gap: 18px;
}
@media (max-width: 920px) {
  .phead-line { grid-template-columns: minmax(0, 1fr); gap: 22px; }
}
.phead .lede {
  margin: 0;
  max-width: 34rem;
  font: 400 clamp(17px, 1.5vw, 19px)/1.6 var(--sans);
  color: var(--ink-dim);
  text-wrap: pretty;
}
.phead .byline { margin: 0 0 22px; }
.phead .hero-acts { margin-top: clamp(26px, 3vw, 36px); }
.phead .hero-fine { margin-top: 20px; }
.page-lead { margin-top: clamp(40px, 5.5vh, 68px); }
.page-lead .hero-cap { margin-top: 22px; }
.phead .eyebrow a,
.phead .eyebrow a:visited { color: inherit; text-decoration: none; }
.phead .eyebrow a:hover { color: var(--ink); }
.phead-price {
  margin: 26px 0 0;
  font: 500 clamp(40px, 4.4vw, 56px)/1 var(--mono);
  letter-spacing: -0.01em;
  color: var(--ink);
}
.feat {
  max-width: 1160px;
  margin: var(--sec) auto;
  margin-top: var(--sec-half);
  padding: 0 var(--gut);
}
.feat-head {
  display: flex; align-items: baseline; justify-content: space-between; gap: 24px;
  position: relative;
  border-top: 0;
  padding-top: var(--sec-half);
  margin-bottom: clamp(56px, 8vh, 100px);
}
.feat-head h2 {
  margin: 0;
  max-width: 22ch;
  font: 400 clamp(32px, 3.8vw, 52px)/1.12 var(--sans);
  letter-spacing: -0.024em;
  color: var(--ink);
  text-wrap: balance;
}
.feat-head::before,
.feat > .fs:first-child::before {
  content: ''; position: absolute; top: 0; left: 50%; width: 100vw; height: 1px;
  transform: translateX(-50%); background: var(--line-strong);
}
.feat > .fs:first-child { position: relative; border-top: 0; padding-top: var(--sec-half); }
:is(.fs, .fs-hold) + :is(.fs, .fs-hold) { margin-top: clamp(120px, 16vh, 210px); }
.fs-hold[data-play]::after { content: ''; display: block; height: var(--road, 0px); }
.fs-hold { --hold-air: 0px; }
@media (min-width: 921px) { .fs-hold { --hold-air: 48px; } }
.fs-hold[data-play] > .fs { position: sticky; top: var(--pin, calc(var(--nav-h) + var(--hold-air))); }
.fs {
  border-top: 1px solid rgba(28, 42, 85, 0.08); padding-top: 18px;
  scroll-margin-top: calc(var(--nav-h) + 32px);
}
.fs > .slug { margin-bottom: 30px; }
.fs-head {
  --h3: clamp(30px, 3.2vw, 44px);
  display: grid; grid-template-columns: 7fr 5fr; gap: 56px; align-items: start;
}
.fs :is(h2, h3):not(.showcase *):where(:not(.rrow-mark)) {
  margin: 0 0 18px;
  max-width: 17em;
  font: 400 var(--h3)/1.14 var(--sans);
  letter-spacing: -0.022em;
  color: var(--ink);
  text-wrap: balance;
}
.fs-title { display: flex; flex-direction: column; align-items: flex-start; }
.fs-title .cta-word { margin-top: 22px; }
.fs-lead { display: flex; flex-direction: column; align-items: flex-start; padding-top: calc(var(--h3) * 0.449 - 10.4px); }
.fs-lead .fs-lede { max-width: none; font-size: 15.5px; line-height: 1.6; }
.fs-lead .cta-word { margin-top: 22px; }
.fs-art { position: relative; margin: 40px 0 0; }
@media (max-width: 920px) {
  .fs-head { grid-template-columns: minmax(0, 1fr); gap: 18px; }
  .fs > .slug { flex-wrap: wrap; }
}
.fs-lede {
  margin: 0;
  max-width: 38rem;
  font: 400 16.5px/1.7 var(--sans);
  color: var(--ink-dim);
}
.fs-lede + .fs-lede { margin-top: 14px; }
.fs > .rrail { margin-top: clamp(40px, 5vh, 56px); }
.prose {
  width: 100%;
  max-width: var(--measure);
  margin: 0 auto;
  padding: 0 24px;
}
@media (max-width: 920px) { .prose { padding: 0 var(--gut); } }
.prose-post { max-width: var(--measure-post); }
.prose h2 {
  position: relative;
  margin: 52px 0 14px;
  font: 400 clamp(22px, 2.4vw, 26px)/1.3 var(--sans);
  letter-spacing: -0.016em;
  color: var(--ink);
  text-wrap: balance;
}
.prose h3 {
  margin: 34px 0 10px;
  font: 500 17px/1.4 var(--sans);
  letter-spacing: -0.008em;
  color: var(--ink);
}
.prose > :first-child,
.prose > h2:first-child,
.prose > h3:first-child { margin-top: 0; }
.prose p { margin: 0 0 18px; color: var(--ink-dim); }
.prose p:last-child { margin-bottom: 0; }
.prose p strong, .prose li strong { color: var(--ink); font-weight: 600; }
.prose .lede { font: 400 19px/1.6 var(--sans); color: var(--ink-dim); margin-bottom: 26px; }
.prose ul, .prose ol { margin: 0 0 18px; padding-left: 22px; color: var(--ink-dim); }
.prose li { margin-bottom: 8px; }
.prose li::marker { color: var(--ink-faint); }
.prose a, .prose a:visited {
  color: var(--ink);
  text-decoration-color: var(--line-strong);
  text-underline-offset: 3px;
}
.prose a:hover { text-decoration-color: var(--ink); }
.prose code {
  font: 400 14px/1.5 var(--mono);
  color: var(--ink);
  background: var(--hover);
  padding: 1px 5px; border-radius: 0;
}
.prose hr { border: 0; border-top: 1px solid var(--line); margin: 56px 0; }
.prose table {
  width: 100%; border-collapse: collapse;
  margin: 4px 0 22px;
  font: 400 13px/1.5 var(--sans); color: var(--ink-dim);
}
.prose th {
  text-align: left;
  font: 500 var(--fs-slug)/1.5 var(--mono);
  letter-spacing: var(--ls-fact); text-transform: uppercase;
  color: var(--ink);
}
.prose th, .prose td {
  padding: 8px 14px 8px 0;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}
.prose th:last-child, .prose td:last-child { padding-right: 0; }
.prose td:first-child { color: var(--ink); }
.prose h2 .hl {
  position: absolute; left: -1.05em; top: 0.06em;
  font: 400 0.85em/1.5 var(--mono);
  color: var(--ink-faint); text-decoration: none;
  opacity: 0;
}
.prose h2:hover .hl, .prose h2 .hl:focus-visible { opacity: 1; }
.prose h2 .hl:hover { color: var(--ink); }
@media (max-width: 860px) { .prose h2 .hl { display: none; } }
.prose .label {
  display: block;
  margin-top: 40px;
  font: 500 var(--fs-label)/1.6 var(--mono);
  text-transform: uppercase; letter-spacing: var(--ls-label);
  color: var(--ink-faint);
}
main > .prose:last-child { padding-bottom: clamp(80px, 11vh, 132px); }
.qa { border-top: 1px solid var(--line); }
.qa:last-child { border-bottom: 1px solid var(--line); }
.qa summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  padding: 19px 36px 19px 0;
  font: 500 16px/1.5 var(--sans);
  letter-spacing: -0.011em;
  color: var(--ink-dim);
  transition: color 0.12s;
}
.qa summary::-webkit-details-marker { display: none; }
.qa summary::after {
  content: '+';
  position: absolute; right: 4px; top: 50%;
  transform: translateY(-50%);
  font: 400 16px/1 var(--mono);
  color: var(--ink-faint);
}
.qa[open] summary::after { content: '\2212'; }
.qa summary:hover, .qa[open] summary { color: var(--ink); }
.qa p {
  margin: 0;
  padding: 0 36px 22px 0;
  font: 400 15px/1.75 var(--sans);
  color: var(--ink-dim);
}
.prose + .fin { margin-top: clamp(56px, 8vh, 96px); }
.prose + .band-wrap { margin-top: clamp(56px, 8vh, 96px); }
.prose-rail {
  width: auto;
  max-width: var(--measure);
  padding-left: 0; padding-right: var(--gut);
  margin-left: max(var(--gut), calc(50vw - var(--col) / 2 + var(--gut)));
  margin-right: auto;
}
.prose-rail > .slug { margin-bottom: 14px; }
.prose-rail > .slug + h2 { margin-top: 0; }
.band-close {
  display: block;
  padding: clamp(48px, 6.5vw, 84px) clamp(28px, 4.5vw, 64px) clamp(44px, 6vw, 76px);
}
.band-close .fin-top { display: grid; grid-template-columns: 7fr 5fr; gap: 40px 56px; align-items: end; }
.band-close .fin-claim {
  max-width: none; margin: 0;
  font: 400 clamp(44px, 5.6vw, 84px)/0.98 'Redaction 50', Georgia, serif;
  letter-spacing: -0.02em; color: var(--on-brand); text-wrap: initial;
}
.band-close .fin-right { display: flex; flex-direction: column; align-items: flex-start; }
.band-close .fin-sub {
  margin: 0; max-width: 34ch;
  font: 400 16px/1.55 var(--sans); color: var(--on-brand-dim);
  text-wrap: initial;
}
@media (max-width: 920px) {
  .band-close .fin-top { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .band-close .fin-claim { font-size: clamp(40px, 11vw, 64px); }
}
.band-wrap { max-width: var(--col); margin: 0 auto var(--sec); padding: 0 var(--gut); }
.band-wrap:has(.band-close) { margin-bottom: 0; }
.band-wrap:has(.band-close) + .pnav { margin-top: var(--sec-half); }
.fin {
  max-width: var(--col);
  margin: 0 auto;
  padding: clamp(96px, 13vh, 190px) var(--gut);
  border-top: 1px solid var(--line);
  text-align: center;
}
.fin-claim {
  max-width: 18ch;
  margin: 0 auto;
  font: 400 clamp(44px, 5.4vw, 80px)/1.1 'Redaction 50', Georgia, serif;
  letter-spacing: -0.012em;
  color: var(--ink);
  text-wrap: balance;
}
.fin-sub {
  max-width: 34rem;
  margin: clamp(16px, 1.6vw, 22px) auto 0;
  font: 400 clamp(16px, 1.4vw, 18px)/1.6 var(--sans);
  color: var(--ink-dim);
  text-wrap: balance;
}
.fin .cta { margin-top: clamp(36px, 4.4vw, 52px); }
.fin-mid {
  border-top: 0;
  min-height: 72vh;
  display: grid;
  place-content: center;
  justify-items: center;
}
.fin-code {
  display: inline-flex; align-items: center;
  margin: 0 auto clamp(22px, 3vw, 34px);
  padding: 8px 15px;
  border: 1px solid var(--line);
  border-radius: 0;
  font: 500 var(--fs-mark)/1 var(--mono);
  text-transform: uppercase; letter-spacing: var(--ls-mark);
  color: var(--ink-faint);
}
.fin-post {
  max-width: var(--measure-post);
  margin: 0 auto;
  padding: clamp(56px, 8vh, 88px) 24px clamp(64px, 9vh, 104px);
  text-align: left;
}
.fin-post .fin-claim {
  max-width: 20ch;
  margin: 0;
  font-size: clamp(34px, 3.6vw, 48px);
  line-height: 1.08;
}
.fin-post .fin-sub { margin: 18px 0 0; max-width: 34rem; }
.fin-post .cta { margin-top: clamp(28px, 3.4vw, 38px); }
.pnav {
  max-width: var(--col);
  margin: 0 auto var(--sec-half);
  padding: 0 var(--gut);
}
.pnav-lead {
  margin: 0 0 16px;
  font: 500 16px/1.45 var(--sans);
  letter-spacing: -0.011em;
  color: var(--ink);
}
.pnav-grid {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 48px;
  border-top: 1px solid var(--line);
  padding-top: 24px;
}
.pnav-col { display: grid; gap: 20px; align-content: start; }
.pnav-h {
  display: block; margin-bottom: 4px;
  font: 500 12px/1 var(--sans);
  color: var(--ink-faint);
}
.pnav-item {
  display: grid; grid-template-columns: 20px minmax(0, 1fr);
  gap: 13px; align-items: start;
  max-width: 34rem;
  text-decoration: none;
}
.pnav-item .np-tile { margin-top: 2px; }
.pnav-txt { display: block; }
.pnav-item .pnav-t {
  display: block; margin-bottom: 3px;
  font: 500 15px/1.4 var(--sans);
  letter-spacing: -0.009em;
  color: var(--ink-dim);
  transition: color 0.12s;
}
.pnav-item .pnav-s {
  display: block;
  font: 400 13px/1.55 var(--sans);
  color: var(--ink-faint);
}
.pnav-item:hover .pnav-t { color: var(--ink); }
a.pnav-item, a.pnav-item:visited { color: inherit; text-decoration: none; }
.pnav-item[aria-current='page'] .pnav-t,
.pnav-item[aria-current='page']:hover .pnav-t { color: var(--ink-faint); }
.pnav-item[aria-current='page'] .pnav-s { opacity: 0.62; }
.pnav-item[aria-current='page'] .np-tile { opacity: 0.45; }
@media (max-width: 920px) {
  .pnav-grid { grid-template-columns: minmax(0, 1fr); gap: 28px; }
}
.rrow-mark {
  display: block;
  font: 500 var(--fs-label)/1.9 var(--mono);
  text-transform: uppercase; letter-spacing: var(--ls-label);
  color: var(--ink-faint);
}
.rrail {
  display: grid;
  grid-template-columns: repeat(var(--rrail-n, 3), minmax(0, 1fr));
  border-top: 1px solid var(--line);
}
.rrail > * {
  display: block;
  padding: 26px 26px 0 0;
  color: inherit;
  text-decoration: none;
}
.rrail > * + * { padding-left: 26px; border-left: 1px solid var(--line); }
.rrail .rrow-mark {
  margin: 0 0 10px;
  font-size: var(--fs-mark); line-height: 1; letter-spacing: var(--ls-mark);
}
.rrail ul, .rrail ol { list-style: none; margin: 0; padding: 0; }
.rrail li {
  margin: 0; padding: 3px 0;
  font: 400 14px/1.65 var(--sans);
  color: var(--ink-dim);
}
.rrail p {
  margin: 0;
  font: 400 14px/1.65 var(--sans);
  color: var(--ink-dim);
}
.rrail-yes li { position: relative; padding-left: 20px; }
.rrail-yes li::before {
  content: '\2713';
  position: absolute; left: 0; top: 4px;
  font: 400 11px/1.6 var(--mono);
  color: var(--ink-faint);
}
@media (max-width: 920px) {
  .rrail { grid-template-columns: minmax(0, 1fr); }
  .rrail > * { padding: 22px 0 0; border-top: 1px solid var(--line); }
  .rrail > *:first-child { border-top: 0; }
  .rrail > * + * { padding-left: 0; border-left: 0; }
}
.rrail-4 { --rrail-n: 4; }
@media (max-width: 1120px) {
  .rrail-4 { grid-template-columns: minmax(0, 1fr); }
  .rrail-4 > * { padding: 22px 0 0; border-top: 1px solid var(--line); }
  .rrail-4 > *:first-child { border-top: 0; }
  .rrail-4 > * + * { padding-left: 0; border-left: 0; }
}
.post-end {
  display: flex; flex-wrap: wrap; align-items: center;
  gap: 14px 28px;
  margin: 56px 0 clamp(56px, 7vh, 88px);
}
.rebate {
  position: sticky; top: 0; z-index: 20;
  display: grid; grid-template-columns: auto 1fr auto; align-items: center;
  height: var(--nav-h);
  padding: 0 var(--gut);
  border-bottom: 1px solid var(--nav-line);
}
.rebate::before {
  content: ''; position: absolute; inset: 0; z-index: -1;
  background: var(--nav-glass);
  -webkit-backdrop-filter: var(--nav-blur); backdrop-filter: var(--nav-blur);
}
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .rebate::before { background: var(--nav-solid); }
}
.rebate .brand {
  position: relative;
  grid-column: 1; justify-self: start;
  display: inline-flex; align-items: center;
  padding: 7px 12px; margin-left: -12px;
}
.rebate .brand .wordmark {
  position: relative; z-index: 1;
  width: 58px; height: 21px;
  background: var(--nav-ink);
}
.rebate nav { grid-column: 2; justify-self: start; margin-left: 24px; display: flex; align-items: center; gap: 0; }
.rebate nav > svg[hidden] { display: none; }
.rebate nav > a, .rebate nav summary {
  position: relative;
  display: inline-flex; align-items: center; gap: 0;
  height: 32px; padding: 0 13px;
  border-radius: 0;
  font: 500 11.5px/1 var(--mono);
  text-transform: uppercase; letter-spacing: 0.09em;
  color: var(--nav-ink-faint); text-decoration: none;
  transition: color 0.12s, background 0.12s, border-color 0.12s;
}
.rebate nav summary { list-style: none; cursor: pointer; }
.rebate nav summary::-webkit-details-marker { display: none; }
.rebate nav > a:hover, .rebate nav summary:hover,
.rebate nav details[open] summary { color: var(--nav-ink); }
.rebate nav summary::after {
  content: ''; position: absolute; left: 13px; right: 13px; bottom: -13px;
  width: auto; height: 1px; margin: 0;
  border: 0; background: var(--nav-ink);
  transform: none; opacity: 0; transition: opacity 0.12s;
}
.rebate nav details[open] summary::after { transform: none; margin-top: 0; opacity: 1; }
.rebate nav details:has(a[aria-current='page']) summary::after { opacity: 1; }
.rebate nav > a[aria-current='page']::after {
  content: ''; position: absolute; left: 13px; right: 13px; bottom: -13px; height: 1px; background: var(--nav-ink);
}
.rebate nav details { position: relative; display: flex; align-items: center; }
.nav-panel {
  --drop: calc((var(--nav-h) - 32px) / 2 + 8px);
  position: absolute;
  top: calc(100% + var(--drop));
  left: -6px; z-index: 1;
  display: grid;
  grid-template-columns: 300px 320px;
  grid-template-rows: 1fr auto;
  width: auto; min-width: 0; max-width: none;
  padding: 0;
  background: var(--ground);
  color: var(--nav-ink, #171d30);
  border: 1px solid var(--nav-line-strong);
  border-radius: 0;
  box-shadow: none;
}
.nav-panel::before {
  content: ''; position: absolute; left: 0; right: 0;
  top: calc(-1 * var(--drop)); height: var(--drop);
}
.nav-panel:not(:has(.np-side)) { grid-template-columns: 300px; }
.np-list { grid-area: 1 / 1; padding: 34px 6px 10px; position: relative; }
.np-list::before {
  content: attr(data-slug);
  position: absolute; left: 18px; top: 14px;
  font: 500 var(--fs-slug)/1 var(--mono); letter-spacing: var(--ls-slug); text-transform: uppercase;
  color: var(--ink-faint); pointer-events: none;
}
.np-row {
  display: grid; grid-template-columns: 20px 1fr auto; column-gap: 14px; align-items: center;
  padding: 10px 12px 11px;
  border-radius: 0; text-decoration: none;
  color: inherit;
  transition: background 0.12s, color 0.12s;
}
.np-row .np-t, .np-row .np-s { grid-column: 2; }
.np-row::after { grid-column: 3; grid-row: 1 / span 2; }
.np-row .np-tile { grid-column: 1; grid-row: 1 / span 2; align-self: start; }
.np-t {
  display: block;
  font: 500 14px/1.3 var(--sans);
  letter-spacing: -0.011em;
  color: inherit;
}
.np-s {
  display: block; margin-top: 2px;
  font: 400 var(--fs-ui)/1.45 var(--sans);
  color: var(--nav-ink-soft, #a3a3a3);
  transition: color 0.12s;
}
.np-row:visited { color: inherit; }
.np-row:hover, .np-row.hot { background: var(--nav-hover); color: var(--nav-ink-on); }
.np-row[aria-current='page'] { color: var(--nav-ink-on); background: var(--nav-hover); }
.np-foot {
  grid-area: 2 / 1; margin: 0; padding: 13px 18px 14px;
  border-top: 1px solid var(--nav-line); border-radius: 0; background: none;
  display: flex; align-items: center;
}
.np-foot .cta-word { font-size: 10.5px; }
.nav-panel:not(:has(.np-cap)) .np-foot { grid-area: 2 / 1 / 3 / -1; }
.nav-panel:has(.np-list + .np-list) {
  grid-template-columns: 300px 300px minmax(0, 320px);
  width: max-content;
  max-width: calc(100vw - 2 * var(--gut) - 88px);
}
.np-list + .np-list { grid-area: 1 / 2; }
.nav-panel:has(.np-list + .np-list) .np-side { grid-area: 1 / 3; }
@media (max-width: 1020px) {
  .nav-panel:has(.np-list + .np-list) { grid-template-columns: minmax(0, 300px) minmax(0, 300px); }
  .nav-panel:has(.np-list + .np-list) .np-side { display: none; }
}
.np-foot .np-t {
  font: 500 var(--fs-ui)/1.4 var(--sans);
  color: var(--nav-ink-soft, #a3a3a3);
  transition: color 0.12s;
}
.np-foot .np-row:hover .np-t { color: var(--nav-ink, #ececec); }
.rebate nav details:has(a[aria-current='page']) .nav-word { color: var(--nav-ink-on); }
.rebate nav > a[aria-current='page'] { color: var(--nav-ink-on); }
.rebate nav .nav-word { position: relative; }
.np-side { grid-area: 1 / 2; position: relative; overflow: hidden; border-left: 1px solid var(--nav-line); min-height: 100%; }
.np-demo { background: var(--ground); }
.np-demo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: 0; transition: opacity 0.2s; }
.np-demo img.on { opacity: 1; }
.np-claim {
  background: var(--brand); color: var(--on-brand); border-left-color: var(--brand-hover);
  padding: 26px 24px 24px; display: flex; flex-direction: column; justify-content: space-between; gap: 22px;
  isolation: isolate;
}
.np-claim > :not(.grain-fill) { position: relative; z-index: 1; }
.np-claim p { font: 400 12.5px/1.5 var(--sans); color: var(--on-brand-tone-dim); margin: 12px 0 0; max-width: 30ch; }
.np-claim .cta { height: 36px; padding: 0 16px; background: var(--on-brand); color: var(--brand); align-self: flex-start; }
.np-claim .cta:hover { background: #ffffff; }
.rebate .brand:focus-within,
.rebate nav > a:focus-visible, .rebate nav summary:focus-visible,
.rebate .nav-cta:focus-visible { outline: 2px solid var(--nav-ink); outline-offset: 2px; }
.np-row:focus-visible, .np-foot .cta-word:focus-visible {
  outline: 2px solid var(--nav-ink); outline-offset: -2px;
}
.rebate .brand a.wordmark:focus-visible { outline: none; }
.rebate .nav-burger { display: none; }
.rebate .bar-actions { grid-column: 3; justify-self: end; display: flex; align-items: center; gap: 18px; }
.rebate a.nav-cta {
  display: inline-flex; align-items: center;
  height: 32px;
  font: 500 11px/1 var(--sans);
  text-transform: uppercase; letter-spacing: 0.06em;
  color: var(--nav-ink-faint); text-decoration: none;
  transition: color 0.12s, background 0.12s, border-color 0.12s;
}
.rebate a.nav-cta:hover { color: var(--nav-ink); }
.rebate a.nav-open {
  display: inline-flex; align-items: center;
  height: 32px; padding: 0 15px;
  border-radius: 0;
  background: var(--brand);
  font: 500 11px/1 var(--sans);
  text-transform: uppercase; letter-spacing: 0.06em;
  color: #fff; text-decoration: none;
  transition: background 0.12s;
}
.rebate a.nav-open:hover { background: var(--brand-hover); }
.rebate a.nav-cta.signed-in {
  --me: oklch(0.72 0.12 var(--me-hue, 250));
  gap: 8px; padding: 0 13px;
  border: 1px solid color-mix(in oklab, var(--me) 45%, transparent);
  border-radius: 0;
  color: var(--nav-ink);
  background: color-mix(in oklab, var(--me) 10%, transparent);
}
.rebate a.nav-cta.signed-in:hover {
  border-color: var(--me);
  background: color-mix(in oklab, var(--me) 18%, transparent);
}
.rebate a.nav-cta.signed-in::before {
  content: ''; flex: none;
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--me);
}
.rebate a.nav-cta .me-name {
  min-width: 0; max-width: 18ch;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
html.no-chrome .rebate a.nav-cta { display: none; }
@media (max-width: 640px) {
  .rebate { grid-template-columns: 1fr auto auto; }
  .rebate .nav-cta:not(.signed-in) { display: none; }
  .rebate .brand { grid-column: 1; grid-row: 1; }
  .rebate .bar-actions { grid-column: 2; grid-row: 1; }
  .rebate .nav-burger {
    display: block;
    grid-column: 3; grid-row: 1; justify-self: end;
    margin-left: 2px; margin-right: -9px;
  }
  .rebate .nav-burger > summary {
    display: flex; align-items: center; justify-content: center;
    width: 40px; height: 40px;
    list-style: none; cursor: pointer;
    border-radius: 0; color: var(--nav-ink);
  }
  .rebate .nav-burger > summary::-webkit-details-marker { display: none; }
  .burger-bars { position: relative; }
  .burger-bars, .burger-bars::before, .burger-bars::after {
    display: block; width: 17px; height: 1.5px;
    background: currentColor; border-radius: 0;
    transition: transform 0.18s ease, background 0.12s ease;
  }
  .burger-bars::before, .burger-bars::after { content: ''; position: absolute; left: 0; }
  .burger-bars::before { top: -5px; }
  .burger-bars::after { top: 5px; }
  .nav-burger[open] .burger-bars { background: transparent; }
  .nav-burger[open] .burger-bars::before { transform: translateY(5px) rotate(45deg); }
  .nav-burger[open] .burger-bars::after { transform: translateY(-5px) rotate(-45deg); }
  .rebate nav {
    position: fixed; inset: var(--nav-h) 0 0; z-index: 19;
    display: none;
    flex-direction: column; align-items: stretch;
    gap: 0; margin: 0;
    justify-self: stretch;
    padding: 6px var(--gut) calc(28px + env(safe-area-inset-bottom));
    overflow-y: auto; overscroll-behavior: contain;
    background: var(--nav-solid);
  }
  .rebate .nav-burger[open] ~ nav { display: flex; }
  body:has(.rebate .nav-burger[open]) { overflow: hidden; }
  .rebate nav > a, .rebate nav summary {
    display: flex;
    height: auto; padding: 15px 2px;
    border-radius: 0; border-bottom: 1px solid var(--nav-line);
    font: 500 14px/1.2 var(--mono);
    text-transform: uppercase; letter-spacing: 0.09em;
    color: var(--nav-ink);
    justify-content: space-between;
  }
  .rebate nav > a:hover, .rebate nav summary:hover,
  .rebate nav details[open] summary { background: none; }
  .rebate nav details { position: static; display: block; }
  .nav-panel, .nav-panel:has(.np-list + .np-list) {
    position: static; z-index: auto;
    width: auto; min-width: 0; max-width: none;
    padding: 6px 0 14px;
    background: none;
    -webkit-backdrop-filter: none; backdrop-filter: none;
    border: 0; border-radius: 0; box-shadow: none;
    display: block;
  }
  .nav-panel::before { content: none; }
  .np-row { padding: 11px 14px; }
  .np-t { font-size: 16px; }
  .np-foot .np-t { font-size: 14px; }
  .np-foot {
    margin: 4px 0 0; padding: 10px 14px 0;
    background: none; border-radius: 0;
    border-top: 1px solid var(--nav-line);
  }
  .np-foot .np-row { font-size: 15px; }
  .rebate nav summary::after, .rebate nav > a[aria-current='page']::after { content: none; }
  .np-list { padding: 0; }
  .np-list::before { content: none; }
  .np-side { display: none; }
  .np-row::after { content: none; }
}
@media (min-width: 641px) and (max-width: 760px) {
  .rebate nav > a, .rebate nav summary { padding: 0 10px; letter-spacing: 0.04em; }
}
.colophon {
  margin-top: 16px;
  padding: 72px 0 40px;
  border-top: 1px solid var(--line);
}
.cf {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 0.8fr; gap: 40px;
  width: 100%; max-width: var(--col); margin: 0 auto; padding: 0 var(--gut);
}
.cf-brand { max-width: 34rem; }
.cf-mark {
  width: 52px; height: 19px;
  background: var(--ink-dim);
  transition: background 0.12s;
}
.cf-mark:hover { background: var(--ink); }
.cf-about {
  margin-top: 18px;
  font: 400 14px/1.65 var(--sans);
  color: var(--ink-dim);
  text-wrap: pretty;
}
.cf-free { margin-top: 12px; color: var(--ink-dim); }
.cf-col { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.cf-h {
  font: 500 var(--fs-label)/1 var(--mono);
  text-transform: uppercase; letter-spacing: var(--ls-label);
  color: var(--ink-faint);
  margin-bottom: 2px;
}
.cf-col a {
  font: 400 14px/1.2 var(--sans);
  color: var(--ink-dim); text-decoration: none;
  transition: color 0.12s;
}
.cf-col a:hover { color: var(--ink); }
.cf-col a[aria-current='page'] { color: var(--ink); }
.cf-open::after { content: ' \2192'; }
.cf-rule {
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  width: 100%; max-width: var(--col); margin: 56px auto 0; padding: 20px var(--gut) 0;
  border-top: 1px solid var(--line);
}
.cf-rule span {
  font: 500 var(--fs-label)/1 var(--mono);
  text-transform: uppercase; letter-spacing: var(--ls-label);
  color: var(--ink-faint);
}
@media (max-width: 900px) {
  .cf { grid-template-columns: repeat(3, 1fr); gap: 44px 32px; }
  .cf-brand { grid-column: 1 / -1; max-width: none; }
}
@media (max-width: 560px) {
  .colophon { padding-top: 52px; }
  .cf { grid-template-columns: 1fr; gap: 32px; }
  .cf-rule { flex-direction: column; align-items: flex-start; gap: 10px; margin-top: 32px; }
}
.hand h1 .hs-mob { display: none; }
html.is-mobile .hand h1 .hs-desk { display: none; }
html.is-mobile .hand h1 .hs-mob { display: inline; }
.hand .phead-say > * { align-self: stretch; }
.hand .hero-fine { max-width: 34rem; }
.hand-art { align-self: start; }
.hand-art .hero-cap { margin-top: 22px; }
.hand-spread .book-pglabel { top: -15px; }
.hand-card { --k-w: clamp(155px, 40cqw, 250px); right: 4%; top: 15%; }
.hand-mail { margin-top: clamp(26px, 3vw, 38px); max-width: 34rem; }
.hand-mail-label {
  display: block;
  margin-bottom: 8px;
  font: 400 12px/1.7 var(--mono);
  letter-spacing: 0.02em;
  color: var(--ink-faint);
}
.hand-mail-row { display: flex; flex-wrap: wrap; gap: 12px; }
.hand-field {
  flex: 1 1 15rem; min-width: 0;
  height: 46px; padding: 0 14px;
  border: 1px solid var(--line-strong);
  border-radius: 0;
  background: transparent;
  font: 400 16px/1 var(--sans);
  color: var(--ink);
}
.hand-field::placeholder { color: var(--ink-faint); }
.hand-field:focus-visible {
  border-color: var(--brand);
  outline: 2px solid var(--brand); outline-offset: 1px;
}
.hand-field:disabled { color: var(--ink-faint); border-color: var(--line); }
.hand-mail .cta { border: 0; cursor: pointer; }
.hand-mail .cta:disabled { background: var(--line-strong); cursor: default; }
.hand-mail-note { margin: 12px 0 0; font: 400 14px/1.6 var(--sans); color: var(--ink-dim); }
@media (max-width: 920px) {
  .hand-art { margin-top: 8px; max-width: 520px; }
}
@media (max-width: 500px) {
  .hand-desk { aspect-ratio: 3 / 2; }
  .hand-desk .hand-spread { left: 2%; width: 42cqw; top: 31%; }
  .hand-card { right: 2%; top: 6%; }
}
.hand + .band-wrap { margin-top: var(--sec-half); }
.wn { max-width: var(--col); margin: 0 auto var(--sec); padding: 0 var(--gut); }
.wn-head { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-bottom: 30px; }
.ed-lead { --pair-ctl-w: 268px; --pair-cross: 60px; --pair-x: 38.3333%; --pair-f: 23.3333%; }
.ed-lead > .ed-card { --k-w: var(--pair-ctl-w); top: 50%; transform: translateY(-50%); z-index: 3; }
.ed-card .er-ev .k-track { --p: 56%; }
.ed-card .er-con .k-track { --p: 70%; }
.ed-card .er-sh .k-track { --p: 74%; }
.ed-card .er-temp .k-track { --p: 68%; }
.ed-card .er-tint .k-track { --p: 72%; }
.ed-card .er-sat .k-track { --p: 75%; }
.ed-tone > .ed-tonecard { position: absolute; --k-w: 268px; right: var(--dock); top: 12%; }
.ed-cur > .ed-curcard { --k-w: 268px; right: var(--dock); top: 24%; }
.ed-curhist { height: 150px; }
.k-curve { position: absolute; inset: 0; }
.k-curve path { fill: none; mix-blend-mode: normal; opacity: 1; }
.k-cgrid { stroke: rgba(255, 255, 255, 0.07); stroke-width: 1; }
.k-cid { stroke: rgba(255, 255, 255, 0.16); stroke-width: 1; stroke-dasharray: 4 4; }
.k-cline { stroke: rgba(237, 237, 237, 0.95); stroke-width: 2; stroke-linejoin: round; }
.k-cpt { fill: rgba(237, 237, 237, 0.72); stroke: rgba(0, 0, 0, 0.55); stroke-width: 1; }
.ed-curcard .ec-bl .k-track { --p: 56%; }
.ed-curcard .ec-wh .k-track { --p: 46%; }
@media (max-width: 949px) {
  .ed-edit { aspect-ratio: 4 / 3; --sc-h: 720; }
  .ed-edit .ed-look { left: 25%; top: 8.33%; width: 50%; }
  .ed-cur > .ed-curcard {
    position: relative; right: auto; left: auto; top: auto;
    margin: -30% var(--dock) 0 auto; width: min(300px, 100%);
  }
  .ed-lead > .ed-card {
    position: relative; right: auto; left: auto; top: auto; z-index: 3;
    transform: none;
    margin: -30% var(--dock) 0 auto; width: min(300px, 100%);
  }
  .ed-curstage .ed-print { left: 29.17%; }
}
@media (max-width: 760px) {
  .ed-tone > .ed-tonecard {
    position: relative; right: auto; left: auto; top: auto;
    margin: -30% var(--dock) 0 auto; width: min(300px, 100%);
  }
  .ed-tone .stage-wide { aspect-ratio: 32 / 27; --sc-h: 810; }
  .ed-tone img.stage-at { --x: 60 !important; --y: 84 !important; --w: 480 !important; }
}
@media (max-width: 640px) {
  .ed-mosaic { aspect-ratio: 3 / 4; --sc-h: 1280; }
  .ed-mosaic .ed-mprint { left: 26.35%; top: 4.73%; width: 47.29%; }
  .ed-mosaic .ed-mtiles { left: 26.35%; top: 50.94%; width: 47.29%; }
  .ed-curstage { aspect-ratio: 4 / 3; --sc-h: 720; }
  .ed-curstage .ed-print { left: 13.54%; top: 11.11%; width: 72.92%; }
  .ed-carry { aspect-ratio: 3 / 4; --sc-h: 1280; }
  .ed-carry .ed-cprint { left: 30.83%; top: 12.11%; width: 38.33%; }
  .ed-carry .ed-page { left: 33.75%; top: 57.42%; width: 32.5%; }
}
@media (max-width: 560px) {
  .ed-edit { aspect-ratio: 3 / 4; --sc-h: 1280; }
  .ed-edit .ed-look { left: 6.25%; top: 8.98%; width: 87.5%; }
}
.pl-scene .book-pglabel { top: -2.4cqw; font-size: clamp(6.5px, 0.9cqw, 9.5px); }
.pl-scene {
  position: absolute; top: 0; bottom: 0; left: 50%;
  transform: translateX(-50%);
  width: 100%; max-width: 1080px;
  container-type: inline-size;
}
.pl-lead {
  --pair-ctl-w: 268px; --pair-cross: 76px;
  --pair-f: 32.2917%; --pair-x: 33.8542%;
}
.pl-run {
  position: absolute;
  display: flex; flex-direction: column; align-items: center;
}
.pl-lead .pl-run { width: var(--pair-f); top: 15%; gap: 4.2cqw; }
.pl-run .pl-cover { grid-template-columns: 1fr; }
.pl-lead .pl-run .book-spread { width: 100%; }
.pl-lead .pl-run .pl-cover { width: 50%; align-self: flex-end; }
.pl-lead .k-card { --k-w: 268px; right: auto; top: 14%; }
.plh-scene [hidden] { display: none !important; }
.plh-desk {
  position: absolute; inset: 0; z-index: 1;
  filter: blur(0); transform: scale(1);
  transition: filter 0.9s ease, transform 0.9s ease;
}
.plh-soft .plh-desk { filter: blur(5px); transform: scale(1.02); }
.plh-veil { position: absolute; inset: 0; z-index: 4; background: rgba(0, 0, 0, 0.42); }
.plh-dlg {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  z-index: 5; width: clamp(248px, 30%, 316px); max-height: 94%;
  --app-label-w: 68px;
}
.plh-pile {
  position: absolute; left: 50%; top: 52%; transform: translate(-50%, -50%);
  z-index: 2; width: min(52%, 500px);
}
.pl-dummy .pl-run {
  left: 6.25%; top: 10%;
  align-items: flex-start; gap: 2.5cqw;
}
.pl-dummy .pl-run .book-spread { width: 32.3cqw; }
.pl-dummy .pl-run .pl-cover    { width: 16.011cqw; margin-left: 16.29cqw; }
.pl-dummy .print-sheet {
  position: absolute; left: 49.25%; top: 29.4%; width: 36.4%; margin: 0;
  --mark-box: 7px; --mark-len: 5px; --mark-off: -10px;
}
.pl-marks .pl-scene { display: flex; align-items: center; justify-content: center; }
.pl-marks .print-sheet { width: 65cqw; margin: 0; }
.pl-marks .print-sheet { --mark-box: 11px; --mark-len: 8px; --mark-off: -15px; }
.pl-fold-note {
  position: absolute; left: 50%; top: calc(3% - var(--fs-slug) / 2); margin-left: 6px;
  font: 500 var(--fs-slug)/1 var(--mono);
  letter-spacing: var(--ls-fact); text-transform: uppercase;
  color: var(--ink-faint); white-space: nowrap;
}
.pl-marks-sheet .sheet-face { transition: opacity 0.3s ease; }
.pl-marks-sheet .eight { opacity: 0; pointer-events: none; }
[data-state='fold8'] .pl-marks-sheet .two { opacity: 0; }
[data-state='fold8'] .pl-marks-sheet .eight { opacity: 1; }
[data-state='fold8'] .pl-marks-sheet .cm,
[data-state='fold8'] .pl-marks-sheet .k-pfold { opacity: 0; }
.pl-marks-sheet .on-saddle, .pl-marks-sheet .on-fold8 { display: none; }
[data-state='saddle'] .pl-marks-sheet .on-saddle { display: inline; }
[data-state='fold8'] .pl-marks-sheet .on-fold8 { display: inline; }
.pl-marks .print-sheet { margin-top: 30px; }
.pl-cell { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.pl-cell .print-sheet { --mark-box: 3.2cqw; --mark-len: 2.4cqw; --mark-off: -4.4cqw; margin: 0; }
.pl-cell-saddle .print-sheet { width: 59%; }
.pl-crease {
  position: absolute; left: 50%; top: 6%; bottom: 6%; width: 0;
  border-left: 1px dashed rgba(255, 255, 255, 0.8);
}
.pl-staple {
  position: absolute; left: 50%; width: 3px; height: 11%;
  transform: translateX(-50%);
  background: #e9e9e6; box-shadow: 0 0 0 1px rgba(28, 42, 85, 0.45);
}
.pl-staple.a { top: 27%; }
.pl-staple.b { top: 62%; }
.pl-perfect { position: relative; display: flex; align-items: stretch; gap: 3px; height: 62%; }
.pl-spine {
  width: 8cqw; background: #fff;
  box-shadow: var(--float-shadow), inset 0 0 0 1px rgba(28, 42, 85, 0.14);
}
.pl-perfect .book-pg { aspect-ratio: 1000 / 1228; height: 100%; }
.pl-cell-fold8 .print-sheet { width: 59%; }
.pl-folds { position: absolute; inset: 6%; }
.pl-folds i {
  position: absolute; background: none;
  border-left: 1px dashed rgba(28, 42, 85, 0.32);
}
.pl-folds i.v { top: 0; bottom: 0; }
.pl-folds i.v1 { left: 25%; } .pl-folds i.v2 { left: 50%; } .pl-folds i.v3 { left: 75%; }
.pl-folds i.h {
  left: 0; right: 0; top: 50%; border-left: 0;
  border-top: 1px dashed rgba(28, 42, 85, 0.32);
}
.pl-slit {
  position: absolute; left: 25%; width: 50%; top: 50%; height: 0;
  border-top: 1.5px solid var(--ink-dim);
}
.pls-scene [hidden] { display: none !important; }
.pls-felt { position: absolute; inset: 0; filter: blur(4px); transform: scale(1.02); transition: filter 0.9s ease; }
.pls-live .pls-felt { filter: blur(0); }
.pls-deskcol { position: absolute; inset: 0; }
.pls-book {
  position: absolute; left: 27%; top: -12%; width: 25%;
  display: flex; flex-direction: column;
  gap: 0.9cqw;
}
.pls-book .pls-cover1 { width: 50%; align-self: center; grid-template-columns: 1fr; }
.pls-card { right: 4%; top: 14%; --k-w: clamp(220px, 26%, 268px); }
.pls-card .k-actions { margin-top: 12px; }
.pls-veil { position: absolute; inset: 0; z-index: 4; background: rgba(0, 0, 0, 0.42); }
.pls-dlg {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  z-index: 5; width: clamp(248px, 29%, 300px); max-height: 94%;
  --app-label-w: 68px;
}
.pls-menu { position: absolute; z-index: 6; min-width: 154px; }
.k-pick.open { background: var(--app-on); border-color: rgba(255, 255, 255, 0.2); }
.pls-mi i { font: 400 9.5px/1 var(--mono); font-style: normal; color: var(--app-ink-faint); }
.pls-shop {
  position: absolute; left: 50%; transform: translateX(-50%);
  width: min(72%, 620px); top: 8%; bottom: 8%; z-index: 2;
}
.pls-page {
  position: absolute; inset: 0;
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(186px, 244px);
  grid-template-rows: minmax(0, 1fr);
  gap: 30px; padding: 26px 28px;
  background: var(--ground); border: 1px solid var(--line);
  border-radius: var(--app-radius); box-shadow: var(--float-shadow);
  overflow: hidden;
}
.pls-gal { display: flex; flex-direction: column; min-width: 0; min-height: 0; }
.pls-stage { flex: 1; min-height: 0; display: grid; grid-template-columns: 100%; grid-template-rows: 100%; place-items: center; }
.pls-stage img { display: block; max-width: 100%; max-height: 100%; width: auto; height: auto; box-shadow: var(--float-shadow); }
.pls-thumbs { display: flex; justify-content: center; gap: 5px; margin-top: 12px; }
.pls-thumb { flex: 0 0 auto; width: 27px; border: 1px solid var(--line); opacity: 0.55; }
.pls-thumb.is-on { opacity: 1; border-color: var(--line-strong); }
.pls-thumb img { display: block; width: 100%; height: auto; }
.pls-buy { position: relative; min-width: 0; }
.pls-col { position: absolute; left: 0; right: 0; top: 0; }
.pls-title { margin: 0; font: 400 21px/1.14 'Redaction', Georgia, serif; letter-spacing: 0.005em; color: var(--ink); }
.pls-author { margin: 6px 0 0; font: 400 11px/1.4 var(--sans); color: var(--ink-dim); }
.pls-offer { margin-top: 14px; padding-top: 13px; border-top: 1px solid var(--line); }
.pls-price { margin: 0; font: 500 19px/1 var(--sans); letter-spacing: 0.005em; color: var(--ink); }
.pls-vat { margin: 6px 0 0; font: 400 9.5px/1.45 var(--sans); color: var(--ink-faint); }
.pls-cta {
  display: block; margin-top: 12px; padding: 9px 14px; border-radius: 6px;
  background: var(--brand); color: var(--on-brand);
  font: 500 11px/1 var(--sans); text-align: center;
}
.pls-cta.press { background: var(--brand-hover); transform: scale(0.99); }
.pls-facts { margin: 15px 0 0; border-top: 1px solid var(--line); }
.pls-fact { display: grid; grid-template-columns: 58px 1fr; gap: 10px; padding: 5px 0; border-bottom: 1px solid var(--line); }
.pls-fact dt { margin: 0; font: 500 8px/1.7 var(--mono); letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-faint); }
.pls-fact dd { margin: 0; font: 400 10px/1.7 var(--sans); color: var(--ink); }
.pls-order, .pls-done {
  padding: 14px 15px;
  background: var(--app-panel); border: 1px solid var(--app-line);
  border-radius: var(--app-radius); box-shadow: var(--app-shadow);
  color: var(--app-ink-2);
}
.pls-legend { display: block; font: 500 9px/1.4 var(--mono); letter-spacing: 0.07em; color: var(--app-ink-faint); }
.pls-two { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 11px; }
.pls-two + .pls-field { margin-top: 8px; }
.pls-field { display: block; min-width: 0; }
.pls-field i { display: block; font: 400 9px/1.4 var(--sans); font-style: normal; color: var(--app-ink-faint); }
.pls-field b {
  display: block; margin-top: 3px; padding: 5px 8px;
  background: var(--app-well); border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--app-r-btn);
  font: 400 10px/1.2 var(--sans); color: var(--app-ink);
  white-space: nowrap; overflow: hidden;
}
.pls-hint {
  display: block; margin-top: 4px;
  font: 400 8.5px/1.4 var(--sans); color: var(--app-ink-faint);
}
.pls-tot { margin: 13px 0 0; }
.pls-tot > div { display: flex; justify-content: space-between; gap: 12px; padding: 3px 0; }
.pls-tot dt { margin: 0; font: 400 10px/1.5 var(--sans); color: var(--app-ink-dim); }
.pls-tot dd { margin: 0; font: 400 10px/1.5 var(--mono); color: var(--app-ink); }
.pls-tot-dim dt, .pls-tot-dim dd { color: var(--app-ink-faint); }
.pls-tot-sum { margin-top: 4px; padding-top: 7px; border-top: 1px solid var(--app-line); }
.pls-order .pls-cta { background: var(--app-accent); color: var(--app-accent-ink); font-weight: 600; }
.pls-order .pls-cta.press { background: #ffffff; }
.pls-done-line { margin: 11px 0 0; font: 400 12px/1.5 var(--sans); color: var(--app-ink); }
.pls-done-sub { margin: 6px 0 0; font: 400 10px/1.5 var(--sans); color: var(--app-ink-faint); }
@media (max-width: 920px) {
  .pl-lead .stage-lead { aspect-ratio: 16 / 9; --sc-h: 540; }
  .pl-lead { --pair-f: 43.5%; --pair-x: 28.25%; }
  .pl-lead .pl-run { top: 11.11%; }
  .pl-lead .k-card .k-bind .k-hint { display: none; }
  .pl-marks .stage-wide { aspect-ratio: 5 / 4; --sc-h: 768; }
  .pl-marks .print-sheet { width: 76cqw; }
  .pl-shop .stage-lead, .fs-shop .stage-lead { aspect-ratio: 4 / 3; }
  .pls-book { left: 5%; top: -8%; width: 34%; }
  .pls-card { right: 4%; top: 12%; --k-w: clamp(220px, 36%, 268px); }
  .pls-shop {
    width: min(88%, 540px);
    top: 50%; bottom: auto; height: min(94%, 380px);
    transform: translate(-50%, -50%);
  }
  .pls-page { grid-template-columns: 94px minmax(0, 244px); justify-content: center; gap: 22px; padding: 22px 20px; }
  .pls-thumbs { display: none; }
}
@media (max-width: 760px) {
  .pl-lead .framed { container-type: inline-size; }
  .pl-lead .stage-lead { aspect-ratio: auto; height: calc(290px + 80cqw); }
  .pl-lead .pl-run { left: 24.5cqw; width: 51cqw; top: 3%; }
  .pl-lead .pl-run .book-spread { width: 100%; }
  .pl-lead .pl-run .pl-cover { width: 50%; }
  .pl-lead .k-card {
    left: 6%; right: auto; top: auto; bottom: 4%;
    --k-w: min(88%, 460px);
  }
  .pl-lead .k-bind .k-hint { display: none; }
  .plh-pile { width: 82%; }
}
@media (max-width: 640px) {
  .pl-shop .stage-lead { aspect-ratio: 3 / 4; }
  .pls-book { left: 29%; top: -8%; width: 42%; }
  .pls-card { left: 6%; right: auto; top: 56%; --k-w: 88%; }
  .pls-shop { width: 94%; }
  .pls-page { grid-template-columns: 70px minmax(0, 1fr); gap: 18px; padding: 20px 18px; }
  .pls-title { font-size: 18px; }
  .pls-facts { display: none; }
}
@media (max-width: 400px) {
  .pl-shop .stage-lead { aspect-ratio: 5 / 9; }
  .pls-shop { height: min(96%, 470px); }
  .pls-book { left: 21%; top: -8%; width: 58%; }
  .pls-card { top: 58%; }
  .pls-page {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: 88px minmax(0, 1fr);
    gap: 14px; padding: 18px 16px;
  }
}
@media (max-width: 760px) {
  .seq-lead .stage-lead { aspect-ratio: 4 / 3; --sc-h: 720; }
  .seq-lead .seq-pair-a { --x: 168 !important; --y: 172 !important; --w: 300 !important; }
  .seq-lead .seq-pair-b { --x: 492 !important; --y: 172 !important; --w: 300 !important; }
  .seq-lead .seq-edge   { --w: 180 !important; }
  .seq-lead .seq-ground { display: none; }
}
@media (max-width: 560px) {
  .seq-lead .seq-pair-a { --x: 60 !important;  --y: 105 !important; --w: 408 !important; }
  .seq-lead .seq-pair-b { --x: 492 !important; --y: 105 !important; --w: 408 !important; }
}
.seq-bar { position: absolute; left: 0; right: 0; bottom: 76.875%; display: flex; justify-content: center; }
.seq-bar .k-bar { --k-bar-btn: 19px; --k-bar-glyph: 11px; --k-bar-pad: 3px; }
@media (max-width: 760px) {
  .seq-pages { aspect-ratio: 4 / 3; --sc-h: 720; }
  .seq-pages .book-spread.stage-at { --x: 90 !important; --y: 121 !important; --w: 780 !important; }
}
.seq-sheetfig .stage-wide { aspect-ratio: 3 / 2; --sc-h: 640; }
.seq-sheet { width: calc(var(--w) / var(--sc-w) * 100%); margin: 0; }
@media (max-width: 560px) {
  .seq-sheetfig .stage-wide { aspect-ratio: 4 / 3; --sc-h: 720; }
  .seq-sheetfig .seq-sheet { --y: 104.4 !important; }
}
.pr-hold { position: absolute; }
.pr-tray { left: 6%; right: 38%; bottom: 0; height: 27%; align-items: center; gap: 14px; }
.pr-tray .dtray-label { align-self: flex-start; }
.pr-picker { position: absolute; right: 2%; top: 11%; width: 46%; }
.pr-sheetbox { padding: 42px 0 10px; }
.pr-sheetbox .print-sheet { width: min(72%, 660px); }
.pr-viewer { position: absolute; left: 16%; top: 8%; width: 68%; height: 84%; }
.pr-viewer .share-view { opacity: 1; }
@media (max-width: 920px) {
  .pr-picker {
    position: static;
    width: 100%; max-width: 340px;
    margin: 18px auto 0;
  }
  .pr-look .stage-print { left: 10%; top: 10%; width: 40%; }
  .pr-viewer { left: 5%; top: 6%; width: 90%; height: 88%; }
  .pr-tray { left: 4%; right: 8%; height: 30%; gap: 10px; }
  .pr-sheetbox { padding: 34px 0 6px; }
  .pr-sheetbox .print-sheet { width: 88%; }
}
@media (max-width: 920px) {
  .page-lead.scene > .k-thread {
    position: relative; right: auto; top: auto;
    width: 100%; max-width: 340px;
    margin: 18px 0 0;
  }
}
.shl-lead .page-lead { max-width: 1080px; margin-inline: auto; }
.shl-scene {
  position: absolute; top: 0; bottom: 0; left: 50%;
  transform: translateX(-50%);
  width: 100%; max-width: 1080px;
  container-type: inline-size;
}
.shl-felt { position: absolute; inset: 0; filter: blur(4px); transform: scale(1.02); }
.shl-pub { aspect-ratio: 8 / 5; z-index: 2; }
.shl-pub .share-view { opacity: 1; }
.shl-pub .spv-pg { aspect-ratio: 595 / 731; }
.shl-cellpub { position: absolute; left: 6.25%; top: 8.33%; width: 87.5%; height: 83.33%; }
.shl-cellpub .share-view { opacity: 1; }
.shl-lead .k-card { position: absolute; right: var(--dock); top: 16%; --k-w: 268px; }
.shl-lead .page-lead [hidden] { display: none; }
.shl-felt { transition: filter 0.9s ease; }
.shl-live .shl-felt { filter: blur(0); }
.shl-deskcol { position: absolute; inset: 0; }
.shl-deskcol .book-pg { aspect-ratio: 400 / 486; }
.shl-deskcol .shl-cover1 { grid-template-columns: 1fr; }
.shl-veil { position: absolute; inset: 0; z-index: 4; background: rgba(0, 0, 0, 0.42); }
.shl-menu { position: absolute; z-index: 5; min-width: 138px; }
.shl-dlg {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  z-index: 5;
  width: clamp(232px, 27%, 264px);
  max-height: 94%;
}
.sd-rows { margin-top: 11px; }
.sd-row {
  display: grid; grid-template-columns: 74px minmax(0, 1fr);
  align-items: center; gap: 10px; min-height: 26px;
}
.sd-row > span:first-child { font: 400 10.5px/1.2 var(--sans); color: var(--app-ink-dim); }
.sd-input {
  padding: 5px 8px;
  background: var(--app-well); border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--app-r-btn);
  font: 400 10px/1.2 var(--sans); color: var(--app-ink);
  white-space: nowrap; overflow: hidden;
}
.sd-swatches { display: inline-flex; gap: 3px; }
.sd-swatches i {
  width: 14px; height: 14px; border-radius: 3px;
  background: var(--t);
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.sd-swatches i.on { outline: 1px solid #ececec; outline-offset: 1px; }
.sd-bar {
  height: 3px; margin-top: 12px; border-radius: 2px;
  background: rgba(255, 255, 255, 0.12);
  overflow: hidden;
}
.sd-bar span { display: block; height: 100%; width: 0; background: #dedede; }
.sd-info { margin: 7px 0 0; font: 400 9.5px/1.4 var(--sans); color: var(--app-ink-faint); }
.shl-dlg .k-btn.dis { opacity: 0.45; }
.shl-pause, .pls-pause, .plh-pause { min-width: 48px; justify-content: center; }
.hero-cap .shl-pause::after, .hero-cap .pls-pause::after,
.hero-cap .plh-pause::after { content: none; }
.shl-pause[hidden], .pls-pause[hidden], .plh-pause[hidden] { display: none; }
@media (max-width: 760px) {
  .shl-lead .stage-lead { aspect-ratio: 4 / 3; --sc-h: 720; }
  .shl-lead .shl-pub { --x: 160 !important; --y: 160 !important; --w: 640 !important; }
  .shl-lead .shl-felt .stage-print { display: none; }
  .shl-lead .k-card { position: relative; right: auto; left: auto; top: auto; z-index: 3; margin: -14% var(--dock) 0 auto; width: min(300px, 100%); }
}
@media (max-width: 640px) {
  .shl-lead .k-card { display: none; }
}
.sl-lead {
  --pair-ctl-w: 460px; --pair-cross: 90px; --pair-x: 34.375%; --pair-f: 31.25%;
  --sl-h: 372px;
}
.sl-lead .stage-lead { aspect-ratio: 2 / 1; --sc-h: 480; }
.sl-lead .sl-shop {
  top: calc(50% - var(--sl-h) / 2); z-index: 3; width: var(--pair-ctl-w);
}
.sl-lead .sl-shop .pls-page { height: var(--sl-h); }
.sl-lead .sl-note { position: absolute; left: 3.5%; top: 6%; }
.sl-live .sl-note { opacity: 0; transform: translateY(9px); transition: none; }
.sl-live.sl-sold .sl-note {
  opacity: 1; transform: none;
  transition: opacity 0.34s ease, transform 0.34s cubic-bezier(0.2, 0.8, 0.2, 1);
}
@media (max-width: 920px) {
  .sl-head { display: flex; flex-direction: column; align-items: stretch; }
  .sl-head > .phead-line { display: contents; }
  .sl-head .facts { order: 1; margin: 32px 0 0; }
}
@media (max-width: 920px) {
  .sl-lead { --pair-ctl-w: 400px; --sl-h: 364px; }
  .sl-lead .stage-lead { aspect-ratio: 16 / 10; --sc-h: 600; }
  .sl-photo { --y: 112 !important; }
}
@media (max-width: 760px) {
  .sl-lead .sl-note { display: none; }
  .sl-lead .stage-lead { aspect-ratio: 4 / 3; --sc-h: 720; }
  .sl-photo { --x: 60 !important; --y: 60 !important; --w: 480 !important; }
  .sl-lead .sl-shop {
    position: relative; left: auto; top: auto;
    margin: -34% var(--dock) 0 auto; width: min(340px, 100%);
  }
  .sl-lead .sl-shop .pls-page { height: auto; }
  .sl-lead .pls-col { position: static; }
}
@media (max-width: 560px) {
  .sl-lead .stage-lead { aspect-ratio: 3 / 4; --sc-h: 1280; }
  .sl-photo { --x: 60 !important; --y: 70 !important; --w: 480 !important; }
  .sl-lead .sl-shop { margin-top: -57%; }
}
.sl-tablet {
  top: 50%; transform: translateY(-50%); z-index: 2;
  padding: 14px; overflow: hidden;
  background: var(--app-page); border-radius: 22px;
  box-shadow: 0 2px 6px rgba(20, 20, 20, 0.2), 0 22px 44px rgba(20, 20, 20, 0.26);
}
.sl-co { padding: 8px 12px; }
.sl-co-back { margin: 0 0 14px; font: 400 10px/1.4 var(--sans); color: var(--app-ink-dim); }
.sl-co-grid { display: grid; grid-template-columns: minmax(0, 1fr) 250px; gap: 30px; align-items: start; }
.sl-co-object { padding-top: 14px; }
.sl-co-head { display: flex; align-items: flex-start; gap: 14px; }
.sl-co-cover { flex: 0 0 auto; width: 76px; }
.sl-co-cover img { display: block; width: 100%; height: auto; box-shadow: var(--float-shadow); }
.sl-co-title { margin: -2px 0 0; font: 400 17px/1.14 'Redaction', Georgia, serif; letter-spacing: 0.005em; color: var(--app-ink); }
.sl-co-author { margin: 5px 0 0; font: 400 10px/1.4 var(--sans); color: var(--app-ink-dim); }
.sl-co-desc { margin: 16px 0 0; max-width: 30em; font: 400 10.5px/1.6 var(--sans); color: var(--app-ink-dim); }
.sl-co-made { margin: 10px 0 0; max-width: 30em; font: 400 9.5px/1.5 var(--sans); color: var(--app-ink-faint); }
.sl-co-legend { margin-top: 14px; }
.sl-tablet .pls-order { margin: 0; }
.sl-done { display: grid; grid-template-columns: minmax(0, 1fr) 150px; gap: 36px; align-items: center; align-content: center; aspect-ratio: 4 / 3; padding: 40px 44px; }
.sl-done-book { display: block; }
.sl-done-book img { display: block; width: 100%; height: auto; box-shadow: var(--float-shadow); }
.sl-done-kicker { margin: 0 0 8px; font: 500 8px/1.7 var(--mono); letter-spacing: 0.14em; text-transform: uppercase; color: var(--app-ink-faint); }
.sl-done-title { margin: 0; max-width: 20em; font: 400 20px/1.2 'Redaction', Georgia, serif; letter-spacing: 0.005em; color: var(--app-ink); }
.sl-done-line { margin: 10px 0 0; max-width: 40em; font: 400 11px/1.6 var(--sans); color: var(--app-ink-dim); }
.sl-done-door { margin: 22px 0 0; }
.sl-done-door + .sl-done-door { margin-top: 12px; }
.sl-done-cta {
  display: inline-block; padding: 8px 14px; border-radius: var(--app-r-btn);
  background: var(--app-accent); color: var(--app-accent-ink); font: 600 10px/1.2 var(--sans);
}
.sl-done-quiet .sl-done-cta { padding: 0; background: none; color: var(--app-ink-dim); font-weight: 400; text-decoration: underline; text-underline-offset: 2px; }
.sl-pay .k-opt { font: inherit; color: inherit; }
.sl-paidfig > .k-card     { position: absolute; --k-w: 268px; right: var(--dock); top: 18%; }
.sl-shop { position: absolute; z-index: 2; }
.sl-shop .pls-page { position: relative; }
.sl-shop .pls-stage img { max-width: min(100%, 260px); }
.sl-waysfig > .sl-stock {
  position: absolute; z-index: 3; margin: 0; width: 300px;
  right: var(--dock); top: 50%; transform: translateY(-50%);
}
.sl-stock .pls-field .k-seg { margin-top: 3px; }
.sl-stock .pls-two { margin-top: 0; }
.sl-waysfig .stage-lead { aspect-ratio: 2 / 1; --sc-h: 480; }
@media (max-width: 1024px) {
  .sl-waysfig { container-type: inline-size; }
  .sl-waysfig > .sl-stock {
    position: relative; right: auto; left: auto; top: auto; z-index: 3;
    transform: none;
    margin: -30% var(--dock) 0 auto; width: min(300px, 100%);
  }
  .sl-waysfig .stage-lead { aspect-ratio: auto; height: calc(191px + 36.25cqw); --sc-h: 960; }
  .sl-orders.stage-at { --w: 840 !important; }
  .sl-waysfig .sl-orders.stage-at { top: 6.25cqw; }
}
.sl-orders {
  z-index: 2;
  padding: 10px 24px 4px;
  background: var(--ground); border: 1px solid var(--line);
  border-radius: var(--app-radius); box-shadow: var(--float-shadow);
}
.sl-orow {
  display: grid; grid-template-columns: 56px minmax(0, 1.1fr) 82px minmax(0, 1fr);
  gap: 14px; align-items: center; min-height: 44px; border-bottom: 1px solid var(--line);
  font: 400 12px/1.4 var(--sans); color: var(--ink);
}
.sl-orow > * { min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sl-orow em { font-style: normal; color: var(--ink-dim); }
.sl-orow b, .sl-ofoot b { font: 400 11px/1.4 var(--mono); font-weight: 400; color: var(--ink); }
.sl-ofoot { display: grid; grid-template-columns: 56px minmax(0, 1fr); gap: 14px; align-items: center; min-height: 40px; font: 400 11px/1.4 var(--sans); color: var(--ink-dim); }
.sl-ocols { min-height: 30px; }
.sl-ocols i { font: 500 8px/1.7 var(--mono); font-style: normal; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-faint); }
.sl-ostate { display: flex; align-items: center; gap: 10px; color: var(--ink-dim); }
.sl-steps { flex: 0 0 auto; display: inline-flex; gap: 3px; }
.sl-steps i { width: 6px; height: 6px; background: var(--line); }
.sl-steps i.on { background: var(--ink); }
.sl-pay .k-opt { grid-template-columns: minmax(0, 1fr); }
.sl-pay .k-well { margin: 0; }
@media (max-width: 760px) {
  .sl-paidfig .stage-wide { aspect-ratio: 4 / 3; --sc-h: 720; }
}
@media (max-width: 560px) {
  .sl-paidfig .stage-wide { aspect-ratio: 3 / 4; --sc-h: 1280; }
  .sl-done { grid-template-columns: minmax(0, 1fr); aspect-ratio: 3 / 4; padding: 26px 22px; }
  .sl-done-book { display: none; }
}
@media (max-width: 760px) {
  .sl-paidfig > .k-card {
    position: relative; right: auto; left: auto; top: auto; z-index: 3;
    margin: -30% var(--dock) 0 auto; width: min(300px, 100%);
  }
  .sl-tablet.stage-at { --x: 60 !important; --w: 840 !important; }
}
@media (min-width: 561px) and (max-width: 1000px) {
  .sl-buyerfig .stage-wide { aspect-ratio: 5 / 4; --sc-h: 768; min-height: 611px; }
}
@media (max-width: 560px) {
  .sl-paidfig > .k-card { margin-top: -22%; }
  .sl-buyerfig .stage-wide { aspect-ratio: 3 / 5; --sc-h: 1600; }
  .sl-buyerfig .sl-tablet { padding: 12px; }
  .sl-co { padding: 6px 4px; }
  .sl-co-grid { grid-template-columns: minmax(0, 1fr); }
  .sl-co-object { display: none; }
  .sl-waysfig .stage-lead { height: calc(217px + 36.25cqw); }
  .sl-waysfig .sl-orders { padding: 6px 16px 2px; }
  .sl-waysfig .sl-orow { grid-template-columns: 50px minmax(0, 1fr); gap: 2px 10px; padding: 7px 0; min-height: 0; }
  .sl-waysfig .sl-orow em, .sl-waysfig .sl-ocols i:last-child { display: none; }
  .sl-waysfig .sl-ostate { grid-column: 2; }
  .sl-waysfig .sl-ofoot { grid-template-columns: 50px minmax(0, 1fr); gap: 10px; }
}
.szo-grid {
  display: grid; gap: 24px;
  grid-template-columns: 1.12fr 1fr;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  aspect-ratio: 16 / 10;
}
.szo-cell {
  position: relative; overflow: hidden;
  background: var(--desk);
  box-shadow: inset 0 0 0 1px rgba(20, 20, 20, 0.05), var(--frame-shadow);
  --say-ink: #f4f2ee; --say-ink-2: rgba(244, 242, 238, 0.72);
}
.szo-tall { grid-row: span 2; }
.szo-lit, .szo-deep { --say-ink: var(--ink); --say-ink-2: var(--ink-dim); }
.szo-tex { position: absolute; inset: 0; }
.szo-tex img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 45%; }
.szo-tex::after { content: ''; position: absolute; inset: 0; background: rgba(10, 12, 10, 0.38); }
.szo-tall { display: flex; flex-direction: column; gap: 22px; padding: 8.5%; }
.szo-say { position: relative; z-index: 2; max-width: 34em; }
.szo-cell .szo-say h3 {
  margin: 0; max-width: none;
  font: 400 clamp(19px, 1.8vw, 23px)/1.24 'Redaction', Georgia, serif;
  letter-spacing: 0.005em; color: var(--say-ink);
}
.szo-say p { margin: 9px 0 0; max-width: 26em; font: 400 12.5px/1.55 var(--sans); color: var(--say-ink-2); }
.szo-wide {
  display: grid; grid-template-columns: 1fr 1.12fr; align-items: center;
  gap: 26px; padding: 7%;
}
.szo-wide .szo-say h3 { font-size: clamp(16px, 1.35vw, 18.5px); }
.szo-wide .szo-say p { font-size: 11.5px; margin-top: 7px; }
.szo-reel { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 13px; }
.szo-reel > picture > img, .szo-reel > img {
  display: block; width: 100%; max-width: 150px; height: auto; box-shadow: var(--float-shadow);
}
.szo-reel .pls-thumbs { margin-top: 0; }
.szo-phone {
  position: absolute; left: 50%; bottom: -224px; transform: translateX(-50%); z-index: 2;
  width: 244px; height: 424px; padding: 12px; overflow: hidden;
  background: var(--app-page); border-radius: 30px;
  box-shadow: 0 2px 6px rgba(20, 20, 20, 0.2), 0 22px 44px rgba(20, 20, 20, 0.26);
}
.szo-phone .pls-order { margin: 0; }
.szo-stack { display: flex; flex-direction: column; gap: 20px; padding: 7%; }
.szo-stack .szo-say h3 { font-size: clamp(16px, 1.35vw, 18.5px); }
.szo-stack .szo-say p { font-size: 11.5px; margin-top: 7px; }
.szo-pub { margin: 0 auto auto; width: min(100%, 320px); }
.szo-cov { display: flex; align-items: flex-end; gap: 11px; margin-top: 12px; }
.szo-cov .sl-co-cover { width: 58px; }
.szo-cov-say { min-width: 0; }
.szo-cov-say b { display: block; font: 400 11px/1.2 var(--sans); color: var(--app-ink); }
.szo-cov-say i {
  display: block; margin-top: 4px; font-style: normal;
  font: 400 9px/1.4 var(--sans); color: var(--app-ink-faint);
}
.szo-pub .pls-field i {
  font: 500 8.5px/1.7 var(--mono); letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--app-ink-faint);
}
.szo-pub .pls-field b.szo-ta { white-space: normal; line-height: 1.5; }
@media (max-width: 920px) { .szo-reel .pls-thumbs { display: flex; } }
@media (min-width: 701px) {
  .szo-grid { width: 100%; min-height: 560px; }
}
@media (max-width: 700px) {
  .szo-grid { grid-template-columns: minmax(0, 1fr); grid-template-rows: none; aspect-ratio: auto; gap: 20px; }
  .szo-tall { grid-row: auto; }
  .szo-cell { aspect-ratio: auto; }
  .szo-wide { grid-template-columns: minmax(0, 1fr); align-items: start; gap: 20px; }
  .szo-cell.szo-stack { padding-bottom: 0; }
  .szo-phone { position: relative; left: auto; bottom: auto; transform: none; margin: 0 auto -28px; height: 240px; }
}
.co-lead { max-width: 1080px; margin-left: auto; margin-right: auto; }
.co-lead { --pair-ctl-w: 300px; --pair-cross: 76px; --pair-x: 31.7708%; --pair-f: 36.4583%; }
.co-lead .co-photo .stage-print { transform: scaleX(-1); }
.co-scene > .k-thread {
  position: absolute;
  top: 50%; transform: translateY(-50%);
  --k-w: var(--pair-ctl-w);
}
.co-thread > .co-cur { left: 229px; top: 19px; }
.co-invite > .k-dialog { position: absolute; width: 268px; right: var(--dock); top: 12%; z-index: 3; }
.co-manage > .k-card { position: absolute; --k-w: 268px; right: var(--dock); top: 20%; }
.co-comment > .k-thread { position: absolute; --k-w: 268px; left: 50.6%; top: 25%; }
.co-strip { display: flex; gap: 4px; margin-top: 12px; }
.co-strip i {
  flex: 1 1 0; aspect-ratio: 4 / 3; overflow: hidden;
  background: var(--app-well); border: 1px solid var(--app-line);
  border-radius: var(--app-r-thumb);
}
.co-strip img { display: block; width: 100%; height: 100%; object-fit: cover; }
.co-people .k-orow { grid-template-columns: var(--app-label-w) minmax(0, 1fr) 12px; }
.co-people .k-chip { grid-column: 2 / -1; }
.co-people .k-opt { grid-template-columns: minmax(0, 1fr); }
.co-rm { color: #dd7873; }
.co-live .book-pg { aspect-ratio: 400 / 486; }
@media (max-width: 760px) {
  .co-invite > .k-dialog,
  .co-manage > .k-card,
  .co-comment > .k-thread,
  .co-scene > .k-thread {
    position: relative; right: auto; left: auto; top: auto; z-index: 3;
    transform: none;
    margin: 0 var(--dock) 0 auto; width: min(300px, 100%);
  }
  .co-invite > .k-dialog,
  .co-manage > .k-card,
  .co-comment > .k-thread { margin-top: -30%; }
  .co-scene > .k-thread { margin-top: -44%; }
  .co-lead .co-photo .cur { left: 10% !important; top: 18% !important; }
  .co-lead .cpin { left: 45% !important; top: 22% !important; }
  .co-lead .stage-lead, .co-live { aspect-ratio: 4 / 3; --sc-h: 720; }
  .co-invite .stage-wide, .co-manage .stage-wide, .co-comment .stage-wide { aspect-ratio: 32 / 27; --sc-h: 810; }
  .co-lead .stage-at { --x: 160 !important; --y: 104 !important; --w: 640 !important; }
  .co-invite img.stage-at, .co-manage img.stage-at, .co-comment img.stage-at { --x: 60 !important; --y: 84 !important; --w: 480 !important; }
  .co-live .book-spread.stage-at { --x: 90 !important; --y: 123 !important; --w: 780 !important; }
}
@media (max-width: 560px) {
  .co-scene > .k-thread { margin-top: -38%; }
}
.fl-neg { background: #1a1411; padding: 1.4583cqw 1.4583cqw 0; box-shadow: var(--lift); }
.fl-negframe { position: relative; display: block; }
.fl-negframe img { filter: invert(1) contrast(0.72) brightness(1.06); }
.fl-negframe::after { content: ""; position: absolute; inset: 0; background: #e07b2c; mix-blend-mode: multiply; }
.fl-edge {
  display: block; padding: 0.5cqw 0.1cqw 0.55cqw;
  font: 500 max(6px, 0.8333cqw)/1 var(--mono); letter-spacing: 0.14em;
  text-transform: uppercase; color: #d4873a;
}
.fl-browser > .k-card { position: absolute; --k-w: 250px; right: var(--dock); top: 12%; }
.fl-card .er-ev .k-track { --p: 53%; }
.fl-card .er-con .k-track { --p: 60%; }
.fl-card .er-sh .k-track { --p: 62%; }
.fl-card .er-temp .k-track { --p: 62%; }
.fl-card .er-tint .k-track { --p: 67%; }
.fl-card .er-sat .k-track { --p: 55%; }
@media (max-width: 760px) {
  .fl-browser > .k-card { position: relative; right: auto; top: auto; z-index: 3; margin: -44% var(--dock) 0 auto; width: min(300px, 100%); }
  .fl-pair .stage-wide, .fl-browser .stage-wide { aspect-ratio: 4 / 3; --sc-h: 720; }
  .fl-pair .fl-neg { --x: 20 !important; --y: 65 !important; --w: 440 !important; }
  .fl-pair img.stage-at { --x: 500 !important; --y: 85 !important; --w: 440 !important; }
  .fl-browser .stage > .stage-at { --x: 60 !important; --y: 60 !important; --w: 480 !important; }
}
@media (max-width: 560px) {
  .fl-browser > .k-card { margin-top: -56%; }
  .fl-browser .stage-wide { aspect-ratio: 3 / 4; --sc-h: 1280; }
  .fl-browser .stage > .stage-at { --x: 60 !important; --y: 70 !important; --w: 480 !important; }
}
.fs .fl-take { margin: 40px auto 0; }
@media (min-width: 921px) { .fs .fl-take { max-width: 74%; } }
.fl-takecap { margin-top: 22px; }
