{
  "status": "findings",
  "findingsCount": 3,
  "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": [
            ".hero__badge"
          ],
          "html": "<div class=\"hero__badge\">",
          "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.43 (foreground color: #a34e34, background color: #eee1d8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1"
        },
        {
          "target": [
            ".container > span:nth-child(1)"
          ],
          "html": "<span>\u00a9 2025 Princess Maria Diner. All rights reserved.</span>",
          "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.73 (foreground color: #807470, background color: #2c1810, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 4.5:1"
        },
        {
          "target": [
            ".container > span:nth-child(2)"
          ],
          "html": "<span>2044 Rte 35 North, Wall, NJ 07719</span>",
          "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.73 (foreground color: #807470, background color: #2c1810, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 4.5:1"
        }
      ]
    },
    {
      "rule": "landmark-one-main",
      "severity": "moderate",
      "message": "Document should have one main landmark",
      "description": "Ensure the document has a main landmark",
      "nodes": [
        {
          "target": [
            "html"
          ],
          "html": "<html lang=\"en\">",
          "failureSummary": "Fix all of the following:\n  Document does not have a main landmark"
        }
      ]
    },
    {
      "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\" id=\"hero\">",
          "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
        },
        {
          "target": [
            ".trust-strip"
          ],
          "html": "<div class=\"trust-strip\">",
          "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
        },
        {
          "target": [
            "#story"
          ],
          "html": "<section class=\"section--white\" id=\"story\">",
          "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
        },
        {
          "target": [
            "#menu"
          ],
          "html": "<section class=\"section section--cream\" id=\"menu\">",
          "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
        },
        {
          "target": [
            "#gallery"
          ],
          "html": "<section class=\"section section--white\" id=\"gallery\">",
          "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
        }
      ]
    }
  ],
  "log": "/data/jobs/job_adace21cb5c6/axe-audit.log"
}