/* ═══════════════════════════════════════════════
   wfpc.css — Styles specific to /wfpc
   frontendneeded.com
   ═══════════════════════════════════════════════ */

:root {
   --accent: #d4a520;
   --accent-rgb: 212, 165, 32;
   --bg: #1a1d23;
}

.site-nav {
   background: #14161b;
}

.nav-dropdown-menu {
   background: #14161b;
}

/* ── Gallery — page-specific theming ── */

.photo-cycle-btn:hover {
   background: #b8890e;
}