/* Shared reading surface; policy prose and version metadata remain authoritative. */
.policy-reader { color: #16323a; font: 400 1rem/1.75 "Plus Jakarta Sans", sans-serif; width: min(1120px, calc(100% - 48px)); margin: 0 auto; padding: 32px 0 64px; overflow-wrap: anywhere; }
.p-wrap .policy-reader { width: 100%; }
.policy-reader *, .policy-reader *::before, .policy-reader *::after { box-sizing: border-box; }
.policy-reader__nav { display: flex; flex-wrap: wrap; gap: 4px 28px; padding-bottom: 20px; margin-bottom: 36px; border-bottom: 1px solid #dde5e4; }
.policy-reader a { color: #0e5a63; text-decoration: underline; text-underline-offset: 4px; }
.policy-reader a:hover { color: #16323a; text-decoration-thickness: 2px; }
.policy-reader__nav a { display: inline-flex; align-items: center; min-height: 44px; font-size: .875rem; font-weight: 700; }
.policy-reader__nav [aria-current="page"] { color: #16323a; text-decoration-thickness: 2px; }
.policy-reader__layout { display: grid; grid-template-columns: minmax(0, 760px) minmax(180px, 1fr); gap: 48px; align-items: start; }
.policy-reader__layout--directory { display: block; }
.policy-content { min-width: 0; background: #fff; border: 1px solid #dde5e4; border-radius: 16px; padding: clamp(24px, 4vw, 48px); }
.policy-content h1, .policy-content h2, .policy-content h3, .policy-content h4 { font-family: "Bricolage Grotesque", "Plus Jakarta Sans", sans-serif; color: #16323a; letter-spacing: -.02em; text-wrap: balance; }
.policy-content h1 { font-size: clamp(2rem, 3.5vw, 3rem); line-height: 1.12; margin: 0 0 18px; }
.policy-content h2 { font-size: 1.5rem; line-height: 1.25; margin: 40px 0 14px; scroll-margin-top: 100px; }
.policy-content h3, .policy-content h4 { font-size: 1.125rem; line-height: 1.4; margin: 28px 0 10px; }
.policy-content p { margin: 0 0 20px; max-width: 72ch; color: #3c5258; }
.policy-content [data-policy-version] { display: block; margin-bottom: 28px; padding-bottom: 20px; border-bottom: 1px solid #dde5e4; font-size: .8125rem; line-height: 1.7; }
.policy-content hr { display: none; }
.policy-content ul, .policy-content ol { margin: 16px 0 24px; padding-left: 24px; color: #3c5258; }
.policy-content li { margin-block: 8px; }
.policy-content .list-group { display: block; list-style: disc; }
.policy-content .list-group-item { padding: 0 0 0 4px; border: 0; background: transparent; }
.policy-content .alert { padding: 20px; margin: 24px 0; border: 1px solid #b8c9c9; border-radius: 12px; background: #fbfaf7; color: #3c5258; }
.policy-content--hub .alert { max-width: 72ch; }
.policy-content .alert-warning { background: #fff7e8; border-color: #dbc49c; color: #7a4b08; }
.policy-content :is(strong, b) { font-weight: 700; }
.policy-content .small { font-size: .875rem; }
.policy-content__footer { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px; border-top: 1px solid #dde5e4; padding-top: 24px; margin-top: 40px; font-size: .875rem; }
.policy-content__footer a { display: inline-flex; align-items: center; min-height: 44px; }
.policy-reader__contents { position: sticky; top: 100px; max-height: calc(100dvh - 124px); overflow-y: auto; font-size: .8125rem; padding: 4px; }
.policy-reader__contents[hidden] { display: none; }
.policy-reader__contents summary { cursor: pointer; min-height: 44px; font-size: 1rem; font-weight: 700; }
.policy-reader__contents ol { list-style: none; margin: 0; padding: 0; }
.policy-reader__contents a { display: flex; align-items: center; min-height: 44px; padding: 10px 0; color: #3c5258; text-decoration: none; line-height: 1.55; }
.policy-reader__contents a:hover { text-decoration: underline; }
.policy-content--hub .list-group, .policy-content--required .list-group { list-style: none; padding: 0; }
.policy-content--hub .list-group-item, .policy-content--required .list-group-item { margin: 0; padding: 0; border-bottom: 1px solid #dde5e4; }
.policy-content--hub .list-group-item a, .policy-content--required .list-group-item a { display: block; min-height: 52px; padding: 14px 0; text-decoration: none; font-weight: 600; }
.policy-content--hub .list-group-item a:hover, .policy-content--required .list-group-item a:hover { text-decoration: underline; }
.policy-content--required { max-width: 840px; }
.policy-content--required a[target="_blank"]::after { content: " (opens in a new tab)"; font-size: .75rem; font-weight: 400; color: #3c5258; }
.policy-directory { display: grid; grid-template-columns: 1fr 1fr; gap: 0 48px; }
.policy-reader .policy-reader__return { margin-top: 32px; font-weight: 600; }
.policy-reader :is(a, summary):focus-visible { outline: 3px solid #24505a; outline-offset: 4px; border-radius: 4px; }
@media (max-width: 1050px) {
    .policy-reader__layout { display: flex; flex-direction: column; gap: 24px; }
    .policy-reader__contents { position: static; order: -1; max-height: none; width: 100%; border-bottom: 1px solid #dde5e4; padding-bottom: 12px; }
    .policy-reader__contents ol { columns: 2; column-gap: 24px; }
    .policy-reader__contents li { break-inside: avoid; }
    .policy-content { width: 100%; }
}
@media (max-width: 600px) {
    .policy-reader { width: calc(100% - 32px); padding: 20px 0 40px; }
    .policy-reader__nav { gap: 2px 20px; margin-bottom: 24px; }
    .policy-content { padding: 26px 22px; }
    .policy-content h1 { font-size: 2rem; }
    .policy-content h2 { font-size: 1.375rem; }
    .policy-reader__contents ol { columns: 1; }
    .policy-directory { display: block; }
}
@media print {
    .policy-reader__nav, .policy-reader__contents, .policy-content__footer { display: none; }
    .policy-reader, .policy-content { width: 100%; padding: 0; border: 0; }
    .policy-reader__layout { display: block; }
}
