@import url('https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,400;0,500;0,600;1,400&display=swap');

/* ============================================================
   RAG.nonarkara — Instrument mode.
   Axiom Design Core provides the tokens and atoms (vendor/axiom-tokens.css).
   This file is only the layout this product needs.

   Spine: MoMA Law (every edge resolves) × Golden Section (61.8/38.2)
          × exactly one Divine Move per surface.
   Public welcome is Editorial (Sarabun + Spectral + Inter). Dashboard stays Instrument.
   ============================================================ */

/* ── Shell ────────────────────────────────────────────────── */
.skip {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--ink);
  color: var(--paper);
  padding: 11px 16px;
  font-size: var(--t-control);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  z-index: 100;
}
.skip:focus { left: 0; }

[hidden] { display: none !important; }

.boot {
  display: flex;
  align-items: center;
  gap: var(--gap-11);
  padding: var(--gap-44) var(--outer-pad);
  max-width: var(--max-w-tool);
  margin: 0 auto;
}
.boot__label {
  font-size: var(--t-micro);
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-3);
}

/* ── Masthead ─────────────────────────────────────────────── */
.masthead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--gap-22);
  flex-wrap: wrap;
  max-width: var(--max-w-tool);
  margin: 0 auto;
  padding: var(--gap-22) var(--outer-pad);
  border-bottom: 1px solid var(--ink);
}

.masthead__brand { display: flex; align-items: center; gap: var(--gap-13); }
.masthead__mark { width: 34px; height: 34px; display: block; flex-shrink: 0; }
.masthead__partners {
  display: flex;
  align-items: center;
  gap: var(--gap-16);
  flex-wrap: wrap;
}
.masthead__partners img { height: 28px; width: auto; display: block; }

.masthead__name {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.06em;
}
.masthead__name span { color: var(--ink-3); font-weight: 500; }

.masthead__sub {
  font-size: var(--t-micro);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-3);
  font-weight: 600;
  margin-top: 2px;
}

.masthead__status { display: flex; align-items: baseline; gap: var(--gap-6); }
.masthead__host { font-size: var(--t-body); font-weight: 600; }

/* ── Auth — φ split ───────────────────────────────────────── */
.auth {
  display: grid;
  grid-template-columns: 61.8fr 38.2fr;
  gap: var(--gap-44);
  max-width: var(--max-w-tool);
  margin: 0 auto;
  padding: var(--gap-44) var(--outer-pad) var(--gap-88);
  align-items: start;
}

.claim__label {
  font-size: var(--t-micro);
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin: 0 0 var(--gap-13);
}

/* THE DIVINE MOVE (AXIOM-DNA §14).
   Deliberately outside the standard type scale — §14.3 sanctions exactly one
   oversized gesture per surface, and this is the product's entire argument.
   Nothing else on this page is allowed to compete with it. */
.claim__move {
  font-size: clamp(46px, 8.4vw, 96px);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 0.92;
  margin: 0 0 var(--gap-22);
}

.claim__body {
  font-size: 15px;
  line-height: 1.55;
  max-width: 46ch;
  color: var(--ink-2);
  margin: 0 0 var(--gap-22);
}

.proof__nums { grid-template-columns: repeat(4, 1fr); }

.provenance {
  font-size: 10px;
  line-height: 1.5;
  color: var(--ink-3);
  margin: var(--gap-13) 0 0;
  max-width: 54ch;
}

.auth__panel {
  border: 1px solid var(--line-2);
  background: var(--panel);
  padding: var(--gap-22);
}

/* ── Segmented control ────────────────────────────────────── */
.seg {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--line-2);
  border: 1px solid var(--line-2);
  margin-bottom: var(--gap-16);
}
.seg__btn {
  background: var(--panel);
  border: 0;
  padding: 10px 8px;
  font: inherit;
  font-size: var(--t-control);
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--ink-2);
  cursor: pointer;
  transition: background var(--t-state) var(--ease-hover),
              color var(--t-state) var(--ease-hover);
}
.seg__btn.is-on { background: var(--ink); color: var(--paper); }
.seg__btn:active { transform: scale(0.98); transition: transform var(--t-press) var(--ease-out); }

