﻿<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <meta name="description" content="Tune-Town Accessibility Statement for ensuring website accessibility for people with disabilities.">
  <title>Accessibility Statement - Tune-Town</title>
  <link href="tailwind.min.css" rel="stylesheet">
</head>
<body class="bg-gray-100">
  <!-- Header (same as index.html) -->
  <header class="bg-gray-900 text-white py-4">
    <div class="container mx-auto flex justify-between items-center px-4">
      <div>
        <img src="https://www.tune-town.com/yho2/Tune-Town%20LOGO-FJ_edited-1.png" alt="Tune-Town Logo" class="h-16">
      </div>
      <nav class="space-x-4">
        <a href="index.html" class="hover:text-gray-300" aria-label="Home">Home</a>
        <a href="about.html" class="hover:text-gray-300" aria-label="About Us">About</a>
        <div class="relative inline-block">
          <button class="hover:text-gray-300 focus:outline-none" aria-haspopup="true" aria-expanded="false">Services</button>
          <div class="absolute hidden group-hover:block bg-gray-800 text-white rounded shadow-lg mt-2">
            <a href="services/car-audio.html" class="block px-4 py-2 hover:bg-gray-700" aria-label="Car Audio Installation">Car Audio</a>
            <a href="services/marine-audio.html" class="block px-4 py-2 hover:bg-gray-700" aria-label="Marine Audio Installation">Marine Audio</a>
            <a href="services/window-tinting.html" class="block px-4 py-2 hover:bg-gray-700" aria-label="Window Tinting">Window Tinting</a>
            <a href="services/remote-starts.html" class="block px-4 py-2 hover:bg-gray-700" aria-label="Remote Starts">Remote Starts</a>
            <a href="services/dockside-service.html" class="block px-4 py-2 hover:bg-gray-700" aria-label="Dockside Service">Dockside Service</a>
          </div>
        </div>
        <div class="relative inline-block">
          <button class="hover:text-gray-300 focus:outline-none" aria-haspopup="true" aria-expanded="false">Products</button>
          <div class="absolute hidden group-hover:block bg-gray-800 text-white rounded shadow-lg mt-2">
            <a href="products/sony.html" class="block px-4 py-2 hover:bg-gray-700" aria-label="Sony Car Audio">Sony</a>
            <a href="products/3m.html" class="block px-4 py-2 hover:bg-gray-700" aria-label="3M Window Tint">3M</a>
            <a href="products/jl-audio.html" class="block px-4 py-2 hover:bg-gray-700" aria-label="JL Audio Marine Audio">JL Audio</a>
            <a href="products/kenwood.html" class="block px-4 py-2 hover:bg-gray-700" aria-label="Kenwood Car Audio">Kenwood</a>
            <a href="products/rockford-fosgate.html" class="block px-4 py-2 hover:bg-gray-700" aria-label="Rockford Fosgate">Rockford Fosgate</a>
            <a href="products/crimestopper.html" class="block px-4 py-2 hover:bg-gray-700" aria-label="Crimestopper Remote Starts">Crimestopper</a>
          </div>
        </div>
        <a href="contact.html" class="hover:text-gray-300" aria-label="Contact Us">Contact</a>
      </nav>
    </div>
  </header>

  <!-- Accessibility Statement -->
  <section class="py-12 bg-white">
    <div class="container mx-auto px-4">
      <h1 class="text-3xl font-bold text-center mb-8">Accessibility Statement</h1>
      <h2 class="text-2xl font-semibold mb-4">General</h2>
      <p class="text-lg mb-4">Tune-Town strives to ensure that its content is accessible to people with disabilities. Tune-Town has invested a significant amount of resources to help ensure that its website is made easier to use and more accessible for people with disabilities, with the strong belief that every person has the right to enjoy the content, goods, and services offered by Tune-Town.</p>
      <h2 class="text-2xl font-semibold mb-4">Disclaimer</h2>
      <p class="text-lg mb-4">Tune-Town continues its efforts to constantly improve the accessibility of our site and services. Despite our efforts to make all pages and content fully accessible, some content may not have yet been fully adapted to the strictest accessibility standards. This may be a result of not having found or identified the most appropriate technological solution.</p>
      <h2 class="text-2xl font-semibold mb-4">Here For You</h2>
      <p class="text-lg mb-4">If you are experiencing difficulty with any content on Tune-Town website, any of its services or require assistance with any part of our site or software, please contact us during normal business hours as detailed below and we will be happy to assist.</p>
      <p class="text-lg">Contact us at <a href="mailto:info@tune-town.com" aria-label="Email Tune-Town">info@tune-town.com</a> or <a href="tel:+14196270065" aria-label="Call Tune-Town at 419-627-0065">419-627-0065</a>.</p>
    </div>
  </section>

  <!-- Footer (same as index.html) -->
  <footer class="bg-gray-900 text-white py-8">
    <div class="container mx-auto px-4">
      <div class="grid grid-cols-1 md:grid-cols-3 gap-6">
        <div>
          <h3 class="text-xl font-semibold mb-4">Tune-Town</h3>
          <p>2345 E. Perkins Ave, Sandusky, Ohio 44870</p>
          <p>Phone: <a href="tel:+14196270065" aria-label="Call Tune-Town at 419-627-0065">419-627-0065</a></p>
          <p>Toll-Free: <a href="tel:+18008583020" aria-label="Call Tune-Town Toll-Free at 1-800-858-3020">1-800-858-3020</a></p>
          <p>Email: <a href="mailto:info@tune-town.com" aria-label="Email Tune-Town">info@tune-town.com</a></p>
          <p><a href="https://www.facebook.com/profile.php?id=100038545522508" class="hover:text-gray-300" aria-label="Visit Tune-Town on Facebook">Facebook</a></p>
        </div>
        <div>
          <h3 class="text-xl font-semibold mb-4">Quick Links</h3>
          <ul>
            <li><a href="privacy-policy.html" class="hover:text-gray-300" aria-label="Privacy Policy">Privacy Policy</a></li>
            <li><a href="terms-conditions.html" class="hover:text-gray-300" aria-label="Terms and Conditions">Terms & Conditions</a></li>
            <li><a href="cookie-policy.html" class="hover:text-gray-300" aria-label="Cookie Policy">Cookie Policy</a></li>
            <li><a href="accessibility-statement.html" class="hover:text-gray-300" aria-label="Accessibility Statement">Accessibility Statement</a></li>
          </ul>
        </div>
        <div>
          <h3 class="text-xl font-semibold mb-4">Newsletter</h3>
          <p class="mb-4">Stay updated with our latest offers and news.</p>
          <input type="email" placeholder="Your email" class="w-full p-2 mb-2 rounded" aria-label="Enter your email for newsletter">
          <button class="bg-blue-600 text-white px-4 py-2 rounded hover:bg-blue-700" aria-label="Subscribe to Newsletter">Subscribe</button>
        </div>
      </div>
      <p class="text-center mt-8">&copy; 2025 Tune-Town. All rights reserved.</p>
    </div>
  </footer>
</body>
</html>