<?php
/**
 * Event Lighting Hire & Design — The Grind Events Hire
 * 
 * Comprehensive service page featuring:
 *   - Avolites Maestro console programming
 *   - Chauvet ILS (Intelligent Light Syncing) fixtures
 *   - City Theatrical Show Baby wireless DMX
 *   - Full SEO (meta, OG, Twitter, JSON-LD schema)
 *   - Local SEO for Scunthorpe & North Lincolnshire
 */
require_once '../config/env.php';
require_once __DIR__ . '/includes/seo-config.php';

$seo = [
    'title'        => 'Event Lighting Hire Scunthorpe | Avolites, ILS & Stage Lighting Design | The Grind Events Hire',
    'description'  => 'Professional event lighting hire in Scunthorpe and North Lincolnshire. Avolites Maestro programming, Chauvet ILS intelligent lighting, City Theatrical Show Baby wireless DMX. Weddings, corporate events and festivals — 15+ years experience.',
    'keywords'     => 'event lighting hire Scunthorpe, stage lighting Scunthorpe, Avolites Maestro, Chauvet ILS, intelligent light syncing, City Theatrical Show Baby, wireless DMX, LED uplighting, wedding lighting Lincolnshire, corporate event lighting, festival lighting hire, lighting design North Lincolnshire, professional lighting engineer',
    'url'          => 'https://www.thegrindeventshire.com/lighting-hire.php',
    'image'        => 'https://www.thegrindeventshire.com/assets/images/lighting-hero.jpg',
    'canonical'    => 'https://www.thegrindeventshire.com/lighting-hire.php',
    'business_url' => 'https://www.thegrindeventshire.com'
];
?>
<!DOCTYPE html>
<html lang="en-GB" dir="ltr">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">

    <!-- Primary Meta Tags -->
    <title><?php echo $seo['title']; ?></title>
    <meta name="title" content="<?php echo $seo['title']; ?>">
    <meta name="description" content="<?php echo $seo['description']; ?>">
    <meta name="keywords" content="<?php echo $seo['keywords']; ?>">
    <meta name="robots" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1">
    <meta name="language" content="English">
    <meta name="author" content="The Grind Events Hire">
    <meta name="geo.region" content="GB-NLI">
    <meta name="geo.placename" content="Scunthorpe">
    <meta name="geo.position" content="53.5863;-0.6548">
    <meta name="ICBM" content="53.5863, -0.6548">
    <link rel="canonical" href="<?php echo $seo['canonical']; ?>">

    <!-- Favicon & Theme -->
    <link rel="icon" type="image/x-icon" href="/assets/images/favicon-32x32.png">
    <link rel="icon" type="image/png" sizes="32x32" href="/assets/images/favicon-32x32.png">
    <link rel="apple-touch-icon" href="/assets/images/favicon-32x32.png">
    <meta name="theme-color" content="#FF6B35">

    <!-- Open Graph / Facebook -->
    <meta property="og:type" content="website">
    <meta property="og:url" content="<?php echo $seo['url']; ?>">
    <meta property="og:title" content="<?php echo $seo['title']; ?>">
    <meta property="og:description" content="Professional event lighting hire featuring Avolites Maestro, Chauvet ILS intelligent lighting and City Theatrical Show Baby wireless DMX. Scunthorpe and North Lincolnshire.">
    <meta property="og:image" content="<?php echo $seo['image']; ?>">
    <meta property="og:image:width" content="1200">
    <meta property="og:image:height" content="630">
    <meta property="og:site_name" content="The Grind Events Hire">
    <meta property="og:locale" content="en_GB">

    <!-- Twitter Card -->
    <meta name="twitter:card" content="summary_large_image">
    <meta name="twitter:url" content="<?php echo $seo['url']; ?>">
    <meta name="twitter:title" content="<?php echo $seo['title']; ?>">
    <meta name="twitter:description" content="Professional event lighting hire featuring Avolites Maestro, Chauvet ILS &amp; City Theatrical Show Baby. Scunthorpe &amp; North Lincolnshire.">
    <meta name="twitter:image" content="<?php echo $seo['image']; ?>">

    <!-- JSON-LD: Service Schema -->
    <script type="application/ld+json">
    {
        "@context": "https://schema.org",
        "@type": "Service",
        "name": "Event Lighting Hire & Design",
        "description": "Professional event lighting hire and design services featuring Avolites Maestro console programming, Chauvet ILS intelligent lighting fixtures, and City Theatrical Show Baby wireless DMX technology. LED uplighting, stage lighting, wash lighting, and bespoke lighting design for weddings, corporate events, and festivals across Scunthorpe, North Lincolnshire, and the wider UK.",
        "provider": {
            "@type": "LocalBusiness",
            "name": "The Grind Events Hire",
            "image": "https://www.thegrindeventshire.com/assets/images/logo.png",
            "@id": "https://www.thegrindeventshire.com",
            "url": "https://www.thegrindeventshire.com",
            "telephone": "+447515389939",
            "email": "enquiries@thegrindeventshire.com",
            "address": {
                "@type": "PostalAddress",
                "streetAddress": "57 Church Lane",
                "addressLocality": "Scunthorpe",
                "addressRegion": "North Lincolnshire",
                "postalCode": "DN15 7AE",
                "addressCountry": "GB"
            },
            "geo": {
                "@type": "GeoCoordinates",
                "latitude": "53.5863",
                "longitude": "-0.6548"
            },
            "areaServed": [
                {"@type": "City", "name": "Scunthorpe"},
                {"@type": "AdministrativeArea", "name": "North Lincolnshire"},
                {"@type": "AdministrativeArea", "name": "Lincolnshire"},
                {"@type": "AdministrativeArea", "name": "East Yorkshire"},
                {"@type": "AdministrativeArea", "name": "South Yorkshire"},
                {"@type": "Country", "name": "United Kingdom"}
            ],
            "priceRange": "££",
            "currenciesAccepted": "GBP",
            "paymentAccepted": ["Cash", "Credit Card", "Debit Card", "Bank Transfer", "Klarna"]
        },
        "serviceType": "Event Lighting",
        "category": "Event Production Services",
        "hasOfferCatalog": {
            "@type": "OfferCatalog",
            "name": "Lighting Services",
            "itemListElement": [
                {
                    "@type": "Offer",
                    "itemOffered": {
                        "@type": "Service",
                        "name": "LED Uplighting",
                        "description": "Programmable LED uplighting to transform venue atmosphere with custom colour schemes"
                    }
                },
                {
                    "@type": "Offer",
                    "itemOffered": {
                        "@type": "Service",
                        "name": "Avolites Maestro Programming",
                        "description": "Expert lighting control using the Avolites Maestro console with pre-programmed scenes and live busking"
                    }
                },
                {
                    "@type": "Offer",
                    "itemOffered": {
                        "@type": "Service",
                        "name": "Chauvet ILS Intelligent Lighting",
                        "description": "Chauvet DJ ILS fixtures with Intelligent Light Syncing for perfectly coordinated light shows"
                    }
                },
                {
                    "@type": "Offer",
                    "itemOffered": {
                        "@type": "Service",
                        "name": "City Theatrical Show Baby Wireless DMX",
                        "description": "Cable-free lighting control using City Theatrical Show Baby wireless DMX transmitters and receivers"
                    }
                },
                {
                    "@type": "Offer",
                    "itemOffered": {
                        "@type": "Service",
                        "name": "Stage Lighting & Effects",
                        "description": "Full stage lighting rigs with moving heads, wash lights, gobos, and automated effects"
                    }
                }
            ]
        }
    }
    </script>

    <!-- JSON-LD: BreadcrumbList -->
    <script type="application/ld+json">
    {
        "@context": "https://schema.org",
        "@type": "BreadcrumbList",
        "itemListElement": [
            {"@type": "ListItem", "position": 1, "name": "Home", "item": "https://www.thegrindeventshire.com/"},
            {"@type": "ListItem", "position": 2, "name": "Services", "item": "https://www.thegrindeventshire.com/#services"},
            {"@type": "ListItem", "position": 3, "name": "Event Lighting Hire", "item": "https://www.thegrindeventshire.com/lighting-hire.php"}
        ]
    }
    </script>

    <!-- JSON-LD: FAQ -->
    <script type="application/ld+json">
    {
        "@context": "https://schema.org",
        "@type": "FAQPage",
        "mainEntity": [
            {
                "@type": "Question",
                "name": "What lighting equipment do you use for events?",
                "acceptedAnswer": {
                    "@type": "Answer",
                    "text": "We use professional-grade equipment including the Avolites Maestro lighting console, Chauvet DJ fixtures with ILS (Intelligent Light Syncing) technology, and City Theatrical Show Baby wireless DMX systems. Our inventory includes LED uplighters, moving heads, wash lights, beam fixtures, and programmable LED bars."
                }
            },
            {
                "@type": "Question",
                "name": "Do you provide lighting for weddings in Scunthorpe?",
                "acceptedAnswer": {
                    "@type": "Answer",
                    "text": "Yes, we provide professional wedding lighting across Scunthorpe, North Lincolnshire, and surrounding areas. Our services include LED uplighting in your wedding colours, fairy light canopies, dance floor lighting, and atmospheric ambient lighting to transform your wedding venue."
                }
            },
            {
                "@type": "Question",
                "name": "What is Chauvet ILS and why is it better?",
                "acceptedAnswer": {
                    "@type": "Answer",
                    "text": "Chauvet ILS (Intelligent Light Syncing) allows multiple Chauvet DJ fixtures to work together wirelessly in perfect synchronisation. One controller coordinates all ILS-enabled fixtures — moving heads, derbies, wash lights, and effects — creating a fully coordinated light show without complex DMX wiring. It's ideal for events where quick setup and stunning results are essential."
                }
            },
            {
                "@type": "Question",
                "name": "What areas do you cover for lighting hire?",
                "acceptedAnswer": {
                    "@type": "Answer",
                    "text": "We're based in Scunthorpe and cover North Lincolnshire, Lincolnshire, East Yorkshire, South Yorkshire, Nottinghamshire, and the wider UK. We regularly provide lighting for events in Grimsby, Hull, Doncaster, Sheffield, Lincoln, and Nottingham."
                }
            },
            {
                "@type": "Question",
                "name": "Can you do wireless lighting with no cables?",
                "acceptedAnswer": {
                    "@type": "Answer",
                    "text": "Yes. We use City Theatrical Show Baby wireless DMX technology to control lighting fixtures without running DMX cables across your venue. This is perfect for heritage venues, marquees, and locations where cable runs are impractical or unsightly. Battery-powered LED fixtures combined with Show Baby wireless DMX gives you a completely cable-free lighting solution."
                }
            }
        ]
    }
    </script>

    <!-- Stylesheets -->
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
    <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" rel="stylesheet">
    <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap" rel="stylesheet">
    <link href="/assets/styles.css" rel="stylesheet">

    <!-- Google Tag Manager -->
    <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
    new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
    j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
    'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
    })(window,document,'script','dataLayer','GTM-T6N43S6');</script>

    <style>
        body { font-family: 'Poppins', sans-serif; }
        .product-card { background: rgba(255,107,53,0.04); border: 1px solid rgba(255,107,53,0.15); border-radius: 12px; padding: 2rem; transition: transform 0.3s ease, box-shadow 0.3s ease; height: 100%; }
        .product-card:hover { transform: translateY(-4px); box-shadow: 0 8px 30px rgba(255,107,53,0.15); }
        .product-badge { display: inline-block; background: #FF6B35; color: #fff; font-size: 0.75rem; font-weight: 600; padding: 0.25rem 0.75rem; border-radius: 20px; text-transform: uppercase; letter-spacing: 0.5px; }
        .faq-item { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,107,53,0.12); border-radius: 10px; padding: 1.5rem; margin-bottom: 1rem; }
        .faq-item h3 { color: #FF6B35; font-size: 1.1rem; margin-bottom: 0.75rem; }
        .faq-item p { color: #ccc; line-height: 1.7; margin: 0; }
        .service-feature { display: flex; align-items: flex-start; gap: 1rem; margin-bottom: 1.25rem; }
        .service-feature i { color: #FF6B35; font-size: 1.2rem; margin-top: 0.15rem; flex-shrink: 0; }
        .service-feature p { color: #ddd; margin: 0; line-height: 1.6; }
        .cross-link-card { background: rgba(26,26,26,0.8); border: 1px solid rgba(255,107,53,0.2); border-radius: 12px; padding: 1.5rem; text-align: center; text-decoration: none; color: inherit; display: block; transition: all 0.3s ease; }
        .cross-link-card:hover { border-color: #FF6B35; transform: translateY(-3px); color: inherit; text-decoration: none; }
        .cross-link-card i { font-size: 2rem; color: #FF6B35; margin-bottom: 0.75rem; display: block; }
        .cross-link-card h4 { color: #fff; font-size: 1rem; margin-bottom: 0.5rem; }
        .cross-link-card p { color: #999; font-size: 0.85rem; margin: 0; }
        .breadcrumb-nav { background: transparent; padding: 0.75rem 0; font-size: 0.85rem; }
        .breadcrumb-nav a { color: #FF6B35; text-decoration: none; }
        .breadcrumb-nav a:hover { text-decoration: underline; }
        .breadcrumb-nav span { color: #999; }
        .area-tag { display: inline-block; background: rgba(255,107,53,0.1); color: #FF6B35; font-size: 0.8rem; padding: 0.3rem 0.75rem; border-radius: 20px; margin: 0.25rem; border: 1px solid rgba(255,107,53,0.2); }
    </style>

    <!-- Ahrefs Web Analytics -->
    <script src="https://analytics.ahrefs.com/analytics.js" data-key="MESSOBk0WA8A0pjOjD0eww" async></script>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-T6N43S6"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>

    <!-- Navigation -->
    <nav class="navbar navbar-expand-lg navbar-dark sticky-top border-0" style="background: rgba(26, 26, 26, 0.95); backdrop-filter: blur(10px);">
        <div class="container">
            <a class="navbar-brand" href="/"><img src="/assets/images/grind-logo-48.webp" alt="The Grind Events Hire" width="38" height="38" class="navbar-logo me-2" loading="eager"> The Grind Events Hire</a>
            <button class="navbar-toggler border-0" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav">
                <i class="fas fa-bars text-warning"></i>
            </button>
            <div class="collapse navbar-collapse" id="navbarNav">
                <ul class="navbar-nav ms-auto">
                    <li class="nav-item"><a class="nav-link" href="/">Home</a></li>
                    <li class="nav-item"><a class="nav-link" href="/dj-services.php">DJ Hire</a></li>
                    <li class="nav-item"><a class="nav-link" href="/av-hire.php">AV Hire</a></li>
                    <li class="nav-item"><a class="nav-link active" href="/lighting-hire.php">Lighting</a></li>
                    <li class="nav-item"><a class="nav-link" href="/pa-hire.php">PA Hire</a></li>
                    <li class="nav-item"><a class="nav-link" href="/special-effects.php">Effects</a></li>
                    <li class="nav-item"><a class="nav-link" href="/projection-hire.php">Projection</a></li>
                    <li class="nav-item"><a class="nav-link" href="/wedding-dj.php">Weddings</a></li>
                    <li class="nav-item"><a class="nav-link" href="/corporate-events.php">Corporate</a></li>
                    <li class="nav-item"><a class="nav-link" href="/service-areas.php">Areas</a></li>
                    <li class="nav-item"><a class="nav-link" href="/faq.php">FAQ</a></li>
                    <li class="nav-item"><a class="nav-link" href="/bookings/">Book Now</a></li>
                </ul>
            </div>
        </div>
    </nav>

    <!-- Breadcrumb -->
    <div style="background: #111; border-bottom: 1px solid rgba(255,107,53,0.1);">
        <div class="container breadcrumb-nav">
            <a href="/">Home</a> <span>&rsaquo;</span>
            <a href="/#services">Services</a> <span>&rsaquo;</span>
            <span style="color: #ddd;">Event Lighting Hire</span>
        </div>
    </div>

    <!-- Hero Section -->
    <section style="padding: 100px 0 80px; background: linear-gradient(135deg, #0d0d1a 0%, #1a1a2e 40%, #16213e 100%); color: #fff; position: relative; overflow: hidden;">
        <!-- Decorative light beams -->
        <div style="position: absolute; top: 0; left: 20%; width: 2px; height: 100%; background: linear-gradient(180deg, #FF6B35, transparent); opacity: 0.15;"></div>
        <div style="position: absolute; top: 0; left: 50%; width: 2px; height: 100%; background: linear-gradient(180deg, #004e89, transparent); opacity: 0.15;"></div>
        <div style="position: absolute; top: 0; right: 20%; width: 2px; height: 100%; background: linear-gradient(180deg, #FF6B35, transparent); opacity: 0.1;"></div>

        <div class="container position-relative">
            <div class="row align-items-center g-5">
                <div class="col-lg-7">
                    <span class="product-badge mb-3">Professional Lighting Services</span>
                    <h1 style="font-size: clamp(2.2rem, 5vw, 3.5rem); font-weight: 700; margin-bottom: 1rem; line-height: 1.15;">
                        Professional <span style="color: #FF6B35;">Event Lighting</span> Hire<br>
                        <span style="font-size: 0.6em; color: #aaa; font-weight: 400;">Scunthorpe &amp; North Lincolnshire</span>
                    </h1>
                    <p style="font-size: 1.15rem; line-height: 1.8; color: #ccc; margin-bottom: 1.5rem;">
                        Transform any venue with our professional event lighting services. From subtle ambient <strong>LED uplighting</strong> to full stage lighting rigs controlled via the <strong>Avolites Maestro</strong> console, we deliver stunning visual experiences for weddings, corporate events, and festivals across <strong>Scunthorpe</strong>, <strong>North Lincolnshire</strong>, and beyond.
                    </p>
                    <p style="font-size: 1rem; color: #999; margin-bottom: 2rem;">
                        Featuring <strong style="color: #FF6B35;">Chauvet ILS</strong> intelligent lighting, <strong style="color: #FF6B35;">City Theatrical Show Baby</strong> wireless DMX, and 15+ years of professional lighting design experience.
                    </p>
                    <div class="d-flex flex-wrap gap-3">
                        <a href="/bookings/" class="btn btn-lg" style="background: #FF6B35; color: #fff; font-weight: 600; border-radius: 30px; padding: 0.75rem 2rem;">
                            <i class="fas fa-calendar-check"></i> Get a Lighting Quote
                        </a>
                        <a href="tel:+447515389939" class="btn btn-lg btn-outline-light" style="font-weight: 600; border-radius: 30px; padding: 0.75rem 2rem;">
                            <i class="fas fa-phone"></i> 07515 389939
                        </a>
                    </div>
                </div>
                <div class="col-lg-5">
                    <div style="background: rgba(255,255,255,0.04); border: 1px solid rgba(255,107,53,0.2); border-radius: 16px; padding: 2rem; backdrop-filter: blur(10px);">
                        <h3 style="color: #FF6B35; font-size: 1.2rem; margin-bottom: 1.25rem;"><i class="fas fa-lightbulb"></i> Our Lighting Capabilities</h3>
                        <div class="service-feature"><i class="fas fa-check-circle"></i><p>LED Uplighting &amp; Ambient Design</p></div>
                        <div class="service-feature"><i class="fas fa-check-circle"></i><p>Avolites Maestro Console Programming</p></div>
                        <div class="service-feature"><i class="fas fa-check-circle"></i><p>Chauvet ILS Intelligent Light Shows</p></div>
                        <div class="service-feature"><i class="fas fa-check-circle"></i><p>City Theatrical Wireless DMX (Show Baby)</p></div>
                        <div class="service-feature"><i class="fas fa-check-circle"></i><p>Moving Heads, Wash &amp; Beam Fixtures</p></div>
                        <div class="service-feature"><i class="fas fa-check-circle"></i><p>Stage Lighting Rigs &amp; Trussing</p></div>
                        <div class="service-feature"><i class="fas fa-check-circle"></i><p>On-site Lighting Technician</p></div>
                        <div class="service-feature"><i class="fas fa-check-circle"></i><p>Custom Colour Schemes &amp; Gobo Projection</p></div>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Featured Technology Section -->
    <section style="padding: 5rem 0; background: #1a1a1a;">
        <div class="container">
            <div class="text-center mb-5">
                <h2 style="font-size: 2.2rem; color: #FF6B35; font-weight: 700;">Industry-Leading Lighting Technology</h2>
                <p style="color: #999; max-width: 700px; margin: 0.75rem auto 0;">We invest in the best lighting technology from world-renowned manufacturers to deliver exceptional results at every event.</p>
            </div>

            <div class="row g-4">
                <!-- Avolites Maestro -->
                <div class="col-lg-4">
                    <div class="product-card">
                        <span class="product-badge mb-3">Console</span>
                        <h3 style="color: #fff; font-size: 1.3rem; margin-bottom: 0.5rem;">Avolites Maestro</h3>
                        <p style="color: #FF6B35; font-size: 0.9rem; margin-bottom: 1rem;">Professional Lighting Control</p>
                        <p style="color: #ccc; line-height: 1.7; font-size: 0.95rem;">
                            The <strong>Avolites Maestro</strong> is our go-to lighting console for professional events. Built on Avolites' legendary Titan software platform, the Maestro delivers intuitive control over complex lighting rigs with instant access to pre-programmed scenes, live busking capabilities, and seamless timeline-based show control.
                        </p>
                        <ul style="color: #bbb; font-size: 0.9rem; line-height: 2; padding-left: 1.25rem;">
                            <li>Titan v16 software with pixel mapping</li>
                            <li>Quick-sketch scene programming</li>
                            <li>Live busking with synth playback</li>
                            <li>Multi-universe DMX output</li>
                            <li>Integrated visualiser for pre-show plotting</li>
                        </ul>
                        <p style="color: #888; font-size: 0.85rem; margin-top: 1rem;"><i class="fas fa-info-circle" style="color: #FF6B35;"></i> Ideal for weddings, corporate galas, live music &amp; festivals</p>
                    </div>
                </div>

                <!-- Chauvet ILS -->
                <div class="col-lg-4">
                    <div class="product-card">
                        <span class="product-badge mb-3">Intelligent Lighting</span>
                        <h3 style="color: #fff; font-size: 1.3rem; margin-bottom: 0.5rem;">Chauvet DJ ILS</h3>
                        <p style="color: #FF6B35; font-size: 0.9rem; margin-bottom: 1rem;">Intelligent Light Syncing Technology</p>
                        <p style="color: #ccc; line-height: 1.7; font-size: 0.95rem;">
                            <strong>Chauvet ILS</strong> (Intelligent Light Syncing) is a revolutionary wireless ecosystem that synchronises multiple Chauvet DJ fixtures into one perfectly coordinated light show. One ILS controller wirelessly links compatible moving heads, derbies, wash lights, and effect fixtures — no DMX cables needed between ILS fixtures.
                        </p>
                        <ul style="color: #bbb; font-size: 0.9rem; line-height: 2; padding-left: 1.25rem;">
                            <li>Wireless fixture-to-fixture syncing</li>
                            <li>Automatic beat-reactive modes</li>
                            <li>Compatible with 30+ Chauvet fixtures</li>
                            <li>One-button coordinated light shows</li>
                            <li>Sound-active and auto-program modes</li>
                        </ul>
                        <p style="color: #888; font-size: 0.85rem; margin-top: 1rem;"><i class="fas fa-info-circle" style="color: #FF6B35;"></i> Perfect for DJ sets, parties, clubs &amp; mobile events</p>
                    </div>
                </div>

                <!-- City Theatrical Show Baby -->
                <div class="col-lg-4">
                    <div class="product-card">
                        <span class="product-badge mb-3">Wireless DMX</span>
                        <h3 style="color: #fff; font-size: 1.3rem; margin-bottom: 0.5rem;">City Theatrical Show Baby</h3>
                        <p style="color: #FF6B35; font-size: 0.9rem; margin-bottom: 1rem;">Professional Wireless DMX Control</p>
                        <p style="color: #ccc; line-height: 1.7; font-size: 0.95rem;">
                            The <strong>City Theatrical Show Baby</strong> is the industry standard for wireless DMX transmission. It allows us to control lighting fixtures across large venues, marquees, and outdoor stages without running DMX cables — maintaining a clean, professional installation with reliable, interference-free wireless control.
                        </p>
                        <ul style="color: #bbb; font-size: 0.9rem; line-height: 2; padding-left: 1.25rem;">
                            <li>SHoW DMX Neo wireless protocol</li>
                            <li>Up to 460m+ range (line of sight)</li>
                            <li>Ultra-low latency DMX transmission</li>
                            <li>Frequency-hopping for interference immunity</li>
                            <li>Battery &amp; mains powered options</li>
                        </ul>
                        <p style="color: #888; font-size: 0.85rem; margin-top: 1rem;"><i class="fas fa-info-circle" style="color: #FF6B35;"></i> Essential for marquees, outdoor events &amp; heritage venues</p>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Lighting Services Detail -->
    <section style="padding: 5rem 0; background: #111;">
        <div class="container">
            <div class="text-center mb-5">
                <h2 style="font-size: 2.2rem; color: #FF6B35; font-weight: 700;">Lighting Services We Offer</h2>
                <p style="color: #999; max-width: 650px; margin: 0.75rem auto 0;">Every event is unique. We tailor our lighting design to your venue, theme, and vision.</p>
            </div>

            <div class="row g-4">
                <div class="col-md-6">
                    <div style="background: rgba(255,107,53,0.04); border-left: 4px solid #FF6B35; border-radius: 10px; padding: 2rem;">
                        <h3 style="color: #FF6B35; font-size: 1.15rem;"><i class="fas fa-palette"></i> LED Uplighting &amp; Ambient Design</h3>
                        <p style="color: #ddd; line-height: 1.7;">Transform your venue atmosphere with programmable LED uplighting. Choose from millions of colours to match your branding, wedding theme, or event palette. Battery-powered wireless fixtures mean no trailing cables — perfect for listed buildings and elegant venues across <a href="/service-areas.php" style="color: #FF6B35;">Scunthorpe and North Lincolnshire</a>.</p>
                    </div>
                </div>
                <div class="col-md-6">
                    <div style="background: rgba(255,107,53,0.04); border-left: 4px solid #FF6B35; border-radius: 10px; padding: 2rem;">
                        <h3 style="color: #FF6B35; font-size: 1.15rem;"><i class="fas fa-theater-masks"></i> Stage Lighting &amp; Effects</h3>
                        <p style="color: #ddd; line-height: 1.7;">Professional stage lighting for live performances, presentations, and entertainment. Automated moving heads, beam fixtures, gobos, and dynamic effects all controlled via the <strong>Avolites Maestro</strong>. Combine with our <a href="/special-effects.php" style="color: #FF6B35;">special effects</a> for truly spectacular moments.</p>
                    </div>
                </div>
                <div class="col-md-6">
                    <div style="background: rgba(255,107,53,0.04); border-left: 4px solid #FF6B35; border-radius: 10px; padding: 2rem;">
                        <h3 style="color: #FF6B35; font-size: 1.15rem;"><i class="fas fa-star"></i> Wash &amp; Accent Lighting</h3>
                        <p style="color: #ddd; line-height: 1.7;">Highlight architectural features, guide guest attention, and create depth with professional wash lighting. Accent lighting for dance floors, head tables, bars, and focal areas. Our Chauvet ILS wash fixtures deliver rich, even colour coverage across any space.</p>
                    </div>
                </div>
                <div class="col-md-6">
                    <div style="background: rgba(255,107,53,0.04); border-left: 4px solid #FF6B35; border-radius: 10px; padding: 2rem;">
                        <h3 style="color: #FF6B35; font-size: 1.15rem;"><i class="fas fa-cogs"></i> Avolites Programming &amp; Show Control</h3>
                        <p style="color: #ddd; line-height: 1.7;">Expert lighting programming using our <strong>Avolites Maestro</strong> console. We build custom cue lists synchronised with music, presentations, and event timelines. Live busking for DJ sets and real-time adjustments throughout your event — a level of control that separates professional lighting from plug-and-play.</p>
                    </div>
                </div>
                <div class="col-md-6">
                    <div style="background: rgba(255,107,53,0.04); border-left: 4px solid #FF6B35; border-radius: 10px; padding: 2rem;">
                        <h3 style="color: #FF6B35; font-size: 1.15rem;"><i class="fas fa-wifi"></i> Wireless DMX &amp; Cable-Free Solutions</h3>
                        <p style="color: #ddd; line-height: 1.7;">Using <strong>City Theatrical Show Baby</strong> wireless DMX technology, we deliver professional lighting control without running cables across your venue. Combined with battery-powered fixtures, this creates a completely cable-free installation — essential for marquees, outdoor events, and venues where aesthetics matter.</p>
                    </div>
                </div>
                <div class="col-md-6">
                    <div style="background: rgba(255,107,53,0.04); border-left: 4px solid #FF6B35; border-radius: 10px; padding: 2rem;">
                        <h3 style="color: #FF6B35; font-size: 1.15rem;"><i class="fas fa-drafting-compass"></i> Custom Lighting Design &amp; Consultation</h3>
                        <p style="color: #ddd; line-height: 1.7;">Every event gets a tailored lighting plan. We visit your venue, discuss your vision, and design a bespoke lighting scheme using our <strong>Avolites</strong> integrated visualiser. From intimate weddings at <a href="/wedding-dj.php" style="color: #FF6B35;">local Scunthorpe venues</a> to large-scale <a href="/corporate-events.php" style="color: #FF6B35;">corporate conferences</a>, we create the perfect atmosphere.</p>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Event Types Section -->
    <section style="padding: 5rem 0; background: #1a1a1a;">
        <div class="container">
            <div class="text-center mb-5">
                <h2 style="font-size: 2.2rem; color: #FF6B35; font-weight: 700;">Lighting for Every Occasion</h2>
            </div>
            <div class="row g-4">
                <div class="col-md-4">
                    <div style="text-align: center; padding: 2rem;">
                        <i class="fas fa-ring" style="font-size: 2.5rem; color: #FF6B35; margin-bottom: 1rem;"></i>
                        <h3 style="color: #fff; font-size: 1.2rem;">Wedding Lighting</h3>
                        <p style="color: #bbb; line-height: 1.7;">Romantic uplighting in your wedding colours, fairy light canopies, pin-spot cake lighting, and first-dance specials. We work with your wedding coordinator to ensure every moment is beautifully lit.</p>
                        <a href="/wedding-dj.php" style="color: #FF6B35; font-size: 0.9rem;"><i class="fas fa-arrow-right"></i> Wedding Services</a>
                    </div>
                </div>
                <div class="col-md-4">
                    <div style="text-align: center; padding: 2rem;">
                        <i class="fas fa-building" style="font-size: 2.5rem; color: #FF6B35; margin-bottom: 1rem;"></i>
                        <h3 style="color: #fff; font-size: 1.2rem;">Corporate Events</h3>
                        <p style="color: #bbb; line-height: 1.7;">Brand-coloured lighting, stage washes for presentations, breakout session ambient lighting, and gala dinner atmospherics. Professional, reliable, and discreet — controlled via Avolites for seamless transitions.</p>
                        <a href="/corporate-events.php" style="color: #FF6B35; font-size: 0.9rem;"><i class="fas fa-arrow-right"></i> Corporate Services</a>
                    </div>
                </div>
                <div class="col-md-4">
                    <div style="text-align: center; padding: 2rem;">
                        <i class="fas fa-music" style="font-size: 2.5rem; color: #FF6B35; margin-bottom: 1rem;"></i>
                        <h3 style="color: #fff; font-size: 1.2rem;">Live Music &amp; Festivals</h3>
                        <p style="color: #bbb; line-height: 1.7;">Full stage lighting rigs with trussing, moving heads, strobes, and hazers. Chauvet ILS for quick-deploy DJ stage lighting. Avolites programming for multi-band lineups with instant scene changes.</p>
                        <a href="/dj-services.php" style="color: #FF6B35; font-size: 0.9rem;"><i class="fas fa-arrow-right"></i> DJ &amp; Music Services</a>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- FAQ Section -->
    <section style="padding: 5rem 0; background: #111;">
        <div class="container" style="max-width: 800px;">
            <div class="text-center mb-4">
                <h2 style="font-size: 2rem; color: #FF6B35; font-weight: 700;">Frequently Asked Questions</h2>
                <p style="color: #999;">Common questions about our event lighting services</p>
            </div>

            <div class="faq-item">
                <h3><i class="fas fa-question-circle"></i> What lighting equipment do you use for events?</h3>
                <p>We use professional-grade equipment including the <strong>Avolites Maestro</strong> lighting console, <strong>Chauvet DJ</strong> fixtures with <strong>ILS</strong> (Intelligent Light Syncing) technology, and <strong>City Theatrical Show Baby</strong> wireless DMX systems. Our inventory includes LED uplighters, moving heads, wash lights, beam fixtures, programmable LED bars, and gobo projectors.</p>
            </div>
            <div class="faq-item">
                <h3><i class="fas fa-question-circle"></i> Do you provide lighting for weddings in Scunthorpe?</h3>
                <p>Absolutely. We provide professional <a href="/wedding-dj.php" style="color: #FF6B35;">wedding lighting</a> across Scunthorpe, North Lincolnshire, and surrounding areas. Our services include LED uplighting in your wedding colours, fairy light canopies, dance floor lighting, pin-spot table centre lighting, and atmospheric ambient lighting to transform your wedding venue.</p>
            </div>
            <div class="faq-item">
                <h3><i class="fas fa-question-circle"></i> What is Chauvet ILS and why is it better?</h3>
                <p><strong>Chauvet ILS</strong> (Intelligent Light Syncing) allows multiple Chauvet DJ fixtures to work together wirelessly in perfect synchronisation. One controller coordinates all ILS-enabled fixtures — moving heads, derbies, wash lights, and effects — creating a fully coordinated light show without complex DMX wiring. It's ideal for events where quick setup and stunning results are essential. Read more in our <a href="/#blog" style="color: #FF6B35;">blog about Chauvet DJ innovations</a>.</p>
            </div>
            <div class="faq-item">
                <h3><i class="fas fa-question-circle"></i> Can you do wireless lighting with no cables?</h3>
                <p>Yes. We use <strong>City Theatrical Show Baby</strong> wireless DMX technology to control lighting fixtures without running cables. Combined with battery-powered LED fixtures, we deliver a completely cable-free lighting solution — perfect for heritage venues, marquees, and outdoor events where cable runs are impractical.</p>
            </div>
            <div class="faq-item">
                <h3><i class="fas fa-question-circle"></i> What areas do you cover for lighting hire?</h3>
                <p>We're based in <strong>Scunthorpe</strong> and cover <strong>North Lincolnshire</strong>, Lincolnshire, East Yorkshire, South Yorkshire, Nottinghamshire, and the wider UK. We regularly provide lighting for events in Grimsby, Hull, Doncaster, Sheffield, Lincoln, Nottingham, and beyond. See our full <a href="/service-areas.php" style="color: #FF6B35;">service areas</a>.</p>
            </div>
        </div>
    </section>

    <!-- Local SEO: Areas Served -->
    <section style="padding: 4rem 0; background: #1a1a1a;">
        <div class="container text-center">
            <h2 style="color: #fff; font-size: 1.5rem; margin-bottom: 1.5rem;">Event Lighting Hire Across</h2>
            <div>
                <span class="area-tag">Scunthorpe</span>
                <span class="area-tag">North Lincolnshire</span>
                <span class="area-tag">Brigg</span>
                <span class="area-tag">Barton-upon-Humber</span>
                <span class="area-tag">Grimsby</span>
                <span class="area-tag">Cleethorpes</span>
                <span class="area-tag">Lincoln</span>
                <span class="area-tag">Hull</span>
                <span class="area-tag">Doncaster</span>
                <span class="area-tag">Sheffield</span>
                <span class="area-tag">Goole</span>
                <span class="area-tag">Gainsborough</span>
                <span class="area-tag">Market Rasen</span>
                <span class="area-tag">Louth</span>
                <span class="area-tag">Retford</span>
                <span class="area-tag">Nottingham</span>
                <span class="area-tag">East Midlands</span>
                <span class="area-tag">Yorkshire</span>
                <span class="area-tag">Nationwide UK</span>
            </div>
        </div>
    </section>

    <!-- Cross-Links to Other Services -->
    <section style="padding: 5rem 0; background: #111;">
        <div class="container">
            <div class="text-center mb-4">
                <h2 style="font-size: 1.8rem; color: #fff; font-weight: 700;">Complete Your Event Package</h2>
                <p style="color: #999;">Lighting works best when combined with professional sound, AV, and effects</p>
            </div>
            <div class="row g-4">
                <div class="col-md-3 col-6">
                    <a href="/dj-services.php" class="cross-link-card">
                        <i class="fas fa-music"></i>
                        <h4>DJ Services</h4>
                        <p>Professional DJs for any occasion</p>
                    </a>
                </div>
                <div class="col-md-3 col-6">
                    <a href="/av-hire.php" class="cross-link-card">
                        <i class="fas fa-tv"></i>
                        <h4>AV Hire</h4>
                        <p>Sound systems &amp; projection</p>
                    </a>
                </div>
                <div class="col-md-3 col-6">
                    <a href="/special-effects.php" class="cross-link-card">
                        <i class="fas fa-wand-magic-sparkles"></i>
                        <h4>Special Effects</h4>
                        <p>Haze, sparklers &amp; confetti</p>
                    </a>
                </div>
                <div class="col-md-3 col-6">
                    <a href="/corporate-events.php" class="cross-link-card">
                        <i class="fas fa-building"></i>
                        <h4>Corporate Events</h4>
                        <p>Full technical production</p>
                    </a>
                </div>
            </div>
        </div>
    </section>

    <!-- CTA -->
    <section style="padding: 5rem 0; background: linear-gradient(135deg, rgba(255,107,53,0.9) 0%, rgba(0,78,137,0.9) 100%); text-align: center; color: #fff;">
        <div class="container">
            <h2 style="font-size: 2.5rem; margin-bottom: 1rem; font-weight: 700;">Light Up Your Event</h2>
            <p style="font-size: 1.15rem; margin-bottom: 0.5rem; max-width: 600px; margin-left: auto; margin-right: auto;">Contact us for a free consultation and bespoke lighting design for your next event. From concept to execution, we create stunning visual atmospheres.</p>
            <p style="font-size: 0.95rem; margin-bottom: 2rem; color: rgba(255,255,255,0.8);">Serving Scunthorpe, North Lincolnshire &amp; nationwide</p>
            <div class="d-flex flex-wrap justify-content-center gap-3">
                <a href="/bookings/" class="btn btn-lg" style="background: #fff; color: #FF6B35; font-weight: 700; border-radius: 30px; padding: 0.75rem 2.5rem;">
                    <i class="fas fa-calendar-check"></i> Request a Quote
                </a>
                <a href="tel:+447515389939" class="btn btn-lg btn-outline-light" style="font-weight: 600; border-radius: 30px; padding: 0.75rem 2rem;">
                    <i class="fas fa-phone"></i> Call: 07515 389939
                </a>
                <a href="mailto:enquiries@thegrindeventshire.com" class="btn btn-lg btn-outline-light" style="font-weight: 600; border-radius: 30px; padding: 0.75rem 2rem;">
                    <i class="fas fa-envelope"></i> Email Us
                </a>
            </div>
        </div>
    </section>

    <!-- Footer -->
    <footer style="background: rgba(0,0,0,0.5); border-top: 1px solid rgba(255,107,53,0.2); padding: 3rem 2rem; text-align: center; color: #aaa;">
        <div class="container">
            <p style="margin-bottom: 1rem;"><strong>The Grind Events Hire</strong> | Professional DJ, AV &amp; Lighting Services</p>
            <p style="margin-bottom: 1rem;">57 Church Lane, Scunthorpe, North Lincolnshire, DN15 7AE</p>
            <p style="margin-bottom: 1rem;">
                <strong>Phone:</strong> <a href="tel:+447515389939" style="color: #FF6B35; text-decoration: none;">07515 389939</a> |
                <strong>Email:</strong> <a href="mailto:enquiries@thegrindeventshire.com" style="color: #FF6B35; text-decoration: none;">enquiries@thegrindeventshire.com</a>
            </p>

            <!-- Payment Methods -->
            <div style="margin: 2rem 0; padding: 1.5rem 0; border-top: 1px solid rgba(255,107,53,0.2); border-bottom: 1px solid rgba(255,107,53,0.2);">
                <p style="margin-bottom: 1rem; color: #FF6B35;"><strong>We Accept</strong></p>
                <div style="display: flex; justify-content: center; align-items: center; gap: 15px; flex-wrap: wrap;">
                    <i class="fab fa-cc-visa" title="Visa" style="font-size: 2rem; color: #FF6B35;"></i>
                    <i class="fab fa-cc-mastercard" title="Mastercard" style="font-size: 2rem; color: #FF6B35;"></i>
                    <i class="fab fa-cc-paypal" title="PayPal" style="font-size: 2rem; color: #FF6B35;"></i>
                    <i class="fab fa-cc-apple-pay" title="Apple Pay" style="font-size: 2rem; color: #FF6B35;"></i>
                    <i class="fab fa-google-pay" title="Google Pay" style="font-size: 2rem; color: #FF6B35;"></i>
                    <img src="https://x.klarnacdn.net/payment-method/assets/badges/generic/klarna.svg" alt="Klarna" style="height: 30px;">
                </div>
            </div>

            <p style="margin-bottom: 1rem;">
                <a href="/" style="color: #FF6B35; text-decoration: none; margin: 0 0.5rem;">Home</a> |
                <a href="/dj-services.php" style="color: #FF6B35; text-decoration: none; margin: 0 0.5rem;">DJ Hire</a> |
                <a href="/av-hire.php" style="color: #FF6B35; text-decoration: none; margin: 0 0.5rem;">AV Hire</a> |
                <a href="/special-effects.php" style="color: #FF6B35; text-decoration: none; margin: 0 0.5rem;">Special FX</a> |
                <a href="/#blog" style="color: #FF6B35; text-decoration: none; margin: 0 0.5rem;">Blog</a> |
                <a href="/faq.php" style="color: #FF6B35; text-decoration: none; margin: 0 0.5rem;">FAQ</a> |
                <a href="/privacy.html" style="color: #FF6B35; text-decoration: none; margin: 0 0.5rem;">Privacy</a> |
                <a href="/terms.html" style="color: #FF6B35; text-decoration: none; margin: 0 0.5rem;">Terms</a>
            </p>
            <p style="font-size: 0.85rem; color: #666;">Kevin Searby Trading as The Grind Events Hire | UTR 5495667395</p>
            <p style="font-size: 0.85rem; color: #555;">&copy; <?php echo date('Y'); ?> The Grind Events Hire. All rights reserved.</p>
            <p style="font-size: 0.75rem; color: #888; line-height: 1.6; max-width: 800px; margin: 1rem auto 0;">All images, logos, and trademarks displayed on this website are the property of their respective owners. The Grind Events Hire uses third-party logos and brand names solely to indicate compatibility, partnership, or services provided. Their use does not imply endorsement, affiliation, or sponsorship unless explicitly stated. Photographic images remain the copyright of their respective photographers and are used with permission or under licence. All rights reserved by their respective owners.</p>
        </div>
    </footer>

    <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
    <script src="/analytics.js"></script>
    <script src="/assets/site-analytics.js" defer></script>
    <?php if (file_exists(__DIR__ . '/components/account-defender-telemetry.php')): ?>
        <?php include 'components/account-defender-telemetry.php'; ?>
    <?php endif; ?>
</body>
</html>
