{"id":38,"date":"2026-06-08T08:27:23","date_gmt":"2026-06-08T08:27:23","guid":{"rendered":"https:\/\/birchcondos.com\/?page_id=38"},"modified":"2026-06-12T11:28:46","modified_gmt":"2026-06-12T11:28:46","slug":"home","status":"publish","type":"page","link":"https:\/\/birchcondos.com\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"38\" class=\"elementor elementor-38\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d250878 e-con e-atomic-element e-flexbox-base e-cf505ee \" data-id=\"d250878\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"d250878\">\n    \t\t<div class=\"elementor-element elementor-element-4a47e1b elementor-widget elementor-widget-html\" data-id=\"4a47e1b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- Google Fonts: Inter -->\r\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\r\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap\" rel=\"stylesheet\">\r\n<script src=\"https:\/\/unpkg.com\/lucide@latest\"><\/script>\r\n\r\n<style>\r\n\/* ============================\r\n   CSS VARIABLES & RESET\r\n============================ *\/\r\n:root {\r\n  --brand: #82A2B4;\r\n  --brand-dark: #5f7f94;\r\n  --brand-light: #b3ccd8;\r\n  --brand-xlight: #e8f0f5;\r\n  --text-primary: #111111;\r\n  --text-secondary: #3a3a3a;\r\n  --text-muted: #6b7280;\r\n  --bg-white: #ffffff;\r\n  --bg-light: #f7f9fb;\r\n  --bg-section: #f0f5f8;\r\n  --border: #dde5ea;\r\n  --shadow-sm: 0 2px 8px rgba(130,162,180,0.10);\r\n  --shadow-md: 0 4px 24px rgba(130,162,180,0.18);\r\n  --shadow-lg: 0 8px 48px rgba(130,162,180,0.22);\r\n  --radius: 14px;\r\n  --radius-sm: 8px;\r\n  --header-h: 76px;\r\n  --font: 'Inter', sans-serif;\r\n  --transition: all 0.28s cubic-bezier(0.4,0,0.2,1);\r\n}\r\n\r\n*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\r\n\r\nhtml { scroll-behavior: smooth; font-size: 16px; }\r\n\r\nbody {\r\n  font-family: var(--font);\r\n  color: var(--text-primary);\r\n  background: var(--bg-white);\r\n  line-height: 1.7;\r\n  -webkit-font-smoothing: antialiased;\r\n}\r\n\r\nimg { max-width: 100%; display: block; }\r\na { text-decoration: none; color: inherit; }\r\nul { list-style: none; }\r\n\r\n\/* ============================\r\n   TYPOGRAPHY\r\n============================ *\/\r\nh1 { font-size: 70px; font-weight: 800; line-height: 1.06; letter-spacing: -2px; }\r\nh2 { font-size: 40px; font-weight: 700; line-height: 1.18; letter-spacing: -1px; }\r\nh3 { font-size: 28px; font-weight: 700; line-height: 1.25; letter-spacing: -0.5px; }\r\nh4 { font-size: 25px; font-weight: 600; line-height: 1.3; }\r\np  { font-size: 18px; line-height: 1.75; }\r\n\r\n\/* ============================\r\n   UTILITY CLASSES\r\n============================ *\/\r\n.container { max-width: 1220px; margin: 0 auto; padding: 0 24px; }\r\n.section-pad { padding: 100px 0; }\r\n.brand-color { color: var(--brand); }\r\n.accent-line {\r\n  display: inline-block;\r\n  width: 56px; height: 4px;\r\n  background: var(--brand);\r\n  border-radius: 2px;\r\n  margin-bottom: 18px;\r\n}\r\n\r\n\/* Only inside this specific form panel *\/\r\n.hero-form-panel h4,\r\n.hero-form-panel .form-sub,\r\n.hero-form-panel .hero-form label,\r\n.hero-form-panel .hero-form p,\r\n.hero-form-panel .wpcf7-list-item-label,\r\n.hero-form-panel .wpcf7-response-output,\r\n.hero-form-panel .wpcf7-not-valid-tip,\r\n.hero-form-panel .wpcf7-submit{\r\n    color: #fff !important;\r\n}\r\n\r\n\/* Input text *\/\r\n.hero-form-panel .wpcf7-form-control:not([type=\"submit\"]){\r\n    color: #fff !important;\r\n}\r\n\r\n\/* Placeholders *\/\r\n.hero-form-panel input::placeholder,\r\n.hero-form-panel textarea::placeholder{\r\n    color: #fff !important;\r\n    opacity: 1 !important;\r\n}\r\n\r\n.btn-primary {\r\n  display: inline-flex; align-items: center; gap: 8px;\r\n  background: var(--brand);\r\n  color: #fff;\r\n  font-family: var(--font);\r\n  font-size: 15px;\r\n  font-weight: 700;\r\n  padding: 15px 34px;\r\n  border-radius: 50px;\r\n  border: 2px solid var(--brand);\r\n  cursor: pointer;\r\n  transition: var(--transition);\r\n  letter-spacing: 0.3px;\r\n}\r\n.btn-primary:hover {\r\n  background: var(--brand-dark);\r\n  border-color: var(--brand-dark);\r\n  transform: translateY(-2px);\r\n  box-shadow: 0 6px 20px rgba(130,162,180,0.35);\r\n}\r\n\r\n.btn-outline {\r\n  display: inline-flex; align-items: center; gap: 8px;\r\n  background: transparent;\r\n  color: var(--brand);\r\n  font-family: var(--font);\r\n  font-size: 15px;\r\n  font-weight: 700;\r\n  padding: 14px 32px;\r\n  border-radius: 50px;\r\n  border: 2px solid var(--brand);\r\n  cursor: pointer;\r\n  transition: var(--transition);\r\n}\r\n.btn-outline:hover {\r\n  background: var(--brand);\r\n  color: #fff;\r\n  transform: translateY(-2px);\r\n  box-shadow: 0 6px 20px rgba(130,162,180,0.28);\r\n}\r\n\r\n.section-label {\r\n  font-size: 13px;\r\n  font-weight: 700;\r\n  text-transform: uppercase;\r\n  letter-spacing: 2.5px;\r\n  color: var(--brand);\r\n  margin-bottom: 10px;\r\n  display: block;\r\n}\r\n\r\n\/* Main Hero *\/\r\nh1 .h1-hero{\r\n    font-size: 80px !important;\r\n    line-height: 1.1 !important;\r\n    display: inline-block !important;\r\n}\r\n\r\n\/* Sub Hero *\/\r\nh1 .h1-subhero{\r\n    font-size: 40px !important;\r\n    line-height: 1.2 !important;\r\n    color: #ffffff !important;\r\n    display: inline-block !important;\r\n}\r\n\r\n\/* Mobile Friendly *\/\r\n@media (max-width: 768px){\r\n    h1 .h1-hero{\r\n        font-size: 48px !important;\r\n        line-height: 1.1 !important;\r\n    }\r\n\r\n    h1 .h1-subhero{\r\n        font-size: 24px !important;\r\n        line-height: 1.3 !important;\r\n    }\r\n}\r\n\r\n\r\n\r\n\/* ============================\r\n   HEADER \/ NAV\r\n============================ *\/\r\n#site-header {\r\n  position: fixed;\r\n  top: 0; left: 0; right: 0;\r\n  z-index: 1000;\r\n  background: rgba(255,255,255,0.97);\r\n  backdrop-filter: blur(12px);\r\n  -webkit-backdrop-filter: blur(12px);\r\n  border-bottom: 1px solid var(--border);\r\n  height: var(--header-h);\r\n  display: flex; align-items: center;\r\n  transition: box-shadow 0.3s;\r\n}\r\n#site-header.scrolled { box-shadow: var(--shadow-md); }\r\n\r\n.header-inner {\r\n  display: flex;\r\n  align-items: center;\r\n  justify-content: space-between;\r\n  width: 100%;\r\n  max-width: 1280px;\r\n  margin: 0 auto;\r\n  padding: 0 28px;\r\n  gap: 20px;\r\n}\r\n\r\n.header-logo img {\r\n  height: 46px;\r\n  width: auto;\r\n  object-fit: contain;\r\n}\r\n\r\n.header-nav {\r\n  display: flex;\r\n  align-items: center;\r\n  gap: 6px;\r\n}\r\n.header-nav a {\r\n  font-size: 13.5px;\r\n  font-weight: 600;\r\n  color: var(--text-secondary);\r\n  padding: 6px 12px;\r\n  border-radius: 6px;\r\n  transition: var(--transition);\r\n  white-space: nowrap;\r\n}\r\n.header-nav a:hover { color: var(--brand); background: var(--brand-xlight); }\r\n\r\n.header-cta { flex-shrink: 0; }\r\n.header-cta .btn-primary { font-size: 14px; padding: 11px 26px; }\r\n\r\n\/* Hamburger *\/\r\n.hamburger-btn {\r\n  display: none;\r\n  background: none; border: none;\r\n  cursor: pointer;\r\n  padding: 6px;\r\n  color: var(--text-primary);\r\n}\r\n.hamburger-btn svg { display: block; }\r\n\r\n\/* Mobile Nav Overlay *\/\r\n.mobile-nav-overlay {\r\n  display: none;\r\n  position: fixed;\r\n  inset: 0;\r\n  z-index: 999;\r\n  background: rgba(255,255,255,0.98);\r\n  backdrop-filter: blur(16px);\r\n  flex-direction: column;\r\n  align-items: center;\r\n  justify-content: center;\r\n  gap: 8px;\r\n  opacity: 0;\r\n  transition: opacity 0.3s;\r\n}\r\n.mobile-nav-overlay.open { display: flex; opacity: 1; }\r\n.mobile-nav-overlay a {\r\n  font-size: 22px;\r\n  font-weight: 700;\r\n  color: var(--text-primary);\r\n  padding: 14px 24px;\r\n  border-radius: 10px;\r\n  transition: var(--transition);\r\n  width: 280px;\r\n  text-align: center;\r\n}\r\n.mobile-nav-overlay a:hover { background: var(--brand-xlight); color: var(--brand); }\r\n.mobile-nav-close {\r\n  position: absolute;\r\n  top: 24px; right: 24px;\r\n  background: none; border: none;\r\n  cursor: pointer; color: var(--text-secondary);\r\n  padding: 6px;\r\n}\r\n\r\n\/* ============================\r\n   HERO SECTION\r\n============================ *\/\r\n#hero {\r\n  min-height: 150vh;\r\n  position: relative;\r\n  display: flex;\r\n  align-items: stretch;\r\n  overflow: hidden;\r\n  padding-top: var(--header-h);\r\n}\r\n\r\n.hero-bg {\r\n  position: absolute;\r\n  inset: 0;\r\n  background-image: url('https:\/\/birchcondos.com\/wp-content\/uploads\/2026\/06\/Lakeview-waterfront-West-1200h.jpg');\r\n  background-size: cover;\r\n  background-position: center;\r\n  filter: blur(0px);\r\n  z-index: 0;\r\n}\r\n.hero-bg::after {\r\n  content: '';\r\n  position: absolute;\r\n  inset: 0;\r\n  background: linear-gradient(\r\n    105deg,\r\n    rgba(0,0,0,0.72) 0%,\r\n    rgba(0,0,0,0.50) 40%,\r\n    rgba(0,0,0,0.18) 100%\r\n  );\r\n}\r\n\r\n.hero-inner {\r\n  position: relative;\r\n  z-index: 2;\r\n  display: grid;\r\n  grid-template-columns: 1fr 420px;\r\n  gap: 60px;\r\n  align-items: center;\r\n  width: 100%;\r\n  max-width: 1280px;\r\n  margin: 0 auto;\r\n  padding: 80px 28px;\r\n}\r\n\r\n.hero-content { color: #fff; }\r\n\r\n.hero-badge {\r\n  display: inline-flex;\r\n  align-items: center;\r\n  gap: 7px;\r\n  background: rgba(255,255,255,0.15);\r\n  border: 1px solid rgba(255,255,255,0.28);\r\n  backdrop-filter: blur(8px);\r\n  color: #fff;\r\n  font-size: 12px;\r\n  font-weight: 700;\r\n  letter-spacing: 2px;\r\n  text-transform: uppercase;\r\n  padding: 7px 16px;\r\n  border-radius: 50px;\r\n  margin-bottom: 24px;\r\n}\r\n\r\n.hero-content h1 {\r\n  color: #fff;\r\n  margin-bottom: 20px;\r\n  text-shadow: 0 2px 24px rgba(0,0,0,0.25);\r\n}\r\n\r\n.hero-content h1 span { color: var(--brand-light); }\r\n\r\n.hero-tagline {\r\n  font-size: 20px;\r\n  color: rgba(255,255,255,0.88);\r\n  margin-bottom: 36px;\r\n  font-weight: 400;\r\n  max-width: 540px;\r\n}\r\n\r\n\/* Hook pills *\/\r\n.hero-hooks {\r\n  display: flex;\r\n  flex-wrap: wrap;\r\n  gap: 10px;\r\n  margin-bottom: 40px;\r\n}\r\n.hero-hook-pill {\r\n  display: inline-flex;\r\n  align-items: center;\r\n  gap: 7px;\r\n  background: rgba(255,255,255,0.13);\r\n  border: 1px solid rgba(255,255,255,0.25);\r\n  backdrop-filter: blur(8px);\r\n  color: #fff;\r\n  font-size: 14px;\r\n  font-weight: 600;\r\n  padding: 9px 18px;\r\n  border-radius: 50px;\r\n}\r\n.hero-hook-pill svg { width: 16px; height: 16px; stroke: var(--brand-light); }\r\n\r\n\/* Glass Info Box *\/\r\n.hero-glass-box {\r\n  background: rgba(255,255,255,0.12);\r\n  border: 1px solid rgba(255,255,255,0.22);\r\n  backdrop-filter: blur(18px);\r\n  -webkit-backdrop-filter: blur(18px);\r\n  border-radius: var(--radius);\r\n  padding: 32px;\r\n  margin-bottom: 40px;\r\n}\r\n.hero-glass-box .glass-grid {\r\n  display: grid;\r\n  grid-template-columns: 1fr 1fr;\r\n  gap: 20px;\r\n}\r\n.glass-item {\r\n  display: flex;\r\n  align-items: flex-start;\r\n  gap: 12px;\r\n}\r\n.glass-icon {\r\n  width: 38px; height: 38px;\r\n  background: rgba(130,162,180,0.25);\r\n  border-radius: 8px;\r\n  display: flex; align-items: center; justify-content: center;\r\n  flex-shrink: 0;\r\n}\r\n.glass-icon svg { width: 18px; height: 18px; stroke: #fff; stroke-width: 2; }\r\n.glass-item-label { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 1.5px; color: rgba(255,255,255,0.65); margin-bottom: 2px; }\r\n.glass-item-value { font-size: 15px; font-weight: 700; color: #fff; }\r\n\r\n.hero-ctas {\r\n  display: flex;\r\n  gap: 14px;\r\n  flex-wrap: wrap;\r\n}\r\n\r\n\/* Hero Form Panel *\/\r\n.hero-form-panel {\r\n  \/*background: rgba(255,255,255,0.95);*\/\r\n  backdrop-filter: blur(5px);\r\n  -webkit-backdrop-filter: blur(5px);\r\n  border-radius: var(--radius);\r\n  padding: 36px 32px;\r\n  border: 1px solid rgba(130,162,180,0.2);\r\n  box-shadow: 0 20px 60px rgba(0,0,0,0.20);\r\n}\r\n\r\n.hero-form-panel h4 {\r\n  color: var(--text-primary);\r\n  margin-bottom: 6px;\r\n}\r\n.hero-form-panel .form-sub {\r\n  font-size: 14px;\r\n  color: var(--text-muted);\r\n  margin-bottom: 24px;\r\n}\r\n\r\n\/* CF7 Styling *\/\r\n.hero-form-panel .hero-form label,\r\n.down-form-wrap .down-form label {\r\n  display: block;\r\n  font-size: 13px;\r\n  font-weight: 600;\r\n  color: var(--text-secondary);\r\n  margin-bottom: 16px;\r\n  letter-spacing: 0.3px;\r\n}\r\n.hero-form-panel .hero-form label input,\r\n.hero-form-panel .hero-form label textarea,\r\n.down-form-wrap .down-form label input,\r\n.down-form-wrap .down-form label textarea {\r\n  display: block;\r\n  width: 100%;\r\n  margin-top: 5px;\r\n  padding: 11px 14px;\r\n  border: 1.5px solid var(--border);\r\n  border-radius: var(--radius-sm);\r\n  font-family: var(--font);\r\n  font-size: 15px;\r\n  color: var(--text-primary);\r\n  background: #fff;\r\n  transition: var(--transition);\r\n  outline: none;\r\n}\r\n.hero-form-panel .hero-form label input:focus,\r\n.down-form-wrap .down-form label input:focus {\r\n  border-color: var(--brand);\r\n  box-shadow: 0 0 0 3px rgba(130,162,180,0.18);\r\n}\r\n.hero-form-panel .hero-form .wpcf7-radio,\r\n.down-form-wrap .down-form .wpcf7-radio {\r\n  display: flex; gap: 16px; margin-top: 6px;\r\n}\r\n.hero-form-panel .hero-form .wpcf7-radio label,\r\n.down-form-wrap .down-form .wpcf7-radio label {\r\n  display: flex; align-items: center; gap: 6px;\r\n  margin-bottom: 0; font-weight: 500;\r\n  cursor: pointer;\r\n}\r\n.hero-form-panel .hero-form input[type=\"submit\"],\r\n.down-form-wrap .down-form input[type=\"submit\"] {\r\n  width: 100%;\r\n  background: var(--brand);\r\n  color: #fff;\r\n  border: none;\r\n  padding: 14px;\r\n  border-radius: 50px;\r\n  font-family: var(--font);\r\n  font-size: 15px;\r\n  font-weight: 700;\r\n  cursor: pointer;\r\n  transition: var(--transition);\r\n  margin-top: 4px;\r\n}\r\n.hero-form-panel .hero-form input[type=\"submit\"]:hover,\r\n.down-form-wrap .down-form input[type=\"submit\"]:hover {\r\n  background: var(--brand-dark);\r\n  transform: translateY(-1px);\r\n  box-shadow: var(--shadow-md);\r\n}\r\n\r\n\/* ============================\r\n   OVERVIEW SECTION\r\n============================ *\/\r\n#overview {\r\n  background: var(--bg-white);\r\n  padding: 100px 0;\r\n}\r\n.overview-grid {\r\n  display: grid;\r\n  grid-template-columns: 1fr 1fr;\r\n  gap: 72px;\r\n  align-items: start;\r\n}\r\n.overview-left .overview-para {\r\n  font-size: 18px;\r\n  color: var(--text-secondary);\r\n  margin-top: 18px;\r\n  line-height: 1.8;\r\n}\r\n.overview-img {\r\n  margin-top: 28px;\r\n  border-radius: var(--radius);\r\n  overflow: hidden;\r\n  box-shadow: var(--shadow-md);\r\n}\r\n.overview-img img { width: 100%; height: 300px; object-fit: cover; display: block; }\r\n\r\n.overview-right h3 {\r\n  margin-bottom: 24px;\r\n  color: var(--text-primary);\r\n}\r\n.highlights-list { display: flex; flex-direction: column; gap: 12px; }\r\n.highlight-item {\r\n  display: flex;\r\n  align-items: center;\r\n  gap: 14px;\r\n  padding: 14px 18px;\r\n  background: var(--bg-light);\r\n  border-radius: var(--radius-sm);\r\n  border: 1px solid var(--border);\r\n  transition: var(--transition);\r\n}\r\n.highlight-item:hover {\r\n  background: var(--brand-xlight);\r\n  border-color: var(--brand-light);\r\n  transform: translateX(4px);\r\n}\r\n.highlight-icon {\r\n  width: 36px; height: 36px;\r\n  background: var(--brand-xlight);\r\n  border-radius: 8px;\r\n  display: flex; align-items: center; justify-content: center;\r\n  flex-shrink: 0;\r\n}\r\n.highlight-icon svg { width: 17px; height: 17px; stroke: var(--brand-dark); stroke-width: 2; }\r\n.highlight-label { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--text-muted); }\r\n.highlight-value { font-size: 15px; font-weight: 600; color: var(--text-primary); }\r\n\r\n\/* ============================\r\n   LOCATION SECTION\r\n============================ *\/\r\n#location {\r\n  background: var(--bg-section);\r\n  padding: 100px 0;\r\n}\r\n.location-top {\r\n  display: grid;\r\n  grid-template-columns: 1fr 1fr;\r\n  gap: 64px;\r\n  align-items: start;\r\n  margin-bottom: 60px;\r\n}\r\n.location-info p {\r\n  font-size: 18px;\r\n  color: var(--text-secondary);\r\n  margin: 18px 0 28px;\r\n}\r\n.location-landmarks { display: flex; flex-direction: column; gap: 12px; }\r\n.landmark-item {\r\n  display: flex; align-items: center; gap: 14px;\r\n  padding: 13px 18px;\r\n  background: var(--bg-white);\r\n  border-radius: var(--radius-sm);\r\n  border: 1px solid var(--border);\r\n  transition: var(--transition);\r\n}\r\n.landmark-item:hover { border-color: var(--brand); box-shadow: var(--shadow-sm); }\r\n.landmark-icon {\r\n  width: 34px; height: 34px;\r\n  background: var(--brand-xlight);\r\n  border-radius: 8px;\r\n  display: flex; align-items: center; justify-content: center;\r\n  flex-shrink: 0;\r\n}\r\n.landmark-icon svg { width: 16px; height: 16px; stroke: var(--brand-dark); stroke-width: 2; }\r\n.landmark-name { font-size: 15px; font-weight: 600; color: var(--text-primary); }\r\n.landmark-dist { font-size: 13px; color: var(--text-muted); }\r\n\r\n.location-img-side img {\r\n  width: 100%;\r\n  border-radius: var(--radius);\r\n  box-shadow: var(--shadow-md);\r\n  object-fit: cover;\r\n}\r\n\r\n.location-map {\r\n  border-radius: var(--radius);\r\n  overflow: hidden;\r\n  box-shadow: var(--shadow-md);\r\n  line-height: 0;\r\n}\r\n.location-map iframe { width: 100%; height: 420px; border: 0; display: block; }\r\n\r\n\/* ============================\r\n   AMENITIES SECTION\r\n============================ *\/\r\n#amenities {\r\n  background: var(--bg-white);\r\n  padding: 100px 0;\r\n}\r\n.amenities-intro {\r\n  max-width: 680px;\r\n  margin: 0 auto 52px;\r\n  text-align: center;\r\n}\r\n.amenities-intro h2 { margin-bottom: 14px; }\r\n.amenities-intro p { font-size: 18px; color: var(--text-secondary); }\r\n\r\n.amenities-hero-img {\r\n  border-radius: var(--radius);\r\n  overflow: hidden;\r\n  margin-bottom: 52px;\r\n  box-shadow: var(--shadow-md);\r\n}\r\n.amenities-hero-img img { width: 100%; height: 420px; object-fit: cover; }\r\n\r\n.amenities-grid {\r\n  display: grid;\r\n  grid-template-columns: repeat(4, 1fr);\r\n  gap: 20px;\r\n}\r\n.amenity-card {\r\n  background: var(--bg-light);\r\n  border: 1px solid var(--border);\r\n  border-radius: var(--radius);\r\n  padding: 28px 22px;\r\n  text-align: center;\r\n  transition: var(--transition);\r\n  cursor: default;\r\n}\r\n.amenity-card:hover {\r\n  background: var(--brand-xlight);\r\n  border-color: var(--brand);\r\n  transform: translateY(-4px);\r\n  box-shadow: var(--shadow-md);\r\n}\r\n.amenity-icon {\r\n  width: 52px; height: 52px;\r\n  background: var(--brand-xlight);\r\n  border-radius: 12px;\r\n  display: flex; align-items: center; justify-content: center;\r\n  margin: 0 auto 14px;\r\n  transition: var(--transition);\r\n}\r\n.amenity-card:hover .amenity-icon { background: var(--brand); }\r\n.amenity-icon svg { width: 24px; height: 24px; stroke: var(--brand); stroke-width: 1.8; transition: var(--transition); }\r\n.amenity-card:hover .amenity-icon svg { stroke: #fff; }\r\n.amenity-name { font-size: 15px; font-weight: 700; color: var(--text-primary); }\r\n\r\n\/* ============================\r\n   NEIGHBOURHOOD SECTION\r\n============================ *\/\r\n#neighbourhood {\r\n  background: var(--bg-section);\r\n  padding: 100px 0;\r\n}\r\n.neighbourhood-grid {\r\n  display: grid;\r\n  grid-template-columns: 1fr 1fr;\r\n  gap: 72px;\r\n  align-items: center;\r\n}\r\n.neighbourhood-content p {\r\n  font-size: 18px;\r\n  color: var(--text-secondary);\r\n  margin: 18px 0 32px;\r\n}\r\n.neighbourhood-cards {\r\n  display: grid;\r\n  grid-template-columns: 1fr 1fr;\r\n  gap: 14px;\r\n}\r\n.nbhd-card {\r\n  background: var(--bg-white);\r\n  border: 1px solid var(--border);\r\n  border-radius: var(--radius);\r\n  padding: 20px;\r\n  transition: var(--transition);\r\n}\r\n.nbhd-card:hover {\r\n  border-color: var(--brand);\r\n  box-shadow: var(--shadow-sm);\r\n  transform: translateY(-2px);\r\n}\r\n.nbhd-icon {\r\n  width: 40px; height: 40px;\r\n  background: var(--brand-xlight);\r\n  border-radius: 8px;\r\n  display: flex; align-items: center; justify-content: center;\r\n  margin-bottom: 10px;\r\n}\r\n.nbhd-icon svg { width: 18px; height: 18px; stroke: var(--brand-dark); stroke-width: 2; }\r\n.nbhd-name { font-size: 14px; font-weight: 700; color: var(--text-primary); margin-bottom: 3px; }\r\n.nbhd-desc { font-size: 13px; color: var(--text-muted); }\r\n\r\n.neighbourhood-img img {\r\n  width: 100%;\r\n  border-radius: var(--radius);\r\n  box-shadow: var(--shadow-lg);\r\n  object-fit: cover;\r\n  height: 520px;\r\n}\r\n\r\n\/* ============================\r\n   LAKEVIEW VILLAGE SECTION\r\n============================ *\/\r\n#lakeview-village {\r\n  background: var(--bg-white);\r\n  padding: 100px 0;\r\n}\r\n.lakeview-intro {\r\n  max-width: 780px;\r\n  margin-bottom: 60px;\r\n}\r\n.lakeview-intro p {\r\n  font-size: 18px;\r\n  color: var(--text-secondary);\r\n  margin-top: 16px;\r\n}\r\n\r\n.lakeview-gallery {\r\n  display: grid;\r\n  grid-template-columns: repeat(2, 1fr);\r\n  gap: 24px;\r\n  margin-bottom: 60px;\r\n}\r\n.lakeview-gallery-item {\r\n  border-radius: var(--radius);\r\n  overflow: hidden;\r\n  box-shadow: var(--shadow-sm);\r\n  position: relative;\r\n}\r\n.lakeview-gallery-item img {\r\n  width: 100%;\r\n  height: 280px;\r\n  object-fit: cover;\r\n  transition: transform 0.45s cubic-bezier(0.4,0,0.2,1);\r\n  display: block;\r\n}\r\n.lakeview-gallery-item:hover img { transform: scale(1.04); }\r\n.gallery-caption {\r\n  position: absolute;\r\n  bottom: 0; left: 0; right: 0;\r\n  background: linear-gradient(to top, rgba(0,0,0,0.65), transparent);\r\n  color: #fff;\r\n  font-size: 14px;\r\n  font-weight: 600;\r\n  padding: 28px 18px 16px;\r\n}\r\n\r\n.lakeview-stats {\r\n  display: grid;\r\n  grid-template-columns: repeat(4, 1fr);\r\n  gap: 20px;\r\n  padding: 40px;\r\n  background: var(--bg-section);\r\n  border-radius: var(--radius);\r\n  border: 1px solid var(--border);\r\n}\r\n.lv-stat { text-align: center; }\r\n.lv-stat-num { font-size: 36px; font-weight: 800; color: var(--brand-dark); margin-bottom: 4px; }\r\n.lv-stat-label { font-size: 14px; color: var(--text-muted); font-weight: 500; }\r\n\r\n\/* ============================\r\n   WHY INVEST SECTION\r\n============================ *\/\r\n#why-invest {\r\n  background: var(--brand-dark);\r\n  padding: 100px 0;\r\n  position: relative;\r\n  overflow: hidden;\r\n}\r\n#why-invest::before {\r\n  content: '';\r\n  position: absolute;\r\n  top: -120px; right: -120px;\r\n  width: 500px; height: 500px;\r\n  background: rgba(255,255,255,0.04);\r\n  border-radius: 50%;\r\n}\r\n#why-invest::after {\r\n  content: '';\r\n  position: absolute;\r\n  bottom: -80px; left: -80px;\r\n  width: 350px; height: 350px;\r\n  background: rgba(255,255,255,0.04);\r\n  border-radius: 50%;\r\n}\r\n.why-invest-inner { position: relative; z-index: 2; }\r\n.why-invest-intro { max-width: 700px; margin-bottom: 52px; }\r\n.why-invest-intro .section-label { color: var(--brand-light); }\r\n.why-invest-intro h2 { color: #fff; }\r\n.why-invest-intro p { color: rgba(255,255,255,0.78); font-size: 18px; margin-top: 14px; }\r\n\r\n.invest-cards {\r\n  display: grid;\r\n  grid-template-columns: repeat(3, 1fr);\r\n  gap: 24px;\r\n}\r\n.invest-card {\r\n  background: rgba(255,255,255,0.09);\r\n  border: 1px solid rgba(255,255,255,0.15);\r\n  border-radius: var(--radius);\r\n  padding: 36px 28px;\r\n  transition: var(--transition);\r\n}\r\n.invest-card:hover {\r\n  background: rgba(255,255,255,0.14);\r\n  transform: translateY(-4px);\r\n  box-shadow: 0 12px 36px rgba(0,0,0,0.22);\r\n}\r\n.invest-icon {\r\n  width: 52px; height: 52px;\r\n  background: rgba(130,162,180,0.25);\r\n  border-radius: 12px;\r\n  display: flex; align-items: center; justify-content: center;\r\n  margin-bottom: 20px;\r\n}\r\n.invest-icon svg { width: 24px; height: 24px; stroke: var(--brand-light); stroke-width: 2; }\r\n.invest-card h3 { color: #fff; font-size: 22px; margin-bottom: 12px; }\r\n.invest-card p { color: rgba(255,255,255,0.73); font-size: 16px; line-height: 1.7; }\r\n\r\n\/* ============================\r\n   MARKET DATA SECTION\r\n============================ *\/\r\n#market-data {\r\n  background: var(--bg-white);\r\n  padding: 100px 0;\r\n}\r\n.market-intro { max-width: 680px; margin-bottom: 52px; }\r\n.market-intro p { font-size: 18px; color: var(--text-secondary); margin-top: 14px; }\r\n\r\n.market-grid {\r\n  display: grid;\r\n  grid-template-columns: repeat(3, 1fr);\r\n  gap: 24px;\r\n}\r\n.market-card {\r\n  background: var(--bg-light);\r\n  border: 1px solid var(--border);\r\n  border-radius: var(--radius);\r\n  padding: 32px 26px;\r\n  transition: var(--transition);\r\n}\r\n.market-card:hover {\r\n  border-color: var(--brand);\r\n  box-shadow: var(--shadow-md);\r\n  transform: translateY(-4px);\r\n}\r\n.market-icon {\r\n  width: 44px; height: 44px;\r\n  background: var(--brand-xlight);\r\n  border-radius: 10px;\r\n  display: flex; align-items: center; justify-content: center;\r\n  margin-bottom: 16px;\r\n}\r\n.market-icon svg { width: 20px; height: 20px; stroke: var(--brand-dark); stroke-width: 2; }\r\n.market-stat { font-size: 36px; font-weight: 800; color: var(--text-primary); margin-bottom: 4px; letter-spacing: -1px; }\r\n.market-label { font-size: 15px; font-weight: 600; color: var(--text-secondary); margin-bottom: 6px; }\r\n.market-note { font-size: 13px; color: var(--text-muted); }\r\n\r\n\/* ============================\r\n   DEVELOPER SECTION\r\n============================ *\/\r\n#developer {\r\n  background: var(--bg-section);\r\n  padding: 100px 0;\r\n}\r\n.developer-grid {\r\n  display: grid;\r\n  grid-template-columns: 300px 1fr;\r\n  gap: 72px;\r\n  align-items: start;\r\n}\r\n.developer-logo-block {\r\n  text-align: center;\r\n  padding: 36px;\r\n  background: var(--bg-white);\r\n  border-radius: var(--radius);\r\n  border: 1px solid var(--border);\r\n  box-shadow: var(--shadow-sm);\r\n}\r\n.developer-logo-block img {\r\n  max-width: 200px;\r\n  height: auto;\r\n  margin: 0 auto 20px;\r\n  object-fit: contain;\r\n}\r\n.dev-stat-row {\r\n  display: flex;\r\n  flex-direction: column;\r\n  gap: 12px;\r\n  margin-top: 20px;\r\n}\r\n.dev-stat-item {\r\n  display: flex; align-items: center; gap: 10px;\r\n  background: var(--brand-xlight);\r\n  padding: 10px 14px;\r\n  border-radius: var(--radius-sm);\r\n}\r\n.dev-stat-item svg { width: 16px; height: 16px; stroke: var(--brand-dark); stroke-width: 2; flex-shrink: 0; }\r\n.dev-stat-text { font-size: 14px; font-weight: 600; color: var(--text-secondary); }\r\n\r\n.developer-content p {\r\n  font-size: 18px;\r\n  color: var(--text-secondary);\r\n  margin-bottom: 20px;\r\n  line-height: 1.78;\r\n}\r\n\r\n\/* ============================\r\n   REGISTER SECTION\r\n============================ *\/\r\n#register {\r\n  background: var(--bg-white);\r\n  padding: 100px 0;\r\n}\r\n.register-grid {\r\n  display: grid;\r\n  grid-template-columns: 1fr 500px;\r\n  gap: 72px;\r\n  align-items: start;\r\n}\r\n.register-content h2 { margin-bottom: 16px; }\r\n.register-content p { font-size: 18px; color: var(--text-secondary); margin-bottom: 32px; }\r\n\r\n.register-usp {\r\n  display: flex; flex-direction: column; gap: 14px;\r\n}\r\n.register-usp-item {\r\n  display: flex; align-items: flex-start; gap: 14px;\r\n  padding: 16px 20px;\r\n  background: var(--bg-light);\r\n  border-radius: var(--radius-sm);\r\n  border: 1px solid var(--border);\r\n}\r\n.register-usp-item svg { width: 20px; height: 20px; stroke: var(--brand); stroke-width: 2; flex-shrink: 0; margin-top: 2px; }\r\n.register-usp-item div .usp-title { font-size: 15px; font-weight: 700; color: var(--text-primary); margin-bottom: 2px; }\r\n.register-usp-item div .usp-desc { font-size: 14px; color: var(--text-muted); }\r\n\r\n.down-form-wrap {\r\n  background: var(--bg-section);\r\n  border: 1px solid var(--border);\r\n  border-radius: var(--radius);\r\n  padding: 40px 36px;\r\n  box-shadow: var(--shadow-sm);\r\n}\r\n.down-form-wrap h4 { margin-bottom: 6px; color: var(--text-primary); }\r\n.down-form-wrap .form-sub { font-size: 14px; color: var(--text-muted); margin-bottom: 24px; }\r\n\r\n\/* ============================\r\n   FAQ SECTION\r\n============================ *\/\r\n#faq {\r\n  background: var(--bg-section);\r\n  padding: 100px 0;\r\n}\r\n.faq-intro { max-width: 680px; margin-bottom: 52px; }\r\n.faq-intro p { font-size: 18px; color: var(--text-secondary); margin-top: 14px; }\r\n\r\n.faq-list { display: flex; flex-direction: column; gap: 12px; max-width: 860px; }\r\n.faq-item {\r\n  background: var(--bg-white);\r\n  border: 1px solid var(--border);\r\n  border-radius: var(--radius);\r\n  overflow: hidden;\r\n  transition: var(--transition);\r\n}\r\n.faq-item.open { border-color: var(--brand); box-shadow: var(--shadow-sm); }\r\n.faq-question {\r\n  display: flex;\r\n  align-items: center;\r\n  justify-content: space-between;\r\n  gap: 16px;\r\n  padding: 20px 24px;\r\n  cursor: pointer;\r\n  font-size: 17px;\r\n  font-weight: 600;\r\n  color: var(--text-primary);\r\n  background: none;\r\n  border: none;\r\n  width: 100%;\r\n  text-align: left;\r\n  font-family: var(--font);\r\n}\r\n.faq-question:hover { background: var(--bg-light); }\r\n.faq-chevron { width: 20px; height: 20px; stroke: var(--brand); stroke-width: 2.5; flex-shrink: 0; transition: transform 0.3s; }\r\n.faq-item.open .faq-chevron { transform: rotate(180deg); }\r\n.faq-answer {\r\n  padding: 0 24px;\r\n  max-height: 0;\r\n  overflow: hidden;\r\n  font-size: 16px;\r\n  color: var(--text-secondary);\r\n  line-height: 1.72;\r\n  transition: max-height 0.38s ease, padding 0.3s;\r\n}\r\n.faq-item.open .faq-answer { max-height: 400px; padding-bottom: 22px; }\r\n\r\n\/* ============================\r\n   FOOTER\r\n============================ *\/\r\nfooter {\r\n  background: #111;\r\n  color: #fff;\r\n  padding: 60px 0 0;\r\n}\r\n.footer-top {\r\n  display: grid;\r\n  grid-template-columns: 1fr 1fr 1fr;\r\n  gap: 48px;\r\n  padding-bottom: 48px;\r\n  border-bottom: 1px solid rgba(255,255,255,0.1);\r\n}\r\n.footer-logo { margin-bottom: 18px; }\r\n.footer-logo img { height: 42px; width: auto; object-fit: contain; filter: brightness(0) invert(1); }\r\n.footer-tagline { font-size: 14px; color: rgba(255,255,255,0.55); line-height: 1.7; }\r\n\r\n.footer-links-title {\r\n  font-size: 13px; font-weight: 700;\r\n  text-transform: uppercase; letter-spacing: 1.5px;\r\n  color: rgba(255,255,255,0.6);\r\n  margin-bottom: 18px;\r\n}\r\n.footer-links li { margin-bottom: 10px; }\r\n.footer-links a {\r\n  font-size: 14px;\r\n  color: rgba(255,255,255,0.65);\r\n  transition: var(--transition);\r\n}\r\n.footer-links a:hover { color: var(--brand-light); }\r\n\r\n.footer-bottom {\r\n  padding: 24px 0;\r\n  display: flex;\r\n  flex-wrap: wrap;\r\n  align-items: center;\r\n  justify-content: space-between;\r\n  gap: 14px;\r\n}\r\n.footer-brokerage {\r\n  display: flex;\r\n  align-items: center;\r\n  gap: 12px;\r\n}\r\n.footer-brokerage img {\r\n  height: 50px;\r\n  width: auto;\r\n  border-radius: 6px;\r\n}\r\n.footer-copy { font-size: 13px; color: rgba(255,255,255,0.45); }\r\n\r\n.footer-disclaimer {\r\n  font-size: 12px;\r\n  color: rgba(255,255,255,0.35);\r\n  line-height: 1.65;\r\n  border-top: 1px solid rgba(255,255,255,0.07);\r\n  padding: 20px 0 30px;\r\n  margin-top: 0;\r\n  text-align: center;\r\n}\r\n\r\n\/* ============================\r\n   SCROLL ANIMATIONS\r\n============================ *\/\r\n.reveal {\r\n  opacity: 0;\r\n  transform: translateY(28px);\r\n  transition: opacity 0.6s cubic-bezier(0.4,0,0.2,1), transform 0.6s cubic-bezier(0.4,0,0.2,1);\r\n}\r\n.reveal.visible { opacity: 1; transform: none; }\r\n.reveal-delay-1 { transition-delay: 0.1s; }\r\n.reveal-delay-2 { transition-delay: 0.2s; }\r\n.reveal-delay-3 { transition-delay: 0.3s; }\r\n\r\n\/* ============================\r\n   MEDIA QUERIES\r\n============================ *\/\r\n@media (max-width: 1100px) {\r\n  h1 { font-size: 54px; }\r\n  h2 { font-size: 34px; }\r\n  .hero-inner { grid-template-columns: 1fr; }\r\n  .hero-form-panel { max-width: 540px; }\r\n  .overview-grid { grid-template-columns: 1fr; gap: 48px; }\r\n  .developer-grid { grid-template-columns: 1fr; }\r\n  .register-grid { grid-template-columns: 1fr; }\r\n  .amenities-grid { grid-template-columns: repeat(3, 1fr); }\r\n  .market-grid { grid-template-columns: repeat(2, 1fr); }\r\n  .lakeview-stats { grid-template-columns: repeat(2, 1fr); }\r\n}\r\n\r\n@media (max-width: 768px) {\r\n  h1 { font-size: 38px; letter-spacing: -1px; }\r\n  h2 { font-size: 28px; }\r\n  h3 { font-size: 22px; }\r\n  h4 { font-size: 20px; }\r\n  p, .overview-para, .location-info p { font-size: 16px; }\r\n  .section-pad, #overview, #location, #amenities, #neighbourhood, #lakeview-village, #why-invest, #market-data, #developer, #register, #faq { padding: 64px 0; }\r\n\r\n  .header-nav { display: none; }\r\n  .hamburger-btn { display: flex; }\r\n  .header-cta .btn-primary { font-size: 13px; padding: 9px 20px; }\r\n\r\n  .hero-inner { padding: 40px 20px 60px; gap: 40px; }\r\n  .hero-glass-box .glass-grid { grid-template-columns: 1fr 1fr; gap: 14px; }\r\n  .hero-hooks { gap: 8px; }\r\n\r\n  .location-top { grid-template-columns: 1fr; gap: 36px; }\r\n  .neighbourhood-grid { grid-template-columns: 1fr; gap: 40px; }\r\n  .neighbourhood-img img { height: 300px; }\r\n  .neighbourhood-cards { grid-template-columns: 1fr 1fr; }\r\n\r\n  .invest-cards { grid-template-columns: 1fr; }\r\n  .amenities-grid { grid-template-columns: repeat(2, 1fr); }\r\n  .market-grid { grid-template-columns: 1fr; }\r\n  .lakeview-gallery { grid-template-columns: 1fr; }\r\n  .lakeview-stats { grid-template-columns: repeat(2, 1fr); gap: 14px; padding: 24px; }\r\n  .footer-top { grid-template-columns: 1fr; gap: 32px; }\r\n  .footer-bottom { flex-direction: column; align-items: flex-start; }\r\n\r\n  .developer-grid { grid-template-columns: 1fr; }\r\n  .developer-logo-block { max-width: 300px; }\r\n  .down-form-wrap { padding: 24px 20px; }\r\n  .register-grid { grid-template-columns: 1fr; }\r\n}\r\n\r\n@media (max-width: 480px) {\r\n  .hero-hooks { flex-direction: column; }\r\n  .neighbourhood-cards { grid-template-columns: 1fr; }\r\n  .lakeview-stats { grid-template-columns: 1fr 1fr; }\r\n  .overview-right .highlights-list {}\r\n}\r\n<\/style>\r\n\r\n<!-- ============================\r\n     HEADER\r\n============================ -->\r\n<header id=\"site-header\" role=\"banner\">\r\n  <div class=\"header-inner\">\r\n    <a href=\"#hero\" class=\"header-logo\" aria-label=\"Birch Condos and Towns at Lakeview Village Homepage\">\r\n      <img decoding=\"async\" src=\"https:\/\/birchcondos.com\/wp-content\/uploads\/2026\/06\/birch-condo-logo.png\"\r\n           alt=\"Birch Condos and Towns at Lakeview Village Mississauga Logo\"\r\n           loading=\"eager\" width=\"180\" height=\"60\">\r\n    <\/a>\r\n\r\n    <nav class=\"header-nav\" role=\"navigation\" aria-label=\"Main site navigation\">\r\n      <a href=\"#overview\">Overview<\/a>\r\n      <a href=\"#price-floor-plans\">Prices<\/a>\r\n      <a href=\"#location\">Location<\/a>\r\n      <a href=\"#amenities\">Amenities<\/a>\r\n      <a href=\"#why-invest\">Why Invest<\/a>\r\n      <a href=\"#developer\">Developer<\/a>\r\n      <a href=\"#faq\">FAQ<\/a>\r\n    <\/nav>\r\n\r\n    <div class=\"header-cta\">\r\n      <a href=\"#register\" class=\"btn-primary\" aria-label=\"Register for Birch Condos exclusive VIP pricing and floor plans\">\r\n        Register Now\r\n      <\/a>\r\n    <\/div>\r\n\r\n    <button class=\"hamburger-btn\" id=\"hamburger-btn\" aria-label=\"Open navigation menu\" aria-expanded=\"false\">\r\n      <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"28\" height=\"28\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\">\r\n        <line x1=\"3\" y1=\"6\" x2=\"21\" y2=\"6\"\/>\r\n        <line x1=\"3\" y1=\"12\" x2=\"21\" y2=\"12\"\/>\r\n        <line x1=\"3\" y1=\"18\" x2=\"21\" y2=\"18\"\/>\r\n      <\/svg>\r\n    <\/button>\r\n  <\/div>\r\n<\/header>\r\n\r\n<!-- Mobile Nav Overlay -->\r\n<nav class=\"mobile-nav-overlay\" id=\"mobile-nav\" role=\"navigation\" aria-label=\"Mobile navigation\">\r\n  <button class=\"mobile-nav-close\" id=\"mobile-nav-close\" aria-label=\"Close navigation menu\">\r\n    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"30\" height=\"30\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n      <line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\/>\r\n      <line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\/>\r\n    <\/svg>\r\n  <\/button>\r\n  <a href=\"#overview\" class=\"mobile-nav-link\">Overview<\/a>\r\n  <a href=\"#price-floor-plans\" class=\"mobile-nav-link\">Prices &amp; Floor Plans<\/a>\r\n  <a href=\"#location\" class=\"mobile-nav-link\">Location<\/a>\r\n  <a href=\"#amenities\" class=\"mobile-nav-link\">Amenities<\/a>\r\n  <a href=\"#why-invest\" class=\"mobile-nav-link\">Why Invest<\/a>\r\n  <a href=\"#lakeview-village\" class=\"mobile-nav-link\">Lakeview Village<\/a>\r\n  <a href=\"#developer\" class=\"mobile-nav-link\">Developer<\/a>\r\n  <a href=\"#faq\" class=\"mobile-nav-link\">FAQ<\/a>\r\n  <a href=\"#register\" class=\"btn-primary\" style=\"margin-top:16px;\" aria-label=\"Register for Birch Condos VIP access\">Register Now<\/a>\r\n<\/nav>\r\n\r\n<!-- ============================\r\n     HERO\r\n============================ -->\r\n<section id=\"hero\" aria-label=\"Birch Condos and Towns Hero Section\">\r\n  <div class=\"hero-bg\" role=\"img\" aria-label=\"Birch Condos and Towns at Lakeview Village Mississauga waterfront aerial view\"><\/div>\r\n\r\n  <div class=\"hero-inner\">\r\n    <!-- Hero Content -->\r\n    <div class=\"hero-content\">\r\n      <div class=\"hero-badge\">\r\n        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg>\r\n        Platinum VIP Access \u2014 Pre-Construction Launch\r\n      <\/div>\r\n\r\n      <h1><span class=\"h1-hero\">Birch<\/span> <br><span class=\"h1-subhero\">Condos &amp; Towns <br>at Lakeview Village, Mississauga<\/span><\/h1>\r\n\r\n      <p class=\"hero-tagline\">Pre-construction waterfront condos and townhomes by Branthaven. 15,000+ sq. ft. of amenities and premium transit access.<\/p>\r\n\r\n      <!--<div class=\"hero-hooks\">-->\r\n      <!--  <span class=\"hero-hook-pill\">-->\r\n      <!--    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"\/><\/svg>-->\r\n      <!--    Waterfront Community-->\r\n      <!--  <\/span>-->\r\n      <!--  <span class=\"hero-hook-pill\">-->\r\n      <!--    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><rect x=\"1\" y=\"3\" width=\"15\" height=\"13\" rx=\"2\"\/><path d=\"M16 8h4l3 3v5h-7z\"\/><circle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\/><circle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\/><\/svg>-->\r\n      <!--    Transit Connected-->\r\n      <!--  <\/span>-->\r\n      <!--  <span class=\"hero-hook-pill\">-->\r\n      <!--    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\/><\/svg>-->\r\n      <!--    Platinum VIP Access-->\r\n      <!--  <\/span>-->\r\n      <!--<\/div>-->\r\n\r\n      <!--<div class=\"hero-glass-box\" aria-label=\"Birch Condos key project details\">-->\r\n      <!--  <div class=\"glass-grid\">-->\r\n      <!--    <div class=\"glass-item\">-->\r\n      <!--      <div class=\"glass-icon\">-->\r\n      <!--        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z\"\/><circle cx=\"12\" cy=\"10\" r=\"3\"\/><\/svg>-->\r\n      <!--      <\/div>-->\r\n      <!--      <div>-->\r\n      <!--        <div class=\"glass-item-label\">Location<\/div>-->\r\n      <!--        <div class=\"glass-item-value\">Lakeview Village, Mississauga<\/div>-->\r\n      <!--      <\/div>-->\r\n      <!--    <\/div>-->\r\n      <!--    <div class=\"glass-item\">-->\r\n      <!--      <div class=\"glass-icon\">-->\r\n      <!--        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><line x1=\"12\" y1=\"1\" x2=\"12\" y2=\"23\"\/><path d=\"M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6\"\/><\/svg>-->\r\n      <!--      <\/div>-->\r\n      <!--      <div>-->\r\n      <!--        <div class=\"glass-item-label\">Starting Price<\/div>-->\r\n      <!--        <div class=\"glass-item-value\">From the Mid $600s<\/div>-->\r\n      <!--      <\/div>-->\r\n      <!--    <\/div>-->\r\n      <!--    <div class=\"glass-item\">-->\r\n      <!--      <div class=\"glass-icon\">-->\r\n      <!--        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\"\/><path d=\"M3 9h18\"\/><path d=\"M9 21V9\"\/><\/svg>-->\r\n      <!--      <\/div>-->\r\n      <!--      <div>-->\r\n      <!--        <div class=\"glass-item-label\">Type<\/div>-->\r\n      <!--        <div class=\"glass-item-value\">Condos &amp; Townhomes<\/div>-->\r\n      <!--      <\/div>-->\r\n      <!--    <\/div>-->\r\n      <!--    <div class=\"glass-item\">-->\r\n      <!--      <div class=\"glass-icon\">-->\r\n      <!--        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><polygon points=\"12 2 2 7 12 12 22 7 12 2\"\/><polyline points=\"2 17 12 22 22 17\"\/><polyline points=\"2 12 12 17 22 12\"\/><\/svg>-->\r\n      <!--      <\/div>-->\r\n      <!--      <div>-->\r\n      <!--        <div class=\"glass-item-label\">Storeys<\/div>-->\r\n      <!--        <div class=\"glass-item-value\">8\u201312 Storeys<\/div>-->\r\n      <!--      <\/div>-->\r\n      <!--    <\/div>-->\r\n      <!--  <\/div>-->\r\n      <!--<\/div>-->\r\n\r\n      <div class=\"hero-ctas\">\r\n        <a href=\"#register\" class=\"btn-primary\" aria-label=\"Register for Birch Condos and Towns exclusive VIP pricing\">\r\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"17\" height=\"17\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07A19.5 19.5 0 0 1 4.69 12 19.79 19.79 0 0 1 1.63 3.45 2 2 0 0 1 3.59 1.26h3a2 2 0 0 1 2 1.72c.127.96.36 1.903.7 2.81a2 2 0 0 1-.45 2.11L7.91 8.82a16 16 0 0 0 6 6l.88-.88a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 21.73 16z\"\/><\/svg>\r\n          Register for VIP Pricing\r\n        <\/a>\r\n        <a href=\"#overview\" class=\"btn-outline\" style=\"color:#fff; border-color:rgba(255,255,255,0.6);\" aria-label=\"Learn more about Birch Condos and Towns\">\r\n          Explore Project\r\n        <\/a>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <!-- Hero Form Panel -->\r\n    <aside class=\"hero-form-panel\" aria-label=\"Register for Birch Condos VIP access form\">\r\n      <h4>Get VIP Access<\/h4>\r\n      <p class=\"form-sub\">Register today for exclusive pricing, floor plans, and first access.<\/p>\r\n      \n<div class=\"wpcf7 no-js\" id=\"wpcf7-f17-o1\" lang=\"en-US\" dir=\"ltr\" data-wpcf7-id=\"17\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/index.php\/wp-json\/wp\/v2\/pages\/38#wpcf7-f17-o1\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<fieldset class=\"hidden-fields-container\"><input type=\"hidden\" name=\"_wpcf7\" value=\"17\" \/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.1.6\" \/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" \/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f17-o1\" \/><input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/><input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/>\n<\/fieldset>\n<div class=\"hero-form\">\n\t<p><label> Your Name*<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-name\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" autocomplete=\"name\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"your-name\" \/><\/span><br \/>\n<\/label>\n\t<\/p>\n\t<p><label> Your Email*<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-email\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email\" autocomplete=\"email\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"email\" name=\"your-email\" \/><\/span><br \/>\n<\/label>\n\t<\/p>\n\t<p><label> Phone Number*<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-phone\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-tel wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-tel\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"tel\" name=\"your-phone\" \/><\/span><br \/>\n<\/label>\n\t<\/p>\n\t<p><label> Are you a Realtor?*<\/label>\n\t<\/p>\n\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"radio-309\"><span class=\"wpcf7-form-control wpcf7-radio\"><span class=\"wpcf7-list-item first\"><label><input type=\"radio\" name=\"radio-309\" value=\"Yes\" \/><span class=\"wpcf7-list-item-label\">Yes<\/span><\/label><\/span><span class=\"wpcf7-list-item last\"><label><input type=\"radio\" name=\"radio-309\" value=\"No\" \/><span class=\"wpcf7-list-item-label\">No<\/span><\/label><\/span><\/span><\/span>\n\t<\/p>\n\t<p><input class=\"wpcf7-form-control wpcf7-submit has-spinner\" type=\"submit\" value=\"Submit\" \/>\n\t<\/p>\n<\/div><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n\r\n    <\/aside>\r\n  <\/div>\r\n<\/section>\r\n\r\n<!-- ============================\r\n     OVERVIEW SECTION\r\n============================ -->\r\n<main>\r\n<section id=\"overview\" aria-labelledby=\"overview-heading\">\r\n  <div class=\"container\">\r\n    <div class=\"overview-grid\">\r\n      <div class=\"overview-left reveal\">\r\n        <span class=\"section-label\">Project Overview<\/span>\r\n        <div class=\"accent-line\" aria-hidden=\"true\"><\/div>\r\n        <h2 id=\"overview-heading\">Birch Condos &amp; Towns Overview<\/h2>\r\n        <p class=\"overview-para\">\r\n          Birch Condos &amp; Towns is a landmark pre-construction development by Branthaven Homes, situated within the transformative Lakeview Village master-planned community along the shores of Lake Ontario in Mississauga. Offering a curated collection of waterfront condominiums and townhomes, Birch brings together over 15,000 sq. ft. of resort-calibre amenities, refined architectural design, and direct access to Mississauga's most anticipated mixed-use waterfront destination.\r\n        <\/p>\r\n        <div class=\"overview-img\">\r\n          <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/birchcondos.com\/wp-content\/uploads\/2026\/06\/Lakeview_cam_01-1000w-1.jpg\"\r\n               alt=\"Birch Condos and Towns at Lakeview Village Mississauga waterfront rendering\"\r\n               loading=\"lazy\" width=\"600\" height=\"300\">\r\n        <\/div>\r\n      <\/div>\r\n      <div class=\"overview-right reveal reveal-delay-2\">\r\n        <h3>Quick Highlights<\/h3>\r\n        <ul class=\"highlights-list\" aria-label=\"Birch Condos key project highlights\">\r\n          <li class=\"highlight-item\">\r\n            <div class=\"highlight-icon\">\r\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"17\" height=\"17\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"\/><polyline points=\"9 22 9 12 15 12 15 22\"\/><\/svg>\r\n            <\/div>\r\n            <div>\r\n              <div class=\"highlight-label\">Developer<\/div>\r\n              <div class=\"highlight-value\">Branthaven Homes<\/div>\r\n            <\/div>\r\n          <\/li>\r\n          <li class=\"highlight-item\">\r\n            <div class=\"highlight-icon\">\r\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"17\" height=\"17\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z\"\/><circle cx=\"12\" cy=\"10\" r=\"3\"\/><\/svg>\r\n            <\/div>\r\n            <div>\r\n              <div class=\"highlight-label\">Location<\/div>\r\n              <div class=\"highlight-value\">Lakeview Village, Mississauga, ON<\/div>\r\n            <\/div>\r\n          <\/li>\r\n          <li class=\"highlight-item\">\r\n            <div class=\"highlight-icon\">\r\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"17\" height=\"17\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\"\/><path d=\"M3 9h18\"\/><path d=\"M9 21V9\"\/><\/svg>\r\n            <\/div>\r\n            <div>\r\n              <div class=\"highlight-label\">Type<\/div>\r\n              <div class=\"highlight-value\">Condominiums &amp; Townhomes<\/div>\r\n            <\/div>\r\n          <\/li>\r\n          <li class=\"highlight-item\">\r\n            <div class=\"highlight-icon\">\r\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"17\" height=\"17\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><polygon points=\"12 2 2 7 12 12 22 7 12 2\"\/><polyline points=\"2 17 12 22 22 17\"\/><polyline points=\"2 12 12 17 22 12\"\/><\/svg>\r\n            <\/div>\r\n            <div>\r\n              <div class=\"highlight-label\">Storeys<\/div>\r\n              <div class=\"highlight-value\">8\u201312 Storeys<\/div>\r\n            <\/div>\r\n          <\/li>\r\n          <li class=\"highlight-item\">\r\n            <div class=\"highlight-icon\">\r\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"17\" height=\"17\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><line x1=\"12\" y1=\"1\" x2=\"12\" y2=\"23\"\/><path d=\"M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6\"\/><\/svg>\r\n            <\/div>\r\n            <div>\r\n              <div class=\"highlight-label\">Starting Price<\/div>\r\n              <div class=\"highlight-value\">From the Mid $600s<\/div>\r\n            <\/div>\r\n          <\/li>\r\n          <li class=\"highlight-item\">\r\n            <div class=\"highlight-icon\">\r\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"17\" height=\"17\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"\/><line x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"\/><line x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"\/><line x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"\/><\/svg>\r\n            <\/div>\r\n            <div>\r\n              <div class=\"highlight-label\">Estimated Completion<\/div>\r\n              <div class=\"highlight-value\">2027\u20132028<\/div>\r\n            <\/div>\r\n          <\/li>\r\n          <li class=\"highlight-item\">\r\n            <div class=\"highlight-icon\">\r\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"17\" height=\"17\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\/><polyline points=\"22 4 12 14.01 9 11.01\"\/><\/svg>\r\n            <\/div>\r\n            <div>\r\n              <div class=\"highlight-label\">Status<\/div>\r\n              <div class=\"highlight-value\">Pre-Construction \u2014 VIP Phase<\/div>\r\n            <\/div>\r\n          <\/li>\r\n          <li class=\"highlight-item\">\r\n            <div class=\"highlight-icon\">\r\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"17\" height=\"17\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\/><\/svg>\r\n            <\/div>\r\n            <div>\r\n              <div class=\"highlight-label\">Amenities<\/div>\r\n              <div class=\"highlight-value\">15,000+ sq. ft.<\/div>\r\n            <\/div>\r\n          <\/li>\r\n          <li class=\"highlight-item\">\r\n            <div class=\"highlight-icon\">\r\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"17\" height=\"17\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><line x1=\"2\" y1=\"12\" x2=\"22\" y2=\"12\"\/><path d=\"M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z\"\/><\/svg>\r\n            <\/div>\r\n            <div>\r\n              <div class=\"highlight-label\">Community<\/div>\r\n              <div class=\"highlight-value\">Lakeview Village \u2014 177 Acres<\/div>\r\n            <\/div>\r\n          <\/li>\r\n        <\/ul>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<!-- ============================\r\n     PRICE & FLOOR PLANS\r\n============================ -->\r\n<section id=\"price-floor-plans\" aria-labelledby=\"price-heading\" style=\"background:var(--bg-section); padding:100px 0;\">\r\n  <div class=\"container\">\r\n    <div style=\"text-align:center; max-width:700px; margin:0 auto 52px;\" class=\"reveal\">\r\n      <span class=\"section-label\">Pricing &amp; Plans<\/span>\r\n      <div class=\"accent-line\" aria-hidden=\"true\" style=\"margin:0 auto 18px;\"><\/div>\r\n      <h2 id=\"price-heading\">Birch Condos &amp; Towns  Pricing &amp; Floor Plans<\/h2>\r\n      <p style=\"color:var(--text-secondary); margin-top:16px;\">\r\n        Birch Condos &amp; Towns at Lakeview Village offers a diverse range of suite types from studio to three-bedroom configurations, as well as multi-level townhomes. Pricing starts from the mid $600s. Register now to receive exclusive Platinum VIP floor plans and first-access pricing before the public launch.\r\n      <\/p>\r\n    <\/div>\r\n    <!--<div style=\"display:grid; grid-template-columns: repeat(3,1fr); gap:24px;\" class=\"reveal\">-->\r\n      <!--<article style=\"background:var(--bg-white); border:1px solid var(--border); border-radius:var(--radius); padding:32px 26px; transition:var(--transition);\" onmouseover=\"this.style.boxShadow='var(--shadow-md)'; this.style.transform='translateY(-4px)';\" onmouseout=\"this.style.boxShadow='none'; this.style.transform='none';\">-->\r\n      <!--  <div style=\"display:flex; align-items:center; gap:12px; margin-bottom:18px;\">-->\r\n      <!--    <div style=\"width:44px; height:44px; background:var(--brand-xlight); border-radius:10px; display:flex; align-items:center; justify-content:center;\">-->\r\n      <!--      <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--brand-dark)\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\"\/><path d=\"M3 9h18\"\/><\/svg>-->\r\n      <!--    <\/div>-->\r\n      <!--    <h4 style=\"font-size:20px; margin:0;\">Studio &amp; 1-Bed<\/h4>-->\r\n      <!--  <\/div>-->\r\n      <!--  <p style=\"font-size:14px; color:var(--text-muted); margin-bottom:10px;\">Ideal entry-point suites designed for young professionals and investors.<\/p>-->\r\n      <!--  <div style=\"font-size:22px; font-weight:800; color:var(--text-primary);\">From Mid $600s<\/div>-->\r\n      <!--<\/article>-->\r\n      <!--<article style=\"background:var(--brand); border:1px solid var(--brand); border-radius:var(--radius); padding:32px 26px; transition:var(--transition);\" onmouseover=\"this.style.boxShadow='var(--shadow-md)'; this.style.transform='translateY(-4px)';\" onmouseout=\"this.style.boxShadow='none'; this.style.transform='none';\">-->\r\n      <!--  <div style=\"display:flex; align-items:center; gap:12px; margin-bottom:18px;\">-->\r\n      <!--    <div style=\"width:44px; height:44px; background:rgba(255,255,255,0.2); border-radius:10px; display:flex; align-items:center; justify-content:center;\">-->\r\n      <!--      <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#fff\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\"\/><path d=\"M3 9h18\"\/><path d=\"M9 21V9\"\/><\/svg>-->\r\n      <!--    <\/div>-->\r\n      <!--    <h4 style=\"font-size:20px; margin:0; color:#fff;\">2-Bedroom Suites<\/h4>-->\r\n      <!--  <\/div>-->\r\n      <!--  <p style=\"font-size:14px; color:rgba(255,255,255,0.8); margin-bottom:10px;\">Spacious layouts with premium finishes and lake-view balconies.<\/p>-->\r\n      <!--  <div style=\"font-size:22px; font-weight:800; color:#fff;\">From $800s<\/div>-->\r\n      <!--<\/article>-->\r\n      <!--<article style=\"background:var(--bg-white); border:1px solid var(--border); border-radius:var(--radius); padding:32px 26px; transition:var(--transition);\" onmouseover=\"this.style.boxShadow='var(--shadow-md)'; this.style.transform='translateY(-4px)';\" onmouseout=\"this.style.boxShadow='none'; this.style.transform='none';\">-->\r\n      <!--  <div style=\"display:flex; align-items:center; gap:12px; margin-bottom:18px;\">-->\r\n      <!--    <div style=\"width:44px; height:44px; background:var(--brand-xlight); border-radius:10px; display:flex; align-items:center; justify-content:center;\">-->\r\n      <!--      <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--brand-dark)\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"\/><polyline points=\"9 22 9 12 15 12 15 22\"\/><\/svg>-->\r\n      <!--    <\/div>-->\r\n      <!--    <h4 style=\"font-size:20px; margin:0;\">Townhomes<\/h4>-->\r\n      <!--  <\/div>-->\r\n      <!--  <p style=\"font-size:14px; color:var(--text-muted); margin-bottom:10px;\">Multi-level townhomes with private terraces and family-friendly layouts.<\/p>-->\r\n      <!--  <div style=\"font-size:22px; font-weight:800; color:var(--text-primary);\">From $1.1M+<\/div>-->\r\n      <!--<\/article>-->\r\n    <!--<\/div>-->\r\n    <div style=\"text-align:center; margin-top:40px;\" class=\"reveal\">\r\n      <a href=\"#register\" class=\"btn-primary\" aria-label=\"Register to receive Birch Condos floor plans and pricing details\">\r\n        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"17\" height=\"17\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\/><polyline points=\"14 2 14 8 20 8\"\/><line x1=\"16\" y1=\"13\" x2=\"8\" y2=\"13\"\/><line x1=\"16\" y1=\"17\" x2=\"8\" y2=\"17\"\/><\/svg>\r\n        Get Floor Plans &amp; Pricing\r\n      <\/a>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<!-- ============================\r\n     LOCATION SECTION\r\n============================ -->\r\n<section id=\"location\" aria-labelledby=\"location-heading\">\r\n  <div class=\"container\">\r\n    <div class=\"location-top\">\r\n      <div class=\"location-info reveal\">\r\n        <span class=\"section-label\">Location<\/span>\r\n        <div class=\"accent-line\" aria-hidden=\"true\"><\/div>\r\n        <h2 id=\"location-heading\">Birch Condos Location  Mississauga<\/h2>\r\n        <p>Located at 1110 Lakeshore Rd E, Mississauga, Birch Condos &amp; Towns sits within the transformative Lakeview Village  a 177-acre master-planned waterfront community. Residents enjoy immediate access to Lake Ontario, Port Credit, major transit corridors, and the best of Mississauga's emerging urban lifestyle.<\/p>\r\n        <address style=\"font-style:normal; margin-bottom:18px;\">\r\n          <p style=\"font-size:15px; font-weight:600; color:var(--text-muted);\">1110 Lakeshore Rd E, Mississauga, ON L5E 1E4, Canada<\/p>\r\n        <\/address>\r\n        <ul class=\"location-landmarks\" aria-label=\"Nearby landmarks from Birch Condos Mississauga\">\r\n          <li class=\"landmark-item\">\r\n            <div class=\"landmark-icon\">\r\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><polyline points=\"12 6 12 12 16 14\"\/><\/svg>\r\n            <\/div>\r\n            <div>\r\n              <div class=\"landmark-name\">Port Credit Village<\/div>\r\n              <div class=\"landmark-dist\">10 min walk \u2014 vibrant dining &amp; waterfront<\/div>\r\n            <\/div>\r\n          <\/li>\r\n          <li class=\"landmark-item\">\r\n            <div class=\"landmark-icon\">\r\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><rect x=\"1\" y=\"3\" width=\"15\" height=\"13\" rx=\"2\"\/><path d=\"M16 8h4l3 3v5h-7z\"\/><circle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\/><circle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\/><\/svg>\r\n            <\/div>\r\n            <div>\r\n              <div class=\"landmark-name\">Port Credit GO Station<\/div>\r\n              <div class=\"landmark-dist\">8 min drive \u2014 20 min to Union Station<\/div>\r\n            <\/div>\r\n          <\/li>\r\n          <li class=\"landmark-item\">\r\n            <div class=\"landmark-icon\">\r\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M3 12h18M3 6h18M3 18h18\"\/><\/svg>\r\n            <\/div>\r\n            <div>\r\n              <div class=\"landmark-name\">QEW \/ Highway 427<\/div>\r\n              <div class=\"landmark-dist\">5 min drive \u2014 major highway access<\/div>\r\n            <\/div>\r\n          <\/li>\r\n          <li class=\"landmark-item\">\r\n            <div class=\"landmark-icon\">\r\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"\/><\/svg>\r\n            <\/div>\r\n            <div>\r\n              <div class=\"landmark-name\">Lake Ontario Waterfront Trail<\/div>\r\n              <div class=\"landmark-dist\">Steps away \u2014 cycling &amp; walking paths<\/div>\r\n            <\/div>\r\n          <\/li>\r\n          <li class=\"landmark-item\">\r\n            <div class=\"landmark-icon\">\r\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M22 12h-4l-3 9L9 3l-3 9H2\"\/><\/svg>\r\n            <\/div>\r\n            <div>\r\n              <div class=\"landmark-name\">Trillium Health Partners<\/div>\r\n              <div class=\"landmark-dist\">12 min drive \u2014 major hospital nearby<\/div>\r\n            <\/div>\r\n          <\/li>\r\n          <li class=\"landmark-item\">\r\n            <div class=\"landmark-icon\">\r\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"\/><\/svg>\r\n            <\/div>\r\n            <div>\r\n              <div class=\"landmark-name\">Square One Shopping Centre<\/div>\r\n              <div class=\"landmark-dist\">15 min drive \u2014 major retail hub<\/div>\r\n            <\/div>\r\n          <\/li>\r\n        <\/ul>\r\n      <\/div>\r\n      <div class=\"location-img-side reveal reveal-delay-2\">\r\n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/birchcondos.com\/wp-content\/uploads\/2026\/06\/BH_BIRCH_AREA_MAP_221115.png\"\r\n             alt=\"Birch Condos and Towns at Lakeview Village Mississauga area map showing nearby transit and amenities\"\r\n             loading=\"lazy\" width=\"600\" height=\"500\">\r\n      <\/div>\r\n    <\/div>\r\n    <div class=\"location-map reveal\">\r\n      <iframe\r\n        src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m18!1m12!1m3!1d2890.3449888396226!2d-79.55632!3d43.57853000000001!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x882b4880eb0330cd%3A0xedabec9c83b9b72!2s1082%20Lakeshore%20Rd%20E%2C%20Mississauga%2C%20ON%20L5E%201E4%2C%20Canada!5e0!3m2!1sen!2sbd!4v1780905633419!5m2!1sen!2sbd\"\r\n        title=\"Birch Condos and Towns location map \u2014 1110 Lakeshore Rd E, Mississauga, ON\"\r\n        allowfullscreen\r\n        loading=\"lazy\"\r\n        referrerpolicy=\"no-referrer-when-downgrade\"\r\n        aria-label=\"Google Maps showing Birch Condos location at Lakeview Village Mississauga\">\r\n      <\/iframe>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<!-- ============================\r\n     AMENITIES SECTION\r\n============================ -->\r\n<section id=\"amenities\" aria-labelledby=\"amenities-heading\">\r\n  <div class=\"container\">\r\n    <div class=\"amenities-intro reveal\">\r\n      <span class=\"section-label\">Resort-Style Living<\/span>\r\n      <div class=\"accent-line\" aria-hidden=\"true\" style=\"margin:0 auto 18px;\"><\/div>\r\n      <h2 id=\"amenities-heading\">Birch Condos &amp; Towns Amenities<\/h2>\r\n      <p>Birch Condos &amp; Towns delivers over 15,000 sq. ft. of premium amenities thoughtfully curated for waterfront living. From a state-of-the-art fitness centre to rooftop terraces overlooking Lake Ontario, every space is designed to elevate everyday life in Mississauga's most desirable new community.<\/p>\r\n    <\/div>\r\n    <div class=\"amenities-hero-img reveal\">\r\n      <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/birchcondos.com\/wp-content\/uploads\/2026\/06\/20220427_21038_Living_V3_crop1_1000w.jpg\"\r\n           alt=\"Birch Condos and Towns at Lakeview Village Mississauga premium suite interior living area\"\r\n           loading=\"lazy\" width=\"1200\" height=\"420\">\r\n    <\/div>\r\n    <ul class=\"amenities-grid reveal\" aria-label=\"Birch Condos and Towns amenities list\">\r\n      <li class=\"amenity-card\">\r\n        <div class=\"amenity-icon\">\r\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M18 20V10\"\/><path d=\"M12 20V4\"\/><path d=\"M6 20v-6\"\/><\/svg>\r\n        <\/div>\r\n        <div class=\"amenity-name\">Fitness Centre<\/div>\r\n      <\/li>\r\n      <li class=\"amenity-card\">\r\n        <div class=\"amenity-icon\">\r\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M2 12C2 6.5 6.5 2 12 2a10 10 0 0 1 8 4\"\/><path d=\"M5 19.5C5.5 18 6 15 6 12c0-.7.12-1.37.34-2\"\/><path d=\"M17.29 21.02c.12-.6.43-2.3.5-3.02\"\/><path d=\"M12 10a2 2 0 0 0-2 2c0 1.02-.1 2.51-.26 4\"\/><path d=\"M8.65 22c.21-.66.45-1.32.57-2\"\/><path d=\"M14 13.12c0 2.38 0 6.38-1 8.88\"\/><path d=\"M2 16h.01\"\/><path d=\"M21.8 16c.2-2 .131-5.354 0-6\"\/><path d=\"M9 6.8a6 6 0 0 1 9 5.2c0 .47 0 1.17-.02 2\"\/><\/svg>\r\n        <\/div>\r\n        <div class=\"amenity-name\">Yoga &amp; Wellness Studio<\/div>\r\n      <\/li>\r\n      <li class=\"amenity-card\">\r\n        <div class=\"amenity-icon\">\r\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><path d=\"M12 8v8\"\/><path d=\"M8 12h8\"\/><\/svg>\r\n        <\/div>\r\n        <div class=\"amenity-name\">Rooftop Terrace<\/div>\r\n      <\/li>\r\n      <li class=\"amenity-card\">\r\n        <div class=\"amenity-icon\">\r\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M8 2v4\"\/><path d=\"M16 2v4\"\/><rect x=\"2\" y=\"6\" width=\"20\" height=\"16\" rx=\"2\"\/><path d=\"M2 10h20\"\/><\/svg>\r\n        <\/div>\r\n        <div class=\"amenity-name\">Party &amp; Event Room<\/div>\r\n      <\/li>\r\n      <li class=\"amenity-card\">\r\n        <div class=\"amenity-icon\">\r\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\/><\/svg>\r\n        <\/div>\r\n        <div class=\"amenity-name\">24\/7 Concierge<\/div>\r\n      <\/li>\r\n      <li class=\"amenity-card\">\r\n        <div class=\"amenity-icon\">\r\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><circle cx=\"11\" cy=\"11\" r=\"8\"\/><line x1=\"21\" y1=\"21\" x2=\"16.65\" y2=\"16.65\"\/><\/svg>\r\n        <\/div>\r\n        <div class=\"amenity-name\">Co-Working Lounge<\/div>\r\n      <\/li>\r\n      <li class=\"amenity-card\">\r\n        <div class=\"amenity-icon\">\r\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"\/><\/svg>\r\n        <\/div>\r\n        <div class=\"amenity-name\">Outdoor BBQ Area<\/div>\r\n      <\/li>\r\n      <li class=\"amenity-card\">\r\n        <div class=\"amenity-icon\">\r\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><rect x=\"2\" y=\"3\" width=\"20\" height=\"14\" rx=\"2\" ry=\"2\"\/><line x1=\"8\" y1=\"21\" x2=\"16\" y2=\"21\"\/><line x1=\"12\" y1=\"17\" x2=\"12\" y2=\"21\"\/><\/svg>\r\n        <\/div>\r\n        <div class=\"amenity-name\">Media Lounge<\/div>\r\n      <\/li>\r\n      <li class=\"amenity-card\">\r\n        <div class=\"amenity-icon\">\r\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2z\"\/><path d=\"M12 8v4l3 3\"\/><\/svg>\r\n        <\/div>\r\n        <div class=\"amenity-name\">Lobby Lounge<\/div>\r\n      <\/li>\r\n      <li class=\"amenity-card\">\r\n        <div class=\"amenity-icon\">\r\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M18 8h1a4 4 0 0 1 0 8h-1\"\/><path d=\"M2 8h16v9a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V8z\"\/><line x1=\"6\" y1=\"1\" x2=\"6\" y2=\"4\"\/><line x1=\"10\" y1=\"1\" x2=\"10\" y2=\"4\"\/><line x1=\"14\" y1=\"1\" x2=\"14\" y2=\"4\"\/><\/svg>\r\n        <\/div>\r\n        <div class=\"amenity-name\">Caf\u00e9 &amp; Social Space<\/div>\r\n      <\/li>\r\n      <li class=\"amenity-card\">\r\n        <div class=\"amenity-icon\">\r\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><circle cx=\"12\" cy=\"12\" r=\"4\"\/><path d=\"M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-3.92 7.94\"\/><\/svg>\r\n        <\/div>\r\n        <div class=\"amenity-name\">EV Charging Stations<\/div>\r\n      <\/li>\r\n      <li class=\"amenity-card\">\r\n        <div class=\"amenity-icon\">\r\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><circle cx=\"5\" cy=\"18\" r=\"3\"\/><circle cx=\"19\" cy=\"18\" r=\"3\"\/><path d=\"M12 17V5l-7 3\"\/><path d=\"M15 17H9V5h10v4l2 2\"\/><\/svg>\r\n        <\/div>\r\n        <div class=\"amenity-name\">Bicycle Storage &amp; Repair<\/div>\r\n      <\/li>\r\n    <\/ul>\r\n  <\/div>\r\n<\/section>\r\n\r\n<!-- ============================\r\n     NEIGHBOURHOOD SECTION\r\n============================ -->\r\n<section id=\"neighbourhood\" aria-labelledby=\"neighbourhood-heading\">\r\n  <div class=\"container\">\r\n    <div class=\"neighbourhood-grid\">\r\n      <div class=\"neighbourhood-content reveal\">\r\n        <span class=\"section-label\">The Neighbourhood<\/span>\r\n        <div class=\"accent-line\" aria-hidden=\"true\"><\/div>\r\n        <h2 id=\"neighbourhood-heading\">Birch Condos &amp; Towns Neighbourhood<\/h2>\r\n        <p>The Lakeview neighbourhood of Mississauga is undergoing one of Canada's most ambitious waterfront transformations. Anchored by the 177-acre Lakeview Village development, the area blends natural lakefront beauty with an emerging arts, dining, and retail scene  creating a vibrant, walkable urban village steps from Lake Ontario.<\/p>\r\n        <ul class=\"neighbourhood-cards\" aria-label=\"Birch Condos neighbourhood features\">\r\n          <li class=\"nbhd-card\">\r\n            <div class=\"nbhd-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"\/><\/svg><\/div>\r\n            <div class=\"nbhd-name\">Waterfront Parks<\/div>\r\n            <div class=\"nbhd-desc\">Kilometres of green space along Lake Ontario<\/div>\r\n          <\/li>\r\n          <li class=\"nbhd-card\">\r\n            <div class=\"nbhd-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M18 8h1a4 4 0 0 1 0 8h-1\"\/><path d=\"M2 8h16v9a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V8z\"\/><\/svg><\/div>\r\n            <div class=\"nbhd-name\">Dining &amp; Caf\u00e9s<\/div>\r\n            <div class=\"nbhd-desc\">Port Credit's thriving restaurant &amp; caf\u00e9 culture<\/div>\r\n          <\/li>\r\n          <li class=\"nbhd-card\">\r\n            <div class=\"nbhd-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><rect x=\"1\" y=\"3\" width=\"15\" height=\"13\" rx=\"2\"\/><path d=\"M16 8h4l3 3v5h-7z\"\/><circle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\/><circle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\/><\/svg><\/div>\r\n            <div class=\"nbhd-name\">GO Transit Access<\/div>\r\n            <div class=\"nbhd-desc\">Direct GO line to downtown Toronto in 20 min<\/div>\r\n          <\/li>\r\n          <li class=\"nbhd-card\">\r\n            <div class=\"nbhd-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"\/><polyline points=\"9 22 9 12 15 12 15 22\"\/><\/svg><\/div>\r\n            <div class=\"nbhd-name\">Top-Rated Schools<\/div>\r\n            <div class=\"nbhd-desc\">Excellent public &amp; private schools nearby<\/div>\r\n          <\/li>\r\n          <li class=\"nbhd-card\">\r\n            <div class=\"nbhd-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><circle cx=\"5\" cy=\"18\" r=\"3\"\/><circle cx=\"19\" cy=\"18\" r=\"3\"\/><path d=\"M12 17V5l-7 3\"\/><path d=\"M15 17H9V5h10v4l2 2\"\/><\/svg><\/div>\r\n            <div class=\"nbhd-name\">Cycling Trails<\/div>\r\n            <div class=\"nbhd-desc\">Extensive waterfront trail network for cyclists<\/div>\r\n          <\/li>\r\n          <li class=\"nbhd-card\">\r\n            <div class=\"nbhd-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M3 3h7v7H3zM14 3h7v7h-7zM14 14h7v7h-7zM3 14h7v7H3z\"\/><\/svg><\/div>\r\n            <div class=\"nbhd-name\">Arts &amp; Culture<\/div>\r\n            <div class=\"nbhd-desc\">Growing creative community, galleries &amp; events<\/div>\r\n          <\/li>\r\n        <\/ul>\r\n      <\/div>\r\n      <div class=\"neighbourhood-img reveal reveal-delay-2\">\r\n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/birchcondos.com\/wp-content\/uploads\/2026\/06\/Ogden-Park-South-1500h.jpg\"\r\n             alt=\"Ogden Park green space near Birch Condos and Towns at Lakeview Village Mississauga\"\r\n             loading=\"lazy\" width=\"700\" height=\"520\">\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<!-- ============================\r\n     LAKEVIEW VILLAGE SECTION\r\n============================ -->\r\n<section id=\"lakeview-village\" aria-labelledby=\"lakeview-heading\">\r\n  <div class=\"container\">\r\n    <div class=\"lakeview-intro reveal\">\r\n      <span class=\"section-label\">The Master Community<\/span>\r\n      <div class=\"accent-line\" aria-hidden=\"true\"><\/div>\r\n      <h2 id=\"lakeview-heading\">Lakeview Village \u2014 Mississauga's Premier Waterfront Destination<\/h2>\r\n      <p>Lakeview Village is a landmark 177-acre master-planned waterfront community being developed along the shores of Lake Ontario in Mississauga. Formerly the site of the Lakeview Generating Station, this transformative project reimagines the land as a vibrant, sustainable urban village. With a mix of residential, commercial, cultural, and public open spaces, Lakeview Village is poised to become one of the most sought-after addresses in the Greater Toronto Area.<\/p>\r\n      <p>The development spans over 8,000 new residential units, 18 acres of public parkland, a vibrant retail main street, cultural institutions, and direct access to the Lake Ontario waterfront. Lakeview Village is not just a neighbourhood \u2014 it is a generational investment opportunity in Mississauga's most exciting evolution.<\/p>\r\n    <\/div>\r\n    <div class=\"lakeview-gallery\" aria-label=\"Lakeview Village Mississauga gallery\">\r\n      <figure class=\"lakeview-gallery-item\">\r\n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/birchcondos.com\/wp-content\/uploads\/2026\/06\/Lakeview-pier-North-1500h.jpg\"\r\n             alt=\"Lakeview Village Mississauga waterfront pier and Lake Ontario views\" loading=\"lazy\" width=\"600\" height=\"280\">\r\n        <figcaption class=\"gallery-caption\">Lakeview Village Waterfront Pier<\/figcaption>\r\n      <\/figure>\r\n      <figure class=\"lakeview-gallery-item\">\r\n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/birchcondos.com\/wp-content\/uploads\/2026\/06\/Lakeview-Square-Arial-South-1200h.jpg\"\r\n             alt=\"Lakeview Village Mississauga aerial south view of master-planned community\" loading=\"lazy\" width=\"600\" height=\"280\">\r\n        <figcaption class=\"gallery-caption\">Lakeview Village \u2014 Aerial Overview<\/figcaption>\r\n      <\/figure>\r\n      <figure class=\"lakeview-gallery-item\">\r\n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/birchcondos.com\/wp-content\/uploads\/2026\/06\/Lakeview-Square-Summer-North-1200h.jpg\"\r\n             alt=\"Lakeview Village Mississauga summer street and plaza view\" loading=\"lazy\" width=\"600\" height=\"280\">\r\n        <figcaption class=\"gallery-caption\">Lakeview Village \u2014 Summer Street Life<\/figcaption>\r\n      <\/figure>\r\n      <figure class=\"lakeview-gallery-item\">\r\n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/birchcondos.com\/wp-content\/uploads\/2026\/06\/Lakeview-waterfront-West-1200h.jpg\"\r\n             alt=\"Lakeview Village Mississauga waterfront west view Lake Ontario\" loading=\"lazy\" width=\"600\" height=\"280\">\r\n        <figcaption class=\"gallery-caption\">Lakeview Village \u2014 West Waterfront<\/figcaption>\r\n      <\/figure>\r\n    <\/div>\r\n    <div class=\"lakeview-stats reveal\" aria-label=\"Lakeview Village key statistics\">\r\n      <div class=\"lv-stat\">\r\n        <div class=\"lv-stat-num\">177<\/div>\r\n        <div class=\"lv-stat-label\">Acres of Waterfront Land<\/div>\r\n      <\/div>\r\n      <div class=\"lv-stat\">\r\n        <div class=\"lv-stat-num\">8,000+<\/div>\r\n        <div class=\"lv-stat-label\">New Residential Units<\/div>\r\n      <\/div>\r\n      <div class=\"lv-stat\">\r\n        <div class=\"lv-stat-num\">18<\/div>\r\n        <div class=\"lv-stat-label\">Acres of Public Parkland<\/div>\r\n      <\/div>\r\n      <div class=\"lv-stat\">\r\n        <div class=\"lv-stat-num\">$8B+<\/div>\r\n        <div class=\"lv-stat-label\">Estimated Investment Value<\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<!-- ============================\r\n     WHY INVEST SECTION\r\n============================ -->\r\n<section id=\"why-invest\" aria-labelledby=\"why-invest-heading\">\r\n  <div class=\"container why-invest-inner\">\r\n    <div class=\"why-invest-intro reveal\">\r\n      <span class=\"section-label\">Investment Opportunity<\/span>\r\n      <div class=\"accent-line\" aria-hidden=\"true\"><\/div>\r\n      <h2 id=\"why-invest-heading\">Why Invest in Birch Condos &amp; Towns?<\/h2>\r\n      <p>Birch Condos &amp; Towns represents a rare opportunity to invest in one of Canada's most transformative waterfront communities. Backed by a proven developer, anchored in a high-demand Mississauga location, and benefiting from unprecedented infrastructure growth, Birch is positioned for strong long-term appreciation and rental demand.<\/p>\r\n    <\/div>\r\n    <div class=\"invest-cards reveal\">\r\n      <article class=\"invest-card\">\r\n        <div class=\"invest-icon\">\r\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><polyline points=\"23 6 13.5 15.5 8.5 10.5 1 18\"\/><polyline points=\"17 6 23 6 23 12\"\/><\/svg>\r\n        <\/div>\r\n        <h3>Waterfront Scarcity Premium<\/h3>\r\n        <p>Waterfront real estate in the Greater Toronto Area is among the most scarce and consistently appreciating asset classes. Lakeview Village's direct Lake Ontario frontage and limited supply drives a structural price premium that has historically outperformed inland properties by 15\u201325% annually.<\/p>\r\n      <\/article>\r\n      <article class=\"invest-card\">\r\n        <div class=\"invest-icon\">\r\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\/><\/svg>\r\n        <\/div>\r\n        <h3>Massive Infrastructure Investment<\/h3>\r\n        <p>The Lakeview Village community is backed by over $8 billion in planned infrastructure investment including transit upgrades, public parks, cultural facilities, and commercial spaces. This scale of public and private investment signals enduring long-term value growth for Birch residents and investors.<\/p>\r\n      <\/article>\r\n      <article class=\"invest-card\">\r\n        <div class=\"invest-icon\">\r\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><line x1=\"2\" y1=\"12\" x2=\"22\" y2=\"12\"\/><path d=\"M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z\"\/><\/svg>\r\n        <\/div>\r\n        <h3>High Rental Demand &amp; Low Vacancy<\/h3>\r\n        <p>Mississauga's purpose-built rental vacancy rate remains well below 2%, driven by immigration, a growing tech workforce, and proximity to Toronto. Birch's transit connectivity, premium finishes, and waterfront lifestyle appeal position it as a top-tier rental asset in a supply-constrained market.<\/p>\r\n      <\/article>\r\n    <\/div>\r\n    <div style=\"text-align:center; margin-top:44px;\" class=\"reveal\">\r\n      <a href=\"#register\" class=\"btn-outline\" style=\"color:#fff; border-color:rgba(255,255,255,0.5);\" aria-label=\"Register for Birch Condos investment information and pricing\">\r\n        Secure Your Investment Now\r\n      <\/a>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<!-- ============================\r\n     MARKET DATA SECTION\r\n============================ -->\r\n<section id=\"market-data\" aria-labelledby=\"market-heading\">\r\n  <div class=\"container\">\r\n    <div class=\"market-intro reveal\">\r\n      <span class=\"section-label\">Real Estate Intelligence<\/span>\r\n      <div class=\"accent-line\" aria-hidden=\"true\"><\/div>\r\n      <h2 id=\"market-heading\">Mississauga \u2014 Lakeview Real Estate Market Data 2026<\/h2>\r\n      <p>Current market data confirms Mississauga's Lakeview district as one of the strongest appreciating real estate corridors in the Greater Toronto Area. Key indicators validate Birch Condos &amp; Towns as a strategic acquisition for investors and end-users alike.<\/p>\r\n    <\/div>\r\n    <dl class=\"market-grid reveal\" aria-label=\"Mississauga Lakeview 2026 real estate market statistics\">\r\n      <div class=\"market-card\">\r\n        <div class=\"market-icon\">\r\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><line x1=\"12\" y1=\"1\" x2=\"12\" y2=\"23\"\/><path d=\"M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6\"\/><\/svg>\r\n        <\/div>\r\n        <dt class=\"market-stat\">$1,150+<\/dt>\r\n        <dd class=\"market-label\">Avg. Price Per Sq. Ft.<\/dd>\r\n        <dd class=\"market-note\">Lakeview waterfront condos, Q1 2026<\/dd>\r\n      <\/div>\r\n      <div class=\"market-card\">\r\n        <div class=\"market-icon\">\r\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><polyline points=\"23 6 13.5 15.5 8.5 10.5 1 18\"\/><polyline points=\"17 6 23 6 23 12\"\/><\/svg>\r\n        <\/div>\r\n        <dt class=\"market-stat\">+9.2%<\/dt>\r\n        <dd class=\"market-label\">Year-Over-Year Price Growth<\/dd>\r\n        <dd class=\"market-note\">Mississauga waterfront district, 2025\u20132026<\/dd>\r\n      <\/div>\r\n      <div class=\"market-card\">\r\n        <div class=\"market-icon\">\r\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\/><polyline points=\"22 4 12 14.01 9 11.01\"\/><\/svg>\r\n        <\/div>\r\n        <dt class=\"market-stat\">1.4%<\/dt>\r\n        <dd class=\"market-label\">Vacancy Rate<\/dd>\r\n        <dd class=\"market-note\">Purpose-built rentals, Mississauga 2026<\/dd>\r\n      <\/div>\r\n      <div class=\"market-card\">\r\n        <div class=\"market-icon\">\r\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"\/><circle cx=\"9\" cy=\"7\" r=\"4\"\/><path d=\"M23 21v-2a4 4 0 0 0-3-3.87\"\/><path d=\"M16 3.13a4 4 0 0 1 0 7.75\"\/><\/svg>\r\n        <\/div>\r\n        <dt class=\"market-stat\">+3.8%<\/dt>\r\n        <dd class=\"market-label\">Population Growth Rate<\/dd>\r\n        <dd class=\"market-note\">Mississauga annual growth, 2025\u20132026<\/dd>\r\n      <\/div>\r\n      <div class=\"market-card\">\r\n        <div class=\"market-icon\">\r\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"\/><line x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"\/><line x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"\/><line x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"\/><\/svg>\r\n        <\/div>\r\n        <dt class=\"market-stat\">14<\/dt>\r\n        <dd class=\"market-label\">Avg. Days on Market<\/dd>\r\n        <dd class=\"market-note\">Waterfront condos, Mississauga 2026<\/dd>\r\n      <\/div>\r\n      <div class=\"market-card\">\r\n        <div class=\"market-icon\">\r\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z\"\/><circle cx=\"12\" cy=\"10\" r=\"3\"\/><\/svg>\r\n        <\/div>\r\n        <dt class=\"market-stat\">$3,400+<\/dt>\r\n        <dd class=\"market-label\">Avg. Monthly Rent (2BR)<\/dd>\r\n        <dd class=\"market-note\">Lakeview area rentals, Q1 2026<\/dd>\r\n      <\/div>\r\n    <\/dl>\r\n  <\/div>\r\n<\/section>\r\n\r\n<!-- ============================\r\n     DEVELOPER SECTION\r\n============================ -->\r\n<section id=\"developer\" aria-labelledby=\"developer-heading\">\r\n  <div class=\"container\">\r\n    <div class=\"developer-grid reveal\">\r\n      <div class=\"developer-logo-block\">\r\n        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/birchcondos.com\/wp-content\/uploads\/2026\/06\/unnamed-2.png\"\r\n             alt=\"Branthaven Homes \u2014 Real Estate Developer and Builder of Birch Condos Lakeview Village Mississauga\"\r\n             loading=\"lazy\" width=\"200\" height=\"100\">\r\n        <div class=\"dev-stat-row\">\r\n          <div class=\"dev-stat-item\">\r\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"\/><line x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"\/><line x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"\/><line x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"\/><\/svg>\r\n            <span class=\"dev-stat-text\">50+ Years in Business<\/span>\r\n          <\/div>\r\n          <div class=\"dev-stat-item\">\r\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"\/><polyline points=\"9 22 9 12 15 12 15 22\"\/><\/svg>\r\n            <span class=\"dev-stat-text\">10,000+ Homes Built<\/span>\r\n          <\/div>\r\n          <div class=\"dev-stat-item\">\r\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\/><polyline points=\"22 4 12 14.01 9 11.01\"\/><\/svg>\r\n            <span class=\"dev-stat-text\">BILD Award Winner<\/span>\r\n          <\/div>\r\n        <\/div>\r\n      <\/div>\r\n      <div class=\"developer-content\">\r\n        <span class=\"section-label\">The Developer<\/span>\r\n        <div class=\"accent-line\" aria-hidden=\"true\"><\/div>\r\n        <h2 id=\"developer-heading\">About Branthaven Homes<\/h2>\r\n        <p>Branthaven Homes is one of Ontario's most respected homebuilders, with over 50 years of experience delivering exceptional low-rise and high-rise communities across the Greater Toronto and Hamilton Area. Founded on a commitment to design innovation, quality craftsmanship, and sustainable community building, Branthaven has developed more than 10,000 homes since its founding.<\/p>\r\n        <p>Known for thoughtfully designed communities that balance lifestyle, architecture, and environment, Branthaven has earned numerous BILD (Building Industry and Land Development) Awards for builder of the year and design excellence. The company's portfolio includes master-planned communities in Burlington, Stoney Creek, Hamilton, and now the landmark Birch Condos &amp; Towns at Lakeview Village in Mississauga.<\/p>\r\n        <p>Branthaven's approach at Birch emphasizes waterfront-inspired architecture, curated interiors with premium finishes, and community-centred amenity programming \u2014 reflecting the builder's longstanding philosophy that great homes create great communities.<\/p>\r\n        <a href=\"#register\" class=\"btn-primary\" style=\"margin-top:8px;\" aria-label=\"Register to learn more about Branthaven Homes and Birch Condos\">\r\n          Register for Developer Updates\r\n        <\/a>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<!-- ============================\r\n     REGISTER \/ CONTACT SECTION\r\n============================ -->\r\n<section id=\"register\" aria-labelledby=\"register-heading\">\r\n  <div class=\"container\">\r\n    <div class=\"register-grid\">\r\n      <div class=\"register-content reveal\">\r\n        <span class=\"section-label\">Exclusive VIP Access<\/span>\r\n        <div class=\"accent-line\" aria-hidden=\"true\"><\/div>\r\n        <h2 id=\"register-heading\">Register Now for Exclusive Birch Condos Pricing &amp; Floor Plans<\/h2>\r\n        <p>Be the first to access Platinum VIP pricing, exclusive floor plans, and first-round unit selection for Birch Condos &amp; Towns at Lakeview Village, Mississauga. Register today to secure your position before the public launch.<\/p>\r\n        <ul class=\"register-usp\" aria-label=\"Benefits of registering for Birch Condos VIP access\">\r\n          <li class=\"register-usp-item\">\r\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\/><polyline points=\"22 4 12 14.01 9 11.01\"\/><\/svg>\r\n            <div><div class=\"usp-title\">Platinum VIP Pricing<\/div><div class=\"usp-desc\">Access units at pre-public VIP prices<\/div><\/div>\r\n          <\/li>\r\n          <li class=\"register-usp-item\">\r\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\/><polyline points=\"14 2 14 8 20 8\"\/><\/svg>\r\n            <div><div class=\"usp-title\">Exclusive Floor Plans<\/div><div class=\"usp-desc\">View all unit layouts before public release<\/div><\/div>\r\n          <\/li>\r\n          <li class=\"register-usp-item\">\r\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\/><\/svg>\r\n            <div><div class=\"usp-title\">First-Round Unit Selection<\/div><div class=\"usp-desc\">Choose your preferred suite before general public<\/div><\/div>\r\n          <\/li>\r\n          <li class=\"register-usp-item\">\r\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07A19.5 19.5 0 0 1 4.69 12 19.79 19.79 0 0 1 1.63 3.45 2 2 0 0 1 3.59 1.26h3a2 2 0 0 1 2 1.72c.127.96.36 1.903.7 2.81a2 2 0 0 1-.45 2.11L7.91 8.82a16 16 0 0 0 6 6l.88-.88a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 21.73 16z\"\/><\/svg>\r\n            <div><div class=\"usp-title\">Dedicated Sales Agent<\/div><div class=\"usp-desc\">Personal guidance through your purchase journey<\/div><\/div>\r\n          <\/li>\r\n        <\/ul>\r\n      <\/div>\r\n      <div class=\"down-form-wrap reveal reveal-delay-2\">\r\n        <h4>Register for VIP Access<\/h4>\r\n        <p class=\"form-sub\">Complete the form below and our team will contact you within 24 hours.<\/p>\r\n        \n<div class=\"wpcf7 no-js\" id=\"wpcf7-f37-o2\" lang=\"en-US\" dir=\"ltr\" data-wpcf7-id=\"37\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/index.php\/wp-json\/wp\/v2\/pages\/38#wpcf7-f37-o2\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<fieldset class=\"hidden-fields-container\"><input type=\"hidden\" name=\"_wpcf7\" value=\"37\" \/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.1.6\" \/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" \/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f37-o2\" \/><input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/><input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/>\n<\/fieldset>\n<div class=\"down-form\">\n\t<p><label> Your Name*<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-name\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" autocomplete=\"name\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"your-name\" \/><\/span><br \/>\n<\/label>\n\t<\/p>\n\t<p><label> Your Email*<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-email\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email\" autocomplete=\"email\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"email\" name=\"your-email\" \/><\/span><br \/>\n<\/label>\n\t<\/p>\n\t<p><label> Phone Number*<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-phone\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-tel wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-tel\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"tel\" name=\"your-phone\" \/><\/span><br \/>\n<\/label>\n\t<\/p>\n\t<p><label> Are you a Realtor?*<\/label>\n\t<\/p>\n\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"radio-885\"><span class=\"wpcf7-form-control wpcf7-radio\"><span class=\"wpcf7-list-item first\"><label><input type=\"radio\" name=\"radio-885\" value=\"Yes\" \/><span class=\"wpcf7-list-item-label\">Yes<\/span><\/label><\/span><span class=\"wpcf7-list-item last\"><label><input type=\"radio\" name=\"radio-885\" value=\"No\" \/><span class=\"wpcf7-list-item-label\">No<\/span><\/label><\/span><\/span><\/span>\n\t<\/p>\n\t<p><input class=\"wpcf7-form-control wpcf7-submit has-spinner\" type=\"submit\" value=\"Submit\" \/>\n\t<\/p>\n<\/div><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<!-- ============================\r\n     FAQ SECTION\r\n============================ -->\r\n<section id=\"faq\" aria-labelledby=\"faq-heading\">\r\n  <div class=\"container\">\r\n    <div class=\"faq-intro reveal\">\r\n      <span class=\"section-label\">Questions &amp; Answers<\/span>\r\n      <div class=\"accent-line\" aria-hidden=\"true\"><\/div>\r\n      <h2 id=\"faq-heading\">Frequently Asked Questions \u2014 Birch Condos &amp; Towns<\/h2>\r\n      <p>Find answers to the most common questions about Birch Condos &amp; Towns at Lakeview Village, Mississauga \u2014 including pricing, availability, the developer, investment potential, and registration process.<\/p>\r\n    <\/div>\r\n    <div class=\"faq-list reveal\" role=\"list\" aria-label=\"Birch Condos FAQ accordion\">\r\n\r\n      <div class=\"faq-item\" role=\"listitem\">\r\n        <button class=\"faq-question\" aria-expanded=\"false\" aria-controls=\"faq-answer-1\">\r\n          What is the starting price for Birch Condos &amp; Towns at Lakeview Village?\r\n          <svg class=\"faq-chevron\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><polyline points=\"6 9 12 15 18 9\"\/><\/svg>\r\n        <\/button>\r\n        <div class=\"faq-answer\" id=\"faq-answer-1\">\r\n          Birch Condos &amp; Towns at Lakeview Village, Mississauga starts from the mid $600s for studio and one-bedroom suites. Two-bedroom configurations begin from approximately $800,000, while multi-level townhomes start from $1.1 million. Platinum VIP registrants receive access to the best pricing before the public launch. Register now to receive the complete pricing list and floor plans.\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <div class=\"faq-item\" role=\"listitem\">\r\n        <button class=\"faq-question\" aria-expanded=\"false\" aria-controls=\"faq-answer-2\">\r\n          Who is the developer of Birch Condos &amp; Towns?\r\n          <svg class=\"faq-chevron\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><polyline points=\"6 9 12 15 18 9\"\/><\/svg>\r\n        <\/button>\r\n        <div class=\"faq-answer\" id=\"faq-answer-2\">\r\n          Birch Condos &amp; Towns is developed by Branthaven Homes, one of Ontario's most established and award-winning homebuilders with over 50 years of experience. Branthaven has delivered more than 10,000 homes across the Greater Toronto and Hamilton Area and is a multiple BILD Award winner for builder of the year and design excellence.\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <div class=\"faq-item\" role=\"listitem\">\r\n        <button class=\"faq-question\" aria-expanded=\"false\" aria-controls=\"faq-answer-3\">\r\n          Where exactly is Birch Condos located in Mississauga?\r\n          <svg class=\"faq-chevron\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><polyline points=\"6 9 12 15 18 9\"\/><\/svg>\r\n        <\/button>\r\n        <div class=\"faq-answer\" id=\"faq-answer-3\">\r\n          Birch Condos &amp; Towns is located within the Lakeview Village master-planned community at approximately 1110 Lakeshore Rd E, Mississauga, ON L5E 1E4. The site sits directly on the shores of Lake Ontario, minutes from Port Credit GO Station, the QEW highway, and Port Credit Village's vibrant dining and retail scene.\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <div class=\"faq-item\" role=\"listitem\">\r\n        <button class=\"faq-question\" aria-expanded=\"false\" aria-controls=\"faq-answer-4\">\r\n          Is Birch Condos a good investment in 2026?\r\n          <svg class=\"faq-chevron\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><polyline points=\"6 9 12 15 18 9\"\/><\/svg>\r\n        <\/button>\r\n        <div class=\"faq-answer\" id=\"faq-answer-4\">\r\n          Yes. Birch Condos &amp; Towns represents a strong investment for several reasons: waterfront properties in the GTA are among the most scarce and consistently appreciating asset classes; Lakeview Village benefits from over $8 billion in infrastructure investment; Mississauga's rental vacancy rate remains below 1.4%; and the area is experiencing annual price growth of over 9%. Pre-construction pricing offers a meaningful discount to future market value at completion.\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <div class=\"faq-item\" role=\"listitem\">\r\n        <button class=\"faq-question\" aria-expanded=\"false\" aria-controls=\"faq-answer-5\">\r\n          What is the estimated completion date for Birch Condos &amp; Towns?\r\n          <svg class=\"faq-chevron\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><polyline points=\"6 9 12 15 18 9\"\/><\/svg>\r\n        <\/button>\r\n        <div class=\"faq-answer\" id=\"faq-answer-5\">\r\n          Birch Condos &amp; Towns is currently in pre-construction and the estimated occupancy is targeted for 2027\u20132028, subject to municipal approvals and construction schedules. Platinum VIP registrants receive the most current updates on construction timelines, deposit structures, and occupancy dates directly from the builder's sales team.\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <div class=\"faq-item\" role=\"listitem\">\r\n        <button class=\"faq-question\" aria-expanded=\"false\" aria-controls=\"faq-answer-6\">\r\n          How do I register for Platinum VIP access to Birch Condos?\r\n          <svg class=\"faq-chevron\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><polyline points=\"6 9 12 15 18 9\"\/><\/svg>\r\n        <\/button>\r\n        <div class=\"faq-answer\" id=\"faq-answer-6\">\r\n          You can register for exclusive Platinum VIP access to Birch Condos &amp; Towns by completing the registration form on this page. Once registered, our dedicated sales team will contact you within 24 hours to provide floor plans, current pricing, deposit structures, and details about VIP unit selection. There is no obligation to purchase upon registration.\r\n        <\/div>\r\n      <\/div>\r\n\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n<\/main>\r\n\r\n<!-- ============================\r\n     FOOTER\r\n============================ -->\r\n<footer role=\"contentinfo\">\r\n  <div class=\"container\">\r\n    <div class=\"footer-top\">\r\n      <div>\r\n        <div class=\"footer-logo\">\r\n          <a href=\"#hero\" aria-label=\"Birch Condos and Towns Homepage\">\r\n            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/birchcondos.com\/wp-content\/uploads\/2026\/06\/BirchLogoFinalLockUpWt-01-1024x342-1.png\"\r\n                 alt=\"Birch Condos and Towns at Lakeview Village Mississauga Logo\"\r\n                 loading=\"lazy\" width=\"160\" height=\"54\">\r\n          <\/a>\r\n        <\/div>\r\n        <p class=\"footer-tagline\">Pre-construction waterfront condos and townhomes by Branthaven Homes at Lakeview Village, Mississauga \u2014 Canada's most anticipated waterfront community.<\/p>\r\n      <\/div>\r\n      <div>\r\n        <div class=\"footer-links-title\">Quick Links<\/div>\r\n        <ul class=\"footer-links\">\r\n          <li><a href=\"#overview\">Project Overview<\/a><\/li>\r\n          <li><a href=\"#price-floor-plans\">Pricing &amp; Floor Plans<\/a><\/li>\r\n          <li><a href=\"#location\">Location &amp; Map<\/a><\/li>\r\n          <li><a href=\"#amenities\">Amenities<\/a><\/li>\r\n          <li><a href=\"#why-invest\">Why Invest<\/a><\/li>\r\n  \r\n   \r\n        <\/ul>\r\n      <\/div>\r\n      <div>\r\n        <div class=\"footer-links-title\">Legal<\/div>\r\n        <ul class=\"footer-links\">\r\n          <li><a href=\"https:\/\/birchcondos.com\/index.php\/privacy-policy\/\" target=\"_blank\" rel=\"noopener noreferrer\">Privacy Policy<\/a><\/li>\r\n          <li><a href=\"https:\/\/birchcondos.com\/index.php\/terms-conditions\/\" target=\"_blank\" rel=\"noopener noreferrer\">Terms &amp; Conditions<\/a><\/li>\r\n        <\/ul>\r\n      \r\n      <\/div>\r\n    <\/div>\r\n    <div class=\"footer-bottom\">\r\n      <p class=\"footer-copy\">Copyright &copy; 2026 Birch Condos &amp; Towns. All Rights Reserved.<\/p>\r\n      <a href=\"#register\" class=\"btn-primary\" style=\"font-size:13px; padding:10px 22px;\" aria-label=\"Register now for Birch Condos exclusive VIP access and pricing\">\r\n        Register for VIP Access\r\n      <\/a>\r\n    <\/div>\r\n    <p class=\"footer-disclaimer\">\r\n      We do not represent the Builder. All Renderings, Incentives, and Pricing are Subject to Terms &amp; Conditions and may change at any time without notice. See Sales Representative for more details. Not Intended to Solicit those under contract with another brokerage. Additional terms may apply. E.&amp;O.E.\r\n    <\/p>\r\n  <\/div>\r\n<\/footer>\r\n\r\n<!-- ============================\r\n     FAQ SCHEMA\r\n============================ -->\r\n<script type=\"application\/ld+json\">\r\n{\r\n  \"@context\": \"https:\/\/schema.org\",\r\n  \"@type\": \"FAQPage\",\r\n  \"name\": \"Birch Condos and Towns at Lakeview Village FAQ\",\r\n  \"mainEntity\": [\r\n    {\r\n      \"@type\": \"Question\",\r\n      \"name\": \"What is the starting price for Birch Condos and Towns at Lakeview Village?\",\r\n      \"acceptedAnswer\": {\r\n        \"@type\": \"Answer\",\r\n        \"text\": \"Birch Condos and Towns at Lakeview Village, Mississauga starts from the mid $600s for studio and one-bedroom suites. Two-bedroom configurations begin from approximately $800,000, while multi-level townhomes start from $1.1 million.\"\r\n      }\r\n    },\r\n    {\r\n      \"@type\": \"Question\",\r\n      \"name\": \"Who is the developer of Birch Condos and Towns?\",\r\n      \"acceptedAnswer\": {\r\n        \"@type\": \"Answer\",\r\n        \"text\": \"Birch Condos and Towns is developed by Branthaven Homes, one of Ontario's most established homebuilders with over 50 years of experience and more than 10,000 homes delivered across the Greater Toronto and Hamilton Area.\"\r\n      }\r\n    },\r\n    {\r\n      \"@type\": \"Question\",\r\n      \"name\": \"Where exactly is Birch Condos located in Mississauga?\",\r\n      \"acceptedAnswer\": {\r\n        \"@type\": \"Answer\",\r\n        \"text\": \"Birch Condos and Towns is located within the Lakeview Village master-planned community at approximately 1110 Lakeshore Rd E, Mississauga, ON L5E 1E4, directly on the shores of Lake Ontario.\"\r\n      }\r\n    },\r\n    {\r\n      \"@type\": \"Question\",\r\n      \"name\": \"Is Birch Condos a good investment in 2026?\",\r\n      \"acceptedAnswer\": {\r\n        \"@type\": \"Answer\",\r\n        \"text\": \"Yes. Birch Condos and Towns offers strong investment fundamentals including waterfront scarcity, over $8 billion in infrastructure investment in Lakeview Village, Mississauga rental vacancy below 1.4%, and annual price appreciation above 9%.\"\r\n      }\r\n    },\r\n    {\r\n      \"@type\": \"Question\",\r\n      \"name\": \"What is the estimated completion date for Birch Condos and Towns?\",\r\n      \"acceptedAnswer\": {\r\n        \"@type\": \"Answer\",\r\n        \"text\": \"Birch Condos and Towns is currently in pre-construction with estimated occupancy targeted for 2027\u20132028, subject to municipal approvals and construction schedules.\"\r\n      }\r\n    },\r\n    {\r\n      \"@type\": \"Question\",\r\n      \"name\": \"How do I register for Platinum VIP access to Birch Condos?\",\r\n      \"acceptedAnswer\": {\r\n        \"@type\": \"Answer\",\r\n        \"text\": \"Register for exclusive Platinum VIP access to Birch Condos and Towns by completing the registration form on this page. Our sales team will contact you within 24 hours with floor plans, pricing, and VIP unit selection details.\"\r\n      }\r\n    }\r\n  ]\r\n}\r\n<\/script>\r\n\r\n<!-- ============================\r\n     FULL PAGE SCHEMA\r\n============================ -->\r\n<script type=\"application\/ld+json\">\r\n[\r\n  {\r\n    \"@context\": \"https:\/\/schema.org\",\r\n    \"@type\": \"Apartment\",\r\n    \"name\": \"Birch Condos and Towns at Lakeview Village\",\r\n    \"description\": \"Pre-construction waterfront condos and townhomes by Branthaven Homes at Lakeview Village, Mississauga. 15,000+ sq. ft. of amenities and premium transit access. Starting from the mid $600s.\",\r\n    \"url\": \"https:\/\/birchcondos.com\",\r\n    \"image\": \"https:\/\/birchcondos.com\/wp-content\/uploads\/2026\/06\/2022_11_23_03_02_27_1.png\",\r\n    \"address\": {\r\n      \"@type\": \"PostalAddress\",\r\n      \"streetAddress\": \"1110 Lakeshore Rd E\",\r\n      \"addressLocality\": \"Mississauga\",\r\n      \"addressRegion\": \"ON\",\r\n      \"postalCode\": \"L5E 1E4\",\r\n      \"addressCountry\": \"CA\"\r\n    },\r\n    \"geo\": {\r\n      \"@type\": \"GeoCoordinates\",\r\n      \"latitude\": 43.57853,\r\n      \"longitude\": -79.55632\r\n    },\r\n    \"numberOfRooms\": \"Studio\u20133 Bedroom\",\r\n    \"floorSize\": {\r\n      \"@type\": \"QuantitativeValue\",\r\n      \"minValue\": 400,\r\n      \"maxValue\": 1800,\r\n      \"unitCode\": \"FTK\"\r\n    },\r\n    \"amenityFeature\": [\r\n      {\"@type\": \"LocationFeatureSpecification\", \"name\": \"Fitness Centre\", \"value\": true},\r\n      {\"@type\": \"LocationFeatureSpecification\", \"name\": \"Rooftop Terrace\", \"value\": true},\r\n      {\"@type\": \"LocationFeatureSpecification\", \"name\": \"Concierge\", \"value\": true},\r\n      {\"@type\": \"LocationFeatureSpecification\", \"name\": \"Co-Working Lounge\", \"value\": true},\r\n      {\"@type\": \"LocationFeatureSpecification\", \"name\": \"EV Charging\", \"value\": true}\r\n    ]\r\n  },\r\n  {\r\n    \"@context\": \"https:\/\/schema.org\",\r\n    \"@type\": \"LocalBusiness\",\r\n    \"name\": \"Branthaven Homes\",\r\n    \"description\": \"Branthaven Homes is an award-winning Ontario homebuilder with over 50 years of experience and 10,000+ homes delivered across the Greater Toronto and Hamilton Area.\",\r\n    \"image\": \"https:\/\/birchcondos.com\/wp-content\/uploads\/2026\/06\/unnamed-2.png\",\r\n    \"address\": {\r\n      \"@type\": \"PostalAddress\",\r\n      \"addressLocality\": \"Burlington\",\r\n      \"addressRegion\": \"ON\",\r\n      \"addressCountry\": \"CA\"\r\n    },\r\n    \"url\": \"https:\/\/branthaven.com\",\r\n    \"foundingDate\": \"1974\"\r\n  },\r\n  {\r\n    \"@context\": \"https:\/\/schema.org\",\r\n    \"@type\": \"BreadcrumbList\",\r\n    \"itemListElement\": [\r\n      {\r\n        \"@type\": \"ListItem\",\r\n        \"position\": 1,\r\n        \"name\": \"Home\",\r\n        \"item\": \"https:\/\/birchcondos.com\"\r\n      },\r\n      {\r\n        \"@type\": \"ListItem\",\r\n        \"position\": 2,\r\n        \"name\": \"Mississauga Pre-Construction\",\r\n        \"item\": \"https:\/\/birchcondos.com\/mississauga\"\r\n      },\r\n      {\r\n        \"@type\": \"ListItem\",\r\n        \"position\": 3,\r\n        \"name\": \"Birch Condos and Towns at Lakeview Village\",\r\n        \"item\": \"https:\/\/birchcondos.com\/birch-condos-lakeview-village\"\r\n      }\r\n    ]\r\n  }\r\n]\r\n<\/script>\r\n\r\n<!-- ============================\r\n     JAVASCRIPT\r\n============================ -->\r\n<script>\r\n(function () {\r\n  'use strict';\r\n\r\n  \/\/ ---- Sticky Header Shadow ----\r\n  var header = document.getElementById('site-header');\r\n  window.addEventListener('scroll', function () {\r\n    header.classList.toggle('scrolled', window.scrollY > 40);\r\n  }, { passive: true });\r\n\r\n  \/\/ ---- Hamburger Menu ----\r\n  var hamburgerBtn = document.getElementById('hamburger-btn');\r\n  var mobileNav = document.getElementById('mobile-nav');\r\n  var mobileNavClose = document.getElementById('mobile-nav-close');\r\n\r\n  function openMenu() {\r\n    mobileNav.classList.add('open');\r\n    hamburgerBtn.setAttribute('aria-expanded', 'true');\r\n    document.body.style.overflow = 'hidden';\r\n  }\r\n  function closeMenu() {\r\n    mobileNav.classList.remove('open');\r\n    hamburgerBtn.setAttribute('aria-expanded', 'false');\r\n    document.body.style.overflow = '';\r\n  }\r\n\r\n  if (hamburgerBtn) hamburgerBtn.addEventListener('click', openMenu);\r\n  if (mobileNavClose) mobileNavClose.addEventListener('click', closeMenu);\r\n\r\n  \/\/ Close mobile nav on link click\r\n  var mobileLinks = mobileNav ? mobileNav.querySelectorAll('a') : [];\r\n  mobileLinks.forEach(function (link) {\r\n    link.addEventListener('click', closeMenu);\r\n  });\r\n\r\n  \/\/ ---- FAQ Accordion ----\r\n  var faqItems = document.querySelectorAll('.faq-item');\r\n  faqItems.forEach(function (item) {\r\n    var btn = item.querySelector('.faq-question');\r\n    if (!btn) return;\r\n    btn.addEventListener('click', function () {\r\n      var isOpen = item.classList.contains('open');\r\n      \/\/ Close all\r\n      faqItems.forEach(function (fi) {\r\n        fi.classList.remove('open');\r\n        var b = fi.querySelector('.faq-question');\r\n        if (b) b.setAttribute('aria-expanded', 'false');\r\n      });\r\n      \/\/ Toggle clicked\r\n      if (!isOpen) {\r\n        item.classList.add('open');\r\n        btn.setAttribute('aria-expanded', 'true');\r\n      }\r\n    });\r\n  });\r\n\r\n  \/\/ ---- Scroll Reveal ----\r\n  var revealEls = document.querySelectorAll('.reveal');\r\n  if ('IntersectionObserver' in window) {\r\n    var observer = new IntersectionObserver(function (entries) {\r\n      entries.forEach(function (entry) {\r\n        if (entry.isIntersecting) {\r\n          entry.target.classList.add('visible');\r\n          observer.unobserve(entry.target);\r\n        }\r\n      });\r\n    }, { threshold: 0.10, rootMargin: '0px 0px -40px 0px' });\r\n    revealEls.forEach(function (el) { observer.observe(el); });\r\n  } else {\r\n    revealEls.forEach(function (el) { el.classList.add('visible'); });\r\n  }\r\n\r\n  \/\/ ---- Smooth Scroll Polyfill for older browsers ----\r\n  document.querySelectorAll('a[href^=\"#\"]').forEach(function (anchor) {\r\n    anchor.addEventListener('click', function (e) {\r\n      var target = document.querySelector(this.getAttribute('href'));\r\n      if (target) {\r\n        e.preventDefault();\r\n        var headerOffset = 80;\r\n        var top = target.getBoundingClientRect().top + window.pageYOffset - headerOffset;\r\n        window.scrollTo({ top: top, behavior: 'smooth' });\r\n      }\r\n    });\r\n  });\r\n\r\n})();\r\n<\/script>\t\t\t\t<\/div>\n\t\t\n<\/div>\n\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Overview Prices Location Amenities Why Invest Developer FAQ Register Now Overview Prices &amp; Floor Plans Location Amenities Why Invest Lakeview Village Developer FAQ Register Now Platinum VIP Access \u2014 Pre-Construction Launch Birch Condos &amp; Towns at Lakeview Village, Mississauga Pre-construction waterfront condos and townhomes by Branthaven. 15,000+ sq. ft. of amenities and premium transit access. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":30,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-38","page","type-page","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"https:\/\/birchcondos.com\/index.php\/wp-json\/wp\/v2\/pages\/38","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/birchcondos.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/birchcondos.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/birchcondos.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/birchcondos.com\/index.php\/wp-json\/wp\/v2\/comments?post=38"}],"version-history":[{"count":25,"href":"https:\/\/birchcondos.com\/index.php\/wp-json\/wp\/v2\/pages\/38\/revisions"}],"predecessor-version":[{"id":91,"href":"https:\/\/birchcondos.com\/index.php\/wp-json\/wp\/v2\/pages\/38\/revisions\/91"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/birchcondos.com\/index.php\/wp-json\/wp\/v2\/media\/30"}],"wp:attachment":[{"href":"https:\/\/birchcondos.com\/index.php\/wp-json\/wp\/v2\/media?parent=38"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}