/*
Theme Name: Fat Boy's Quality Cuts
Theme URI: https://alienwebdesign.com.au
Author: Alien Web Design
Author URI: https://alienwebdesign.com.au
Description: Concept demo theme for Fat Boy's Quality Cuts, Emu Plains. Ports the approved pitch mockup (Ultra + Chivo, butcher-paper cream / meat crimson, CSS awning and swinging price tags) to WordPress + WooCommerce. Private client demo — not for distribution.
Version: 1.0.0
Requires at least: 6.5
Requires PHP: 8.1
License: Proprietary — client demo
Text Domain: fatboys
*/

/* The mockup's stylesheet is enqueued separately as assets/mockup.css (unchanged from the
   approved pitch build) followed by assets/woo.css. This file carries only the theme header
   so the design stays byte-identical to what the owner signed off on. */

/* Footer site nav — added 2026-09-17 with the link audit (defect A3: /questions/ and
   /plan-the-week/ were published with no inbound link anywhere on the site).
   Existing tokens only: no new font, no new colour, no new spacing scale. It sits above
   the existing .foot-row inside the same .site-foot, so the footer keeps its one
   background and its one crimson top rule. */
.foot-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px dashed rgba(245, 238, 227, 0.25);
}
.foot-nav a {
  color: var(--paper);
  text-decoration: none;
  font-weight: 700;
}
.foot-nav a:hover,
.foot-nav a:focus-visible {
  color: var(--pink);
  text-decoration: underline;
}
