[object Object]

← back to Homesonspec

collectors: add Ashton Woods adapter (national; JSON-LD QMI, per-home geo)

53b1804fadf2eb7032a43c2c79f477d07f73b19f · 2026-07-28 07:13:46 -0700 · Steve Abrams

Next national plain-fetch target off the backlog after David Weekley (eacead2).
Ashton Woods publishes per-metro *-sitemap-qmi.xml files; each QMI page is fully
server-rendered with a clean JSON-LD SingleFamilyResidence + Product/Offer pair
(address, Floorsize, AmenityFeature beds/baths/stories/garage, geo lat/lon, sales
phone, price, availability). robots allows the metro QMI pages. One page == one
inventory_home + community; baths = full + half*0.5; coord() preserves negative
US longitudes (same bug class caught in Discovery overnight). Facts-only,
mediaRights=NONE. Env: ASHTONWOODS_METRO, ASHTONWOODS_PAGE_LIMIT.

Live-verified read-only across TX/AZ (3 homes, 0 errors, full facts incl. geo).
6/6 vitest + adapter/workers typecheck green. Registered in workers CLI.
Activation + deploy + ingest stays GATED (go-live).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

Files touched

Diff

commit 53b1804fadf2eb7032a43c2c79f477d07f73b19f
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Tue Jul 28 07:13:46 2026 -0700

    collectors: add Ashton Woods adapter (national; JSON-LD QMI, per-home geo)
    
    Next national plain-fetch target off the backlog after David Weekley (eacead2).
    Ashton Woods publishes per-metro *-sitemap-qmi.xml files; each QMI page is fully
    server-rendered with a clean JSON-LD SingleFamilyResidence + Product/Offer pair
    (address, Floorsize, AmenityFeature beds/baths/stories/garage, geo lat/lon, sales
    phone, price, availability). robots allows the metro QMI pages. One page == one
    inventory_home + community; baths = full + half*0.5; coord() preserves negative
    US longitudes (same bug class caught in Discovery overnight). Facts-only,
    mediaRights=NONE. Env: ASHTONWOODS_METRO, ASHTONWOODS_PAGE_LIMIT.
    
    Live-verified read-only across TX/AZ (3 homes, 0 errors, full facts incl. geo).
    6/6 vitest + adapter/workers typecheck green. Registered in workers CLI.
    Activation + deploy + ingest stays GATED (go-live).
    
    Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---
 apps/workers/package.json                          |    3 +-
 apps/workers/src/cli.ts                            |    2 +
 collectors/BUILDERS.md                             |   45 +-
 .../fixtures/austin-321-possumhaw-lane.html        | 3494 ++++++++++++++++++++
 collectors/ashton-woods/package.json               |   15 +
 collectors/ashton-woods/src/index.test.ts          |   79 +
 collectors/ashton-woods/src/index.ts               |  266 ++
 collectors/ashton-woods/tsconfig.json              |    1 +
 pnpm-lock.yaml                                     |   25 +
 9 files changed, 3925 insertions(+), 5 deletions(-)

diff --git a/apps/workers/package.json b/apps/workers/package.json
index 40b33f7..22dd9b3 100644
--- a/apps/workers/package.json
+++ b/apps/workers/package.json
@@ -28,7 +28,8 @@
     "@homesonspec/collector-tri-pointe": "workspace:*",
     "@homesonspec/collector-taylor-morrison": "workspace:*",
     "@homesonspec/collector-discovery": "workspace:*",
-    "@homesonspec/collector-david-weekley": "workspace:*"
+    "@homesonspec/collector-david-weekley": "workspace:*",
+    "@homesonspec/collector-ashton-woods": "workspace:*"
   },
   "devDependencies": {
     "tsx": "^4.19.2",
diff --git a/apps/workers/src/cli.ts b/apps/workers/src/cli.ts
index 342c56f..b3fd471 100644
--- a/apps/workers/src/cli.ts
+++ b/apps/workers/src/cli.ts
@@ -9,6 +9,7 @@ import { triPointeAdapter } from "@homesonspec/collector-tri-pointe";
 import { taylorMorrisonAdapter } from "@homesonspec/collector-taylor-morrison";
 import { discoveryAdapter } from "@homesonspec/collector-discovery";
 import { davidWeekleyAdapter } from "@homesonspec/collector-david-weekley";
+import { ashtonWoodsAdapter } from "@homesonspec/collector-ashton-woods";
 import { runPipeline } from "./pipeline";
 import { recordSourceRun } from "./verify";
 
@@ -27,6 +28,7 @@ const ADAPTERS = {
   [taylorMorrisonAdapter.key]: taylorMorrisonAdapter,
   [discoveryAdapter.key]: discoveryAdapter,
   [davidWeekleyAdapter.key]: davidWeekleyAdapter,
+  [ashtonWoodsAdapter.key]: ashtonWoodsAdapter,
 };
 
 async function main() {
diff --git a/collectors/BUILDERS.md b/collectors/BUILDERS.md
index af2db24..0133f75 100644
--- a/collectors/BUILDERS.md
+++ b/collectors/BUILDERS.md
@@ -103,7 +103,44 @@ builder whose 2026-07-22 recon was "HTML_PARSE diff-2 clean" and re-verified it
   deploy, run `pnpm --filter @homesonspec/workers pipeline -- --adapter=david-weekley-site`.
 
 **National adapter-pending backlog (all HEALTHY recon, plain-fetch, higher ROI than the SPA regionals):**
-ashton-woods (ld+json QMI sitemaps, diff-2) · beazer (open robots, `__next_f` prices, diff-3) ·
-mattamy (Sitecore JSS state, richest fields, diff-2) · ryan-homes (data-* cards, diff-3) ·
-lgi-homes (`__NEXT_DATA__` plan-priced) · mi-homes (data-price cards, diff-2/3). Do these next before
-the bot-walled regionals.
+~~ashton-woods (ld+json QMI sitemaps, diff-2)~~ **✅ BUILT (PASS 3, below)** · beazer (open robots,
+`__next_f` prices, diff-3) · mattamy (Sitecore JSS state, richest fields, diff-2) · ryan-homes
+(data-* cards, diff-3) · lgi-homes (`__NEXT_DATA__` plan-priced) · mi-homes (data-price cards,
+diff-2/3). Do these next before the bot-walled regionals.
+
+---
+
+# 2026-07-28 (PASS 3) — Ashton Woods adapter BUILT (JSON-LD QMI, HAS geo)
+
+**Ashton Woods (`ashton-woods-site`) — ADAPTER BUILT (this pass).** The next national
+plain-fetch target off the backlog. Confirmed the 2026-07-22 "ld+json QMI sitemaps" recon holds
+and it is the RICHEST national source yet (per-home geo → homes appear on the map):
+- Sitemap index `https://www.ashtonwoods.com/sitemap.xml` → 13 per-metro `{metro}-sitemap-qmi.xml`
+  files (atlanta, austin, charleston, dallas, houston, jacksonville, myrtle-beach, nashville,
+  orlando, phoenix, raleigh, san-antonio, tampa) → each lists per-home QMI URLs
+  `/{metro}/{community}/{plan}/{street-address}`.
+- robots.txt disallows only /content/ /input/ /walk-in/ /sales_center/ /interactive-floorplan
+  /realtor-program/ /welcome — **the metro QMI pages we read are allowed.**
+- Each QMI page is **fully server-rendered** (no browser) with a clean JSON-LD pair:
+  - `SingleFamilyResidence`: name, address{streetAddress/addressLocality/addressRegion/postalCode},
+    `ContainedIn` (community), `Floorsize` ("2260FTK" → sqft), `AmenityFeature`
+    ["4 Bedrooms","3 Baths | 1 Half Baths","2 Stories","2 Car Garage"], `geo{latitude,longitude}`,
+    `telephone` (community sales phone).
+  - `Product.offers`: `price` (number), `availability` (schema.org/InStock → for-sale gate).
+- One page == one `inventory_home` + its `community` (community carries the same per-home geo so it
+  also maps). Baths = full + half·0.5 ("3 Baths | 1 Half Baths" → 3.5). **coord() helper preserves
+  negative longitudes** (US lon < 0 — same class of bug caught overnight in the Discovery adapter;
+  a naive num() would strip the minus). builderInventoryId = the stable per-home page URL (AW has no
+  numeric job id). Extract skips sold/unpriced pages (no price or availability≠InStock).
+- **Live-verified read-only** (3 metros/states through the real adapter `extract()`, 0 errors):
+  `5712 Terrace Drive, Watauga TX 76148 · $340,200 · 3bd/2.5ba · 2050sqft · geo(32.879,-97.260)`;
+  Houston TX `$274,990 · 4bd/2ba`; Queen Creek AZ `$599,990 · 3bd/2.5ba`. Fixture parse matches
+  source exactly (321 Possumhaw Lane, San Marcos TX: 4bd/3.5ba/2gar/2story/$369,636/2260sqft).
+- Env scope: `ASHTONWOODS_METRO` (comma-list of metros, default all), `ASHTONWOODS_PAGE_LIMIT`.
+- Facts-only (image omitted, mediaRights=NONE). 6/6 vitest + typecheck green (workers CLI typecheck
+  green too). Registered in `apps/workers/src/cli.ts`. **To ingest (GATED go-live):** activate
+  `ashton-woods-site` + set collectionMethod=CRAWL, deploy, run
+  `pnpm --filter @homesonspec/workers pipeline -- --adapter=ashton-woods-site`.
+
+**Remaining national backlog (do next):** beazer · mattamy (Sitecore JSS, richest) · ryan-homes ·
+lgi-homes · mi-homes — then the bot-walled regionals (Highland/Landsea) which need allowlisted egress.
diff --git a/collectors/ashton-woods/fixtures/austin-321-possumhaw-lane.html b/collectors/ashton-woods/fixtures/austin-321-possumhaw-lane.html
new file mode 100644
index 0000000..ca3bc33
--- /dev/null
+++ b/collectors/ashton-woods/fixtures/austin-321-possumhaw-lane.html
@@ -0,0 +1,3494 @@
+<!-- source-url: https://www.ashtonwoods.com/austin/the-cottages-at-la-cima/the-cottages-at-la-cima-canyon/321-possumhaw-lane -->
+
+
+<!DOCTYPE html>
+<html lang="en-us">
+  <head>
+    <script>
+  window.dataLayer = window.dataLayer || [];
+</script>
+
+<!-- Start Osano cookie manager -->
+  <script> window.dataLayer = window.dataLayer ||[]; function gtag(){dataLayer.push(arguments);} gtag('consent','default',{ 'ad_storage':'denied', 'analytics_storage':'denied', 'ad_user_data':'denied', 'ad_personalization':'denied', 'personalization_storage':'denied', 'functionality_storage':'granted', 'security_storage':'granted', 'wait_for_update': 500 }); gtag("set", "ads_data_redaction", true); </script>
+    <script src="https://cmp.osano.com/16CV46UGpANYb7Elp/f0ca43de-832b-48b9-9c00-edf0c4fd3497/osano.js"></script>
+<!-- End Osano cookie manager -->
+
+<!-- Start Sentry Error Logging -->
+<script
+  src="https://js.sentry-cdn.com/f7af41e030883830ccaf89d0849ec718.min.js"
+  crossorigin="anonymous"
+></script>
+<!-- End Sentry Error Logging -->
+
+<script>
+  window.sentryOnLoad = function () {
+    Sentry.init({
+      dsn: "https://f7af41e030883830ccaf89d0849ec718@o4509871137423360.ingest.us.sentry.io/4509882582302720",
+      sendDefaultPii: true,
+      integrations: [],
+      initialScope: { tags: { "error-type": "frontend" } },
+      environment: "production",
+      replaysSessionSampleRate: 0,
+      replaysOnErrorSampleRate: 0,
+      sampleRate: 0.01,
+      tracesSampleRate: 0.01
+    });
+  };
+</script>
+
+<!-- Start Google Tag Manager -->
+<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
+new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
+j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
+'https://track.ashtonwoods.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
+})(window,document,'script','dataLayer','GTM-5SG2MQ8');</script>
+<!-- End Google Tag Manager -->
+<title>321 Possumhaw Lane, Austin, TX Move-In Ready Home | Ashton Woods</title>
+<meta charset="utf-8">
+<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+<meta name="description"         content="Our move-in ready home at 321 Possumhaw Lane in the San Marcos area community of The Cottages at La Cima is available for your family today. Explore the Canyon plan and browse pictures of your future home." />
+  <meta name="robots" content="">
+<meta property="domain_custom" content="origin.ashtonwoods.io" />
+<meta property="og:site_name" content="Ashton Woods" />
+<meta property="og:type" content="article" />
+<meta property="og:title"        content="321 Possumhaw Lane, Austin, TX Move-In Ready Home | Ashton Woods" />
+<meta property="og:image"        content="https://awh.widen.net/content/zyvqxkont8/webp/cms_128-Lions-Tail-Cove_DSP_002.jpg_12wwaga.jpg?w=1027&amp;h=620&amp;crop=yes&amp;quality=80" />
+<meta property="og:description"  content="Our move-in ready home at 321 Possumhaw Lane in the San Marcos area community of The Cottages at La Cima is available for your family today. Explore the Canyon plan and browse pictures of your future home." />
+<meta property="og:url"          content="https://www.ashtonwoods.com/austin/the-cottages-at-la-cima/the-cottages-at-la-cima-canyon/321-possumhaw-lane" />
+<meta name="twitter:card"        content="summary" />
+<meta name="twitter:url"         content="https://www.ashtonwoods.com/austin/the-cottages-at-la-cima/the-cottages-at-la-cima-canyon/321-possumhaw-lane" />
+<meta name="twitter:description" content="Our move-in ready home at 321 Possumhaw Lane in the San Marcos area community of The Cottages at La Cima is available for your family today. Explore the Canyon plan and browse pictures of your future home." />
+<meta name="twitter:title"       content="321 Possumhaw Lane" />
+<meta name="dcterms.type" content="Text" />
+<meta name="dcterms.format" content="text/html" />
+<meta name="dcterms.identifier" content="https://www.ashtonwoods.com/austin/the-cottages-at-la-cima/the-cottages-at-la-cima-canyon/321-possumhaw-lane" />
+<link rel="canonical" href="https://www.ashtonwoods.com/austin/the-cottages-at-la-cima/the-cottages-at-la-cima-canyon/321-possumhaw-lane" />
+
+<meta name="viewport" content="width=device-width, initial-scale=1, interactive-widget=resizes-content">
+
+<link rel="preconnect" href="https://myscp.ml3ds-icon.com">
+<link rel="preconnect" href="https://awh.widen.net">
+<link rel="preconnect" href="https://cdn.cookielaw.org">
+<link rel="preconnect" href="https://maps.googleapis.com">
+
+<script>
+  window.googleMapsReady = false;
+  window.__onGoogleMapsReady = function () {
+    console.log('__onGoogleMapsReady called');
+    var s = document.createElement("script");
+    s.src = "/assets/google_maps_extensions-c6b5fa35e05e246ba7a966ae4b6d0e5d1e75586c383df7fa758b211a29cf9b67.js";
+    s.className = 'osano-necessary';
+    s.onload = function() {
+      console.log('extensions loaded, dispatching event');
+      window.googleMapsReady = true;
+      document.dispatchEvent(new Event("google-maps-ready"));
+    };
+    s.onerror = function() {
+      console.error('Failed to load google_maps_extensions.js');
+    };
+    document.head.appendChild(s);
+  };
+</script>
+
+<script async defer src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCCCPiE8uCuHvgajBMfzD5N5hLFt6qL-xQ&libraries=places&v=3.59&callback=__onGoogleMapsReady" class="osano-necessary"></script>
+
+<script type="text/javascript">
+  var onloadCallback = function() {
+    document.querySelectorAll('.js-recaptcha-target').forEach(function(el) {
+      if (!el.hasChildNodes()) {
+        var widgetId = grecaptcha.render(el, {
+          'sitekey' : '6Leb5VQiAAAAADx5HAy18TtCjhYFE5cVTitipS_e',
+          'size': 'invisible'
+        });
+        el.dataset.recaptchaWidgetId = widgetId;
+      }
+    });
+  };
+</script>
+
+<script src="https://www.google.com/recaptcha/api.js?onload=onloadCallback&render=explicit" defer data-osano="ESSENTIAL"></script>
+
+<link rel="stylesheet" media="all" href="/assets/application-6dae7564461f0fdb5b4ac2d56ebd4e44afe798b5f49ca2734ac4d338d0a3dab8.css" />
+<!-- Structured Data -->
+  <script type="application/ld+json">{"@context":"https://schema.org/","@type":"SingleFamilyResidence","name":"321 Possumhaw Lane In The Cottages at La Cima By Ashton Woods","description":"Discover elevated living in La Cima with this stunning two-story home featuring the Artisan Collection by Ashton Woods. A soaring two-story family room creates a bright, open atmosphere, while the first-floor guest suite offers flexibility for visitors or multi-generational living. Designer finishes include quartz countertops, 42-inch shaker cabinets with hardware, luxury vinyl plank flooring throughout the main spaces, and an impressive 8-foot glass front door. Unwind in the spacious primary suite featuring dual walk-in closets, then enjoy evenings on the covered patio. Complete with a tankless water heater and located in the sought-after master-planned La Cima community, this home blends thoughtful design with everyday comfort. Come tour today!\n\r\rRepresentative images and renderings are for illustrative purposes. Actual structural options and design finishes of home may vary.\n\r","url":"https://www.ashtonwoods.com/austin/the-cottages-at-la-cima/the-cottages-at-la-cima-canyon/321-possumhaw-lane","logo":"https://www.ashtonwoods.com/assets/AW_Logo_Black-78e9edf3290b290d0ee4fea2ac52889f0c354c91633f7a8cd63db75e6590a2a5.jpg","address":{"@type":"postalAddress","streetAddress":"321 Possumhaw Lane","addressLocality":"San Marcos","addressRegion":"TX","postalCode":"78666","addressCountry":"United States"},"ContainedIn":"The Cottages at La Cima","Floorsize":"2260FTK","AmenityFeature":["4 Bedrooms","3 Baths | 1 Half Baths","2 Stories","2 Car Garage"],"hasMap":"https://www.google.com/maps/place/29.888184,-98.002232","geo":{"@type":"GeoCoordinates","latitude":"29.888184","longitude":"-98.002232"},"telephone":"+1-512-648-5624","image":"https://awh.widen.net/content/zyvqxkont8/webp/cms_128-Lions-Tail-Cove_DSP_002.jpg_12wwaga.jpg?w=1027\u0026h=620\u0026crop=yes\u0026quality=80"}</script>
+
<script type="application/ld+json">{"@context":"https://schema.org/","@type":"Product","name":"321 Possumhaw Lane In The Cottages at La Cima By Ashton Woods","brand":"Ashton Woods","description":"Discover elevated living in La Cima with this stunning two-story home featuring the Artisan Collection by Ashton Woods. A soaring two-story family room creates a bright, open atmosphere, while the first-floor guest suite offers flexibility for visitors or multi-generational living. Designer finishes include quartz countertops, 42-inch shaker cabinets with hardware, luxury vinyl plank flooring throughout the main spaces, and an impressive 8-foot glass front door. Unwind in the spacious primary suite featuring dual walk-in closets, then enjoy evenings on the covered patio. Complete with a tankless water heater and located in the sought-after master-planned La Cima community, this home blends thoughtful design with everyday comfort. Come tour today!\n\r\rRepresentative images and renderings are for illustrative purposes. Actual structural options and design finishes of home may vary.\n\r","url":"https://www.ashtonwoods.com/austin/the-cottages-at-la-cima/the-cottages-at-la-cima-canyon/321-possumhaw-lane","image":"https://awh.widen.net/content/zyvqxkont8/webp/cms_128-Lions-Tail-Cove_DSP_002.jpg_12wwaga.jpg?w=1027\u0026h=620\u0026crop=yes\u0026quality=80","offers":{"@type":"Offer","price":369636,"priceCurrency":"USD","seller":"Ashton Woods","availability":"https://schema.org/InStock","itemCondition":"https://schema.org/NewCondition"}}</script>
+  <script type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"item":{"@id":"https://www.ashtonwoods.com/","name":"Home"}},{"@type":"ListItem","position":2,"item":{"@id":"https://www.ashtonwoods.com/austin","name":"Austin"}},{"@type":"ListItem","position":3,"item":{"@id":"https://www.ashtonwoods.com/austin/la-cima","name":"La Cima"}},{"@type":"ListItem","position":4,"item":{"@id":"https://www.ashtonwoods.com/austin/the-cottages-at-la-cima","name":"The Cottages at La Cima"}},{"@type":"ListItem","position":5,"item":{"@id":"https://www.ashtonwoods.com/austin/the-cottages-at-la-cima/the-cottages-at-la-cima-canyon","name":"The Cottages at La Cima - Canyon"}},{"@type":"ListItem","position":6,"item":{"@id":"https://www.ashtonwoods.com/austin/the-cottages-at-la-cima/the-cottages-at-la-cima-canyon/321-possumhaw-lane","name":"321 Possumhaw Lane"}}]}</script>
+<!-- End Structured Data -->
+
+  <script src="https://cdn.jsdelivr.net/npm/algoliasearch@4.14.2/dist/algoliasearch-lite.umd.js" crossorigin="anonymous"></script>
+  <script src="https://cdn.jsdelivr.net/npm/instantsearch.js@4.44/dist/instantsearch.production.min.js" crossorigin="anonymous"></script>
+  <script src="https://cdn.jsdelivr.net/npm/@algolia/autocomplete-js"></script>
+  <link
+    rel="stylesheet"
+    href="https://cdn.jsdelivr.net/npm/@algolia/autocomplete-theme-classic"
+  />
+
+  <script src="/assets/chunk/global-2337cd8bb26469f7c9b8f40042abeb51881c9bc0d054091d0b951907e49c337d.js"></script>
+
+  <script src="/assets/chunk/quick_move_in-259a473b61e3adcd7cf40b008a73e7cfb966d5e57b3b2bb92dc81626a64bf930.js"></script>
+
+<meta name="csrf-param" content="authenticity_token" />
+<meta name="csrf-token" content="Qk8yKvAfNG8n3f3jPE3JsnY4ofbN60A2XovyO+hhHt9EpwCYcu7Xw5i/hQZIlUZ54qQF+WWBOIOsYRUmYPm1DA==" />
+<link rel="shortcut icon" type="image/x-icon" href="/assets/favicon-96621a2ee1c8060c4fc9eef4ec3bf7ef12f935da4181d3c99748e381eb56f4ff.ico" />
+<script>
+  window.dataLayer = window.dataLayer || [];
+  $(function () {
+    window.dataLayer.push({"event":"pageLoaded","pageType":"quick move in","division":"austin","community":"la-cima","community_series":"the-cottages-at-la-cima","plan":"the-cottages-at-la-cima-canyon"});
+    window.dataLayerMetadata = {"event":"pageLoaded","pageType":"quick move in","division":"austin","community":"the-cottages-at-la-cima","community_name":"The Cottages at La Cima","community_builder_id":"LC40","plan":"the-cottages-at-la-cima-canyon"};
+
+
+
+  });
+</script>
+
+<script>
+  (function() {
+    var persistParams = [];
+    var prefix = '_url_params_';
+
+    function getParam(name) {
+      return new URLSearchParams(window.location.search).get(name);
+    }
+
+    persistParams.forEach(function(param) {
+      var urlVal = getParam(param);
+      var cookieName = prefix + param;
+
+      if (urlVal) {
+        document.cookie = cookieName + "=" + encodeURIComponent(urlVal) + "; path=/; max-age=" + (30*24*60*60) + "; SameSite=Lax";
+      } else {
+        var match = document.cookie.match(new RegExp('(^| )' + cookieName + '=([^;]+)'));
+        if (match) {
+          var cookieVal = decodeURIComponent(match[2]);
+          var url = new URL(window.location.href);
+
+          url.searchParams.set(param, cookieVal);
+          window.history.replaceState({}, '', url);
+        }
+      }
+    });
+  })();
+</script>
+
+<!-- Start VWO Async SmartCode -->
+<link rel="preconnect" href="https://dev.visualwebsiteoptimizer.com" />
+<script type='text/javascript' id='vwoCode'>
+window._vwo_code ||
+(function () {
+var w=window,
+d=document;
+var account_id=617762,
+version=2.2,
+settings_tolerance=2000,
+hide_element='body',
+hide_element_style = 'opacity:0 !important;filter:alpha(opacity=0) !important;background:none !important';
+/* DO NOT EDIT BELOW THIS LINE */
+if(f=!1,v=d.querySelector('#vwoCode'),cc={},-1<d.URL.indexOf('__vwo_disable__')||w._vwo_code)return;try{var e=JSON.parse(localStorage.getItem('_vwo_'+account_id+'_config'));cc=e&&'object'==typeof e?e:{}}catch(e){}function r(t){try{return decodeURIComponent(t)}catch(e){return t}}var s=function(){var e={combination:[],combinationChoose:[],split:[],exclude:[],uuid:null,consent:null,optOut:null},t=d.cookie||'';if(!t)return e;for(var n,i,o=/(?:^|;\s*)(?:(_vis_opt_exp_(\d+)_combi=([^;]*))|(_vis_opt_exp_(\d+)_combi_choose=([^;]*))|(_vis_opt_exp_(\d+)_split=([^:;]*))|(_vis_opt_exp_(\d+)_exclude=[^;]*)|(_vis_opt_out=([^;]*))|(_vwo_global_opt_out=[^;]*)|(_vwo_uuid=([^;]*))|(_vwo_consent=([^;]*)))/g;null!==(n=o.exec(t));)try{n[1]?e.combination.push({id:n[2],value:r(n[3])}):n[4]?e.combinationChoose.push({id:n[5],value:r(n[6])}):n[7]?e.split.push({id:n[8],value:r(n[9])}):n[10]?e.exclude.push({id:n[11]}):n[12]?e.optOut=r(n[13]):n[14]?e.optOut=!0:n[15]?e.uuid=r(n[16]):n[17]&&(i=r(n[18]),e.consent=i&&3<=i.length?i.substring(0,3):null)}catch(e){}return e}();function i(){var e=function(){if(w.VWO&&Array.isArray(w.VWO))for(var e=0;e<w.VWO.length;e++){var t=w.VWO[e];if(Array.isArray(t)&&('setVisitorId'===t[0]||'setSessionId'===t[0]))return!0}return!1}(),t='a='+account_id+'&u='+encodeURIComponent(w._vis_opt_url||d.URL)+'&vn='+version+'&ph=1'+('undefined'!=typeof platform?'&p='+platform:'')+'&st='+w.performance.now();e||((n=function(){var e,t=[],n={},i=w.VWO&&w.VWO.appliedCampaigns||{};for(e in i){var o=i[e]&&i[e].v;o&&(t.push(e+'-'+o+'-1'),n[e]=!0)}if(s&&s.combination)for(var r=0;r<s.combination.length;r++){var a=s.combination[r];n[a.id]||t.push(a.id+'-'+a.value)}return t.join('|')}())&&(t+='&c='+n),(n=function(){var e=[],t={};if(s&&s.combinationChoose)for(var n=0;n<s.combinationChoose.length;n++){var i=s.combinationChoose[n];e.push(i.id+'-'+i.value),t[i.id]=!0}if(s&&s.split)for(var o=0;o<s.split.length;o++)t[(i=s.split[o]).id]||e.push(i.id+'-'+i.value);return e.join('|')}())&&(t+='&cc='+n),(n=function(){var e={},t=[];if(w.VWO&&Array.isArray(w.VWO))for(var n=0;n<w.VWO.length;n++){var i=w.VWO[n];if(Array.isArray(i)&&'setVariation'===i[0]&&i[1]&&Array.isArray(i[1]))for(var o=0;o<i[1].length;o++){var r,a=i[1][o];a&&'object'==typeof a&&(r=a.e,a=a.v,r&&a&&(e[r]=a))}}for(r in e)t.push(r+'-'+e[r]);return t.join('|')}())&&(t+='&sv='+n)),s&&s.optOut&&(t+='&o='+s.optOut);var n=function(){var e=[],t={};if(s&&s.exclude)for(var n=0;n<s.exclude.length;n++){var i=s.exclude[n];t[i.id]||(e.push(i.id),t[i.id]=!0)}return e.join('|')}();return n&&(t+='&e='+n),s&&s.uuid&&(t+='&id='+s.uuid),s&&s.consent&&(t+='&consent='+s.consent),w.name&&-1<w.name.indexOf('_vis_preview')&&(t+='&pM=true'),w.VWO&&w.VWO.ed&&(t+='&ed='+w.VWO.ed),t}code={nonce:v&&v.nonce,library_tolerance:function(){return'undefined'!=typeof library_tolerance?library_tolerance:void 0},settings_tolerance:function(){return cc.sT||settings_tolerance},hide_element_style:function(){return'{'+(cc.hES||hide_element_style)+'}'},hide_element:function(){return performance.getEntriesByName('first-contentful-paint')[0]?'':'string'==typeof cc.hE?cc.hE:hide_element},getVersion:function(){return version},finish:function(e){var t;f||(f=!0,(t=d.getElementById('_vis_opt_path_hides'))&&t.parentNode.removeChild(t),e&&((new Image).src='https://dev.visualwebsiteoptimizer.com/ee.gif?a='+account_id+e))},finished:function(){return f},addScript:function(e){var t=d.createElement('script');t.type='text/javascript',e.src?t.src=e.src:t.text=e.text,v&&t.setAttribute('nonce',v.nonce),d.getElementsByTagName('head')[0].appendChild(t)},load:function(e,t){t=t||{};var n=new XMLHttpRequest;n.open('GET',e,!0),n.withCredentials=!t.dSC,n.responseType=t.responseType||'text',n.onload=function(){if(t.onloadCb)return t.onloadCb(n,e);200===n.status?_vwo_code.addScript({text:n.responseText}):_vwo_code.finish('&e=loading_failure:'+e)},n.onerror=function(){if(t.onerrorCb)return t.onerrorCb(e);_vwo_code.finish('&e=loading_failure:'+e)},n.send()},init:function(){var e,t=this.settings_tolerance();w._vwo_settings_timer=setTimeout(function(){_vwo_code.finish()},t),'body'!==this.hide_element()?(n=d.createElement('style'),e=(t=this.hide_element())?t+this.hide_element_style():'',t=d.getElementsByTagName('head')[0],n.setAttribute('id','_vis_opt_path_hides'),v&&n.setAttribute('nonce',v.nonce),n.setAttribute('type','text/css'),n.styleSheet?n.styleSheet.cssText=e:n.appendChild(d.createTextNode(e)),t.appendChild(n)):(n=d.getElementsByTagName('head')[0],(e=d.createElement('div')).style.cssText='z-index: 2147483647 !important;position: fixed !important;left: 0 !important;top: 0 !important;width: 100% !important;height: 100% !important;background: white !important;',e.setAttribute('id','_vis_opt_path_hides'),e.classList.add('_vis_hide_layer'),n.parentNode.insertBefore(e,n.nextSibling));var n='https://dev.visualwebsiteoptimizer.com/j.php?'+i();-1!==w.location.search.indexOf('_vwo_xhr')?this.addScript({src:n}):this.load(n+'&x=true',{l:1})}};w._vwo_code=code;code.init();})();
+</script>
+<!-- End VWO Async SmartCode -->
+
+  </head>
+
+  <body
+    data-division="Austin"
+    data-division-filename="austin"
+    class="
+      html
+      not-front
+       not-logged-in
+      qmi-page has-page-header
+      
+      
+      pt-lg-0
+      qmi
+    "
+  >
+    <!-- Google Tag Manager (noscript) -->
+    <noscript><iframe src="https://track.ashtonwoods.com/ns.html?id=GTM-5SG2MQ8" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
+    <!-- End Google Tag Manager (noscript) -->
+
+          <!-- Test 160 -->
+
+
+<!-- Test 166 param -->
+
+<header class="site-header js-site-header js-aw-header js-is-fixed-top site-header">
+
+  <div class="content-wrapper">
+    <a class="site-header__site-nav-toggle hamburger js-site-nav__toggle" href="#" aria-expanded="false">
+      <div class="hamburger__box" aria-hidden="true" title="Toggle Site Navigation">
+        <div class="hamburger__inner"></div>
+      </div>
+      <span class="visually-hidden-focusable">Toggle Site Navigation</span>
+    </a>
+    <div class="site-header__row">
+      <div class="site-header__col">
+        <a class="site-header__logo" href="/">
+          <img class="site-header__logo-img" src="/assets/AW-HOD-new-logo-e305b31b3016382bef182527f3a70f9c2bb4b2a326d838c9af5e6905e369cf53.svg" alt="Ashton Woods">
+        </a>
+      </div>
+      <div class="site-header__col">
+        <div class="site-nav js-site-nav">
+          <input class="site-nav__loc-toggle" type="checkbox" id="LocationToggle" />
+          <div class="site-nav__locations">
+            <label for="LocationToggle" class="site-nav__loc-back">Back</label>
+            <h3 class="site-nav__loc-headline"><svg xmlns="http://www.w3.org/2000/svg" width="11.667" height="16.667" viewBox="0 0 11.667 16.667">
+  <path id="Icon_ionic-ios-pin" data-name="Icon ionic-ios-pin" d="M13.708,3.375A5.612,5.612,0,0,0,7.875,8.732c0,4.167,5.833,11.31,5.833,11.31s5.833-7.143,5.833-11.31A5.612,5.612,0,0,0,13.708,3.375Zm0,7.648a1.879,1.879,0,1,1,1.9-1.879A1.89,1.89,0,0,1,13.708,11.023Z" transform="translate(-7.875 -3.375)" fill="#087482"></path>
+</svg> Select a Location</h3>
+            <ul class="site-nav__items">
+                <li class="site-nav__item custom-dropdown js-custom-dropdown">
+                  <a class="site-nav__item-link js-dropdown-link dropdown-link" href="#">Arizona</a>
+                  <div class="site-nav__dropdown">
+                    <ul class="site-nav__dropdown-items">
+                        <li class="site-nav__dropdown-item">
+                          <a class="site-nav__dropdown-item-link" href="/phoenix">Phoenix</a>
+                        </li>
+                    </ul>
+                  </div>
+                </li>
+                <li class="site-nav__item custom-dropdown js-custom-dropdown">
+                  <a class="site-nav__item-link js-dropdown-link dropdown-link" href="#">Florida</a>
+                  <div class="site-nav__dropdown">
+                    <ul class="site-nav__dropdown-items">
+                        <li class="site-nav__dropdown-item">
+                          <a class="site-nav__dropdown-item-link" href="/jacksonville">Jacksonville</a>
+                        </li>
+                        <li class="site-nav__dropdown-item">
+                          <a class="site-nav__dropdown-item-link" href="/orlando">Orlando</a>
+                        </li>
+                        <li class="site-nav__dropdown-item">
+                          <a class="site-nav__dropdown-item-link" href="/tampa">Tampa</a>
+                        </li>
+                    </ul>
+                  </div>
+                </li>
+                <li class="site-nav__item custom-dropdown js-custom-dropdown">
+                  <a class="site-nav__item-link js-dropdown-link dropdown-link" href="#">Georgia</a>
+                  <div class="site-nav__dropdown">
+                    <ul class="site-nav__dropdown-items">
+                        <li class="site-nav__dropdown-item">
+                          <a class="site-nav__dropdown-item-link" href="/atlanta">Atlanta</a>
+                        </li>
+                    </ul>
+                  </div>
+                </li>
+                <li class="site-nav__item custom-dropdown js-custom-dropdown">
+                  <a class="site-nav__item-link js-dropdown-link dropdown-link" href="#">North Carolina</a>
+                  <div class="site-nav__dropdown">
+                    <ul class="site-nav__dropdown-items">
+                        <li class="site-nav__dropdown-item">
+                          <a class="site-nav__dropdown-item-link" href="/raleigh">Raleigh</a>
+                        </li>
+                    </ul>
+                  </div>
+                </li>
+                <li class="site-nav__item custom-dropdown js-custom-dropdown">
+                  <a class="site-nav__item-link js-dropdown-link dropdown-link" href="#">South Carolina</a>
+                  <div class="site-nav__dropdown">
+                    <ul class="site-nav__dropdown-items">
+                        <li class="site-nav__dropdown-item">
+                          <a class="site-nav__dropdown-item-link" href="/charleston">Charleston</a>
+                        </li>
+                        <li class="site-nav__dropdown-item">
+                          <a class="site-nav__dropdown-item-link" href="/myrtle-beach">Myrtle Beach</a>
+                        </li>
+                    </ul>
+                  </div>
+                </li>
+                <li class="site-nav__item custom-dropdown js-custom-dropdown">
+                  <a class="site-nav__item-link js-dropdown-link dropdown-link" href="#">Tennessee</a>
+                  <div class="site-nav__dropdown">
+                    <ul class="site-nav__dropdown-items">
+                        <li class="site-nav__dropdown-item">
+                          <a class="site-nav__dropdown-item-link" href="/nashville">Nashville</a>
+                        </li>
+                    </ul>
+                  </div>
+                </li>
+                <li class="site-nav__item custom-dropdown js-custom-dropdown">
+                  <a class="site-nav__item-link js-dropdown-link dropdown-link" href="#">Texas</a>
+                  <div class="site-nav__dropdown">
+                    <ul class="site-nav__dropdown-items">
+                        <li class="site-nav__dropdown-item">
+                          <a class="site-nav__dropdown-item-link" href="/austin">Austin</a>
+                        </li>
+                        <li class="site-nav__dropdown-item">
+                          <a class="site-nav__dropdown-item-link" href="/dallas">Dallas</a>
+                        </li>
+                        <li class="site-nav__dropdown-item">
+                          <a class="site-nav__dropdown-item-link" href="/houston">Houston</a>
+                        </li>
+                        <li class="site-nav__dropdown-item">
+                          <a class="site-nav__dropdown-item-link" href="/san-antonio">San Antonio</a>
+                        </li>
+                    </ul>
+                  </div>
+                </li>
+            </ul>
+          </div>
+          <ul class="site-nav__items js-site-nav__items">
+            <li class="site-nav__item custom-dropdown js-custom-dropdown">
+  <a class="site-nav__item-link js-dropdown-link dropdown-link" href="#">Find Your Home</a>
+  <div class="site-nav__dropdown">
+    <ul class="site-nav__dropdown-items">
+      <li class="site-nav__dropdown-item">
+        <a class="site-nav__dropdown-item-link" href="/austin">Search Austin Communities</a>
+      </li>
+      <li class="site-nav__dropdown-item">
+        <a class="site-nav__dropdown-item-link" href="/austin/all-home-plans">Search Austin Home Plans</a>
+      </li>
+      <li class="site-nav__dropdown-item">
+        <a class="site-nav__dropdown-item-link" href="/austin/quick-move-ins">Search Austin Quick Move-Ins</a>
+      </li>
+      <li class="site-nav__dropdown-item site-nav__dropdown-item--locations site-nav__dropdown-item--desktop">
+        <a class="site-nav__dropdown-item-link" href="#" data-bs-toggle="modal" data-bs-target="#location-modal"><img src="/assets/icons/location-pin-3c5e0748beea946c03acf5bb13946547da532fe0d942908032b8792767b30a59.svg" alt="Location pin"> Other Locations</a>
+      </li>
+      <li class="site-nav__dropdown-item site-nav__dropdown-item--locations site-nav__dropdown-item--mobile">
+        <label for="LocationToggle" class="site-nav__loc-toggle-label" href="#"><img src="/assets/icons/location-pin-3c5e0748beea946c03acf5bb13946547da532fe0d942908032b8792767b30a59.svg" alt="Location pin"> Other Locations</label>
+      </li>
+    </ul>
+  </div>
+</li>
+
+            <li class="site-nav__item custom-dropdown js-custom-dropdown">
+              <a class="site-nav__item-link js-dropdown-link dropdown-link" href="#">Design Your Home</a>
+              <div class="site-nav__dropdown">
+                <ul class="site-nav__dropdown-items">
+                  <li class="site-nav__dropdown-item">
+                    <a class="site-nav__dropdown-item-link" href="/heart-of-design">The Heart of Design</a>
+                  </li>
+                  <li class="site-nav__dropdown-item">
+                    <a class="site-nav__dropdown-item-link" href="/our-design-philosophy">Our Design Philosophy</a>
+                  </li>
+                  <li class="site-nav__dropdown-item">
+
+                    <a class="site-nav__dropdown-item-link" href="/design-collections">The Ashton Woods Collections</a>
+                  </li>
+                  <li class="site-nav__dropdown-item">
+                    <a class="site-nav__dropdown-item-link" href="/design-studio">The Studio by Ashton Woods</a>
+                  </li>
+                  <li class="site-nav__dropdown-item">
+                    <a class="site-nav__dropdown-item-link" href="/quiz">Design Style Quiz</a>
+                  </li>
+                  <li class="site-nav__dropdown-item">
+                    <a class="site-nav__dropdown-item-link" href="/inspiringspaces">Inspiring Spaces</a>
+                  </li>
+                </ul>
+              </div>
+            </li>
+            <li class="site-nav__item custom-dropdown js-custom-dropdown">
+              <a class="site-nav__item-link js-dropdown-link dropdown-link" href="#">Build Your Home</a>
+              <div class="site-nav__dropdown">
+                <ul class="site-nav__dropdown-items">
+                  <li class="site-nav__dropdown-item">
+                    <a class="site-nav__dropdown-item-link" href="/new-home-journey">The New Home Journey</a>
+                  </li>
+                  <li class="site-nav__dropdown-item">
+                    <a class="site-nav__dropdown-item-link" href="/name-you-can-trust">Quality You Can Trust</a>
+                  </li>
+                  <li class="site-nav__dropdown-item">
+                    <a class="site-nav__dropdown-item-link" href="/energy-efficiency">Energy Efficient Homes</a>
+                  </li>
+                </ul>
+              </div>
+            </li>
+            <li class="site-nav__item custom-dropdown js-custom-dropdown">
+              <a class="site-nav__item-link js-dropdown-link dropdown-link" href="#">The Ashton Woods Story</a>
+              <div class="site-nav__dropdown">
+                <ul class="site-nav__dropdown-items">
+                  <li class="site-nav__dropdown-item">
+                    <a class="site-nav__dropdown-item-link" href="/home-to-design">About Us</a>
+                  </li>
+                  <li class="site-nav__dropdown-item">
+                    <a class="site-nav__dropdown-item-link" href="/corporate-info">Corporate Info</a>
+                  </li>
+                  <li class="site-nav__dropdown-item">
+                    <a class="site-nav__dropdown-item-link" href="/news">News</a>
+                  </li>
+                  <li class="site-nav__dropdown-item">
+                    <a class="site-nav__dropdown-item-link" href="/careers">Careers</a>
+                  </li>
+                  <li class="site-nav__dropdown-item">
+                    <a class="site-nav__dropdown-item-link" href="/faq">Frequently Asked Questions</a>
+                  </li>
+                  <li class="site-nav__dropdown-item">
+                    <a class="site-nav__dropdown-item-link" href="/my-aw-home">#MyAWHome</a>
+                  </li>
+                </ul>
+              </div>
+            </li>
+            <li class="site-nav__item site-nav__item--border">
+              <a class="site-nav__item-link" href="/contact-us">Contact Us</a>
+            </li>
+            <li class="site-nav__item site-nav__item--special">
+              <a class="site-nav__item-link" href="/lp/special-offers">Special Offers</a>
+            </li>
+            <li class="site-nav__item d-lg-none">
+              <a class="site-header__favorites js-is-logged-in js-login-modal-link" href="#" data-bs-toggle="modal" data-logged-in='false' data-bs-target="#login-modal" >
+                <svg xmlns="http://www.w3.org/2000/svg" class="heart-icon" width="28" height="25" viewBox="0 0 28 25">
+  <g transform="translate(0.5 0.5)">
+    <path class="heart-icon__inner" d="M19.959,0A7.358,7.358,0,0,0,13.5,3.679,7.358,7.358,0,0,0,7.041,0,6.835,6.835,0,0,0,0,7.129C0,13.437,5.524,17.841,13.5,24,21.476,17.841,27,13.437,27,7.129A6.835,6.835,0,0,0,19.959,0" transform="translate(0)" fill="#fff" stroke="#222" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"></path>
+  </g>
+</svg>
+                <span>Favorites</span>
+              </a>
+              <a href="/favorites" class="site-header__favorites" style=display:none>
+                <svg xmlns="http://www.w3.org/2000/svg" class="heart-icon" width="28" height="25" viewBox="0 0 28 25">
+  <g transform="translate(0.5 0.5)">
+    <path class="heart-icon__inner" d="M19.959,0A7.358,7.358,0,0,0,13.5,3.679,7.358,7.358,0,0,0,7.041,0,6.835,6.835,0,0,0,0,7.129C0,13.437,5.524,17.841,13.5,24,21.476,17.841,27,13.437,27,7.129A6.835,6.835,0,0,0,19.959,0" transform="translate(0)" fill="#fff" stroke="#222" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"></path>
+  </g>
+</svg>
+                <span>Favorites</span>
+              </a>
+            </li>
+            <li class="site-nav__item d-xl-none">
+              <label for="LocationToggle" class="site-nav__loc-toggle-label site-nav__loc-toggle-label--flexed" href="#"><span><svg xmlns="http://www.w3.org/2000/svg" width="11.667" height="16.667" viewBox="0 0 11.667 16.667">
+  <path id="Icon_ionic-ios-pin" data-name="Icon ionic-ios-pin" d="M13.708,3.375A5.612,5.612,0,0,0,7.875,8.732c0,4.167,5.833,11.31,5.833,11.31s5.833-7.143,5.833-11.31A5.612,5.612,0,0,0,13.708,3.375Zm0,7.648a1.879,1.879,0,1,1,1.9-1.879A1.89,1.89,0,0,1,13.708,11.023Z" transform="translate(-7.875 -3.375)" fill="#087482"></path>
+</svg> Austin</span> <span class="site-nav__teal">Change Location</span></label>
+            </li>
+          </ul>
+
+          <div class="site-nav__search-container js-site-nav__search-container">
+            <div id="autocomplete"></div>
+          </div>
+
+        </div>
+      </div>
+      <div class="site-header__col d-none d-xl-block">
+        <div class="site-header__utility-row">
+          <a class="site-header__search js-site-header__search-btn" href="#">
+            <svg xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 17 17" fill="none">
+              <path fill-rule="evenodd" clip-rule="evenodd" d="M12.7819 11.122C14.7417 8.37199 14.488 4.52959 12.0208 2.06244C9.27088 -0.687481 4.81237 -0.687482 2.06244 2.06244C-0.687481 4.81237 -0.687481 9.27088 2.06244 12.0208C4.52966 14.488 8.37221 14.7417 11.1222 12.7817L15.3404 17L17.0002 15.3402L12.7819 11.122ZM10.3612 3.7222C12.1945 5.55548 12.1945 8.52782 10.3612 10.3611C8.52793 12.1944 5.55559 12.1944 3.7223 10.3611C1.88902 8.52782 1.88902 5.55548 3.72231 3.7222C5.55559 1.88891 8.52793 1.88891 10.3612 3.7222Z" fill="#087482"></path>
+            </svg>
+            <span>Search</span>
+          </a>
+          <a class="site-header__favorites js-login-modal-link" href="#" data-bs-toggle="modal" data-bs-target="#login-modal" >
+            <svg xmlns="http://www.w3.org/2000/svg" class="heart-icon" width="28" height="25" viewBox="0 0 28 25">
+  <g transform="translate(0.5 0.5)">
+    <path class="heart-icon__inner" d="M19.959,0A7.358,7.358,0,0,0,13.5,3.679,7.358,7.358,0,0,0,7.041,0,6.835,6.835,0,0,0,0,7.129C0,13.437,5.524,17.841,13.5,24,21.476,17.841,27,13.437,27,7.129A6.835,6.835,0,0,0,19.959,0" transform="translate(0)" fill="#fff" stroke="#222" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"></path>
+  </g>
+</svg>
+            <span>Favorites</span>
+          </a>
+          <a href="/favorites" class="site-header__favorites js-login-favorites-link" style=display:none>
+            <svg xmlns="http://www.w3.org/2000/svg" class="heart-icon" width="28" height="25" viewBox="0 0 28 25">
+  <g transform="translate(0.5 0.5)">
+    <path class="heart-icon__inner" d="M19.959,0A7.358,7.358,0,0,0,13.5,3.679,7.358,7.358,0,0,0,7.041,0,6.835,6.835,0,0,0,0,7.129C0,13.437,5.524,17.841,13.5,24,21.476,17.841,27,13.437,27,7.129A6.835,6.835,0,0,0,19.959,0" transform="translate(0)" fill="#fff" stroke="#222" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"></path>
+  </g>
+</svg>
+            <span>Favorites</span>
+          </a>
+          <div class="site-header__location-wrapper">
+            <div class="location custom-dropdown js-custom-dropdown">
+  <a href="#" class="js-dropdown-link" >
+    <span class="location__dropdown-link-label js-geo-content" data-bs-toggle="modal" data-bs-target="#location-modal"></span>
+  </a>
+</div>
+
+          </div>
+        </div>
+      </div>
+    </div>
+  </div>
+</header>
+
+
+
+    <div class="special-offer-banner js-sticky-scroll" data-sticky-scroll="offer-banner">
+      <a class="vwo-189-filter special-offer-banner__link" href="https://www.ashtonwoods.com/lp/aus-ready-to-build-or-move-in-ready?division=austin" data-vwo-filter="banner-special-offer">
+        <div class="content-wrapper d-flex flex-column flex-md-row justify-content-center">
+          <div class="special-offer-banner__heading">
+            Your Home, Your Timeline
+          </div>
+          <div class="special-offer-banner__content">
+            <div class="d-none d-md-block"><p>Exclusive financing options! Rate as low as 3.25%.</p>