/* ── Forms ────────────────────────────────────────────────── */
.stack { display: flex; flex-direction: column; gap: var(--gap-13); }
.stack--gap { margin-top: var(--gap-22); padding-top: var(--gap-22); border-top: 1px solid var(--line); }

.field { display: flex; flex-direction: column; gap: var(--gap-6); }
.field--inline { flex-direction: row; align-items: center; gap: var(--gap-6); }

.field__lbl {
  font-size: var(--t-micro);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-3);
}

.field__hint {
  font-size: 10px;
  line-height: 1.45;
  color: var(--ink-3);
}

input, select, textarea {
  font: inherit;
  font-size: var(--t-body);
  font-family: var(--font-sans);
  color: var(--ink);
  background: var(--panel);
  border: 1px solid var(--line-2);
  border-radius: 0;
  padding: 10px 12px;
  width: 100%;
  min-height: 40px;
  transition: border-color var(--t-state) var(--ease-hover);
}
textarea { resize: vertical; line-height: 1.5; min-height: 64px; }
input:hover, select:hover, textarea:hover { border-color: var(--ink-3); }
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--ink); }
input[type="file"] { padding: 8px; font-size: 11px; }
input[type="number"] { font-variant-numeric: tabular-nums; }

.btn { justify-content: center; border-radius: 0; }
.btn--sm { padding: 6px 11px; font-size: 10px; letter-spacing: 0.1em; }
.btn:disabled { opacity: 0.4; cursor: not-allowed; }
.btn:disabled:active { transform: none; }

/* ── Cockpit (§8.5) ───────────────────────────────────────── */
.cockpit {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--paper);
  border-bottom: 1px solid var(--line-2);
}

.cockpit__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--gap-22);
  flex-wrap: wrap;
  max-width: var(--max-w-tool);
  margin: 0 auto;
  padding: var(--gap-13) var(--outer-pad);
}
.cockpit__right { display: flex; align-items: center; gap: var(--gap-6); flex-wrap: wrap; }
.cockpit__right select { min-width: 180px; }

/* Five vitals. At every column count the last cell is widened to close its
   row — an uncovered track shows the grid's line colour as an empty block,
   and an orphan hole is exactly what MoMA Law forbids. */
.vitals {
  grid-template-columns: repeat(5, 1fr);
  max-width: var(--max-w-tool);
  margin: 0 auto;
  border-left: 0;
  border-right: 0;
}
.cell { padding: var(--cell-pad); }
.vitals__ws { display: flex; align-items: center; gap: var(--gap-6); margin-top: 4px; }
.stat-val--name {
  margin-top: 0;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cell .bar { margin-top: 7px; }

/* ── Tabs ─────────────────────────────────────────────────── */
.tabs {
  display: flex;
  gap: var(--gap-22);
  max-width: var(--max-w-tool);
  margin: 0 auto;
  padding: 0 var(--outer-pad);
}
.tab {
  background: none;
  border: 0;
  border-bottom: 2px solid transparent;
  padding: var(--gap-13) 0;
  font: inherit;
  font-size: var(--t-control);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-3);
  cursor: pointer;
  transition: color var(--t-state) var(--ease-hover),
              border-color var(--t-state) var(--ease-hover);
}
.tab:hover { color: var(--ink); }
.tab.is-on { color: var(--ink); border-bottom-color: var(--blue); }

/* ── App body ─────────────────────────────────────────────── */
.app {
  max-width: var(--max-w-tool);
  margin: 0 auto;
  padding: var(--gap-22) var(--outer-pad) var(--gap-88);
}

.split {
  display: grid;
  grid-template-columns: 38.2fr 61.8fr;  /* φ */
  gap: var(--gap-44);
  align-items: start;
}
.split__side, .split__main { min-width: 0; }

.s-head--spaced { margin-top: var(--gap-44); }

.reading { font-size: 14px; line-height: 1.6; color: var(--ink-2); max-width: 66ch; margin: 0 0 var(--gap-13); }

