/* Privacy policy page (/privacy).

   A plain reading page. Everything structural — tokens, header, footer,
   .wrap — comes from styles.css; this file adds only what a long prose
   column needs, in the same pp- prefix style as ty.css / oto.css. */

.pp-body { background: var(--cream); }

/* 68ch is about 12 words a line at this size — past that the eye loses its
   place on the return sweep, which is the whole risk on a page this dense. */
.pp-main {
  max-width: 68ch;
  margin: 0 auto;
  padding: 52px 0 84px;
}

.pp-kicker {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted-2);
  display: block;
  margin-bottom: 14px;
}

.pp-title {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(30px, 5vw, 42px);
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin: 0 0 12px;
}

.pp-updated {
  font-family: var(--mono);
  font-size: 12.5px;
  color: var(--muted-2);
  margin: 0 0 34px;
}

.pp-lede {
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink-2);
  margin: 0 0 8px;
}

.pp-main h2 {
  font-family: var(--display);
  font-weight: 700;
  font-size: 21px;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin: 44px 0 12px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.pp-main h3 {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 15.5px;
  color: var(--ink);
  margin: 26px 0 8px;
}

.pp-main p,
.pp-main li {
  font-size: 15.5px;
  line-height: 1.7;
  color: var(--body);
}

.pp-main p { margin: 0 0 14px; }
.pp-main ul { margin: 0 0 16px; padding-left: 20px; }
.pp-main li { margin-bottom: 7px; }
.pp-main strong { color: var(--ink-2); font-weight: 700; }

.pp-main a {
  color: var(--ink-2);
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-color: var(--muted-3);
}
.pp-main a:hover { text-decoration-color: var(--ink); }

/* The processor table. Scrolls inside itself on phones rather than pushing
   the page sideways. */
.pp-table-scroll { overflow-x: auto; margin: 0 0 18px; }

.pp-table {
  width: 100%;
  min-width: 460px;
  border-collapse: collapse;
  font-size: 14.5px;
}
.pp-table th,
.pp-table td {
  text-align: left;
  padding: 10px 14px 10px 0;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
  line-height: 1.55;
}
.pp-table th {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted-2);
  font-weight: 400;
  border-bottom-color: var(--line-2);
}
.pp-table td { color: var(--body); }
.pp-table td:first-child { color: var(--ink-2); font-weight: 700; white-space: nowrap; }

/* Pulled out of the flow because it is the one thing on this page a reader
   is most likely to be surprised by. */
.pp-callout {
  background: var(--cream-2);
  border: 1px solid var(--line);
  border-left: 3px solid var(--rust);
  border-radius: 4px;
  padding: 16px 18px;
  margin: 0 0 18px;
}
.pp-callout p:last-child { margin-bottom: 0; }

.pp-contact {
  background: var(--forest);
  border-radius: 8px;
  padding: 22px 24px;
  margin-top: 18px;
}
.pp-contact p { color: #b9c7c0; margin-bottom: 8px; }
.pp-contact p:last-child { margin-bottom: 0; }
.pp-contact a { color: var(--green-hi); text-decoration-color: var(--green-dim); }
.pp-contact a:hover { text-decoration-color: var(--green-hi); }

@media (max-width: 600px) {
  .pp-main { padding: 36px 0 64px; }
  .pp-main h2 { margin-top: 36px; font-size: 19.5px; }
}