+</div>
+            <div class="d-md-none"><p>Exclusive financing options!</p>

+</div>
+          </div>
+        </div>
+        <div class="special-offer__link">
+        </div>
+      </a>
+    </div>
+
+
+<div class="loading-overlay js-loading-overlay ">
+  <div class="loading-overlay__text">Loading...</div>
+  <img alt="Loading..." class="loading-overlay__icon" src="/assets/loading-divisions-2cf15610dbe6f9978d9625e173af1f177ffe5643b00f62ca67915bc8b4302f2c.gif" />
+</div>
+
+<div class="modal fade location-modal" id="location-modal" tabindex="-1" role="dialog" aria-labelledby="signatureModalLabel" aria-hidden="true">
+  <button class="button modal-close modal-schedule-a-tour__close" data-bs-dismiss="modal" aria-label="Close Modal">
+    <span class="visually-hidden">Close</span>
+    <span class="icon">
+      <svg xmlns="http://www.w3.org/2000/svg" height="311pt" viewBox="0 0 311 311.07733" width="311pt"><path d="m16.035156 311.078125c-4.097656 0-8.195312-1.558594-11.308594-4.695313-6.25-6.25-6.25-16.382812 0-22.632812l279.0625-279.0625c6.25-6.25 16.382813-6.25 22.632813 0s6.25 16.382812 0 22.636719l-279.058594 279.058593c-3.136719 3.117188-7.234375 4.695313-11.328125 4.695313zm0 0" fill="currentColor"></path><path d="m295.117188 311.078125c-4.097657 0-8.191407-1.558594-11.308594-4.695313l-279.082032-279.058593c-6.25-6.253907-6.25-16.386719 0-22.636719s16.382813-6.25 22.636719 0l279.058594 279.0625c6.25 6.25 6.25 16.382812 0 22.632812-3.136719 3.117188-7.230469 4.695313-11.304687 4.695313zm0 0" fill="currentColor"></path></svg>
+
+    </span>
+  </button>
+    <div class="modal-dialog">
+      <div class="modal-content">
+        <div class="modal-body">
+          <div class="row">
+            <div class="col-12 col-lg-8">
+              <div class="location-modal__map">
+                <?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 26.5.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+<svg version="1.1"
+   id="svg2" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 924.4 584.3"
+   style="enable-background:new 0 0 924.4 584.3;" xml:space="preserve">
+<sodipodi:namedview  bordercolor="#666666" borderopacity="1.0" fill="#d3d3d3" id="base" inkscape:current-layer="svg2" inkscape:cx="374.60758" inkscape:cy="319.60696" inkscape:guide-bbox="true" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:window-height="796" inkscape:window-width="1430" inkscape:window-x="0" inkscape:window-y="25" inkscape:zoom="0.99999999" pagecolor="#ffffff" showgrid="false" showguides="true">
+  </sodipodi:namedview>
+<g id="g2129">
+
+    <path id="FL" class="location-modal__active-state" data-state="flordia" sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" class="st0" d="
+    M747.1,445.5l2.3,7.3l3.7,9.7l5.3,9.4l3.7,6.3l4.8,5.5l4,3.7l1.6,2.9l-1.1,1.3l-0.8,1.3l2.9,7.4l2.9,2.9l2.6,5.3l3.6,5.8l4.5,8.2
+    l1.3,7.6l0.5,12l0.6,1.8l-0.3,3.4l-2.4,1.3l0.3,1.9l-0.6,1.9l0.3,2.4l0.5,1.9l-2.7,3.2l-3.1,1.5l-3.9,0.2l-1.5,1.6l-2.4,1l-1.3-0.5
+    l-1.1-1l-0.3-2.9l-0.8-3.4l-3.4-5.2l-3.6-2.3l-3.9-0.3l-0.8,1.3l-3.1-4.4l-0.6-3.6l-2.6-4l-1.8-1.1l-1.6,2.1l-1.8-0.3l-2.1-5
+    l-2.9-3.9l-2.9-5.3l-2.6-3.1l-3.6-3.7l2.1-2.4l3.2-5.5l-0.2-1.6l-4.5-1l-1.6,0.6l0.3,0.6l2.6,1l-1.5,4.5l-0.8,0.5l-1.8-4l-1.3-4.8
+    l-0.3-2.7l1.5-4.7v-9.5l-3.1-3.7l-1.3-3.1l-5.2-1.3l-1.9-0.6l-1.6-2.6l-3.4-1.6l-1.1-3.4l-2.7-1l-2.4-3.7l-4.2-1.5l-2.9-1.5h-2.6
+    l-4,0.8l-0.2,1.9l0.8,1l-0.5,1.1l-3.1-0.2l-3.7,3.6l-3.6,1.9h-3.9l-3.2,1.3l-0.3-2.7l-1.6-1.9l-2.9-1.1l-1.6-1.5l-8.1-3.9l-7.6-1.8
+    l-4.4,0.6l-6,0.5l-6,2.1l-3.5,0.6l-0.2-8l-2.6-1.9l-1.8-1.8l0.3-3.1l10.2-1.3l25.5-2.9l6.8-0.6l5.4,0.3l2.6,3.9l1.5,1.5l8.1,0.5
+    l10.8-0.6l21.5-1.3l5.4-0.7l4.6,0l0.2,2.9l3.8,0.8l0.3-4.8l-1.6-4.5l1-0.7l5.1,0.5L747.1,445.5z M759.7,577.9l2.4-0.6l1.3-0.2
+    l1.5-2.3l2.3-1.6l1.3,0.5l1.7,0.3l0.4,1.1l-3.5,1.2l-4.2,1.5l-2.3,1.2L759.7,577.9z M773.2,572.9l1.2,1.1l2.7-2.1l5.3-4.2l3.7-3.9
+    l2.5-6.6l1-1.7l0.2-3.4l-0.7,0.5l-1,2.8l-1.5,4.6l-3.2,5.3l-4.4,4.2l-3.4,1.9L773.2,572.9z"/>
+
+      <path id="SC" class="location-modal__active-state" data-state="south-carolina" class="st0" d="M753,412.9l-1.8,1l-2.6-1.3l-0.6-2.1l-1.3-3.6l-2.3-2.1l-2.6-0.6l-1.6-4.8l-2.7-6l-4.2-1.9l-2.1-1.9
+        l-1.3-2.6l-2.1-1.9l-2.3-1.3l-2.3-2.9l-3.1-2.3l-4.5-1.8l-0.5-1.5l-2.4-2.9l-0.5-1.5l-3.4-5.2l-3.4,0.2l-4-2.4l-1.3-1.3l-0.3-1.8
+        l0.8-1.9l2.3-1l-0.3-2.1l6.1-2.6l9.1-4.5l7.3-0.8l16.5-0.5l2.3,1.9l1.6,3.2l4.4-0.5l12.6-1.5l2.9,0.8l12.6,7.6l10.1,8.1l-5.4,5.5
+        l-2.6,6.1l-0.5,6.3l-1.6,0.8l-1.1,2.7l-2.4,0.6l-2.1,3.6l-2.7,2.7l-2.3,3.4l-1.6,0.8l-3.6,3.4l-2.9,0.2l1,3.2l-5,5.5L753,412.9z"/>
+
+      <path id="GA" class="location-modal__active-state" data-state="georgia" sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" class="st0" d="
+      M681.3,358l-4.8,0.8l-8.4,1.1l-8.6,0.9v2.2l0.2,2.1l0.6,3.4l3.4,7.9l2.4,9.9l1.5,6.1l1.6,4.8l1.5,7l2.1,6.3l2.6,3.4l0.5,3.4
+      l1.9,0.8l0.2,2.1l-1.8,4.8l-0.5,3.2l-0.2,1.9l1.6,4.4l0.3,5.3l-0.8,2.4l0.6,0.8l1.5,0.8l0.6,3.4l2.6,3.9l1.5,1.5l7.9,0.2l10.8-0.6
+      l21.5-1.3l5.4-0.7l4.6,0l0.2,2.9l2.6,0.8l0.3-4.4l-1.6-4.5l1.1-1.6l5.8,0.8l5,0.3l-0.8-6.3l2.3-10l1.5-4.2l-0.5-2.6l3.3-6.2
+      l-0.5-1.4l-1.9,0.7l-2.6-1.3l-0.6-2.1l-1.3-3.6l-2.3-2.1l-2.6-0.6l-1.6-4.8l-2.9-6.3l-4.2-1.9l-2.1-1.9l-1.3-2.6l-2.1-1.9l-2.3-1.3
+      l-2.3-2.9l-3.1-2.3l-4.5-1.8l-0.5-1.5l-2.4-2.9l-0.5-1.5l-3.4-4.9l-3.4,0.2l-4.1-3l-1.3-1.3l-0.3-1.8l0.8-1.9l2.4-1.2l-1.1-1.2
+      l0.1-0.3l-5.8,1l-7,0.8L681.3,358z"/>
+
+  <path id="AL" sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccc" class="st0" d="M617.3,466.8l-1.6-15.2
+    l-2.7-18.8l0.2-14.1l0.8-31l-0.2-16.7l0.2-6.4l7.8-0.4l27.8-2.6l8.9-0.7l-0.1,2.2l0.2,2.1l0.6,3.4l3.4,7.9l2.4,9.9l1.5,6.1l1.6,4.8
+    l1.5,7l2.1,6.3l2.6,3.4l0.5,3.4l1.9,0.8l0.2,2.1l-1.8,4.8l-0.5,3.2l-0.2,1.9l1.6,4.4l0.3,5.3l-0.8,2.4l0.6,0.8l1.5,0.8l1,2.5h-6.3
+    l-6.8,0.6l-25.5,2.9l-10.4,1.4l-0.1,3.8l1.8,1.8l2.6,1.9l0.6,7.9l-5.5,2.6l-2.7-0.3l2.7-1.9v-1l-3.1-6l-2.3-0.6l-1.5,4.4l-1.3,2.7
+    l-0.6-0.2H617.3z"/>
+
+      <path id="NC" class="location-modal__active-state" data-state="north-carolina" sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccscccccccccccccccccccccccccccccccc" class="st0" d="
+      M823.8,298.5l1.7,4.7l3.6,6.5l2.4,2.4l0.6,2.3l-2.4,0.2l0.8,0.6l-0.3,4.2l-2.6,1.3l-0.6,2.1l-1.3,2.9l-3.7,1.6l-2.4-0.3l-1.5-0.2
+      l-1.6-1.3l0.3,1.3v1h1.9l0.8,1.3l-1.9,6.3h4.2l0.6,1.6l2.3-2.3l1.3-0.5l-1.9,3.6l-3.1,4.8h-1.3l-1.1-0.5l-2.7,0.6l-5.2,2.4
+      l-6.5,5.3l-3.4,4.7l-1.9,6.5l-0.5,2.4l-4.7,0.5l-5.5,1.3l-9.9-8.2l-12.6-7.6l-2.9-0.8l-12.6,1.5l-4.3,0.8l-1.6-3.2l-3-2.1
+      l-16.5,0.5l-7.3,0.8l-9.1,4.5l-6.1,2.6l-1.6,0.3l-5.8,1l-7,0.8l-6.8,0.5l0.5-4.1l1.8-1.5l2.7-0.6l0.6-3.7l4.2-2.7l3.9-1.5l4.2-3.6
+      l4.4-2.1l0.6-3.1l3.9-3.9l0.6-0.2c0,0,0,1.1,0.8,1.1c0.8,0,1.9,0.3,1.9,0.3l2.3-3.6l2.1-0.6l2.3,0.3l1.6-3.6l2.9-2.6l0.5-2.1v-4
+      l4.5,0.7l7.1-1.3l15.8-1.9l17.1-2.6l19.9-4l19.7-4.2l11.4-2.8L823.8,298.5z M827.7,331.5l2.6-2.5l3.2-2.6l1.5-0.6l0.2-2l-0.6-6.1
+      l-1.5-2.3l-0.6-1.9l0.7-0.2l2.7,5.5l0.4,4.4l-0.2,3.4l-3.4,1.5l-2.8,2.4l-1.1,1.2L827.7,331.5z"/>
+
+      <path id="TN" class="location-modal__active-state" data-state="tennessee" sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccsccccccccccccc" class="st0" d="M688.8,320.6l-51.9,5
+      l-15.8,1.8l-4.6,0.5l-3.9,0v3.9l-8.4,0.5l-7,0.6l-11.1,0.1l-0.3,5.8l-2.1,6.3l-1,3l-1.3,4.4l-0.3,2.6l-4,2.3l1.5,3.6l-1,4.4l-1,0.8
+      l7.3-0.2l24.1-1.9l5.3-0.2l8.1-0.5l27.8-2.6l10.2-0.8l8.4-1l8.4-1.1l4.8-0.8l-0.1-4.5l1.8-1.5l2.7-0.6l0.6-3.7l4.2-2.7l3.9-1.5
+      l4.2-3.6l4.4-2.1l0.9-3.5l4.3-3.9l0.6-0.2c0,0,0,1.1,0.8,1.1s1.9,0.3,1.9,0.3l2.3-3.6l2.1-0.6l2.3,0.3l1.6-3.6l2.1-2.2l0.6-1
+      l0.2-3.9l-1.5-0.3l-2.4,1.9l-7.9,0.2l-12,1.9L688.8,320.6z"/>
+
+  <path id="RI" class="st0" d="M865.8,179.8l-0.5-4.2l-0.8-4.4l-1.7-5.9l5.7-1.5l1.6,1.1l3.4,4.4l2.9,4.4l-2.9,1.5l-1.3-0.2l-1.1,1.8
+    l-2.4,1.9L865.8,179.8z"/>
+  <path id="CT" sodipodi:nodetypes="cccccccccccccccccc" class="st0" d="M864.9,180.1l-0.6-4.2l-0.8-4.4l-1.6-6l-4.2,0.9l-21.8,4.8
+    l0.6,3.3l1.5,7.3v8.1l-1.1,2.3l1.8,2.1l5-3.4l3.6-3.2l1.9-2.1l0.8,0.6l2.7-1.5l5.2-1.1L864.9,180.1z"/>
+  <path id="MA" sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" class="st0" d="M891.7,173.9
+    l2.2-0.7l0.5-1.7l1,0.1l1,2.3l-1.3,0.5l-3.9,0.1L891.7,173.9z M882.3,174.7l2.3-2.6h1.6l1.8,1.5l-2.4,1l-2.2,1L882.3,174.7z
+     M847.5,152.7l17.5-4.2l2.3-0.6l2.1-3.2l3.7-1.7l2.9,4.4l-2.4,5.2l-0.3,1.5l1.9,2.6l1.1-0.8h1.8l2.3,2.6l3.9,6l3.6,0.5l2.3-1
+    l1.8-1.8l-0.8-2.7l-2.1-1.6l-1.5,0.8l-1-1.3l0.5-0.5l2.1-0.2l1.8,0.8l1.9,2.4l1,2.9l0.3,2.4l-4.2,1.5l-3.9,1.9l-3.9,4.5l-1.9,1.5
+    v-1l2.4-1.5l0.5-1.8l-0.8-3.1l-2.9,1.5l-0.8,1.5l0.5,2.3l-2.1,1l-2.7-4.5l-3.4-4.4l-2.1-1.8l-6.5,1.9l-5.1,1.1l-21.8,4.8l-0.4-4.9
+    l0.6-10.6l5.2-0.9L847.5,152.7"/>
+
+    <path id="ME" sodipodi:nodetypes="ccccccccsccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccsccccc" class="st0" d="
+    M914.9,77.3l1.9,2.1l2.3,3.7v1.9l-2.1,4.7l-1.9,0.6l-3.4,3.1l-4.8,5.5c0,0-0.6,0-1.3,0c-0.6,0-1-2.1-1-2.1l-1.8,0.2l-1,1.5
+    l-2.4,1.5l-1,1.5l1.6,1.5l-0.5,0.6l-0.5,2.7l-1.9-0.2v-1.6l-0.3-1.3l-1.5,0.3l-1.8-3.2l-2.1,1.3l1.3,1.5l0.3,1.1l-0.8,1.3l0.3,3.1
+    l0.2,1.6l-1.6,2.6l-2.9,0.5l-0.3,2.9l-5.3,3.1l-1.3,0.5l-1.6-1.5l-3.1,3.6l1,3.2l-1.5,1.3l-0.2,4.4l-1.1,6.3l-2.5-1.2l-0.5-3.1
+    l-3.9-1.1l-0.3-2.7l-7.3-23.4l-4.2-13.6l1.4-0.1l1.5,0.4v-2.6L860,84l2.6-4.7l1.5-4l-1.9-2.4v-6l0.8-1l0.8-2.7l-0.2-1.5l-0.2-4.8
+    l1.8-4.8l2.9-8.9l2.1-4.2h1.3l1.3,0.2v1.1l1.3,2.3l2.7,0.6l0.8-0.8v-1l4-2.9l1.8-1.8l1.5,0.2l6,2.4l1.9,1l9.1,29.9h6l0.8,1.9
+    l0.2,4.8l2.9,2.3h0.8l0.2-0.5l-0.5-1.1L914.9,77.3z M894,107.5l1.5-1.5l1.4,1.1l0.6,2.4l-1.7,0.9L894,107.5z M900.7,101.6l1.8,1.9
+    c0,0,1.3,0.1,1.3-0.2s0.2-2,0.2-2l0.9-0.8l-0.8-1.8l-2,0.7L900.7,101.6z"/>
+  <path id="NH" sodipodi:nodetypes="ccccccccccccccccccccccccccccccccc" class="st0" d="M872.5,142.4l0.9-1.1l1.1-3.3l-2.5-0.9
+    l-0.5-3.1l-3.9-1.1l-0.3-2.7l-7.3-23.4l-4.6-14.5l-0.9,0l-0.6,1.6l-0.6-0.5l-1-1l-1.5,1.9l0,5l0.3,5.7l1.9,2.7v4l-3.7,5.1l-2.6,1.1
+    v1.1l1.1,1.8v8.6l-0.8,9.2l-0.2,4.8l1,1.3l-0.2,4.5l-0.5,1.8l1.5,0.9l16.4-4.7l2.3-0.6l1.5-2.6L872.5,142.4z"/>
+  <path id="VT" sodipodi:nodetypes="ccccccccccccccccccccccccccccc" class="st0" d="M836.1,153.7l-0.8-5.7l-2.4-10l-0.6-0.3l-2.9-1.3
+    l0.8-2.9l-0.8-2.1l-2.7-4.6l1-3.9l-0.8-5.2l-2.4-6.5l-0.8-4.9l26.2-6.7l0.3,5.8l1.9,2.7v4l-3.7,4l-2.6,1.1v1.1l1.1,1.8v8.6
+    l-0.8,9.2l-0.2,4.8l1,1.3l-0.2,4.5l-0.5,1.8l0.7,1.6l-7,1.4L836.1,153.7z"/>
+
+    <path id="NY" sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" class="st0" d="
+    M820.3,189.4l-1.1-1l-2.6-0.2l-2.3-1.9l-1.6-6.1l-3.5,0.1l-2.4-2.7l-19.4,4.4l-43,8.7l-7.5,1.2l-0.7-6.5l1.4-1.1l1.3-1.1l1-1.6
+    l1.8-1.1l1.9-1.8l0.5-1.6l2.1-2.7l1.1-1l-0.2-1l-1.3-3.1l-1.8-0.2l-1.9-6.1l2.9-1.8l4.4-1.5l4-1.3l3.2-0.5l6.3-0.2l1.9,1.3l1.6,0.2
+    l2.1-1.3l2.6-1.1l5.2-0.5l2.1-1.8l1.8-3.2l1.6-1.9h2.1l1.9-1.1l0.2-2.3l-1.5-2.1l-0.3-1.5l1.1-2.1v-1.5h-1.8l-1.8-0.8l-0.8-1.1
+    l-0.2-2.6l5.8-5.5l0.6-0.8l1.5-2.9l2.9-4.5l2.7-3.7l2.1-2.4l2.4-1.8l3.1-1.2l5.5-1.3l3.2,0.2l4.5-1.5l7.6-2.1l0.5,5l2.4,6.5
+    l0.8,5.2l-1,3.9l2.6,4.5l0.8,2.1l-0.8,2.9l2.9,1.3l0.6,0.3l3.1,11l-0.5,5.1l-0.5,10.8l0.8,5.5l0.8,3.6l1.5,7.3v8.1l-1.1,2.3l1.8,2
+    l0.8,1.7l-1.9,1.8l0.3,1.3l1.3-0.3l1.5-1.3l2.3-2.6l1.1-0.6l1.6,0.6l2.3,0.2l7.9-3.9l2.9-2.7l1.3-1.5l4.2,1.6l-3.4,3.6l-3.9,2.9
+    l-7.1,5.3l-2.6,1l-5.8,1.9l-4,1.1l-1.2-0.5l-0.2-3.7l0.5-2.7l-0.2-2.1l-2.8-1.7l-4.5-1l-3.9-1.1L820.3,189.4z"/>
+  <path id="NJ" class="st0" d="M819.9,190.3l-2.1,2.4v3.1l-1.9,3.1l-0.2,1.6l1.3,1.3l-0.2,2.4l-2.3,1.1l0.8,2.7l0.2,1.1l2.7,0.3
+    l1,2.6l3.6,2.4l2.4,1.6v0.8l-3.2,3.1l-1.6,2.3l-1.5,2.7l-2.3,1.3l-1.2,0.7l-0.2,1.2l-0.6,2.6l1.1,2.2l3.2,2.9l4.8,2.3l4,0.6
+    l0.2,1.5l-0.8,1l0.3,2.7h0.8l2.1-2.4l0.8-4.8l2.7-4l3.1-6.5l1.1-5.5l-0.6-1.1l-0.2-9.4l-1.6-3.4l-1.1,0.8l-2.7,0.3l-0.5-0.5l1.1-1
+    l2.1-1.9l0.1-1.1l-0.4-3.4l0.5-2.7l-0.2-2.1l-2.6-1.1l-4.5-1l-3.9-1.1L819.9,190.3z"/>
+  <path id="PA" sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccc" class="st0" d="M813.9,226.5l1.1-0.6l2.3-0.6
+    l1.5-2.7l1.6-2.3l3.2-3.1v-0.8l-2.4-1.6l-3.6-2.4l-1-2.6l-2.7-0.3l-0.2-1.1l-0.8-2.7l2.3-1.1l0.2-2.4l-1.3-1.3l0.2-1.6l1.9-3.1
+    v-3.1l2.3-2.4l0.2-1.1l-2.6-0.2l-2.3-1.9l-2.4-5.3l-3-0.9l-2.3-2.1l-18.6,4l-43,8.7l-8.9,1.5l-0.5-7.1l-5.5,5.6l-1.3,0.5l-4.2,3
+    l2.9,19.1l2.5,9.7l3.6,19.3l3.3-0.6l11.9-1.5l37.9-7.7l14.9-2.8l8.3-1.6l0.3-0.2l2.1-1.6L813.9,226.5z"/>
+  <path id="DE" sodipodi:nodetypes="cccccccccccccccccccc" class="st0" d="M814.1,230.4l0.6-2.1l0-1.2l-1.3-0.1l-2.1,1.6l-1.5,1.5
+    l1.5,4.2l2.3,5.7l2.1,9.7l1.6,6.3l5-0.2l6.1-1.2l-2.3-7.4l-1,0.5l-3.6-2.4l-1.8-4.7l-1.9-3.6l-2.3-1l-2.1-3.6L814.1,230.4z"/>
+
+    <path id="MD" sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccsccccccccccccccccccccccccccccsccc" class="st0" d="
+    M828.7,255.3l-6.1,1.3l-5.8,0.2l-1.8-7.1l-2.1-9.7l-2.3-5.7l-1.3-4.4l-7.5,1.6l-14.9,2.8l-37.5,7.6l1.1,5l1,5.7l0.3-0.3l2.1-2.4
+    l2.3-2.6l2.4-0.6l1.5-1.5l1.8-2.6l1.3,0.6l2.9-0.3l2.6-2.1l2-1.5l1.8-0.5l1.6,1.1l2.9,1.5l1.9,1.8l1.2,1.5l4.1,1.7v2.9l5.5,1.3
+    l1.1,0.5l1.4-2l2.9,2l-1.3,2.5l-0.8,4l-1.8,2.6v2.1l0.6,1.8l5.1,1.4l4.3-0.1l3.1,1l2.1,0.3l1-2.1l-1.5-2.1v-1.8l-2.4-2.1l-2.1-5.5
+    l1.3-5.3l-0.2-2.1l-1.3-1.3c0,0,1.5-1.6,1.5-2.3c0-0.6,0.5-2.1,0.5-2.1l1.9-1.3l1.9-1.6l0.5,1l-1.5,1.6l-1.3,3.7l0.3,1.1l1.8,0.3
+    l0.5,5.5l-2.1,1l0.3,3.6l0.5-0.2l1.1-1.9l1.6,1.8l-1.6,1.3l-0.3,3.4l2.6,3.4l3.9,0.5l1.6-0.8l3.2,4.2l1.4,0.5l6.7-2.8l2-4
+    L828.7,255.3z M812,264.3l1.1,2.5l0.2,1.8l1.1,1.9c0,0,0.9-0.9,0.9-1.2c0-0.3-0.7-3.1-0.7-3.1l-0.7-2.3L812,264.3z"/>
+
+    <path id="WV" sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccscccccccccccccccccccccccccccccccccccccccccc" class="st0" d="
+    M748.3,242l1.1,4.9l1.1,6.9l3.6-2.7l2.3-3.1l2.5-0.6l1.5-1.5l1.8-2.6l1.2,0.6l2.9-0.3l2.6-2.1l2-1.5l1.8-0.5l1.3,1l2.2,1.1l1.9,1.8
+    l1.4,1.3l-0.1,4.7l-5.7-3.1l-4.5-1.8L769,250l-0.5,2.1l-1.6,2.7l-0.6,1.6l-3.1,2.4l-0.5,2.3l-3.4,0.3l-0.3,3.1l-1.1,5.5h-2.6
+    l-1.3-0.8l-1.6-2.7l-1.8,0.2l-0.3,4.4l-2.1,6.6l-5,10.8l0.8,1.3l-0.2,2.7l-2.1,1.9l-1.5-0.3l-3.2,2.4l-2.6-1l-1.8,4.7
+    c0,0-3.7,0.8-4.4,1c-0.6,0.2-2.4-1.3-2.4-1.3l-2.4,2.3l-2.6,0.6l-2.9-0.8l-1.3-1.3l-2.2-3l-3.1-2l-2.6-2.7l-2.9-3.7l-0.6-2.3
+    l-2.6-1.5l-0.8-1.6l-0.2-5.3l2.2-0.1l1.9-0.8l0.2-2.7l1.6-1.5l0.2-5l1-3.9l1.3-0.6l1.3,1.1l0.5,1.8l1.8-1l0.5-1.6l-1.1-1.8v-2.4
+    l1-1.3l2.3-3.4l1.3-1.5l2.1,0.5l2.3-1.6l3.1-3.4l2.3-3.9l0.3-5.7l0.5-5v-4.7l-1.1-3.1l1-1.5l1.3-1.3l3.5,19.8l4.6-0.8L748.3,242z"
+    />
+
+    <path id="KY" sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" class="st0" d="
+    M713.5,297.8l-2.3,2.7l-4.2,3.6l-4.3,5.9l-1.8,1.8v2.1l-3.9,2.1l-5.7,3.4l-3.5,0.4l-51.9,4.9l-15.8,1.8l-4.6,0.5l-3.9,0l-0.2,4.2
+    l-8.2,0.1l-7,0.6l-10.4,0.2l1.9-0.2l2.2-1.8l2.1-1.1l0.2-3.2l0.9-1.8l-1.6-2.5l0.8-1.9l2.3-1.8l2.1-0.6l2.7,1.3l3.6,1.3l1.1-0.3
+    l0.2-2.3l-1.3-2.4l0.3-2.3l1.9-1.5l2.6-0.6l1.6-0.6l-0.8-1.8l-0.6-1.9l1.1-0.8l1.1-3.3l3-1.7l5.8-1l3.6-0.5l1.5,1.9l1.8,0.8
+    l1.8-3.2l2.9-1.5l1.9,1.6l0.8,1.1l2.1-0.5l-0.2-3.4l2.9-1.6l1.1-0.8l1.1,1.6h4.7l0.8-2.1l-0.3-2.3l2.9-3.6l4.7-3.9l0.5-4.5l2.7-0.3
+    l3.9-1.8l2.7-1.9l-0.3-1.9l-1.5-1.5l0.6-2.2l4.1-0.2l2.4-0.8l2.9,1.6l1.6,4.4l5.8,0.3l1.8,1.8l2.1,0.2l2.4-1.5l3.1,0.5l1.3,1.5
+    l2.7-2.6l1.8-1.3h1.6l0.6,2.7l1.8,1l2.4,2.2l0.2,5.5l0.8,1.6l2.6,1.5l0.6,2.3l2.9,3.7l2.6,2.7L713.5,297.8z"/>
+  <path id="OH" sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" class="st0" d="M723.2,195
+    l-6.1,4.1l-3.9,2.3l-3.4,3.7l-4,3.9l-3.2,0.8l-2.9,0.5l-5.5,2.6L692,213l-3.4-3.1l-5.2,0.6l-2.6-1.5l-2.4-1.4l-4.9,0.7l-10.2,1.6
+    l-7.8,1.2l1.3,14.6l1.8,13.7l2.6,23.4l0.6,4.8l4.1-0.1l2.4-0.8l3.4,1.5l2.1,4.4l5.1,0l1.9,2.1l1.8-0.1l2.5-1.3l2.5,0.4l2,1.5
+    l1.7-2.1l2.3-1.3l2.1-0.7l0.6,2.7l1.8,1l3.5,2.3l2.2-0.1l1.1-1.1l-0.1-1.4l1.6-1.5l0.2-5l1-3.9l1.5-1.4l1.5,0.9l0.8,1.2l1.2-0.2
+    l-0.4-2.4l-0.6-0.6v-2.4l1-1.3l2.3-3.4l1.3-1.5l2.1,0.5l2.3-1.6l3.1-3.4l2.3-3.9l0.2-5.4l0.5-5v-4.7l-1.1-3.1l1-1.5l0.9-1l-1.4-9.8
+    L723.2,195z"/>
+
+    <path id="MI" sodipodi:nodetypes="ccccccccccccccsccccccccccccccccsccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" class="st0" d="
+    M573.3,82.1l1.8-2.1l2.2-0.8l5.4-3.9l2.3-0.6l0.5,0.5l-5.1,5.1l-3.3,1.9l-2.1,0.9L573.3,82.1z M659.5,114.2l0.6,2.5l3.2,0.2
+    l1.3-1.2c0,0-0.1-1.5-0.4-1.6c-0.3-0.2-1.6-1.9-1.6-1.9l-2.2,0.2l-1.6,0.2l-0.3,1.1L659.5,114.2z M689.6,177.2l-3.2-8.2l-2.3-9.1
+    l-2.4-3.2l-2.6-1.8l-1.6,1.1l-3.9,1.8l-1.9,5l-2.7,3.7l-1.1,0.6l-1.5-0.6c0,0-2.6-1.5-2.4-2.1s0.5-5,0.5-5l3.4-1.3l0.8-3.4l0.6-2.6
+    l2.4-1.6l-0.3-10l-1.6-2.3l-1.3-0.8l-0.8-2.1l0.8-0.8l1.6,0.3l0.2-1.6l-2.4-2.3l-1.3-2.6h-2.6l-4.5-1.5l-5.5-3.4h-2.7l-0.6,0.6
+    l-1-0.5l-3.1-2.3l-2.9,1.8l-2.9,2.3l0.3,3.6l1,0.3l2.1,0.5l0.5,0.8l-2.6,0.8l-2.6,0.3l-1.5,1.8l-0.3,2.1l0.3,1.6l0.3,5.5l-3.6,2.1
+    l-0.6-0.2v-4.2l1.3-2.4l0.6-2.4l-0.8-0.8l-1.9,0.8l-1,4.2l-2.7,1.1l-1.8,1.9l-0.2,1l0.6,0.8l-0.6,2.6l-2.3,0.5v1.1l0.8,2.4
+    l-1.1,6.1l-1.6,4l0.6,4.7l0.5,1.1l-0.8,2.4l-0.3,0.8l-0.3,2.7l3.6,6l2.9,6.5l1.5,4.8l-0.8,4.7l-1,6l-2.4,5.2l-0.3,2.7l-3.3,3.1
+    l4.4-0.2l21.4-2.3l7.3-1l0.1,1.7l6.9-1.2l10.3-1.5l3.9-0.5l0.1-0.6l0.2-1.5l2.1-3.7l2-1.7l-0.2-5.1l1.6-1.6l1.1-0.3l0.2-3.6l1.5-3
+    l1.1,0.6l0.2,0.6l0.8,0.2l1.9-1L689.6,177.2z M559.2,111.2l0.7-0.6l2.7-0.8l3.6-2.3v-1l0.6-0.6l6-1l2.4-1.9l4.4-2.1l0.2-1.3
+    l1.9-2.9l1.8-0.8l1.3-1.8l2.3-2.3l4.4-2.4l4.7-0.5l1.1,1.1l-0.3,1l-3.7,1l-1.5,3.1l-2.3,0.8l-0.5,2.4l-2.4,3.2l-0.3,2.6l0.8,0.5
+    l1-1.1l3.6-2.9l1.3,1.3h2.3l3.2,1l1.5,1.1l1.5,3.1l2.7,2.7l3.9-0.2l1.5-1l1.6,1.3l1.6,0.5l1.3-0.8h1.1l1.6-1l4-3.6l3.4-1.1l6.6-0.3
+    l4.5-1.9l2.6-1.3l1.5,0.2v5.7l0.5,0.3l2.9,0.8l1.9-0.5l6.1-1.6l1.1-1.1l1.5,0.5v7l3.2,3.1l1.3,0.6l1.3,1l-1.3,0.3l-0.8-0.3
+    l-3.7-0.5l-2.1,0.6l-2.3-0.2l-3.2,1.5H644l-5.8-1.3l-5.2,0.2l-1.9,2.6l-7,0.6l-2.4,0.8l-1.1,3.1l-1.3,1.1l-0.5-0.2l-1.5-1.6
+    l-4.5,2.4h-0.6l-1.1-1.6l-0.8,0.2l-1.9,4.4l-1,4l-3.2,7l-1.2-1l-1.4-1l-1.9-10.3l-3.5-1.4l-2.1-2.3l-12.1-2.7l-2.9-1l-8.2-2.2
+    l-7.9-1.1L559.2,111.2z"/>
+  <path id="WY" sodipodi:nodetypes="ccccccccccccccccccc" class="st0" d="M346,143.8l-10.5-0.8l-32.1-3.3l-16.2-2.1l-28.3-4.1
+    l-19.9-3l-1.4,11.2l-3.8,24.3l-5.3,30.4l-1.5,10.5l-1.7,11.9l6.5,0.9l25.9,2.5l20.6,2.3l36.8,4.1l23.8,2.9l4.5-44.2l1.4-25.4
+    L346,143.8z"/>
+  <path id="MT" sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccc" class="st0" d="M348.4,122.3
+    l0.6-11.2l2.3-24.8c0.5-5,1.1-8.5,1.4-15.4l0.9-14.6l-30.7-2.8L293.7,50l-29.3-4l-32.3-5.3l-18.4-3.4l-32.7-6.9l-4.5,21.3l3.4,7.5
+    l-1.4,4.6l1.8,4.6l3.2,1.4l4.6,10.8l2.7,3.2l0.5,1.1l3.4,1.1l0.5,2.1l-7.1,17.6v2.5l2.5,3.2h0.9l4.8-3l0.7-1.1l1.6,0.7l-0.2,5.3
+    l2.7,12.6l3,2.5l0.9,0.7l1.8,2.3l-0.5,3.4l0.7,3.4l1.1,0.9l2.3-2.3h2.7l3.2,1.6l2.5-0.9h4.1l3.7,1.6l2.7-0.5l0.5-3l3-0.7l1.4,1.4
+    l0.5,3.2l1.8,1.4l1.5-11.6l20.7,3l28.2,4l16.6,1.9l31.4,3.5l11,1.5l1.1-15.4L348.4,122.3z"/>
+  <path id="ID" sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" class="st0" d="
+    M132.7,176.6l4.4-17.5l4.3-17.7l1.4-4.2l2.5-5.9l-1.3-2.3l-2.5,0.1l-0.8-1l0.5-1.1l0.3-3.1l4.5-5.5l1.8-0.5l1.1-1.1l0.6-3.2
+    l0.9-0.7l3.9-5.8l3.9-4.3l0.2-3.8l-3.4-2.6l-1.3-4.4l0.4-9.7l3.7-16.5l4.5-20.8l3.8-13.5l0.8-3.8l13,2.5l-4.2,21.5l2.9,7.7
+    l-1.1,4.6l2,4.6l3.2,1.7l4.5,9.8l2.7,3.8l0.6,1.1l3.4,1.1l0.5,2.5l-6.9,16.8l0.3,3.3l2.7,2.9l1.9,0.5l4.8-3.6l0.4-0.5l0.2,0.8
+    l0.3,4.1l2.6,12.9l3.5,2.7l0.4,0.8l2.1,2.4l-0.8,2.8l0.7,3.8l1.9,0.9l2.1-1.6l2.6-0.5l3.4,1.6l2.5-0.6l3.8-0.2l4,1.6l2.7-0.3
+    l0.9-2.3l2.5-1.6l0.7,1.7l0.6,2.2l2.3,2.5l-3.8,24l-5.1,29l-4.2-0.3l-8.2-1.5l-9.8-1.8l-12.2-2.4l-12.5-2.5l-8.5-1.8l-9.3-1.7
+    l-9.2-1.8C131.2,176.6,139.7,178.1,132.7,176.6z"/>
+
+    <path id="WA" sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccscccccc" class="st0" d="
+    M85.3,6.4l4.4,1.5l9.7,2.7l8.6,1.9l20,5.7l23,5.7l15.2,3.4l-1,3.9L161,44.9l-4.5,20.8l-3.2,16.1l-0.4,9.4l-13.2-3.9L124.3,84
+    l-13.7,0.6L109,83l-5.3,1.9l-4-0.3L97,82.9l-1.6,0.5l-4.2-0.2l-1.9-1.4l-4.8-1.7l-1.4-0.2l-5-1.3l-1.8,1.5l-5.7-0.3l-4.8-3.8
+    l0.2-0.8l0.1-7.9L64,63.3l-4.1-0.7l-0.4-2.4L57,59.6l-2.9-0.5l-1.8,1l-2.3-2.9l0.3-2.9l2.7-0.3l1.6-4l-2.6-1.1l0.2-3.7l4.4-0.6
+    l-2.7-2.7l-1.5-7.1l0.6-2.9v-7.9l-1.8-3.2l2.3-9.4l2.1,0.5l2.4,2.9l2.7,2.6l3.2,1.9l4.5,2.1l3.1,0.6l2.9,1.5l3.4,1l2.3-0.2v-2.4
+    l1.3-1.1l2.1-1.3l0.3,1.1l0.3,1.8l-2.3,0.5l-0.3,2.1l1.8,1.5l1.1,2.4l0.6,1.9l1.5-0.2l0.2-1.3l-1-1.3l-0.5-3.2l0.8-1.8l-0.6-1.5V19
+    l1.8-3.6l-1.1-2.6L83.8,8l0.3-0.8L85.3,6.4z M75.8,12.3l2-0.2l0.5,1.4l1.5-1.6h2.3l0.8,1.5l-1.5,1.7l0.6,0.8l-0.7,2L80,18.4
+    c0,0-0.9,0.1-0.9-0.2s1.5-2.6,1.5-2.6L78.9,15l-0.3,1.5l-0.7,0.6l-1.5-2.3L75.8,12.3z"/>
+
+    <path id="TX" class="location-modal__active-state" data-state="texas" sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" class="st0" d="
+    M348.8,333.4l22.7,1.1l31.1,1.1l-2.3,23.5l-0.3,18.2l0.1,2.1l4.3,3.8l1.7,0.8l1.8,0.3l0.7-1.3l0.9,0.9l1.7,0.5l1.6-0.7l1.1,0.4
+    l-0.3,3.4l4.3,1l2.7,0.8l4,0.5l2.2,1.8l3.2-1.6l2.8,0.4l2,2.8l1.1,0.3l-0.2,2l3.1,1.2l2.8-1.8l1.5,0.4l2.4,0.2l0.4,1.9l4.6,2
+    l2.7-0.2l2-4.1h0.3l1.1,1.9l4.4,1l3.3,1.2l3.3,0.8l2.1-0.8l0.8-2.5h3.7l1.9,0.8l3.1-1.6h0.7l0.4,1.1h4.3l2.4-1.3l1.7,0.3l1.4,1.9
+    l2.9,1.7l3.5,1.1l2.7,1.4l2.4,1.6l3.3-0.9l1.9,1l0.5,10.1l0.3,9.7l0.7,9.5l0.5,4l2.7,4.6l1.1,4.1l3.9,6.3l0.5,2.9l0.5,1l-0.7,7.5
+    l-2.7,4.4l1,2.9l-0.4,2.5l-0.8,7.3l-1.4,2.7l0.6,4.4l-5.7,1.6l-9.9,4.5l-1,1.9l-2.6,1.9l-2.1,1.5l-1.3,0.8l-5.7,5.3l-2.7,2.1
+    l-5.3,3.2l-5.7,2.4l-6.3,3.4l-1.8,1.5l-5.8,3.6l-3.4,0.6l-3.9,5.5l-4,0.3l-1,1.9l2.3,1.9l-1.5,5.5l-1.3,4.5l-1.1,3.9l-0.8,4.5
+    l0.8,2.4l1.8,7l1,6.1l1.8,2.7l-1,1.5l-3.1,1.9l-5.7-3.9l-5.5-1.1l-1.3,0.5l-3.2-0.6l-4.2-3.1l-5.2-1.1l-7.6-3.4l-2.1-3.9l-1.3-6.5
+    l-3.2-1.9l-0.6-2.3l0.6-0.6l0.3-3.4l-1.3-0.6l-0.6-1l1.3-4.4l-1.6-2.3l-3.2-1.3l-3.4-4.4l-3.6-6.6l-4.2-2.6l0.2-1.9l-5.3-12.3
+    l-0.8-4.2l-1.8-1.9l-0.2-1.5l-6-5.3l-2.6-3.1v-1.1l-2.6-2.1l-6.8-1.1l-7.4-0.6l-3.1-2.3l-4.5,1.8l-3.6,1.5l-2.3,3.2l-1,3.7
+    l-4.4,6.1l-2.4,2.4l-2.6-1l-1.8-1.1l-1.9-0.6l-3.9-2.3v-0.6l-1.8-1.9l-5.2-2.1l-7.4-7.8l-2.3-4.7v-8.1l-3.2-6.5l-0.5-2.7l-1.6-1
+    l-1.1-2.1l-5-2.1l-1.3-1.6l-7.1-7.9l-1.3-3.2l-4.7-2.3l-1.5-4.4l-2.6-2.9l-1.9-0.5l-0.6-4.7l8,0.7l29,2.7l29,1.6l2.3-23.8l3.9-55.6
+    l1.6-18.7l1.4,0 M449,567.3l-0.6-7.1l-2.7-7.2l-0.6-7l1.5-8.2l3.3-6.9l3.5-5.4l3.2-3.6l0.6,0.2l-4.8,6.6l-4.4,6.5l-2,6.6l-0.3,5.2
+    l0.9,6.1l2.6,7.2l0.5,5.2l0.2,1.5L449,567.3z"/>
+
+    <path id="CA" sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccscc" class="st0" d="
+    M128.5,386.8l3.8-0.5l1.5-2l0.7-1.9l-3.2-0.1l-1.1-1.8l0.8-1.7l0-6.2l2.2-1.3l2.7-2.6l0.4-4.9l1.6-3.5l1.9-2.1l3.3-1.7l1.3-0.7
+    l0.8-1.5l-0.9-0.9l-1-1.5l-0.9-5.3l-2.9-5.2l0.1-2.8l-2.2-3.2l-15-23.2L103,283.3l-22.4-33l-12.7-19.5l1.8-7.2l6.8-25.9l8.1-31.4
+    l-12.4-3.3l-13.5-3.4l-12.6-4.1l-7.5-2.1l-11.4-3l-7.1-2.4l-1.6,4.7l-0.2,7.4l-5.2,11.8l-3.1,2.6l-0.3,1.1L8,176.3l-1.5,4.2
+    l-0.8,3.2l2.7,4.2l1.6,4.2l1.1,3.6l-0.3,6.5l-1.8,3.1L8.5,211l-1,3.7l1.8,3.9l2.7,4.5l2.3,4.8l1.3,4l-0.3,3.2l-0.3,0.5v2.1l5.7,6.3
+    l-0.5,2.4l-0.6,2.3l-0.6,1.9L19,259l2.1,3.7l1.9,2.6l2.7,0.5l1,2.7l-1.1,3.6l-2.1,1.6h-1.1l-0.8,3.9l0.5,2.9l3.2,4.4l1.6,5.3
+    l1.5,4.7l1.3,3.1l3.4,5.8l1.5,2.6l0.5,2.9l1.6,1v2.4l-0.8,1.9l-1.8,7.1l-0.5,1.9l2.4,2.7l4.2,0.5l4.5,1.8l3.9,2.1h2.9l2.9,3.1
+    l2.6,4.8l1.1,2.3l3.9,2.1l4.8,0.8l1.5,2.1l0.6,3.2l-1.5,0.6l0.3,1l3.2,0.8l2.7,0.2l2.9,4.7l3.9,4.2l0.8,2.3l2.6,4.2l0.3,3.2v9.4
+    l0.5,1.8l10,1.5l19.7,2.7L128.5,386.8z M40.5,337l1.3,1.5l-0.2,1.3l-3.2-0.1l-0.6-1.2l-0.6-1.5L40.5,337z M42.5,337l1.2-0.6
+    l3.6,2.1l3.1,1.2l-0.9,0.6l-4.5-0.2l-1.6-1.6L42.5,337z M63.1,356.8l1.8,2.3l0.8,1l1.5,0.6l0.6-1.5l-1-1.8l-2.7-2l-1.1,0.2V356.8z
+     M61.7,365.5l1.8,3.2l1.2,1.9l-1.5,0.2l-1.3-1.2c0,0-0.7-1.5-0.7-1.9s0-2.2,0-2.2L61.7,365.5z"/>
+    <path id="AZ" class="location-modal__active-state" data-state="arizona" sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccc" class="st0" d="M129.5,387.5l-2.6,2.2
+      l-0.3,1.5l0.5,1l18.9,10.7l12.1,7.6l14.7,8.6l16.8,10l12.3,2.4l25.1,2.7l2.5-12.5l3.8-27.2l7-52.9l4.3-31l-24.6-3.7l-27.2-4.6
+      l-33.4-6.3l-2.9,18.1l-0.5,0.5l-1.7,2.6l-2.5-0.1l-1.3-2.7l-2.7-0.3l-0.9-1.1h-0.9l-0.9,0.6l-1.9,1l-0.1,7l-0.2,1.7l-0.6,12.6
+      l-1.5,2.2l-0.6,3.3l2.7,4.9l1.3,5.8l0.8,1l1,0.6l-0.1,2.3l-1.6,1.4l-3.4,1.7l-1.9,1.9l-1.5,3.7l-0.6,4.9l-2.9,2.7l-2.1,0.7
+      l-0.1,5.8l-0.5,1.7l0.5,0.8l3.7,0.6l-0.6,2.7l-1.5,2.2L129.5,387.5z"/>
+
+  <path id="NV" sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccc" class="st0" d="M132.4,177.6l21,4.5l9.7,1.9l9.3,1.8
+    l6.6,1.6l-0.6,5.9l-3.5,17.3l-4.1,20l-1.9,9.7l-2.2,13.3l-3.2,16.4l-3.5,15.7l-2,10.2l-2.5,16.8l-0.5,1.1l-1.1,2.5l-1.9-0.1
+    l-1.1-2.7l-2.7-0.5l-1.4-1l-2,0.3l-0.9,0.7l-1.3,1.3l-0.4,7l-0.5,1.7l-0.4,12.1l-1.3,1.7l-1.9-2.3l-14.5-22.7l-19.4-29L81.3,249
+    L69,230.4l1.6-6.6l7-25.9l7.9-31.3l33.6,8.1l13.7,3"/>
+  <path id="UT" sodipodi:nodetypes="ccccccccccccccccccccccccccc" class="st0" d="M244.7,309.3l-24.6-3.5l-26.6-4.9l-33.8-6l1.6-9.2
+    l3.2-15.2l3.3-16.6l2.2-13.6l1.9-8.9l3.8-20.5l3.5-17.5l1.1-5.6l12.7,2.3l12,2.1l10.3,1.8l8.3,1.4l3.7,0.5l-1.5,10.6l-2.3,13.2
+    l7.8,0.9l16.4,1.8l8.2,0.9l-2.1,22l-3.2,22.6l-3.8,27.8l-1.7,11.1L244.7,309.3z"/>
+  <path id="CO" sodipodi:nodetypes="ccccccccccccccc" class="st0" d="M370.3,256.8l1.4-21.3l-32.1-3.1l-24.5-2.7l-37.3-4.1l-20.7-2.5
+    l-2.6,22.2l-3.2,22.4l-3.8,28l-1.5,11.1l-0.3,2.8l33.9,3.8l37.7,4.3l32,3.2l16.6,0.8"/>
+  <path id="NM" sodipodi:nodetypes="ccccccccccccccccccccc" class="st0" d="M274.4,431l-0.7-6.1l8.6,0.5l29.5,3.1l28.4,1.4l2-22.3
+    l3.7-55.9l1.1-19.4l2,0.3l0-11.1l-32.2-2.4l-36.9-4.4l-34.5-4.1l-4.2,30.8l-7,53.2l-3.8,26.9l-2,13.3l15.5,2l1.3-10l16.7,2.6
+    L274.4,431z"/>
+  <path id="OR" sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" class="st0" d="M132,176.7
+    l4.3-17.9l4.7-17.9l1.1-4.2l2.4-5.6l-0.6-1.2l-2.5,0l-1.3-1.7l0.5-1.5l0.5-3.2l4.5-5.5l1.8-1.1l1.1-1.1l1.5-3.6l4-5.7l3.6-3.9
+    l0.2-3.5l-3.3-2.5l-1.2-4.5L140,88.5l-15.1-3.5L109.5,85l-0.5-1.4l-5.5,2.1l-4.5-0.6l-2.4-1.6l-1.3,0.7L90.7,84L89,82.6l-5.3-2.1
+    l-0.8,0.1l-4.3-1.5L76.7,81l-6.2-0.3l-5.9-4.1l0.7-0.8l0.2-7.8l-2.3-3.9l-4.1-0.6L58.4,61L56,60.6l-5.8,2.1L48,69.1l-3.2,10
+    l-3.2,6.5l-5,14.1L30,113.2l-8.1,12.6l-1.9,2.9l-0.8,8.6l-1.3,6l2.7,3.5l6.7,2.3l11.6,3.3l7.9,2.5l12.4,3.6l13.3,3.6l13.2,3.6"/>
+  <path id="ND" sodipodi:nodetypes="cccccccccccccccccccc" class="st0" d="M463,127.7l-0.4-7.5l-2-7.3l-1.8-13.6l-0.5-9.8l-2-3.1
+    l-1.6-5.4V70.6l0.7-3.9l-2.1-5.5l-28.4-0.6L406.4,60l-26.5-1.3l-24.9-1.9l-1.3,14.2l-1.4,15.1l-2.3,24.9l-0.5,11l56.8,3.8
+    L463,127.7z"/>
+  <path id="SD" sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccc" class="st0" d="M464.5,203.2l-1-1.1l-1.5-3.6
+    l1.8-3.7l1.1-5.6l-2.6-2.1l-0.3-2.7l0.6-3l2.1-0.8l0.3-5.7l-0.1-30.1l-0.6-3l-4.1-3.6l-1-2v-1.9l1.9-1.3l1.5-1.9l0.2-2.7l-57.4-1.6
+    l-56.2-3.9l-0.8,5.3l-1.6,15.9l-1.3,17.9l-1.6,24.6l16,1l19.6,1.1l18,1.3l23.8,1.3l10.7-0.8l2.9,2.3l4.3,3l1,0.8l3.5-0.9l4-0.3
+    l2.7-0.1l3.1,1.2l4.5,1.4l3.1,1.8l0.6,1.9l0.9,1.9l0.7-0.5L464.5,203.2z"/>
+  <path id="NE" sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccc" class="st0" d="M476,247l1.4,2.7l0.1,2.1l2.4,3.7
+    l2.7,3.2h-5l-43.5-0.9l-40.8-0.9l-21.2-1l1.1-21.3l-33.4-2.7l4.3-44l15.5,1l20.1,1.1l17.8,1.1l23.8,1.1l10.7-0.5l2.1,2.3l4.8,3
+    l1.1,0.9l4.3-1.4l3.9-0.5l2.7-0.2l1.8,1.4l5,1.6l3,1.6l0.5,1.6l0.9,2.1h1.8l0.8,0l1,5.2l2.7,8l1.2,4.6l2.1,3.8l0.5,4.9l1.4,4.3
+    l0.5,6.5"/>
+  <path id="IA" sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" class="st0" d="M558.3,201.6
+    l0.2,1.9l2.3,1.1l1.1,1.3l0.3,1.3l3.9,3.2l0.7,2.2l-0.8,2.9l-1.5,3.5l-0.8,2.7l-2.2,1.6l-1.7,0.6l-5.5,1.5l-0.7,2.3l-0.8,2.3
+    l0.6,1.4l1.7,1.7l0,3.7l-2.2,1.6l-0.5,1.5v2.5l-1.5,0.5l-1.7,1.4l-0.5,1.5l0.5,1.7l-1.4,1.2l-2.3-2.7l-1.5-2.6l-8.3,0.8l-10.2,0.6
+    l-25,0.7l-13,0.2l-9.4,0.2l-1.3,0.1l-1.7-4.5l-0.2-6.6l-1.6-4.1l-0.7-5.3l-2.3-3.7l-0.9-4.8l-2.7-7.5l-1.1-5.4l-1.4-2.2l-1.6-2.7
+    l1.8-4.3l1.4-5.7l-2.7-2.1l-0.5-2.7l0.9-2.5h1.7h11.5l49.6-0.7l19.9-0.7l1.9,2.7l1.8,2.6l0.5,0.8l-1.8,2.7l0.5,4.2l2.5,3.9l3,1.8
+    l2.4,0.2L558.3,201.6z"/>
+  <path id="MS" sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccc" class="st0" d="M616.3,467l-0.3,1.3
+    h-5.2l-1.5-0.8l-2.1-0.3l-6.8,1.9l-1.8-0.8l-2.6,4.2l-1.1,0.8l-1.1-2.5l-1.1-3.9l-3.4-3.2l1.1-7.5l-0.7-0.9l-1.8,0.2l-8.2,0.7
+    l-24.2,0.7l-0.5-1.6l0.7-8l3.4-6.2l5.3-9.1l-0.9-2.1h1.1l0.7-3.2l-2.3-1.8l0.2-1.8l-2.1-4.6l-0.3-5.3l1.4-2.7l-0.4-4.3l-1.4-3
+    l1.4-1.4l-1.4-2.1l0.5-1.8l0.9-6.2l3-2.7l-0.7-2.1l3.7-5.3l2.7-0.9v-2.5l-0.7-1.4l2.7-5.3l2.7-1.1l0.1-3.4l8.7-0.1l24.1-1.9
+    l4.6-0.2l0,6.4l0.2,16.7l-0.8,31l-0.2,14.1l2.7,18.8L616.3,467z"/>
+  <path id="IN" sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccc" class="st0" d="M610.1,300.9l0.1-2.9
+    l0.5-4.5l2.3-2.9l1.8-3.9l2.6-4.2l-0.5-5.8l-1.8-2.7l-0.3-3.2l0.8-5.5l-0.5-7l-1.3-16l-1.3-15.4l-1-11.7l3.1,0.9l1.5,1l1.1-0.3
+    l2.1-1.9l2.8-1.6l5.1-0.2l22-2.3l5.6-0.5l1.5,16l4.3,36.8l0.6,5.8l-0.4,2.3l1.2,1.8l0.1,1.4l-2.5,1.6l-3.5,1.6l-3.2,0.6l-0.6,4.9
+    l-4.6,3.3l-2.8,4l0.3,2.4l-0.6,1.5h-3.3l-1.6-1.6l-2.5,1.3l-2.7,1.5l0.2,3.1l-1.2,0.3l-0.5-1l-2.2-1.5l-3.3,1.3l-1.6,3l-1.4-0.8
+    l-1.5-1.6l-4.5,0.5l-5.6,1L610.1,300.9z"/>
+
+    <path id="IL" sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" class="st0" d="
+    M609.5,301.6V298l0.3-4.9l2.4-3.1l1.8-3.8l2.6-3.9l-0.4-5.3l-2-3.5l-0.1-3.3l0.7-5.3l-0.8-7.2l-1.1-15.8l-1.3-15l-0.9-11.6
+    l-0.3-0.9l-0.8-2.6l-1.3-3.7l-1.6-1.8l-1.5-2.6l-0.2-5.5l-9.9,1.3l-27.2,1.7l-8.7-0.4l0.2,2.4l2.3,0.7l0.9,1.1l0.5,1.8l3.9,3.4
+    l0.7,2.3l-0.7,3.4l-1.8,3.7l-0.7,2.5l-2.3,1.8l-1.8,0.7l-5.3,1.4l-0.7,1.8l-0.7,2.1l0.7,1.4l1.8,1.6l-0.2,4.1l-1.8,1.6l-0.7,1.6
+    v2.7l-1.8,0.5l-1.6,1.1l-0.2,1.4l0.2,2.1l-1.7,1.3l-1,2.8l0.5,3.7l2.3,7.3l7.3,7.5l5.5,3.7l-0.2,4.3l0.9,1.4l6.4,0.5l2.7,1.4
+    l-0.7,3.7l-2.3,5.9l-0.7,3.2l2.3,3.9l6.4,5.3l4.6,0.7l2.1,5l2.1,3.2l-0.9,3l1.6,4.1l1.8,2.1l1.9-0.8l0.7-2.2l2-1.4l3.2-1.1l3.1,1.2
+    l2.9,1.1l0.8-0.2l-0.1-1.2l-1.1-2.8l0.4-2.4l2.3-1.6l2.4-1l1.2-0.4l-0.6-1.3l-0.8-2.2l1.2-1.3L609.5,301.6z"/>
+
+    <path id="MN" sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" class="st0" d="
+    M463.6,128.5l-0.5-8.5l-1.8-7.3l-1.8-13.5l-0.5-9.8l-1.8-3.4l-1.6-5V70.6l0.7-3.9l-1.8-5.5l30.1,0l0.3-8.2l0.6-0.2l2.3,0.5l1.9,0.8
+    l0.8,5.5l1.5,6.1l1.6,1.6h4.8l0.3,1.5l6.3,0.3v2.1h4.8l0.3-1.3l1.1-1.1l2.3-0.6l1.3,1h2.9l3.9,2.6l5.3,2.4l2.4,0.5l0.5-1l1.5-0.5
+    l0.5,2.9l2.6,1.3L535,77l1.3,0.2v2.1l2.6,1h3.1l1.6-0.8l3.2-3.2l2.6-0.5l0.8,1.8l0.5,1.3h1l1-0.8l8.9-0.3l1.8,3.1h0.6l0.7-1.1
+    l4.4-0.4l-0.6,2.3l-3.9,1.8l-9.2,4.1l-4.8,2l-3.1,2.6l-2.4,3.6l-2.3,3.9l-1.8,0.8l-4.5,5l-1.3,0.2l-3.8,2.9l-2.8,3.2l-0.2,3
+    l0.2,7.8l-1.6,1.6l-5.3,4.1l-1.8,5.7l2.5,3.6l0.5,2.5l-1.1,3l-0.2,3.7l0.5,7.1l3.4,4.1h3l2.5,2.3l3.2,1.4l3.7,5l7.1,5l1.8,2.1
+    l0.2,5.5l-20.6,0.7l-60.2,0.5l-0.3-35.7l-0.5-3l-4.1-3.4l-1.1-1.8v-1.6l2.1-1.6l1.4-1.4L463.6,128.5z"/>
+
+    <path id="WI" sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" class="st0" d="
+    M604.7,197.2l0.4-3l-1.6-4.5l-0.6-6.1l-1.1-2.4l1-3.1l0.8-2.9l1.5-2.6l-0.6-3.4l-0.6-3.6l0.5-1.8l1.9-2.4l0.2-2.7l-0.8-1.3l0.6-2.6
+    l0.5-3.2l2.7-5.7l2.9-6.8l0.2-2.3l-0.3-1l-0.8,0.5l-4.2,6.3l-2.7,4l-1.9,1.8l-0.8,2.3l-1.5,0.8l-1.1,1.9l-1.5-0.3l-0.2-1.8l1.3-2.4
+    l2.1-4.7l1.8-1.6l1.1-2.3l-1.6-0.9l-1.4-1.4l-1.6-10.3l-3.7-1.1l-1.4-2.3l-12.6-2.7l-2.5-1.1l-8.2-2.3l-8.2-1.1l-4.2-5.4l-0.5,1.3
+    l-1.1-0.2l-0.6-1.1l-2.7-0.8L552,111l-1.8,1l-1-0.6l0.6-1.9l1.9-3.1l1.1-1.1l-1.9-1.5l-2.1,0.8l-2.9,1.9l-7.4,3.2l-2.9,0.6
+    l-2.9-0.5l-1-0.9l-2.1,2.8l-0.2,2.7v8.5l-1.1,1.6l-5.3,3.9l-2.3,5.9l0.5,0.2l2.5,2.1l0.7,3.2l-1.8,3.2v3.9l0.5,6.6l3,3h3.4l1.8,3.2
+    l3.4,0.5l3.9,5.7l7.1,4.1l2.1,2.7l0.9,7.4l0.7,3.3l2.3,1.6l0.2,1.4l-2.1,3.4l0.2,3.2l2.5,3.9l2.5,1.1l3,0.5l1.3,1.4l9.2,0l26.1-1.5
+    L604.7,197.2z"/>
+  <path id="MO" sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" class="st0" d="
+    M547.5,249.5l-2.5-3.1l-1.1-2.3l-7.8,0.7l-9.8,0.5l-25.4,0.9l-13.5,0.2l-7.9,0.1l-2.3,0.1l1.3,2.5l-0.2,2.3l2.5,3.9l3.1,4.1
+    l3.1,2.7l2.3,0.2l1.4,0.9v3l-1.8,1.6l-0.5,2.3l2.1,3.4l2.5,3l2.5,1.8l1.4,11.7l-0.7,35.3l0.2,4.7l0.5,5.4l23.4-0.1l23.2-0.7
+    l20.8-0.8l11.7-0.2l2.2,3.4l-0.7,3.3l-3.1,2.4l-0.6,1.8l5.4,0.5l3.9-0.7l1.7-5.5l0.7-5.9l2.3-2l1.7-1.5l2.1-1l0.1-2.9l0.6-1.7
+    l-1-1.7l-2.7,0.1l-2.2-2.6l-1.4-4.2l0.8-2.5l-1.9-3.4l-1.8-4.6l-4.8-0.8l-7-5.6l-1.7-4.1l0.8-3.2l2.1-6.1l0.5-2.9l-1.9-1l-6.9-0.8
+    l-1-1.7l-0.1-4.2l-5.5-3.4l-7-7.8l-2.3-7.3l-0.2-4.2L547.5,249.5z"/>
+  <path id="AR" sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccc" class="st0" d="M582.7,345l-3.8,0.9l-6.2-0.5
+    l0.7-3l3.2-2.7l0.5-2.3l-1.8-3l-11,0.5l-20.8,0.9l-23.3,0.7l-23.3,0.5l1.6,6.9v8.2l1.4,11l0.2,37.8l2.3,1.9l3-1.4l2.7,1.1l0.4,10.3
+    l22.9-0.1l18.9-0.8l10.1-0.2l1.1-2.1l-0.3-3.5l-1.8-3l1.6-1.5l-1.6-2.5l0.7-2.5l1.4-5.6l2.5-2.1l-0.7-2.3l3.7-5.4l2.7-1.4l-0.1-1.5
+    l-0.3-1.8l2.9-5.6l2.4-1.3l0.4-3.4l1.8-1.2l0.9-4.2l-1.3-4l4-2.4l0.6-2l1.2-4.3L582.7,345z"/>
+  <path id="OK" sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" class="st0" d="
+    M367.1,322.6l-10.7-0.5l-6.4-0.5l0.3,0.2l-0.7,10.4l22,1.4l32.1,1.3l-2.3,24.4l-0.5,17.8l0.2,1.6l4.3,3.7l2.1,1.1l0.7-0.2l0.7-2.1
+    l1.4,1.8h2.1v-1.4l2.7,1.4l-0.5,3.9l4.1,0.2l2.5,1.1l4.1,0.7l2.5,1.8l2.3-2.1l3.4,0.7l2.5,3.4h0.9v2.3l2.3,0.7l2.3-2.3l1.8,0.7h2.5
+    l0.9,2.5l4.8,1.8l1.4-0.7l1.8-4.1h1.1l1.1,2.1l4.1,0.7l3.7,1.4l3,0.9l1.8-0.9l0.7-2.5h4.3l2.1,0.9l2.7-2.1h1.1l0.7,1.6h4.1l1.6-2.1
+    l1.8,0.5l2.1,2.5l3.2,1.8l3.2,0.9l1.9,1.1l-0.4-37.2l-1.4-11l-0.2-8.9l-1.4-6.5L495,330l-0.1-3.8l-12.1,0.3l-46.4-0.5l-45-2.1
+    L367.1,322.6z"/>
+  <path id="KS" sodipodi:nodetypes="ccccccccccccccccccccc" class="st0" d="M495.1,325.1l-12.6,0.2l-46.1-0.5l-44.6-2.1l-24.6-1.3
+    l4.1-64.7l21.8,0.8l40.5,1.4l44.1,0.5h5.1l3.2,3.2l2.8,0.2l0.9,1.1v2l-1.8,1.6l-0.5,2.6l2.2,3.6l2.5,3.1l2.5,2l1.1,11.2
+    L495.1,325.1z"/>
+
+    <path id="LA" sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccscccccccccccccccccccccccccccccscccccccccccccccccccccccccccc" class="st0" d="
+    M593.9,473l-1-2.6l-1.1-3.1l-3.3-3.5l0.9-6.8l-0.1-1.1l-1.3,0.3l-8.2,0.9l-25,0.5l-0.7-2.4l0.9-8.5l3.3-5.9l5-8.7l-0.6-2.4l1.3-0.7
+    l0.5-2l-2.3-2.1l-0.1-1.9l-1.8-4.3l-0.5-5.9l-9.7,0.1l-19.2,0.9l-22.2,0l0,9.6l0.7,9.4l0.7,3.9l2.5,4.1l0.9,5l4.3,5.5l0.2,3.2
+    l0.7,0.7l-0.7,8.5l-3,5l1.6,2.1l-0.7,2.5l-0.7,7.3l-1.4,3.2l0.1,3.6l4.7-1.5l8.1-0.3l10.3,3.6l6.5,1.1l3.7-1.5l3.2,1.1l3.2,1
+    l0.8-2.1l-3.2-1.1l-2.6,0.5l-2.7-1.6c0,0,0.2-1.3,0.8-1.5c0.6-0.2,3.1-1,3.1-1l1.8,1.5l1.8-1l3.2,0.6l1.5,2.4l0.3,2.3l4.5,0.3
+    l1.8,1.8l-0.8,1.6l-1.3,0.8l1.6,1.6l8.4,3.6l3.6-1.3l1-2.4l2.6-0.6l1.8-1.5l1.3,1l0.8,2.9l-2.3,0.8l0.6,0.6l3.4-1.3l2.3-3.4
+    l0.8-0.5l-2.1-0.3l0.8-1.6l-0.2-1.5l2.1-0.5l1.1-1.3l0.6,0.8c0,0-0.2,3.1,0.6,3.1c0.8,0,4.2,0.6,4.2,0.6l4,1.9l1,1.5h2.9l1.1,1
+    l2.3-3.1v-1.5h-1.3l-3.4-2.7l-5.8-0.8l-3.2-2.3l1.1-2.7l2.3,0.3l0.2-0.6l-1.8-1v-0.5h3.2l1.8-3.1l-1.3-1.9l-0.3-2.7l-1.5,0.2
+    l-1.9,2.1l-0.6,2.6l-3.1-0.6l-1-1.8l1.8-1.9l2-1.8L593.9,473z"/>
+
+    <path id="path3433" sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" class="st0" d="
+    M820.6,269.2l-0.1-1.9l6.5-2.5l-0.8,3.2l-2.9,3.8l-0.4,4.6l0.5,3.4l-1.8,5l-2.2,1.9l-1.5-4.6l0.4-5.4l1.6-4.2L820.6,269.2z
+     M822.9,297.5l-58.2,12.6l-37.4,5.3l-6.7-0.4L718,317l-7.3,0.2l-8.4,1l-8.9,1l8.5-4.9l0-2.1l1.5-2.1l10.6-11.5l3.9,4.5l3.8,1
+    l2.5-1.1l2.2-1.3l2.5,1.3l3.9-1.4l1.9-4.6l2.6,0.5l2.9-2.1l1.8,0.5l2.8-3.7l0.3-2.1l-1-1.3l1-1.9l5.3-12.3l0.6-5.7l1.2-0.5l2.2,2.4
+    l3.9-0.3l1.9-7.6l2.8-0.6l1-2.7l2.6-2.3l1.3-2.3l1.5-3.4l0.1-5.1l9.8,3.8c0.7,0.3,0.7-4.8,0.7-4.8l4.1,1.4l-0.5,2.6l8.2,2.9
+    l1.3,1.8l-0.9,3.7l-1.3,1.3l-0.5,1.7l0.5,2.4l2,1.3l3.9,1.4l2.9,1l4.9,0.9l2.2,2.1l3.2,0.4l0.9,1.2l-0.4,4.7l1.4,1.1l-0.5,1.9
+    l1.2,0.8l-0.2,1.4l-2.7-0.1l0.1,1.6l2.3,1.5l0.1,1.4l1.8,1.8l0.5,2.5l-2.6,1.4l1.6,1.5l5.8-1.7L822.9,297.5z"/>
+  <g id="Frames" transform="translate(-17.49179,-131.9412)">
+    <path id="Inset_border" class="st1" d="M220.9,633.1l0.5,55.3l35,35.3 M10.2,565l143.4,0.3l67.7,68.3l85.2,0.2l53.8,53.4
+      l-0.3,36.3"/>
+  </g>
+  <path id="path1361" sodipodi:nodetypes="cccccc" class="st0" d="M793.5,253.8l-1.1-1.6l-1-0.8l1.1-1.6l2.2,1.5L793.5,253.8z"/>
+</g>
+</svg>
+
+                <div class="js-location-modal__pointers location-modal__pointers">
+                  <div class="location-modal__pointer-set location-modal__pointer-set--az">
+                    <span class="location-modal__label location-modal__label--az">AZ</span>
+                    <a href="/phoenix" class="location-modal__pointer-wrap location-modal__pointer-wrap--phoenix " data-city="phoenix"><svg class="location-modal__pointer location-modal__pointer--phoenix" xmlns="http://www.w3.org/2000/svg" width="11.667" height="16.667" viewBox="0 0 11.667 16.667">
+                      <path data-name="Icon ionic-ios-pin" d="M13.708,3.375A5.612,5.612,0,0,0,7.875,8.732c0,4.167,5.833,11.31,5.833,11.31s5.833-7.143,5.833-11.31A5.612,5.612,0,0,0,13.708,3.375Zm0,7.648a1.879,1.879,0,1,1,1.9-1.879A1.89,1.89,0,0,1,13.708,11.023Z" transform="translate(-7.875 -3.375)" fill="currentColor"/>
+                    </svg> <span class="location-modal__city-name">Phoenix</span></a>
+                  </div>
+                  <div class="location-modal__pointer-set location-modal__pointer-set--tx">
+                    <span class="location-modal__label location-modal__label--tx">TX</span>
+                    <a href="/dallas" class="location-modal__pointer-wrap location-modal__pointer-wrap--dallas " data-city="dallas"><svg class="location-modal__pointer location-modal__pointer--dallas" xmlns="http://www.w3.org/2000/svg" width="11.667" height="16.667" viewBox="0 0 11.667 16.667">
+                      <path data-name="Icon ionic-ios-pin" d="M13.708,3.375A5.612,5.612,0,0,0,7.875,8.732c0,4.167,5.833,11.31,5.833,11.31s5.833-7.143,5.833-11.31A5.612,5.612,0,0,0,13.708,3.375Zm0,7.648a1.879,1.879,0,1,1,1.9-1.879A1.89,1.89,0,0,1,13.708,11.023Z" transform="translate(-7.875 -3.375)" fill="currentColor"/>
+                    </svg> <span class="location-modal__city-name">Dallas</span></a>
+                    <a href="/austin" class="location-modal__pointer-wrap location-modal__pointer-wrap--austin current-location" data-city="austin"><svg class="location-modal__pointer location-modal__pointer--austin" xmlns="http://www.w3.org/2000/svg" width="11.667" height="16.667" viewBox="0 0 11.667 16.667">
+                      <path data-name="Icon ionic-ios-pin" d="M13.708,3.375A5.612,5.612,0,0,0,7.875,8.732c0,4.167,5.833,11.31,5.833,11.31s5.833-7.143,5.833-11.31A5.612,5.612,0,0,0,13.708,3.375Zm0,7.648a1.879,1.879,0,1,1,1.9-1.879A1.89,1.89,0,0,1,13.708,11.023Z" transform="translate(-7.875 -3.375)" fill="currentColor"/>
+                    </svg> <span class="location-modal__city-name">Austin</span></a>
+                    <a href="/houston" class="location-modal__pointer-wrap location-modal__pointer-wrap--houston " data-city="houston"><svg class="location-modal__pointer location-modal__pointer--houston" xmlns="http://www.w3.org/2000/svg" width="11.667" height="16.667" viewBox="0 0 11.667 16.667">
+                      <path data-name="Icon ionic-ios-pin" d="M13.708,3.375A5.612,5.612,0,0,0,7.875,8.732c0,4.167,5.833,11.31,5.833,11.31s5.833-7.143,5.833-11.31A5.612,5.612,0,0,0,13.708,3.375Zm0,7.648a1.879,1.879,0,1,1,1.9-1.879A1.89,1.89,0,0,1,13.708,11.023Z" transform="translate(-7.875 -3.375)" fill="currentColor"/>
+                    </svg> <span class="location-modal__city-name">Houston</span></a>
+                    <a href="/san-antonio" class="location-modal__pointer-wrap location-modal__pointer-wrap--san-antonio " data-city="san-antonio"><svg class="location-modal__pointer location-modal__pointer--san-antonio" xmlns="http://www.w3.org/2000/svg" width="11.667" height="16.667" viewBox="0 0 11.667 16.667">
+                      <path data-name="Icon ionic-ios-pin" d="M13.708,3.375A5.612,5.612,0,0,0,7.875,8.732c0,4.167,5.833,11.31,5.833,11.31s5.833-7.143,5.833-11.31A5.612,5.612,0,0,0,13.708,3.375Zm0,7.648a1.879,1.879,0,1,1,1.9-1.879A1.89,1.89,0,0,1,13.708,11.023Z" transform="translate(-7.875 -3.375)" fill="currentColor"/>
+                    </svg> <span class="location-modal__city-name">San Antonio</span></a>
+                  </div>
+                  <div class="location-modal__pointer-set location-modal__pointer-set--ga">
+                    <span class="location-modal__label location-modal__label--ga">GA</span>
+                    <a href="/atlanta" class="location-modal__pointer-wrap location-modal__pointer-wrap--atlanta " data-city="atlanta"><svg class="location-modal__pointer location-modal__pointer--atlanta" xmlns="http://www.w3.org/2000/svg" width="11.667" height="16.667" viewBox="0 0 11.667 16.667">
+                      <path data-name="Icon ionic-ios-pin" d="M13.708,3.375A5.612,5.612,0,0,0,7.875,8.732c0,4.167,5.833,11.31,5.833,11.31s5.833-7.143,5.833-11.31A5.612,5.612,0,0,0,13.708,3.375Zm0,7.648a1.879,1.879,0,1,1,1.9-1.879A1.89,1.89,0,0,1,13.708,11.023Z" transform="translate(-7.875 -3.375)" fill="currentColor"/>
+                    </svg> <span class="location-modal__city-name">Atlanta</span></a>
+                  </div>
+                  <div class="location-modal__pointer-set location-modal__pointer-set--fl">
+                    <span class="location-modal__label location-modal__label--fl">FL</span>
+                    <a href="/orlando" class="location-modal__pointer-wrap location-modal__pointer-wrap--orlando " data-city="orlando"><svg class="location-modal__pointer location-modal__pointer--orlando" xmlns="http://www.w3.org/2000/svg" width="11.667" height="16.667" viewBox="0 0 11.667 16.667">
+                      <path data-name="Icon ionic-ios-pin" d="M13.708,3.375A5.612,5.612,0,0,0,7.875,8.732c0,4.167,5.833,11.31,5.833,11.31s5.833-7.143,5.833-11.31A5.612,5.612,0,0,0,13.708,3.375Zm0,7.648a1.879,1.879,0,1,1,1.9-1.879A1.89,1.89,0,0,1,13.708,11.023Z" transform="translate(-7.875 -3.375)" fill="currentColor"/>
+                    </svg> <span class="location-modal__city-name">Orlando</span></a>
+                      <a href="/tampa" class="location-modal__pointer-wrap location-modal__pointer-wrap--tampa " data-city="tampa"><svg class="location-modal__pointer location-modal__pointer--tampa" xmlns="http://www.w3.org/2000/svg" width="11.667" height="16.667" viewBox="0 0 11.667 16.667">
+                        <path data-name="Icon ionic-ios-pin" d="M13.708,3.375A5.612,5.612,0,0,0,7.875,8.732c0,4.167,5.833,11.31,5.833,11.31s5.833-7.143,5.833-11.31A5.612,5.612,0,0,0,13.708,3.375Zm0,7.648a1.879,1.879,0,1,1,1.9-1.879A1.89,1.89,0,0,1,13.708,11.023Z" transform="translate(-7.875 -3.375)" fill="currentColor"/>
+                      </svg> <span class="location-modal__city-name">Tampa</span></a>
+
+                    <a href="/jacksonville" class="location-modal__pointer-wrap location-modal__pointer-wrap--jacksonville " data-city="jacksonville"><svg class="location-modal__pointer location-modal__pointer--jacksonville" xmlns="http://www.w3.org/2000/svg" width="11.667" height="16.667" viewBox="0 0 11.667 16.667">
+                      <path data-name="Icon ionic-ios-pin" d="M13.708,3.375A5.612,5.612,0,0,0,7.875,8.732c0,4.167,5.833,11.31,5.833,11.31s5.833-7.143,5.833-11.31A5.612,5.612,0,0,0,13.708,3.375Zm0,7.648a1.879,1.879,0,1,1,1.9-1.879A1.89,1.89,0,0,1,13.708,11.023Z" transform="translate(-7.875 -3.375)" fill="currentColor"/>
+                    </svg> <span class="location-modal__city-name">Jacksonville</span></a>
+                  </div>
+                  <div class="location-modal__pointer-set location-modal__pointer-set--nc">
+                    <span class="location-modal__label location-modal__label--nc">NC</span>
+                    <a href="/raleigh" class="location-modal__pointer-wrap location-modal__pointer-wrap--raleigh " data-city="raleigh"><svg class="location-modal__pointer location-modal__pointer--raleigh" xmlns="http://www.w3.org/2000/svg" width="11.667" height="16.667" viewBox="0 0 11.667 16.667">
+                      <path data-name="Icon ionic-ios-pin" d="M13.708,3.375A5.612,5.612,0,0,0,7.875,8.732c0,4.167,5.833,11.31,5.833,11.31s5.833-7.143,5.833-11.31A5.612,5.612,0,0,0,13.708,3.375Zm0,7.648a1.879,1.879,0,1,1,1.9-1.879A1.89,1.89,0,0,1,13.708,11.023Z" transform="translate(-7.875 -3.375)" fill="currentColor"/>
+                    </svg> <span class="location-modal__city-name">Raleigh</span></a>
+                  </div>
+                  <div class="location-modal__pointer-set location-modal__pointer-set--sc">
+                    <span class="location-modal__label location-modal__label--sc">SC</span>
+                    <a href="/charleston" class="location-modal__pointer-wrap location-modal__pointer-wrap--charleston " data-city="charleston"><svg class="location-modal__pointer location-modal__pointer--charleston" xmlns="http://www.w3.org/2000/svg" width="11.667" height="16.667" viewBox="0 0 11.667 16.667">
+                      <path data-name="Icon ionic-ios-pin" d="M13.708,3.375A5.612,5.612,0,0,0,7.875,8.732c0,4.167,5.833,11.31,5.833,11.31s5.833-7.143,5.833-11.31A5.612,5.612,0,0,0,13.708,3.375Zm0,7.648a1.879,1.879,0,1,1,1.9-1.879A1.89,1.89,0,0,1,13.708,11.023Z" transform="translate(-7.875 -3.375)" fill="currentColor"/>
+                    </svg> <span class="location-modal__city-name">Charleston</span></a>
+                    <a href="/myrtle-beach" class="location-modal__pointer-wrap location-modal__pointer-wrap--myrtle-beach " data-city="myrtle-beach"><svg class="location-modal__pointer location-modal__pointer--myrtle-beach" xmlns="http://www.w3.org/2000/svg" width="11.667" height="16.667" viewBox="0 0 11.667 16.667">
+                      <path data-name="Icon ionic-ios-pin" d="M13.708,3.375A5.612,5.612,0,0,0,7.875,8.732c0,4.167,5.833,11.31,5.833,11.31s5.833-7.143,5.833-11.31A5.612,5.612,0,0,0,13.708,3.375Zm0,7.648a1.879,1.879,0,1,1,1.9-1.879A1.89,1.89,0,0,1,13.708,11.023Z" transform="translate(-7.875 -3.375)" fill="currentColor"/>
+                    </svg> <span class="location-modal__city-name">Myrtle Beach</span></a>
+                  </div>
+                    <div class="location-modal__pointer-set location-modal__pointer-set--tn">
+                      <span class="location-modal__label location-modal__label--tn">TN</span>
+                      <a href="/nashville" class="location-modal__pointer-wrap location-modal__pointer-wrap--nashville " data-city="nashville"><svg class="location-modal__pointer location-modal__pointer--nashville" xmlns="http://www.w3.org/2000/svg" width="11.667" height="16.667" viewBox="0 0 11.667 16.667">
+                        <path data-name="Icon ionic-ios-pin" d="M13.708,3.375A5.612,5.612,0,0,0,7.875,8.732c0,4.167,5.833,11.31,5.833,11.31s5.833-7.143,5.833-11.31A5.612,5.612,0,0,0,13.708,3.375Zm0,7.648a1.879,1.879,0,1,1,1.9-1.879A1.89,1.89,0,0,1,13.708,11.023Z" transform="translate(-7.875 -3.375)" fill="currentColor"/>
+                      </svg> <span class="location-modal__city-name">Nashville</span></a>
+                    </div>
+                </div>
+              </div>
+            </div>
+            <div class="col-12 col-lg-4">
+              <div class="location-modal__content">
+                <h2 class="location-modal__headline">Select a Location</h2>
+                <div class="location-modal__locations">
+                  <ul class="location-modal__location">
+                    <li class="location-modal__li"><span class="location-modal__state" data-state="arizona">Arizona</span></li>
+                    <li class="location-modal__li"><a class="location-modal__link location-modal__link--city " data-city="phoenix" data-state="arizona" href="/phoenix">Phoenix</a></li>
+                  </ul>
+                  <ul class="location-modal__location">
+                    <li class="location-modal__li"><span class="location-modal__state" data-state="florida">Florida</span></li>
+                    <li class="location-modal__li"><a class="location-modal__link location-modal__link--city " data-city="jacksonville" data-state="florida" href="/jacksonville">Jacksonville</a></li>
+                    <li class="location-modal__li"><a class="location-modal__link location-modal__link--city " data-city="orlando" data-state="florida" href="/orlando">Orlando</a></li>
+                      <li class="location-modal__li"><a class="location-modal__link location-modal__link--city " data-city="tampa" data-state="florida" href="/tampa">Tampa</a></li>
+                  </ul>
+                  <ul class="location-modal__location">
+                    <li class="location-modal__li"><span class="location-modal__state" data-state="georgia">Georgia</span></li>
+                    <li class="location-modal__li"><a class="location-modal__link location-modal__link--city " data-city="atlanta" data-state="georgia" href="/atlanta">Atlanta</a></li>
+                  </ul>
+                  <ul class="location-modal__location">
+                    <li class="location-modal__li"><span class="location-modal__state" data-state="north-carolina" href="">North Carolina</span></li>
+                    <li class="location-modal__li"><a class="location-modal__link location-modal__link--city " data-city="raleigh" data-state="north-carolina" href="/raleigh">Raleigh</a></li>
+                  </ul>
+                  <ul class="location-modal__location">
+                    <li class="location-modal__li"><span class="location-modal__state" data-state="south-carolina" href="">South Carolina</span></li>
+                    <li class="location-modal__li"><a class="location-modal__link location-modal__link--city " data-city="charleston" data-state="south-carolina" href="/charleston">Charleston</a></li>
+                    <li class="location-modal__li"><a class="location-modal__link location-modal__link--city " data-city="myrtle-beach" data-state="south-carolina" href="/myrtle-beach">Myrtle Beach</a></li>
+                  </ul>
+                    <ul class="location-modal__location">
+                      <li class="location-modal__li"><span class="location-modal__state" data-state="tennessee" href="">Tennessee</span></li>
+                      <li class="location-modal__li"><a class="location-modal__link location-modal__link--city " data-city="nashville" data-state="tennessee" href="/nashville">Nashville</a></li>
+                    </ul>
+                  <ul class="location-modal__location">
+                    <li class="location-modal__li"><span class="location-modal__state" data-state="texas" href="">Texas</span></li>
+                    <li class="location-modal__li"><a class="location-modal__link location-modal__link--city current-location" data-city="austin" data-state="texas" href="/austin">Austin</a></li>
+                    <li class="location-modal__li"><a class="location-modal__link location-modal__link--city " data-city="dallas" data-state="texas" href="/dallas">Dallas</a></li>
+                    <li class="location-modal__li"><a class="location-modal__link location-modal__link--city " data-city="houston" data-state="texas" href="/houston">Houston</a></li>
+                    <li class="location-modal__li"><a class="location-modal__link location-modal__link--city " data-city="san-antonio" data-state="texas" href="/san-antonio">San Antonio</a></li>
+                  </ul>
+                </div>
+              </div>
+            </div>
+          </div>
+        </div>
+      </div>
+    </div>
+  </div>
+
+        <meta name="format-detection" content="address=no">
+
+      <!-- <div id="main" role="main" class=""> -->
+      <div id="main" role="main" style="">
+        
+
+        
+
+<section class="js-page-header page-header js-sticky-scroll CHP" data-sticky-scroll="page-header">
+  <nav class="page-header__nav">
+    <div class="content-wrapper">
+      <div class="page-header__nav-inner">
+        <ul class="page-header__nav-list">
+            <li class="page-header__nav-item">
+              <a class="page-header__nav-link js-page-header__nav-link is-current js-scroll-to" href="#overview" data-scroll-to-target="#overview">Overview</a>
+            </li>
+            <li class="page-header__nav-item">
+              <a class="page-header__nav-link js-page-header__nav-link  js-scroll-to" href="#collections" data-scroll-to-target="#collections">Collections</a>
+            </li>
+            <li class="page-header__nav-item">
+              <a class="page-header__nav-link js-page-header__nav-link  js-scroll-to" href="#photo-gallery" data-scroll-to-target="#photo-gallery">Photo Gallery</a>
+            </li>
+            <li class="page-header__nav-item">
+              <a class="page-header__nav-link js-page-header__nav-link  js-scroll-to" href="#floor-plan" data-scroll-to-target="#floor-plan">Floor Plan</a>
+            </li>
+            <li class="page-header__nav-item">
+              <a class="page-header__nav-link js-page-header__nav-link  js-scroll-to" href="#more-quick-move-ins" data-scroll-to-target="#more-quick-move-ins">More Quick Move-Ins</a>
+            </li>
+        </ul>
+        <div class="d-none d-xl-block">
+          <ul class="page-header__action-list">
+    <li class="page-header__action-item">
+      <a class="page-header__action js-datalayer__interaction" href="#" data-bs-toggle="modal" data-bs-target="#TourModal">
+        <span class="icon icon--is-mobile">
+          <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14">
+  <g>
+    <path d="M7,0c3.9,0,7,3.1,7,7s-3.1,7-7,7s-7-3.1-7-7S3.1,0,7,0z" fill="#FFFFFF"></path>
+    <polygon points="9.1,9.8 6.5,7.2 6.5,1.6 7.5,1.6 7.5,6.8 9.8,9.1" fill="#087482"></polygon>
+  </g>
+</svg>
+        </span>
+        <span class="text">Schedule Tour</span>
+      </a>
+    </li>
+  <li class="page-header__action-item">
+    <a class="page-header__action" href="#" data-datalayer-location="subnav" data-bs-toggle="modal" data-bs-target="#FormModal">
+      <span class="icon icon--is-mobile">
+        <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14">
+  <g>
+    <path d="M7,0c3.9,0,7,3.1,7,7s-3.1,7-7,7s-7-3.1-7-7S3.1,0,7,0z" fill="#FFFFFF"></path>
+    <path d="M6.4,10.8V5.1h1.3v5.7H6.4z M6.4,3.2c0-0.4,0.3-0.6,0.6-0.6c0.4,0,0.6,0.3,0.6,0.6 c0,0.4-0.3,0.6-0.6,0.6C6.6,3.8,6.4,3.5,6.4,3.2C6.4,3.2,6.4,3.2,6.4,3.2z" fill="#087482"></path>
+  </g>
+</svg>
+      </span>
+      <span class="text">Request Info</span>
+    </a>
+  </li>
+  <li class="page-header__action-item">
+    <a class="page-header__action page-header__action--is-mobile" href="tel:512-359-3872">
+      <span class="icon icon--is-mobile">
+        <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14">
+  <path d="M3,0.2L5,2.4c0.3,0.3,0.3,0.8,0,1c0,0,0,0,0,0L3.7,4.6c-0.4,0.4-0.4,0.6,0,1l4.7,4.8 c0.2,0.3,0.5,0.4,0.8,0.2c0.1,0,0.1-0.1,0.1-0.1l1.3-1.2c0.3-0.3,0.8-0.3,1.1,0c0,0,0,0,0,0l2.1,2.1c0.3,0.3,0.2,0.8,0,1.1 C10.4,16,6,12.6,3.5,10.1s-5.5-7-1.7-9.9C2.2-0.1,2.6-0.1,3,0.2z" fill="#FFFFFF"></path>
+</svg>
+      </span>
+      <span class="text">Talk to Us</span>
+    </a>
+    <a class="page-header__action page-header__action--is-desktop" href="#" data-bs-toggle="modal" data-bs-target="#ContactModal">
+      <span class="icon icon--is-mobile">
+        <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14">
+  <path d="M3,0.2L5,2.4c0.3,0.3,0.3,0.8,0,1c0,0,0,0,0,0L3.7,4.6c-0.4,0.4-0.4,0.6,0,1l4.7,4.8 c0.2,0.3,0.5,0.4,0.8,0.2c0.1,0,0.1-0.1,0.1-0.1l1.3-1.2c0.3-0.3,0.8-0.3,1.1,0c0,0,0,0,0,0l2.1,2.1c0.3,0.3,0.2,0.8,0,1.1 C10.4,16,6,12.6,3.5,10.1s-5.5-7-1.7-9.9C2.2-0.1,2.6-0.1,3,0.2z" fill="#FFFFFF"></path>
+</svg>
+      </span>
+      <span class="text">Talk to Us</span>
+    </a>
+  </li>
+  <li class="page-header__action-item d-none d-md-block">
+    <a class="page-header__action" href="#" data-bs-toggle="modal" data-bs-target="#DirectionsModal">
+      <span class="icon icon--is-mobile">
+        <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14">
+  <g>
+    <rect x="2.1" y="2.1" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -2.8995 7)" width="9.9" height="9.9" fill="#FFFFFF"></rect>
+    <path d="M10.5,6.3L8.3,8.5L7.6,7.8l1-1H6.1v2.7h-1V5.8h3.5l-1-1l0.7-0.7L10.5,6.3z" fill="#087482"></path>
+  </g>
+</svg>
+      </span>
+      <span class="text">Get Directions</span>
+    </a>
+  </li>
+  <li class="page-header__action-item d-md-none">
+    <a class="page-header__action" target="_blank" href="https://www.google.com/maps/search/La Cima by Ashton Woods, 243 Possumhaw Lane, San Marcos, TX 78666/@29.888237,-98.003683" rel="noopener noreferrer">
+      <span class="icon icon--is-mobile">
+        <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14">
+  <g>
+    <rect x="2.1" y="2.1" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -2.8995 7)" width="9.9" height="9.9" fill="#FFFFFF"></rect>
+    <path d="M10.5,6.3L8.3,8.5L7.6,7.8l1-1H6.1v2.7h-1V5.8h3.5l-1-1l0.7-0.7L10.5,6.3z" fill="#087482"></path>
+  </g>
+</svg>
+      </span>
+      <span class="text">Get Directions</span>
+    </a>
+  </li>
+</ul>
+
+        </div>
+      </div>
+    </div>
+  </nav>
+</section>
+
+<div class="page-header__bottom-sticky d-xl-none">
+  <ul class="page-header__action-list">
+    <li class="page-header__action-item">
+      <a class="page-header__action js-datalayer__interaction" href="#" data-bs-toggle="modal" data-bs-target="#TourModal">
+        <span class="icon icon--is-mobile">
+          <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14">
+  <g>
+    <path d="M7,0c3.9,0,7,3.1,7,7s-3.1,7-7,7s-7-3.1-7-7S3.1,0,7,0z" fill="#FFFFFF"></path>
+    <polygon points="9.1,9.8 6.5,7.2 6.5,1.6 7.5,1.6 7.5,6.8 9.8,9.1" fill="#087482"></polygon>
+  </g>
+</svg>
+        </span>
+        <span class="text">Schedule Tour</span>
+      </a>
+    </li>
+  <li class="page-header__action-item">
+    <a class="page-header__action" href="#" data-datalayer-location="subnav" data-bs-toggle="modal" data-bs-target="#FormModal">
+      <span class="icon icon--is-mobile">
+        <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14">
+  <g>
+    <path d="M7,0c3.9,0,7,3.1,7,7s-3.1,7-7,7s-7-3.1-7-7S3.1,0,7,0z" fill="#FFFFFF"></path>
+    <path d="M6.4,10.8V5.1h1.3v5.7H6.4z M6.4,3.2c0-0.4,0.3-0.6,0.6-0.6c0.4,0,0.6,0.3,0.6,0.6 c0,0.4-0.3,0.6-0.6,0.6C6.6,3.8,6.4,3.5,6.4,3.2C6.4,3.2,6.4,3.2,6.4,3.2z" fill="#087482"></path>
+  </g>
+</svg>
+      </span>
+      <span class="text">Request Info</span>
+    </a>
+  </li>
+  <li class="page-header__action-item">
+    <a class="page-header__action page-header__action--is-mobile" href="tel:512-359-3872">
+      <span class="icon icon--is-mobile">
+        <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14">
+  <path d="M3,0.2L5,2.4c0.3,0.3,0.3,0.8,0,1c0,0,0,0,0,0L3.7,4.6c-0.4,0.4-0.4,0.6,0,1l4.7,4.8 c0.2,0.3,0.5,0.4,0.8,0.2c0.1,0,0.1-0.1,0.1-0.1l1.3-1.2c0.3-0.3,0.8-0.3,1.1,0c0,0,0,0,0,0l2.1,2.1c0.3,0.3,0.2,0.8,0,1.1 C10.4,16,6,12.6,3.5,10.1s-5.5-7-1.7-9.9C2.2-0.1,2.6-0.1,3,0.2z" fill="#FFFFFF"></path>
+</svg>
+      </span>
+      <span class="text">Talk to Us</span>
+    </a>
+    <a class="page-header__action page-header__action--is-desktop" href="#" data-bs-toggle="modal" data-bs-target="#ContactModal">
+      <span class="icon icon--is-mobile">
+        <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14">
+  <path d="M3,0.2L5,2.4c0.3,0.3,0.3,0.8,0,1c0,0,0,0,0,0L3.7,4.6c-0.4,0.4-0.4,0.6,0,1l4.7,4.8 c0.2,0.3,0.5,0.4,0.8,0.2c0.1,0,0.1-0.1,0.1-0.1l1.3-1.2c0.3-0.3,0.8-0.3,1.1,0c0,0,0,0,0,0l2.1,2.1c0.3,0.3,0.2,0.8,0,1.1 C10.4,16,6,12.6,3.5,10.1s-5.5-7-1.7-9.9C2.2-0.1,2.6-0.1,3,0.2z" fill="#FFFFFF"></path>
+</svg>
+      </span>
+      <span class="text">Talk to Us</span>
+    </a>
+  </li>
+  <li class="page-header__action-item d-none d-md-block">
+    <a class="page-header__action" href="#" data-bs-toggle="modal" data-bs-target="#DirectionsModal">
+      <span class="icon icon--is-mobile">
+        <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14">
+  <g>
+    <rect x="2.1" y="2.1" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -2.8995 7)" width="9.9" height="9.9" fill="#FFFFFF"></rect>
+    <path d="M10.5,6.3L8.3,8.5L7.6,7.8l1-1H6.1v2.7h-1V5.8h3.5l-1-1l0.7-0.7L10.5,6.3z" fill="#087482"></path>
+  </g>
+</svg>
+      </span>
+      <span class="text">Get Directions</span>
+    </a>
+  </li>
+  <li class="page-header__action-item d-md-none">
+    <a class="page-header__action" target="_blank" href="https://www.google.com/maps/search/La Cima by Ashton Woods, 243 Possumhaw Lane, San Marcos, TX 78666/@29.888237,-98.003683" rel="noopener noreferrer">
+      <span class="icon icon--is-mobile">
+        <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14">
+  <g>
+    <rect x="2.1" y="2.1" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -2.8995 7)" width="9.9" height="9.9" fill="#FFFFFF"></rect>
+    <path d="M10.5,6.3L8.3,8.5L7.6,7.8l1-1H6.1v2.7h-1V5.8h3.5l-1-1l0.7-0.7L10.5,6.3z" fill="#087482"></path>
+  </g>
+</svg>
+      </span>
+      <span class="text">Get Directions</span>
+    </a>
+  </li>
+</ul>
+
+</div>
+
+
+  <div id="TourModal"
+    tabindex="-1"
+    role="dialog"
+    aria-labelledby="TourModalLabel"
+    class="modal fade modal-schedule-a-tour js-modal-schedule-a-tour"
+    data-calendly-url="https://calendly.com/ashton-woods-austin/la-cima?sfid=AUS|LC40&hide_landing_page_details=1&text_color=525249&primary_color=007581"
+    data-hash-ref="#schedule-a-tour"
+    data-page="qmi"  
+>
+  <button class="button modal-close modal-schedule-a-tour__close" data-bs-dismiss="modal" aria-label="Close Modal">
+    <span class="icon">
+      <svg xmlns="http://www.w3.org/2000/svg" height="311pt" viewBox="0 0 311 311.07733" width="311pt"><path d="m16.035156 311.078125c-4.097656 0-8.195312-1.558594-11.308594-4.695313-6.25-6.25-6.25-16.382812 0-22.632812l279.0625-279.0625c6.25-6.25 16.382813-6.25 22.632813 0s6.25 16.382812 0 22.636719l-279.058594 279.058593c-3.136719 3.117188-7.234375 4.695313-11.328125 4.695313zm0 0" fill="currentColor"></path><path d="m295.117188 311.078125c-4.097657 0-8.191407-1.558594-11.308594-4.695313l-279.082032-279.058593c-6.25-6.253907-6.25-16.386719 0-22.636719s16.382813-6.25 22.636719 0l279.058594 279.0625c6.25 6.25 6.25 16.382812 0 22.632812-3.136719 3.117188-7.230469 4.695313-11.304687 4.695313zm0 0" fill="currentColor"></path></svg>
+    </span>
+  </button>
+  <div class="modal-dialog modal-schedule-a-tour__dialog" role="document">
+    <div class="content-wrapper modal-content-wrapper modal-schedule-a-tour__wrapper">
+      <div class="modal-header modal-schedule-a-tour__header">
+        <div class="modal-schedule-a-tour__title js-modal-schedule-a-tour__title" data-title="Schedule a Tour">
+          Schedule a Tour
+        </div>
+      </div>
+      <div class="modal-body modal-schedule-a-tour__body js-modal-schedule-a-tour__body">
+        <div class="modal-schedule-a-tour__main">
+            <div class="modal-schedule-a-tour__messages modal-schedule-a-tour__messages--top-space js-modal-schedule-a-tour__messages"></div>
+            <div id="calendly-embed" class="modal-schedule-a-tour__embed js-modal-schedule-a-tour__embed" style="--min-height-mobile: 450px; --min-height-desktop: 550px; height: 550px;" height="100%" width="100%"></div>
+        </div>
+      </div>
+    </div>
+  </div>
+</div>
+
+
+
+<div class="modal fade modal-form js-revamp-get-details-modal" data-hash-ref="#get-details" id="FormModal" tabindex="-1" role="dialog" aria-labelledby="FormModalLabel">
+  <button class="button modal-close modal-form__close" data-bs-dismiss="modal" aria-label="Close Modal">
+    <span class="icon">
+      <svg xmlns="http://www.w3.org/2000/svg" height="311pt" viewBox="0 0 311 311.07733" width="311pt"><path d="m16.035156 311.078125c-4.097656 0-8.195312-1.558594-11.308594-4.695313-6.25-6.25-6.25-16.382812 0-22.632812l279.0625-279.0625c6.25-6.25 16.382813-6.25 22.632813 0s6.25 16.382812 0 22.636719l-279.058594 279.058593c-3.136719 3.117188-7.234375 4.695313-11.328125 4.695313zm0 0" fill="currentColor"></path><path d="m295.117188 311.078125c-4.097657 0-8.191407-1.558594-11.308594-4.695313l-279.082032-279.058593c-6.25-6.253907-6.25-16.386719 0-22.636719s16.382813-6.25 22.636719 0l279.058594 279.0625c6.25 6.25 6.25 16.382812 0 22.632812-3.136719 3.117188-7.230469 4.695313-11.304687 4.695313zm0 0" fill="currentColor"></path></svg>
+    </span>
+  </button>
+  <div class="modal-dialog modal-form__dialog" role="document">
+    <div class="content-wrapper modal-content-wrapper modal-form__wrapper">
+      <div class="modal-header modal-form__header d-none d-md-block">
+        <div class="modal-form__title">
+          Request Information
+        </div>
+      </div>
+      <div class="modal-body modal-form__body">
+        <div class="modal-form__main">
+          <div class="modal-form__form-header">
+            <h4 class="modal-form__form-title">Interested in This Home?</h4>
+            <div class="modal-form__form-subtitle modal-form__form-subtitle--upper">
+              <p>If you have questions or want to schedule a visit, fill out the form below and we&#39;ll be in touch soon!</p>

