/* Legal reading layout: shared Halo typography, plain document hierarchy. */
.policy-page { background: #fff; }
.policy-site-header { border-bottom: 1px solid var(--line); background: var(--canvas); }
.policy-header-inner { max-width: 1220px; min-height: 72px; padding: 12px 24px; margin: auto; display: flex; align-items: center; gap: 28px; }
.policy-breadcrumbs { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; font-size: 12px; color: var(--muted); }
.policy-breadcrumbs span::before { content: '/'; margin-right: 12px; color: #98a2b3; }
.policy-breadcrumbs a:hover, .policy-dashboard-link:hover { color: var(--brand-dark); }
.policy-dashboard-link { margin-left: auto; flex-shrink: 0; display: inline-flex; gap: 8px; align-items: center; min-height: 44px; font-size: 12px; }
.policy-main { padding: 64px 20px; min-height: calc(var(--halo-viewport-height) - 72px); }
.policy-copy { max-width: 760px; margin: 0 auto; font-size: 15px; font-weight: 300; line-height: 1.7; overflow-wrap: anywhere; }
.policy-heading { margin-bottom: 32px; padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.policy-heading h1 { font-size: 48px; font-weight: 700; line-height: 1.15; letter-spacing: -.045em; }
.policy-copy .policy-heading p { margin-top: 4px; font-size: 14px; color: var(--muted); }
.policy-copy h2 { margin-top: 26px; font-size: 20px; line-height: 1.35; font-weight: 700; letter-spacing: 0; }
.policy-copy strong { font-weight: 600; }
.policy-copy p { margin-top: 10px; }
.policy-copy ul { list-style: disc; margin: 10px 0 0; padding-left: 24px; }
.policy-copy li { margin-top: 8px; }
.policy-copy a { color: var(--brand-dark); text-decoration: underline; text-underline-offset: 3px; }
.policy-copy a:hover { color: #b52d46; }
.policy-copy .policy-status { margin-block: 20px 26px; padding-left: 16px; border-left: 2px solid var(--line); font-size: 13px; color: var(--muted); }
.policy-return { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; margin-top: 36px; padding-top: 16px; border-top: 1px solid var(--line); font-size: 13px; }
.policy-return a { display: inline-flex; align-items: center; min-height: 44px; }
@media (max-width: 640px) {
  .policy-header-inner { padding: 10px 20px; gap: 14px; flex-wrap: wrap; }
  .policy-breadcrumbs { order: 3; width: 100%; padding-bottom: 4px; }
  .policy-breadcrumbs a { display: inline-flex; align-items: center; min-height: 44px; }
  .policy-main { padding: 40px 20px 48px; }
  .policy-heading h1 { font-size: 36px; }
  .policy-copy li { margin-top: 14px; }
}
