<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Events at Karaka Bay</title>
    <style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
            line-height: 1.6;
            color: #2c2c2c;
        }

        .hero {
            background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
                        url('https://images.squarespace-cdn.com/content/v1/68183c1d04f12d0b359280e3/6c8ff63b-3545-4615-a81c-94b01ed1c4f4/Karaka-Bay.jpg');
            background-size: cover;
            background-position: center;
            height: 60vh;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            color: white;
            position: relative;
        }

        .hero-content {
            max-width: 800px;
            padding: 2rem;
        }

        .hero h1 {
            font-size: 3.5rem;
            font-weight: 300;
            margin-bottom: 1rem;
            letter-spacing: 0.5px;
        }

        .hero p {
            font-size: 1.3rem;
            font-weight: 300;
            opacity: 0.95;
        }

        .container {
            max-width: 1100px;
            margin: 0 auto;
            padding: 4rem 2rem;
        }

        .intro-section {
            text-align: center;
            margin-bottom: 4rem;
        }

        .intro-section h2 {
            font-size: 2rem;
            font-weight: 400;
            margin-bottom: 1.5rem;
            color: #4a7c7e;
        }

        .intro-section p {
            font-size: 1.1rem;
            line-height: 1.8;
            color: #555;
            max-width: 800px;
            margin: 0 auto;
        }

        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2.5rem;
            margin: 4rem 0;
        }

        .feature-card {
            text-align: center;
            padding: 2rem;
        }

        .feature-icon {
            width: 80px;
            height: 80px;
            margin: 0 auto 1.5rem;
            background: #e8f4f4;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2rem;
        }

        .feature-card h3 {
            font-size: 1.3rem;
            font-weight: 500;
            margin-bottom: 1rem;
            color: #4a7c7e;
        }

        .feature-card p {
            color: #666;
            line-height: 1.7;
        }

        .cta-section {
            background: #4a7c7e;
            color: white;
            padding: 4rem 2rem;
            text-align: center;
            margin-top: 4rem;
        }

        .cta-section h2 {
            font-size: 2rem;
            font-weight: 400;
            margin-bottom: 1rem;
        }

        .cta-section p {
            font-size: 1.1rem;
            margin-bottom: 2rem;
            opacity: 0.95;
        }

        .btn {
            display: inline-block;
            padding: 1rem 2.5rem;
            background: white;
            color: #4a7c7e;
            text-decoration: none;
            border-radius: 4px;
            font-weight: 500;
            transition: all 0.3s ease;
            border: 2px solid white;
        }

        .btn:hover {
            background: transparent;
            color: white;
        }

        .capacity-highlight {
            background: #f9f9f9;
            padding: 3rem 2rem;
            border-left: 4px solid #4a7c7e;
            margin: 3rem 0;
        }

        .capacity-highlight h3 {
            color: #4a7c7e;
            font-size: 1.5rem;
            font-weight: 500;
            margin-bottom: 1rem;
        }

        .gallery {
            margin: 5rem 0 4rem;
        }

        .gallery h2 {
            text-align: center;
            font-size: 2rem;
            font-weight: 400;
            margin-bottom: 3rem;
            color: #4a7c7e;
        }

        .gallery-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1rem;
        }

        .gallery-item {
            position: relative;
            overflow: hidden;
            padding-top: 75%;
            background: #f0f0f0;
        }

        .gallery-item img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }

        .gallery-item:hover img {
            transform: scale(1.05);
        }

        @media (max-width: 768px) {
            .hero h1 {
                font-size: 2.5rem;
            }

            .hero p {
                font-size: 1.1rem;
            }

            .features-grid {
                grid-template-columns: 1fr;
                gap: 2rem;
            }

            .gallery-grid {
                grid-template-columns: 1fr;
            }
        }
    </style>
