<!DOCTYPE html>
<html lang="en-CA">
<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">
    <title>Jardins Nature — Free Social Casino Games | Canada</title>
    <meta name="description" content="Jardins Nature offers free social casino games for Canadian players. Play slots and games for fun — no real money. 18+. Responsible play.">
    <meta name="keywords" content="social casino, free games, Canada, slots, entertainment, 18+, free slots, social gaming">
    <meta name="robots" content="index, follow">
    <meta name="geo.region" content="CA">
    <link rel="canonical" href="/">
    <link rel="sitemap" type="application/xml" href="/assets/sitemap.xml">
    <meta property="og:type" content="website">
    <meta property="og:url" content="//">
    <meta property="og:title" content="Jardins Nature — Free Social Casino Games | Canada">
    <meta property="og:description" content="Free social casino games for Canadian players. Play slots for fun — no real money. 18+.">
    <meta property="og:locale" content="en_CA">
    <meta name="twitter:card" content="summary_large_image">
    <meta name="twitter:title" content="Jardins Nature — Free Social Casino Games | Canada">
    <meta name="twitter:description" content="Free social casino games for Canadian players. Play slots for fun — no real money. 18+.">
    <link rel="icon" type="image/svg+xml" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'><text y='24' font-size='24'>🍁</text></svg>">
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&family=Playfair+Display:wght@600;700&display=swap" rel="stylesheet">
    <link rel="stylesheet" href="css/style.css">
    <script type="application/ld+json">
    {"@context":"https://schema.org","@type":"WebSite","name":"Jardins Nature","url":"//","description":"Free social casino games for Canadian players. No real money. 18+.","publisher":{"@type":"Organization","name":"Jardins Nature"}}
    </script>
