/* ============================================================
   PULP FUNCTION — Legal pages (legal notice / privacy policy)
   Simple long-form prose column. Pairs with tokens.css + menu.css.
   ============================================================ */

/* breadcrumb (shared look with the other inner pages) */
.crumb { background: var(--paper); }
.crumb .wrap { padding-top: 28px; padding-bottom: 16px; }
.crumb .trail { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-bottom: 14px; border-bottom: 1px solid var(--hair); }
.crumb a, .crumb span { font-family: var(--mono); font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-2); }
.crumb .path { display: flex; align-items: center; gap: 10px; min-width: 0; }
.crumb .path .sl { color: var(--accent); }
.crumb .path .here { color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.crumb .back { display: inline-flex; align-items: center; gap: 8px; transition: color .25s; }
.crumb .back:hover { color: var(--accent); }
.crumb .back .ar { display: inline-flex; transition: transform .3s cubic-bezier(.2,.7,.2,1); }
.crumb .back:hover .ar { transform: translateX(-3px); }

/* page */
.legal { padding: clamp(40px,6vw,76px) 0 clamp(64px,9vw,120px); }
.legal .wrap { max-width: 860px; }
.legal .kick { font-family: var(--tab); font-size: 15px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--accent); display: block; }
.legal h1 { margin: 14px 0 0; font-weight: 700; letter-spacing: -0.03em; line-height: 1; font-size: clamp(40px,6vw,66px); }
.legal .updated { margin: 20px 0 0; font-family: var(--mono); font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); }
.legal .intro { margin: 24px 0 0; font-size: clamp(16px,1.4vw,19px); line-height: 1.55; color: var(--ink); max-width: 62ch; }

/* prose */
.legal-body { margin-top: clamp(30px,4vw,48px); }
.legal-body section { padding-top: clamp(28px,3.4vw,40px); margin-top: clamp(28px,3.4vw,40px); border-top: 1px solid var(--hair); }
.legal-body section:first-child { border-top: none; margin-top: 0; padding-top: 0; }
.legal-body h2 { margin: 0; font-weight: 700; font-size: clamp(22px,2.4vw,30px); letter-spacing: -0.02em; line-height: 1.1; }
.legal-body h3 { margin: 26px 0 6px; font-weight: 700; font-size: clamp(16.5px,1.5vw,19px); letter-spacing: -0.01em; }
.legal-body p { margin: 14px 0 0; font-size: clamp(15.5px,1.2vw,17px); line-height: 1.62; color: var(--ink-2); max-width: 70ch; }
.legal-body ul { margin: 14px 0 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 9px; max-width: 70ch; }
.legal-body li { position: relative; padding-left: 22px; font-size: clamp(15.5px,1.2vw,17px); line-height: 1.55; color: var(--ink-2); }
.legal-body li::before { content: "—"; position: absolute; left: 0; color: var(--accent); }
.legal-body a { color: var(--ink); border-bottom: 1px solid var(--accent); transition: color .2s; }
.legal-body a:hover { color: var(--accent); }
.legal-body strong { color: var(--ink); font-weight: 700; }

/* a definition-style list for the "publisher" block */
.legal-body .facts { margin: 16px 0 0; display: grid; grid-template-columns: max-content 1fr; gap: 8px 24px; max-width: 70ch; }
.legal-body .facts dt { font-family: var(--mono); font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); padding-top: 3px; }
.legal-body .facts dd { margin: 0; font-size: clamp(15.5px,1.2vw,17px); line-height: 1.5; color: var(--ink); }

/* placeholder chip — fill these in, then remove the class */
.legal-body .todo { display: inline-block; font-family: var(--mono); font-size: 0.85em; color: var(--accent);
  background: rgba(255,58,23,.08); border: 1px dashed var(--accent); border-radius: 4px; padding: 1px 6px; }

@media (max-width: 560px) {
  .crumb .path .here { display: none; }
  .legal-body .facts { grid-template-columns: 1fr; gap: 2px 0; }
  .legal-body .facts dt { padding-top: 12px; }
}
