/* Only the waters page: reuse the existing home/about design system. */
.waters-section + .waters-section { border-top: 1px solid var(--border); }
.waters-section-copy { max-width: 760px; margin-bottom: 32px; }
.waters-section-copy p { margin-bottom: 0; color: var(--text-muted); }
.waters-trio { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.waters-nature { height: auto; aspect-ratio: 3 / 1; border: 1px solid var(--border); border-radius: var(--card-radius); }
.waters-actions { justify-content: center; }
@media (max-width: 1199px) {
  .waters-trio { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .waters-nature { aspect-ratio: 2 / 1; }
}
@media (max-width: 767px) {
  .waters-trio { grid-template-columns: minmax(0, 1fr); }
  .waters-nature { aspect-ratio: 4 / 3; }
}