.snippet {
  font-family: var(--font-mono);
  font-size: 12px;
  background: var(--panel);
  border: 1px solid var(--line-2);
  border-left: 2px solid var(--blue);
  padding: 11px 13px;
  margin: 0 0 var(--gap-13);
  overflow-x: auto;
}

.gaps__actions { display: flex; justify-content: flex-end; margin-top: var(--gap-13); }

.ad-stats { grid-template-columns: 1fr 1fr; margin-bottom: var(--gap-16); }

.foot__links { display: flex; gap: var(--gap-16); }
.foot__links a { color: var(--ink-3); text-decoration: none; }
.foot__links a:hover { color: var(--ink); }

.check {
  width: 18px;
  height: 18px;
  min-height: 0;
  accent-color: var(--ink);
  flex: none;
  cursor: pointer;
}
.field--inline .field__lbl { cursor: pointer; }

.rows .row:last-child { border-bottom: 0; }
.row__v { word-break: break-all; text-align: right; font-family: var(--font-mono); font-size: 11px; }

/* ── Document ledger ──────────────────────────────────────── */
.ledger { width: 100%; border-collapse: collapse; }
.ledger th {
  text-align: left;
  font-size: var(--t-micro);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-3);
  padding: 0 var(--gap-11) 7px 0;
  border-bottom: 1px solid var(--ink);
}
.ledger th:last-child, .ledger td:last-child { text-align: right; padding-right: 0; }
.ledger td {
  padding: var(--gap-11) var(--gap-11) var(--gap-11) 0;
  border-bottom: 1px solid var(--line);
  vertical-align: baseline;
}
.ledger__title { font-weight: 600; }
.ledger__src {
  display: block;
  font-size: 10px;
  color: var(--ink-3);
  margin-top: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 42ch;
}
.ledger__num { font-variant-numeric: tabular-nums; text-align: right; white-space: nowrap; }
.ledger__cat {
  font-size: var(--t-micro);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-2);
}

/* ── Empty state ──────────────────────────────────────────── */
.empty { padding: var(--gap-44) 0; max-width: 46ch; }
.empty__t { font-size: 15px; font-weight: 600; margin: 0 0 var(--gap-6); }
.empty__b { font-size: 13px; color: var(--ink-2); line-height: 1.55; margin: 0; }

/* ── Ask ──────────────────────────────────────────────────── */
.ask__form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: var(--gap-13);
  align-items: end;
  max-width: 72ch;
  margin-bottom: var(--gap-22);
}

.verdict { border: 1px solid var(--line-2); background: var(--panel); max-width: 78ch; }

