.info-page { line-height: 1.65; }
.info-width { width: min(1120px, calc(100% - 48px)); margin-inline: auto; }
.info-skip { position: absolute; top: 8px; left: 12px; z-index: 100; padding: 12px 18px; background: var(--ink); color: white; transform: translateY(-180%); }
.info-skip:focus { transform: none; }
.info-status { background: #e8ece3; border-bottom: 1px solid #d3dbce; padding: 14px 0; font-size: 13px; color: #344d40; }
.info-status strong { color: var(--ink); }
.info-status a { text-decoration: underline; text-underline-offset: 3px; }
.info-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 28px; border-bottom: 1px solid var(--line); }
.info-brand { display: inline-block; font-size: 24px; font-weight: 800; letter-spacing: -.8px; line-height: 1.2; }
.info-brand span { font-weight: 500; }
.info-brand small { display: block; margin-top: 7px; font-size: 10px; font-weight: 600; letter-spacing: 1.5px; }
.info-menu { position: relative; max-width: 520px; }
.info-menu summary { cursor: pointer; padding: 10px 16px; border: 1px solid var(--line); border-radius: 8px; font-size: 14px; font-weight: 600; }
.info-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 4px 12px; padding: 12px 0 0; }
.info-nav a { display: block; padding: 8px 12px; border-radius: 6px; font-size: 13px; }
.info-nav a:hover, .info-nav a[aria-current="page"] { background: #e5eddc; text-decoration: underline; text-underline-offset: 3px; }
.info-breadcrumbs { padding-top: 28px; font-size: 13px; color: #53655a; }
.info-breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 8px 12px; list-style: none; padding: 0; margin: 0; }
.info-breadcrumbs li + li::before { content: "/"; margin-right: 12px; color: #7d8c80; }
.info-breadcrumbs a { text-decoration: underline; text-underline-offset: 3px; }
.info-hero { padding: 35px 0 38px; max-width: 900px; }
.info-kicker { color: var(--green); font-size: 11px; font-weight: 700; letter-spacing: 1.8px; text-transform: uppercase; }
.info-hero h1 { font-family: var(--serif); font-size: clamp(34px, 5vw, 58px); letter-spacing: -1.4px; line-height: 1.15; margin: 16px 0 22px; }
.info-lead { max-width: 780px; font-size: 18px; line-height: 1.8; color: #52665a; }
.info-layout { display: grid; grid-template-columns: minmax(0, 780px) minmax(210px, 1fr); gap: 54px; align-items: start; padding-bottom: 64px; }
.info-article { min-width: 0; font-size: 16px; }
.info-article h2 { font-family: var(--serif); font-size: 29px; line-height: 1.25; letter-spacing: -.5px; margin: 34px 0 16px; }
.info-article h2:first-child { margin-top: 0; }
.info-article h3 { font-size: 19px; line-height: 1.4; margin: 26px 0 12px; }
.info-article p { margin-bottom: 18px; }
.info-article ul, .info-article ol { padding-left: 24px; margin: 16px 0 24px; }
.info-article li { margin-bottom: 10px; }
.info-article a:not(.info-button), .info-aside a:not(.info-button) { color: var(--green); text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }
.info-article a:hover, .info-aside a:hover { text-decoration-thickness: 2px; }
.info-article code { font-size: .88em; overflow-wrap: anywhere; padding: 2px 5px; background: #e8ece3; border-radius: 3px; }
.info-note { padding: 20px 24px; background: #eaf0e2; border-left: 3px solid var(--green); margin: 26px 0; }
.info-note p:last-child { margin-bottom: 0; }
.info-table-wrap { overflow-x: auto; margin: 24px 0; border: 1px solid var(--line); border-radius: 8px; }
.info-table-wrap:focus-visible { outline: 3px solid #70a36a; outline-offset: 4px; }
.info-table { width: 100%; border-collapse: collapse; font-size: 14px; font-variant-numeric: tabular-nums; }
.info-table caption { text-align: left; padding: 15px 18px; font-weight: 600; background: #eaf0e2; }
.info-table th, .info-table td { padding: 12px 16px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
.info-table thead th { font-size: 12px; color: #43594b; background: #f0f3e9; }
.info-table tbody tr:last-child > * { border-bottom: 0; }
.info-table tbody tr:nth-child(even) { background: #f0f3e9; }
.info-aside { border-top: 3px solid var(--green); padding-top: 20px; font-size: 14px; }
.info-aside h2 { font-family: var(--serif); font-size: 23px; margin-bottom: 14px; }
.info-aside p { color: #53655a; margin-bottom: 16px; }
.info-aside ul { list-style: none; padding: 0; margin: 24px 0 0; }
.info-aside li { margin-top: 14px; }
.info-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 24px 0; }
.info-button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 12px 18px; border: 1px solid var(--green); border-radius: 8px; background: var(--green); color: white; font-size: 14px; font-weight: 600; text-align: center; line-height: 1.5; }
.info-button:hover { background: #193e34; }
.info-button-secondary { color: var(--green); background: transparent; }
.info-button-secondary:hover { background: #e5eddc; }
.info-footer { padding: 38px 0; background: var(--dark); color: #edf4e6; }
.info-footer-top { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-bottom: 24px; }
.info-footer-top p { font-size: 13px; max-width: 470px; color: #b6c4b8; }
.info-footer nav { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px 24px; font-size: 13px; }
.info-footer nav a { padding: 5px 0; text-decoration: underline; text-underline-offset: 3px; }
.info-footer-bottom { margin-top: 26px; padding-top: 20px; border-top: 1px solid var(--dark-line); font-size: 12px; color: #b6c4b8; }
@media (max-width: 900px) {
  .info-layout { grid-template-columns: minmax(0, 1fr); gap: 36px; }
  .info-aside { max-width: 780px; }
  .info-footer nav { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
  .info-width { width: calc(100% - 32px); }
  .info-header { flex-direction: column; align-items: stretch; gap: 22px; padding-block: 24px; }
  .info-brand { align-self: flex-start; }
  .info-menu { max-width: none; }
  .info-nav { gap: 4px; }
  .info-nav a { padding-inline: 8px; }
  .info-hero { padding-block: 28px; }
  .info-hero h1 { letter-spacing: -.8px; }
  .info-lead { font-size: 16px; }
  .info-layout { padding-bottom: 40px; }
  .info-article h2 { font-size: 26px; }
  .info-note { padding: 16px; }
  .info-table th, .info-table td { padding: 10px; }
  .info-footer nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media print {
  .info-header, .info-status, .info-aside, .info-footer, .info-actions, .info-skip { display: none; }
  .info-width { width: 100%; }
  .info-layout { display: block; }
  .info-page { color: black; background: white; }
  .info-table-wrap { overflow: visible; }
  .info-table tr { break-inside: avoid; }
}
