:root { color-scheme: light; --ink: #171918; --muted: #5b625e; --accent: #c63c28; --link: #08766d; --rule: #dce0dd; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--ink); font: 18px/1.72 Arial, Helvetica, sans-serif; letter-spacing: 0; overflow-wrap: break-word; }
a { color: var(--link); text-underline-offset: 3px; text-decoration-thickness: 1px; }
a:hover { color: var(--accent); }
a:focus-visible { outline: 2px solid var(--accent); outline-offset: 5px; }
.site-header { background: var(--ink); color: #fff; }
.header-inner { max-width: 1040px; margin: auto; padding: 21px 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.brand { color: #fff; text-decoration: none; font-size: 21px; font-weight: 800; flex-shrink: 0; }
.header-inner > span { color: #ced4d0; font-size: 13px; line-height: 1.5; text-align: right; }
.page { max-width: 808px; margin: 0 auto; padding: 48px 24px 64px; }
.edition { margin: 0 0 16px; color: var(--muted); font-size: 13px; }
h1 { font-size: 54px; line-height: 1.12; margin: 0 0 24px; font-weight: 800; }
h2 { margin: 48px 0 18px; font-size: 26px; line-height: 1.3; padding-top: 26px; border-top: 1px solid var(--rule); }
p { margin: 0 0 20px; }
article > h1 + p { font-size: 22px; line-height: 1.6; color: #424a45; margin-bottom: 36px; }
strong { font-weight: 700; }
.sentences { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 30px 0 28px; padding: 22px 0; border-block: 1px solid var(--rule); gap: 18px; }
.sentences > div { min-width: 0; }
.sentences strong { display: block; color: var(--accent); font-size: 48px; line-height: 1.15; }
.sentences strong span { font-size: 21px; font-weight: 400; color: var(--ink); }
.sentences p { font-size: 15px; line-height: 1.4; margin: 10px 0 0; }
.court-photo { margin: 32px 0 0; }
.court-photo img { display: block; width: 100%; height: auto; aspect-ratio: 1200 / 675; object-fit: contain; background: #eef1ee; }
figcaption { font-size: 12px; line-height: 1.6; color: var(--muted); padding-top: 10px; }
.site-footer { background: #f1f4f2; border-top: 1px solid var(--rule); }
.footer-inner { max-width: 808px; padding: 26px 24px; margin: auto; display: flex; align-items: start; justify-content: space-between; gap: 24px; font-size: 12px; line-height: 1.6; }
.footer-inner p { margin: 0; max-width: 520px; }
.footer-inner > a { white-space: nowrap; }
@media (max-width: 600px) {
  body { font-size: 17px; line-height: 1.7; }
  .header-inner { padding: 17px 20px; gap: 12px; }
  .brand { font-size: 18px; }
  .header-inner > span { max-width: 170px; font-size: 11px; }
  .page { padding: 32px 20px 44px; }
  h1 { font-size: 38px; margin-bottom: 20px; }
  h2 { font-size: 23px; margin-top: 36px; padding-top: 22px; }
  article > h1 + p { font-size: 20px; line-height: 1.55; }
  .sentences { gap: 12px; }
  .sentences strong { font-size: 38px; }
  .sentences strong span { font-size: 17px; }
  .sentences p { font-size: 13px; }
  .footer-inner { padding: 24px 20px; }
}
@media print {
  .site-header, .site-footer { display: none; }
  .page { padding: 0; max-width: none; }
  body { font-size: 11pt; }
  h1 { font-size: 26pt; }
  h2 { font-size: 16pt; break-after: avoid; }
  .sentences, figure { break-inside: avoid; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