+
+            </div>
+
+          </div>
+
+          <form
+            action="/forms/forms/39/submit"
+            data-id="39"
+            data-type='menu detail form'
+            data-category="request_info"
+            data-page="qmi"
+            data-location="qmi_card"
+            data-impact="high"
+            class="form modal-form__form custom-form ajax-form more-details-form js-callmetrics js-textme js-schedule-a-tour js-revamp-get-details-modal-form"
+            method="POST"
+            novalidate
+          >
+            <input name='authenticity_token' class='js-authenticity-token' value='kQ6Ukvnea9lXjdQis0TjuEACj5SE1vUJi8yR041SP72X5qYgey+IdejvrMfHnGxz1J4rmyy8jbx5JnbOBcqUbg==' type='hidden' />
+            <div class="js-recaptcha-target"></div>
+
+            <input name="496" class="js-ga-hidden-field" value="" type="hidden" />
+              <input name="581" class="ashton-fbclid-field" value="" type="hidden" />
+
+            <div class="row form__row mb-3">
+                <div class="col-12 col-lg-6 mb-3 mb-lg-0">
+                  <input name="217" type="text" class="form__control js-modal-form__first-name first-name" placeholder="First Name*" required>
+                </div>
+                <div class="col-12 col-lg-6 mb-0">
+                  <input name="218" type="text" class="form__control js-modal-form__last-name last-name" placeholder="Last Name*" required>
+                </div>
+            </div>
+            <div class="row form__row mb-3 form__row--dialog">
+                <div class="
+                  col-12 col-lg-6 mb-3 mb-lg-0
+                  js-dialog
+                ">
+                  <div class="form__item form__item--dialog">
+                    <dialog class="form-dialog js-dialog__content">
+                      <p>By providing my email, I agree that I may receive advertising and/or marketing messages from or on behalf of Ashton Woods regarding its properties, products and services. I can unsubscribe at anytime.</p>

