{"id":400,"date":"2026-07-19T00:21:07","date_gmt":"2026-07-19T00:21:07","guid":{"rendered":"https:\/\/lwhitneybuildgroup.com\/home\/?page_id=400"},"modified":"2026-07-19T20:01:51","modified_gmt":"2026-07-19T20:01:51","slug":"home","status":"publish","type":"page","link":"https:\/\/lwhitneybuildgroup.com\/home\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"400\" class=\"elementor elementor-400\">\n\t\t\t\t<div class=\"elementor-element elementor-element-323d00f e-flex e-con-boxed e-con e-parent\" data-id=\"323d00f\" 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-b38bc72 elementor-widget elementor-widget-html\" data-id=\"b38bc72\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>` tag, designed to sit directly on your main landing page alongside your `<h1>` architecture.\r\nhtml\r\n<!-- ================= HEADER \/ NAVIGATION ================= -->\r\n<style>\r\n    \/* ===== ARCHITECTURAL GLOBAL NAV ===== *\/\r\n    .site-nav {\r\n        position: fixed;\r\n        top: 0;\r\n        left: 0;\r\n        width: 100%;\r\n        height: 90px;\r\n        display: flex;\r\n        align-items: center;\r\n        z-index: 3000;\r\n        border-bottom: 1px solid rgba(197, 160, 89, 0.08);\r\n        background: rgba(11, 11, 11, 0.75);\r\n        backdrop-filter: blur(20px);\r\n        -webkit-backdrop-filter: blur(20px);\r\n        transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), background 0.5s;\r\n    }\r\n\r\n    \/* Subtle slide-up state when user scrolls down *\/\r\n    .site-nav.nav-hidden {\r\n        transform: translateY(-100%);\r\n    }\r\n\r\n    .nav-container {\r\n        width: 100%;\r\n        max-width: 1400px;\r\n        margin: 0 auto;\r\n        padding: 0 6%;\r\n        display: flex;\r\n        justify-content: space-between;\r\n        align-items: center;\r\n    }\r\n\r\n    .nav-logo {\r\n        font-family: 'Cormorant Garamond', serif;\r\n        font-size: 1.3rem;\r\n        color: #F4F4F4;\r\n        text-decoration: none;\r\n        letter-spacing: 0.15em;\r\n        font-weight: 300;\r\n        transition: opacity 0.3s;\r\n    }\r\n    .nav-logo span {\r\n        font-family: 'Inter', sans-serif;\r\n        font-size: 0.55rem;\r\n        text-transform: uppercase;\r\n        letter-spacing: 0.3em;\r\n        color: #C5A059;\r\n        display: block;\r\n        margin-top: 2px;\r\n    }\r\n\r\n    .nav-links-desktop {\r\n        display: flex;\r\n        gap: 3rem;\r\n    }\r\n\r\n    .nav-item {\r\n        color: rgba(244, 244, 244, 0.6);\r\n        text-decoration: none;\r\n        font-size: 0.65rem;\r\n        text-transform: uppercase;\r\n        letter-spacing: 0.3em;\r\n        transition: color 0.4s cubic-bezier(0.23, 1, 0.32, 1), transform 0.4s;\r\n        position: relative;\r\n        padding: 8px 0;\r\n    }\r\n    .nav-item::after {\r\n        content: '';\r\n        position: absolute;\r\n        bottom: 0; left: 0;\r\n        width: 0; height: 1px;\r\n        background: #C5A059;\r\n        transition: width 0.4s cubic-bezier(0.23, 1, 0.32, 1);\r\n    }\r\n    .nav-item:hover {\r\n        color: #F4F4F4;\r\n    }\r\n    .nav-item:hover::after {\r\n        width: 100%;\r\n    }\r\n\r\n    .nav-actions {\r\n        display: flex;\r\n        align-items: center;\r\n        gap: 2rem;\r\n    }\r\n\r\n    .btn-nav-cta {\r\n        font-size: 0.65rem;\r\n        text-transform: uppercase;\r\n        letter-spacing: 0.3em;\r\n        color: #C5A059;\r\n        text-decoration: none;\r\n        border: 1px solid rgba(197, 160, 89, 0.3);\r\n        padding: 0.6rem 1.8rem;\r\n        transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);\r\n    }\r\n    .btn-nav-cta:hover {\r\n        background: #C5A059;\r\n        color: #0B0B0B;\r\n        border-color: #C5A059;\r\n    }\r\n\r\n    \/* Elegant Hamburger Menu *\/\r\n    .nav-toggle {\r\n        background: none;\r\n        border: none;\r\n        width: 28px;\r\n        height: 20px;\r\n        position: relative;\r\n        display: none; \/* Desktop Hidden *\/\r\n        flex-direction: column;\r\n        justify-content: space-between;\r\n    }\r\n    .nav-toggle span {\r\n        width: 100%;\r\n        height: 1px;\r\n        background: #F4F4F4;\r\n        transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);\r\n    }\r\n\r\n    \/* Mobile Drawer Overlay *\/\r\n    .mobile-menu-overlay {\r\n        position: fixed;\r\n        top: 0; left: 0;\r\n        width: 100%; height: 100vh;\r\n        background: #0B0B0B;\r\n        z-index: 2900;\r\n        display: flex;\r\n        align-items: center;\r\n        padding-left: 10%;\r\n        transform: translateX(100%);\r\n        transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);\r\n    }\r\n    .mobile-menu-overlay.is-active {\r\n        transform: translateX(0);\r\n    }\r\n    .mobile-menu-links {\r\n        display: flex;\r\n        flex-direction: column;\r\n        gap: 2.5rem;\r\n    }\r\n    .mobile-menu-links a {\r\n        font-family: 'Cormorant Garamond', serif;\r\n        font-size: 2.5rem;\r\n        color: #F4F4F4;\r\n        text-decoration: none;\r\n        font-weight: 300;\r\n        transition: color 0.3s;\r\n    }\r\n    .mobile-menu-links a:hover { color: #C5A059; }\r\n    .mobile-menu-links .mobile-cta-link {\r\n        font-family: 'Inter', sans-serif;\r\n        font-size: 0.75rem;\r\n        text-transform: uppercase;\r\n        letter-spacing: 0.3em;\r\n        color: #C5A059;\r\n        margin-top: 1rem;\r\n    }\r\n\r\n    \/* Responsive UI Breakpoints *\/\r\n    @media (max-width: 1024px) {\r\n        .nav-links-desktop { display: none; }\r\n        .nav-toggle { display: flex; }\r\n        \r\n        \/* Toggle active animation turns into an X *\/\r\n        .nav-toggle.is-active .line-1 {\r\n            transform: translateY(9px) rotate(45deg);\r\n            background: #C5A059;\r\n        }\r\n        .nav-toggle.is-active .line-2 {\r\n            transform: translateY(-10px) rotate(-45deg);\r\n            background: #C5A059;\r\n        }\r\n    }\r\n<\/style>\r\n\r\n<nav class=\"site-nav\">\r\n    <div class=\"nav-container\">\r\n        <!-- Logo \/ Wordmark -->\r\n        <a href=\"\/\" class=\"nav-logo\">\r\n            L. Whitney <span>Build Group<\/span>\r\n        <\/a>\r\n\r\n        <!-- Desktop Navigation Items -->\r\n        <div class=\"nav-links-desktop\">\r\n            <a href=\"\/philosophy\" class=\"nav-item\">Philosophy<\/a>\r\n            <a href=\"\/estates\" class=\"nav-item\">The Archive<\/a>\r\n            <a href=\"\/modern-excellence\" class=\"nav-item\">Modern Excellence<\/a>\r\n            <a href=\"\/acquisition\" class=\"nav-item\">Acquisition<\/a>\r\n        <\/div>\r\n\r\n        <!-- Action \/ Contact Button -->\r\n        <div class=\"nav-actions\">\r\n            <a href=\"\/consultation\" class=\"btn-nav-cta\">Inquire<\/a>\r\n            \r\n            <!-- Elegant Mobile Toggle -->\r\n            <button class=\"nav-toggle\" id=\"navToggle\" aria-label=\"Toggle Menu\">\r\n                <span class=\"line-1\"><\/span>\r\n                <span class=\"line-2\"><\/span>\r\n            <\/button>\r\n        <\/div>\r\n    <\/div>\r\n<\/nav>\r\n\r\n<!-- Mobile Overlay Menu -->\r\n<div class=\"mobile-menu-overlay\" id=\"mobileMenu\">\r\n    <div class=\"mobile-menu-links\">\r\n        <a href=\"\/philosophy\">Philosophy<\/a>\r\n        <a href=\"\/estates\">The Archive<\/a>\r\n        <a href=\"\/modern-excellence\">Modern Excellence<\/a>\r\n        <a href=\"\/acquisition\">Acquisition<\/a>\r\n        <a href=\"\/consultation\" class=\"mobile-cta-link\">Request Consultation<\/a>\r\n    <\/div>\r\n<\/div>\r\n<!-- ======================================================= -->\r\n\r\n\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 Build Group | Houston Custom Estates<\/title>\r\n    <meta name=\"description\" content=\"Architectural permanence for Houston's most discerning addresses. Curated estates, private commissions, and bespoke construction by L. Whitney Build Group.\">\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;1,300&family=Inter:wght@200;300;400;600&display=swap\" rel=\"stylesheet\">\r\n    <style>\r\n        :root {\r\n            --gold: #C5A059;\r\n            --charcoal: #0B0B0B;\r\n            --white: #F4F4F4;\r\n            --ease: cubic-bezier(0.23, 1, 0.32, 1);\r\n        }\r\n\r\n        * { margin: 0; padding: 0; box-sizing: border-box; cursor: none; }\r\n\r\n        body {\r\n            background: var(--charcoal);\r\n            color: var(--white);\r\n            font-family: 'Inter', sans-serif;\r\n            -webkit-font-smoothing: antialiased;\r\n            overflow-x: hidden;\r\n        }\r\n\r\n        body::before {\r\n            content: \"\";\r\n            position: fixed; top: 0; left: 0; width: 100%; height: 100%;\r\n            background: url('https:\/\/grainy-gradients.vercel.app\/noise.svg');\r\n            opacity: 0.035; pointer-events: none; z-index: 999;\r\n        }\r\n\r\n        #custom-cursor {\r\n            width: 20px; height: 20px; border: 1px solid var(--gold); border-radius: 50%;\r\n            position: fixed; pointer-events: none; z-index: 3500;\r\n            transform: translate(-50%, -50%);\r\n            transition: transform 0.15s var(--ease), background 0.3s;\r\n        }\r\n\r\n        \/* ===== HERO \u2014 signature element: a single gold hairline that draws itself\r\n           beneath the wordmark on load, standing in for the \"restraint\" the whole\r\n           brand is built on, rather than a photograph. ===== *\/\r\n        .home-hero {\r\n            min-height: 100vh;\r\n            display: flex;\r\n            flex-direction: column;\r\n            align-items: center;\r\n            justify-content: center;\r\n            text-align: center;\r\n            padding: 160px 6% 100px;\r\n            position: relative;\r\n        }\r\n\r\n        .hero-eyebrow {\r\n            color: var(--gold);\r\n            text-transform: uppercase;\r\n            letter-spacing: 0.8em;\r\n            font-size: 0.68rem;\r\n            margin-bottom: 3rem;\r\n            opacity: 0;\r\n            animation: fadeUp 1s var(--ease) 0.2s forwards;\r\n        }\r\n\r\n        .hero-wordmark {\r\n            font-family: 'Cormorant Garamond', serif;\r\n            font-weight: 300;\r\n            font-size: clamp(3.5rem, 10vw, 9rem);\r\n            line-height: 0.95;\r\n            letter-spacing: 0.01em;\r\n            opacity: 0;\r\n            animation: fadeUp 1.1s var(--ease) 0.4s forwards;\r\n        }\r\n        .hero-wordmark i { color: var(--gold); }\r\n\r\n        .hero-line {\r\n            width: 0;\r\n            height: 1px;\r\n            background: var(--gold);\r\n            margin: 3.5rem auto;\r\n            animation: drawLine 1.4s var(--ease) 1s forwards;\r\n        }\r\n\r\n        .hero-sub {\r\n            max-width: 560px;\r\n            font-weight: 200;\r\n            font-size: 1.05rem;\r\n            line-height: 1.9;\r\n            color: rgba(244,244,244,0.62);\r\n            opacity: 0;\r\n            animation: fadeUp 1s var(--ease) 1.3s forwards;\r\n        }\r\n\r\n        .hero-ctas {\r\n            display: flex; gap: 1.5rem; margin-top: 3.5rem;\r\n            opacity: 0;\r\n            animation: fadeUp 1s var(--ease) 1.6s forwards;\r\n        }\r\n\r\n        @keyframes fadeUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }\r\n        @keyframes drawLine { from { width: 0; } to { width: 120px; } }\r\n\r\n        .btn-luxury {\r\n            display: inline-block;\r\n            padding: 1.1rem 3rem;\r\n            border: 1px solid var(--gold);\r\n            color: var(--gold);\r\n            text-decoration: none;\r\n            text-transform: uppercase;\r\n            letter-spacing: 0.35em;\r\n            font-size: 0.68rem;\r\n            transition: 0.4s var(--ease);\r\n        }\r\n        .btn-luxury:hover {\r\n            background: var(--gold); color: var(--charcoal);\r\n            box-shadow: 0 0 30px rgba(197, 160, 89, 0.2);\r\n        }\r\n        .btn-ghost {\r\n            display: inline-block;\r\n            padding: 1.1rem 3rem;\r\n            border: 1px solid rgba(244,244,244,0.2);\r\n            color: var(--white);\r\n            text-decoration: none;\r\n            text-transform: uppercase;\r\n            letter-spacing: 0.35em;\r\n            font-size: 0.68rem;\r\n            transition: 0.4s var(--ease);\r\n        }\r\n        .btn-ghost:hover { border-color: var(--white); }\r\n\r\n        \/* ===== PATHWAYS ===== *\/\r\n        .pathways {\r\n            padding: 60px 6% 140px;\r\n            max-width: 1400px;\r\n            margin: 0 auto;\r\n        }\r\n\r\n        .pathways-head {\r\n            text-align: center;\r\n            max-width: 640px;\r\n            margin: 0 auto 80px;\r\n        }\r\n        .pathways-head span {\r\n            color: var(--gold); text-transform: uppercase; letter-spacing: 0.6em; font-size: 0.68rem;\r\n            display: block; margin-bottom: 24px;\r\n        }\r\n        .pathways-head h2 {\r\n            font-family: 'Cormorant Garamond', serif; font-weight: 300;\r\n            font-size: clamp(2rem, 4vw, 3rem); line-height: 1.2;\r\n        }\r\n\r\n        .pathways-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(4, 1fr);\r\n            border-top: 1px solid rgba(197,160,89,0.15);\r\n            border-left: 1px solid rgba(197,160,89,0.15);\r\n        }\r\n\r\n        .pathway-card {\r\n            border-right: 1px solid rgba(197,160,89,0.15);\r\n            border-bottom: 1px solid rgba(197,160,89,0.15);\r\n            padding: 50px 36px;\r\n            text-decoration: none;\r\n            color: inherit;\r\n            display: flex;\r\n            flex-direction: column;\r\n            min-height: 340px;\r\n            transition: 0.5s var(--ease);\r\n            position: relative;\r\n        }\r\n        .pathway-card:hover { background: rgba(197, 160, 89, 0.04); }\r\n\r\n        .pathway-num {\r\n            font-family: 'Cormorant Garamond', serif; font-style: italic;\r\n            color: var(--gold); font-size: 1.1rem; margin-bottom: 30px;\r\n        }\r\n        .pathway-card h3 {\r\n            font-family: 'Cormorant Garamond', serif; font-weight: 300;\r\n            font-size: 1.9rem; line-height: 1.15; margin-bottom: 18px;\r\n        }\r\n        .pathway-card p {\r\n            font-size: 0.85rem; line-height: 1.75; color: rgba(244,244,244,0.5);\r\n            font-weight: 300; flex-grow: 1;\r\n        }\r\n        .pathway-arrow {\r\n            margin-top: 24px; color: var(--gold); font-size: 0.7rem;\r\n            text-transform: uppercase; letter-spacing: 0.3em;\r\n            display: flex; align-items: center; gap: 10px;\r\n        }\r\n        .pathway-arrow .line { width: 24px; height: 1px; background: var(--gold); transition: width 0.4s var(--ease); }\r\n        .pathway-card:hover .pathway-arrow .line { width: 40px; }\r\n\r\n        \/* ===== CONSULTATION BANNER ===== *\/\r\n        .cta-banner {\r\n            border-top: 1px solid rgba(197,160,89,0.15);\r\n            padding: 130px 6%;\r\n            text-align: center;\r\n        }\r\n        .cta-banner span {\r\n            color: var(--gold); text-transform: uppercase; letter-spacing: 0.6em; font-size: 0.68rem;\r\n            display: block; margin-bottom: 26px;\r\n        }\r\n        .cta-banner h2 {\r\n            font-family: 'Cormorant Garamond', serif; font-weight: 300;\r\n            font-size: clamp(2.2rem, 5vw, 4rem); line-height: 1.15; margin-bottom: 46px;\r\n        }\r\n        .cta-banner h2 i { color: var(--gold); }\r\n\r\n        \/* ===== FOOTER ===== *\/\r\n        .home-footer {\r\n            padding: 70px 6%;\r\n            border-top: 1px solid rgba(197,160,89,0.1);\r\n            display: flex; justify-content: space-between; align-items: center;\r\n            flex-wrap: wrap; gap: 24px;\r\n        }\r\n        .footer-links { display: flex; gap: 2.5rem; flex-wrap: wrap; }\r\n        .footer-links a {\r\n            color: rgba(244,244,244,0.5); text-decoration: none; font-size: 0.65rem;\r\n            text-transform: uppercase; letter-spacing: 0.25em; transition: color 0.3s;\r\n        }\r\n        .footer-links a:hover { color: var(--gold); }\r\n        .footer-meta { color: rgba(244,244,244,0.3); font-size: 0.62rem; letter-spacing: 0.3em; text-transform: uppercase; }\r\n\r\n        @media (max-width: 1024px) {\r\n            .pathways-grid { grid-template-columns: 1fr 1fr; }\r\n        }\r\n        @media (max-width: 640px) {\r\n            .pathways-grid { grid-template-columns: 1fr; }\r\n            .hero-ctas { flex-direction: column; width: 100%; max-width: 280px; }\r\n            .home-footer { flex-direction: column; align-items: flex-start; }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n\r\n<div id=\"custom-cursor\"><\/div>\r\n\r\n\r\n\r\n<header class=\"home-hero\">\r\n    <span class=\"hero-eyebrow\">Houston, Texas \u00b7 Est. 2026<\/span>\r\n    <h1 class=\"hero-wordmark\">L. Whitney<br><i>Build Group.<\/i><\/h1>\r\n    <div class=\"hero-line\"><\/div>\r\n    <p class=\"hero-sub\">Architectural permanence for Houston's most discerning addresses \u2014 from a curated portfolio of finished estates to fully bespoke private commissions.<\/p>\r\n    <div class=\"hero-ctas\">\r\n        <a href=\"\/estates\" class=\"btn-luxury\">View The Archive<\/a>\r\n        <a href=\"\/philosophy\" class=\"btn-ghost\">Our Philosophy<\/a>\r\n    <\/div>\r\n<\/header>\r\n\r\n<section class=\"pathways\">\r\n    <div class=\"pathways-head\">\r\n        <span>Where To Begin<\/span>\r\n        <h2>Four ways into the work \u2014 start wherever you are.<\/h2>\r\n    <\/div>\r\n    <div class=\"pathways-grid\">\r\n        <a href=\"\/philosophy\" class=\"pathway-card\">\r\n            <span class=\"pathway-num\">I.<\/span>\r\n            <h3>Philosophy<\/h3>\r\n            <p>The thinking behind every commission \u2014 restraint, site, and structures built to age well.<\/p>\r\n            <span class=\"pathway-arrow\"><span class=\"line\"><\/span>Read our approach<\/span>\r\n        <\/a>\r\n        <a href=\"\/estates\" class=\"pathway-card\">\r\n            <span class=\"pathway-num\">II.<\/span>\r\n            <h3>The Archive<\/h3>\r\n            <p>Our flagship, move-in-ready and in-construction estates across Houston's most established addresses.<\/p>\r\n            <span class=\"pathway-arrow\"><span class=\"line\"><\/span>View inventory<\/span>\r\n        <\/a>\r\n        <a href=\"\/modern-excellence\" class=\"pathway-card\">\r\n            <span class=\"pathway-num\">III.<\/span>\r\n            <h3>Modern Excellence<\/h3>\r\n            <p>The same architectural standard, scaled for Houston's emerging corridors and modern professionals.<\/p>\r\n            <span class=\"pathway-arrow\"><span class=\"line\"><\/span>Explore the collection<\/span>\r\n        <\/a>\r\n        <a href=\"\/acquisition\" class=\"pathway-card\">\r\n            <span class=\"pathway-num\">IV.<\/span>\r\n            <h3>Acquisition<\/h3>\r\n            <p>Two paths to ownership: acquire from the current portfolio, or commission something entirely your own.<\/p>\r\n            <span class=\"pathway-arrow\"><span class=\"line\"><\/span>Compare the paths<\/span>\r\n        <\/a>\r\n    <\/div>\r\n<\/section>\r\n\r\n<section class=\"cta-banner\">\r\n    <span>Start The Process<\/span>\r\n    <h2>Every commission begins with <br><i>an honest feasibility assessment.<\/i><\/h2>\r\n    <a href=\"\/consultation\" class=\"btn-luxury\">Request Private Consultation<\/a>\r\n<\/section>\r\n\r\n\r\n<div class=\"builder-cta-container\">\r\n    <a href=\"http:\/\/www.lwhitneybuildgroup.com\/profile\" class=\"btn-builder\">\r\n        <span class=\"btn-line-top\"><\/span>\r\n        <span class=\"btn-text\">Meet the Builder<\/span>\r\n        <span class=\"btn-subtext\">Provenance & Vision<\/span>\r\n        <span class=\"btn-line-bottom\"><\/span>\r\n    <\/a>\r\n<\/div>\r\n\r\n<style>\r\n    .builder-cta-container {\r\n        padding: 40px 0;\r\n        display: flex;\r\n        justify-content: center;\r\n        background: transparent;\r\n    }\r\n\r\n    .btn-builder {\r\n        position: relative;\r\n        display: flex;\r\n        flex-direction: column;\r\n        align-items: center;\r\n        justify-content: center;\r\n        padding: 25px 60px;\r\n        text-decoration: none;\r\n        overflow: hidden;\r\n        transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);\r\n        border: 1px solid rgba(197, 160, 89, 0.3);\r\n    }\r\n\r\n    .btn-text {\r\n        font-family: 'Cormorant Garamond', serif;\r\n        color: #C5A059;\r\n        font-size: 1.2rem;\r\n        text-transform: uppercase;\r\n        letter-spacing: 0.5em;\r\n        margin-bottom: 4px;\r\n        transition: all 0.6s ease;\r\n    }\r\n\r\n    .btn-subtext {\r\n        font-family: 'Inter', sans-serif;\r\n        color: rgba(255, 255, 255, 0.4);\r\n        font-size: 0.6rem;\r\n        text-transform: uppercase;\r\n        letter-spacing: 0.3em;\r\n        font-weight: 200;\r\n    }\r\n\r\n    \/* Architectural Lines *\/\r\n    .btn-line-top, .btn-line-bottom {\r\n        position: absolute;\r\n        width: 30px;\r\n        height: 1px;\r\n        background: #C5A059;\r\n        transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);\r\n    }\r\n\r\n    .btn-line-top { top: 0; left: 0; }\r\n    .btn-line-bottom { bottom: 0; right: 0; }\r\n\r\n    \/* Hover States *\/\r\n    .btn-builder:hover {\r\n        border-color: #C5A059;\r\n        background: rgba(197, 160, 89, 0.05);\r\n        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);\r\n    }\r\n\r\n    .btn-builder:hover .btn-text {\r\n        letter-spacing: 0.7em;\r\n        color: #F4F4F4;\r\n    }\r\n\r\n    .btn-builder:hover .btn-line-top {\r\n        width: 100%;\r\n    }\r\n\r\n    .btn-builder:hover .btn-line-bottom {\r\n        width: 100%;\r\n    }\r\n<\/style>\r\n\r\n<footer class=\"home-footer\">\r\n    <div class=\"footer-links\">\r\n        <a href=\"\/philosophy\">Philosophy<\/a>\r\n        <a href=\"\/estates\">The Archive<\/a>\r\n        <a href=\"\/modern-excellence\">Modern Excellence<\/a>\r\n        <a href=\"\/acquisition\">Acquisition<\/a>\r\n        <a href=\"\/consultation\">Private Consultation<\/a>\r\n    <\/div>\r\n    <div class=\"footer-meta\">L. Whitney Build Group \u00b7 Houston, Texas \u00b7 2026<\/div>\r\n<\/footer>\r\n\r\n<script>\r\n    (function() {\r\n        const navToggle = document.getElementById('navToggle');\r\n        const navLinks = document.getElementById('navLinks');\r\n        if (navToggle && navLinks) {\r\n            navToggle.addEventListener('click', () => {\r\n                navToggle.classList.toggle('is-open');\r\n                navLinks.classList.toggle('is-open');\r\n            });\r\n            navLinks.querySelectorAll('a').forEach(a => a.addEventListener('click', () => {\r\n                navToggle.classList.remove('is-open');\r\n                navLinks.classList.remove('is-open');\r\n            }));\r\n        }\r\n    })();\r\n\r\n    const cursor = document.getElementById('custom-cursor');\r\n    document.addEventListener('mousemove', (e) => {\r\n        cursor.style.left = e.clientX + 'px';\r\n        cursor.style.top = e.clientY + 'px';\r\n    });\r\n    document.addEventListener('mouseover', (e) => {\r\n        if (e.target.closest('a') || e.target.closest('button')) {\r\n            cursor.style.transform = 'translate(-50%, -50%) scale(1.8)';\r\n            cursor.style.background = 'rgba(197, 160, 89, 0.15)';\r\n        }\r\n    });\r\n    document.addEventListener('mouseout', (e) => {\r\n        if (e.target.closest('a') || e.target.closest('button')) {\r\n            cursor.style.transform = 'translate(-50%, -50%) scale(1)';\r\n            cursor.style.background = 'transparent';\r\n        }\r\n    });\r\n<\/script>\r\n<!-- Operational Branding Footnote -->\r\n<footer class=\"pinnacle-line\" style=\"text-align: center; padding: 40px 0; background: #000; border-top: 1px solid #111; font-size: 0.65rem; text-transform: uppercase; letter-spacing: 4px; color: #444;\">\r\n    <a href=\"https:\/\/pinnaclemarketingstrategies.us\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"pinnacle-link-anchor\">\r\n        Experience Crafted by <span class=\"pinnacle-shimmer-brand\">Pinnacle Marketing Strategies<\/span> Growth Ecosystem\r\n    <\/a>\r\n<\/footer>\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\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 Build Group Philosophy The Archive Modern Excellence Acquisition Inquire Philosophy The Archive Modern Excellence Acquisition Request Consultation L. Whitney Build Group | Houston Custom Estates Houston, Texas \u00b7 Est. 2026 L. WhitneyBuild Group. Architectural permanence for Houston&#8217;s most discerning addresses \u2014 from a curated portfolio of finished estates to fully bespoke private commissions. [&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-400","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/lwhitneybuildgroup.com\/home\/wp-json\/wp\/v2\/pages\/400","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=400"}],"version-history":[{"count":16,"href":"https:\/\/lwhitneybuildgroup.com\/home\/wp-json\/wp\/v2\/pages\/400\/revisions"}],"predecessor-version":[{"id":450,"href":"https:\/\/lwhitneybuildgroup.com\/home\/wp-json\/wp\/v2\/pages\/400\/revisions\/450"}],"wp:attachment":[{"href":"https:\/\/lwhitneybuildgroup.com\/home\/wp-json\/wp\/v2\/media?parent=400"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}