.verdict__plate {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--gap-13);
  padding: 11px var(--gap-16);
  background: var(--ink);
  color: var(--paper);
}
.verdict--refused .verdict__plate { background: var(--red); color: #fff; }
.verdict__state { font-size: var(--t-control); font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; }
.verdict__meta { font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; opacity: 0.75; }

.verdict__body {
  padding: var(--gap-16);
  font-size: 14px;
  line-height: 1.6;
  white-space: pre-wrap;
}

.cites { border-top: 1px solid var(--line); padding: var(--gap-11) var(--gap-16) var(--gap-16); }
.cites__lbl {
  font-size: var(--t-micro);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin: 0 0 var(--gap-6);
}
.cite {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: var(--gap-11);
  padding: 5px 0;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
}
.cite:last-child { border-bottom: 0; }
.cite__n {
  font-size: var(--t-micro);
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--ink-3);
  flex: none;
  width: 22px;
}
.cite__t { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.cite__s { font-variant-numeric: tabular-nums; color: var(--ink-2); flex: none; }

/* ── Notices ──────────────────────────────────────────────── */
.notice {
  font-size: 12px;
  line-height: 1.5;
  padding: 10px 13px;
  border: 1px solid var(--line-2);
  background: var(--panel);
  margin: var(--gap-13) 0 0;
}
.notice--bad { border-left: 2px solid var(--red); }
.notice--ok { border-left: 2px solid var(--blue); }

.pair {
  border: 1px solid var(--line-2);
  background: var(--panel);
  padding: var(--gap-16);
  margin-top: var(--gap-13);
}
.pair__code {
  font-family: var(--font-mono);
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.22em;
  margin: var(--gap-6) 0;
}

/* ── Dialog ───────────────────────────────────────────────── */
.dlg {
  border: 1px solid var(--ink);
  background: var(--panel);
  padding: var(--gap-22);
  width: min(420px, calc(100vw - 44px));
  color: var(--ink);
}
.dlg::backdrop { background: rgba(25, 23, 18, 0.4); }
.dlg .field { margin-bottom: var(--gap-13); }
.dlg__actions { display: flex; justify-content: flex-end; gap: var(--gap-6); margin-top: var(--gap-16); }

/* ── Toasts ───────────────────────────────────────────────── */
.toasts {
  position: fixed;
  bottom: var(--gap-22);
  right: var(--gap-22);
  display: flex;
  flex-direction: column;
  gap: var(--gap-6);
  z-index: 90;
  max-width: min(380px, calc(100vw - 44px));
}
.toast {
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--paper);
  padding: 11px 14px;
  font-size: 12px;
  line-height: 1.45;
  transition: opacity var(--t-state) var(--ease-out), transform var(--t-state) var(--ease-out);
}
.toast--bad { background: var(--red); border-color: var(--red); color: #fff; }
.toast[data-state="in"] { opacity: 0; transform: translateY(6px); }

/* ── Setup wizard ─────────────────────────────────────────── */
.setup__nav {
  display: flex;
  justify-content: space-between;
  gap: var(--gap-13);
  margin-top: var(--gap-22);
}
.setup--quiet .claim__move { display: none; }

.choices {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--line-2);
  border: 1px solid var(--line-2);
  margin-bottom: var(--gap-16);
}
.choice {
  background: var(--panel);
  border: 0;
  padding: 14px 12px;
  text-align: left;
  cursor: pointer;
  font: inherit;
  color: var(--ink);
}
.choice.is-on { background: var(--ink); color: var(--paper); }
.choice:active { transform: scale(0.98); transition: transform var(--t-press) var(--ease-out); }
.choice__t {
  display: block;
  font-size: var(--t-control);
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.choice__b {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.4;
  opacity: 0.8;
}

.legal {
  font-size: 13px;
  line-height: 1.55;
  max-height: 36vh;
  overflow: auto;
  border: 1px solid var(--line-2);
  padding: var(--gap-16);
  background: var(--paper);
  color: var(--ink-2);
}
.legal p { margin: 0 0 10px; }
.legal p:last-child { margin-bottom: 0; }

.guide {
  margin: 0 0 var(--gap-16);
  padding: 0;
  list-style: none;
  counter-reset: g;
}
.guide li {
  position: relative;
  padding: 8px 0 8px 28px;
  font-size: 13px;
  line-height: 1.45;
  color: var(--ink-2);
  border-bottom: 1px solid var(--line);
  counter-increment: g;
}
.guide li:last-child { border-bottom: 0; }
.guide li::before {
  content: counter(g);
  position: absolute;
  left: 0;
  top: 8px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--ink-3);
}

.persona {
  border: 1px solid var(--line-2);
  padding: var(--gap-16);
  background: var(--panel);
  font-size: 13px;
  line-height: 1.5;
}
.persona dt {
  font-size: var(--t-micro);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-top: 10px;
}
.persona dt:first-child { margin-top: 0; }
.persona dd { margin: 4px 0 0; color: var(--ink); }

.check-row {
  display: flex;
  align-items: flex-start;
  gap: var(--gap-11);
  margin-top: var(--gap-16);
}
.check-row .field__lbl { text-transform: none; letter-spacing: 0; font-size: 13px; font-weight: 500; }

/* ── Footer ───────────────────────────────────────────────── */
.foot {
  display: flex;
  justify-content: space-between;
  gap: var(--gap-22);
  flex-wrap: wrap;
  max-width: var(--max-w-tool);
  margin: 0 auto;
  padding: var(--gap-16) var(--outer-pad) var(--gap-44);
  border-top: 1px solid var(--line);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-3);
}