+
+                    </dialog>
+                    <label>
+                      <input name="219" type="email" class="form__control js-modal-form__email" placeholder="Email*" required>
+                      <button class="form-dialog__open js-dialog__open"><span class="sr-only">See disclaimer</span></button>
+                    </label>
+                  </div>
+                </div>
+
+                <div class="
+                  col-12 col-lg-6 mb-0 mb-lg-0
+                  js-dialog
+                ">
+                  <div class="form__item form__item--dialog">
+                    <dialog class="form-dialog js-dialog__content">
+                      <p>By providing my phone number I agree that an Ashton Woods sales consultant may call and/or text me regarding my inquiry.</p>

+
+                    </dialog>
+                    <label>
+                      <input name="220" type="tel" class="form__control js-modal-form__phone js-form__watch-field" placeholder="Phone" pattern="[0-9]{3}-[0-9]{3}-[0-9]{4}">
+                      <button class="form-dialog__open js-dialog__open"><span class="sr-only">See disclaimer</span></button>
+                    </label>
+                  </div>
+                </div>
+
+                <div class="w-100 mt-4 js-form__sms-terms" style="display: none">
+                  <label class="form__custom-checkbox modal-form__sms-wrap js-form__sms">
+                    <span class="form__custom-checkbox-input">
+                      <input type="checkbox" name="396" class="form-checkbox js-form__sms-checkbox" value="true">
+                      <span class="form__custom-checkbox-control"></span>
+                    </span>
+                    <span class="form__custom-checkbox-label">
+                      I'd like to receive marketing updates via SMS.
+                    </span>
+                  </label>
+                  <div class=" image-content__form-footer">
+                    <p>By providing my phone number and clicking on the Submit button below, I agree to receiving advertising, marketing, and/or informational phone calls or text messages from or on behalf of Ashton Woods regarding its properties, products and services at the mobile phone number provided above, including communications possibly using an automatic telephone dialing system or an artificial or prerecorded voice or using artificial intelligence. Message frequency varies. Message &amp; data rates apply. Text STOP anytime to opt out.</p>

+

+<p>I understand my consent is not a condition of any purchase of any property, goods or services.&nbsp;</p>

