/* Page-specific theme for the Newtown Creek case file.
   Only overrides the CSS custom properties defined on .project-page
   in the shared /style.css, plus one small link treatment for inline
   text links used in this page's copy (mediaWorks has none, so the
   shared stylesheet has no rule for it). */

.project-page[data-theme="creek"] {
  --proj-accent: #6B6C38;      /* muted green — reeds, wetlands */
  --proj-accent-2: #B2C7D1;    /* creek blue */
  --proj-accent-soft: #E0D7C7; /* beige */
  --proj-ink: #4B3728;         /* brown */
}

.project-page[data-theme="creek"] .project-main a {
  color: var(--proj-accent);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.project-page[data-theme="creek"] .project-main a:hover {
  color: var(--proj-ink);
}