/* ── Breakpoints (§8.6) ───────────────────────────────────── */
@media (max-width: 1199px) {
  .vitals { grid-template-columns: repeat(3, 1fr); }
  .vitals > .cell:last-child { grid-column: span 2; }   /* 3 + (1 + 2) */
}
@media (max-width: 767px) {
  .vitals { grid-template-columns: repeat(2, 1fr); }
  .vitals > .cell:last-child { grid-column: span 2; }   /* 2 + 2 + (2) */
}

@media (max-width: 900px) {
  .auth { grid-template-columns: 1fr; gap: var(--gap-22); }
  .hero { grid-template-columns: 1fr; gap: var(--gap-22); }
  .proof__lock { grid-template-columns: 1fr; }
  .split { grid-template-columns: 1fr; gap: var(--gap-44); }

  /* The cockpit only earns "always in view" when it costs a strip. Stacked on
     a phone it is taller than the screen, so it scrolls away like everything
     else rather than pinning the content out of reach. */
  .cockpit { position: static; }
}
@media (max-width: 600px) {
  .ask__form { grid-template-columns: 1fr; }
  .cockpit__right { width: 100%; }
  .cockpit__right select { flex: 1; min-width: 0; }
  .ledger__hide-sm { display: none; }
  .toasts { left: var(--gap-22); right: var(--gap-22); max-width: none; }
}

/* Touch targets (§19) */
@media (pointer: coarse) {
  .btn, .tab, .seg__btn { min-height: 44px; }
}


/* ── What people ask ─────────────────────────────────────────────── */
.qstats { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; background: currentColor; opacity: .92; margin: var(--gap-13, 13px) 0; }
.qstat { background: var(--paper, #f6f5f2); padding: 10px 12px; display: flex; flex-direction: column; gap: 2px; }
.qstat__v { font-size: 1.35rem; font-weight: 600; font-variant-numeric: tabular-nums; line-height: 1.1; }
.qstat__l { font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; opacity: .6; }
.qbars { display: flex; align-items: flex-end; gap: 2px; height: 56px; margin: 0 0 8px; border-bottom: 1px solid currentColor; }
.qbar { flex: 1 1 0; min-width: 2px; display: flex; flex-direction: column; justify-content: flex-end; height: 100%; }
.qbar__asked { background: currentColor; opacity: .35; }
.qbar__refused { background: currentColor; opacity: .85; }
.ledger__row--declined .ledger__title::after { content: ' · declined'; opacity: .55; font-size: .8em; }
.qfeed { align-items: center; gap: 10px; flex-wrap: wrap; justify-content: flex-start; }
.qfeed__lbl { font-size: .78rem; opacity: .7; }
.qfeed__url { font-size: .72rem; word-break: break-all; opacity: .85; }
@media (max-width: 720px) { .qstats { grid-template-columns: repeat(2, 1fr); } }

/* ── Public company page (Editorial) ──────────────────────── */
#view-auth {
  font-family: 'Sarabun', var(--font-sans);
}
#view-auth .masthead__name,
#view-auth .s-head__name,
#view-auth .s-head__meta,
#view-auth .stat-lbl,
#view-auth .stat-val,
#view-auth .field__lbl,
#view-auth .seg__btn,
#view-auth .btn {
  font-family: var(--font-sans);
}
#view-auth .claim__label {
  letter-spacing: 0.08em;
  text-transform: none;
}

.market {
  max-width: var(--max-w-tool);
  margin: 0 auto;
  padding: 0 var(--outer-pad) var(--gap-44);
}

.hero {
  display: grid;
  grid-template-columns: 61.8fr 38.2fr;
  gap: var(--gap-22);
  padding: var(--gap-22) 0;
  align-items: stretch;
}

.hero__claim,
.hero__eq { min-width: 0; }

.claim__move:has(+ .claim__echo) { margin-bottom: 6px; }
.claim__echo {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(22px, 3.2vw, 32px);
  font-weight: 400;
  letter-spacing: -0.02em;
  color: var(--ink-2);
  margin: -8px 0 var(--gap-22);
  line-height: 1;
}

