/* This page reuses /style.css for tokens, fonts, nav, dividers, .reveal, buttons and
   footer; the rules below cover only the policy layout. Load after /style.css. */

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

.policy-hero {
  padding: 9rem 4rem 4rem;
  position: relative;
}
.policy-hero h1 {
  max-width: 780px;
}
.policy-byline {
  margin-top: 1.6rem;
  font-size: var(--prose-size-sm);
  font-weight: var(--prose-weight);
  line-height: 1.75;
  color: var(--muted);
}
.policy-byline strong { font-weight: 500; color: var(--text-body); }

.breadcrumb {
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 2rem;
}
.breadcrumb a { color: var(--muted); text-decoration: none; transition: color 0.3s; }
.breadcrumb a:hover, .breadcrumb a:focus-visible { color: var(--gold); }
.breadcrumb span[aria-hidden="true"] { margin: 0 0.6rem; color: var(--line); }
.breadcrumb [aria-current="page"] { color: var(--gold); }

.policy-section {
  padding: 1rem 4rem 6rem;
  max-width: 860px;
  margin: 0 auto;
}

.policy-section section { margin-bottom: 3rem; }
.policy-section section:last-of-type { margin-bottom: 0; }

.policy-section h2 {
  font-size: 1.6rem;
  line-height: 1.25;
  margin-bottom: 1.2rem;
  color: var(--ink);
}

.policy-section h3 {
  font-size: 1.15rem;
  margin-top: 2rem;
  margin-bottom: 0.9rem;
  color: var(--ink);
}

.policy-section p {
  font-size: var(--prose-size-sm);
  font-weight: var(--prose-weight);
  line-height: 1.75;
  color: var(--text-body);
  margin-bottom: 1.1rem;
}
.policy-section p:last-child { margin-bottom: 0; }

.policy-section address {
  font-style: normal;
  font-size: var(--prose-size-sm);
  line-height: 1.75;
  color: var(--text-body);
  margin: 0 0 1.1rem;
}
.policy-section address a { color: var(--gold); text-decoration: underline; text-underline-offset: 2px; }
.policy-section address a:hover, .policy-section address a:focus-visible { color: var(--gold-light); }

.policy-section ul {
  margin: 0 0 1.1rem;
  padding-left: 1.4rem;
  font-size: var(--prose-size-sm);
  font-weight: var(--prose-weight);
  line-height: 1.75;
  color: var(--text-body);
}
.policy-section ul li { margin-bottom: 0.5rem; }
.policy-section ul li:last-child { margin-bottom: 0; }
.policy-section strong { font-weight: 500; color: var(--ink); }

.policy-copyright {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
  font-size: 0.85rem;
  color: var(--muted);
}

/* ── Tables: real markup, wrapped so wide tables scroll on mobile rather than overflow the page ── */
.table-scroll {
  overflow-x: auto;
  margin: 0 0 1.4rem;
  border: 1px solid var(--line);
}

.policy-section table {
  width: 100%;
  min-width: 460px;
  border-collapse: collapse;
  font-size: var(--prose-size-sm);
}

.policy-section th,
.policy-section td {
  text-align: left;
  padding: 0.85rem 1.1rem;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

.policy-section thead th {
  font-family: var(--sans);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  background: var(--gold-dim);
  border-bottom: 1px solid var(--line);
}

.policy-section tbody tr:last-child td { border-bottom: none; }
.policy-section tbody tr:nth-child(even) { background: rgba(30, 64, 175, 0.03); }

/* ── Responsive ── */
@media (max-width: 900px) {
  .policy-hero { padding: 8rem 2rem 3rem; }
  .policy-section { padding: 1rem 2rem 4rem; }
}