</head>
<body>
    <div class="hero">
        <div class="hero-content">
            <h1>Host your event at Karaka Bay</h1>
            <p>The perfect setting for groups of all sizes</p>
        </div>
    </div>

    <div class="container">
        <div class="intro-section">
            <h2>Create Memorable Moments by the Water</h2>
            <p>Karaka Bay is the perfect setting for groups of all sizes, with capacity for around 120 people and a dedicated events team ready to help bring your occasion to life.</p>
        </div>

        <div class="capacity-highlight">
            <h3>Flexible Spaces for Every Occasion</h3>
            <p>Whether you're planning an intimate gathering or a larger celebration, our versatile venue accommodates groups of all sizes, with comfortable seating for approximately 120 guests. Our beautiful waterfront location provides a stunning backdrop that will make your event truly unforgettable.</p>
        </div>

        <div class="features-grid">
            <div class="feature-card">
                <div class="feature-icon">🎉</div>
                <h3>Private Events</h3>
                <p>From birthday celebrations to anniversary dinners, our team will work with you to create a personalised experience that reflects your vision.</p>
            </div>

            <div class="feature-card">
                <div class="feature-icon">💼</div>
                <h3>Corporate Functions</h3>
                <p>Host your team meetings, client dinners, or corporate celebrations in a relaxed yet professional waterfront setting.</p>
            </div>

            <div class="feature-card">
                <div class="feature-icon">👰</div>
                <h3>Weddings & Celebrations</h3>
                <p>Say "I do" with the bay as your backdrop, or celebrate life's special milestones in our beautiful venue.</p>
            </div>
        </div>

        <div class="gallery">
            <h2>Our Venue</h2>
            <div class="gallery-grid">
                <div class="gallery-item">
                    <img src="https://images.squarespace-cdn.com/content/v1/68183c1d04f12d0b359280e3/1748580415734-49D0NF3FX5Y462JYB7ZM/Fountains+deck.jpg" alt="Waterfront deck view">
                </div>
                <div class="gallery-item">
                    <img src="https://images.squarespace-cdn.com/content/v1/68183c1d04f12d0b359280e3/1749547859171-RAA7R2IZWDVO064G1D0K/Event-Catering-Karaka-bay-lodge.jpg" alt="Event catering">
                </div>
                <div class="gallery-item">
                    <img src="https://images.squarespace-cdn.com/content/v1/68183c1d04f12d0b359280e3/1748582646654-9KQC6AM2ZHUQCEUV77LE/Seaview+deck.jpg" alt="Seaview deck">
                </div>
                <div class="gallery-item">
                    <img src="https://images.squarespace-cdn.com/content/v1/68183c1d04f12d0b359280e3/1749615713450-YR66VMWA83PHVBZSHNNX/Catering-groups.jpg" alt="Group dining">
                </div>
                <div class="gallery-item">
                    <img src="https://images.squarespace-cdn.com/content/v1/68183c1d04f12d0b359280e3/1749617640022-NQCTMZN55UEG60Q9E16V/Chef-ceasar-salad.jpg" alt="Fresh cuisine">
                </div>
                <div class="gallery-item">
                    <img src="https://images.squarespace-cdn.com/content/v1/68183c1d04f12d0b359280e3/f014c532-ca0f-4cb2-86c7-11986826cca3/IMG_3816.jpg" alt="Bay view">
                </div>
            </div>
        </div>

        <div class="intro-section" style="margin-top: 4rem;">
            <h2>Dedicated Events Team</h2>
            <p>Our experienced events team is here to guide you through every step of the planning process. From menu selection to room setup, we'll handle the details so you can focus on enjoying your event and making memories with your guests.</p>
        </div>
    </div>

    <div class="cta-section">
        <h2>Ready to Start Planning?</h2>
        <p>Get in touch with our events team to discuss your occasion and discover how we can bring your vision to life.</p>
        <a href="#contact" class="btn">Contact Our Events Team</a>
    </div>
</body>
</html>