.water-page { color: #171717; background: #fff; padding: 24px 0; }
.water-page .container { max-width: 1120px; }
.water-page h1 { max-width: 900px; font-size: 34px; line-height: 1.18; letter-spacing: 0; margin: 16px 0; }
.water-page .byline { color: #666; font-size: 13px; }
.water-lede { max-width: 840px; font-size: 17px; line-height: 1.55; }
.water-intro { max-width: 840px; font-size: 14px; line-height: 1.5; color: #555; }
.water-definitions { display: grid; grid-template-columns: 140px minmax(0,1fr); gap: 12px 20px; }
.water-definitions dt { font-weight: 700; }
.water-definitions dd { margin: 0; }
.water-answer { margin: 24px 0 0; padding: 20px 22px; border-left: 4px solid #c9a23f; background: #fff; box-shadow: 0 12px 34px rgba(17,17,17,.08); max-width: 900px; }
.water-answer strong { display: block; margin-bottom: 6px; }
.water-downloads { display: flex; flex-wrap: wrap; gap: 12px 18px; padding: 12px 0; border-bottom: 1px solid #dedede; font-size: 14px; font-weight: 700; }
.water-controls { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; padding: 8px 0 12px; }
.water-page #claim-table-heading { margin: 20px 0 12px; }
.water-controls label { display: grid; gap: 7px; font-size: 13px; font-weight: 700; }
.water-controls select { min-width: 0; width: 100%; min-height: 44px; border: 1px solid #b8b8b8; background: #fff; color: #171717; padding: 9px 34px 9px 11px; border-radius: 4px; font: inherit; }
.water-boundaries { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; margin: 28px 0; }
.water-boundary { padding: 18px; border-top: 3px solid #c9a23f; box-shadow: 0 9px 28px rgba(17,17,17,.08); background: #fff; }
.water-boundary h2 { margin: 0 0 8px; font-size: 18px; }
.water-boundary p { margin: 0; color: #555; font-size: 14px; line-height: 1.55; }
.water-figure { margin: 28px 0; }
.water-figure img { width: 100%; height: auto; display: block; aspect-ratio: 7 / 4; object-fit: contain; }
.water-figure figcaption { color: #666; font-size: 13px; line-height: 1.6; }
.water-table { overflow-x: auto; border-top: 1px solid #dedede; }
.water-table table { border-collapse: collapse; width: 100%; min-width: 980px; font-size: 13px; text-align: left; }
.water-table th,.water-table td { padding: 13px 12px; border-bottom: 1px solid #dedede; vertical-align: top; }
.water-table thead { background: #f5f5f4; }
.water-table tbody tr[hidden] { display: none; }
.water-status { white-space: nowrap; font-weight: 700; }
.water-warning { color: #444; }
.water-editorial { max-width: 850px; padding: 18px 0 50px; font-size: 16px; line-height: 1.8; }
.water-editorial h2 { margin: 40px 0 16px; font-size: 27px; letter-spacing: 0; }
.water-faq details { padding: 17px 0; border-bottom: 1px solid #dedede; }
.water-faq summary { cursor: pointer; font-weight: 700; }
.water-sources { overflow-wrap: anywhere; }
.water-page a:focus-visible,.water-controls select:focus-visible,.water-table:focus-visible { outline: 3px solid #c9a23f; outline-offset: 3px; }
@media (max-width: 820px) {
  .water-boundaries { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 620px) {
  .water-page h1 { font-size: 26px; }
  .water-lede { font-size: 15px; }
  .water-definitions { grid-template-columns: 1fr; gap: 4px; }
  .water-definitions dd { margin-bottom: 12px; }
  .water-controls,.water-boundaries { grid-template-columns: 1fr; }
  .water-answer { padding: 17px; }
  .water-editorial h2 { font-size: 23px; }
}