+
+                  </div>
+                </div>
+            </div>
+
+
+              <div class="row form__row mb-3">
+                <div class="col-12">
+                  <textarea name="221" type="text" class="form__control form__control--short-text" placeholder="Questions/Comments" rows="5"></textarea>
+                </div>
+              </div>
+
+            <input type="text" name="name_to_show" class="name_to_show" value="">
+
+                <div class="row form__row mb-3">
+                  <div class="col-12">
+                    <label class="form__custom-checkbox">
+                      <span class="form__custom-checkbox-input">
+                        <input name="226" type="checkbox" class="js-modal-form__schedule-a-tour" />
+                        <span class="form__custom-checkbox-control"></span>
+                      </span>
+                      <span class="form__custom-checkbox-label">I&rsquo;d like to schedule a tour.</span>
+                    </label>
+                  </div>
+                </div>
+
+            <input type="hidden" name="form_type" value="schedule_a_visit">
+            <input type="checkbox" name="sms_opt_in" class="form-checkbox js-textme-button__checkbox" style="display: none;">
+
+              <input type="hidden" name="224" value="3">
+            <input type="hidden" name="division_name" value="Austin">
+              <input type="hidden" name="223" value="705">
+              <input type="hidden" name="222" value="0">
+
+            <div class="row form__row mb-3 form__row--submit ">
+              <div class="col-12" style="flex-wrap: wrap;">
+                <input type="checkbox" name="sms_opt_in" class="form-checkbox js-callmetrics-button__checkbox" style="display: none" value="true">
+                <button class="button button--primary image-content__form-submit js-callmetrics-button w-100" type="submit">Submit</button>
+              </div>
+            </div>
+
+            <div class="image-content__form-footer">
+              <b>*Required Fields</b>
+              <br />
+              <br />
+              <p>Visit our <a href="/privacy-policy">Privacy Policy</a> and <a href="/disclaimer">Terms of Use</a> for more detail.This site is protected by reCAPTCHA and the Google <a href="https://policies.google.com/privacy" target="_blank">Privacy Policy</a> and <a href="https://policies.google.com/terms" target="_blank">Terms of Service</a> apply.</p>
+            </div>
+          </form>
+        </div>
+      </div>
+    </div>
+  </div>
+</div>
+
+<div class="modal fade modal-contact" id="ContactModal" tabindex="-1" role="dialog" aria-labelledby="ContactModalLabel">
+  <button class="button modal-close modal-contact__close" data-bs-dismiss="modal" aria-label="Close Modal">
+    <span class="icon">
+      <svg xmlns="http://www.w3.org/2000/svg" height="311pt" viewBox="0 0 311 311.07733" width="311pt"><path d="m16.035156 311.078125c-4.097656 0-8.195312-1.558594-11.308594-4.695313-6.25-6.25-6.25-16.382812 0-22.632812l279.0625-279.0625c6.25-6.25 16.382813-6.25 22.632813 0s6.25 16.382812 0 22.636719l-279.058594 279.058593c-3.136719 3.117188-7.234375 4.695313-11.328125 4.695313zm0 0" fill="currentColor"></path><path d="m295.117188 311.078125c-4.097657 0-8.191407-1.558594-11.308594-4.695313l-279.082032-279.058593c-6.25-6.253907-6.25-16.386719 0-22.636719s16.382813-6.25 22.636719 0l279.058594 279.0625c6.25 6.25 6.25 16.382812 0 22.632812-3.136719 3.117188-7.230469 4.695313-11.304687 4.695313zm0 0" fill="currentColor"></path></svg>
+    </span>
+  </button>
+  <div class="modal-dialog modal-contact__dialog" role="document">
+    <div class="content-wrapper modal-content-wrapper modal-contact__wrapper">
+      <div class="row">
+        <div class="col-12">
+          <div class="modal-header modal-contact__header">
+            <div class="modal-contact__heading">
+              <div class="modal-contact__heading-title">
+                Talk to Us
+              </div>
+            </div>
+          </div>
+          <div class="modal-body modal-contact__body">
+            <div class="n-content modal-contact__content">
+                  <div class="modal-contact__community">The Cottages at La Cima</div>
+                  <div class="modal-contact__location">San Marcos, TX</div>
+                <p>Call us today with questions about this community, floorplans, pricing, or to schedule a tour of your next home.</p>
+                <a href="tel:512-359-3872" class="modal-contact__phone">512-359-3872</a>
+            </div>
+            <div class="modal-contact__image" style="background-image: url('https://awh.widen.net/content/7kaip0wp6j/jpeg/transfer_HOU__collaborations_15_new_r9P1EBD.jpg?w=365&amp;h=321&amp;crop=yes&amp;keep=c&amp;quality=80');">
+            </div>
+          </div>
+        </div>
+      </div>
+    </div>
+  </div>
+</div>
+
+  <div class="modal fade modal-directions" data-hash-ref="#get-directions" id="DirectionsModal" tabindex="-1" role="dialog" aria-labelledby="DirectionsModalLabel">
+  <button class="button modal-close modal-directions__close" data-bs-dismiss="modal" aria-label="Close Modal">
+    <span class="icon">
+      <svg xmlns="http://www.w3.org/2000/svg" height="311pt" viewBox="0 0 311 311.07733" width="311pt"><path d="m16.035156 311.078125c-4.097656 0-8.195312-1.558594-11.308594-4.695313-6.25-6.25-6.25-16.382812 0-22.632812l279.0625-279.0625c6.25-6.25 16.382813-6.25 22.632813 0s6.25 16.382812 0 22.636719l-279.058594 279.058593c-3.136719 3.117188-7.234375 4.695313-11.328125 4.695313zm0 0" fill="currentColor"></path><path d="m295.117188 311.078125c-4.097657 0-8.191407-1.558594-11.308594-4.695313l-279.082032-279.058593c-6.25-6.253907-6.25-16.386719 0-22.636719s16.382813-6.25 22.636719 0l279.058594 279.0625c6.25 6.25 6.25 16.382812 0 22.632812-3.136719 3.117188-7.230469 4.695313-11.304687 4.695313zm0 0" fill="currentColor"></path></svg>
+    </span>
+  </button>
+  <div class="modal-dialog modal-directions__dialog" role="document">
+    <div class="content-wrapper modal-content-wrapper modal-directions__wrapper">
+      <div class="modal-header modal-directions__header">
+        <div class="modal-directions__title">
+          Get Directions
+        </div>
+      </div>
+      <div class="modal-body modal-directions__body">
+        <div class="modal-directions__main">
+          <div class="row">
+            <div class="col-12 col-lg-6">
+                <div class="modal-directions__main-container">
+                  <div class="modal-directions__content js-modal-directions__content">
+                    <div class="modal-directions__heading">The Cottages at La Cima</div>
+                    <p>La Cima by Ashton Woods, 243 Possumhaw Lane<br>San Marcos, TX 78666</p>
+                      <p>Appointments available - click &quot;Schedule Tour&quot; to schedule a visit.</p>
+                  </div>
+
+                    <div class="modal-directions__content modal-directions__content--coming-soon">
+                      <div class="modal-directions__heading modal-directions__heading--uppercase">Request Information</div>
+                      <p>If you have questions, would like a brochure or to schedule a visit at the The Cottages at La Cima, please complete the form and we will be happy to contact you shortly.</p>

+
+                    </div>
+                    <div class="modal-directions__actions js-modal-directions__actions">
+                          <a class="button button--primary modal-directions__action js-modal-directions__tour" href="javascript:void(0);" rel="noopener">Schedule Tour</a>
+                        <a class="button button--primary-outline modal-directions__action" href="tel:512-359-3872" rel="noopener">Call Us</a>
+                    </div>
+
+                    <div class="modal-directions__content-hours">
+                      <p class="modal-directions__direction-heading"> </p>
+                      <p><div><span style="font-size:13px">Monday - Saturday: 10 am - 6 pm</span></div>

+

+<div><span style="font-size:13px">Sunday: Noon - 6 pm</span></div>

+</p>
+                    </div>
+                </div>
+            </div>
+            <div class="col-12 col-lg-6">
+              <div class="js-google-map modal-directions__map"
+                data-latitude="29.888237"
+                data-longitude="-98.003683"
+                data-zoom="16"
+                data-fit-bounds="false"
+                data-link-to-maps="true"
+              >
+                <div class="js-google-map__feature"
+                  data-latitude="29.888237"
+                  data-longitude="-98.003683"
+                  data-marker-active="/assets/nebocms_ashton/icons/marker-active-23dfe2b7920773b610b5eb4b089e09c308f82f9067db36838e43fbd670821699.svg"
+                  data-marker-default="/assets/nebocms_ashton/icons/marker-inactive-e744a383f46b08b1ac9df69cc104076e32519ef15c0bc84c885257a0e2bb8604.svg"
+                  data-type="uncategorized"
+                  data-name="The Cottages at La Cima"
+                  data-address=" "
+                  data-maps-link="https://www.google.com/maps/search/La Cima by Ashton Woods, 243 Possumhaw Lane, San Marcos, TX 78666/@29.888237,-98.003683"
+                ></div>
+                <div class="js-google-map__map" style="width:100%; height:100%;"></div>
+              </div>
+            </div>
+          </div>
+          <div class="modal-directions__contact-info">
+          </div>
+          <div class="modal-directions__directions">
+            <p class="modal-directions__directions-heading">Directions</p>
+            <p>FROM I-35: Head northwest on Ranch Road 12 for approximately 3.5 miles. Turn left on W Centerpoint to enter the La Cima community. Continue for approximately 1.5 miles. Turn left onto Central Park Loop. Turn left onto Possumhaw Lane. The&nbsp;designer model home is now open at 243 Possumhaw Lane.</p>

+
+          </div>
+
+          <form action="/ashton-woods/email-directions" data-community="705" class="js-modal-directions__email-form" style="display: none;">
+            <input name='authenticity_token' class='js-authenticity-token' value='Ote49dBPxbu2Q704ydz6oD4PKjOdxLlz8FrgEyPzBcw8P4pHUr4mFwkhxd29BHVrqpOOPDWuwcYCsAcOq2uuHw==' type='hidden' />
+            <p class="js-modal-directions__email-form-instructions">Please provide your e-mail address for directions to The Cottages at La Cima:</p>
+            <div class="form-element-line">
+              <label class="label" for="direction-email">Email</label>
+              <div class="input-wrapper">
+                <input tabindex="1" type="text" id="direction-email" name="recipient" value="" title="This email address is not valid." required aria-required="true">
+              </div>
+            </div>
+
+            <div class="modal-directions__email-form-actions">
+              <input type="submit" value="Send" class="button button--primary modal-directions__email-form-action">
+              <button class="button button--primary modal-directions__email-form-action modal-directions__email-form-cancel js-modal-directions__email-form-cancel">Cancel</button>
+            </div>
+          </form>
+
+          <div class="modal-directions__email-form-success js-modal-directions__email-form-success"></div>
+        </div>
+      </div>
+    </div>
+  </div>
+</div>
+
+
+
+
+
+<section class="image-content image-content--grid image-content--grid-alt image-content--is-gallery" id="overview">
+  
+
+<div class="content-wrapper">
+  <div class="row">
+    <div class="col-12 col-xl-8">
+      <div class="image-content__slider-container" data-carousel-type="community-grid">
+          <div class="image-content__image-count">
+            <span class="icon">
+              <svg xmlns="http://www.w3.org/2000/svg" width="24" height="20" viewBox="0 0 24 20" fill="none">
+<rect x="6.5" y="6.5" width="17" height="13" stroke="#087482"></rect>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M4 3H3V4V17H4V4H21V3H4Z" fill="#087482"></path>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M1 0H0V1V14H1V1H18V0H1Z" fill="#087482"></path>
+<mask id="mask0_80_302" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="7" y="7" width="16" height="12">
+<rect x="7" y="7" width="16" height="12" fill="#D9D9D9"></rect>
+</mask>
+<g mask="url(#mask0_80_302)">
+<mask id="path-5-inside-1_80_302" fill="white">
+<path fill-rule="evenodd" clip-rule="evenodd" d="M15.3046 16.2558L10.5001 11L2.27283 20H11.6296L11.1388 20.5H25.8613L18.5001 13L15.3046 16.2558Z"></path>
+</mask>
+<path d="M10.5001 11L11.2382 10.3253L10.5001 9.51788L9.76199 10.3253L10.5001 11ZM15.3046 16.2558L14.5665 16.9305L15.2788 17.7096L16.0182 16.9562L15.3046 16.2558ZM2.27283 20L1.53474 19.3253L0.00382829 21H2.27283V20ZM11.6296 20L12.3433 20.7005L14.0123 19H11.6296V20ZM11.1388 20.5L10.4252 19.7995L8.75616 21.5H11.1388V20.5ZM25.8613 20.5V21.5H28.244L26.575 19.7995L25.8613 20.5ZM18.5001 13L19.2137 12.2995L18.5001 11.5724L17.7864 12.2995L18.5001 13ZM9.76199 11.6747L14.5665 16.9305L16.0426 15.581L11.2382 10.3253L9.76199 11.6747ZM3.01091 20.6747L11.2382 11.6747L9.76199 10.3253L1.53474 19.3253L3.01091 20.6747ZM11.6296 19H2.27283V21H11.6296V19ZM11.8525 21.2005L12.3433 20.7005L10.9159 19.2995L10.4252 19.7995L11.8525 21.2005ZM25.8613 19.5H11.1388V21.5H25.8613V19.5ZM17.7864 13.7005L25.1476 21.2005L26.575 19.7995L19.2137 12.2995L17.7864 13.7005ZM16.0182 16.9562L19.2137 13.7005L17.7864 12.2995L14.5909 15.5553L16.0182 16.9562Z" fill="#087482" mask="url(#path-5-inside-1_80_302)"></path>
+</g>
+<circle cx="15" cy="10" r="1.5" stroke="#087482"></circle>
+</svg>
+            </span>
+            <span class="text">27</span>
+            <span class="text text--is-desktop">Photos</span>
+          </div>
+        <div class="
+          image-content__slider 
+          image-content__slider--grid-5
+        ">
+            <div>
+                <button 
+                  class="image-content__image-gallery-toggle" 
+                  type="button" 
+                  data-bs-toggle="modal" 
+                  data-bs-target="#lazy-qmi-gallery-modal"
+                  data-carousel-slide="0"
+                  data-bs-community=the-cottages-at-la-cima data-bs-division=austin data-bs-community_plan=the-cottages-at-la-cima-canyon data-bs-quick_move_in=321-possumhaw-lane
+                >
+                  
+                  <span class="visually-hidden">Open Photo Gallery</span>
+                </button>
+                  <div>
+                    <div class="image-content__image">
+                      <picture>
+                        <source media="(max-width: 768px)" srcset="https://awh.widen.net/content/dhb85i0je9/webp/cms_Canyon-A-La-Cima-Gen3-elev_DSK.jpg_z7JJX3p.jpg?w=570&amp;h=280&amp;crop=yes&amp;quality=80">
+                        <source media="(min-width: 769px)" srcset="https://awh.widen.net/content/dhb85i0je9/webp/cms_Canyon-A-La-Cima-Gen3-elev_DSK.jpg_z7JJX3p.jpg?w=1027&amp;h=620&amp;crop=yes&amp;quality=80">
+                        <img src="https://awh.widen.net/content/dhb85i0je9/webp/cms_Canyon-A-La-Cima-Gen3-elev_DSK.jpg_z7JJX3p.jpg?w=1027&amp;h=620&amp;crop=yes&amp;quality=80" alt="" />
+                      </picture>
+                    </div>
+                  </div>
+            </div>
+            <div>
+                <button 
+                  class="image-content__image-gallery-toggle" 
+                  type="button" 
+                  data-bs-toggle="modal" 
+                  data-bs-target="#lazy-qmi-gallery-modal"
+                  data-carousel-slide="1"
+                  data-bs-community=the-cottages-at-la-cima data-bs-division=austin data-bs-community_plan=the-cottages-at-la-cima-canyon data-bs-quick_move_in=321-possumhaw-lane
+                >
+                  
+                  <span class="visually-hidden">Open Photo Gallery</span>
+                </button>
+                  <div>
+                    <div class="image-content__image">
+                      <picture>
+                        <source media="(max-width: 768px)" srcset="https://awh.widen.net/content/i2gm1lmx1m/webp/cms_Artisan_AW_Collections.jpg_12wwaqY.jpg?w=570&amp;h=280&amp;crop=yes&amp;quality=80">
+                        <source media="(min-width: 769px)" srcset="https://awh.widen.net/content/i2gm1lmx1m/webp/cms_Artisan_AW_Collections.jpg_12wwaqY.jpg?w=1027&amp;h=620&amp;crop=yes&amp;quality=80">
+                        <img src="https://awh.widen.net/content/i2gm1lmx1m/webp/cms_Artisan_AW_Collections.jpg_12wwaqY.jpg?w=1027&amp;h=620&amp;crop=yes&amp;quality=80" alt="" />
+                      </picture>
+                    </div>
+                  </div>
+            </div>
+            <div>
+                <button 
+                  class="image-content__image-gallery-toggle" 
+                  type="button" 
+                  data-bs-toggle="modal" 
+                  data-bs-target="#lazy-qmi-gallery-modal"
+                  data-carousel-slide="2"
+                  data-bs-community=the-cottages-at-la-cima data-bs-division=austin data-bs-community_plan=the-cottages-at-la-cima-canyon data-bs-quick_move_in=321-possumhaw-lane
+                >
+                  
+                  <span class="visually-hidden">Open Photo Gallery</span>
+                </button>
+                  <div>
+                    <div class="image-content__image">
+                      <picture>
+                        <source media="(max-width: 768px)" srcset="https://awh.widen.net/content/cmpgpnolqc/webp/cms_128-Lions-Tail-Cove_DSP_002.jpg_xGeeLvb.jpg?w=570&amp;h=280&amp;crop=yes&amp;quality=80">
+                        <source media="(min-width: 769px)" srcset="https://awh.widen.net/content/cmpgpnolqc/webp/cms_128-Lions-Tail-Cove_DSP_002.jpg_xGeeLvb.jpg?w=1027&amp;h=620&amp;crop=yes&amp;quality=80">
+                        <img src="https://awh.widen.net/content/cmpgpnolqc/webp/cms_128-Lions-Tail-Cove_DSP_002.jpg_xGeeLvb.jpg?w=1027&amp;h=620&amp;crop=yes&amp;quality=80" alt="" />
+                      </picture>
+                    </div>
+                  </div>
+            </div>
+            <div>
+                <button 
+                  class="image-content__image-gallery-toggle" 
+                  type="button" 
+                  data-bs-toggle="modal" 
+                  data-bs-target="#lazy-qmi-gallery-modal"
+                  data-carousel-slide="3"
+                  data-bs-community=the-cottages-at-la-cima data-bs-division=austin data-bs-community_plan=the-cottages-at-la-cima-canyon data-bs-quick_move_in=321-possumhaw-lane
+                >
+                  
+                  <span class="visually-hidden">Open Photo Gallery</span>
+                </button>
+                  <div>
+                    <div class="image-content__image">
+                      <picture>
+                        <source media="(max-width: 768px)" srcset="https://awh.widen.net/content/uguorun20d/webp/cms_128-Lions-Tail-Cove_DSP_009.jpg_89xxbyN.jpg?w=570&amp;h=280&amp;crop=yes&amp;quality=80">
+                        <source media="(min-width: 769px)" srcset="https://awh.widen.net/content/uguorun20d/webp/cms_128-Lions-Tail-Cove_DSP_009.jpg_89xxbyN.jpg?w=1027&amp;h=620&amp;crop=yes&amp;quality=80">
+                        <img src="https://awh.widen.net/content/uguorun20d/webp/cms_128-Lions-Tail-Cove_DSP_009.jpg_89xxbyN.jpg?w=1027&amp;h=620&amp;crop=yes&amp;quality=80" alt="" />
+                      </picture>
+                    </div>
+                  </div>
+            </div>
+            <div>
+                <button 
+                  class="image-content__image-gallery-toggle" 
+                  type="button" 
+                  data-bs-toggle="modal" 
+                  data-bs-target="#lazy-qmi-gallery-modal"
+                  data-carousel-slide="4"
+                  data-bs-community=the-cottages-at-la-cima data-bs-division=austin data-bs-community_plan=the-cottages-at-la-cima-canyon data-bs-quick_move_in=321-possumhaw-lane
+                >
+                  
+                  <span class="visually-hidden">Open Photo Gallery</span>
+                </button>
+                  <div>
+                    <div class="image-content__image">
+                      <picture>
+                        <source media="(max-width: 768px)" srcset="https://awh.widen.net/content/fltsw4or2q/webp/cms_128-Lions-Tail-Cove_DSP_010.jpg_vEllN8z.jpg?w=570&amp;h=280&amp;crop=yes&amp;quality=80">
+                        <source media="(min-width: 769px)" srcset="https://awh.widen.net/content/fltsw4or2q/webp/cms_128-Lions-Tail-Cove_DSP_010.jpg_vEllN8z.jpg?w=1027&amp;h=620&amp;crop=yes&amp;quality=80">
+                        <img src="https://awh.widen.net/content/fltsw4or2q/webp/cms_128-Lions-Tail-Cove_DSP_010.jpg_vEllN8z.jpg?w=1027&amp;h=620&amp;crop=yes&amp;quality=80" alt="" />
+                      </picture>
+                    </div>
+                  </div>
+            </div>
+         
+        </div>
+        <div class="image-content__slider-dots js-carousel__dots"></div>
+      </div>
+    </div>
+  </div>
+</div>
+
+  
+<div 
+  class="modal modal--linear-gallery modal-gallery fade modal-gallery--video js-community-photos-list" 
+  data-tour-url=""
+  id="lazy-qmi-gallery-modal" 
+  tabindex="-1" 
+  role="dialog" 
+  aria-labelledby="lazy-qmi-gallery-modal-label"
+>
+  <div class="modal-dialog" role="document">
+    <div class="modal-content content-wrapper modal-gallery__wrapper">
+      <div class="modal__header modal__header--no-headline">
+        <button class="button modal-close modal-schedule-a-tour__close" data-bs-dismiss="modal" aria-label="Close Modal">
+          <span class="icon">
+            <svg xmlns="http://www.w3.org/2000/svg" height="311pt" viewBox="0 0 311 311.07733" width="311pt"><path d="m16.035156 311.078125c-4.097656 0-8.195312-1.558594-11.308594-4.695313-6.25-6.25-6.25-16.382812 0-22.632812l279.0625-279.0625c6.25-6.25 16.382813-6.25 22.632813 0s6.25 16.382812 0 22.636719l-279.058594 279.058593c-3.136719 3.117188-7.234375 4.695313-11.328125 4.695313zm0 0" fill="currentColor"></path><path d="m295.117188 311.078125c-4.097657 0-8.191407-1.558594-11.308594-4.695313l-279.082032-279.058593c-6.25-6.253907-6.25-16.386719 0-22.636719s16.382813-6.25 22.636719 0l279.058594 279.0625c6.25 6.25 6.25 16.382812 0 22.632812-3.136719 3.117188-7.230469 4.695313-11.304687 4.695313zm0 0" fill="currentColor"></path></svg>
+          </span>
+        </button>
+      </div>
+      <div class="row">
+        <div class="col-12">
+          <div class="modal__body">
+            <div class="row js-modal-loader modal-loader modal-loader--dots">
+              <div class="modal-loader__inner">
+                <img alt="Loading..." class="loading-overlay__icon" src="/assets/loading-dot-pattern-1bcbfdcf1fbad4db2a0b9f512d84671a962e88faee3971b48d1817652ee87ff6.gif" />
+              </div>
+            </div>
+
+            <div class="row justify-content-center js-lazy-modal-body" style="display: none">
+              <div class="col-12 col-lg-push-3 col-lg-9 order-lg-2">
+                <div class="modal-gallery__linear-gallery js-linear-gallery"></div>
+                <div class="modal-gallery__mobile-request d-lg-none">
+                  <a class="button button--primary division-list__request-button js-modal-directions__details-on-division" href="javascript:void(0);" rel="noopener" data-title="Learn More About Our Award-Winning Home Design" data-card="true" data-datalayer-location="view_photos">Request Info</a>
+                </div>
+              </div>
+            </div>
+
+          </div>
+        </div>
+      </div>
+    </div>
+  </div>
+</div>
+
+
+
+  <div class="content-wrapper">
+    <div class="row">
+      <div class="col-12 col-xl-8">
+        <div class="image-content__header">
+          <div class="image-content__breadcrumbs breadcrumbs">
+                <a class="breadcrumbs__breadcrumb" href="/">Home</a>
+                <a class="breadcrumbs__breadcrumb" href="/austin">Austin</a>
+                <a class="breadcrumbs__breadcrumb" href="/austin/la-cima">La Cima</a>
+                <a class="breadcrumbs__breadcrumb" href="/austin/the-cottages-at-la-cima">The Cottages at La Cima</a>
+                <a class="breadcrumbs__breadcrumb" href="/austin/the-cottages-at-la-cima/the-cottages-at-la-cima-canyon">The Cottages at La Cima - Canyon</a>
+                <span class="breadcrumbs__breadcrumb">321 Possumhaw Lane</span>
+          </div>
+            <div class="image-content__availability">
+              <svg xmlns="http://www.w3.org/2000/svg" width="11" height="10" viewBox="0 0 11 10" fill="none">
+<circle cx="5.5" cy="5" r="4.5" stroke="#087482"></circle>
+</svg>
+              Available Oct 2026
+            </div>
+          <div class="image-content__title-wrap">
+            <h1 class="image-content__title image-content__title--small-margin image-content__title--small-mobile">321 Possumhaw Lane<br>San Marcos, TX 78666</h1>
+            
+<div
+  class="toggle-favorite js-ajax-form"
+  data-is-favorited="false"
+  data-ajax-form-type="toggle-favorite"
+>
+  <form
+    action="/add_favorite"
+    class="js-ajax-form__form"
+    method="POST"
+  >
+    <input name='authenticity_token' class='js-authenticity-token' value='A1q85EOeyiOrsxfvc3vmHuQsZxm9KYV+d++ZHshThPEFso5WwW8pjxTRbwoHo2nVcLDDFhVD/cuFBX4DQMsvIg==' type='hidden' />
+    <input class="js-favorite-object-id" name="object_id" type="hidden" value="23941" />
+    <input class="js-favorite-object-type" name="object_type" type="hidden" value="qmi" />
+    <input class="js-favorite-action-type" name="action_type" type="hidden" value="add" />
+
+    <button
+      data-favorite-object-id="23941"
+      data-favorite-type="qmi"
+      class="js-favorite-button toggle-favorite__button toggle-favorite__button--text"
+      type="submit">
+      <span class="visually-hidden">Add or remove from your favorites</span>
+      <svg xmlns="http://www.w3.org/2000/svg" class="heart-icon" width="28" height="25" viewBox="0 0 28 25">
+  <g transform="translate(0.5 0.5)">
+    <path class="heart-icon__inner" d="M19.959,0A7.358,7.358,0,0,0,13.5,3.679,7.358,7.358,0,0,0,7.041,0,6.835,6.835,0,0,0,0,7.129C0,13.437,5.524,17.841,13.5,24,21.476,17.841,27,13.437,27,7.129A6.835,6.835,0,0,0,19.959,0" transform="translate(0)" fill="#fff" stroke="#222" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"></path>
+  </g>
+</svg>
+    </button>
+  </form>
+
+  <div class="message message--bottom toggle-favorite__error js-ajax-form__error">
+    <div class="message__inner">
+      There was an error adding 321 Possumhaw Lane to your favorites; please try again later
+    </div>
+  </div>
+  <div class="message message--bottom toggle-favorite__is-favorited">
+    <div class="message__inner">
+      <svg xmlns="http://www.w3.org/2000/svg" class="heart-icon" width="28" height="25" viewBox="0 0 28 25">
+  <g transform="translate(0.5 0.5)">
+    <path class="heart-icon__inner" d="M19.959,0A7.358,7.358,0,0,0,13.5,3.679,7.358,7.358,0,0,0,7.041,0,6.835,6.835,0,0,0,0,7.129C0,13.437,5.524,17.841,13.5,24,21.476,17.841,27,13.437,27,7.129A6.835,6.835,0,0,0,19.959,0" transform="translate(0)" fill="#fff" stroke="#222" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"></path>
+  </g>
+</svg>
+      <span>321 Possumhaw Lane was added to your favorites</span>
+    </div>
+  </div>
+  <div class="message message--bottom toggle-favorite__is-unfavorited">
+    <div class="message__inner">
+      <svg xmlns="http://www.w3.org/2000/svg" class="heart-icon" width="28" height="25" viewBox="0 0 28 25">
+  <g transform="translate(0.5 0.5)">
+    <path class="heart-icon__inner" d="M19.959,0A7.358,7.358,0,0,0,13.5,3.679,7.358,7.358,0,0,0,7.041,0,6.835,6.835,0,0,0,0,7.129C0,13.437,5.524,17.841,13.5,24,21.476,17.841,27,13.437,27,7.129A6.835,6.835,0,0,0,19.959,0" transform="translate(0)" fill="#fff" stroke="#222" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"></path>
+  </g>
+</svg>
+      <span>321 Possumhaw Lane was removed from your favorites</span>
+    </div>
+  </div>
+</div>
+
+          </div>
+          <div class="image-content__price-wrap">
+              <h2 class="image-content__title image-content__title--secondary image-content__title--small-mobile">
+                $369,636
+              </h2>
+          </div>
+          <div>
+            <a class="image-content__cta-link image-content__cta-link--calculator mb-4" data-bs-toggle="modal" data-bs-target="#mortgageCalculatorModal" onclick="dataLayer.push({&#39;event&#39; : &#39;modal_click&#39;});" href="#">
+              <span class="icon">
+                <svg xmlns="http://www.w3.org/2000/svg" width="15" height="20" viewBox="0 0 15 20">
+  <g>
+    <path d="M14,20H0V0H15V20h-1Zm0-1V1H1V19H14Zm-2-10H2V2H13v7h-1Zm0-1V3H3v5H12Z" fill="#087482"></path>
+    <rect x="2" y="10" width="2" height="2" fill="#087482"></rect>
+    <rect x="2" y="13" width="2" height="2" fill="#087482"></rect>
+    <rect x="2" y="16" width="2" height="2" fill="#087482"></rect>
+    <rect x="5" y="10" width="2" height="2" fill="#087482"></rect>
+    <rect x="8" y="10" width="2" height="2" fill="#087482"></rect>
+    <rect x="5" y="13" width="2" height="2" fill="#087482"></rect>
+    <rect x="8" y="13" width="2" height="2" fill="#087482"></rect>
+    <rect x="5" y="16" width="2" height="2" fill="#087482"></rect>
+    <rect x="8" y="16" width="2" height="2" fill="#087482"></rect>
+    <rect x="11" y="16" width="2" height="2" fill="#087482"></rect>
+    <rect x="11" y="10" width="2" height="5" fill="#087482"></rect>
+  </g>
+</svg>
+              </span>
+              <span class="text">Mortgage Calculator</span>
+</a>          </div>
+          <p class="image-content__subtitle mt-3"><a href="/austin/san-marcos">San Marcos, TX</a> <span class="image-content__subtitle-divider">|</span> <a href="/austin/the-cottages-at-la-cima">The Cottages at La Cima</a> <span class="image-content__subtitle-divider">|</span> <a href="/austin/all-home-plans/canyon">Canyon Homeplan</a></p>
+        </div>
+        <div class="image-content__feature-lists-section image-content__feature-lists-section--border image-content__feature-lists-section--border-small">
+          <ul class="image-content__feature-list image-content__feature-list--has-icons image-content__feature-list--col-4">
+              <li>
+                <img alt="icon" class="icon" src="/assets/nebocms_ashton/icons/home-194f5de46d48e45f9ba60a9adff9578b8d6e64afcbce2a9389260caa762d8a55.svg" />
+                <span class="text">Single Family</span>
+              </li>
+              <li>
+                <img alt="icon" class="icon" src="/assets/nebocms_ashton/icons/bed-primary-9c4c11756f0f4b52e7fb3d56a14913f9ae515a20c7a5435fa35113c48435ca22.svg" />
+                <span class="text">4 Beds</span>
+              </li>
+              <li>
+                <img alt="icon" class="icon" src="/assets/nebocms_ashton/icons/bath-primary-f483147e75f71bac3db5b971ee2c861bf002ea2b205027cd8c22d220710db085.svg" />
+                <span class="text">3 Baths</span>
+              </li>
+              <li>
+                <img alt="icon" class="icon" src="/assets/nebocms_ashton/icons/bath-primary-f483147e75f71bac3db5b971ee2c861bf002ea2b205027cd8c22d220710db085.svg" />
+                <span class="text">1 Half Baths</span>
+              </li>
+              <li>
+                <img alt="icon" class="icon" src="/assets/nebocms_ashton/icons/squared-primary-f2f3c4f178a09ea6f8ff35632f8413eaa1c6967b4283186aef5d458397cc32d8.svg" />
+                <span class="text">2260 sq. ft.</span>
+              </li>
+              <li>
+                <img alt="icon" class="icon" src="/assets/nebocms_ashton/icons/stairs-primary-a0dac2bb41bdc84790f152476876e9498a3139d57f08f2394f1f79afc9f0e26b.svg" />
+                <span class="text">2 Stories</span>
+              </li>
+              <li>
+                <img alt="icon" class="icon" src="/assets/nebocms_ashton/icons/garage-primary-0f734d8b984c28d0a2f6531555ac7fa54e63ec1b027885d2b49d4769008f4749.svg" />
+                <span class="text">2 Car Garage</span>
+              </li>
+          </ul>
+        </div>
+
+        <div class="d-lg-none">
+          <a class="button button--primary" href="#" data-bs-toggle="modal" data-bs-target="#TourModal">
+            Schedule Tour
+          </a>
+
+          <h2 class="image-content__section-title">About this Home</h2>
+        </div>
+
+        <div class="image-content__feature-lists-section image-content__feature-lists-section--border image-content__feature-lists-section--border-small js-expando" data-expando-height="182">
+          <div class="image-content__main-content js-expando__content mb-4" aria-expanded="false">
+            <div>
+              <p>Discover elevated living in La Cima with this stunning two-story home featuring the Artisan Collection by Ashton Woods. A soaring two-story family room creates a bright, open atmosphere, while the first-floor guest suite offers flexibility for visitors or multi-generational living. Designer finishes include quartz countertops, 42-inch shaker cabinets with hardware, luxury vinyl plank flooring throughout the main spaces, and an impressive 8-foot glass front door. Unwind in the spacious primary suite featuring dual walk-in closets, then enjoy evenings on the covered patio. Complete with a tankless water heater and located in the sought-after master-planned La Cima community, this home blends thoughtful design with everyday comfort. Come tour today!</p>

+

+<p>Representative images and renderings are for illustrative purposes. Actual structural options and design finishes of home may vary.</p>

+
+            </div>
+          </div>
+          <button class="image-content__main-content-toggle image-content__main-content-toggle--margin-bottom js-expando__toggle mb-0" aria-expanded="false" data-expando-expand-text="Show More" data-expando-collapse-text="Show Less">Show More</button>
+
+          
+<div class="modal fade modal-mortgage-calculator" id="mortgageCalculatorModal" tabindex="-1" role="dialog" aria-labelledby="mortgageCalculatorModalLabel">
+  <button class="button modal-close modal-form__close" data-bs-dismiss="modal" aria-label="Close Modal">
+    <span class="icon">
+      <svg xmlns="http://www.w3.org/2000/svg" height="311pt" viewBox="0 0 311 311.07733" width="311pt"><path d="m16.035156 311.078125c-4.097656 0-8.195312-1.558594-11.308594-4.695313-6.25-6.25-6.25-16.382812 0-22.632812l279.0625-279.0625c6.25-6.25 16.382813-6.25 22.632813 0s6.25 16.382812 0 22.636719l-279.058594 279.058593c-3.136719 3.117188-7.234375 4.695313-11.328125 4.695313zm0 0" fill="currentColor"></path><path d="m295.117188 311.078125c-4.097657 0-8.191407-1.558594-11.308594-4.695313l-279.082032-279.058593c-6.25-6.253907-6.25-16.386719 0-22.636719s16.382813-6.25 22.636719 0l279.058594 279.0625c6.25 6.25 6.25 16.382812 0 22.632812-3.136719 3.117188-7.230469 4.695313-11.304687 4.695313zm0 0" fill="currentColor"></path></svg>
+    </span>
+  </button>
+  <div class="modal-dialog" role="document">
+    <div class="content-wrapper modal-content-wrapper">
+      <div class="row justify-content-center">
+        <div class="col-12">
+          <div class="modal-body modal-body--with-padding">
+            <div class="modal__header">
+              <div class="row justify-content-center">
+                <div class="col-12 col-lg-10">
+                  <div id="mortgageCalculatorModalLabel" class="modal__heading">
+                    Calculate Your Monthly Mortgage Payment
+                  </div>
+                </div>
+              </div>
+              <div class="row justify-content-center">
+                <div class="col-12 col-lg-8">
+                  <div class="content text-center">
+                    <p>Your mortgage payment is one of the most important factors in your homebuying decision. Find out what your monthly payment might look like based on interest rates, property taxes, insurance costs, and more.</p>
+                  </div>
+                </div>
+              </div>
+            </div>
+
+            <section class="mortgage-calculator">
+
+              <script>
+                  var redirectURL="https://www.houseloan.com/loanfly";
+
+              </script>
+              <script>
+                var myJQ = jQuery.noConflict();
+              </script>
+              <div id="payment-calculator"></div>
+              <script defer src="https://www.houseloan.com/iframe/payment-calculator-defer.js"></script>
+              <script>
+                var jQuery = myJQ;
+                var $ = jQuery;
+                document.addEventListener("DOMContentLoaded", function() {
+
+                  setTimeout(() => {
+                    var $mortgageCalculator = $('.mortgage-calculator');
+
+                    // hide title and subtitle
+                    var h1Content = $mortgageCalculator.find('.title').text();
+                    $mortgageCalculator.find('.title').replaceWith('<h2 class="title">' + h1Content + '</h2>');
+                    $mortgageCalculator.find('.title').hide();
+                    $mortgageCalculator.find('.sub_title').hide();
+                    $mortgageCalculator.find('.sub_title').nextAll(':lt(3)').hide();
+
+                    // hide graphs
+                    var $graphs = $mortgageCalculator.find('.waiting_container');
+
+                    $graphs.each(function () {
+                      var $this = $(this);
+
+                      $this.hide();
+                      $this.nextAll(':lt(2)').hide();
+                    });
+
+                    // hide qualify buttons
+                      $mortgageCalculator.find('.qualify').hide();
+                      $mortgageCalculator.find('.cta').hide();
+                      $mortgageCalculator.find('.cta2').hide();
+
+
+                    // Set on-click event
+                      $mortgageCalculator.find('.qualify').on('click', function() {
+                        dataLayer.push({
+                          "event" : "get_prequalified"
+                        });
+                      });
+                      $mortgageCalculator.find('.cta').on('click', function() {
+                        dataLayer.push({
+                          "event" : "get_prequalified"
+                        });
+                      });
+                      $mortgageCalculator.find('.cta2').on('click', function() {
+                        dataLayer.push({
+                          "event" : "get_prequalified"
+                        });
+                      });
+
+                    // set values
+                      $('#purchasePrice').val('369636.0').trigger('blur');
+
+                      $('#downPaymentPercent').val('10.0').trigger('blur');
+
+                      $('#interestRate').val('5.5').trigger('blur');
+
+                      $('#hoaFeeAmount').val('0.0').trigger('blur');
+
+                      $('#homeOwnersInsurance').val('0.0').trigger('blur');
+
+                      $('#taxRate').val('0.0').trigger('blur');
+
+                    // Needed to force an update
+                    $('#purchasePrice').trigger('keyup');
+                  }, 1000);
+                });
+              </script>
+
+              <div class="container calc-wrapper">
+                <div class="disclaimer js-expando" data-expando-height="108" data-expando-breakpoint="(min-width: 992px)">
+                  <div class="disclaimer__content">
+                    <div class="row">
+                      <div class="col-2 col-lg-1">
+                        <div class="disclaimer__icon"></div>
+                      </div>
+                      <div class="col-10 col-lg-11">
+                        <div class="disclaimer__text js-expando__content" aria-expanded="false">
+                          <p>&copy; 2026 Ashton Woods Homes. Ashton Woods Homes reserves the right to change plans, specifications, dimensions, designs, elevations and pricing without notice in its sole discretion. Stated dimensions and square footage are approximate and are not representative of a home’s actual size or net useable square footage which may be less than the estimated square footage. Floorplans and elevations shown may not accurately represent the actual condition of a home as constructed, and may contain options which are not available on all models. Window, floor and ceiling elevations are approximate, subject to change without prior notice or obligation, may not be updated on the website, and may vary by plan elevation and/or community. Special wall and window treatments, upgraded flooring, fireplace surrounds, landscape and other features in and around the model homes are designer suggestions and not included in the sales price. All renderings, color schemes, floor plans, maps and displays are artists’ conceptions and are not intended to be an actual depiction of the home or its surroundings. Basement options are available subject to site conditions. Garage or bay sizes may vary from home to home and may not accommodate all vehicles. Home site premiums may apply. While we endeavor to display current and accurate information, we make no representations or warranties regarding the information set forth herein and, without limiting the foregoing, are not responsible for any information being out of date or inaccurate, or for any typographical errors. Please see Sales Representative for additional information, including current floor plans. This is not an offer to sell real estate, or solicitation to buy real estate, in any jurisdiction where prohibited by law or in any jurisdiction where prior registration is required, including New York and New Jersey.

