{"content_mode":"html","html":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Marlowe Estates | Coastal Luxury Real Estate, La Jolla</title>\n<meta name=\"description\" content=\"Marlowe Estates represents La Jolla and coastal San Diego's most considered homes. Vivienne Marlowe \u2014 fourteen years, an architect's eye, and a quieter way to buy and sell.\">\n<meta property=\"og:title\" content=\"Marlowe Estates | Coastal Luxury Real Estate, La Jolla\">\n<meta property=\"og:description\" content=\"La Jolla's most considered properties, bought and sold with discretion, patience, and a trained architectural eye.\">\n<meta property=\"og:type\" content=\"website\">\n<meta property=\"og:image\" content=\"https://images.unsplash.com/photo-1613490493576-7fde63acd811?auto=format&fit=crop&w=1200&q=80\">\n<script type=\"application/ld+json\">\n{\n  \"@context\": \"https://schema.org\",\n  \"@type\": \"RealEstateAgent\",\n  \"name\": \"Marlowe Estates\",\n  \"founder\": \"Vivienne Marlowe\",\n  \"telephone\": \"+1-858-412-7740\",\n  \"email\": \"vivienne@marloweestates.com\",\n  \"address\": {\n    \"@type\": \"PostalAddress\",\n    \"streetAddress\": \"1150 Prospect Street, Suite 210\",\n    \"addressLocality\": \"La Jolla\",\n    \"addressRegion\": \"CA\",\n    \"postalCode\": \"92037\",\n    \"addressCountry\": \"US\"\n  },\n  \"areaServed\": [\"La Jolla\", \"Bird Rock\", \"La Jolla Shores\", \"Del Mar\"],\n  \"knowsAbout\": [\"Coastal residential real estate\", \"Off-market sales\", \"Architectural residences\"]\n}\n</script>\n<link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>\n<link rel=\"preconnect\" href=\"https://images.unsplash.com\">\n<link href=\"https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,400;0,500;0,700;1,400&family=Hanken+Grotesk:wght@400;500;700&display=swap\" rel=\"stylesheet\">\n<style>\n/* ============================================================\n   MARLOWE ESTATES \u2014 Quiet Luxe\n   Bone-white space, espresso ink, a single thread of brass.\n   Luxury here is what's left out, not piled on.\n   ============================================================ */\n\n:root {\n  /* Palette \u2014 Quiet Luxe theme contract */\n  --ink:      #1C1A17;   /* primary / text \u2014 espresso */\n  --brass:    #9A7B4F;   /* accent \u2014 whispered brass; fine rules + the CTA only */\n  --bone:     #F7F4EF;   /* background */\n  --surface:  #EFEAE1;   /* raised surface */\n  --muted:    #8A8276;   /* secondary text */\n  --hairline: rgba(154, 123, 79, 0.35);   /* brass hairline */\n  --line:     rgba(28, 26, 23, 0.12);     /* ink hairline */\n\n  /* Type \u2014 exactly four sizes */\n  --fs-display: clamp(2.5rem, 7vw, 4.5rem);      /* hero + stat numbers */\n  --fs-title:   clamp(1.625rem, 3.4vw, 2.375rem);/* section heads + card addresses */\n  --fs-body:    1.0625rem;                        /* prose, prices, forms */\n  --fs-small:   0.8125rem;                        /* eyebrows, nav, meta, footer */\n\n  --serif: 'Cormorant', Georgia, serif;\n  --sans:  'Hanken Grotesk', -apple-system, 'Helvetica Neue', sans-serif;\n\n  /* Air is the luxury */\n  --space-section: clamp(5rem, 12vw, 9.5rem);\n  --space-inner:   clamp(2.5rem, 6vw, 4.5rem);\n  --measure: 38rem;\n  --wrap: 72rem;\n}\n\n* { margin: 0; padding: 0; box-sizing: border-box; }\n\nhtml {\n  scroll-behavior: smooth;\n}\n\nbody {\n  font-family: var(--sans);\n  font-size: var(--fs-body);\n  font-weight: 400;\n  line-height: 1.7;\n  color: var(--ink);\n  background: var(--bone);\n  -webkit-font-smoothing: antialiased;\n  text-rendering: optimizeLegibility;\n}\n\nimg { display: block; max-width: 100%; height: auto; }\n\n::selection { background: var(--surface); color: var(--ink); }\n\n.wrap {\n  max-width: var(--wrap);\n  margin-inline: auto;\n  padding-inline: clamp(1.25rem, 5vw, 3rem);\n}\n\nsection { scroll-margin-top: 5.5rem; }\n\n/* ------------------------------------------------------------\n   Shared type roles\n   ------------------------------------------------------------ */\n.eyebrow {\n  font-size: var(--fs-small);\n  font-weight: 500;\n  letter-spacing: 0.14em;\n  text-transform: uppercase;\n  color: var(--brass);\n}\n\n.section-head {\n  font-family: var(--serif);\n  font-size: var(--fs-title);\n  font-weight: 400;\n  line-height: 1.15;\n  letter-spacing: -0.01em;\n  max-width: 28ch;\n  margin-top: 1.1rem;\n}\n\n.section-intro {\n  color: var(--muted);\n  max-width: var(--measure);\n  margin-top: 1.25rem;\n}\n\n.rule {\n  border: 0;\n  border-top: 1px solid var(--hairline);\n  width: 3.5rem;\n  margin: 0;\n}\n\n/* ------------------------------------------------------------\n   Navigation \u2014 sticky, bone, one hairline\n   ------------------------------------------------------------ */\n.nav {\n  position: sticky;\n  top: 0;\n  z-index: 10;\n  background: rgba(247, 244, 239, 0.92);\n  backdrop-filter: blur(8px);\n  -webkit-backdrop-filter: blur(8px);\n  border-bottom: 1px solid var(--line);\n}\n\n.nav-inner {\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  gap: 1.5rem;\n  padding-block: 1.1rem;\n}\n\n.wordmark {\n  font-family: var(--serif);\n  font-size: var(--fs-body);\n  font-weight: 700;\n  letter-spacing: 0.18em;\n  text-transform: uppercase;\n  color: var(--ink);\n  text-decoration: none;\n  white-space: nowrap;\n}\n\n.wordmark span { color: var(--brass); }\n\n.nav-links {\n  display: flex;\n  align-items: center;\n  gap: clamp(1.1rem, 3vw, 2.25rem);\n  list-style: none;\n}\n\n.nav-links a {\n  font-size: var(--fs-small);\n  font-weight: 500;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n  color: var(--muted);\n  text-decoration: none;\n  padding-block: 0.25rem;\n  border-bottom: 1px solid transparent;\n  transition: color 0.5s ease, border-color 0.5s ease;\n}\n\n.nav-links a:hover,\n.nav-links a:focus-visible {\n  color: var(--ink);\n  border-bottom-color: var(--brass);\n}\n\n@media (max-width: 40rem) {\n  .nav-inner {\n    flex-direction: column;\n    gap: 0.55rem;\n    padding-block: 0.9rem;\n  }\n}\n\n/* ------------------------------------------------------------\n   Hero \u2014 vast bone whitespace, thin serif, one quiet CTA,\n   then the coast itself, full bleed.\n   ------------------------------------------------------------ */\n.hero { padding-top: var(--space-section); }\n\n.hero-eyebrow-row {\n  display: flex;\n  align-items: center;\n  gap: 1.1rem;\n}\n\n.hero h1 {\n  font-family: var(--serif);\n  font-size: var(--fs-display);\n  font-weight: 400;\n  line-height: 1.08;\n  letter-spacing: -0.015em;\n  max-width: 17ch;\n  margin-top: 1.5rem;\n}\n\n.hero h1 em {\n  font-style: italic;\n  font-weight: 400;\n  color: var(--brass);\n}\n\n.hero-sub {\n  color: var(--muted);\n  max-width: var(--measure);\n  margin-top: 1.75rem;\n}\n\n.cta {\n  display: inline-block;\n  margin-top: 2.75rem;\n  padding: 0.95rem 2.4rem;\n  font-family: var(--sans);\n  font-size: var(--fs-small);\n  font-weight: 500;\n  letter-spacing: 0.14em;\n  text-transform: uppercase;\n  text-decoration: none;\n  color: var(--brass);\n  background: transparent;\n  border: 1px solid var(--brass);\n  transition: background-color 0.6s ease, color 0.6s ease;\n}\n\n.cta:hover,\n.cta:focus-visible {\n  background: var(--brass);\n  color: var(--bone);\n}\n\n.hero-figure {\n  margin-top: var(--space-inner);\n}\n\n.hero-figure img {\n  width: 100%;\n  height: clamp(20rem, 62vh, 38rem);\n  object-fit: cover;\n}\n\n.hero-caption {\n  font-size: var(--fs-small);\n  color: var(--muted);\n  letter-spacing: 0.04em;\n  padding-top: 0.85rem;\n  text-align: right;\n}\n\n/* ------------------------------------------------------------\n   Listings \u2014 white cards, surface borders, radius 8, no shadow\n   ------------------------------------------------------------ */\n.listings { padding-top: var(--space-section); }\n\n.listing-grid {\n  display: grid;\n  grid-template-columns: 1fr;\n  gap: clamp(1.5rem, 3.5vw, 2.5rem);\n  margin-top: var(--space-inner);\n}\n\n@media (min-width: 46rem) {\n  .listing-grid { grid-template-columns: 1fr 1fr; }\n}\n\n.card {\n  background: #FFFFFF;\n  border: 1px solid var(--surface);\n  border-radius: 8px;\n  overflow: hidden;\n  transition: border-color 0.6s ease;\n}\n\n.card:hover { border-color: var(--hairline); }\n\n.card-media { overflow: hidden; }\n\n.card-media img {\n  width: 100%;\n  aspect-ratio: 4 / 3;\n  object-fit: cover;\n  transition: transform 1.2s ease;\n}\n\n.card:hover .card-media img { transform: scale(1.035); }\n\n.card-body { padding: clamp(1.5rem, 3vw, 2.25rem); }\n\n.status {\n  display: inline-block;\n  font-size: var(--fs-small);\n  font-weight: 500;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n  color: var(--muted);\n  border: 1px solid var(--line);\n  border-radius: 999px;\n  padding: 0.25rem 0.85rem;\n}\n\n.status--escrow {\n  color: var(--brass);\n  border-color: var(--hairline);\n}\n\n.card-address {\n  font-family: var(--serif);\n  font-size: var(--fs-title);\n  font-weight: 500;\n  line-height: 1.15;\n  margin-top: 1.1rem;\n}\n\n.card-price {\n  font-weight: 500;\n  margin-top: 0.5rem;\n}\n\n.card-meta {\n  font-size: var(--fs-small);\n  color: var(--muted);\n  letter-spacing: 0.05em;\n  margin-top: 0.4rem;\n}\n\n.card-note {\n  color: var(--muted);\n  margin-top: 1rem;\n  padding-top: 1rem;\n  border-top: 1px solid var(--surface);\n}\n\n/* ------------------------------------------------------------\n   Stat band \u2014 three numbers, said once, quietly\n   ------------------------------------------------------------ */\n.stats {\n  margin-top: var(--space-section);\n  background: var(--surface);\n}\n\n.stat-grid {\n  display: grid;\n  grid-template-columns: 1fr;\n  gap: 2.5rem;\n  padding-block: var(--space-inner);\n  text-align: center;\n}\n\n@media (min-width: 46rem) {\n  .stat-grid { grid-template-columns: repeat(3, 1fr); }\n}\n\n.stat-number {\n  font-family: var(--serif);\n  font-size: var(--fs-display);\n  font-weight: 400;\n  line-height: 1;\n  letter-spacing: -0.01em;\n}\n\n.stat-label {\n  font-size: var(--fs-small);\n  font-weight: 500;\n  letter-spacing: 0.14em;\n  text-transform: uppercase;\n  color: var(--muted);\n  margin-top: 0.7rem;\n}\n\n/* ------------------------------------------------------------\n   About \u2014 portrait and three honest paragraphs\n   ------------------------------------------------------------ */\n.about { padding-top: var(--space-section); }\n\n.about-grid {\n  display: grid;\n  grid-template-columns: 1fr;\n  gap: var(--space-inner);\n  align-items: start;\n}\n\n@media (min-width: 52rem) {\n  .about-grid { grid-template-columns: 5fr 7fr; }\n}\n\n.about-portrait img {\n  width: 100%;\n  aspect-ratio: 4 / 5;\n  object-fit: cover;\n  border-radius: 8px;\n}\n\n.about-portrait figcaption {\n  font-size: var(--fs-small);\n  color: var(--muted);\n  letter-spacing: 0.04em;\n  margin-top: 0.85rem;\n}\n\n.about-copy p + p { margin-top: 1.4rem; }\n\n.about-copy .lede { color: var(--ink); }\n\n.about-copy p { color: var(--muted); max-width: var(--measure); }\n\n.about-credential {\n  font-size: var(--fs-small);\n  letter-spacing: 0.1em;\n  text-transform: uppercase;\n  color: var(--brass);\n  margin-top: 2.25rem;\n  padding-top: 1.5rem;\n  border-top: 1px solid var(--hairline);\n  max-width: var(--measure);\n}\n\n/* ------------------------------------------------------------\n   Selected sales \u2014 a ledger, not a brag sheet\n   ------------------------------------------------------------ */\n.sales { padding-top: var(--space-section); }\n\n.sales-list {\n  list-style: none;\n  margin-top: var(--space-inner);\n  border-top: 1px solid var(--line);\n}\n\n.sale {\n  display: grid;\n  grid-template-columns: 1fr;\n  gap: 0.15rem 2rem;\n  padding-block: 1.35rem;\n  border-bottom: 1px solid var(--line);\n}\n\n@media (min-width: 52rem) {\n  .sale {\n    grid-template-columns: minmax(0, 7fr) minmax(0, 2fr) minmax(0, 3fr);\n    align-items: baseline;\n  }\n}\n\n.sale-address {\n  font-family: var(--serif);\n  font-size: var(--fs-body);\n  font-weight: 700;\n  letter-spacing: 0.01em;\n}\n\n.sale-price { font-weight: 500; }\n\n.sale-note {\n  font-size: var(--fs-small);\n  color: var(--muted);\n  letter-spacing: 0.05em;\n}\n\n@media (min-width: 52rem) {\n  .sale-note { text-align: right; }\n}\n\n.sales-footnote {\n  font-size: var(--fs-small);\n  color: var(--muted);\n  letter-spacing: 0.04em;\n  margin-top: 1.25rem;\n}\n\n/* ------------------------------------------------------------\n   Neighborhoods \u2014 three tiles, one line of truth each\n   ------------------------------------------------------------ */\n.neighborhoods { padding-top: var(--space-section); }\n\n.hood-grid {\n  display: grid;\n  grid-template-columns: 1fr;\n  gap: clamp(1.5rem, 3.5vw, 2.5rem);\n  margin-top: var(--space-inner);\n}\n\n@media (min-width: 46rem) {\n  .hood-grid { grid-template-columns: repeat(3, 1fr); }\n}\n\n.hood { text-decoration: none; color: inherit; }\n\n.hood-media { overflow: hidden; border-radius: 8px; }\n\n.hood-media img {\n  width: 100%;\n  aspect-ratio: 4 / 5;\n  object-fit: cover;\n  transition: transform 1.2s ease;\n}\n\n.hood:hover .hood-media img { transform: scale(1.035); }\n\n.hood h3 {\n  font-family: var(--serif);\n  font-size: var(--fs-title);\n  font-weight: 500;\n  line-height: 1.15;\n  margin-top: 1.25rem;\n}\n\n.hood p {\n  color: var(--muted);\n  margin-top: 0.45rem;\n}\n\n/* ------------------------------------------------------------\n   Process \u2014 three steps, quiet numbers\n   ------------------------------------------------------------ */\n.process { padding-top: var(--space-section); }\n\n.step-grid {\n  display: grid;\n  grid-template-columns: 1fr;\n  gap: clamp(2rem, 4vw, 3rem);\n  margin-top: var(--space-inner);\n}\n\n@media (min-width: 46rem) {\n  .step-grid { grid-template-columns: repeat(3, 1fr); }\n}\n\n.step {\n  border-top: 1px solid var(--hairline);\n  padding-top: 1.5rem;\n}\n\n.step-number {\n  font-family: var(--serif);\n  font-size: var(--fs-title);\n  font-weight: 400;\n  font-style: italic;\n  color: var(--brass);\n  line-height: 1;\n}\n\n.step h3 {\n  font-family: var(--sans);\n  font-size: var(--fs-body);\n  font-weight: 700;\n  letter-spacing: 0.02em;\n  margin-top: 1.1rem;\n}\n\n.step p { color: var(--muted); margin-top: 0.6rem; }\n\n/* ------------------------------------------------------------\n   Market notes \u2014 short, dated, useful\n   ------------------------------------------------------------ */\n.journal { padding-top: var(--space-section); }\n\n.journal-grid {\n  display: grid;\n  grid-template-columns: 1fr;\n  gap: clamp(2rem, 4vw, 3rem);\n  margin-top: var(--space-inner);\n}\n\n@media (min-width: 46rem) {\n  .journal-grid { grid-template-columns: repeat(3, 1fr); }\n}\n\n.note {\n  background: #FFFFFF;\n  border: 1px solid var(--surface);\n  border-radius: 8px;\n  padding: clamp(1.5rem, 3vw, 2.25rem);\n  transition: border-color 0.6s ease;\n}\n\n.note:hover { border-color: var(--hairline); }\n\n.note-date {\n  font-size: var(--fs-small);\n  font-weight: 500;\n  letter-spacing: 0.14em;\n  text-transform: uppercase;\n  color: var(--brass);\n}\n\n.note h3 {\n  font-family: var(--serif);\n  font-size: var(--fs-title);\n  font-weight: 500;\n  line-height: 1.18;\n  margin-top: 0.9rem;\n}\n\n.note p { color: var(--muted); margin-top: 0.85rem; }\n\n/* ------------------------------------------------------------\n   Pull quote \u2014 one sentence, given room\n   ------------------------------------------------------------ */\n.quote-band {\n  margin-top: var(--space-section);\n  background: var(--surface);\n}\n\n.quote-band blockquote {\n  padding-block: var(--space-inner);\n  text-align: center;\n}\n\n.quote-band p {\n  font-family: var(--serif);\n  font-size: var(--fs-title);\n  font-weight: 400;\n  font-style: italic;\n  line-height: 1.35;\n  max-width: 28ch;\n  margin-inline: auto;\n}\n\n.quote-band cite {\n  display: block;\n  font-family: var(--sans);\n  font-size: var(--fs-small);\n  font-style: normal;\n  font-weight: 500;\n  letter-spacing: 0.14em;\n  text-transform: uppercase;\n  color: var(--muted);\n  margin-top: 1.5rem;\n}\n\n/* ------------------------------------------------------------\n   Contact \u2014 bottom-rule fields, one brass button\n   ------------------------------------------------------------ */\n.contact {\n  margin-top: var(--space-section);\n  background: #FFFFFF;\n  border-top: 1px solid var(--surface);\n}\n\n.contact-grid {\n  display: grid;\n  grid-template-columns: 1fr;\n  gap: var(--space-inner);\n  padding-block: var(--space-section);\n}\n\n@media (min-width: 52rem) {\n  .contact-grid { grid-template-columns: 5fr 7fr; }\n}\n\n.contact-details { margin-top: 2.5rem; display: grid; gap: 1.6rem; }\n\n.contact-detail .label {\n  font-size: var(--fs-small);\n  font-weight: 500;\n  letter-spacing: 0.14em;\n  text-transform: uppercase;\n  color: var(--muted);\n}\n\n.contact-detail a,\n.contact-detail .value {\n  display: inline-block;\n  color: var(--ink);\n  text-decoration: none;\n  margin-top: 0.25rem;\n  border-bottom: 1px solid transparent;\n  transition: border-color 0.5s ease;\n}\n\n.contact-detail a:hover,\n.contact-detail a:focus-visible { border-bottom-color: var(--brass); }\n\n.field { display: block; }\n\n.field + .field { margin-top: 2rem; }\n\n.field span {\n  display: block;\n  font-size: var(--fs-small);\n  font-weight: 500;\n  letter-spacing: 0.14em;\n  text-transform: uppercase;\n  color: var(--muted);\n  margin-bottom: 0.4rem;\n}\n\n.field input,\n.field textarea {\n  width: 100%;\n  font-family: var(--sans);\n  font-size: var(--fs-body);\n  color: var(--ink);\n  background: transparent;\n  border: 0;\n  border-bottom: 1px solid var(--line);\n  border-radius: 0;\n  padding: 0.55rem 0;\n  transition: border-color 0.5s ease;\n}\n\n.field textarea { resize: vertical; min-height: 7rem; }\n\n.field input:focus,\n.field textarea:focus {\n  outline: none;\n  border-bottom-color: var(--brass);\n}\n\n.form-cta {\n  margin-top: 2.5rem;\n  cursor: pointer;\n}\n\n.form-confirm {\n  display: none;\n  margin-top: 2rem;\n  color: var(--brass);\n  font-style: italic;\n  font-family: var(--serif);\n  font-size: var(--fs-title);\n  line-height: 1.3;\n}\n\nform.sent .form-confirm { display: block; }\nform.sent .form-cta { display: none; }\n\n/* ------------------------------------------------------------\n   Footer \u2014 the smallest type on the page\n   ------------------------------------------------------------ */\n.footer {\n  background: #FFFFFF;\n  border-top: 1px solid var(--surface);\n}\n\n.footer-inner {\n  display: flex;\n  flex-wrap: wrap;\n  justify-content: space-between;\n  gap: 0.75rem 2rem;\n  padding-block: 2.25rem;\n  font-size: var(--fs-small);\n  color: var(--muted);\n  letter-spacing: 0.04em;\n}\n\n.footer-inner a {\n  color: var(--muted);\n  text-decoration: none;\n  border-bottom: 1px solid transparent;\n  transition: color 0.5s ease, border-color 0.5s ease;\n}\n\n.footer-inner a:hover { color: var(--ink); border-bottom-color: var(--brass); }\n\n/* ------------------------------------------------------------\n   Reduced motion \u2014 stillness is also a luxury\n   ------------------------------------------------------------ */\n@media (prefers-reduced-motion: reduce) {\n  html { scroll-behavior: auto; }\n  *,\n  *::before,\n  *::after {\n    transition-duration: 0.01ms !important;\n    animation-duration: 0.01ms !important;\n    animation-iteration-count: 1 !important;\n  }\n  .card:hover .card-media img,\n  .hood:hover .hood-media img { transform: none; }\n}\n</style>\n</head>\n<body>\n\n<!-- ==================== NAV ==================== -->\n<header class=\"nav\">\n  <div class=\"wrap nav-inner\">\n    <a class=\"wordmark\" href=\"#top\">Marlowe <span>Estates</span></a>\n    <nav aria-label=\"Primary\">\n      <ul class=\"nav-links\">\n        <li><a href=\"#listings\">Listings</a></li>\n        <li><a href=\"#about\">About</a></li>\n        <li><a href=\"#neighborhoods\">Neighborhoods</a></li>\n        <li><a href=\"#contact\">Contact</a></li>\n      </ul>\n    </nav>\n  </div>\n</header>\n\n<main id=\"top\">\n\n  <!-- ==================== HERO ==================== -->\n  <section class=\"hero\" aria-label=\"Introduction\">\n    <div class=\"wrap\">\n      <div class=\"hero-eyebrow-row\">\n        <hr class=\"rule\" aria-hidden=\"true\">\n        <p class=\"eyebrow\">La Jolla &middot; Coastal San Diego</p>\n      </div>\n      <h1>The finest homes on the coast are rarely <em>loud</em>.</h1>\n      <p class=\"hero-sub\">Marlowe Estates represents La Jolla&rsquo;s most considered properties &mdash; bought and sold with discretion, patience, and a trained architectural eye. Most of our work begins with a quiet referral. All of it ends with a clean closing.</p>\n      <a class=\"cta\" href=\"#listings\">View current listings</a>\n    </div>\n    <figure class=\"hero-figure\">\n      <img\n        src=\"https://images.unsplash.com/photo-1613490493576-7fde63acd811?auto=format&amp;fit=crop&amp;w=2000&amp;q=80\"\n        alt=\"A modern coastal residence at dusk, its pool reflecting the last light over the Pacific\"\n        width=\"2000\" height=\"1333\"\n        fetchpriority=\"high\">\n      <figcaption class=\"wrap hero-caption\">Sold off-market, Lower Hermosa &mdash; spring 2026</figcaption>\n    </figure>\n  </section>\n\n  <!-- ==================== LISTINGS ==================== -->\n  <section class=\"listings\" id=\"listings\">\n    <div class=\"wrap\">\n      <p class=\"eyebrow\">Featured listings</p>\n      <h2 class=\"section-head\">Four homes, each chosen for what it doesn&rsquo;t need to prove.</h2>\n      <p class=\"section-intro\">We carry a deliberately short list. Every property below was walked, priced, and prepared by Vivienne personally &mdash; no teams, no hand-offs.</p>\n\n      <div class=\"listing-grid\">\n\n        <article class=\"card\">\n          <div class=\"card-media\">\n            <img\n              src=\"https://images.unsplash.com/photo-1600596542815-ffad4c1539a9?auto=format&amp;fit=crop&amp;w=900&amp;q=80\"\n              alt=\"White modern residence with a long pool and palm trees at golden hour\"\n              width=\"900\" height=\"675\" loading=\"lazy\">\n          </div>\n          <div class=\"card-body\">\n            <span class=\"status\">For sale</span>\n            <h3 class=\"card-address\">7142 Vista del Mar, La Jolla</h3>\n            <p class=\"card-price\">$8,900,000</p>\n            <p class=\"card-meta\">5 bd &middot; 6 ba &middot; 6,480 sq ft</p>\n            <p class=\"card-note\">Oceanfront contemporary above the Cove. Sight lines to the water from every principal room; the kind of quiet engineering you only notice when the swell comes up.</p>\n          </div>\n        </article>\n\n        <article class=\"card\">\n          <div class=\"card-media\">\n            <img\n              src=\"https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?auto=format&amp;fit=crop&amp;w=900&amp;q=80\"\n              alt=\"Light-filled double-height living room with floor-to-ceiling glass\"\n              width=\"900\" height=\"675\" loading=\"lazy\">\n          </div>\n          <div class=\"card-body\">\n            <span class=\"status status--escrow\">In escrow</span>\n            <h3 class=\"card-address\">415 Sea Lane, La Jolla Shores</h3>\n            <p class=\"card-price\">$4,750,000</p>\n            <p class=\"card-meta\">4 bd &middot; 4 ba &middot; 3,920 sq ft</p>\n            <p class=\"card-note\">Flat-walk to the Shores beach. A 1962 post-and-beam, restored rather than remodeled &mdash; original mahogany ceilings, new everything else. Eleven days on market.</p>\n          </div>\n        </article>\n\n        <article class=\"card\">\n          <div class=\"card-media\">\n            <img\n              src=\"https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&amp;fit=crop&amp;w=900&amp;q=80\"\n              alt=\"Contemporary single-level home with clean white volumes and desert landscaping\"\n              width=\"900\" height=\"675\" loading=\"lazy\">\n          </div>\n          <div class=\"card-body\">\n            <span class=\"status\">For sale</span>\n            <h3 class=\"card-address\">5524 Calumet Avenue, Bird Rock</h3>\n            <p class=\"card-price\">$3,295,000</p>\n            <p class=\"card-meta\">3 bd &middot; 3 ba &middot; 2,740 sq ft</p>\n            <p class=\"card-note\">Single-level on the quiet side of Calumet, two blocks off the bluff. Walled courtyard entry, west-facing great room, and a kitchen that was clearly designed by someone who cooks.</p>\n          </div>\n        </article>\n\n        <article class=\"card\">\n          <div class=\"card-media\">\n            <img\n              src=\"https://images.unsplash.com/photo-1600047509807-ba8f99d2cdde?auto=format&amp;fit=crop&amp;w=900&amp;q=80\"\n              alt=\"Craftsman-influenced home exterior in soft evening light\"\n              width=\"900\" height=\"675\" loading=\"lazy\">\n          </div>\n          <div class=\"card-body\">\n            <span class=\"status\">New listing</span>\n            <h3 class=\"card-address\">1287 Crest Road, Del Mar</h3>\n            <p class=\"card-price\">$2,495,000</p>\n            <p class=\"card-meta\">2 bd &middot; 2 ba &middot; 1,860 sq ft</p>\n            <p class=\"card-note\">A village cottage five minutes&rsquo; walk from Fifteenth Street beach. Small on paper, generous in person &mdash; vaulted ceilings, ocean glimpse from the deck, room to grow on a 7,200 sq ft lot.</p>\n          </div>\n        </article>\n\n      </div>\n    </div>\n  </section>\n\n  <!-- ==================== STAT BAND ==================== -->\n  <section class=\"stats\" aria-label=\"Track record\">\n    <div class=\"wrap stat-grid\">\n      <div>\n        <p class=\"stat-number\">$214M</p>\n        <p class=\"stat-label\">Closed volume</p>\n      </div>\n      <div>\n        <p class=\"stat-number\">96</p>\n        <p class=\"stat-label\">Homes represented</p>\n      </div>\n      <div>\n        <p class=\"stat-number\">14</p>\n        <p class=\"stat-label\">Years on this coast</p>\n      </div>\n    </div>\n  </section>\n\n  <!-- ==================== ABOUT ==================== -->\n  <section class=\"about\" id=\"about\">\n    <div class=\"wrap about-grid\">\n      <figure class=\"about-portrait\">\n        <img\n          src=\"https://images.unsplash.com/photo-1580489944761-15a19d654956?auto=format&amp;fit=crop&amp;w=800&amp;q=80\"\n          alt=\"Portrait of Vivienne Marlowe\"\n          width=\"800\" height=\"1000\" loading=\"lazy\">\n        <figcaption>Vivienne Marlowe &mdash; Broker &amp; Principal</figcaption>\n      </figure>\n      <div class=\"about-copy\">\n        <p class=\"eyebrow\">About</p>\n        <h2 class=\"section-head\">An architect&rsquo;s eye, a broker&rsquo;s license, and a short client list.</h2>\n        <p class=\"lede\" style=\"margin-top: 1.75rem;\">Before real estate, Vivienne spent five years at a San Diego architecture firm drawing coastal residences &mdash; which is to say, five years learning to read a house&rsquo;s bones before reading its listing copy. She still walks every property with a flashlight and a level. It has saved her clients from more than one beautiful mistake.</p>\n        <p>Fourteen years and ninety-six closings later, her practice covers La Jolla, Bird Rock, and Del Mar, with most engagements arriving by referral and a meaningful share of them never reaching the open market. She works alone, by design: the person who answers the phone is the person who negotiates your contract.</p>\n        <p>Her philosophy fits in a sentence. A home is the longest conversation you will ever have with a building &mdash; so be honest about value going in, patient about timing, and unsentimental about everything except the light.</p>\n        <p class=\"about-credential\">Vivienne Marlowe &middot; California DRE #02114873</p>\n      </div>\n    </div>\n  </section>\n\n  <!-- ==================== SELECTED SALES ==================== -->\n  <section class=\"sales\" aria-label=\"Selected sales\">\n    <div class=\"wrap\">\n      <p class=\"eyebrow\">Selected sales</p>\n      <h2 class=\"section-head\">A few entries from the ledger.</h2>\n      <p class=\"section-intro\">Ninety-six closings don&rsquo;t fit on a page, and a brag sheet would be against the house style. These are representative.</p>\n      <ul class=\"sales-list\">\n        <li class=\"sale\">\n          <span class=\"sale-address\">6210 Camino de la Costa, Lower Hermosa</span>\n          <span class=\"sale-price\">$9,400,000</span>\n          <span class=\"sale-note\">Represented seller &middot; sold off-market</span>\n        </li>\n        <li class=\"sale\">\n          <span class=\"sale-address\">1115 Muirlands Drive, La Jolla</span>\n          <span class=\"sale-price\">$6,750,000</span>\n          <span class=\"sale-note\">Represented seller &middot; 12 days on market</span>\n        </li>\n        <li class=\"sale\">\n          <span class=\"sale-address\">833 Stratford Court, Del Mar</span>\n          <span class=\"sale-price\">$5,900,000</span>\n          <span class=\"sale-note\">Represented seller &middot; closed in 21 days</span>\n        </li>\n        <li class=\"sale\">\n          <span class=\"sale-address\">5663 Dolphin Place, Bird Rock</span>\n          <span class=\"sale-price\">$4,280,000</span>\n          <span class=\"sale-note\">Represented seller &middot; 8 days on market</span>\n        </li>\n        <li class=\"sale\">\n          <span class=\"sale-address\">1640 Torrey Pines Road, La Jolla</span>\n          <span class=\"sale-price\">$3,150,000</span>\n          <span class=\"sale-note\">Represented buyer &middot; prevailed against four offers</span>\n        </li>\n        <li class=\"sale\">\n          <span class=\"sale-address\">7585 Eads Avenue, La Jolla Village</span>\n          <span class=\"sale-price\">$2,360,000</span>\n          <span class=\"sale-note\">Represented buyer &middot; first coastal purchase</span>\n        </li>\n      </ul>\n      <p class=\"sales-footnote\">Sale records 2012&ndash;2026. Addresses shared with past clients&rsquo; permission.</p>\n    </div>\n  </section>\n\n  <!-- ==================== NEIGHBORHOODS ==================== -->\n  <section class=\"neighborhoods\" id=\"neighborhoods\">\n    <div class=\"wrap\">\n      <p class=\"eyebrow\">Neighborhoods</p>\n      <h2 class=\"section-head\">Three stretches of coast we know house by house.</h2>\n      <div class=\"hood-grid\">\n\n        <div class=\"hood\">\n          <div class=\"hood-media\">\n            <img\n              src=\"https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&amp;fit=crop&amp;w=900&amp;q=80\"\n              alt=\"Wide sandy beach meeting calm turquoise water\"\n              width=\"900\" height=\"1125\" loading=\"lazy\">\n          </div>\n          <h3>La Jolla Shores</h3>\n          <p>Flat, walkable beach blocks where homes trade near a $4.2M median &mdash; and rarely more than a dozen are on the market at once.</p>\n        </div>\n\n        <div class=\"hood\">\n          <div class=\"hood-media\">\n            <img\n              src=\"https://images.unsplash.com/photo-1519046904884-53103b34b206?auto=format&amp;fit=crop&amp;w=900&amp;q=80\"\n              alt=\"Palm tree leaning over an empty stretch of shoreline\"\n              width=\"900\" height=\"1125\" loading=\"lazy\">\n          </div>\n          <h3>Bird Rock</h3>\n          <p>A low-key surf village with serious demand &mdash; remodeled cottages start near $2.8M and seldom last a second weekend.</p>\n        </div>\n\n        <div class=\"hood\">\n          <div class=\"hood-media\">\n            <img\n              src=\"https://images.unsplash.com/photo-1544551763-46a013bb70d5?auto=format&amp;fit=crop&amp;w=900&amp;q=80\"\n              alt=\"Aerial view of surfers waiting in clear blue water\"\n              width=\"900\" height=\"1125\" loading=\"lazy\">\n          </div>\n          <h3>Del Mar</h3>\n          <p>Bluff-top village living around a $3.6M median; inventory runs tightest in summer, when half the buyers arrive by racetrack.</p>\n        </div>\n\n      </div>\n    </div>\n  </section>\n\n  <!-- ==================== MARKET NOTES ==================== -->\n  <section class=\"journal\" aria-label=\"Notes on the market\">\n    <div class=\"wrap\">\n      <p class=\"eyebrow\">Notes on the market</p>\n      <h2 class=\"section-head\">What we&rsquo;re telling clients this season.</h2>\n      <div class=\"journal-grid\">\n\n        <article class=\"note\">\n          <p class=\"note-date\">Spring 2026</p>\n          <h3>The off-market share keeps growing</h3>\n          <p>Roughly a third of our recent closings never appeared on the open market. Sellers value the privacy; buyers value the first look. If you&rsquo;re only watching the portals, you&rsquo;re seeing part of the coast.</p>\n        </article>\n\n        <article class=\"note\">\n          <p class=\"note-date\">Winter 2026</p>\n          <h3>What remodels actually return here</h3>\n          <p>On this stretch of coast, buyers pay for light, indoor-outdoor flow, and honest materials &mdash; not for a third powder room. Before you renovate to sell, ask which category your project falls into.</p>\n        </article>\n\n        <article class=\"note\">\n          <p class=\"note-date\">Autumn 2025</p>\n          <h3>Reading days-on-market in a thin year</h3>\n          <p>With so few homes trading, averages mislead. A well-prepared house still moves in under two weeks; an aspirationally priced one sits for a quarter. The difference is rarely the house. It&rsquo;s the first number.</p>\n        </article>\n\n      </div>\n    </div>\n  </section>\n\n  <!-- ==================== PROCESS ==================== -->\n  <section class=\"process\" id=\"process\">\n    <div class=\"wrap\">\n      <p class=\"eyebrow\">How we work</p>\n      <h2 class=\"section-head\">Three steps. No theater.</h2>\n      <div class=\"step-grid\">\n\n        <div class=\"step\">\n          <p class=\"step-number\">01</p>\n          <h3>Listen</h3>\n          <p>A private consultation &mdash; at the property or over coffee. We talk about timing, candor on value, and what you actually need, which is rarely what the market is shouting about.</p>\n        </div>\n\n        <div class=\"step\">\n          <p class=\"step-number\">02</p>\n          <h3>Position</h3>\n          <p>Pricing built from comparable evidence, preparation that respects the architecture, and photography that doesn&rsquo;t lie. Quiet outreach to qualified buyers begins before the sign goes up &mdash; if a sign goes up at all.</p>\n        </div>\n\n        <div class=\"step\">\n          <p class=\"step-number\">03</p>\n          <h3>Close</h3>\n          <p>Negotiation handled personally, contingencies managed daily, and an escrow that ends on the date it was supposed to. You will never wonder what&rsquo;s happening with your own sale.</p>\n        </div>\n\n      </div>\n    </div>\n  </section>\n\n  <!-- ==================== PULL QUOTE ==================== -->\n  <section class=\"quote-band\" aria-label=\"Philosophy\">\n    <div class=\"wrap\">\n      <blockquote>\n        <p>&ldquo;The right buyer doesn&rsquo;t need convincing. They need finding.&rdquo;</p>\n        <cite>Vivienne Marlowe</cite>\n      </blockquote>\n    </div>\n  </section>\n\n  <!-- ==================== CONTACT ==================== -->\n  <section class=\"contact\" id=\"contact\">\n    <div class=\"wrap contact-grid\">\n\n      <div>\n        <p class=\"eyebrow\">Contact</p>\n        <h2 class=\"section-head\">Begin the conversation.</h2>\n        <p class=\"section-intro\">Whether you&rsquo;re selling a family home or quietly looking for the next one, the first step is the same: a conversation, in confidence, with no obligation attached.</p>\n        <div class=\"contact-details\">\n          <div class=\"contact-detail\">\n            <p class=\"label\">Telephone</p>\n            <a href=\"tel:+18584127740\">(858) 412-7740</a>\n          </div>\n          <div class=\"contact-detail\">\n            <p class=\"label\">Email</p>\n            <a href=\"mailto:vivienne@marloweestates.com\">vivienne@marloweestates.com</a>\n          </div>\n          <div class=\"contact-detail\">\n            <p class=\"label\">Office</p>\n            <p class=\"value\">1150 Prospect Street, Suite 210<br>La Jolla, California 92037</p>\n          </div>\n        </div>\n      </div>\n\n      <form id=\"inquiry\" novalidate>\n        <label class=\"field\">\n          <span>Name</span>\n          <input type=\"text\" name=\"name\" autocomplete=\"name\" required>\n        </label>\n        <label class=\"field\">\n          <span>Email</span>\n          <input type=\"email\" name=\"email\" autocomplete=\"email\" required>\n        </label>\n        <label class=\"field\">\n          <span>Message</span>\n          <textarea name=\"message\" rows=\"5\" required></textarea>\n        </label>\n        <button class=\"cta form-cta\" type=\"submit\">Send inquiry</button>\n        <p class=\"form-confirm\" role=\"status\">Thank you. Vivienne reads every inquiry herself and will reply within one business day.</p>\n      </form>\n\n    </div>\n  </section>\n\n</main>\n\n<!-- ==================== FOOTER ==================== -->\n<footer class=\"footer\">\n  <div class=\"wrap footer-inner\">\n    <p>&copy; 2026 Marlowe Estates &middot; Vivienne Marlowe, Broker &middot; California DRE #02114873</p>\n    <p><a href=\"#top\">Back to top</a></p>\n  </div>\n</footer>\n\n<script>\n  // Demo-only: confirm the inquiry inline instead of navigating away.\n  document.getElementById('inquiry').addEventListener('submit', function (e) {\n    e.preventDefault();\n    if (this.checkValidity()) {\n      this.classList.add('sent');\n    } else {\n      this.reportValidity();\n    }\n  });\n</script>\n\n</body>\n</html>\n"}
