/* Regional color refinements: Las Vegas roots with a relaxed West Coast palette. */
:root { --ink:#292622; --paper:#f4ede1; --clay:#ad5b3c; --moss:#4e5647; --line:rgba(41,38,34,.22); }
body:not(.home) .site-header { color:var(--ink); border-bottom-color:var(--line); }
body:not(.home) .nav-toggle { color:var(--ink); }
@media (max-width:760px) { body:not(.home) .site-nav { color:#fff; } }
