/* Brand palette and typography are shared through site-shell.css. */
:root { font-family: var(--sans); color: var(--ink); background: var(--paper); font-synthesis: none; }
* { box-sizing: border-box; }
body { margin: 0; font-size: 17px; line-height: 1.8; }
::selection { background: #111; color: #fff; }
a { color: var(--forest); text-underline-offset: .23em; text-decoration-thickness: 1px; }
a:focus-visible { outline: 3px solid #111; outline-offset: 5px; border-radius: 2px; }
.legal-wrap { width: min(1160px, calc(100% - 96px)); margin-inline: auto; }
.legal-header { background: white; border-bottom: 1px solid var(--line); }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.wordmark { font-family: var(--display); font-size: 32px; font-weight: 700; letter-spacing: -.015em; text-decoration: none; white-space: nowrap; }
.home-link { font-size: 14px; font-weight: 650; padding-block: 12px; }
.skip-link { position: absolute; top: 12px; left: 16px; padding: 10px 16px; background: var(--forest); color: white; transform: translateY(-200%); z-index: 3; }
.skip-link:focus { transform: none; }
.policy-heading { padding-top: 68px; }
h1 { margin: 0 0 18px; color: var(--forest); font-family: var(--display); font-size: clamp(44px, 5vw, 68px); line-height: 1.08; letter-spacing: -.02em; font-weight: 700; text-wrap: balance; }
.lead { margin: 0; max-width: 60ch; font-size: 20px; line-height: 1.6; color: var(--muted); }
.policy-date { margin: 20px 0 0; font-size: 13px; font-weight: 600; color: var(--muted); }
.draft-notice { margin-top: 32px; padding: 18px 22px; border: 1px solid var(--line); background: var(--tint); font-size: 14px; line-height: 1.7; }
.policy-layout { display: grid; grid-template-columns: 225px minmax(0, 1fr); gap: 72px; align-items: start; padding: 52px 0 88px; }
.policy-contents { position: sticky; top: 28px; display: flex; flex-direction: column; gap: 11px; font-size: 13px; line-height: 1.5; }
.policy-contents h2 { font-size: 14px; letter-spacing: 0; margin: 0 0 7px; }
.policy-contents a { padding-block: 3px; color: var(--muted); text-decoration: none; }
.mobile-contents { display: none; }
.policy-copy { max-width: 72ch; min-width: 0; }
.policy-copy:focus { outline: none; }
.policy-copy p { margin: 0 0 22px; }
.policy-copy h2 { margin: 48px 0 18px; font-family: var(--display); font-size: 32px; line-height: 1.2; letter-spacing: -.015em; font-weight: 700; color: var(--forest); scroll-margin-top: 32px; }
.policy-copy ul, .policy-copy ol { padding-left: 24px; margin: 0 0 24px; }
.policy-copy li + li { margin-top: 10px; }
.policy-table-wrap { max-width: 100%; margin: 0 0 24px; overflow-x: auto; border: 1px solid var(--line); border-radius: 12px; }
.policy-table-wrap:focus-visible { outline: 2px solid #111; outline-offset: 4px; }
.policy-table-wrap table { width: 100%; border-collapse: collapse; text-align: left; font-size: 15px; line-height: 1.6; font-variant-numeric: tabular-nums; }
.policy-table-wrap th { padding: 14px 18px; background: var(--tint); color: var(--ink); font-weight: 700; }
.policy-table-wrap td { padding: 14px 18px; border-top: 1px solid var(--line); vertical-align: top; }
.policy-table-wrap th:last-child, .policy-table-wrap td:last-child { white-space: nowrap; }
.policy-copy > p:last-child > a[href='/apply']:only-child { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 12px 22px; border-radius: 6px; background: #111; color: #fff; font-weight: 700; text-decoration: none; }
.owner-note { margin: 22px 0 28px; padding: 18px 20px; background: var(--tint); font-size: 14px; line-height: 1.8; }
.owner-note p { margin: 0; }
.policy-copy a, .policy-copy code { overflow-wrap: anywhere; }
.legal-footer { border-top: 1px solid var(--line); background: white; padding: 32px 0; }
.legal-footer nav { display: flex; flex-wrap: wrap; gap: 16px 28px; font-size: 14px; font-weight: 650; }
.legal-footer [aria-current='page'] { text-decoration: none; }
.footer-line { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 4px 24px; font-size: 12px; color: var(--muted); margin-top: 20px; }
.footer-line p { margin: 0; }
@media (hover: hover) and (pointer: fine) { a:not(.skip-link):hover { color: #111; } .policy-contents a:hover { text-decoration: underline; } }
@media (max-width: 960px) { .legal-wrap { width: calc(100% - 56px); } .policy-layout { grid-template-columns: 180px minmax(0, 1fr); gap: 36px; } }
@media (max-width: 700px) {
  body { font-size: 16px; }
  .legal-wrap { width: calc(100% - 40px); }
  .header-inner { min-height: 76px; gap: 16px; }
  .wordmark { font-size: 24px; }
  .home-link { font-size: 12px; }
  .policy-heading { padding-top: 40px; }
  .lead { font-size: 18px; }
  .draft-notice { padding: 16px; }
  .policy-layout { display: block; padding-top: 30px; padding-bottom: 56px; }
  .desktop-contents { display: none; }
  .mobile-contents { display: block; margin-bottom: 28px; padding-bottom: 20px; border-bottom: 1px solid var(--line); font-size: 14px; }
  .mobile-contents summary { padding: 8px 0; cursor: pointer; font-weight: 700; }
  .mobile-contents summary:focus-visible { outline: 3px solid #111; outline-offset: 5px; }
  .mobile-contents nav { display: flex; flex-direction: column; gap: 8px; padding-top: 12px; }
  .mobile-contents a { padding-block: 5px; color: var(--muted); }
  .policy-copy h2 { font-size: 28px; margin-top: 38px; }
  .policy-table-wrap th, .policy-table-wrap td { padding: 12px; }
  .policy-table-wrap table { font-size: 14px; }
  .owner-note { padding: 16px; }
}
@media (max-width: 360px) { .wordmark { font-size: 22px; } .header-inner { gap: 12px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
@media print { .legal-header, .policy-contents, .mobile-contents, .legal-footer, .skip-link { display: none; } .legal-wrap { width: 100%; } .policy-layout { display: block; padding: 24px 0; } .policy-copy { max-width: none; } h2 { break-after: avoid; } .owner-note, .draft-notice { break-inside: avoid; } }
/* Broad inquiry policy drafts reuse the existing document typography. */
.policy-page { max-width: 900px; }
.policy-page h1 { margin-bottom: 24px; }
.policy-page h2 { margin: 36px 0 14px; font-size: 28px; line-height: 1.2; }
.policy-page p { margin: 0 0 18px; color: #505050; }
.policy-page .policy-draft { padding: 14px 18px; border: 1px solid #dedede; border-radius: 6px; background: #f5f5f5; font-size: 14px; }
