<!DOCTYPE html>

<html lang="en">

<head>

    <meta charset="UTF-8">

    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <title>Agave Home Services | Custom Woodworking & Home Beautification</title>

    <meta name="description" content="Premium custom woodworking and home beautification in Arizona. Handcrafted built-ins, cabinetry, accent walls, and full-room transformations. Call 480-747-7925.">

    <link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Inter:wght@300;400;500;600&display=swap" rel="stylesheet">

    <style>

        :root {

            --wood: #8B6F47;

            --light: #F8F5F2;

            --gray: #555555;

            --white: #FFFFFF;

        }

        * { margin:0; padding:0; box-sizing:border-box; }

        body { font-family: 'Inter', sans-serif; background:#FAFAFA; color:#333; line-height:1.6; }

        h1,h2,h3 { font-family: 'Playfair Display', serif; }

        

        header {

            position:fixed; top:0; left:0; right:0; z-index:1000;

            background:rgba(255,255,255,0.95); backdrop-filter:blur(10px);

            padding:1.5rem 5%; display:flex; justify-content:space-between; align-items:center;

            box-shadow:0 2px 20px rgba(0,0,0,0.05);

        }

        .logo { font-size:1.8rem; font-weight:700; color:var(--wood); }

        nav a { margin-left:2rem; text-decoration:none; color:#333; font-weight:500; }

        

        .hero {

            height:100vh; display:flex; align-items:center; justify-content:center;

            background: url('https://via.placeholder.com/1920x1080/F8F5F2/8B6F47?text=Hero+Image+-+Your+Best+Project') center/cover no-repeat;

            text-align:center; color:#fff; position:relative;

        }

        .hero::before { content:''; position:absolute; inset:0; background:rgba(0,0,0,0.35); }

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

        .hero h1 { font-size:4.5rem; margin-bottom:1rem; }

        .hero p { font-size:1.3rem; margin-bottom:2rem; }

        .btn { background:var(--wood); color:#fff; padding:1rem 2.5rem; border:none; border-radius:50px; font-size:1.1rem; cursor:pointer; text-decoration:none; display:inline-block; }

        

        section { padding:8rem 5%; }

        .about, .services, .contact { background:#fff; }

        .section-title { font-size:3rem; text-align:center; margin-bottom:4rem; color:var(--wood); }

        

        .portfolio {

            display:grid; grid-template-columns:repeat(auto-fit, minmax(380px,1fr)); gap:2rem;

        }

        .project {

            position:relative; overflow:hidden; border-radius:12px; box-shadow:0 10px 30px rgba(0,0,0,0.1);

        }

        .project img { width:100%; height:100%; object-fit:cover; transition:transform 0.6s ease; }

        .project:hover img { transform:scale(1.08); }

        .overlay {

            position:absolute; inset:0; background:linear-gradient(transparent, rgba(0,0,0,0.7));

            display:flex; align-items:end; padding:2rem; color:#fff; opacity:0; transition:opacity 0.4s;

        }

        .project:hover .overlay { opacity:1; }

        

        .instagram {

            background:#fafafa; text-align:center;

        }

        .ig-embed { max-width:800px; margin:3rem auto; }

        

        footer {

            background:#222; color:#ddd; text-align:center; padding:4rem 5%;

        }

        @media (max-width:768px) {

            .hero h1 { font-size:3rem; }

            nav a { margin-left:1rem; font-size:0.9rem; }

            header { flex-direction:column; padding:1rem; }

        }

    </style>

</head>

<body>

    <header>

        <div class="logo">Agave Home Services, LLC</div>

        <nav>

            <a href="#about">About</a>

            <a href="#portfolio">Portfolio</a>

            <a href="#services">Services</a>

            <a href="#contact">Contact</a>

        </nav>

    </header>


    <section class="hero">

        <div class="hero-content">

            <h1>Crafted for Life</h1>

            <p>Custom woodworking & home beautification that turns houses into timeless homes.</p>

            <a href="#contact" class="btn">Get Your Free Quote</a>

        </div>

    </section>


    <section id="about" class="about">

        <h2 class="section-title">About Agave</h2>

        <p style="max-width:800px; margin:0 auto; text-align:center; font-size:1.2rem;">

            We specialize in high-end custom woodworking and thoughtful home beautification. From built-in cabinetry and accent walls to complete room transformations, every project is handcrafted with precision and an eye for modern elegance. Serving Arizona homes with reliable, local expertise.

        </p>

    </section>


    <section id="portfolio" style="background:#FAFAFA;">

        <h2 class="section-title">Recent Projects</h2>

        <div class="portfolio">

            <div class="project">

                <img src="https://via.placeholder.com/600x700/F8F5F2/999?text=Custom+Built-In" alt="Custom built-in shelving">

                <div class="overlay"><h3>Oak Built-In Library</h3></div>

            </div>

            <div class="project">

                <img src="https://via.placeholder.com/600x700/F8F5F2/999?text=Accent+Wall" alt="Wood accent wall">

                <div class="overlay"><h3>Reclaimed Walnut Feature Wall</h3></div>

            </div>

            <div class="project">

                <img src="https://via.placeholder.com/600x700/F8F5F2/999?text=Kitchen+Island" alt="Custom kitchen island">

                <div class="overlay"><h3>Modern White Oak Kitchen Island</h3></div>

            </div>

            <!-- Paste your IG image URLs here, e.g., <img src="YOUR_IG_IMAGE_URL.jpg" alt="Project Name"> -->

        </div>

    </section>


    <section id="services" class="services">

        <h2 class="section-title">Services</h2>

        <div style="display:grid; grid-template-columns:repeat(auto-fit,minmax(280px,1fr)); gap:3rem; max-width:1200px; margin:0 auto;">

            <div style="text-align:center;">

                <h3>Custom Cabinetry & Built-Ins</h3>

                <p>Perfectly fitted storage and display solutions.</p>

            </div>

            <div style="text-align:center;">

                <h3>Accent Walls & Paneling</h3>

                <p>Shiplap, slat walls, reclaimed wood features.</p>

            </div>

            <div style="text-align:center;">

                <h3>Furniture & Millwork</h3>

                <p>Dining tables, vanities, floating shelves.</p>

            </div>

            <div style="text-align:center;">

                <h3>Full Room Transformations</h3>

                <p>Design-to-install beautification packages.</p>

            </div>

        </div>

    </section>


    <section class="instagram">

        <h2 class="section-title">Live From Instagram</h2>

        <p style="margin-bottom:2rem;">Follow @agavehomeservices for behind-the-scenes and new projects</p>

        <div class="ig-embed">

            <!-- Paste an IG embed code here, e.g., from a recent post: -->

            <!-- <blockquote class="instagram-media" data-instgrm-permalink="https://www.instagram.com/p/YOUR_POST_ID/" data-instgrm-version="14"></blockquote><script async src="//www.instagram.com/embed.js"></script> -->

        </div>

    </section>


    <section id="contact" class="contact">

        <h2 class="section-title">Let’s Create Something Beautiful</h2>

        <p style="text-align:center; font-size:1.1rem; margin-bottom:2rem; color:var(--gray);">Ready to start? Reach out today.</p>

        <div style="text-align:center; margin-bottom:2rem;">

            <p><strong>Phone:</strong> <a href="tel:480-747-7925" style="color:var(--wood); text-decoration:none;">480-747-7925</a></p>

            <p><strong>Email:</strong> <a href="mailto:info@agavehomeservices.com" style="color:var(--wood); text-decoration:none;">info@agavehomeservices.com</a></p>

        </div>

        <form style="max-width:600px; margin:0 auto; display:grid; gap:1rem;">

            <input type="text" placeholder="Name" required style="padding:1rem; border:1px solid #ddd; border-radius:8px;">

            <input type="tel" placeholder="Phone" required style="padding:1rem; border:1px solid #ddd; border-radius:8px;">

            <input type="email" placeholder="Email" required style="padding:1rem; border:1px solid #ddd; border-radius:8px;">

            <textarea placeholder="Tell us about your project…" rows="5" style="padding:1rem; border:1px solid #ddd; border-radius:8px;"></textarea>

            <button type="submit" class="btn" style="justify-self:start;">Send Message</button>

        </form>

    </section>


    <footer>

        <p>&copy; 2025 Agave Home Services, LLC • Custom Woodworking & Home Beautification • <a href="https://instagram.com/agavehomeservices" style="color:#8B6F47;">@agavehomeservices</a> | <a href="tel:480-747-7925" style="color:#8B6F47;">480-747-7925</a> | <a href="mailto:info@agavehomeservices.com" style="color:#8B6F47;">info@agavehomeservices.com</a></p>

    </footer>

</body>

</html>