</head>
<body>
    <!-- Gaming-style background -->
    <div class="jn-bg" aria-hidden="true">
        <div class="jn-bg__image"></div>
        <div class="jn-bg__overlay"></div>
        <div class="jn-bg__grid"></div>
        <div class="jn-bg__glow jn-bg__glow--1"></div>
        <div class="jn-bg__glow jn-bg__glow--2"></div>
        <div class="jn-bg__particles">
            <span class="jn-emoji jn-emoji--1">🎰</span>
            <span class="jn-emoji jn-emoji--2">🍁</span>
            <span class="jn-emoji jn-emoji--3">⭐</span>
            <span class="jn-emoji jn-emoji--4">🎲</span>
            <span class="jn-emoji jn-emoji--5">🎮</span>
            <span class="jn-emoji jn-emoji--6">🃏</span>
            <span class="jn-emoji jn-emoji--7">🍀</span>
            <span class="jn-emoji jn-emoji--8">✨</span>
        </div>
    </div>

    <!-- Age verification -->
    <div class="jn-modal" id="ageModal">
        <div class="jn-modal__box">
            <span class="jn-modal__emoji">🍁</span>
            <h2 class="jn-modal__title">Age verification</h2>
            <p class="jn-modal__text">This site is for persons aged 18 and over only. Please confirm you are of legal age in your province or territory.</p>
            <div class="jn-modal__actions">
                <button type="button" class="jn-btn jn-btn--primary" data-age="yes">I am 18+</button>
                <button type="button" class="jn-btn jn-btn--outline" data-age="no">Under 18</button>
            </div>
        </div>
    </div>

    <div class="jn-modal" id="under18Modal">
        <div class="jn-modal__box">
            <h2 class="jn-modal__title">Access restricted</h2>
            <p class="jn-modal__text">This site is only for users who are 18 years or older.</p>
            <button type="button" class="jn-btn jn-btn--primary" id="closeUnder18">OK</button>
        </div>
    </div>

    <!-- Game popup -->
    <div class="jn-game-modal" id="gameModal">
        <div class="jn-game-modal__bar">
            <span class="jn-game-modal__title" id="gameModalTitle">Game</span>
            <button type="button" class="jn-game-modal__close" id="closeGameBtn" aria-label="Close">×</button>
        </div>
        <div class="jn-game-modal__frame-wrap">
            <div class="jn-game-modal__frame-inner">
                <iframe id="gameFrame" title="Game"></iframe>
            </div>
        </div>
    </div>

    <!-- Cookie bar -->
    <div class="jn-cookie" id="cookieBar">
        <p class="jn-cookie__text">We use cookies to improve your experience. By continuing, you accept our <a href="cookie-policy.html">Cookie Policy</a> and <a href="privacy-policy.html">Privacy Policy</a>.</p>
        <button type="button" class="jn-cookie__btn" id="acceptCookies">Accept</button>
    </div>

    <!-- Header -->
    <header class="jn-header" id="header">
        <div class="jn-header__inner">
            <a href="index.html" class="jn-logo">
                <span class="jn-logo__icon" aria-hidden="true">🍁</span>
                <span class="jn-logo__text">Jardins Nature</span>
            </a>
            <nav class="jn-nav" id="mainNav">
                <ul class="jn-nav__list">
                    <li><a href="#hero" class="jn-nav__link">Home</a></li>
                    <li><a href="#games" class="jn-nav__link">Games</a></li>
                    <li><a href="#quiz" class="jn-nav__link">Quiz</a></li>
                    <li><a href="#about" class="jn-nav__link">About</a></li>
                </ul>
            </nav>
            <button type="button" class="jn-burger" id="burgerBtn" aria-label="Menu" aria-expanded="false">
                <span></span><span></span><span></span>
            </button>
        </div>
        <div class="jn-header__dropdown" id="headerDropdown">
            <a href="#hero">Home</a>
            <a href="#games">Games</a>
            <a href="#quiz">Quiz</a>
            <a href="#about">About</a>
        </div>
    </header>

    <main>
        <!-- Hero -->
        <section class="jn-hero" id="hero">
            <div class="jn-hero__content">
                <p class="jn-hero__badge">Free social casino · Canada 🍁</p>
                <h1 class="jn-hero__title">Play for fun in the heart of nature</h1>
                <p class="jn-hero__sub">Discover free social games — no real money, no risk. Just entertainment for adults 18+.</p>
                <div class="jn-hero__emojis">
                    <span class="jn-hero-emoji">🎰</span>
                    <span class="jn-hero-emoji">🎲</span>
                    <span class="jn-hero-emoji">🍁</span>
                    <span class="jn-hero-emoji">⭐</span>
                    <span class="jn-hero-emoji">🎮</span>
                </div>
                <a href="#games" class="jn-hero__cta">Play now</a>
            </div>
        </section>

        <!-- Games slider -->
        <section class="jn-section jn-games" id="games">
            <div class="jn-section__head">
                <h2 class="jn-section__title">Our games</h2>
                <p class="jn-section__sub">Choose your favourite — free to play in browser</p>
            </div>
            <div class="jn-slider-wrap">
                <button type="button" class="jn-slider-btn jn-slider-btn--prev" id="sliderPrev" aria-label="Previous">‹</button>
                <div class="jn-slider" id="gamesSlider">
                    <div class="jn-slider__track" id="sliderTrack">
                        <article class="jn-game-card" data-src="games/aqua-slot/index.html" data-name="Aqua Slot">
                            <div class="jn-game-card__thumb"><img src="games/aqua-slot/images/poster.webp" alt="Aqua Slot" width="320" height="180"></div>
                            <div class="jn-game-card__body">
                                <h3>Aqua Slot</h3>
                                <p>Dive into an underwater adventure. Spin and win in the deep blue.</p>
                                <button type="button" class="jn-game-card__play">Play</button>
                            </div>
                        </article>
                        <article class="jn-game-card" data-src="games/candy-slot/index.html" data-name="Candy Slot">
                            <div class="jn-game-card__thumb"><img src="games/candy-slot/icons/icon-256.png" alt="Candy Slot" width="320" height="180"></div>
                            <div class="jn-game-card__body">
                                <h3>Candy Slot</h3>
                                <p>Sweet spins and colourful wins. A treat for the senses.</p>
                                <button type="button" class="jn-game-card__play">Play</button>
                            </div>
                        </article>
                        <article class="jn-game-card" data-src="games/fisherman-slot/index.html" data-name="Fisherman Slot">
                            <div class="jn-game-card__thumb"><img src="games/fisherman-slot/icons/icon-256.png" alt="Fisherman Slot" width="320" height="180"></div>
                            <div class="jn-game-card__body">
                                <h3>Fisherman Slot</h3>
                                <p>Cast your reels and catch the biggest wins on the high seas.</p>
                                <button type="button" class="jn-game-card__play">Play</button>
                            </div>
                        </article>
                        <article class="jn-game-card" data-src="games/shadow-forest/index.html" data-name="Shadow Forest">
                            <div class="jn-game-card__thumb"><img src="games/shadow-forest/icons/icon-256.png" alt="Shadow Forest" width="320" height="180"></div>
                            <div class="jn-game-card__body">
                                <h3>Shadow Forest</h3>
                                <p>Mystical forest adventure. Spin among the shadows for bonuses.</p>
                                <button type="button" class="jn-game-card__play">Play</button>
                            </div>
                        </article>
                        <article class="jn-game-card" data-src="games/slot-lantern/index.html" data-name="Slot Lantern">
                            <div class="jn-game-card__thumb"><img src="games/slot-lantern/icons/icon-256.png" alt="Slot Lantern" width="320" height="180"></div>
                            <div class="jn-game-card__body">
                                <h3>Slot Lantern</h3>
                                <p>Light your way to wins. A journey lit by lanterns and luck.</p>
                                <button type="button" class="jn-game-card__play">Play</button>
                            </div>
                        </article>
                    </div>
                </div>
                <button type="button" class="jn-slider-btn jn-slider-btn--next" id="sliderNext" aria-label="Next">›</button>
            </div>
            <div class="jn-slider-dots" id="sliderDots"></div>
        </section>

        <!-- Quiz -->
        <section class="jn-section jn-quiz" id="quiz">
            <div class="jn-section__head">
                <h2 class="jn-section__title">Game quiz</h2>
                <p class="jn-section__sub">Test your knowledge about our games</p>
            </div>
            <div class="jn-quiz-box">
                <div class="jn-quiz__question" id="quizQuestion">
                    <p class="jn-quiz__q-text" id="quizQText">Which game takes you underwater?</p>
                    <div class="jn-quiz__options" id="quizOptions">
                        <button type="button" class="jn-quiz__opt" data-correct="true">Aqua Slot</button>
                        <button type="button" class="jn-quiz__opt" data-correct="false">Candy Slot</button>
                        <button type="button" class="jn-quiz__opt" data-correct="false">Shadow Forest</button>
                        <button type="button" class="jn-quiz__opt" data-correct="false">Slot Lantern</button>
                    </div>
                </div>
                <div class="jn-quiz__result" id="quizResult" hidden>
                    <span class="jn-quiz__emoji" id="quizEmoji">🎉</span>
                    <p class="jn-quiz__result-text" id="quizResultText">Correct!</p>
                    <button type="button" class="jn-btn jn-btn--primary" id="quizNext">Next question</button>
                </div>
            </div>
            <p class="jn-quiz__progress" id="quizProgress">Question 1 of 5</p>
        </section>

        <!-- About -->
        <section class="jn-section jn-about" id="about">
            <div class="jn-section__head">
                <h2 class="jn-section__title">Why Jardins Nature</h2>
                <p class="jn-section__sub">Free social entertainment for Canadian players</p>
            </div>
            <div class="jn-about__grid">
                <article class="jn-about-card">
                    <span class="jn-about-card__icon">🛡️</span>
                    <h3>No real money</h3>
                    <p>Play for fun only. No deposits, no financial risk — just entertainment.</p>
                </article>
                <article class="jn-about-card">
                    <span class="jn-about-card__icon">🍁</span>
                    <h3>Made for Canada</h3>
                    <p>We respect Canadian values and responsible play. 18+ only.</p>
                </article>
                <article class="jn-about-card">
                    <span class="jn-about-card__icon">🎮</span>
                    <h3>Instant play</h3>
                    <p>No download. Play directly in your browser on any device.</p>
                </article>
            </div>
        </section>
    </main>

    <!-- Footer -->
    <footer class="jn-footer">
        <div class="jn-footer__inner">
            <div class="jn-footer__top">
                <a href="index.html" class="jn-footer__logo">🍁 Jardins Nature</a>
                <nav class="jn-footer__nav">
                    <a href="privacy-policy.html">Privacy Policy</a>
                    <a href="cookie-policy.html">Cookie Policy</a>
                    <a href="terms-of-use.html">Terms of Use</a>
                    <a href="responsible-gaming.html">Responsible Gaming</a>
                </nav>
            </div>
            <div class="jn-footer__disclaimer">
                <p><strong>Disclaimer:</strong> 18+. Social casino only — no real money. Play responsibly.</p>
            </div>
            <div class="jn-footer__badges">
                <a href="https://www.begambleaware.org/" target="_blank" rel="noopener noreferrer" class="jn-footer__badge" aria-label="Be Gamble Aware">
                    <img src="images/gambleaware.png" alt="Be Gamble Aware" width="120" height="60">
                </a>
                <a href="https://www.gamcare.org.uk/" target="_blank" rel="noopener noreferrer" class="jn-footer__badge" aria-label="GameCare">
                    <img src="images/gamecare.png" alt="GameCare" width="120" height="60">
                </a>
            </div>
            <p class="jn-footer__copy">© <span id="year"></span> Jardins Nature. All rights reserved. For Canadian visitors 18+.</p>
        </div>
    </footer>

    <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/gsap.min.js"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/ScrollTrigger.min.js"></script>
    <script src="js/main.js"></script>
</body>
</html>
