{"id":34,"date":"2026-07-12T06:58:03","date_gmt":"2026-07-12T06:58:03","guid":{"rendered":"https:\/\/debralowe.com\/?page_id=34"},"modified":"2026-07-12T06:58:03","modified_gmt":"2026-07-12T06:58:03","slug":"home","status":"publish","type":"page","link":"https:\/\/debralowe.com\/?page_id=34","title":{"rendered":"Home"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<title>Debra Lowe<\/title>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400&#038;family=Jost:wght@300;400;500;600&#038;display=swap\" rel=\"stylesheet\">\n<style>\n  :root {\n    --navy: #1F3864;\n    --gold: #C9A96E;\n    --gold-deep: #9C7A44;\n    --ivory: #F5F1E8;\n    --charcoal: #2D2D2D;\n  }\n\n  * { box-sizing: border-box; margin: 0; padding: 0; }\n\n  html, body {\n    height: 100%;\n    font-family: 'Jost', sans-serif;\n    background: var(--charcoal);\n    overflow-x: hidden;\n  }\n\n  .wrap {\n    position: relative;\n    min-height: 100vh;\n  }\n\n  header {\n    position: absolute;\n    top: 0;\n    left: 0;\n    right: 0;\n    z-index: 10;\n    padding: 2rem 1.5rem 2.6rem;\n    text-align: center;\n    pointer-events: none;\n  }\n\n  .badge {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 46px;\n    height: 46px;\n    border-radius: 50%;\n    background: rgba(245,241,232,0.92);\n    border: 1px solid var(--gold);\n    font-family: 'Cormorant Garamond', serif;\n    font-style: italic;\n    font-weight: 500;\n    font-size: 1rem;\n    color: var(--navy);\n    margin-bottom: 0.7rem;\n  }\n\n  .name {\n    font-family: 'Cormorant Garamond', serif;\n    font-weight: 500;\n    font-size: clamp(1.8rem, 4vw, 2.6rem);\n    letter-spacing: 0.14em;\n    color: var(--ivory);\n    text-shadow: 0 2px 4px rgba(0,0,0,0.6), 0 4px 24px rgba(0,0,0,0.55);\n  }\n\n  .location {\n    display: inline-block;\n    margin-top: 0.6rem;\n    font-size: 0.68rem;\n    letter-spacing: 0.36em;\n    text-transform: uppercase;\n    color: var(--gold);\n    text-shadow: 0 1px 3px rgba(0,0,0,0.85), 0 2px 10px rgba(0,0,0,0.7);\n    background: rgba(15,14,12,0.32);\n    padding: 0.3rem 0.9rem;\n    border-radius: 999px;\n  }\n\n  .panels {\n    display: flex;\n    min-height: 100vh;\n  }\n\n  .panel {\n    position: relative;\n    flex: 1;\n    display: flex;\n    align-items: flex-end;\n    justify-content: center;\n    min-height: 100vh;\n    text-decoration: none;\n    overflow: hidden;\n    transition: flex-grow 0.6s cubic-bezier(0.16, 1, 0.3, 1);\n  }\n\n  .panel:hover { flex-grow: 1.1; }\n\n  .panel-bg {\n    position: absolute;\n    inset: 0;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    z-index: 0;\n    filter: saturate(0.82) contrast(1.02) brightness(0.98);\n    transition: filter 0.6s ease;\n  }\n\n  .panel:hover .panel-bg {\n    filter: saturate(0.92) contrast(1.02) brightness(1);\n  }\n\n  .panel::before {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    z-index: 1;\n    background: linear-gradient(180deg, rgba(245,241,232,0.06) 0%, rgba(245,241,232,0.1) 45%, rgba(28,26,22,0.42) 100%);\n  }\n\n  .panel-inner {\n    position: relative;\n    z-index: 2;\n    max-width: 440px;\n    text-align: center;\n    padding: 0 2.5rem;\n    padding-bottom: 14vh;\n  }\n\n  .eyebrow {\n    font-size: 0.7rem;\n    letter-spacing: 0.32em;\n    text-transform: uppercase;\n    font-weight: 500;\n    color: var(--gold);\n    text-shadow: 0 1px 8px rgba(0,0,0,0.5);\n  }\n\n  .panel-title {\n    font-family: 'Cormorant Garamond', serif;\n    font-weight: 500;\n    font-size: clamp(1.6rem, 2.8vw, 2.3rem);\n    line-height: 1.3;\n    margin: 0.9rem 0 1.8rem;\n    color: var(--ivory);\n    text-shadow: 0 2px 14px rgba(0,0,0,0.55);\n  }\n\n  .cta {\n    display: inline-block;\n    padding: 0.85rem 2.4rem;\n    font-size: 0.78rem;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    font-weight: 500;\n    color: var(--navy);\n    background: var(--gold);\n    border-radius: 999px;\n    transition: background 0.3s ease, transform 0.3s ease;\n  }\n\n  .panel:hover .cta {\n    background: var(--ivory);\n    transform: translateY(-2px);\n  }\n\n  .divider {\n    position: absolute;\n    top: 50%;\n    left: 50%;\n    transform: translate(-50%, -50%);\n    z-index: 20;\n    width: 1px;\n    height: 60%;\n    background: linear-gradient(180deg, transparent, rgba(245,241,232,0.35), transparent);\n    pointer-events: none;\n  }\n\n  @media (max-width: 780px) {\n    .panels { flex-direction: column; }\n    .panel { min-height: 50vh; align-items: flex-end; }\n    .panel-inner { padding-bottom: 3rem; }\n    header { position: relative; padding: 2.2rem 1.5rem 1rem; background: var(--navy); }\n    .divider { display: none; }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .panel { transition: none; }\n    .cta { transition: none; }\n  }\n<\/style>\n<\/head>\n<body>\n\n<div class=\"wrap\">\n  <header>\n    <div class=\"badge\">DL<\/div>\n    <div class=\"name\">DEBRA &mdash; LOWE<\/div>\n    <div class=\"location\">Central Coast<\/div>\n  <\/header>\n\n  <div class=\"panels\">\n    <a class=\"panel panel-real\" href=\"https:\/\/debralowelegacy.com\" aria-label=\"Visit Debra Lowe Legacy\">\n      <img decoding=\"async\" class=\"panel-bg\" src=\"https:\/\/debralowe.com\/wp-content\/uploads\/2026\/07\/Headshot_Coastal-Background.png\" alt=\"\">\n      <div class=\"panel-inner\">\n        <div class=\"eyebrow\">Real Estate<\/div>\n        <div class=\"panel-title\">Buy &middot; Sell &middot; RCFE Transitions<\/div>\n        <span class=\"cta\">Explore<\/span>\n      <\/div>\n    <\/a>\n\n    <a class=\"panel panel-placement\" href=\"https:\/\/elderhoodsociety.com\" aria-label=\"Visit Elderhood Society\">\n      <img decoding=\"async\" class=\"panel-bg\" src=\"https:\/\/debralowe.com\/wp-content\/uploads\/2026\/07\/GrokAI_Longterm-Care.jpg\" alt=\"\">\n      <div class=\"panel-inner\">\n        <div class=\"eyebrow\">Senior Living<\/div>\n        <div class=\"panel-title\">Placement &middot; Guidance &middot; Peace of Mind<\/div>\n        <span class=\"cta\">Work With Me<\/span>\n      <\/div>\n    <\/a>\n\n    <div class=\"divider\"><\/div>\n  <\/div>\n<\/div>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Debra Lowe DL DEBRA &mdash; LOWE Central Coast Real Estate Buy &middot; Sell &middot; RCFE Transitions Explore Senior Living Placement [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-34","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Home - Debra Lowe<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/debralowe.com\/?page_id=34\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Home - Debra Lowe\" \/>\n<meta property=\"og:description\" content=\"Debra Lowe DL DEBRA &mdash; LOWE Central Coast Real Estate Buy &middot; Sell &middot; RCFE Transitions Explore Senior Living Placement [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/debralowe.com\/?page_id=34\" \/>\n<meta property=\"og:site_name\" content=\"Debra Lowe\" \/>\n<meta property=\"og:image\" content=\"https:\/\/debralowe.com\/wp-content\/uploads\/2026\/07\/Headshot_Coastal-Background.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/debralowe.com\\\/?page_id=34\",\"url\":\"https:\\\/\\\/debralowe.com\\\/?page_id=34\",\"name\":\"Home - Debra Lowe\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/debralowe.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/debralowe.com\\\/?page_id=34#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/debralowe.com\\\/?page_id=34#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/debralowe.com\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/Headshot_Coastal-Background.png\",\"datePublished\":\"2026-07-12T06:58:03+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/debralowe.com\\\/?page_id=34#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/debralowe.com\\\/?page_id=34\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/debralowe.com\\\/?page_id=34#primaryimage\",\"url\":\"https:\\\/\\\/debralowe.com\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/Headshot_Coastal-Background.png\",\"contentUrl\":\"https:\\\/\\\/debralowe.com\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/Headshot_Coastal-Background.png\",\"width\":961,\"height\":639,\"caption\":\"Buy \u00b7 Sell \u00b7 RCFE Transitions\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/debralowe.com\\\/?page_id=34#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/debralowe.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/debralowe.com\\\/#website\",\"url\":\"https:\\\/\\\/debralowe.com\\\/\",\"name\":\"Debra Lowe\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/debralowe.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Home - Debra Lowe","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/debralowe.com\/?page_id=34","og_locale":"en_US","og_type":"article","og_title":"Home - Debra Lowe","og_description":"Debra Lowe DL DEBRA &mdash; LOWE Central Coast Real Estate Buy &middot; Sell &middot; RCFE Transitions Explore Senior Living Placement [&hellip;]","og_url":"https:\/\/debralowe.com\/?page_id=34","og_site_name":"Debra Lowe","og_image":[{"url":"https:\/\/debralowe.com\/wp-content\/uploads\/2026\/07\/Headshot_Coastal-Background.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/debralowe.com\/?page_id=34","url":"https:\/\/debralowe.com\/?page_id=34","name":"Home - Debra Lowe","isPartOf":{"@id":"https:\/\/debralowe.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/debralowe.com\/?page_id=34#primaryimage"},"image":{"@id":"https:\/\/debralowe.com\/?page_id=34#primaryimage"},"thumbnailUrl":"https:\/\/debralowe.com\/wp-content\/uploads\/2026\/07\/Headshot_Coastal-Background.png","datePublished":"2026-07-12T06:58:03+00:00","breadcrumb":{"@id":"https:\/\/debralowe.com\/?page_id=34#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/debralowe.com\/?page_id=34"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/debralowe.com\/?page_id=34#primaryimage","url":"https:\/\/debralowe.com\/wp-content\/uploads\/2026\/07\/Headshot_Coastal-Background.png","contentUrl":"https:\/\/debralowe.com\/wp-content\/uploads\/2026\/07\/Headshot_Coastal-Background.png","width":961,"height":639,"caption":"Buy \u00b7 Sell \u00b7 RCFE Transitions"},{"@type":"BreadcrumbList","@id":"https:\/\/debralowe.com\/?page_id=34#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/debralowe.com\/"},{"@type":"ListItem","position":2,"name":"Home"}]},{"@type":"WebSite","@id":"https:\/\/debralowe.com\/#website","url":"https:\/\/debralowe.com\/","name":"Debra Lowe","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/debralowe.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/debralowe.com\/index.php?rest_route=\/wp\/v2\/pages\/34","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/debralowe.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/debralowe.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/debralowe.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/debralowe.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=34"}],"version-history":[{"count":2,"href":"https:\/\/debralowe.com\/index.php?rest_route=\/wp\/v2\/pages\/34\/revisions"}],"predecessor-version":[{"id":36,"href":"https:\/\/debralowe.com\/index.php?rest_route=\/wp\/v2\/pages\/34\/revisions\/36"}],"wp:attachment":[{"href":"https:\/\/debralowe.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=34"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}