+</p>
+                        </div>
+                        <a class="disclaimer__toggle js-expando__toggle" href="#" aria-expanded="false">Show More</a>
+                      </div>
+                    </div>
+                  </div>
+                </div>
+              </div>
+            </section>
+          </div>
+        </div>
+      </div>
+    </div>
+  </div>
+</div>
+
+        </div>
+
+          <div class="image-content__feature-lists-section image-content__feature-lists-section--border image-content__feature-lists-section--border-small">
+            <div class="row">
+                <div class="col-12">
+                  <div class="image-content__feature-lists-section">
+                    <div class="image-content__feature-lists-section-title">
+                      Community Amenities &amp; Features
+                    </div>
+                    <ul class="image-content__feature-list">
+                          <li>
+                            <a href="#" data-bs-toggle="modal" data-bs-community="the-cottages-at-la-cima" data-bs-division="austin" data-bs-target="#lazy-community-amenity-modal" data-carousel-slide="0" id="lazy-community-ammenity-modal-label">
+                              Three Community Pools - Family, Kiddie, and Quiet
+                            </a>
+                          </li>
+                          <li>
+                            <a href="#" data-bs-toggle="modal" data-bs-community="the-cottages-at-la-cima" data-bs-division="austin" data-bs-target="#lazy-community-amenity-modal" data-carousel-slide="1" id="lazy-community-ammenity-modal-label">
+                              Community Center
+                            </a>
+                          </li>
+                          <li>
+                            <a href="#" data-bs-toggle="modal" data-bs-community="the-cottages-at-la-cima" data-bs-division="austin" data-bs-target="#lazy-community-amenity-modal" data-carousel-slide="2" id="lazy-community-ammenity-modal-label">
+                              Community Gym
+                            </a>
+                          </li>
+                    </ul>
+                      
+<div 
+  class="modal modal--linear-gallery modal-gallery fade modal-gallery--video js-community-photos-list" 
+  data-tour-url="lazy_modal_url"
+  id="lazy-community-amenity-modal" 
+  tabindex="-1" 
+  role="dialog" 
+  aria-labelledby="lazy-community-amenity-modal-label"
+>
+  <div class="modal-dialog" role="document">
+    <div class="modal-content content-wrapper modal-gallery__wrapper">
+      <div class="modal__header modal__header--no-headline">
+        <button class="button modal-close modal-schedule-a-tour__close" data-bs-dismiss="modal" aria-label="Close Modal">
+          <span class="icon">
+            <svg xmlns="http://www.w3.org/2000/svg" height="311pt" viewBox="0 0 311 311.07733" width="311pt"><path d="m16.035156 311.078125c-4.097656 0-8.195312-1.558594-11.308594-4.695313-6.25-6.25-6.25-16.382812 0-22.632812l279.0625-279.0625c6.25-6.25 16.382813-6.25 22.632813 0s6.25 16.382812 0 22.636719l-279.058594 279.058593c-3.136719 3.117188-7.234375 4.695313-11.328125 4.695313zm0 0" fill="currentColor"></path><path d="m295.117188 311.078125c-4.097657 0-8.191407-1.558594-11.308594-4.695313l-279.082032-279.058593c-6.25-6.253907-6.25-16.386719 0-22.636719s16.382813-6.25 22.636719 0l279.058594 279.0625c6.25 6.25 6.25 16.382812 0 22.632812-3.136719 3.117188-7.230469 4.695313-11.304687 4.695313zm0 0" fill="currentColor"></path></svg>
+          </span>
+        </button>
+      </div>
+      <div class="row">
+        <div class="col-12">
+          <div class="modal__body">
+            <div class="row js-modal-loader modal-loader modal-loader--dots">
+              <div class="modal-loader__inner">
+                <img alt="Loading..." class="loading-overlay__icon" src="/assets/loading-dot-pattern-1bcbfdcf1fbad4db2a0b9f512d84671a962e88faee3971b48d1817652ee87ff6.gif" />
+              </div>
+            </div>
+
+            <div class="row justify-content-center js-lazy-modal-body" style="display: none">
+              <div class="col-12 col-lg-push-3 col-lg-9 order-lg-2">
+                <div class="modal-gallery__linear-gallery js-linear-gallery"></div>
+                <div class="modal-gallery__mobile-request d-lg-none">
+                  <a class="button button--primary division-list__request-button js-modal-directions__details-on-division" href="javascript:void(0);" rel="noopener" data-title="Learn More About Our Award-Winning Home Design" data-card="true" data-datalayer-location="view_photos">Request Info</a>
+                </div>
+              </div>
+            </div>
+
+          </div>
+        </div>
+      </div>
+    </div>
+  </div>
+</div>
+
+                  </div>
+                  <div class="col-12">
+                    <a class="image-content__cta-link image-content__cta-link--calculator js-print-link" href='#' data-print-link="https://www.ashtonwoods.com/austin/the-cottages-at-la-cima/the-cottages-at-la-cima-canyon/321-possumhaw-lane/pdf">
+                      <span class="icon">
+                        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
+  <g id="Group_8523" data-name="Group 8523" transform="translate(-1454 -5708)">
+    <g id="Group_8521" data-name="Group 8521" transform="translate(0 -1052)">
+      <rect id="Rectangle_230" data-name="Rectangle 230" width="1" height="8" transform="translate(1457 6760)" fill="#087482"></rect>
+      <rect id="Rectangle_231" data-name="Rectangle 231" width="1" height="8" transform="translate(1474 6760)" fill="#087482"></rect>
+      <rect id="Rectangle_232" data-name="Rectangle 232" width="1" height="18" transform="translate(1457 6761) rotate(-90)" fill="#087482"></rect>
+    </g>
+    <rect id="Rectangle_234" data-name="Rectangle 234" width="1" height="18" transform="translate(1475 5720) rotate(90)" fill="#087482"></rect>
+    <rect id="Rectangle_457" data-name="Rectangle 457" width="1" height="10" transform="translate(1471 5723) rotate(90)" fill="#087482"></rect>
+    <rect id="Rectangle_458" data-name="Rectangle 458" width="1" height="6" transform="translate(1471 5726) rotate(90)" fill="#087482"></rect>
+    <rect id="Rectangle_243" data-name="Rectangle 243" width="1" height="12" transform="translate(1475 5731) rotate(90)" fill="#087482"></rect>
+    <g id="Group_8522" data-name="Group 8522" transform="translate(-5 -1045)">
+      <rect id="Rectangle_230-2" data-name="Rectangle 230" width="1" height="13" transform="translate(1459 6760)" fill="#087482"></rect>
+      <rect id="Rectangle_233" data-name="Rectangle 233" width="1" height="13" transform="translate(1482 6760)" fill="#087482"></rect>
+      <rect id="Rectangle_232-2" data-name="Rectangle 232" width="1" height="24" transform="translate(1459 6761) rotate(-90)" fill="#087482"></rect>
+    </g>
+    <g id="Path_1958" data-name="Path 1958" transform="translate(1463 5732) rotate(180)" fill="#087482">
+      <path d="M 4.792900085449219 5.5 L 0.5 5.5 L 0.5 1.207100033760071 L 4.792900085449219 5.5 Z" stroke="none"></path>
+      <path d="M 1 2.414220094680786 L 1 5 L 3.585779905319214 5 L 1 2.414220094680786 M 0 0 L 6 6 L 0 6 L 0 0 Z" stroke="none" fill="#087482"></path>
+    </g>
+    <rect id="Rectangle_238" data-name="Rectangle 238" width="1" height="6" transform="translate(1457 5720)" fill="#087482"></rect>
+    <rect id="Rectangle_239" data-name="Rectangle 239" width="1" height="12" transform="translate(1474 5720)" fill="#087482"></rect>
+  </g>
+</svg>
+                      </span>
+                      <span class="text">Print the Home Flyer</span>
+                    </a>
+                  </div>
+                </div>
+            </div>
+          </div>
+
+        <div class="d-xl-none">
+          
+  <div class="award ">
+    <a class="award__image-wrapper" href="https://www.ashtonwoods.com/news/ashton-woods-recognized-as-one-of-newsweeks-most-trustworthy-companies-in-america-2025" target="_blank">
+      <img class="award__image" src="https://awh.widen.net/content/d9vo9r0j6j/web/cms_most-trustworthy-companies-in-america-2025.jpg_gkBa4we.jpg?u=mbimgx&amp;download=true" alt="Misc Image">
+    </a>
+  </div>
+
+        </div>
+
+
+      </div>
+        
+  <!-- QMI Form -->
+  <div id="image-content__form" class="col-12 col-xl-4 js-scroll-to-on-submit-parent">
+    <div class="image-content__aside">
+      <div class="d-none d-xl-block">
+  <div class="award ">
+    <a class="award__image-wrapper" href="https://www.ashtonwoods.com/news/ashton-woods-recognized-as-one-of-newsweeks-most-trustworthy-companies-in-america-2025" target="_blank">
+      <img class="award__image" src="https://awh.widen.net/content/d9vo9r0j6j/web/cms_most-trustworthy-companies-in-america-2025.jpg_gkBa4we.jpg?u=mbimgx&amp;download=true" alt="Misc Image">
+    </a>
+  </div>
+</div>
+
+      <div class="image-content__form-container">
+        <div class="image-content__form-header">
+          <h4 class="image-content__form-title">Interested in This Quick Move-In Home?</h4>
+          <p class="image-content__form-subtitle"><p>If you have questions or want to schedule a visit, fill out the form below and we&#39;ll be in touch soon!</p>

+</p>
+        </div>
+        <form
+          action="/forms/forms/43/submit"
+          method='POST' data-id="43"
+          data-type='detail form on page'
+          data-category="request_info"
+          data-page="qmi"
+          data-location="on_page"
+          data-impact="high"
+          class="form custom-form ajax-form image-content__form js-schedule-a-tour js-revamp-form js-scroll-to-on-submit"
+        >
+          <input name='authenticity_token' class='js-authenticity-token' value='KaA9vQYFs/0qWXhdrKi40UDFogMrJtl2x0JYjLHtcBsvSA8PhPRQUZU7ALjYcDca1FkGDINMocM1qL+ROXXbyA==' type='hidden' />
+          <div class="js-recaptcha-target"></div>
+
+          <input name="497" class="js-ga-hidden-field" value="" type="hidden" />
+            <input name="568" class="ashton-fbclid-field" value="" type="hidden" />
+
+          <div class="row form__row">
+              <div class="col-12">
+                <input name="242" type="text" class="form__control js-form__first-name first-name" placeholder="First Name*" required>
+              </div>
+          </div>
+          <div class="row form__row">
+              <div class="col-12">
+                <input name="243" type="text" class="form__control js-form__last-name last-name" placeholder="Last Name*" required>
+              </div>
+          </div>
+            <div class="row form__row">
+              <div class="col-12">
+                <div class="form__item form__item--dialog js-dialog">
+                  <dialog class="form-dialog js-dialog__content">
+                    <p>By providing my email, I agree that I may receive advertising and/or marketing messages from or on behalf of Ashton Woods regarding its properties, products and services. I can unsubscribe at anytime.</p>

+
+                  </dialog>
+                  <label>
+                    <input name="244" type="email" class="form__control js-form__email" placeholder="Email*" required>
+                    <button class="form-dialog__open js-dialog__open"><span class="sr-only">See disclaimer</span></button>
+                  </label>
+                </div>
+              </div>
+            </div>
+            <div class="row form__row">
+              <div class="col-12">
+                <div class="form__item form__item--dialog js-dialog">
+                  <dialog class="form-dialog js-dialog__content">
+                    <p>By providing my phone number I agree that an Ashton Woods sales consultant may call and/or text me regarding my inquiry.</p>

+
+                  </dialog>
+                  <label>
+                    <input name="245" type="tel" class="form__control js-form__phone js-form__watch-field" placeholder="Phone" pattern="[0-9]{3}-[0-9]{3}-[0-9]{4}">
+                    <button class="form-dialog__open js-dialog__open"><span class="sr-only">See disclaimer</span></button>
+                  </label>
+                </div>
+              </div>
+            </div>
+
+            <div class="w-100 js-form__toggleable-item d-none">
+              <label class="form__custom-checkbox modal-form__sms-wrap js-form__sms">
+                <span class="form__custom-checkbox-input">
+                    <input type="checkbox" name="393" class="form-checkbox js-form__sms-checkbox">
+                  <span class="form__custom-checkbox-control"></span>
+                </span>
+                <span class="form__custom-checkbox-label">
+                  I'd like to receive marketing updates via SMS.
+                </span>
+              </label>
+              <div class=" image-content__form-footer">
+                <p>By providing my phone number and clicking on the Submit button below, I agree to receiving advertising, marketing, and/or informational phone calls or text messages from or on behalf of Ashton Woods regarding its properties, products and services at the mobile phone number provided above, including communications possibly using an automatic telephone dialing system or an artificial or prerecorded voice or using artificial intelligence. Message frequency varies. Message &amp; data rates apply. Text STOP anytime to opt out.</p>

+

+<p>I understand my consent is not a condition of any purchase of any property, goods or services.&nbsp;</p>

+
+              </div>
+            </div>
+          <!-- This gets added by a tracking script -->
+          <!-- <div class="row form__row">
+            <div class="col-12">
+              <label class="form__custom-checkbox form__custom-checkbox--is-highlighted">
+                <span class="form__custom-checkbox-input">
+                  <input type="checkbox" name="tour" />
+                  <span class="form__custom-checkbox-control"></span>
+                </span>
+                <span class="form__custom-checkbox-label"><p>Keep me updated about special pricing and new listings including appointment reminders from Ashton Woods via text.</p>
+                  <p><small><i>† Subscribe to receive recurring text alerts. Message frequency varies. Message & data rates may apply. Text &ldquo;STOP&rdquo; to opt-out.</i></small></p>
+                </span>
+              </label>
+            </div>
+          </div> -->
+            <div class="row form__row">
+              <div class="col-12">
+                <textarea name="246" type="text" class="form__control" placeholder="Questions/Comments" rows="5"></textarea>
+              </div>
+            </div>
+              <div class="row form__row">
+                <div class="col-12">
+                  <label class="form__custom-checkbox">
+                    <span class="form__custom-checkbox-input">
+                      <input name="251" type="checkbox" name="tour" class="js-form__schedule-a-tour" />
+                      <span class="form__custom-checkbox-control"></span>
+                    </span>
+                    <span class="form__custom-checkbox-label">I&rsquo;d like to schedule a tour.</span>
+                  </label>
+                </div>
+              </div>
+            <input type="hidden" name="249" value="23941">
+            <input type="hidden" name="248" value="705">
+          <input type="hidden" name="division_name" value="Austin">
+            <input type="hidden" name="247" value="0">
+
+          <div class="row form__row form__row--submit ">
+            <div class="col-12" style="flex-wrap: wrap;">
+              <input type="checkbox" name="sms_opt_in" class="form-checkbox js-callmetrics-button__checkbox" style="display: none">
+              <button class="button button--primary image-content__form-submit js-callmetrics-button w-100" type="submit">Submit</button>
+            </div>
+          </div>
+
+          <div class="image-content__form-footer">
+            <b>*Required Fields</b>
+            <br />
+            <br />
+            <p>Visit our <a href="/privacy-policy">Privacy Policy</a> and <a href="/disclaimer">Terms of Use</a> for more detail.This site is protected by reCAPTCHA and the Google <a href="https://policies.google.com/privacy" target="_blank">Privacy Policy</a> and <a href="https://policies.google.com/terms" target="_blank">Terms of Service</a> apply.</p>
+          </div>
+        </form>
+      </div>
+
+    </div>
+  </div>
+
+    </div>
+  </div>
+</section>
+
+
+
+  <section class="collection collection--qmi" id="collections">
+  <div class="content-wrapper">
+    <div class="row">
+      <div class="col-sm-12">
+        <div class="collection__inner">
+          <div class="collection__header">
+              <img class="collection__logo" src="/assets/collection-logos/AW-Collection-Logo_Horiz_2C-5444e56a2a0280e023c9a8597fcd2956a188d126861a0f74374b35ee9bdec473.jpg" alt="Ashton Woods Collection Logo" />
+          </div>
+
+          <div class="collection__image-container">
+            <img class="collection__image" src="https://awh.widen.net/content/pux1saqpd4/webp/Artisan-Collection-Thumbnail_edited_23X23r5.jpg?w=1361&amp;h=800&amp;crop=yes&amp;quality=80" />
+          </div>
+          <div class="collection__body">
+            <h4 class="collection__title">This Home Features the Artisan Collection</h4>
+            <p class="collection__subtitle">Artisan is full of earthy tones and artfully mixed textures. Think bohemian touches, easygoing finishes and copper-kettle popcorn popped by hand over the fire. A look that’s inventive, comfortable and real.</p>
+          </div>
+          <div class="collection__footer">
+            <p class="collection__footer-title">About The Ashton Woods Collections</p>
+            <p class="collection__footer-text">Give your home the touch of a professional designer without the hassle of selecting every finish and fixture. Every collection is curated by our award-winning design team, so you can feel confident in whichever aesthetic speaks to you.</p>
+          </div>
+        </div>
+      </div>
+    </div>
+  </div>
+</section>
+
+
+  
+
+
+<section class="module photo-gallery" id="photo-gallery">
+  <div class="content-wrapper">
+    <div class="row">
+      <div class="col-12">
+        <div class="photo-gallery__header">
+          <h3 class="photo-gallery__title">View Photos</h3>
+        </div>
+
+        <div class="photo-gallery__photos">
+            <a class="photo-gallery__photo photo-gallery__photo--item-1" href="#" data-bs-community=the-cottages-at-la-cima data-bs-division=austin data-bs-community_plan=the-cottages-at-la-cima-canyon data-bs-quick_move_in=321-possumhaw-lane data-bs-virtual_tour_url=https://my.matterport.com/show/?m=naE47PJZtnL data-carousel-slide="0" data-bs-toggle="modal" data-bs-target="#lazy-qmi-gallery-modal" title="">
+              <picture>
+                <source media="(max-width: 768px)" srcset="https://awh.widen.net/content/dhb85i0je9/webp/cms_Canyon-A-La-Cima-Gen3-elev_DSK.jpg_z7JJX3p.jpg?w=407&amp;h=196&amp;crop=yes&amp;quality=80">
+                <source media="(min-width: 769px)" srcset="https://awh.widen.net/content/dhb85i0je9/webp/cms_Canyon-A-La-Cima-Gen3-elev_DSK.jpg_z7JJX3p.jpg?w=1027&amp;h=620&amp;crop=yes&amp;quality=80">
+                <img src="https://awh.widen.net/content/dhb85i0je9/webp/cms_Canyon-A-La-Cima-Gen3-elev_DSK.jpg_z7JJX3p.jpg?w=1027&amp;h=620&amp;crop=yes&amp;quality=80" alt="" />
+              </picture>
+
+              <span class="visually-hidden">View home image</span>
+                <div class="photo-gallery__count"><span class="icon"><svg xmlns="http://www.w3.org/2000/svg" width="26" height="20" viewBox="0 0 26 20">
+  <g id="" data-name="Group 8511" transform="translate(-1056 -636)">
+    <g id="" data-name="Rectangle 213" transform="translate(1060 640)" fill="none" stroke="currentColor" stroke-width="1">
+      <rect width="22" height="16" stroke="none"></rect>
+      <rect x="0.5" y="0.5" width="21" height="15" fill="none"></rect>
+    </g>
+    <rect id="" data-name="Rectangle 215" width="22" height="1" transform="translate(1056 636)" fill="currentColor"></rect>
+    <rect id="" data-name="Rectangle 216" width="16" height="1" transform="translate(1056 652) rotate(-90)" fill="currentColor"></rect>
+    <rect id="" data-name="Rectangle 217" width="22" height="1" transform="translate(1058 638)" fill="currentColor"></rect>
+    <rect id="" data-name="Rectangle 218" width="16" height="1" transform="translate(1058 654) rotate(-90)" fill="currentColor"></rect>
+    <g id="" data-name="Ellipse 35" transform="translate(1073 643)" fill="none" stroke="currentColor" stroke-width="1">
+      <circle cx="2" cy="2" r="2" stroke="none"></circle>
+      <circle cx="2" cy="2" r="1.5" fill="none"></circle>
+    </g>
+    <path id="" data-name="Path 1955" d="M1243.614,660.382l6.169-6.557,7.745,6.365,3.486-3.19,3.608,3.19" transform="translate(-183 -8)" fill="none" stroke="currentColor" stroke-width="1"></path>
+  </g>
+</svg></span> <span class="text">27 <span class="text-desktop">Photos</span></span></div>
+            </a>
+            <a class="photo-gallery__photo photo-gallery__photo--item-2" href="#" data-bs-community=the-cottages-at-la-cima data-bs-division=austin data-bs-community_plan=the-cottages-at-la-cima-canyon data-bs-quick_move_in=321-possumhaw-lane data-bs-virtual_tour_url=https://my.matterport.com/show/?m=naE47PJZtnL data-carousel-slide="1" data-bs-toggle="modal" data-bs-target="#lazy-qmi-gallery-modal" title="">
+              <picture>
+                <source media="(max-width: 768px)" srcset="https://awh.widen.net/content/i2gm1lmx1m/webp/cms_Artisan_AW_Collections.jpg_12wwaqY.jpg?w=407&amp;h=196&amp;crop=yes&amp;quality=80">
+                <source media="(min-width: 769px)" srcset="https://awh.widen.net/content/i2gm1lmx1m/webp/cms_Artisan_AW_Collections.jpg_12wwaqY.jpg?w=1027&amp;h=620&amp;crop=yes&amp;quality=80">
+                <img src="https://awh.widen.net/content/i2gm1lmx1m/webp/cms_Artisan_AW_Collections.jpg_12wwaqY.jpg?w=1027&amp;h=620&amp;crop=yes&amp;quality=80" alt="" />
+              </picture>
+
+              <span class="visually-hidden">View home image</span>
+            </a>
+            <a class="photo-gallery__photo photo-gallery__photo--item-3" href="#" data-bs-community=the-cottages-at-la-cima data-bs-division=austin data-bs-community_plan=the-cottages-at-la-cima-canyon data-bs-quick_move_in=321-possumhaw-lane data-bs-virtual_tour_url=https://my.matterport.com/show/?m=naE47PJZtnL data-carousel-slide="2" data-bs-toggle="modal" data-bs-target="#lazy-qmi-gallery-modal" title="">
+              <picture>
+                <source media="(max-width: 768px)" srcset="https://awh.widen.net/content/cmpgpnolqc/webp/cms_128-Lions-Tail-Cove_DSP_002.jpg_xGeeLvb.jpg?w=407&amp;h=196&amp;crop=yes&amp;quality=80">
+                <source media="(min-width: 769px)" srcset="https://awh.widen.net/content/cmpgpnolqc/webp/cms_128-Lions-Tail-Cove_DSP_002.jpg_xGeeLvb.jpg?w=1027&amp;h=620&amp;crop=yes&amp;quality=80">
+                <img src="https://awh.widen.net/content/cmpgpnolqc/webp/cms_128-Lions-Tail-Cove_DSP_002.jpg_xGeeLvb.jpg?w=1027&amp;h=620&amp;crop=yes&amp;quality=80" alt="" />
+              </picture>
+
+              <span class="visually-hidden">View home image</span>
+            </a>
+            <a class="photo-gallery__photo photo-gallery__photo--item-4" href="#" data-bs-community=the-cottages-at-la-cima data-bs-division=austin data-bs-community_plan=the-cottages-at-la-cima-canyon data-bs-quick_move_in=321-possumhaw-lane data-bs-virtual_tour_url=https://my.matterport.com/show/?m=naE47PJZtnL data-carousel-slide="3" data-bs-toggle="modal" data-bs-target="#lazy-qmi-gallery-modal" title="">
+              <picture>
+                <source media="(max-width: 768px)" srcset="https://awh.widen.net/content/uguorun20d/webp/cms_128-Lions-Tail-Cove_DSP_009.jpg_89xxbyN.jpg?w=407&amp;h=196&amp;crop=yes&amp;quality=80">
+                <source media="(min-width: 769px)" srcset="https://awh.widen.net/content/uguorun20d/webp/cms_128-Lions-Tail-Cove_DSP_009.jpg_89xxbyN.jpg?w=1027&amp;h=620&amp;crop=yes&amp;quality=80">
+                <img src="https://awh.widen.net/content/uguorun20d/webp/cms_128-Lions-Tail-Cove_DSP_009.jpg_89xxbyN.jpg?w=1027&amp;h=620&amp;crop=yes&amp;quality=80" alt="" />
+              </picture>
+
+              <span class="visually-hidden">View home image</span>
+            </a>
+            <a class="photo-gallery__photo photo-gallery__photo--item-5" href="#" data-bs-community=the-cottages-at-la-cima data-bs-division=austin data-bs-community_plan=the-cottages-at-la-cima-canyon data-bs-quick_move_in=321-possumhaw-lane data-bs-virtual_tour_url=https://my.matterport.com/show/?m=naE47PJZtnL data-carousel-slide="4" data-bs-toggle="modal" data-bs-target="#lazy-qmi-gallery-modal" title="">
+              <picture>
+                <source media="(max-width: 768px)" srcset="https://awh.widen.net/content/fltsw4or2q/webp/cms_128-Lions-Tail-Cove_DSP_010.jpg_vEllN8z.jpg?w=407&amp;h=196&amp;crop=yes&amp;quality=80">
+                <source media="(min-width: 769px)" srcset="https://awh.widen.net/content/fltsw4or2q/webp/cms_128-Lions-Tail-Cove_DSP_010.jpg_vEllN8z.jpg?w=1027&amp;h=620&amp;crop=yes&amp;quality=80">
+                <img src="https://awh.widen.net/content/fltsw4or2q/webp/cms_128-Lions-Tail-Cove_DSP_010.jpg_vEllN8z.jpg?w=1027&amp;h=620&amp;crop=yes&amp;quality=80" alt="" />
+              </picture>
+
+              <span class="visually-hidden">View home image</span>
+            </a>
+            <a class="photo-gallery__photo photo-gallery__photo--item-6" href="#" data-bs-community=the-cottages-at-la-cima data-bs-division=austin data-bs-community_plan=the-cottages-at-la-cima-canyon data-bs-quick_move_in=321-possumhaw-lane data-bs-virtual_tour_url=https://my.matterport.com/show/?m=naE47PJZtnL data-carousel-slide="5" data-bs-toggle="modal" data-bs-target="#lazy-qmi-gallery-modal" title="">
+              <picture>
+                <source media="(max-width: 768px)" srcset="https://awh.widen.net/content/lyqlq7xa3i/webp/cms_128-Lions-Tail-Cove_DSP_013.jpg_N7bbLXl.jpg?w=407&amp;h=196&amp;crop=yes&amp;quality=80">
+                <source media="(min-width: 769px)" srcset="https://awh.widen.net/content/lyqlq7xa3i/webp/cms_128-Lions-Tail-Cove_DSP_013.jpg_N7bbLXl.jpg?w=1027&amp;h=620&amp;crop=yes&amp;quality=80">
+                <img src="https://awh.widen.net/content/lyqlq7xa3i/webp/cms_128-Lions-Tail-Cove_DSP_013.jpg_N7bbLXl.jpg?w=1027&amp;h=620&amp;crop=yes&amp;quality=80" alt="" />
+              </picture>
+
+              <span class="visually-hidden">View home image</span>
+            </a>
+            <a class="photo-gallery__photo photo-gallery__photo--item-7" href="#" data-bs-community=the-cottages-at-la-cima data-bs-division=austin data-bs-community_plan=the-cottages-at-la-cima-canyon data-bs-quick_move_in=321-possumhaw-lane data-bs-virtual_tour_url=https://my.matterport.com/show/?m=naE47PJZtnL data-carousel-slide="6" data-bs-toggle="modal" data-bs-target="#lazy-qmi-gallery-modal" title="">
+              <picture>
+                <source media="(max-width: 768px)" srcset="https://awh.widen.net/content/rz2kbfp8it/webp/cms_128-Lions-Tail-Cove_DSP_014.jpg_aqQQp0M.jpg?w=407&amp;h=196&amp;crop=yes&amp;quality=80">
+                <source media="(min-width: 769px)" srcset="https://awh.widen.net/content/rz2kbfp8it/webp/cms_128-Lions-Tail-Cove_DSP_014.jpg_aqQQp0M.jpg?w=1027&amp;h=620&amp;crop=yes&amp;quality=80">
+                <img src="https://awh.widen.net/content/rz2kbfp8it/webp/cms_128-Lions-Tail-Cove_DSP_014.jpg_aqQQp0M.jpg?w=1027&amp;h=620&amp;crop=yes&amp;quality=80" alt="" />
+              </picture>
+
+              <span class="visually-hidden">View home image</span>
+            </a>
+        </div>
+      </div>
+    </div>
+  </div>
+</section>
+
+  
+<div 
+  class="modal modal--linear-gallery modal-gallery fade modal-gallery--video js-community-photos-list" 
+  data-tour-url="lazy_modal_url"
+  id="lazy-qmi-gallery-modal" 
+  tabindex="-1" 
+  role="dialog" 
+  aria-labelledby="lazy-qmi-gallery-modal-label"
+>
+  <div class="modal-dialog" role="document">
+    <div class="modal-content content-wrapper modal-gallery__wrapper">
+      <div class="modal__header modal__header--no-headline">
+        <button class="button modal-close modal-schedule-a-tour__close" data-bs-dismiss="modal" aria-label="Close Modal">
+          <span class="icon">
+            <svg xmlns="http://www.w3.org/2000/svg" height="311pt" viewBox="0 0 311 311.07733" width="311pt"><path d="m16.035156 311.078125c-4.097656 0-8.195312-1.558594-11.308594-4.695313-6.25-6.25-6.25-16.382812 0-22.632812l279.0625-279.0625c6.25-6.25 16.382813-6.25 22.632813 0s6.25 16.382812 0 22.636719l-279.058594 279.058593c-3.136719 3.117188-7.234375 4.695313-11.328125 4.695313zm0 0" fill="currentColor"></path><path d="m295.117188 311.078125c-4.097657 0-8.191407-1.558594-11.308594-4.695313l-279.082032-279.058593c-6.25-6.253907-6.25-16.386719 0-22.636719s16.382813-6.25 22.636719 0l279.058594 279.0625c6.25 6.25 6.25 16.382812 0 22.632812-3.136719 3.117188-7.230469 4.695313-11.304687 4.695313zm0 0" fill="currentColor"></path></svg>
+          </span>
+        </button>
+      </div>
+      <div class="row">
+        <div class="col-12">
+          <div class="modal__body">
+            <div class="row js-modal-loader modal-loader modal-loader--dots">
+              <div class="modal-loader__inner">
+                <img alt="Loading..." class="loading-overlay__icon" src="/assets/loading-dot-pattern-1bcbfdcf1fbad4db2a0b9f512d84671a962e88faee3971b48d1817652ee87ff6.gif" />
+              </div>
+            </div>
+
+            <div class="row justify-content-center js-lazy-modal-body" style="display: none">
+              <div class="col-12 col-lg-push-3 col-lg-9 order-lg-2">
+                <div class="modal-gallery__linear-gallery js-linear-gallery"></div>
+                <div class="modal-gallery__mobile-request d-lg-none">
+                  <a class="button button--primary division-list__request-button js-modal-directions__details-on-division" href="javascript:void(0);" rel="noopener" data-title="Learn More About Our Award-Winning Home Design" data-card="true" data-datalayer-location="view_photos">Request Info</a>
+                </div>
+              </div>
+            </div>
+
+          </div>
+        </div>
+      </div>
+    </div>
+  </div>
+</div>
+
+
+
+
+  <section class="frame floor-plan js-chatHide" id="floor-plan">
+  <div class="content-wrapper">
+    <div class="row">
+      <div class="col-12">
+        <div class="frame__header">
+          <h3 class="frame__title">The Cottages at La Cima - Canyon Floor Plan</h3>
+        </div>
+        <div class="frame__embed-container frame__embed-container--with-padding">
+          <div class="frame__embed" style="--min-height-mobile: 600px; --min-height-desktop: 600px;">
+            <iframe src="https://rifp.ml3ds-icon.com/#/floorplan/497441?pcoLink=66559&amp;pco=1342071&amp;reverseFloorPlan=true&amp;pcoElevations=581748" title="Floor plan" title="https://rifp.ml3ds-icon.com/#/floorplan/497441?pcoLink=66559&amp;pco=1342071&amp;reverseFloorPlan=true&amp;pcoElevations=581748 iframe" loading="lazy"></iframe>
+          </div>
+        </div>
+      </div>
+    </div>
+    <div class="row">
+      <div class="col-12">
+        <div class="frame__footer js-expando" data-expando-height="108" data-expando-breakpoint="(min-width: 992px)">
+          <div class="frame__footer-content">
+            <div class="row">
+              <div class="col-2 col-lg-1">
+                <div class="frame__footer-icon"></div>
+              </div>
+              <div class="col-10 col-lg-11">
+                <div class="frame__footer-text js-expando__content" aria-expanded="false">
+                  <p>&copy; 2026 Ashton Woods Homes. Ashton Woods Homes reserves the right to change plans, specifications, dimensions, designs, elevations and pricing without notice in its sole discretion. Stated dimensions and square footage are approximate and are not representative of a home’s actual size or net useable square footage which may be less than the estimated square footage. Floorplans and elevations shown may not accurately represent the actual condition of a home as constructed, and may contain options which are not available on all models. Window, floor and ceiling elevations are approximate, subject to change without prior notice or obligation, may not be updated on the website, and may vary by plan elevation and/or community. Special wall and window treatments, upgraded flooring, fireplace surrounds, landscape and other features in and around the model homes are designer suggestions and not included in the sales price. All renderings, color schemes, floor plans, maps and displays are artists’ conceptions and are not intended to be an actual depiction of the home or its surroundings. Basement options are available subject to site conditions. Garage or bay sizes may vary from home to home and may not accommodate all vehicles. Home site premiums may apply. While we endeavor to display current and accurate information, we make no representations or warranties regarding the information set forth herein and, without limiting the foregoing, are not responsible for any information being out of date or inaccurate, or for any typographical errors. Please see Sales Representative for additional information, including current floor plans. This is not an offer to sell real estate, or solicitation to buy real estate, in any jurisdiction where prohibited by law or in any jurisdiction where prior registration is required, including New York and New Jersey.