.claim__en {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 14px;
  line-height: 1.45;
  color: var(--ink-2);
  max-width: 52ch;
  margin: 0 0 var(--gap-22);
}

.hero__cta {
  display: flex;
  align-items: center;
  gap: var(--gap-13);
  flex-wrap: wrap;
  margin: 0;
}
.hero__cta .btn { text-decoration: none; }
.hero__cta-note {
  font-size: 12px;
  color: var(--ink-3);
  max-width: 28ch;
  line-height: 1.4;
}

.eq {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  height: 100%;
}
.eq__cell {
  background: var(--panel);
  padding: var(--gap-16);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}
.eq__n {
  font-family: var(--font-sans);
  font-size: var(--t-micro);
  font-weight: 600;
  letter-spacing: 0.16em;
  color: var(--ink-3);
}
.eq__cell strong {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.eq__cell span:last-child {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 13px;
  color: var(--ink-2);
}
.eq__cell--move {
  background: var(--paper);
  border-left: 2px solid var(--red);
}

.beats { padding: var(--gap-22) 0 0; }
.beats__grid { grid-template-columns: repeat(3, 1fr); }
.beats__t {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin: 6px 0 8px;
  line-height: 1.25;
}
.beats__b {
  font-size: 14px;
  line-height: 1.5;
  color: var(--ink-2);
  margin: 0;
}

.proof { padding: var(--gap-22) 0 0; }
.proof__lock {
  display: grid;
  grid-template-columns: 38.2fr 61.8fr;
  gap: var(--gap-22);
  align-items: stretch;
}
.proof__id {
  border: 1px solid var(--line-2);
  background: var(--panel);
  padding: var(--gap-16);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: var(--gap-13);
}
.proof__id img { height: 48px; width: auto; display: block; }
.proof__role {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  color: var(--ink);
}
.proof__en {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 13px;
  line-height: 1.45;
  color: var(--ink-2);
  margin: 0;
}

.talk {
  margin-top: var(--gap-22);
  border: 1px solid var(--line-2);
  background: var(--panel);
}
.talk__meta {
  display: flex;
  justify-content: space-between;
  gap: var(--gap-13);
  padding: 8px var(--gap-16);
  border-bottom: 1px solid var(--ink);
  font-family: var(--font-sans);
  font-size: var(--t-micro);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-3);
}
.talk__q,
.talk__a {
  margin: 0;
  padding: 11px var(--gap-16);
  font-size: 14px;
  line-height: 1.5;
  border-bottom: 1px solid var(--line);
}
.talk__q span,
.talk__a span {
  font-family: var(--font-sans);
  font-size: var(--t-micro);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-right: var(--gap-11);
}
.talk__q--en { color: var(--ink-2); font-family: var(--font-serif); font-style: italic; }
.talk__a {
  border-bottom: 0;
  border-left: 2px solid var(--red);
  color: var(--ink);
}

.start {
  padding: var(--gap-22) 0 0;
  scroll-margin-top: 22px;
}
#view-auth .auth.start {
  max-width: none;
  margin: 0;
  padding: var(--gap-22) 0 0;
  gap: var(--gap-22);
}
.start__t {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin: 0 0 var(--gap-13);
}

.market__foot {
  margin-top: var(--gap-22);
  padding-top: var(--gap-16);
  border-top: 1px solid var(--ink);
  display: grid;
  gap: var(--gap-11);
}
.market__foot .provenance { margin: 0; max-width: none; }
.market__links {
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap-16);
  margin: 0;
  font-size: 12px;
}
.market__links a { color: var(--ink); text-decoration: none; border-bottom: 1px solid var(--line-2); }
.market__links a:hover { border-bottom-color: var(--ink); }
.market__by {
  margin: 0;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: none;
  color: var(--ink-3);
}

@media (max-width: 767px) {
  .beats__grid { grid-template-columns: 1fr; }
  .proof__nums { grid-template-columns: repeat(2, 1fr); }
  .masthead__partners img { height: 22px; }
}
