{"id":81,"date":"2026-01-11T01:00:19","date_gmt":"2026-01-11T01:00:19","guid":{"rendered":"https:\/\/lwhitneybuildgroup.com\/?page_id=81"},"modified":"2026-02-13T05:26:12","modified_gmt":"2026-02-13T05:26:12","slug":"f","status":"publish","type":"page","link":"https:\/\/lwhitneybuildgroup.com\/home\/","title":{"rendered":"choose_path"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"81\" class=\"elementor elementor-81\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1575113 e-flex e-con-boxed e-con e-parent\" data-id=\"1575113\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4b2dd4f elementor-widget elementor-widget-html\" data-id=\"4b2dd4f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>L. Whitney | Your Vision<\/title>\r\n\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300&family=Inter:wght@100;300;400&display=swap\" rel=\"stylesheet\">\r\n\r\n    <style>\r\n        :root {\r\n            --gold: #C5A059;\r\n            --charcoal: #080808;\r\n            --white: #F4F4F4;\r\n            --gold-glow: rgba(197, 160, 89, 0.3);\r\n            --ease: cubic-bezier(0.16, 1, 0.3, 1);\r\n        }\r\n\r\n        * {\r\n            margin: 0;\r\n            padding: 0;\r\n            box-sizing: border-box;\r\n        }\r\n\r\n        html, body {\r\n            height: 100%;\r\n            width: 100%;\r\n            overflow-x: hidden;\r\n        }\r\n\r\n        body {\r\n            background: var(--charcoal);\r\n            color: var(--white);\r\n            font-family: 'Inter', sans-serif;\r\n            scroll-behavior: smooth;\r\n        }\r\n\r\n        \/* INTRO *\/\r\n        .intro-section {\r\n            position: fixed;\r\n            inset: 0;\r\n            z-index: 100;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            text-align: center;\r\n            background: var(--charcoal);\r\n            padding: 2rem;\r\n            transition: opacity 1.2s var(--ease), transform 1.2s var(--ease);\r\n        }\r\n\r\n        .intro-content {\r\n            max-width: 800px;\r\n            padding: 2rem;\r\n        }\r\n\r\n        .intro-logo {\r\n            font-family: 'Cormorant Garamond', serif;\r\n            font-size: clamp(2.5rem, 5vw, 4rem);\r\n            color: var(--gold);\r\n            letter-spacing: 0.15em;\r\n            margin-bottom: 1.5rem;\r\n            opacity: 0;\r\n            transform: translateY(20px);\r\n            animation: fadeInUp 1s var(--ease) 0.3s forwards;\r\n        }\r\n\r\n        .intro-tagline {\r\n            font-size: clamp(0.9rem, 1.5vw, 1.1rem);\r\n            letter-spacing: 0.3em;\r\n            text-transform: uppercase;\r\n            color: rgba(255,255,255,0.7);\r\n            margin-bottom: 3rem;\r\n            opacity: 0;\r\n            animation: fadeInUp 1s var(--ease) 0.6s forwards;\r\n        }\r\n\r\n        .intro-headline {\r\n            font-family: 'Cormorant Garamond', serif;\r\n            font-size: clamp(2rem, 4vw, 3.5rem);\r\n            font-weight: 300;\r\n            line-height: 1.3;\r\n            margin-bottom: 2rem;\r\n            opacity: 0;\r\n            animation: fadeInUp 1s var(--ease) 0.9s forwards;\r\n        }\r\n\r\n        .intro-headline span {\r\n            color: var(--gold);\r\n            font-style: italic;\r\n        }\r\n\r\n        .intro-description {\r\n            max-width: 600px;\r\n            margin: 0 auto 3rem;\r\n            line-height: 1.8;\r\n            opacity: 0;\r\n            animation: fadeInUp 1s var(--ease) 1.2s forwards;\r\n        }\r\n\r\n        .intro-buttons {\r\n            display: flex;\r\n            gap: 2rem;\r\n            justify-content: center;\r\n            flex-wrap: wrap;\r\n            opacity: 0;\r\n            animation: fadeInUp 1s var(--ease) 1.5s forwards;\r\n        }\r\n\r\n        .intro-button {\r\n            padding: 1.2rem 3rem;\r\n            border: 1px solid var(--gold);\r\n            color: var(--white);\r\n            text-decoration: none;\r\n            text-transform: uppercase;\r\n            letter-spacing: 0.2em;\r\n            font-size: 0.8rem;\r\n            transition: all 0.6s var(--ease);\r\n        }\r\n\r\n        .intro-button:hover {\r\n            background: rgba(197,160,89,0.08);\r\n            transform: translateY(-3px);\r\n        }\r\n\r\n        \/* VIDEO + OVERLAY *\/\r\n        .video-background {\r\n            position: fixed;\r\n            inset: 0;\r\n            width: 100%;\r\n            height: 100%;\r\n            object-fit: cover;\r\n            z-index: 1;\r\n            opacity: 0;\r\n            transition: opacity 2s var(--ease);\r\n            filter: brightness(0.5);\r\n        }\r\n\r\n        .overlay {\r\n            position: fixed;\r\n            inset: 0;\r\n            background: radial-gradient(circle, rgba(8,8,8,0.4), rgba(8,8,8,0.9));\r\n            z-index: 2;\r\n            opacity: 0;\r\n            transition: opacity 2s var(--ease);\r\n        }\r\n\r\n        \/* FUNNEL *\/\r\n        .funnel-container {\r\n            position: relative;\r\n            display: flex;\r\n            min-height: 100vh;\r\n            z-index: 4;\r\n            opacity: 0;\r\n            transition: opacity 1.5s var(--ease);\r\n        }\r\n\r\n        .funnel-side {\r\n            flex: 1;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            padding: 80px 40px;\r\n            cursor: pointer;\r\n            transition: transform 0.8s var(--ease);\r\n        }\r\n\r\n        .funnel-side:hover {\r\n            transform: scale(1.02);\r\n        }\r\n\r\n        .funnel-luxury {\r\n            border-right: 1px solid rgba(197,160,89,0.2);\r\n        }\r\n\r\n        .funnel-attainable {\r\n            border-left: 1px solid rgba(197,160,89,0.2);\r\n        }\r\n\r\n        .funnel-content {\r\n            max-width: 500px;\r\n            text-align: center;\r\n        }\r\n\r\n        .funnel-title {\r\n            font-family: 'Cormorant Garamond', serif;\r\n            font-size: clamp(2rem, 5vw, 4rem);\r\n            margin-bottom: 25px;\r\n            opacity: 0;\r\n        }\r\n\r\n        .funnel-accent {\r\n            color: var(--gold);\r\n            font-style: italic;\r\n            display: block;\r\n        }\r\n\r\n        .funnel-desc {\r\n            max-width: 360px;\r\n            margin: 0 auto 50px;\r\n            line-height: 1.8;\r\n            opacity: 0;\r\n        }\r\n\r\n        .funnel-button {\r\n            padding: 20px 50px;\r\n            border: 1px solid var(--gold);\r\n            background: transparent;\r\n            color: var(--white);\r\n            text-transform: uppercase;\r\n            letter-spacing: 0.3em;\r\n            font-size: 0.7rem;\r\n            transition: all 0.6s var(--ease);\r\n            cursor: pointer;\r\n        }\r\n\r\n        .funnel-button:hover {\r\n            background: rgba(197,160,89,0.08);\r\n            transform: translateY(-4px);\r\n        }\r\n\r\n        @keyframes fadeInUp {\r\n            to { opacity: 1; transform: translateY(0); }\r\n        }\r\n\r\n        @media (max-width: 768px) {\r\n            .funnel-container {\r\n                flex-direction: column;\r\n            }\r\n\r\n            .funnel-side {\r\n                border: none;\r\n                border-bottom: 1px solid rgba(197,160,89,0.2);\r\n            }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n\r\n<body>\r\n\r\n<div class=\"intro-section\" id=\"intro\">\r\n    <div class=\"intro-content\">\r\n        <div class=\"intro-logo\">L. WHITNEY<\/div>\r\n        <div class=\"intro-tagline\">Where Vision Becomes Reality<\/div>\r\n        <h1 class=\"intro-headline\">\r\n            Crafting Spaces That<br>\r\n            <span>Inspire & Endure<\/span>\r\n        <\/h1>\r\n        <p class=\"intro-description\">\r\n            For generations, we've transformed visions into timeless residences.\r\n            Choose the path that aligns with your aspirations.\r\n        <\/p>\r\n\r\n        <div class=\"intro-buttons\">\r\n            <a class=\"intro-button\" href=\"http:\/\/www.lwhitneybuildgroup.com\/signature_luxury\" target=\"_blank\">\r\n                Signature Luxury\r\n            <\/a>\r\n            <a class=\"intro-button\" href=\"http:\/\/www.lwhitneybuildgroup.com\/modern_excellence\" target=\"_blank\">\r\n                Modern Excellence\r\n            <\/a>\r\n        <\/div>\r\n    <\/div>\r\n<\/div>\r\n\r\n<video class=\"video-background\" autoplay muted loop playsinline>\r\n    <source src=\"https:\/\/videos.pexels.com\/video-files\/3571899\/3571899-sd_640_360_24fps.mp4\" type=\"video\/mp4\">\r\n<\/video>\r\n\r\n<div class=\"overlay\"><\/div>\r\n\r\n<div class=\"funnel-container\" id=\"mainContent\">\r\n    <div class=\"funnel-side funnel-luxury\" onclick=\"navigateTo('luxury')\">\r\n        <div class=\"funnel-content\">\r\n            <h1 class=\"funnel-title\">\r\n                Signature\r\n                <span class=\"funnel-accent\">Luxury<\/span>\r\n            <\/h1>\r\n            <p class=\"funnel-desc\">\r\n                Bespoke developments crafted for the discerning. Exceptional materials.\r\n            <\/p>\r\n            <button class=\"funnel-button\">Explore Luxury<\/button>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <div class=\"funnel-side funnel-attainable\" onclick=\"navigateTo('attainable')\">\r\n        <div class=\"funnel-content\">\r\n            <h1 class=\"funnel-title\">\r\n                Modern\r\n                <span class=\"funnel-accent\">Excellence<\/span>\r\n            <\/h1>\r\n            <p class=\"funnel-desc\">\r\n                Smart, well-built homes with modern design and thoughtful engineering.\r\n            <\/p>\r\n            <button class=\"funnel-button\">Explore Options<\/button>\r\n        <\/div>\r\n    <\/div>\r\n<\/div>\r\n\r\n<script>\r\n    function enterSite() {\r\n        document.getElementById('intro').style.display = 'none';\r\n        document.querySelector('.video-background').style.opacity = '1';\r\n        document.querySelector('.overlay').style.opacity = '1';\r\n        document.getElementById('mainContent').style.opacity = '1';\r\n    }\r\n\r\n    document.getElementById('intro').addEventListener('click', enterSite);\r\n\r\n    function navigateTo(path) {\r\n        window.location.href =\r\n            path === 'luxury'\r\n                ? 'http:\/\/www.lwhitneybuildgroup.com\/Signature_Luxury'\r\n                : 'http:\/\/www.lwhitneybuildgroup.com\/Modern_Excellence';\r\n    }\r\n<\/script>\r\n\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f30a58f e-flex e-con-boxed e-con e-parent\" data-id=\"f30a58f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>L. Whitney | Your Vision L. WHITNEY Where Vision Becomes Reality Crafting Spaces That Inspire &#038; Endure For generations, we&#8217;ve transformed visions into timeless residences. Choose the path that aligns with your aspirations. Signature Luxury Modern Excellence Signature Luxury Bespoke developments crafted for the discerning. Exceptional materials. Explore Luxury Modern Excellence Smart, well-built homes with [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-81","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/lwhitneybuildgroup.com\/home\/wp-json\/wp\/v2\/pages\/81","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lwhitneybuildgroup.com\/home\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/lwhitneybuildgroup.com\/home\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/lwhitneybuildgroup.com\/home\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lwhitneybuildgroup.com\/home\/wp-json\/wp\/v2\/comments?post=81"}],"version-history":[{"count":15,"href":"https:\/\/lwhitneybuildgroup.com\/home\/wp-json\/wp\/v2\/pages\/81\/revisions"}],"predecessor-version":[{"id":336,"href":"https:\/\/lwhitneybuildgroup.com\/home\/wp-json\/wp\/v2\/pages\/81\/revisions\/336"}],"wp:attachment":[{"href":"https:\/\/lwhitneybuildgroup.com\/home\/wp-json\/wp\/v2\/media?parent=81"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}