{
  "status": "findings",
  "findingsCount": 2,
  "findings": [
    {
      "rule": "color-contrast",
      "severity": "serious",
      "message": "Elements must meet minimum color contrast ratio thresholds",
      "description": "Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds",
      "nodes": [
        {
          "target": [
            ".nav-phone"
          ],
          "html": "<a href=\"tel:7322821722\" class=\"nav-phone\">",
          "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.41 (foreground color: #3b2c24, background color: #a84e32, font size: 11.4pt (15.2px), font weight: normal). Expected contrast ratio of 4.5:1"
        },
        {
          "target": [
            ".w > p:nth-child(3)"
          ],
          "html": "<p>2044 Rte 35 North, Wall NJ 07719 \u00b7 732-282-1722</p>",
          "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.75 (foreground color: #8b7c74, background color: #faf7f2, font size: 10.8pt (14.4px), font weight: normal). Expected contrast ratio of 4.5:1"
        },
        {
          "target": [
            "p:nth-child(4)"
          ],
          "html": "<p style=\"margin-top:0.3rem;\">Open daily 7:00 am \u2013 10:00 pm</p>",
          "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.75 (foreground color: #8b7c74, background color: #faf7f2, font size: 10.8pt (14.4px), font weight: normal). Expected contrast ratio of 4.5:1"
        },
        {
          "target": [
            ".footer-copy"
          ],
          "html": "<p class=\"footer-copy\">\u00a9 2025 Princess Maria Diner. All rights reserved.</p>",
          "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.75 (foreground color: #8b7c74, background color: #faf7f2, font size: 10.8pt (14.4px), font weight: normal). Expected contrast ratio of 4.5:1"
        }
      ]
    },
    {
      "rule": "region",
      "severity": "moderate",
      "message": "All page content should be contained by landmarks",
      "description": "Ensure all page content is contained by landmarks",
      "nodes": [
        {
          "target": [
            ".hero"
          ],
          "html": "<section class=\"hero\">",
          "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
        },
        {
          "target": [
            ".trust-item:nth-child(1) > .trust-label"
          ],
          "html": "<span class=\"trust-label\">Since 1993</span>",
          "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
        },
        {
          "target": [
            ".trust-item:nth-child(1) > .trust-desc"
          ],
          "html": "<span class=\"trust-desc\">Over 30 years on Route 35</span>",
          "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
        },
        {
          "target": [
            ".trust-item:nth-child(2) > .trust-label"
          ],
          "html": "<span class=\"trust-label\">Family-Owned</span>",
          "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
        },
        {
          "target": [
            ".trust-item:nth-child(2) > .trust-desc"
          ],
          "html": "<span class=\"trust-desc\">Proudly independent, always</span>",
          "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
        }
      ]
    }
  ],
  "log": "/data/jobs/job_9250c4069252/axe-audit.log"
}