+</p>
+                </div>
+                <a class="frame__footer-toggle js-expando__toggle" href="#" aria-expanded="false">Show More</a>
+              </div>
+            </div>
+          </div>
+        </div>
+      </div>
+    </div>
+  </div>
+</section>
+
+
+
+  <section class="property-cards property-cards--is-light " id="more-quick-move-ins">
+  <div class="content-wrapper property-cards__header-wrapper">
+    <div class="property-cards__header">
+      <h3 class="property-cards__title">View More Quick Move-Ins in The Cottages at La Cima</h3>
+    </div>
+  </div>
+  <div class="content-wrapper property-cards__body-wrapper">
+    <div class="property-cards__cards">
+      
+
+          <div class="property-card js-property-card property-cards__card" data-property-id="22698" data-property-image-url="https://awh.widen.net/content/bgy66qelpf/webp/cms_121-Knockout-Rose-Drive_DSP_003.jpg_o0m1pwJ.jpg?w=1027&amp;h=620&amp;crop=yes&amp;quality=80">
+
+  <a
+    href="/austin/the-cottages-at-la-cima/the-cottages-at-la-cima-travis/121-knockout-rose-drive"
+    class="property-card__image"
+  >
+    <picture>
+      <source media="(max-width: 768px)" srcset="https://awh.widen.net/content/bgy66qelpf/webp/cms_121-Knockout-Rose-Drive_DSP_003.jpg_o0m1pwJ.jpg?w=493&amp;h=208&amp;crop=yes&amp;quality=80">
+      <source media="(min-width: 769px)" srcset="https://awh.widen.net/content/bgy66qelpf/webp/cms_121-Knockout-Rose-Drive_DSP_003.jpg_o0m1pwJ.jpg?w=1027&amp;h=620&amp;crop=yes&amp;quality=80">
+      <img src="https://awh.widen.net/content/bgy66qelpf/webp/cms_121-Knockout-Rose-Drive_DSP_003.jpg_o0m1pwJ.jpg?w=1027&amp;h=620&amp;crop=yes&amp;quality=80" alt="" />
+    </picture>
+    <span class="visually-hidden">Travis </span>
+  </a>
+  <div class="property-card__main">
+    <div class="d-flex flex-column flex-lg-row justify-content-between w-100">
+      <div class="property-card__head-action order-lg-2">
+        <ul class="property-card__action-list">
+          <li class="property-card__action-item">
+            <button class="property-card__action js-modal-directions__details-on-division"
+              type="button"
+              data-title="Learn More About Our Award-Winning Home Design"
+              data-community-id="705"
+              data-qmi-id=22698
+              data-card="true"
+              data-url="/austin/the-cottages-at-la-cima/the-cottages-at-la-cima-travis/121-knockout-rose-drive"
+              data-datalayer-location="cta"
+            >
+              <span class="icon">
+                <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 22 21" style="enable-background:new 0 0 22 21;" xml:space="preserve">
+<path d="M11,21C5.1,21,0.5,16.4,0.5,10.5S5.1,0,11,0s10.5,4.6,10.5,10.5S16.9,21,11,21z M11,1  c-5.3,0-9.5,4.2-9.5,9.5c0,5.3,4.2,9.5,9.5,9.5c5.3,0,9.5-4.2,9.5-9.5C20.5,5.2,16.3,1,11,1z" fill="#087482"></path>
+<path d="M10.1,15.9V7.8H12v8.1H10.1z M10.1,5.1c0-0.6,0.4-0.9,0.9-0.9c0.6,0,0.9,0.4,0.9,0.9  c0,0.6-0.4,0.9-0.9,0.9C10.4,5.9,10.1,5.5,10.1,5.1z" fill="#087482"></path>
+</svg>
+              </span>
+              <span class="text">Request Info</span>
+            </button>
+          </li>
+          <li class="property-card__action-item">
+            <button class="property-card__action" type="button" data-bs-toggle="modal" data-bs-division-name="austin" data-bs-community-name="the-cottages-at-la-cima" data-bs-community-plan-name="the-cottages-at-la-cima-travis" data-bs-plan-name="121-knockout-rose-drive" data-bs-target="#lazy-qmi-gallery">
+              <span class="icon">
+                <svg xmlns="http://www.w3.org/2000/svg" width="26" height="20" viewBox="0 0 26 20">
+  <g id="" data-name="Group 8511" transform="translate(-1056 -636)">
+    <g id="" data-name="Rectangle 213" transform="translate(1060 640)" fill="none" stroke="currentColor" stroke-width="1">
+      <rect width="22" height="16" stroke="none"></rect>
+      <rect x="0.5" y="0.5" width="21" height="15" fill="none"></rect>
+    </g>
+    <rect id="" data-name="Rectangle 215" width="22" height="1" transform="translate(1056 636)" fill="currentColor"></rect>
+    <rect id="" data-name="Rectangle 216" width="16" height="1" transform="translate(1056 652) rotate(-90)" fill="currentColor"></rect>
+    <rect id="" data-name="Rectangle 217" width="22" height="1" transform="translate(1058 638)" fill="currentColor"></rect>
+    <rect id="" data-name="Rectangle 218" width="16" height="1" transform="translate(1058 654) rotate(-90)" fill="currentColor"></rect>
+    <g id="" data-name="Ellipse 35" transform="translate(1073 643)" fill="none" stroke="currentColor" stroke-width="1">
+      <circle cx="2" cy="2" r="2" stroke="none"></circle>
+      <circle cx="2" cy="2" r="1.5" fill="none"></circle>
+    </g>
+    <path id="" data-name="Path 1955" d="M1243.614,660.382l6.169-6.557,7.745,6.365,3.486-3.19,3.608,3.19" transform="translate(-183 -8)" fill="none" stroke="currentColor" stroke-width="1"></path>
+  </g>
+</svg>
+              </span>
+              <span class="text">View Photos</span>
+            </button>
+          </li>
+
+        </ul>
+      </div>
+      <div class="d-flex flex-column">
+        <div class="property-card__head">
+          <div class="property-card__head-info">
+            <div class="property-card__body-title">
+                <svg xmlns="http://www.w3.org/2000/svg" width="12" height="13" viewBox="0 0 12 13" fill="none">
+<circle cx="6" cy="6.5" r="6" fill="#087482"></circle>
+</svg>
+              Available Now
+            </div>
+            <div class="property-card__header">
+              <div class="property-card__heading">
+                <h4 class="property-card__title property-card__title--small">
+                  <a href="/austin/the-cottages-at-la-cima/the-cottages-at-la-cima-travis/121-knockout-rose-drive">121 Knockout Rose Drive <br /> San Marcos, TX 78666</a>
+                </h4>
+              </div>
+            </div>
+          </div>
+        </div>
+        <div class="property-card__body">
+          <div class="property-card__body-section">
+            <div class="property-card__price">
+                <span class="property-card__price">
+                  $324,830
+                </span>
+
+            </div>
+            <ul class="property-card__feature-list property-card__feature-list--has-icons property-card__feature-list--2-col">
+              <li>
+                <img class="icon" alt="icon" src="/assets/icons/specs-plan-2724cafb51ce2d1a2739f7c4b0a312e3aea0958b4960b25d93805b766cc5c050.svg" />
+                <a class="text" href="/austin/all-home-plans/travis">Travis </a>
+              </li>
+
+                <li>
+                  <img class="icon" alt="icon" src="/assets/nebocms_ashton/icons/home-194f5de46d48e45f9ba60a9adff9578b8d6e64afcbce2a9389260caa762d8a55.svg" />
+                  <span class="text">Single Family</span>
+                </li>
+
+                <li>
+                  <img class="icon" alt="icon" src="/assets/nebocms_ashton/icons/bed-primary-9c4c11756f0f4b52e7fb3d56a14913f9ae515a20c7a5435fa35113c48435ca22.svg" />
+                  <span class="text">3 Beds</span>
+                </li>
+
+                <li>
+                  <img class="icon" alt="icon" src="/assets/nebocms_ashton/icons/bath-primary-f483147e75f71bac3db5b971ee2c861bf002ea2b205027cd8c22d220710db085.svg" />
+                  <span class="text">2 Baths</span>
+                </li>
+
+                <li>
+                  <img class="icon" alt="icon" src="/assets/nebocms_ashton/icons/squared-primary-f2f3c4f178a09ea6f8ff35632f8413eaa1c6967b4283186aef5d458397cc32d8.svg" />
+                  <span class="text">1520 sq. ft.</span>
+                </li>
+
+                <li>
+                  <img class="icon" alt="icon" src="/assets/nebocms_ashton/icons/stairs-primary-a0dac2bb41bdc84790f152476876e9498a3139d57f08f2394f1f79afc9f0e26b.svg" />
+                  <span class="text">1 Story</span>
+                </li>
+
+                <li>
+                  <img class="icon" alt="icon" src="/assets/nebocms_ashton/icons/garage-primary-0f734d8b984c28d0a2f6531555ac7fa54e63ec1b027885d2b49d4769008f4749.svg" />
+                  <span class="text">2 Car Garage</span>
+                </li>
+            </ul>
+          </div>
+        </div>
+      </div>
+    </div>
+    <div class="property-card__footer">
+      <div class="property-card__footer-actions">
+        <a class="button button--primary property-card__footer-action" href="/austin/the-cottages-at-la-cima/the-cottages-at-la-cima-travis/121-knockout-rose-drive">
+          View Home
+</a>      </div>
+    </div>
+  </div>
+  
+<div
+  class="toggle-favorite js-ajax-form"
+  data-is-favorited="false"
+  data-ajax-form-type="toggle-favorite"
+>
+  <form
+    action="/add_favorite"
+    class="js-ajax-form__form"
+    method="POST"
+  >
+    <input name='authenticity_token' class='js-authenticity-token' value='Y/jGTkf57dzPLtU/3uC3oXqXFUHAGyGpyDe7aOv2t9VlEPT8xQgOcHBMrdqqODhq7guxTmhxWRw63Vx1Y24cBg==' type='hidden' />
+    <input class="js-favorite-object-id" name="object_id" type="hidden" value="22698" />
+    <input class="js-favorite-object-type" name="object_type" type="hidden" value="qmi" />
+    <input class="js-favorite-action-type" name="action_type" type="hidden" value="add" />
+
+    <button
+      data-favorite-object-id="22698"
+      data-favorite-type="qmi"
+      class="js-favorite-button toggle-favorite__button toggle-favorite__button--text"
+      type="submit">
+      <span class="visually-hidden">Add or remove from your favorites</span>
+      <svg xmlns="http://www.w3.org/2000/svg" class="heart-icon" width="28" height="25" viewBox="0 0 28 25">
+  <g transform="translate(0.5 0.5)">
+    <path class="heart-icon__inner" d="M19.959,0A7.358,7.358,0,0,0,13.5,3.679,7.358,7.358,0,0,0,7.041,0,6.835,6.835,0,0,0,0,7.129C0,13.437,5.524,17.841,13.5,24,21.476,17.841,27,13.437,27,7.129A6.835,6.835,0,0,0,19.959,0" transform="translate(0)" fill="#fff" stroke="#222" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"></path>
+  </g>
+</svg>
+    </button>
+  </form>
+
+  <div class="message message--bottom toggle-favorite__error js-ajax-form__error">
+    <div class="message__inner">
+      There was an error adding 121 Knockout Rose Drive, San Marcos TX, 78666 to your favorites; please try again later
+    </div>
+  </div>
+  <div class="message message--bottom toggle-favorite__is-favorited">
+    <div class="message__inner">
+      <svg xmlns="http://www.w3.org/2000/svg" class="heart-icon" width="28" height="25" viewBox="0 0 28 25">
+  <g transform="translate(0.5 0.5)">
+    <path class="heart-icon__inner" d="M19.959,0A7.358,7.358,0,0,0,13.5,3.679,7.358,7.358,0,0,0,7.041,0,6.835,6.835,0,0,0,0,7.129C0,13.437,5.524,17.841,13.5,24,21.476,17.841,27,13.437,27,7.129A6.835,6.835,0,0,0,19.959,0" transform="translate(0)" fill="#fff" stroke="#222" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"></path>
+  </g>
+</svg>
+      <span>121 Knockout Rose Drive, San Marcos TX, 78666 was added to your favorites</span>
+    </div>
+  </div>
+  <div class="message message--bottom toggle-favorite__is-unfavorited">
+    <div class="message__inner">
+      <svg xmlns="http://www.w3.org/2000/svg" class="heart-icon" width="28" height="25" viewBox="0 0 28 25">
+  <g transform="translate(0.5 0.5)">
+    <path class="heart-icon__inner" d="M19.959,0A7.358,7.358,0,0,0,13.5,3.679,7.358,7.358,0,0,0,7.041,0,6.835,6.835,0,0,0,0,7.129C0,13.437,5.524,17.841,13.5,24,21.476,17.841,27,13.437,27,7.129A6.835,6.835,0,0,0,19.959,0" transform="translate(0)" fill="#fff" stroke="#222" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"></path>
+  </g>
+</svg>
+      <span>121 Knockout Rose Drive, San Marcos TX, 78666 was removed from your favorites</span>
+    </div>
+  </div>
+</div>
+
+</div>
+
+
+          <div class="property-card js-property-card property-cards__card" data-property-id="23731" data-property-image-url="https://awh.widen.net/content/qqhmpetwhj/webp/cms_120-LION_S-TAIL-COVE_DSP_002.jpg_bO6ykDM.jpg?w=1027&amp;h=620&amp;crop=yes&amp;quality=80">
+
+  <a
+    href="/austin/the-cottages-at-la-cima/the-cottages-at-la-cima-buchanan/120-lions-tail-cove"
+    class="property-card__image"
+  >
+    <picture>
+      <source media="(max-width: 768px)" srcset="https://awh.widen.net/content/qqhmpetwhj/webp/cms_120-LION_S-TAIL-COVE_DSP_002.jpg_bO6ykDM.jpg?w=493&amp;h=208&amp;crop=yes&amp;quality=80">
+      <source media="(min-width: 769px)" srcset="https://awh.widen.net/content/qqhmpetwhj/webp/cms_120-LION_S-TAIL-COVE_DSP_002.jpg_bO6ykDM.jpg?w=1027&amp;h=620&amp;crop=yes&amp;quality=80">
+      <img src="https://awh.widen.net/content/qqhmpetwhj/webp/cms_120-LION_S-TAIL-COVE_DSP_002.jpg_bO6ykDM.jpg?w=1027&amp;h=620&amp;crop=yes&amp;quality=80" alt="" />
+    </picture>
+    <span class="visually-hidden">Buchanan</span>
+  </a>
+  <div class="property-card__main">
+    <div class="d-flex flex-column flex-lg-row justify-content-between w-100">
+      <div class="property-card__head-action order-lg-2">
+        <ul class="property-card__action-list">
+          <li class="property-card__action-item">
+            <button class="property-card__action js-modal-directions__details-on-division"
+              type="button"
+              data-title="Learn More About Our Award-Winning Home Design"
+              data-community-id="705"
+              data-qmi-id=23731
+              data-card="true"
+              data-url="/austin/the-cottages-at-la-cima/the-cottages-at-la-cima-buchanan/120-lions-tail-cove"
+              data-datalayer-location="cta"
+            >
+              <span class="icon">
+                <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 22 21" style="enable-background:new 0 0 22 21;" xml:space="preserve">
+<path d="M11,21C5.1,21,0.5,16.4,0.5,10.5S5.1,0,11,0s10.5,4.6,10.5,10.5S16.9,21,11,21z M11,1  c-5.3,0-9.5,4.2-9.5,9.5c0,5.3,4.2,9.5,9.5,9.5c5.3,0,9.5-4.2,9.5-9.5C20.5,5.2,16.3,1,11,1z" fill="#087482"></path>
+<path d="M10.1,15.9V7.8H12v8.1H10.1z M10.1,5.1c0-0.6,0.4-0.9,0.9-0.9c0.6,0,0.9,0.4,0.9,0.9  c0,0.6-0.4,0.9-0.9,0.9C10.4,5.9,10.1,5.5,10.1,5.1z" fill="#087482"></path>
+</svg>
+              </span>
+              <span class="text">Request Info</span>
+            </button>
+          </li>
+          <li class="property-card__action-item">
+            <button class="property-card__action" type="button" data-bs-toggle="modal" data-bs-division-name="austin" data-bs-community-name="the-cottages-at-la-cima" data-bs-community-plan-name="the-cottages-at-la-cima-buchanan" data-bs-plan-name="120-lions-tail-cove" data-bs-target="#lazy-qmi-gallery">
+              <span class="icon">
+                <svg xmlns="http://www.w3.org/2000/svg" width="26" height="20" viewBox="0 0 26 20">
+  <g id="" data-name="Group 8511" transform="translate(-1056 -636)">
+    <g id="" data-name="Rectangle 213" transform="translate(1060 640)" fill="none" stroke="currentColor" stroke-width="1">
+      <rect width="22" height="16" stroke="none"></rect>
+      <rect x="0.5" y="0.5" width="21" height="15" fill="none"></rect>
+    </g>
+    <rect id="" data-name="Rectangle 215" width="22" height="1" transform="translate(1056 636)" fill="currentColor"></rect>
+    <rect id="" data-name="Rectangle 216" width="16" height="1" transform="translate(1056 652) rotate(-90)" fill="currentColor"></rect>
+    <rect id="" data-name="Rectangle 217" width="22" height="1" transform="translate(1058 638)" fill="currentColor"></rect>
+    <rect id="" data-name="Rectangle 218" width="16" height="1" transform="translate(1058 654) rotate(-90)" fill="currentColor"></rect>
+    <g id="" data-name="Ellipse 35" transform="translate(1073 643)" fill="none" stroke="currentColor" stroke-width="1">
+      <circle cx="2" cy="2" r="2" stroke="none"></circle>
+      <circle cx="2" cy="2" r="1.5" fill="none"></circle>
+    </g>
+    <path id="" data-name="Path 1955" d="M1243.614,660.382l6.169-6.557,7.745,6.365,3.486-3.19,3.608,3.19" transform="translate(-183 -8)" fill="none" stroke="currentColor" stroke-width="1"></path>
+  </g>
+</svg>
+              </span>
+              <span class="text">View Photos</span>
+            </button>
+          </li>
+
+        </ul>
+      </div>
+      <div class="d-flex flex-column">
+        <div class="property-card__head">
+          <div class="property-card__head-info">
+            <div class="property-card__body-title">
+                <svg xmlns="http://www.w3.org/2000/svg" width="12" height="13" viewBox="0 0 12 13" fill="none">
+<circle cx="6" cy="6.5" r="6" fill="#087482"></circle>
+</svg>
+              Available Now
+            </div>
+            <div class="property-card__header">
+              <div class="property-card__heading">
+                <h4 class="property-card__title property-card__title--small">
+                  <a href="/austin/the-cottages-at-la-cima/the-cottages-at-la-cima-buchanan/120-lions-tail-cove">120 Lion&#39;s Tail Cove <br /> San Marcos, TX 78666</a>
+                </h4>
+              </div>
+            </div>
+          </div>
+        </div>
+        <div class="property-card__body">
+          <div class="property-card__body-section">
+            <div class="property-card__price">
+                <span class="property-card__price">
+                  $313,550
+                </span>
+
+            </div>
+            <ul class="property-card__feature-list property-card__feature-list--has-icons property-card__feature-list--2-col">
+              <li>
+                <img class="icon" alt="icon" src="/assets/icons/specs-plan-2724cafb51ce2d1a2739f7c4b0a312e3aea0958b4960b25d93805b766cc5c050.svg" />
+                <a class="text" href="/austin/all-home-plans/buchanan">Buchanan</a>
+              </li>
+                <li>
+                  <img class="icon" alt="icon" src="/assets/icons/specs-collection-2801d05c12b9393ff86d6b3d2cbb8e05f17aaec9f8bdecbd0c17295915aede4c.svg" />
+                  <span class="text">Laguna</span>
+                </li>
+
+                <li>
+                  <img class="icon" alt="icon" src="/assets/nebocms_ashton/icons/home-194f5de46d48e45f9ba60a9adff9578b8d6e64afcbce2a9389260caa762d8a55.svg" />
+                  <span class="text">Single Family</span>
+                </li>
+
+                <li>
+                  <img class="icon" alt="icon" src="/assets/nebocms_ashton/icons/bed-primary-9c4c11756f0f4b52e7fb3d56a14913f9ae515a20c7a5435fa35113c48435ca22.svg" />
+                  <span class="text">3 Beds</span>
+                </li>
+
+                <li>
+                  <img class="icon" alt="icon" src="/assets/nebocms_ashton/icons/bath-primary-f483147e75f71bac3db5b971ee2c861bf002ea2b205027cd8c22d220710db085.svg" />
+                  <span class="text">2 Baths</span>
+                </li>
+
+                <li>
+                  <img class="icon" alt="icon" src="/assets/nebocms_ashton/icons/squared-primary-f2f3c4f178a09ea6f8ff35632f8413eaa1c6967b4283186aef5d458397cc32d8.svg" />
+                  <span class="text">1470 sq. ft.</span>
+                </li>
+
+                <li>
+                  <img class="icon" alt="icon" src="/assets/nebocms_ashton/icons/stairs-primary-a0dac2bb41bdc84790f152476876e9498a3139d57f08f2394f1f79afc9f0e26b.svg" />
+                  <span class="text">1 Story</span>
+                </li>
+
+                <li>
+                  <img class="icon" alt="icon" src="/assets/nebocms_ashton/icons/garage-primary-0f734d8b984c28d0a2f6531555ac7fa54e63ec1b027885d2b49d4769008f4749.svg" />
+                  <span class="text">2 Car Garage</span>
+                </li>
+            </ul>
+          </div>
+        </div>
+      </div>
+    </div>
+    <div class="property-card__footer">
+      <div class="property-card__footer-actions">
+        <a class="button button--primary property-card__footer-action" href="/austin/the-cottages-at-la-cima/the-cottages-at-la-cima-buchanan/120-lions-tail-cove">
+          View Home
+</a>      </div>
+    </div>
+  </div>
+  
+<div
+  class="toggle-favorite js-ajax-form"
+  data-is-favorited="false"
+  data-ajax-form-type="toggle-favorite"
+>
+  <form
+    action="/add_favorite"
+    class="js-ajax-form__form"
+    method="POST"
+  >
+    <input name='authenticity_token' class='js-authenticity-token' value='sWBnVJsg0OH6AfXfImAWTeTa1Oy0yVy1z7ZANjbK0ZS3iFXmGdEzTUVjjTpWuJmGcEZw4xyjJAA9XKcrvlJ6Rw==' type='hidden' />
+    <input class="js-favorite-object-id" name="object_id" type="hidden" value="23731" />
+    <input class="js-favorite-object-type" name="object_type" type="hidden" value="qmi" />
+    <input class="js-favorite-action-type" name="action_type" type="hidden" value="add" />
+
+    <button
+      data-favorite-object-id="23731"
+      data-favorite-type="qmi"
+      class="js-favorite-button toggle-favorite__button toggle-favorite__button--text"
+      type="submit">
+      <span class="visually-hidden">Add or remove from your favorites</span>
+      <svg xmlns="http://www.w3.org/2000/svg" class="heart-icon" width="28" height="25" viewBox="0 0 28 25">
+  <g transform="translate(0.5 0.5)">
+    <path class="heart-icon__inner" d="M19.959,0A7.358,7.358,0,0,0,13.5,3.679,7.358,7.358,0,0,0,7.041,0,6.835,6.835,0,0,0,0,7.129C0,13.437,5.524,17.841,13.5,24,21.476,17.841,27,13.437,27,7.129A6.835,6.835,0,0,0,19.959,0" transform="translate(0)" fill="#fff" stroke="#222" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"></path>
+  </g>
+</svg>
+    </button>
+  </form>
+
+  <div class="message message--bottom toggle-favorite__error js-ajax-form__error">
+    <div class="message__inner">
+      There was an error adding 120 Lion&#39;s Tail Cove, San Marcos TX, 78666 to your favorites; please try again later
+    </div>
+  </div>
+  <div class="message message--bottom toggle-favorite__is-favorited">
+    <div class="message__inner">
+      <svg xmlns="http://www.w3.org/2000/svg" class="heart-icon" width="28" height="25" viewBox="0 0 28 25">
+  <g transform="translate(0.5 0.5)">
+    <path class="heart-icon__inner" d="M19.959,0A7.358,7.358,0,0,0,13.5,3.679,7.358,7.358,0,0,0,7.041,0,6.835,6.835,0,0,0,0,7.129C0,13.437,5.524,17.841,13.5,24,21.476,17.841,27,13.437,27,7.129A6.835,6.835,0,0,0,19.959,0" transform="translate(0)" fill="#fff" stroke="#222" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"></path>
+  </g>
+</svg>
+      <span>120 Lion&#39;s Tail Cove, San Marcos TX, 78666 was added to your favorites</span>
+    </div>
+  </div>
+  <div class="message message--bottom toggle-favorite__is-unfavorited">
+    <div class="message__inner">
+      <svg xmlns="http://www.w3.org/2000/svg" class="heart-icon" width="28" height="25" viewBox="0 0 28 25">
+  <g transform="translate(0.5 0.5)">
+    <path class="heart-icon__inner" d="M19.959,0A7.358,7.358,0,0,0,13.5,3.679,7.358,7.358,0,0,0,7.041,0,6.835,6.835,0,0,0,0,7.129C0,13.437,5.524,17.841,13.5,24,21.476,17.841,27,13.437,27,7.129A6.835,6.835,0,0,0,19.959,0" transform="translate(0)" fill="#fff" stroke="#222" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"></path>
+  </g>
+</svg>
+      <span>120 Lion&#39;s Tail Cove, San Marcos TX, 78666 was removed from your favorites</span>
+    </div>
+  </div>
+</div>
+
+</div>
+
+      
+    </div>
+      <div id="3dTourModal-0-qmi"
+        tabindex="-1"
+        role="dialog"
+        class="modal fade modal-3d-tour js-iframe-url__modal js-video-modal"
+        >
+          <button class="button modal-close modal-3d-tour__close" data-bs-dismiss="modal" aria-label="Close Modal">
+            <span class="icon">
+              <svg xmlns="http://www.w3.org/2000/svg" height="311pt" viewBox="0 0 311 311.07733" width="311pt"><path d="m16.035156 311.078125c-4.097656 0-8.195312-1.558594-11.308594-4.695313-6.25-6.25-6.25-16.382812 0-22.632812l279.0625-279.0625c6.25-6.25 16.382813-6.25 22.632813 0s6.25 16.382812 0 22.636719l-279.058594 279.058593c-3.136719 3.117188-7.234375 4.695313-11.328125 4.695313zm0 0" fill="currentColor"></path><path d="m295.117188 311.078125c-4.097657 0-8.191407-1.558594-11.308594-4.695313l-279.082032-279.058593c-6.25-6.253907-6.25-16.386719 0-22.636719s16.382813-6.25 22.636719 0l279.058594 279.0625c6.25 6.25 6.25 16.382812 0 22.632812-3.136719 3.117188-7.230469 4.695313-11.304687 4.695313zm0 0" fill="currentColor"></path></svg>
+            </span>
+          </button>
+          <div class="modal-dialog modal-3d-tour__dialog" role="document">
+            <div class="content-wrapper modal-content-wrapper modal-3d-tour__wrapper">
+              <div class="modal-header modal-3d-tour__header">
+              </div>
+              <div class="modal-body modal-3d-tour__body">
+                <div class="modal-3d-tour__main">
+                  <iframe id="youtube-iframe-modal-0" src="" class="js-iframe-url__iframe js-youtube-controller" width="100%" height="100%" title="3d Tour" frameborder="0" allowfullscreen allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" ></iframe>
+              </div>
+            </div>
+          </div>
+        </div>
+      </div>
+      <div id="3dTourModal-1-qmi"
+        tabindex="-1"
+        role="dialog"
+        class="modal fade modal-3d-tour js-iframe-url__modal js-video-modal"
+        >
+          <button class="button modal-close modal-3d-tour__close" data-bs-dismiss="modal" aria-label="Close Modal">
+            <span class="icon">
+              <svg xmlns="http://www.w3.org/2000/svg" height="311pt" viewBox="0 0 311 311.07733" width="311pt"><path d="m16.035156 311.078125c-4.097656 0-8.195312-1.558594-11.308594-4.695313-6.25-6.25-6.25-16.382812 0-22.632812l279.0625-279.0625c6.25-6.25 16.382813-6.25 22.632813 0s6.25 16.382812 0 22.636719l-279.058594 279.058593c-3.136719 3.117188-7.234375 4.695313-11.328125 4.695313zm0 0" fill="currentColor"></path><path d="m295.117188 311.078125c-4.097657 0-8.191407-1.558594-11.308594-4.695313l-279.082032-279.058593c-6.25-6.253907-6.25-16.386719 0-22.636719s16.382813-6.25 22.636719 0l279.058594 279.0625c6.25 6.25 6.25 16.382812 0 22.632812-3.136719 3.117188-7.230469 4.695313-11.304687 4.695313zm0 0" fill="currentColor"></path></svg>
+            </span>
+          </button>
+          <div class="modal-dialog modal-3d-tour__dialog" role="document">
+            <div class="content-wrapper modal-content-wrapper modal-3d-tour__wrapper">
+              <div class="modal-header modal-3d-tour__header">
+              </div>
+              <div class="modal-body modal-3d-tour__body">
+                <div class="modal-3d-tour__main">
+                  <iframe id="youtube-iframe-modal-1" src="" class="js-iframe-url__iframe js-youtube-controller" width="100%" height="100%" title="3d Tour" frameborder="0" allowfullscreen allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" ></iframe>
+              </div>
+            </div>
+          </div>
+        </div>
+      </div>
+  </div>
+</section>
+  <div class="modal modal--linear-gallery modal-gallery fade js-modal-photos js-community-photos-list" tabindex="-1" role="dialog" id="lazy-qmi-gallery" aria-hidden="true">
+  <div class="modal-dialog" role="document">
+    <div class="modal-content content-wrapper">
+      <div class="modal__header modal__header--no-headline">
+        <button class="button modal-close modal-schedule-a-tour__close" data-bs-dismiss="modal" aria-label="Close Modal">
+          <span class="icon">
+            <svg xmlns="http://www.w3.org/2000/svg" height="311pt" viewBox="0 0 311 311.07733" width="311pt"><path d="m16.035156 311.078125c-4.097656 0-8.195312-1.558594-11.308594-4.695313-6.25-6.25-6.25-16.382812 0-22.632812l279.0625-279.0625c6.25-6.25 16.382813-6.25 22.632813 0s6.25 16.382812 0 22.636719l-279.058594 279.058593c-3.136719 3.117188-7.234375 4.695313-11.328125 4.695313zm0 0" fill="currentColor"></path><path d="m295.117188 311.078125c-4.097657 0-8.191407-1.558594-11.308594-4.695313l-279.082032-279.058593c-6.25-6.253907-6.25-16.386719 0-22.636719s16.382813-6.25 22.636719 0l279.058594 279.0625c6.25 6.25 6.25 16.382812 0 22.632812-3.136719 3.117188-7.230469 4.695313-11.304687 4.695313zm0 0" fill="currentColor"></path></svg>
+          </span>
+        </button>
+      </div>
+      <div class="modal__body">
+        <div class="row js-modal-loader modal-loader modal-loader--dots">
+          <div class="modal-loader__inner">
+            <img alt="Loading..." class="loading-overlay__icon" src="/assets/loading-dot-pattern-1bcbfdcf1fbad4db2a0b9f512d84671a962e88faee3971b48d1817652ee87ff6.gif" />
+          </div>
+        </div>
+
+        <div class="row js-lazy-modal-body" style="display: none">
+          <div class="col-12 col-lg-push-3 col-lg-9 order-lg-2">
+            <div class="modal-gallery__linear-gallery js-linear-gallery"></div>
+            <div class="modal-gallery__mobile-request d-lg-none">
+              <a class="button button--primary division-list__request-button property-card__footer-action">View Home</a>
+            </div>
+          </div>
+          <div class="col-12 col-lg-pull-9 col-lg-3 order-lg-1">
+            <div class="property-card__body-title"><span class="property-card__body-title-icon"></span> <span class="property-card__body-title-content"></span></div>
+            <div class="property-card__heading name">
+              <h4 class="property-card__title"></h4>
+            </div>
+
+            <div class="property-card__price"></div>
+
+            <ul class="property-card__feature-list property-card__feature-list--has-icons"></ul>
+
+            <a class="button button--primary property-card__footer-action">
+              View Home
+            </a>
+          </div>
+        </div>
+      </div>
+    </div>
+  </div>
+</div>
+
+  <div class="modal modal--linear-gallery modal-gallery fade js-modal-photos js-community-photos-list" tabindex="-1" role="dialog" id="lazy-qmi-gallery" aria-hidden="true">
+  <div class="modal-dialog" role="document">
+    <div class="modal-content content-wrapper">
+      <div class="modal__header modal__header--no-headline">
+        <button class="button modal-close modal-schedule-a-tour__close" data-bs-dismiss="modal" aria-label="Close Modal">
+          <span class="icon">
+            <svg xmlns="http://www.w3.org/2000/svg" height="311pt" viewBox="0 0 311 311.07733" width="311pt"><path d="m16.035156 311.078125c-4.097656 0-8.195312-1.558594-11.308594-4.695313-6.25-6.25-6.25-16.382812 0-22.632812l279.0625-279.0625c6.25-6.25 16.382813-6.25 22.632813 0s6.25 16.382812 0 22.636719l-279.058594 279.058593c-3.136719 3.117188-7.234375 4.695313-11.328125 4.695313zm0 0" fill="currentColor"></path><path d="m295.117188 311.078125c-4.097657 0-8.191407-1.558594-11.308594-4.695313l-279.082032-279.058593c-6.25-6.253907-6.25-16.386719 0-22.636719s16.382813-6.25 22.636719 0l279.058594 279.0625c6.25 6.25 6.25 16.382812 0 22.632812-3.136719 3.117188-7.230469 4.695313-11.304687 4.695313zm0 0" fill="currentColor"></path></svg>
+          </span>
+        </button>
+      </div>
+      <div class="modal__body">
+        <div class="row js-modal-loader modal-loader modal-loader--dots">
+          <div class="modal-loader__inner">
+            <img alt="Loading..." class="loading-overlay__icon" src="/assets/loading-dot-pattern-1bcbfdcf1fbad4db2a0b9f512d84671a962e88faee3971b48d1817652ee87ff6.gif" />
+          </div>
+        </div>
+
+        <div class="row js-lazy-modal-body" style="display: none">
+          <div class="col-12 col-lg-push-3 col-lg-9 order-lg-2">
+            <div class="modal-gallery__linear-gallery js-linear-gallery"></div>
+            <div class="modal-gallery__mobile-request d-lg-none">
+              <a class="button button--primary division-list__request-button property-card__footer-action">View Home</a>
+            </div>
+          </div>
+          <div class="col-12 col-lg-pull-9 col-lg-3 order-lg-1">
+            <div class="property-card__body-title"><span class="property-card__body-title-icon"></span> <span class="property-card__body-title-content"></span></div>
+            <div class="property-card__heading name">
+              <h4 class="property-card__title"></h4>
+            </div>
+
+            <div class="property-card__price"></div>
+
+            <ul class="property-card__feature-list property-card__feature-list--has-icons"></ul>
+
+            <a class="button button--primary property-card__footer-action">
+              View Home
+            </a>
+          </div>
+        </div>
+      </div>
+    </div>
+  </div>
+</div>
+
+
+
+
+
+      </div>
+
+      
+<span id="footer-hidden-parser-start" style="display:none;"></span>
+<footer class="site-footer" role="contentinfo">
+  <div class="site-footer__main">
+    <div class="content-wrapper">
+      <div class="site-footer__row">
+        <div class="site-footer__col">
+          <div class="site-footer__logo-wrapper">
+            <a class="site-footer__logo" href="/">
+              <img src="/assets/aw-logo-stacked-white-ad3f6b827b616ee9562c7e6c2c322d78214058ef3329215e0fa0e4390796ce14.svg" alt="Ashton woods">
+            </a>
+          </div>
+        </div>
+        <div class="site-footer__col">
+          <nav class="main-menu">
+            <div class="site-footer__nav-row">
+              <div class="site-footer__nav-col custom-dropdown js-custom-dropdown">
+                <div class="site-footer__primary-nav-items-heading js-dropdown-link dropdown-link">Find Your Home</div>
+                <div class="site-footer__dropdown">
+                  <ul class="site-footer__primary-nav-items">
+                            <li class="site-footer__primary-nav-item"><a href="/austin/bastrop">Bastrop</a></li>
+                            <li class="site-footer__primary-nav-item"><a href="/austin/bee-cave-area">Bee Cave</a></li>
+                            <li class="site-footer__primary-nav-item"><a href="/austin/buda">Buda</a></li>
+                            <li class="site-footer__primary-nav-item"><a href="/austin/dripping-springs-area">Dripping Springs</a></li>
+                            <li class="site-footer__primary-nav-item"><a href="/austin/georgetown-area">Georgetown</a></li>
+                            <li class="site-footer__primary-nav-item"><a href="/austin/hutto-area">Hutto</a></li>
+                            <li class="site-footer__primary-nav-item"><a href="/austin/leander-area">Leander</a></li>
+                            <li class="site-footer__primary-nav-item"><a href="/austin/manor-area">Manor</a></li>
+                            <li class="site-footer__primary-nav-item"><a href="/austin/pflugerville-area">Pflugerville</a></li>
+                            <li class="site-footer__primary-nav-item"><a href="/austin/round-rock-area">Round Rock</a></li>
+                            <li class="site-footer__primary-nav-item"><a href="/austin/san-marcos">San Marcos</a></li>
+                  </ul>
+                </div>
+              </div>
+                    <div class="site-footer__nav-col custom-dropdown js-custom-dropdown">
+                      <div class="site-footer__primary-nav-items-heading js-dropdown-link dropdown-link">Design Your Home</div>
+                      <div class="site-footer__dropdown">
+                        <ul class="site-footer__primary-nav-items">
+                            <li class="site-footer__primary-nav-item">
+                              <a href="/our-design-philosophy">
+                                Our Design Philosophy
+                              </a>
+                            </li>
+                            <li class="site-footer__primary-nav-item">
+                              <a href="/design-collections">
+                                The Ashton Woods Collections
+                              </a>
+                            </li>
+                            <li class="site-footer__primary-nav-item">
+                              <a href="/design-studio">
+                                The Studio by Ashton Woods
+                              </a>
+                            </li>
+                            <li class="site-footer__primary-nav-item">
+                              <a href="https://www.ashtonwoods.com/quiz">
+                                Design Style Quiz
+                              </a>
+                            </li>
+                            <li class="site-footer__primary-nav-item">
+                              <a href="/inspiringspaces">
+                                Inspiring Spaces
+                              </a>
+                            </li>
+                        </ul>
+                      </div>
+                    </div>
+                    <div class="site-footer__nav-col custom-dropdown js-custom-dropdown">
+                      <div class="site-footer__primary-nav-items-heading js-dropdown-link dropdown-link">Build Your Home</div>
+                      <div class="site-footer__dropdown">
+                        <ul class="site-footer__primary-nav-items">
+                            <li class="site-footer__primary-nav-item">
+                              <a href="/new-home-journey">
+                                The New Home Journey
+                              </a>
+                            </li>
+                            <li class="site-footer__primary-nav-item">
+                              <a href="/name-you-can-trust">
+                                Quality You Can Trust
+                              </a>
+                            </li>
+                            <li class="site-footer__primary-nav-item">
+                              <a href="/energy-efficiency">
+                                Energy Efficient Homes
+                              </a>
+                            </li>
+                        </ul>
+                      </div>
+                    </div>
+                    <div class="site-footer__nav-col custom-dropdown js-custom-dropdown">
+                      <div class="site-footer__primary-nav-items-heading js-dropdown-link dropdown-link">The Ashton Woods Story</div>
+                      <div class="site-footer__dropdown">
+                        <ul class="site-footer__primary-nav-items">
+                            <li class="site-footer__primary-nav-item">
+                              <a href="/home-to-design">
+                                About Us
+                              </a>
+                            </li>
+                            <li class="site-footer__primary-nav-item">
+                              <a href="/careers">
+                                Careers
+                              </a>
+                            </li>
+                            <li class="site-footer__primary-nav-item">
+                              <a href="/contact-us">
+                                Contact Us
+                              </a>
+                            </li>
+                            <li class="site-footer__primary-nav-item">
+                              <a href="/corporate-info">
+                                Corporate Info
+                              </a>
+                            </li>
+                            <li class="site-footer__primary-nav-item">
+                              <a href="/faq">
+                                Frequently Asked Questions
+                              </a>
+                            </li>
+                            <li class="site-footer__primary-nav-item">
+                              <a href="/corporate-info#investor-relations">
+                                Investor Relations
+                              </a>
+                            </li>
+                            <li class="site-footer__primary-nav-item">
+                              <a href="/news">
+                                News
+                              </a>
+                            </li>
+                            <li class="site-footer__primary-nav-item">
+                              <a href="/my-aw-home">
+                                #MyAWHome
+                              </a>
+                            </li>
+                        </ul>
+                      </div>
+                    </div>
+            </div>
+          </nav>
+        </div>
+      </div>
+      <div class="site-footer__lower">
+      <div class="row align-items-center">
+        <div class="col-12 col-lg-2 order-2 order-lg-1">
+          <div class="site-footer__eqo-logo">
+            <img src="/assets/eqo-logo-aw-65faf9fafa7f21b9e424ddb1d9f4fee710e8b4b99591067deee9768ab8848baf.svg" alt="EQO Logo">
+          </div>
+        </div>
+        <div class="col-12 col-lg-9 order-1 order-lg-2">
+          <!--BE IXF: The following <div> block needs to be placed in the location where the link block will be displayed-->
+          <!--BE IXF: For your website, the location is above/below... -->
+          <div class="be-ix-link-block"><!--Link Block Target Div--></div>
+        </div>
+      </div>
+
+
+      </div>
+
+
+    </div>
+  </div>
+  <div class="site-footer__secondary">
+    <div class="content-wrapper">
+      <div class="row">
+        <div class="col-12 col-md-9">
+          <nav class="site-footer__secondary-nav">
+            <ul class="site-footer__secondary-nav-items">
+                  <li class="site-footer__secondary-nav-item">© 2026 Ashton Woods Corporate, LLC All Rights Reserved.</li>
+                  <li class="site-footer__secondary-nav-item"><a href="/disclaimer">Disclaimer and Terms of Use</a></li>
+                  <li class="site-footer__secondary-nav-item"><a href="/privacy-policy">Privacy Policy</a></li>
+                  <li class="site-footer__secondary-nav-item"><a href="/sitemap">Sitemap</a></li>
+              <li class="site-footer__secondary-nav-item"><a href="#" onclick="Osano.cm.showDrawer('osano-cm-dom-info-dialog-open')">Cookie Preferences</a></li>
+            </ul>
+          </nav>
+        </div>
+        <div class="col-12 col-md-3">
+          <div class="site-footer__social-links">
+            <ul class="site-footer__social-links-items">
+              <li class="site-footer__social-links-item">
+                <a href="https://www.facebook.com/AshtonWoodsHomes" target="_blank" rel="noopener noreferrer">
+                  <img src="/assets/nebocms_ashton/icons/social-facebook-3fa3c64c6bc04a29218723b1d20e3b2bd3968e14fb68487d889ac864cc94a7e7.svg" alt="Facebook">
+                </a>
+              </li>
+              <li class="site-footer__social-links-item">
+                <a href="https://www.instagram.com/ashtonwoodshomes/" target="_blank" rel="noopener noreferrer">
+                  <img src="/assets/nebocms_ashton/icons/social-instagram-e3395ef161547708980996bbffc93d4a79c608c6065701b068c1d66776460a34.svg" alt="Instagram">
+                </a>
+              </li>
+              <li class="site-footer__social-links-item site-footer__social-links-item--large">
+                <a href="https://www.tiktok.com/@ashtonwoodshomes" target="_blank" rel="noopener noreferrer">
+                  <img src="/assets/nebocms_ashton/icons/social-tiktok-d198e7ea949c9f36ae6367011188f6a5050375bc9507d8d99a8236fb44028646.svg" alt="TikTok">
+                </a>
+              </li>
+              <li class="site-footer__social-links-item">
+                <a href="https://www.pinterest.com/AWHomes/" target="_blank" rel="noopener noreferrer">
+                  <img src="/assets/nebocms_ashton/icons/social-pinterest-fd2ea8db8e2a0fafc6bb0931efaf6301caccf737881af7654eedfb297e9a6b05.svg" alt="Pinterest">
+                </a>
+              </li>
+              <li class="site-footer__social-links-item site-footer__social-links-item--large">
+                <a href="https://www.youtube.com/user/AshtonWoodsHomes" target="_blank" rel="noopener noreferrer">
+                  <img src="/assets/nebocms_ashton/icons/social-youtube-6436855b7b17e06b8969a229adf549521947a57dd40750d6333fb957c3d63e81.svg" alt="YouTube">
+                </a>
+              </li>
+            </ul>
+          </div>
+        </div>
+      </div>
+    </div>
+  </div>
+</footer>
+<span id="footer-hidden-parser-end" style="display:none;"></span>
+
+
+  <div
+    class="modal fade modal-special-offer js-alert"
+    data-alert-id="aw-alert-Austin"
+    data-alert-timestamp="1785207662"
+    id="alert-modal"
+    role="dialog"
+    tabindex="-1"
+  >
+    <button
+      aria-label="Close Modal"
+      class="button modal-close modal-special-offer__close js-alert__close"
+      data-bs-dismiss="modal"
+    >
+      <span class="icon">
+        <svg xmlns="http://www.w3.org/2000/svg" height="311pt" viewBox="0 0 311 311.07733" width="311pt"><path d="m16.035156 311.078125c-4.097656 0-8.195312-1.558594-11.308594-4.695313-6.25-6.25-6.25-16.382812 0-22.632812l279.0625-279.0625c6.25-6.25 16.382813-6.25 22.632813 0s6.25 16.382812 0 22.636719l-279.058594 279.058593c-3.136719 3.117188-7.234375 4.695313-11.328125 4.695313zm0 0" fill="currentColor"></path><path d="m295.117188 311.078125c-4.097657 0-8.191407-1.558594-11.308594-4.695313l-279.082032-279.058593c-6.25-6.253907-6.25-16.386719 0-22.636719s16.382813-6.25 22.636719 0l279.058594 279.0625c6.25 6.25 6.25 16.382812 0 22.632812-3.136719 3.117188-7.230469 4.695313-11.304687 4.695313zm0 0" fill="currentColor"></path></svg>
+      </span>
+    </button>
+    <div class="modal-dialog modal-special-offer__dialog" role="document">
+      <div class="modal-content-wrapper content-wrapper modal-special-offer__wrapper">
+        <div class="modal-header modal-special-offer__header">
+        </div>
+        <div class="modal-body modal-special-offer__body">
+          <div class="info-cta__inner">
+  <div class="js-lazy-cta__loading modal-loader modal-collections__loader">
+    <img alt="Loading..." class="loading-overlay__icon" src="/assets/loading-divisions-2cf15610dbe6f9978d9625e173af1f177ffe5643b00f62ca67915bc8b4302f2c.gif" />
+  </div>
+
+  <div class="row info-cta__row js-lazy-cta__info" style="display: none;">
+    <div class="col-12 col-md-6 offset-md-0 info-cta__left-col">
+      <picture class="js-lazy-cta__image">
+        <source media="(max-width: 576px)" srcset="" />
+        <img src="" alt="" />
+      </picture>
+    </div>
+    <div class="col-12 col-md-6 offset-md-0 info-cta__right-col">
+      <div class="info-cta__main">
+        <span class="js-lazy-cta__subheading info-cta__tag"></span>
+        <h2 class="js-lazy-cta__heading info-cta__headline info-cta__headline--large"></h2>
+        
+        <div class="info-cta__content">
+          <div class="content js-lazy-cta__text"></div>
+        </div>
+
+        <div class="button-group info-cta__links js-lazy-cta__button">
+          <a class="button button--primary button--slim info-cta__link js-alert__cta js-lazy-cta__anchor"></a>
+        </div>
+      </div>
+    </div>
+  </div>
+</div>
+        </div>
+      </div>
+    </div>
+  </div>
+
+<div id="UTourModal"
+    tabindex="-1"
+    role="dialog"
+    aria-labelledby="UTourModalLabel"
+    class="modal fade modal-schedule-a-tour"
+    data-hash-ref="#schedule-utour"
+    data-page="qmi"
+>
+  <button class="button modal-close modal-schedule-a-tour__close" data-bs-dismiss="modal" aria-label="Close Modal">
+    <span class="icon">
+      <svg xmlns="http://www.w3.org/2000/svg" height="311pt" viewBox="0 0 311 311.07733" width="311pt"><path d="m16.035156 311.078125c-4.097656 0-8.195312-1.558594-11.308594-4.695313-6.25-6.25-6.25-16.382812 0-22.632812l279.0625-279.0625c6.25-6.25 16.382813-6.25 22.632813 0s6.25 16.382812 0 22.636719l-279.058594 279.058593c-3.136719 3.117188-7.234375 4.695313-11.328125 4.695313zm0 0" fill="currentColor"></path><path d="m295.117188 311.078125c-4.097657 0-8.191407-1.558594-11.308594-4.695313l-279.082032-279.058593c-6.25-6.253907-6.25-16.386719 0-22.636719s16.382813-6.25 22.636719 0l279.058594 279.0625c6.25 6.25 6.25 16.382812 0 22.632812-3.136719 3.117188-7.230469 4.695313-11.304687 4.695313zm0 0" fill="currentColor"></path></svg>
+    </span>
+  </button>
+  <div class="modal-dialog modal-schedule-a-tour__dialog" role="document">
+    <div class="content-wrapper modal-content-wrapper modal-schedule-a-tour__wrapper">
+      <div class="modal-header modal-schedule-a-tour__header">
+        <div class="modal-schedule-a-tour__title js-modal-schedule-a-tour__title" data-title="Schedule a Self-Guided Tour">
+          Schedule a Self-Guided Tour
+        </div>
+      </div>
+      <div class="modal-body modal-schedule-a-tour__body js-modal-schedule-a-tour__body">
+        <div class="modal-schedule-a-tour__main">
+          <div class="modal-schedule-a-tour__messages modal-schedule-a-tour__messages--top-space js-modal-schedule-a-tour__messages"></div>
+
+          <div class="modal-schedule-a-tour__embed js-modal-schedule-a-tour__utour-embed" style="--min-height-mobile: 450px; --min-height-desktop: 550px; height: 550px" height="100%" width="100%">
+            <iframe src="" width="100%" height="100%" frameborder="0"></iframe>
+          </div>
+        </div>
+      </div>
+    </div>
+  </div>
+</div>
+
+
+<div
+  class="modal fade in login-modal js-login__modal"
+  id='login-modal'
+  role="dialog"
+  tabindex="-1"
+>
+  <button class="button modal-close" data-bs-dismiss="modal" aria-label="Close Modal">
+    <span class="icon">
+      <svg xmlns="http://www.w3.org/2000/svg" height="311pt" viewBox="0 0 311 311.07733" width="311pt"><path d="m16.035156 311.078125c-4.097656 0-8.195312-1.558594-11.308594-4.695313-6.25-6.25-6.25-16.382812 0-22.632812l279.0625-279.0625c6.25-6.25 16.382813-6.25 22.632813 0s6.25 16.382812 0 22.636719l-279.058594 279.058593c-3.136719 3.117188-7.234375 4.695313-11.328125 4.695313zm0 0" fill="currentColor"></path><path d="m295.117188 311.078125c-4.097657 0-8.191407-1.558594-11.308594-4.695313l-279.082032-279.058593c-6.25-6.253907-6.25-16.386719 0-22.636719s16.382813-6.25 22.636719 0l279.058594 279.0625c6.25 6.25 6.25 16.382812 0 22.632812-3.136719 3.117188-7.230469 4.695313-11.304687 4.695313zm0 0" fill="currentColor"></path></svg>
+    </span>
+  </button>
+  <div class="modal-dialog" role="document">
+    <div class="modal-content">
+      <div class="js-tabs js-views" data-current-view="form">
+        <div class="views__view js-views__view" data-view-name="form">
+          <ul class="login-modal__tabs">
+            <li class="login-modal__tab-item">
+              <a role="button" class="login-modal__tab js-tabs__button">Sign Up</a>
+            </li>
+            <li class="login-modal__tab-item">
+              <a role="button" class="login-modal__tab js-tabs__button">Sign In</a>
+            </li>
+          </ul>
+          <div class="login-modal__body">
+            <div class="js-ajax-form js-tabs__panel" data-ajax-form-type="sign-up">
+              <div class="login-modal__intro">
+                <p>Sign up for an account to save and see all your favorites.</p>
+              </div>
+              <form action="/create_user" method='POST' class="login-modal__form js-ajax-form__form">
+                <input name='authenticity_token' class='js-authenticity-token' value='UZt6O9zNhg9y4BnHOc4EibPLG3jQwXvX2F/pqBzu8xpXc0iJXjxlo82CYSJNFotCJ1e/d3irA2IqtQ61lHZYyQ==' type='hidden' />
+                <div class="js-recaptcha-target"></div>
+                
+                <div class="login-modal__form-field">
+                  <input class="login-modal__form-input" name='email' aria-label="email" type="email" placeholder="Email*" required />
+                </div>
+                <div class="login-modal__form-field">
+                  <div class="login-modal__form-input-wrap js-password">
+                    <input class="login-modal__form-input js-password__input" aria-label="password" type="password" name='password' placeholder="Password" required />
+                    <a role="button" class="login-modal__form-input-icon js-password__toggle">
+                      <svg xmlns="http://www.w3.org/2000/svg" class="eye-icon" width="27.123" height="23.52" viewBox="0 0 27.123 23.52">
+  <g transform="translate(0.559 2.121)">
+    <path d="M4039,2050.486s-3.807,7.972-13.008,7.987-12.992-7.987-12.992-7.987,4.368-8.354,12.992-8S4039,2050.486,4039,2050.486Z" transform="translate(-4013 -2040.834)" fill="none" stroke="#087482" stroke-width="1"></path>
+    <g transform="translate(7 3.639)" fill="#e4e5e6" stroke="#087482" stroke-width="1">
+      <circle cx="6" cy="6" r="6" stroke="none"></circle>
+      <circle cx="6" cy="6" r="5.5" fill="none"></circle>
+    </g>
+    <circle cx="4" cy="4" r="4" transform="translate(9 5.639)" fill="#087482"></circle>
+    <circle cx="2" cy="2" r="2" transform="translate(14 4.639)" fill="#fff"></circle>
+    <g class="eye-icon__slash">
+      <path d="M3751.6,1859.65v27.262" transform="translate(-1315.127 -3967.751) rotate(45)" fill="none" stroke="#fff" stroke-linecap="round" stroke-width="3"></path>
+      <path d="M3751.6,1859.65v27.262" transform="translate(-1315.127 -3967.751) rotate(45)" fill="none" stroke="#087482" stroke-linecap="round" stroke-width="1"></path>
+    </g>
+  </g>
+</svg>
+                    </a>
+                  </div>
+                  <div class="login-modal__form-field-label">Must be 10 or more characters</div>
+                </div>
+
+                <button class="login-modal__button button button--primary" type="submit">Create Account</button>
+
+                <div class="login-modal__form-notice">
+                  <p>
+                    <p>Visit our&nbsp;<a href="/privacy-policy">Privacy Policy</a>&nbsp;and&nbsp;<a href="/disclaimer">Terms of Use</a>&nbsp;for more detail.&nbsp;This site is protected by reCAPTCHA and the Google&nbsp;<a href="https://policies.google.com/privacy">Privacy Policy</a>&nbsp;and&nbsp;<a href="https://policies.google.com/terms">Terms of Service</a>&nbsp;apply.</p>

