{"id":247,"date":"2026-06-08T20:32:54","date_gmt":"2026-06-09T01:32:54","guid":{"rendered":"https:\/\/deltahomes.com\/?page_id=247"},"modified":"2026-06-22T11:46:03","modified_gmt":"2026-06-22T16:46:03","slug":"elementor-page-247","status":"publish","type":"page","link":"https:\/\/deltahomes.com\/?page_id=247","title":{"rendered":"Portfolio"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"247\" class=\"elementor elementor-247\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-81e540a e-con-full e-flex e-con e-parent\" data-id=\"81e540a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ac24a42 elementor-widget__width-inherit elementor-widget elementor-widget-html\" data-id=\"ac24a42\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t\r\n<!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>Portfolio | Delta Homes<\/title>\r\n  <meta name=\"description\" content=\"Explore Delta Homes' portfolio of luxury custom residences built throughout Houston's most coveted neighborhoods.\" \/>\r\n  <link rel=\"stylesheet\" href=\"css\/styles.css\" \/>\r\n  <style>\r\n    .portfolio-filter {\r\n      display: flex;\r\n      justify-content: center;\r\n      gap: 0.5rem;\r\n      margin-bottom: 3rem;\r\n      flex-wrap: wrap;\r\n    }\r\n    .filter-btn {\r\n      font-family: var(--font-sans);\r\n      font-size: 0.68rem;\r\n      font-weight: 600;\r\n      letter-spacing: 0.12em;\r\n      text-transform: uppercase;\r\n      padding: 0.6rem 1.4rem;\r\n      border: 1.5px solid var(--color-gray-lt);\r\n      background: transparent;\r\n      color: var(--color-gray-warm);\r\n      cursor: pointer;\r\n      transition: all var(--transition);\r\n    }\r\n    .filter-btn.active,\r\n    .filter-btn:hover {\r\n      border-color: var(--color-bronze);\r\n      background: var(--color-bronze);\r\n      color: var(--color-white);\r\n    }\r\n    .portfolio-full-grid {\r\n      display: grid;\r\n      grid-template-columns: repeat(3, 1fr);\r\n      gap: 1.5rem;\r\n    }\r\n    .portfolio-full-card {\r\n      position: relative;\r\n      overflow: hidden;\r\n      cursor: pointer;\r\n      background: var(--color-cream);\r\n      display: block;\r\n      text-decoration: none;\r\n    }\r\n    .portfolio-full-card-img {\r\n      aspect-ratio: 4\/3;\r\n      overflow: hidden;\r\n    }\r\n    .portfolio-full-card-img img {\r\n      width: 100%; height: 100%;\r\n      object-fit: cover;\r\n      transition: transform 0.65s ease;\r\n    }\r\n    .portfolio-full-card:hover .portfolio-full-card-img img {\r\n      transform: scale(1.06);\r\n    }\r\n    .portfolio-full-card-body {\r\n      padding: 1.5rem;\r\n      background: var(--color-white);\r\n      border-left: 3px solid var(--color-bronze);\r\n      transition: background var(--transition);\r\n    }\r\n    .portfolio-full-card:hover .portfolio-full-card-body {\r\n      background: var(--color-cream-lt);\r\n    }\r\n    .portfolio-full-card-body h4 {\r\n      font-family: var(--font-serif);\r\n      font-size: 1.2rem;\r\n      margin-bottom: 0.3rem;\r\n    }\r\n    .portfolio-full-card-body p {\r\n      font-size: 0.75rem;\r\n      color: var(--color-bronze);\r\n      font-weight: 600;\r\n      letter-spacing: 0.1em;\r\n      text-transform: uppercase;\r\n    }\r\n    .portfolio-card-arrow {\r\n      position: absolute;\r\n      top: 1.25rem; right: 1.25rem;\r\n      width: 36px; height: 36px;\r\n      background: var(--color-bronze);\r\n      display: flex; align-items: center; justify-content: center;\r\n      opacity: 0;\r\n      transform: translateY(6px);\r\n      transition: all var(--transition);\r\n    }\r\n    .portfolio-full-card:hover .portfolio-card-arrow {\r\n      opacity: 1;\r\n      transform: translateY(0);\r\n    }\r\n    .portfolio-card-arrow svg {\r\n      width: 16px; height: 16px;\r\n      stroke: white;\r\n      fill: none;\r\n      stroke-width: 2;\r\n    }\r\n    .placeholder-img {\r\n      width: 100%; height: 100%;\r\n      background: var(--color-dark);\r\n      display: flex;\r\n      flex-direction: column;\r\n      align-items: center;\r\n      justify-content: center;\r\n      gap: 0.5rem;\r\n    }\r\n    .placeholder-img::before {\r\n      content: \"\";\r\n      display: block;\r\n      width: 32px;\r\n      height: 2px;\r\n      background: var(--color-bronze);\r\n      margin-bottom: 0.25rem;\r\n    }\r\n    .placeholder-img span {\r\n      font-family: var(--font-sans);\r\n      font-size: 0.62rem;\r\n      font-weight: 600;\r\n      letter-spacing: 0.15em;\r\n      text-transform: uppercase;\r\n      color: rgba(255,255,255,0.45);\r\n    }\r\n    .placeholder-img strong {\r\n      font-family: var(--font-serif);\r\n      font-size: 1.1rem;\r\n      font-weight: 400;\r\n      color: var(--color-cream);\r\n    }\r\n    @media (max-width: 1024px) {\r\n      .portfolio-full-grid { grid-template-columns: repeat(2, 1fr); }\r\n    }\r\n    @media (max-width: 600px) {\r\n      .portfolio-full-grid { grid-template-columns: 1fr; }\r\n    }\r\n    \/* Portfolio page hero override *\/\r\n    .page-header {\r\n      position: relative;\r\n      background-image: url('images\/hero-02.jpg');\r\n      background-size: cover;\r\n      background-position: center 40%;\r\n      overflow: hidden;\r\n    }\r\n    .page-header::before {\r\n      content: '';\r\n      position: absolute;\r\n      inset: 0;\r\n      background: linear-gradient(to bottom, rgba(27,30,34,0.5) 0%, rgba(27,30,34,0.8) 100%);\r\n    }\r\n    .page-header .container { position: relative; z-index: 1; }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n\r\n<nav class=\"nav solid\" id=\"mainNav\">\r\n  <div class=\"nav-inner\">\r\n    <a href=\"https:\/\/deltahomes.com\/\" class=\"nav-logo\">\r\n      <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/deltahomes.com\/wp-content\/uploads\/2026\/06\/logo-white-nav.png?ssl=1\" alt=\"Delta Homes\" class=\"nav-logo-img\" style=\"width:90%\" \/>\r\n    <\/a>\r\n   <ul class=\"nav-links\">\r\n      <li><a href=\"https:\/\/deltahomes.com\/\">Home<\/a><\/li>\r\n      <li><a href=\"https:\/\/deltahomes.com\/?page_id=238\">About<\/a><\/li>\r\n      <li><a href=\"https:\/\/deltahomes.com\/?page_id=247\" class=\"active\">Portfolio<\/a><\/li>\r\n      <li><a href=\"https:\/\/deltahomes.com\/?page_id=334\">Blog<\/a><\/li>\r\n      <li><a href=\"https:\/\/deltahomes.com\/?page_id=260\" class=\"nav-cta\">Contact Us<\/a><\/li>\r\n    <\/ul>\r\n    <button class=\"nav-hamburger\" id=\"hamburger\" aria-label=\"Menu\">\r\n      <span><\/span><span><\/span><span><\/span>\r\n    <\/button>\r\n  <\/div>\r\n<\/nav>\r\n<div class=\"nav-mobile\" id=\"mobileMenu\">\r\n  <a href=\"https:\/\/deltahomes.com\/\">Home<\/a>\r\n  <a href=\"https:\/\/deltahomes.com\/?page_id=238\">About<\/a>\r\n  <a href=\"https:\/\/deltahomes.com\/?page_id=247\">Portfolio<\/a>\r\n  <a href=\"https:\/\/deltahomes.com\/?page_id=334\">Blog<\/a>\r\n  <a href=\"https:\/\/deltahomes.com\/?page_id=260\">Contact Us<\/a>\r\n<\/div>\r\n\r\n<div class=\"page-header\">\r\n  <div class=\"container\">\r\n    <span class=\"eyebrow\">Our Work<\/span>\r\n    <h1>The Delta Portfolio<\/h1>\r\n    <div class=\"breadcrumb\">\r\n      <a href=\"https:\/\/deltahomes.com\/\">Home<\/a><span>\/<\/span><span>Portfolio<\/span>\r\n    <\/div>\r\n  <\/div>\r\n<\/div>\r\n\r\n<section class=\"section\" style=\"background: var(--color-cream-lt);\">\r\n  <div class=\"container\">\r\n    <div class=\"section-header text-center fade-in\" style=\"margin-bottom: 3rem;\">\r\n      <h2>Crafted With Confidence<\/h2>\r\n      <div class=\"divider\"><\/div>\r\n      <p style=\"max-width: 860px; margin: 1.5rem auto 0;\">Each Delta home is a unique expression \u2014 shaped by its neighborhood, its owners, and the unwavering commitment to quality that defines our work. Explore our completed residences below.<\/p>\r\n    <\/div>\r\n\r\n    <div class=\"portfolio-full-grid\">\r\n\r\n      <!-- 1030 W 24th St Unit A -->\r\n      <a href=\"https:\/\/deltahomes.com\/?page_id=850#unit-A\" class=\"portfolio-full-card fade-in fade-in-delay-1\">\r\n        <div class=\"portfolio-full-card-img\">\r\n          <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/deltahomes.com\/wp-content\/uploads\/2026\/06\/1030-w24th-a-01.jpg?ssl=1\" alt=\"1030 W 24th St \u2013 Unit A\" loading=\"lazy\" \/>\r\n        <\/div>\r\n        <div class=\"portfolio-full-card-body\">\r\n          <h4>1030 W 24th St \u2013 Unit A<\/h4>\r\n          <p>Luxury Multi-Unit Spec \u00b7 Shady Acres<\/p>\r\n        <\/div>\r\n      <\/a>\r\n      <!-- 1030 W 24th St Unit B -->\r\n      <a href=\"https:\/\/deltahomes.com\/?page_id=850#unit-B\" class=\"portfolio-full-card fade-in fade-in-delay-1\">\r\n        <div class=\"portfolio-full-card-img\">\r\n          <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/deltahomes.com\/wp-content\/uploads\/2026\/06\/1030-w24th-b-01.jpg?ssl=1\" alt=\"1030 W 24th St \u2013 Unit B\" loading=\"lazy\" \/>\r\n        <\/div>\r\n        <div class=\"portfolio-full-card-body\">\r\n          <h4>1030 W 24th St \u2013 Unit B<\/h4>\r\n          <p>Luxury Multi-Unit Spec \u00b7 Shady Acres<\/p>\r\n        <\/div>\r\n      <\/a>\r\n      <!-- 1030 W 24th St Unit C -->\r\n      <a href=\"https:\/\/deltahomes.com\/?page_id=850#unit-C\" class=\"portfolio-full-card fade-in fade-in-delay-1\">\r\n        <div class=\"portfolio-full-card-img\">\r\n          <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/deltahomes.com\/wp-content\/uploads\/2026\/06\/1030-w24th-c-01.jpg?ssl=1\" alt=\"1030 W 24th St \u2013 Unit C\" loading=\"lazy\" \/>\r\n        <\/div>\r\n        <div class=\"portfolio-full-card-body\">\r\n          <h4>1030 W 24th St \u2013 Unit C<\/h4>\r\n          <p>Luxury Multi-Unit Spec \u00b7 Shady Acres<\/p>\r\n        <\/div>\r\n      <\/a>\r\n      <!-- Historic Heights South I -->\r\n      <a href=\"https:\/\/deltahomes.com\/?page_id=442\" class=\"portfolio-full-card fade-in fade-in-delay-2\">\r\n        <div class=\"portfolio-full-card-img\">\r\n          <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/deltahomes.com\/wp-content\/uploads\/2026\/06\/528-harvard-01.jpg?ssl=1\" alt=\"Historic Heights South I\" loading=\"lazy\" \/>\r\n        <\/div>\r\n        <div class=\"portfolio-full-card-body\">\r\n          <h4>Historic Heights South I<\/h4>\r\n          <p>Custom Build \u2013 Historic Renovation<\/p>\r\n        <\/div>\r\n      <\/a>\r\n      <!-- Historic Heights East -->\r\n      <a href=\"https:\/\/deltahomes.com\/?page_id=869\" class=\"portfolio-full-card fade-in fade-in-delay-2\">\r\n        <div class=\"portfolio-full-card-img\">\r\n          <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/deltahomes.com\/wp-content\/uploads\/2026\/06\/1208-cortlandt-01.jpg?ssl=1\" alt=\"Historic Heights East\" loading=\"lazy\" \/>\r\n        <\/div>\r\n        <div class=\"portfolio-full-card-body\">\r\n          <h4>Historic Heights East<\/h4>\r\n          <p>Custom Build \u2013 Historic Renovation<\/p>\r\n        <\/div>\r\n      <\/a>\r\n      <!-- Historic Heights South II -->\r\n      <a href=\"https:\/\/deltahomes.com\/?page_id=763\" class=\"portfolio-full-card fade-in fade-in-delay-2\">\r\n        <div class=\"portfolio-full-card-img\">\r\n          <div class=\"placeholder-img\"><span>Coming Soon<\/span><strong>Historic Heights South II<\/strong><\/div>\r\n        <\/div>\r\n        <div class=\"portfolio-full-card-body\">\r\n          <h4>Historic Heights South II<\/h4>\r\n          <p>Custom Build \u2013 Historic Renovation<\/p>\r\n        <\/div>\r\n      <\/a>\r\n      <!-- 1528 Cortlandt -->\r\n      <a href=\"https:\/\/deltahomes.com\/?page_id=875\" class=\"portfolio-full-card fade-in fade-in-delay-2\">\r\n        <div class=\"portfolio-full-card-img\">\r\n          <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/deltahomes.com\/wp-content\/uploads\/2026\/06\/1528-cortlandt-01.png?ssl=1\" alt=\"1528 Cortlandt St \u2013 Historic Heights East\" loading=\"lazy\" \/>\r\n        <\/div>\r\n        <div class=\"portfolio-full-card-body\">\r\n          <h4>1528 Cortlandt St \u2013 Historic Heights East<\/h4>\r\n          <p>Historic Renovation Spec<\/p>\r\n        <\/div>\r\n      <\/a>\r\n      <!-- 916 Pizer -->\r\n      <a href=\"https:\/\/deltahomes.com\/?page_id=808\" class=\"portfolio-full-card fade-in fade-in-delay-3\">\r\n        <div class=\"portfolio-full-card-img\">\r\n          <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/deltahomes.com\/wp-content\/uploads\/2026\/06\/916-pizer-01.jpg?ssl=1\" alt=\"916 Pizer St\" style=\"width:100%;height:100%;object-fit:cover;\" \/>\r\n        <\/div>\r\n        <div class=\"portfolio-full-card-body\">\r\n          <h4>916 Pizer \u2013 Norhill Heights<\/h4>\r\n          <p>Historic Renovation Spec<\/p>\r\n        <\/div>\r\n      <\/a>\r\n      <!-- 725 W Cottage -->\r\n      <a href=\"https:\/\/deltahomes.com\/?page_id=795\" class=\"portfolio-full-card fade-in fade-in-delay-3\">\r\n        <div class=\"portfolio-full-card-img\">\r\n          <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/deltahomes.com\/wp-content\/uploads\/2026\/06\/725-cottage-01.jpg?ssl=1\" alt=\"725 W Cottage\" loading=\"lazy\" \/>\r\n        <\/div>\r\n        <div class=\"portfolio-full-card-body\">\r\n          <h4>725 W Cottage \u2013 Norhill Heights<\/h4>\r\n          <p>Custom Build \u2013 Historic Renovation<\/p>\r\n        <\/div>\r\n      <\/a>\r\n      <!-- Historic Heights South III -->\r\n      <a href=\"https:\/\/deltahomes.com\/?page_id=776\" class=\"portfolio-full-card fade-in fade-in-delay-3\">\r\n        <div class=\"portfolio-full-card-img\">\r\n          <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/deltahomes.com\/wp-content\/uploads\/2026\/06\/643-cortlandt-01.png?ssl=1\" alt=\"Historic Heights South III\" loading=\"lazy\" \/>\r\n        <\/div>\r\n        <div class=\"portfolio-full-card-body\">\r\n          <h4>Historic Heights South III<\/h4>\r\n          <p>Custom Build \u2013 Historic Renovation<\/p>\r\n        <\/div>\r\n      <\/a>\r\n      <!-- Houston Heights -->\r\n      <a href=\"https:\/\/deltahomes.com\/?page_id=783\" class=\"portfolio-full-card fade-in fade-in-delay-3\">\r\n        <div class=\"portfolio-full-card-img\">\r\n          <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/deltahomes.com\/wp-content\/uploads\/2026\/06\/718-e7th-01.png?ssl=1\" alt=\"Houston Heights\" loading=\"lazy\" \/>\r\n        <\/div>\r\n        <div class=\"portfolio-full-card-body\">\r\n          <h4>Houston Heights<\/h4>\r\n          <p>Custom Build<\/p>\r\n        <\/div>\r\n      <\/a>\r\n      <!-- 920 W Gardner -->\r\n      <a href=\"https:\/\/deltahomes.com\/?page_id=832\" class=\"portfolio-full-card fade-in fade-in-delay-3\">\r\n        <div class=\"portfolio-full-card-img\">\r\n          <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/deltahomes.com\/wp-content\/uploads\/2026\/06\/920-w-gardner-01.jpg?ssl=1\" alt=\"920 W Gardner St\" style=\"width:100%;height:100%;object-fit:cover;\" \/>\r\n        <\/div>\r\n        <div class=\"portfolio-full-card-body\">\r\n          <h4>920 W Gardner \u2013 Norhill Heights<\/h4>\r\n          <p>Historic Renovation Spec<\/p>\r\n        <\/div>\r\n      <\/a>\r\n      <!-- 924 W Gardner -->\r\n      <a href=\"https:\/\/deltahomes.com\/?page_id=841\" class=\"portfolio-full-card fade-in fade-in-delay-3\">\r\n        <div class=\"portfolio-full-card-img\">\r\n          <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/deltahomes.com\/wp-content\/uploads\/2026\/06\/924-w-gardner-01.jpg?ssl=1\" alt=\"924 W Gardner St\" style=\"width:100%;height:100%;object-fit:cover;\" \/>\r\n        <\/div>\r\n        <div class=\"portfolio-full-card-body\">\r\n          <h4>924 W Gardner \u2013 Norhill Heights<\/h4>\r\n          <p>Historic Renovation Spec<\/p>\r\n        <\/div>\r\n      <\/a>\r\n      <!-- 5405 Huckleberry \/ Tanglewood -->\r\n      <a href=\"https:\/\/deltahomes.com\/?page_id=889\" class=\"portfolio-full-card fade-in fade-in-delay-3\">\r\n        <div class=\"portfolio-full-card-img\">\r\n          <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/deltahomes.com\/wp-content\/uploads\/2026\/06\/5405-huckleberry-01.jpg?ssl=1\" alt=\"5405 Huckleberry\" style=\"width:100%;height:100%;object-fit:cover;\" \/>\r\n        <\/div>\r\n        <div class=\"portfolio-full-card-body\">\r\n          <h4>Tanglewood<\/h4>\r\n          <p>Custom Build<\/p>\r\n        <\/div>\r\n      <\/a>\r\n\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<!-- PROJECT MAP -->\r\n<section class=\"section\" style=\"background: var(--color-dark); padding: 5rem 0;\">\r\n  <div class=\"container\">\r\n    <div class=\"section-header text-center fade-in\" style=\"margin-bottom: 3rem;\">\r\n      <span class=\"eyebrow\" style=\"color: var(--color-bronze-lt);\">Where We Build<\/span>\r\n      <h2 style=\"color: var(--color-white);\">Delta Homes Projects<\/h2>\r\n      <div class=\"divider\" style=\"margin: 1.5rem auto 0;\"><\/div>\r\n      <p style=\"max-width: 560px; margin: 1.5rem auto 0; color: rgba(255,255,255,0.6);\">From the Heights to Spring Branch, every Delta home is built with the same discipline and commitment to quality \u2014 wherever you choose to build.<\/p>\r\n    <\/div>\r\n    <div style=\"position: relative;\">\r\n      <div id=\"dh-map\" style=\"width:100%; height:520px; border: 1px solid rgba(139,111,71,0.3);\"><\/div>\r\n      <!-- Custom Legend -->\r\n      <div id=\"map-legend\" style=\"\r\n        position: absolute; top: 16px; right: 16px;\r\n        background: rgba(27,30,34,0.92);\r\n        border: 1px solid rgba(139,111,71,0.4);\r\n        padding: 1rem 1.25rem;\r\n        z-index: 1000;\r\n        backdrop-filter: blur(4px);\r\n        min-width: 185px;\r\n      \">\r\n        <p style=\"font-family: var(--font-sans); font-size: 0.58rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: var(--color-bronze-lt); margin: 0 0 0.75rem;\">Delta Homes Projects<\/p>\r\n        <div style=\"display:flex; align-items:center; gap:0.6rem; margin-bottom:0.5rem;\">\r\n          <span style=\"display:inline-block; width:14px; height:14px; border-radius:50%; background:#8B6F47; flex-shrink:0;\"><\/span>\r\n          <span style=\"font-family:var(--font-sans); font-size:0.72rem; color:rgba(255,255,255,0.85);\">Completed Projects<\/span>\r\n        <\/div>\r\n        <div style=\"display:flex; align-items:center; gap:0.6rem;\">\r\n          <span style=\"display:inline-block; width:14px; height:14px; border-radius:50%; background:#4A7C59; flex-shrink:0;\"><\/span>\r\n          <span style=\"font-family:var(--font-sans); font-size:0.72rem; color:rgba(255,255,255,0.85);\">Active Projects<\/span>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<!-- Leaflet CSS\/JS -->\r\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/leaflet\/1.9.4\/leaflet.min.css\" \/>\r\n<script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/leaflet\/1.9.4\/leaflet.min.js\"><\/script>\r\n<script>\r\n(function() {\r\n  \/\/ Project data \u2014 full addresses + verified Houston, TX coordinates\r\n  \/\/ Heights (77008): ~29.797-29.810N, 95.380-95.405W\r\n  \/\/ Heights South (77007): ~29.786-29.796N, 95.378-95.410W\r\n  \/\/ Near Northside \/ Norhill (77009): ~29.795-29.815N, 95.360-95.405W\r\n  \/\/ Spring Branch (77080): ~29.795-29.808N, 95.510-95.535W\r\n  \/\/ Westchase (77042): ~29.732-29.748N, 95.480-95.510W\r\n  \/\/ Bear Creek \/ Katy (77094): ~29.762-29.780N, 95.720-95.750W\r\n  \/\/ Meyerland (77096): ~29.682-29.700N, 95.460-95.485W\r\n  const projects = [\r\n    \/\/ \u2500\u2500 Heights \/ Norhill (77008, 77007, 77009) \u2500\u2500\r\n    { name: \"1030 W 24th St\",      addr: \"1030 W 24th St, Houston, TX 77008\",      status: \"completed\", lat: 29.8075, lng: -95.4175 },\r\n    { name: \"1130 Jerome St\",       addr: \"1130 Jerome St, Houston, TX 77009\",       status: \"completed\", lat: 29.8017, lng: -95.3875 },\r\n    { name: \"Historic Heights South III\", addr: \"643 Cortlandt St, Houston, TX 77007\", status: \"completed\", lat: 29.7830, lng: -95.3954 },\r\n    { name: \"Historic Heights South II\",    addr: \"609 Harvard St, Houston, TX 77007\",       status: \"completed\", lat: 29.7819, lng: -95.3964 },\r\n    { name: \"Historic Heights East\",    addr: \"1208 Cortlandt St, Houston, TX 77008\",    status: \"completed\", lat: 29.7929, lng: -95.3950 },\r\n    { name: \"Historic Heights South I\",       addr: \"528 Harvard St, Houston, TX 77007\",       status: \"completed\", lat: 29.7806, lng: -95.3959 },\r\n    { name: \"Houston Heights\",          addr: \"718 E 7\u00bd St, Houston, TX 77008\",          status: \"completed\", lat: 29.7838, lng: -95.3890 },\r\n    { name: \"725 W Cottage\",        addr: \"725 W Cottage, Houston, TX 77009\",        status: \"completed\", lat: 29.7921, lng: -95.3808 },\r\n    { name: \"916 Pizer St\",         addr: \"916 Pizer St, Houston, TX 77009\",         status: \"completed\", lat: 29.7935, lng: -95.3830 },\r\n    { name: \"1108 E 14th St\",       addr: \"1108 E 14th St, Houston, TX 77009\",       status: \"completed\", lat: 29.7963, lng: -95.3865 },\r\n    { name: \"920 W Gardner St\",     addr: \"920 W Gardner St, Houston, TX 77009\",     status: \"completed\", lat: 29.7955, lng: -95.3831 },\r\n    { name: \"924 W Gardner St\",     addr: \"924 W Gardner St, Houston, TX 77009\",     status: \"completed\", lat: 29.7955, lng: -95.3833 },\r\n    { name: \"207 Tabor\",            addr: \"207 Tabor, Houston, TX 77009\",            status: \"completed\", lat: 29.7927, lng: -95.3773 },\r\n    \/\/ \u2500\u2500 Spring Branch (77080) \u2500\u2500\r\n    { name: \"8934 Springview Lane\", addr: \"8934 Springview Lane, Houston, TX 77080\", status: \"completed\", lat: 29.8304, lng: -95.5134 },\r\n    { name: \"5405 Huckleberry St\",  addr: \"5405 Huckleberry St, Houston, TX 77056\",        status: \"completed\", lat: 29.7509, lng: -95.468867 },\r\n    \/\/ \u2500\u2500 Westchase (77042) \u2500\u2500\r\n    { name: \"10118 Briar Rose Dr\",  addr: \"10118 Briar Rose Dr, Houston, TX 77042\",  status: \"completed\", lat: 29.7468, lng: -95.5528 },\r\n    \/\/ \u2500\u2500 Bear Creek \/ Katy (77094) \u2500\u2500\r\n    { name: \"19402 Hanby Creek Ct\", addr: \"19402 Hanby Creek Ct, Houston, TX 77094\", status: \"completed\", lat: 29.7733, lng: -95.7053 },\r\n    \/\/ \u2500\u2500 Meyerland (77096) \u2500\u2500\r\n    { name: \"5502 Yarwell Dr\",      addr: \"5502 Yarwell Dr, Houston, TX 77096\",      status: \"completed\", lat: 29.6707, lng: -95.4800 },\r\n    { name: \"5414 Sanford Dr\",      addr: \"5414 Sanford Dr, Houston, TX 77096\",      status: \"completed\", lat: 29.6875, lng: -95.4740 },\r\n    \/\/ \u2500\u2500 Active \u2500\u2500\r\n    { name: \"1025 W 23rd St\",       addr: \"1025 W 23rd St, Houston, TX 77008\",       status: \"active\",    lat: 29.8070, lng: -95.4175 },\r\n    { name: \"1528 Cortlandt St\",    addr: \"1528 Cortlandt St, Houston, TX 77008\",    status: \"active\", lat: 29.7992, lng: -95.3953 },\r\n  ];\r\n\r\n  const bronzeIcon = L.divIcon({\r\n    className: '',\r\n    html: `<svg width=\"28\" height=\"38\" viewBox=\"0 0 28 38\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n      <path d=\"M14 0C6.268 0 0 6.268 0 14c0 9.333 14 24 14 24S28 23.333 28 14C28 6.268 21.732 0 14 0z\" fill=\"#8B6F47\"\/>\r\n      <circle cx=\"14\" cy=\"14\" r=\"6\" fill=\"white\" fill-opacity=\"0.9\"\/>\r\n    <\/svg>`,\r\n    iconSize: [28, 38], iconAnchor: [14, 38], popupAnchor: [0, -38]\r\n  });\r\n\r\n  const activeIcon = L.divIcon({\r\n    className: '',\r\n    html: `<svg width=\"28\" height=\"38\" viewBox=\"0 0 28 38\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n      <path d=\"M14 0C6.268 0 0 6.268 0 14c0 9.333 14 24 14 24S28 23.333 28 14C28 6.268 21.732 0 14 0z\" fill=\"#4A7C59\"\/>\r\n      <circle cx=\"14\" cy=\"14\" r=\"6\" fill=\"white\" fill-opacity=\"0.9\"\/>\r\n    <\/svg>`,\r\n    iconSize: [28, 38], iconAnchor: [14, 38], popupAnchor: [0, -38]\r\n  });\r\n\r\n  const map = L.map('dh-map', { zoomControl: true, scrollWheelZoom: false }).setView([29.776, -95.455], 10);\r\n\r\n  L.tileLayer('https:\/\/{s}.basemaps.cartocdn.com\/light_all\/{z}\/{x}\/{y}{r}.png', {\r\n    attribution: '&copy; <a href=\"https:\/\/www.openstreetmap.org\/copyright\">OpenStreetMap<\/a> contributors &copy; <a href=\"https:\/\/carto.com\/\">CARTO<\/a>',\r\n    subdomains: 'abcd', maxZoom: 19\r\n  }).addTo(map);\r\n\r\n  projects.forEach(p => {\r\n    const icon = p.status === 'active' ? activeIcon : bronzeIcon;\r\n    const label = p.status === 'active' ? 'Active Project' : 'Completed Project';\r\n    const color = p.status === 'active' ? '#4A7C59' : '#8B6F47';\r\n    const cityLine = p.addr.replace(p.name + ', ', '').replace(p.name, '').replace(\/^,\\s*\/, '');\r\n    L.marker([p.lat, p.lng], { icon }).addTo(map)\r\n      .bindPopup(`\r\n        <div style=\"font-family: sans-serif; min-width: 170px; padding: 4px 0;\">\r\n          <p style=\"font-size:0.58rem; font-weight:700; letter-spacing:0.1em; text-transform:uppercase; color:${color}; margin:0 0 5px;\">${label}<\/p>\r\n          <p style=\"font-size:0.92rem; font-weight:600; color:#1B1E22; margin:0 0 3px;\">${p.name}<\/p>\r\n          <p style=\"font-size:0.7rem; color:#777; margin:0;\">${cityLine}<\/p>\r\n        <\/div>\r\n      `, { maxWidth: 240 });\r\n  });\r\n\r\n  map.once('focus', () => map.scrollWheelZoom.enable());\r\n})();\r\n<\/script>\r\n\r\n<div class=\"cta-banner\">\r\n  <div class=\"container-narrow\">\r\n    <span class=\"eyebrow\" style=\"color: rgba(255,255,255,0.7);\">Build with Delta Homes<\/span>\r\n    <h2>Your Vision. Engineered to Perfection.<\/h2>\r\n    <p>Every Delta home begins with a conversation. Tell us about your vision, your neighborhood, and your timeline \u2014 and we'll bring the precision to make it real.<\/p>\r\n    <a href=\"https:\/\/deltahomes.com\/elementor-page-260\/\" class=\"btn btn-dark\">Start Your Project<\/a>\r\n  <\/div>\r\n<\/div>\r\n\r\n<!-- FOOTER -->\r\n<footer class=\"footer\">\r\n  <div class=\"container\">\r\n    <div class=\"footer-grid\">\r\n      <div class=\"footer-brand\">\r\n        <div>\r\n           <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/deltahomes.com\/wp-content\/uploads\/2026\/06\/logo-white-400.png?ssl=1\" alt=\"Delta Homes Logo\" class=\"footer-logo-img\" style=\"width:50%\"\/>\r\n        <\/div>\r\n        <p>Engineering discipline meets artisan craft. Delta Homes delivers bespoke luxury residences in Houston's most coveted neighborhoods.<\/p>\r\n        <div class=\"footer-socials\" style=\"margin-top: 1.5rem;\">\r\n          <a href=\"sms:+17138224766\" class=\"social-link\" aria-label=\"Text\"><svg viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M21 15a2 2 0 01-2 2H7l-4 4V5a2 2 0 012-2h14a2 2 0 012 2z\"\/><\/svg><\/a>\r\n          <a href=\"mailto:Build@DeltaHomes.com\" class=\"social-link\" aria-label=\"Email\"><svg viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z\"\/><\/svg><\/a>\r\n          <a href=\"https:\/\/instagram.com\/DeltaHomesTX\" target=\"_blank\" rel=\"noopener\" class=\"social-link\" aria-label=\"Instagram\"><svg viewBox=\"0 0 24 24\" fill=\"currentColor\"><rect x=\"2\" y=\"2\" width=\"20\" height=\"20\" rx=\"5\" ry=\"5\"\/><circle cx=\"12\" cy=\"12\" r=\"4\" fill=\"var(--color-dark)\"\/><\/svg><\/a>\r\n        <\/div>\r\n      <\/div>\r\n      <div>\r\n        <p class=\"footer-col-title\">Navigate<\/p>\r\n        <ul class=\"footer-links\">\r\n          <li><a href=\"https:\/\/deltahomes.com\/\">Home<\/a><\/li>\r\n          <li><a href=\"https:\/\/deltahomes.com\/?page_id=238\">About Us<\/a><\/li>\r\n          <li><a href=\"https:\/\/deltahomes.com\/?page_id=247\">Portfolio<\/a><\/li>\r\n          <li><a href=\"https:\/\/deltahomes.com\/?page_id=334\">Blog<\/a><\/li>\r\n          <li><a href=\"https:\/\/deltahomes.com\/?page_id=260\">Contact<\/a><\/li>\r\n        <\/ul>\r\n      <\/div>\r\n      <div>\r\n        <p class=\"footer-col-title\"><a href=\"https:\/\/deltahomes.com\/?page_id=247\" style=\"color: inherit; text-decoration: none;\">Portfolio<\/a><\/p>\r\n      <\/div>\r\n      <div>\r\n        <p class=\"footer-col-title\">Contact<\/p>\r\n        <div class=\"footer-contact-item\">\r\n          <svg viewBox=\"0 0 24 24\"><path d=\"M22 16.92v3a2 2 0 01-2.18 2 19.79 19.79 0 01-8.63-3.07A19.5 19.5 0 013.07 10.8a19.79 19.79 0 01-3.07-8.63A2 2 0 012 0h3a2 2 0 012 1.72c.127.96.361 1.903.7 2.81a2 2 0 01-.45 2.11L6.09 7.91a16 16 0 006 6l1.27-1.27a2 2 0 012.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0122 16.92z\"\/><\/svg>\r\n          <span><a href=\"sms:+17138224766\">+1 (713) 822-4766<\/a><\/span>\r\n        <\/div>\r\n        <div class=\"footer-contact-item\">\r\n          <svg viewBox=\"0 0 24 24\"><path d=\"M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z\"\/><polyline points=\"22,6 12,13 2,6\"\/><\/svg>\r\n          <span><a href=\"mailto:Build@DeltaHomes.com\">Build@DeltaHomes.com<\/a><\/span>\r\n        <\/div>\r\n        <div class=\"footer-contact-item\">\r\n          <svg viewBox=\"0 0 24 24\"><path d=\"M16 2H8C4.7 2 2 4.7 2 8v8c0 3.3 2.7 6 6 6h8c3.3 0 6-2.7 6-6V8c0-3.3-2.7-6-6-6zm4 14c0 2.2-1.8 4-4 4H8c-2.2 0-4-1.8-4-4V8c0-2.2 1.8-4 4-4h8c2.2 0 4 1.8 4 4v8zm-8-9a5 5 0 100 10 5 5 0 000-10zm0 8a3 3 0 110-6 3 3 0 010 6zm5-9a1 1 0 100 2 1 1 0 000-2z\"\/><\/svg>\r\n          <span><a href=\"https:\/\/instagram.com\/DeltaHomesTX\" target=\"_blank\" rel=\"noopener\">@DeltaHomesTX<\/a><\/span>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n    <div class=\"footer-bottom\">\r\n      <p class=\"footer-copy\">\u00a9 2025 Delta Homes | Delta Construction HTX, LLC. All rights reserved.<\/p>\r\n    <\/div>\r\n  <\/div>\r\n<\/footer>\r\n\r\n<script>\r\n  const nav = document.getElementById('mainNav');\r\n  window.addEventListener('scroll', () => nav.classList.toggle('scrolled', window.scrollY > 50));\r\n  document.getElementById('hamburger').addEventListener('click', () => {\r\n    document.getElementById('mobileMenu').classList.toggle('open');\r\n  });\r\n  const observer = new IntersectionObserver((entries) => {\r\n    entries.forEach(e => { if (e.isIntersecting) { e.target.classList.add('visible'); observer.unobserve(e.target); } });\r\n  }, { threshold: 0.12 });\r\n  document.querySelectorAll('.fade-in').forEach(el => observer.observe(el));\r\n<\/script>\r\n<\/body>\r\n<\/html>\r\n\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>Portfolio | Delta Homes Home About Portfolio Blog Contact Us Home About Portfolio Blog Contact Us Our Work The Delta Portfolio Home\/Portfolio Crafted With Confidence Each Delta home is a unique expression \u2014 shaped by its neighborhood, its owners, and the unwavering commitment to quality that defines our work. Explore our completed residences below. 1030 [&hellip;]<\/p>\n","protected":false},"author":281456584,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_angie_page":false,"advanced_seo_description":"","jetpack_seo_html_title":"","jetpack_seo_noindex":false,"jetpack_seo_schema_type":"","_wpcom_ai_launchpad_about_page":false,"_wpcom_ai_launchpad_gallery_page":false,"_wpcom_ai_launchpad_contact_page":false,"_wpcom_ai_launchpad_events_page":false,"_wpcom_ai_launchpad_video_page":false,"_wpcom_ai_launchpad_portfolio_piece":false,"footnotes":""},"class_list":["post-247","page","type-page","status-publish","hentry"],"jetpack_likes_enabled":true,"jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/PhhsJn-3Z","jetpack-related-posts":[],"_links":{"self":[{"href":"https:\/\/deltahomes.com\/index.php?rest_route=\/wp\/v2\/pages\/247","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/deltahomes.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/deltahomes.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/deltahomes.com\/index.php?rest_route=\/wp\/v2\/users\/281456584"}],"replies":[{"embeddable":true,"href":"https:\/\/deltahomes.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=247"}],"version-history":[{"count":49,"href":"https:\/\/deltahomes.com\/index.php?rest_route=\/wp\/v2\/pages\/247\/revisions"}],"predecessor-version":[{"id":1157,"href":"https:\/\/deltahomes.com\/index.php?rest_route=\/wp\/v2\/pages\/247\/revisions\/1157"}],"wp:attachment":[{"href":"https:\/\/deltahomes.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=247"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}