+
+                  </p>
+                </div>
+              </form>
+            </div>
+            <div class="js-ajax-form js-tabs__panel" data-ajax-form-type="login">
+              <div class="login-modal__intro">
+                <p>Sign in to your existing account to save and see all your favorites.</p>
+              </div>
+              <form action="/user" method="POST" class="login-modal__form js-ajax-form__form">
+                <input name='authenticity_token' class='js-authenticity-token' value='dnhjP26ELW+pGRluknryLsf3H+zJG3z6bllRIERLNsFwkFGN7HXOwxZ7YYvmon3lU2u742FxBE+cs7Y9zNOdEg==' type='hidden' />
+                <div class="login-modal__form-field">
+                  <input class="login-modal__form-input" name='email' aria-label="email" type="email" placeholder="Email*" required />
+                </div>
+                <div class="login-modal__form-field">
+                  <div class="login-modal__form-input-wrap js-password">
+                    <input class="login-modal__form-input js-password__input" aria-label="password" name='password' type="password" placeholder="Password" required />
+                    <a role="button" class="login-modal__form-input-icon js-password__toggle">
+                      <svg xmlns="http://www.w3.org/2000/svg" class="eye-icon" width="27.123" height="23.52" viewBox="0 0 27.123 23.52">
+  <g transform="translate(0.559 2.121)">
+    <path d="M4039,2050.486s-3.807,7.972-13.008,7.987-12.992-7.987-12.992-7.987,4.368-8.354,12.992-8S4039,2050.486,4039,2050.486Z" transform="translate(-4013 -2040.834)" fill="none" stroke="#087482" stroke-width="1"></path>
+    <g transform="translate(7 3.639)" fill="#e4e5e6" stroke="#087482" stroke-width="1">
+      <circle cx="6" cy="6" r="6" stroke="none"></circle>
+      <circle cx="6" cy="6" r="5.5" fill="none"></circle>
+    </g>
+    <circle cx="4" cy="4" r="4" transform="translate(9 5.639)" fill="#087482"></circle>
+    <circle cx="2" cy="2" r="2" transform="translate(14 4.639)" fill="#fff"></circle>
+    <g class="eye-icon__slash">
+      <path d="M3751.6,1859.65v27.262" transform="translate(-1315.127 -3967.751) rotate(45)" fill="none" stroke="#fff" stroke-linecap="round" stroke-width="3"></path>
+      <path d="M3751.6,1859.65v27.262" transform="translate(-1315.127 -3967.751) rotate(45)" fill="none" stroke="#087482" stroke-linecap="round" stroke-width="1"></path>
+    </g>
+  </g>
+</svg>
+                    </a>
+                  </div>
+                  <a role="button" class="login-modal__form-field-link js-views__set-view" data-set-view="forgot-password">Forgot your password?</a>
+                </div>
+
+                <button class="login-modal__button button button--primary" type="submit">Sign In</button>
+              </form>
+            </div>
+          </div>
+        </div>
+        <div class="views__view js-views__view" data-view-name="success">
+          <div class="login-modal__body">
+            <div class="login-modal__intro">
+              <h2>Success!</h2>
+              <a href="/favorites" class="button button--primary">View Saved Favorites</a>
+              <ul class="login-modal__utility-links">
+                <li class="login-modal__utility-item">
+                  <a role="button" data-bs-dismiss="modal" class="login-modal__utility-link">Close</a>
+                </li>
+              </ul>
+            </div>
+          </div>
+        </div>
+        <div class="views__view js-views__view" data-view-name="error">
+          <div class="login-modal__body">
+            <div class="login-modal__intro">
+              <h2>Error</h2>
+
+              <p class="js-error-message"></p>
+              <ul class="login-modal__utility-links">
+                <li class="login-modal__utility-item">
+                  <a href="" class="login-modal__utility-link js-views__set-view" data-set-view="form">Back</a>
+                </li>
+              </ul>
+            </div>
+          </div>
+        </div>
+        <div class="views__view js-views__view" data-view-name="password-reset-success">
+          <div class="login-modal__body">
+            <div class="login-modal__intro">
+              <h2>Success!</h2>
+              <p>We’ve sent you an email with password reset instructions.</p>
+              <ul class="login-modal__utility-links">
+                <li class="login-modal__utility-item">
+                  <a role="button" data-bs-dismiss="modal" class="login-modal__utility-link">Close</a>
+                </li>
+              </ul>
+            </div>
+          </div>
+        </div>
+        <div
+          class="views__view js-views__view js-ajax-form"
+          data-ajax-form-type="forgot-password"
+          data-view-name="forgot-password"
+        >
+          <div class="login-modal__body">
+            <div class="login-modal__intro">
+              <p>Enter the email associated with your account to reset your password.</p>
+            </div>
+            <form
+              action="/users/password_resets"
+              class="login-modal__form js-ajax-form__form"
+              method="POST"
+            >
+              <input name='authenticity_token' class='js-authenticity-token' value='GjVjQu+yXPCEh2OZvIUmhqWiGQiktezfLKQ5T5qjz5kc3VHwbUO/XDvlG3zIXalNMT69BwzflGreTt5SEjtkSg==' type='hidden' />
+              <div class="login-modal__form-field">
+                <input class="login-modal__form-input" name='email' type="email" placeholder="Email*" required />
+              </div>
+
+              <button class="login-modal__button button button--primary" type="submit">Reset Password</button>
+
+              <ul class="login-modal__utility-links">
+                <li class="login-modal__utility-item">
+                  <a href="" class="login-modal__utility-link js-views__set-view" data-set-view="form">Back to Login</a>
+                </li>
+              </ul>
+            </form>
+          </div>
+        </div>
+      </div>
+    </div>
+  </div>
+</div>
+
+
+<div id="interstitialModal"
+    tabindex="-1"
+    role="dialog"
+    aria-labelledby="interstitialModalLabel"
+    class="modal fade modal-interstitial"
+    data-hash-ref="#interstitialModal"
+>
+  <button class="button modal-close modal-interstitial__close" data-bs-dismiss="modal" aria-label="Close Modal">
+    <span class="icon">
+      <svg xmlns="http://www.w3.org/2000/svg" height="311pt" viewBox="0 0 311 311.07733" width="311pt"><path d="m16.035156 311.078125c-4.097656 0-8.195312-1.558594-11.308594-4.695313-6.25-6.25-6.25-16.382812 0-22.632812l279.0625-279.0625c6.25-6.25 16.382813-6.25 22.632813 0s6.25 16.382812 0 22.636719l-279.058594 279.058593c-3.136719 3.117188-7.234375 4.695313-11.328125 4.695313zm0 0" fill="currentColor"></path><path d="m295.117188 311.078125c-4.097657 0-8.191407-1.558594-11.308594-4.695313l-279.082032-279.058593c-6.25-6.253907-6.25-16.386719 0-22.636719s16.382813-6.25 22.636719 0l279.058594 279.0625c6.25 6.25 6.25 16.382812 0 22.632812-3.136719 3.117188-7.230469 4.695313-11.304687 4.695313zm0 0" fill="currentColor"></path></svg>
+    </span>
+  </button>
+  <div class="modal-dialog modal-interstitial__dialog" role="document">
+    <div class="content-wrapper modal-content-wrapper modal-interstitial__wrapper">
+      <div class="modal-body modal-interstitial__body">
+        <div class="modal-interstitial__main">
+          <div class="modal-interstitial__title js-modal-interstitial__heading"></div>
+          <div class="modal-interstitial__content js-modal-interstitial__content"></div>
+          <a href="#" class="button button--primary modal-interstitial__button js-modal-interstitial__button"></a>
+          <div class="modal-interstitial__disclaimer js-modal-interstitial__disclaimer"></div>
+        </div>
+      </div>
+    </div>
+  </div>
+</div>
+
+
+  </body>
+    
+<!--   <script src="//ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
+  <script>window.jQuery || document.write('<script src="scripts/vendor/jquery-3.3.1.min.js"></' + 'script>')</script> -->
+
+</html>
diff --git a/collectors/ashton-woods/package.json b/collectors/ashton-woods/package.json
new file mode 100644
index 0000000..798af4a
--- /dev/null
+++ b/collectors/ashton-woods/package.json
@@ -0,0 +1,15 @@
+{
+  "name": "@homesonspec/collector-ashton-woods",
+  "version": "0.1.0",
+  "private": true,
+  "type": "module",
+  "main": "./src/index.ts",
+  "types": "./src/index.ts",
+  "scripts": { "test": "vitest run --passWithNoTests", "typecheck": "tsc --noEmit" },
+  "dependencies": {
+    "@homesonspec/collectors-common": "workspace:*",
+    "@homesonspec/schemas": "workspace:*",
+    "@homesonspec/shared": "workspace:*"
+  },
+  "devDependencies": { "typescript": "^5.7.2", "vitest": "^4.0.0", "@types/node": "^22.10.5" }
+}
diff --git a/collectors/ashton-woods/src/index.test.ts b/collectors/ashton-woods/src/index.test.ts
new file mode 100644
index 0000000..5e9a3cc
--- /dev/null
+++ b/collectors/ashton-woods/src/index.test.ts
@@ -0,0 +1,79 @@
+import { readFileSync } from "node:fs";
+import { join } from "node:path";
+import { describe, expect, it } from "vitest";
+import { ashtonWoodsAdapter, parseHome } from "./index";
+
+const FIXTURE = readFileSync(
+  join(import.meta.dirname, "..", "fixtures", "austin-321-possumhaw-lane.html"),
+  "utf8",
+);
+const PAGE_URL =
+  "https://www.ashtonwoods.com/austin/the-cottages-at-la-cima/the-cottages-at-la-cima-canyon/321-possumhaw-lane";
+
+describe("ashton-woods adapter", () => {
+  it("has the registry-matching key", () => {
+    expect(ashtonWoodsAdapter.key).toBe("ashton-woods-site");
+  });
+
+  it("parses the QMI JSON-LD into a fully-populated home", () => {
+    const h = parseHome(FIXTURE);
+    expect(h).toBeTruthy();
+    expect(h!.street).toBe("321 Possumhaw Lane");
+    expect(h!.city).toBe("San Marcos");
+    expect(h!.state).toBe("TX");
+    expect(h!.zip).toBe("78666");
+    expect(h!.community).toBe("The Cottages at La Cima");
+    expect(h!.price).toBe(369636);
+    expect(h!.sqft).toBe(2260);
+    expect(h!.available).toBe(true);
+  });
+
+  it("derives beds/baths(full+half)/stories/garage from AmenityFeature", () => {
+    const h = parseHome(FIXTURE)!;
+    expect(h.beds).toBe(4);
+    expect(h.bathsTotal).toBe(3.5); // "3 Baths | 1 Half Baths"
+    expect(h.stories).toBe(2);
+    expect(h.garages).toBe(2);
+  });
+
+  it("captures per-home geo + sales phone", () => {
+    const h = parseHome(FIXTURE)!;
+    expect(h.lat).toBeCloseTo(29.888184, 4);
+    expect(h.lon).toBeCloseTo(-98.002232, 4);
+    expect(h.phone).toBe("+1-512-648-5624");
+  });
+
+  it("extract() emits one community + one inventory_home with valid shape", () => {
+    const out = ashtonWoodsAdapter.extract({
+      url: PAGE_URL,
+      retrievedAt: new Date().toISOString(),
+      contentType: "text/html",
+      body: Buffer.from(FIXTURE, "utf8"),
+      contentHash: "test",
+    });
+    expect(out.errors).toHaveLength(0);
+    const homes = out.records.filter((r) => r.entityType === "inventory_home");
+    const comms = out.records.filter((r) => r.entityType === "community");
+    expect(homes).toHaveLength(1);
+    expect(comms).toHaveLength(1);
+    const f = homes[0]!.fields;
+    expect((f.price as { value: number }).value).toBe(369636);
+    expect((f.sqft as { value: number }).value).toBe(2260);
+    expect((f.lat as { value: number }).value).toBeCloseTo(29.888184, 4);
+    expect((f.constructionStatus as { value: string }).value).toBe("MOVE_IN_READY");
+    // facts-only: no images
+    expect((f.images as { value: string[] }).value).toEqual([]);
+  });
+
+  it("returns no records for non-home HTML", () => {
+    const out = ashtonWoodsAdapter.extract({
+      url: "https://www.ashtonwoods.com/austin",
+      retrievedAt: new Date().toISOString(),
+      contentType: "text/html",
+      body: Buffer.from("<html><body>no ld+json here</body></html>", "utf8"),
+      contentHash: "test",
+    });
+    expect(out.errors).toHaveLength(0);
+    expect(out.records).toHaveLength(0);
+  });
+});
diff --git a/collectors/ashton-woods/src/index.ts b/collectors/ashton-woods/src/index.ts
new file mode 100644
index 0000000..3d9dc0f
--- /dev/null
+++ b/collectors/ashton-woods/src/index.ts
@@ -0,0 +1,266 @@
+import type { ExtractedRecord, FieldValue } from "@homesonspec/schemas";
+import {
+  fetchFixtures,
+  LiveFetcher,
+  type ExtractionOutput,
+  type FetchContext,
+  type RawPage,
+  type SourceAdapter,
+} from "@homesonspec/collectors-common";
+
+/**
+ * Ashton Woods adapter — national builder (recon 2026-07-22 "ld+json QMI sitemaps",
+ * built 2026-07-28). ashtonwoods.com publishes per-metro quick-move-in (QMI)
+ * sitemaps, and each QMI page is FULLY server-rendered with a clean JSON-LD
+ * `SingleFamilyResidence` + `Product`/`Offer` pair — no browser, no bot-wall.
+ * robots.txt disallows only /content/, /input/, /walk-in/, /sales_center/,
+ * /interactive-floorplan, /realtor-program/, /welcome — the metro QMI pages we
+ * read are allowed.
+ *
+ *   Sitemap index  https://www.ashtonwoods.com/sitemap.xml
+ *     -> per-metro `{metro}-sitemap-qmi.xml` files (atlanta, austin, dallas,
+ *        houston, san-antonio, phoenix, orlando, tampa, raleigh, nashville,
+ *        charleston, jacksonville, myrtle-beach)
+ *     -> each lists per-home QMI URLs `/{metro}/{community}/{plan}/{street-address}`.
+ *   Each QMI page carries (facts-only, from JSON-LD):
+ *     SingleFamilyResidence: name, address{streetAddress,addressLocality,
+ *       addressRegion,postalCode}, ContainedIn (community), Floorsize ("2260FTK"),
+ *       AmenityFeature ["4 Bedrooms","3 Baths | 1 Half Baths","2 Stories",
+ *       "2 Car Garage"], geo{latitude,longitude}, telephone.
+ *     Product.offers: price (number), priceCurrency, availability
+ *       (schema.org/InStock -> for-sale).
+ *
+ * Plain HTTP; one page == one inventory_home. Facts-only (image intentionally
+ * omitted — mediaRights=NONE). Metro scope via ASHTONWOODS_METRO (comma-list,
+ * e.g. "austin,dallas"; default = all metros); per-metro page cap via
+ * ASHTONWOODS_PAGE_LIMIT. HAS per-home geo (homes appear on the map).
+ */
+const BUILDER_SLUG = "ashton-woods";
+const SITEMAP = "https://www.ashtonwoods.com/sitemap.xml";
+const METRO_FILTER = (process.env.ASHTONWOODS_METRO ?? "")
+  .toLowerCase()
+  .split(",")
+  .map((s) => s.trim())
+  .filter(Boolean);
+const PAGE_LIMIT = Number(process.env.ASHTONWOODS_PAGE_LIMIT ?? "40");
+
+function fv<T>(value: T | null, raw: string | null, sourceUrl: string, evidenceText?: string | null): FieldValue<T> {
+  return { value, raw, evidenceText: evidenceText ?? raw, sourceUrl, confidence: value === null ? 0 : 1 };
+}
+const num = (v: unknown): number | null => {
+  const n = typeof v === "number" ? v : typeof v === "string" ? Number(v.replace(/[^0-9.]/g, "")) : NaN;
+  return Number.isFinite(n) && n > 0 ? n : null;
+};
+/** signed decimal (geo lat/lon can be negative — must NOT strip the minus) */
+const coord = (v: unknown): number | null => {
+  const n = typeof v === "number" ? v : typeof v === "string" ? Number(v.replace(/[^0-9.\-]/g, "")) : NaN;
+  return Number.isFinite(n) && n !== 0 ? n : null;
+};
+const clean = (v: unknown): string | null => {
+  if (v == null) return null;
+  const s = String(v).replace(/\s+/g, " ").trim();
+  return s || null;
+};
+
+interface ParsedHome {
+  url: string;
+  street: string | null;
+  city: string | null;
+  state: string | null;
+  zip: string | null;
+  community: string | null;
+  sqft: number | null;
+  beds: number | null;
+  bathsTotal: number | null; // full + half
+  stories: number | null;
+  garages: number | null;
+  lat: number | null;
+  lon: number | null;
+  phone: string | null;
+  price: number | null;
+  available: boolean;
+  name: string | null;
+}
+
+/** pull the first parsed JSON-LD object of a given @type out of the page HTML */
+function ldByType(html: string, wanted: string): Record<string, unknown> | null {
+  const blocks = [
+    ...html.matchAll(/<script[^>]*type="application\/ld\+json"[^>]*>([\s\S]*?)<\/script>/gi),
+  ];
+  for (const b of blocks) {
+    let data: unknown;
+    try {
+      data = JSON.parse(b[1]!.trim());
+    } catch {
+      continue;
+    }
+    const items = Array.isArray(data) ? data : [data];
+    for (const it of items) {
+      if (it && typeof it === "object" && (it as Record<string, unknown>)["@type"] === wanted) {
+        return it as Record<string, unknown>;
+      }
+    }
+  }
+  return null;
+}
+
+/** "3 Baths | 1 Half Baths" -> 3.5 ; "2 Baths" -> 2 */
+function bathsFrom(amenities: string[]): number | null {
+  const line = amenities.find((a) => /bath/i.test(a));
+  if (!line) return null;
+  const full = Number(line.match(/(\d+)\s*Baths?\b/i)?.[1] ?? "0");
+  const half = Number(line.match(/(\d+)\s*Half\s*Baths?/i)?.[1] ?? "0");
+  const total = full + half * 0.5;
+  return total > 0 ? total : null;
+}
+const amenityNum = (amenities: string[], re: RegExp): number | null => {
+  const line = amenities.find((a) => re.test(a));
+  const m = line?.match(/(\d+)/);
+  return m ? num(m[1]) : null;
+};
+
+/** parse ONE Ashton Woods QMI page (JSON-LD driven) into a home, or null */
+export function parseHome(html: string): ParsedHome | null {
+  const res = ldByType(html, "SingleFamilyResidence");
+  if (!res) return null;
+  const prod = ldByType(html, "Product");
+
+  const addr = (res.address ?? {}) as Record<string, unknown>;
+  const street = clean(addr.streetAddress);
+  if (!street) return null; // not a resolvable per-home listing
+
+  const amenities = (Array.isArray(res.AmenityFeature) ? res.AmenityFeature : [])
+    .map((a) => String(a))
+    .filter(Boolean);
+
+  const geo = (res.geo ?? {}) as Record<string, unknown>;
+  const offers = ((prod?.offers ?? {}) as Record<string, unknown>) || {};
+  const availStr = String(offers.availability ?? "");
+
+  return {
+    url: clean(res.url) ?? "",
+    street,
+    city: clean(addr.addressLocality),
+    state: clean(addr.addressRegion),
+    zip: (clean(addr.postalCode) ?? "").match(/\d{5}/)?.[0] ?? null,
+    community: clean(res.ContainedIn),
+    sqft: num(res.Floorsize), // "2260FTK" -> 2260
+    beds: amenityNum(amenities, /bedroom/i),
+    bathsTotal: bathsFrom(amenities),
+    stories: amenityNum(amenities, /stor(y|ies)/i),
+    garages: amenityNum(amenities, /car\s*garage/i),
+    lat: coord(geo.latitude),
+    lon: coord(geo.longitude),
+    phone: clean(res.telephone),
+    price: num(offers.price),
+    available: /InStock|LimitedAvailability|PreOrder|BackOrder/i.test(availStr) || !availStr,
+    name: clean(res.name),
+  };
+}
+
+export const ashtonWoodsAdapter: SourceAdapter = {
+  key: "ashton-woods-site",
+  version: "0.1.0",
+
+  async *fetch(ctx: FetchContext): AsyncIterable<RawPage> {
+    if (ctx.mode === "fixture") {
+      yield* fetchFixtures(ctx);
+      return;
+    }
+    const fetcher = new LiveFetcher(ctx.registry);
+    const index = await fetcher.fetch(SITEMAP);
+    let qmiSitemaps = [...index.body.toString("utf8").matchAll(/<loc>([^<]+-sitemap-qmi\.xml)<\/loc>/g)].map(
+      (m) => m[1]!,
+    );
+    if (METRO_FILTER.length) {
+      qmiSitemaps = qmiSitemaps.filter((u) => METRO_FILTER.some((m) => u.includes(`/${m}-sitemap-qmi.xml`)));
+    }
+    for (const smUrl of qmiSitemaps) {
+      let homeUrls: string[] = [];
+      try {
+        const sm = await fetcher.fetch(smUrl);
+        homeUrls = [...sm.body.toString("utf8").matchAll(/<loc>([^<]+)<\/loc>/g)].map((m) => m[1]!);
+      } catch (error) {
+        console.warn(`  skip sitemap ${smUrl}: ${error instanceof Error ? error.message : String(error)}`);
+        continue;
+      }
+      for (const url of homeUrls.slice(0, PAGE_LIMIT)) {
+        try {
+          yield await fetcher.fetch(url);
+        } catch (error) {
+          console.warn(`  skip ${url}: ${error instanceof Error ? error.message : String(error)}`);
+        }
+      }
+    }
+  },
+
+  extract(page: RawPage): ExtractionOutput {
+    try {
+      const html = page.body.toString("utf8");
+      const h = parseHome(html);
+      if (!h) return { records: [], errors: [] }; // not a QMI/home page
+      if (!h.price || !h.available) return { records: [], errors: [] }; // sold / unpriced -> not current inventory
+
+      const cname = h.community ?? "Unknown";
+      const records: ExtractedRecord[] = [];
+
+      // community record (carries per-home geo so the community also maps)
+      records.push({
+        entityType: "community",
+        canonicalHints: { builderSlug: BUILDER_SLUG, communityName: cname },
+        fields: {
+          name: fv(cname, cname, page.url),
+          street: fv<string>(null, null, page.url),
+          city: fv(h.city, h.city, page.url),
+          state: fv(h.state, h.state, page.url),
+          zip: fv(h.zip, h.zip, page.url),
+          county: fv<string>(null, null, page.url),
+          metro: fv<string>(null, null, page.url),
+          lat: fv(h.lat, h.lat != null ? String(h.lat) : null, page.url),
+          lon: fv(h.lon, h.lon != null ? String(h.lon) : null, page.url),
+          hoaFeeMonthly: fv<number>(null, null, page.url),
+          schoolDistrict: fv<string>(null, null, page.url),
+          ageRestricted: fv<boolean>(null, null, page.url),
+          salesPhone: fv(h.phone, h.phone, page.url),
+        },
+      });
+
+      records.push({
+        entityType: "inventory_home",
+        canonicalHints: {
+          builderSlug: BUILDER_SLUG,
+          communityName: cname,
+          address: h.street!,
+          builderInventoryId: h.url || h.street!, // no numeric job id — page URL is the stable per-home key
+          planName: null,
+        },
+        fields: {
+          street: fv(h.street, h.street, page.url),
+          city: fv(h.city, h.city, page.url),
+          state: fv(h.state, h.state, page.url),
+          zip: fv(h.zip, h.zip, page.url),
+          lat: fv(h.lat, h.lat != null ? String(h.lat) : null, page.url),
+          lon: fv(h.lon, h.lon != null ? String(h.lon) : null, page.url),
+          price: fv(h.price, h.price != null ? `$${h.price}` : null, page.url, h.price != null ? `price $${h.price}` : null),
+          beds: fv(h.beds, null, page.url),
+          bathsTotal: fv(h.bathsTotal, null, page.url),
+          sqft: fv(h.sqft, null, page.url),
+          stories: fv(h.stories, null, page.url),
+          garageSpaces: fv(h.garages, null, page.url),
+          homeType: fv("SINGLE_FAMILY" as never, null, page.url, "Ashton Woods quick move-in"),
+          constructionStatus: fv("MOVE_IN_READY" as never, null, page.url, "Ashton Woods QMI"),
+          estCompletionDate: fv<string>(null, null, page.url),
+          lotNumber: fv<string>(null, null, page.url),
+          builderInventoryId: fv(h.url || h.street, h.url || h.street, page.url),
+          planName: fv<string>(null, null, page.url),
+          availabilityStatus: fv("InStock", "InStock", page.url, "schema.org availability InStock"),
+          images: fv<string[]>([], null, page.url), // facts-only — mediaRights=NONE
+        },
+      });
+
+      return { records, errors: [] };
+    } catch (error) {
+      return { records: [], errors: [{ url: page.url, reason: String(error) }] };
+    }
+  },
+};
diff --git a/collectors/ashton-woods/tsconfig.json b/collectors/ashton-woods/tsconfig.json
new file mode 100644
index 0000000..e9bfc48
--- /dev/null
+++ b/collectors/ashton-woods/tsconfig.json
@@ -0,0 +1 @@
+{ "extends": "../../tsconfig.base.json", "compilerOptions": { "noEmit": true }, "include": ["src/**/*.ts"] }
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 163ecef..586d2be 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -142,6 +142,9 @@ importers:
 
   apps/workers:
     dependencies:
+      '@homesonspec/collector-ashton-woods':
+        specifier: workspace:*
+        version: link:../../collectors/ashton-woods
       '@homesonspec/collector-david-weekley':
         specifier: workspace:*
         version: link:../../collectors/david-weekley
@@ -207,6 +210,28 @@ importers:
         specifier: ^4.0.0
         version: 4.1.10(@types/node@22.20.1)(vite@8.1.5(@types/node@22.20.1)(esbuild@0.28.1)(jiti@2.7.0)(tsx@4.23.1))
 
+  collectors/ashton-woods:
+    dependencies:
+      '@homesonspec/collectors-common':
+        specifier: workspace:*
+        version: link:../common
+      '@homesonspec/schemas':
+        specifier: workspace:*
+        version: link:../../packages/schemas
+      '@homesonspec/shared':
+        specifier: workspace:*
+        version: link:../../packages/shared
+    devDependencies:
+      '@types/node':
+        specifier: ^22.10.5
+        version: 22.20.1
+      typescript:
+        specifier: ^5.7.2
+        version: 5.9.3
+      vitest:
+        specifier: ^4.0.0
+        version: 4.1.10(@types/node@22.20.1)(vite@8.1.5(@types/node@22.20.1)(esbuild@0.28.1)(jiti@2.7.0)(tsx@4.23.1))
+
   collectors/common:
     dependencies:
       '@homesonspec/schemas':

← da8824a build-loop: go nationwide — sweep 42 top homebuilding states  ·  back to Homesonspec  ·  build-loop: West Coast first + deeper per-state cap (CAP=120 168b21d →