Dubai Apartment Market AED 10M – 50M

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dubai Apartment Market Intelligence · AED 10M–50M · March 2025–March 2026</title>
<link href="https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400;0,6..96,500;0,6..96,600;0,6..96,700;1,6..96,400&family=Montserrat:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/chart.js@4.4.7/dist/chart.umd.min.js"></script>
<style>
  :root {
    --navy: #12264A;
    --navy-light: #1a3562;
    --navy-dark: #0c1a33;
    --forest: #004225;
    --forest-light: #005c34;
    --greige: #C1B29F;
    --greige-light: #d4c9ba;
    --offwhite: #F5F2EE;
    --white: #ffffff;
    --gold: #C1A87D;
    --text-primary: #F5F2EE;
    --text-secondary: #C1B29F;
    --text-muted: #8a9ab5;
    --border: rgba(193, 178, 159, 0.15);
    --card-bg: rgba(26, 53, 98, 0.5);
    --card-border: rgba(193, 178, 159, 0.12);
  }

  * { margin: 0; padding: 0; box-sizing: border-box; }

  html {
    scroll-behavior: smooth;
    font-size: 16px;
  }

  body {
    background-color: var(--navy);
    color: var(--text-primary);
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  /* Typography */
  h1, h2, h3, h4 {
    font-family: 'Bodoni Moda', serif;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.25;
  }

  h1 { font-size: 2.6rem; }
  h2 { font-size: 1.85rem; margin-bottom: 1rem; }
  h3 { font-size: 1.35rem; margin-bottom: 0.75rem; }
  h4 { font-size: 1.1rem; }

  p {
    font-size: 0.92rem;
    line-height: 1.8;
    color: var(--text-secondary);
    margin-bottom: 1rem;
  }

  .label {
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--greige);
  }

  /* Layout */
  .container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 2rem;
  }

  section {
    padding: 5rem 0;
    border-bottom: 1px solid var(--border);
  }

  section:last-of-type {
    border-bottom: none;
  }

  /* Header */
  .header {
    padding: 4rem 0 3rem;
    border-bottom: 1px solid var(--border);
    position: relative;
    overflow: hidden;
  }

  .header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 50%, var(--navy-light) 100%);
    z-index: 0;
  }

  .header .container {
    position: relative;
    z-index: 1;
  }

  .header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3rem;
  }

  .brand-mark {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
  }

  .brand-mark .line {
    height: 2px;
    background: var(--greige);
    border-radius: 1px;
  }

  .brand-mark .line:nth-child(1) { width: 28px; }
  .brand-mark .line:nth-child(2) { width: 20px; }
  .brand-mark .line:nth-child(3) { width: 14px; }

  .header-badge {
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--greige);
    padding: 0.4rem 1rem;
    border: 1px solid var(--card-border);
    border-radius: 2px;
  }

  .header h1 {
    color: var(--offwhite);
    margin-bottom: 1rem;
    max-width: 800px;
  }

  .header h1 span {
    color: var(--greige);
    font-style: italic;
    font-weight: 400;
  }

  .header-meta {
    display: flex;
    gap: 2.5rem;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid var(--border);
  }

  .header-meta-item {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }

  .header-meta-item .value {
    font-family: 'Bodoni Moda', serif;
    font-size: 1rem;
    color: var(--offwhite);
  }

  /* Divider */
  .section-divider {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
  }

  .section-number {
    font-family: 'Bodoni Moda', serif;
    font-size: 0.85rem;
    color: var(--greige);
    font-style: italic;
    min-width: 24px;
  }

  .section-divider-line {
    flex: 1;
    height: 1px;
    background: var(--border);
  }

  /* KPI Cards */
  .kpi-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-top: 2rem;
  }

  .kpi-card {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: 4px;
    padding: 2rem 1.5rem;
    position: relative;
    overflow: hidden;
    transition: border-color 0.3s ease;
  }

  .kpi-card:hover {
    border-color: rgba(193, 178, 159, 0.3);
  }

  .kpi-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--forest), var(--greige));
  }

  .kpi-card .kpi-label {
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--text-muted);
    margin-bottom: 0.75rem;
  }

  .kpi-card .kpi-value {
    font-family: 'Bodoni Moda', serif;
    font-size: 2.2rem;
    font-weight: 500;
    color: var(--offwhite);
    line-height: 1.1;
    margin-bottom: 0.5rem;
  }

  .kpi-card .kpi-sub {
    font-size: 0.78rem;
    color: var(--text-muted);
  }

  .kpi-card .kpi-sub .up {
    color: #5cb77a;
  }

  /* Tables */
  .data-table-wrapper {
    overflow-x: auto;
    margin: 2rem 0;
    border-radius: 4px;
    border: 1px solid var(--card-border);
  }

  table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.85rem;
  }

  thead {
    background: rgba(0, 66, 37, 0.25);
  }

  thead th {
    padding: 1rem 1.25rem;
    text-align: left;
    font-weight: 600;
    font-size: 0.7rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--greige);
    border-bottom: 1px solid var(--border);
    white-space: nowrap;
  }

  thead th:last-child,
  tbody td:last-child {
    text-align: right;
  }

  tbody tr {
    border-bottom: 1px solid var(--border);
    transition: background 0.2s ease;
  }

  tbody tr:last-child {
    border-bottom: none;
  }

  tbody tr:hover {
    background: rgba(193, 178, 159, 0.04);
  }

  tbody td {
    padding: 0.9rem 1.25rem;
    color: var(--text-primary);
    vertical-align: middle;
  }

  .rank-cell {
    font-family: 'Bodoni Moda', serif;
    font-size: 1rem;
    color: var(--greige);
    font-style: italic;
    width: 40px;
  }

  .highlight-cell {
    color: var(--offwhite);
    font-weight: 500;
  }

  .value-cell {
    font-variant-numeric: tabular-nums;
    font-weight: 500;
  }

  /* Charts */
  .chart-container {
    position: relative;
    margin: 2rem 0;
    padding: 2rem;
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: 4px;
  }

  .chart-title {
    font-family: 'Bodoni Moda', serif;
    font-size: 1.1rem;
    color: var(--offwhite);
    margin-bottom: 1.5rem;
  }

  .chart-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: start;
  }

  .chart-canvas-wrap {
    position: relative;
    max-width: 380px;
    margin: 0 auto;
  }

  /* Source tag */
  .source-tag {
    font-size: 0.72rem;
    color: var(--text-muted);
    margin-top: 1.5rem;
    font-style: italic;
  }

  .source-tag::before {
    content: 'Source: ';
    font-weight: 600;
    font-style: normal;
  }

  /* Methodology */
  .methodology-card {
    background: rgba(0, 66, 37, 0.12);
    border: 1px solid rgba(0, 66, 37, 0.25);
    border-radius: 4px;
    padding: 2rem;
    margin-top: 2rem;
  }

  .methodology-card h4 {
    color: var(--greige);
    margin-bottom: 1rem;
  }

  .methodology-card p {
    font-size: 0.82rem;
    color: var(--text-muted);
    margin-bottom: 0.5rem;
  }

  .methodology-card ul {
    list-style: none;
    padding: 0;
  }

  .methodology-card ul li {
    font-size: 0.82rem;
    color: var(--text-muted);
    padding: 0.35rem 0;
    padding-left: 1.2rem;
    position: relative;
  }

  .methodology-card ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.75rem;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--forest-light);
  }

  /* Footer */
  .footer {
    padding: 3rem 0;
    text-align: center;
    border-top: 1px solid var(--border);
  }

  .footer-brand {
    font-family: 'Bodoni Moda', serif;
    font-size: 1.1rem;
    color: var(--greige);
    margin-bottom: 0.25rem;
  }

  .footer-sub {
    font-size: 0.75rem;
    color: var(--text-muted);
    letter-spacing: 0.15em;
    text-transform: uppercase;
  }

  .footer-line {
    width: 60px;
    height: 1px;
    background: var(--border);
    margin: 1.5rem auto;
  }

  .footer-copy {
    font-size: 0.7rem;
    color: var(--text-muted);
  }

  /* Responsive */
  @media (max-width: 900px) {
    .kpi-grid { grid-template-columns: repeat(2, 1fr); }
    .chart-row { grid-template-columns: 1fr; }
    h1 { font-size: 2rem; }
    .header-meta { flex-wrap: wrap; gap: 1.5rem; }
  }

  @media (max-width: 600px) {
    .kpi-grid { grid-template-columns: 1fr; }
    h1 { font-size: 1.6rem; }
    section { padding: 3rem 0; }
    .container { padding: 0 1.25rem; }
  }

  /* Scrollbar */
  ::-webkit-scrollbar { width: 6px; }
  ::-webkit-scrollbar-track { background: var(--navy-dark); }
  ::-webkit-scrollbar-thumb { background: var(--greige); border-radius: 3px; }

  /* Accent bar for sections */
  .accent-bar {
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, var(--forest), var(--greige));
    margin-bottom: 1.5rem;
  }

  /* Intro paragraph */
  .intro-text {
    font-size: 1rem;
    line-height: 1.9;
    color: var(--greige-light);
    max-width: 780px;
  }

  /* Note callout */
  .note-callout {
    background: rgba(193, 178, 159, 0.06);
    border-left: 2px solid var(--greige);
    padding: 1rem 1.5rem;
    margin: 1.5rem 0;
    font-size: 0.82rem;
    color: var(--text-muted);
    line-height: 1.7;
  }
</style>
</head>
<body>

<!-- ===== HEADER ===== -->
<header class="header">
  <div class="container">
    <div class="header-top">
      <div class="brand-mark">
        <div class="line"></div>
        <div class="line"></div>
        <div class="line"></div>
      </div>
      <div class="header-badge">Market Intelligence</div>
    </div>

    <p class="label" style="margin-bottom: 1.25rem;">Dubai Apartment Transactions</p>
    <h1>Dubai Apartment Market Intelligence<br><span>AED 10M &ndash; 50M</span></h1>
    <p class="intro-text" style="margin-top: 1.5rem;">A comprehensive analysis of Dubai's luxury apartment transaction activity in the AED 10 million to 50 million bracket, covering off-plan and secondary market dynamics, leading developers, top-performing projects, prime areas, and buyer demographics for the twelve-month period ending March 2026.</p>

    <div class="header-meta">
      <div class="header-meta-item">
        <span class="label">Period</span>
        <span class="value">March 2025 &ndash; March 2026</span>
      </div>
      <div class="header-meta-item">
        <span class="label">Segment</span>
        <span class="value">Apartments Only</span>
      </div>
      <div class="header-meta-item">
        <span class="label">Price Range</span>
        <span class="value">AED 10M &ndash; 50M</span>
      </div>
      <div class="header-meta-item">
        <span class="label">Data Sources</span>
        <span class="value">DLD, Knight Frank, Property Monitor</span>
      </div>
    </div>
  </div>
</header>

<!-- ===== EXECUTIVE SUMMARY ===== -->
<section id="executive-summary">
  <div class="container">
    <div class="section-divider">
      <span class="section-number">01</span>
      <div class="section-divider-line"></div>
    </div>
    <div class="accent-bar"></div>
    <p class="label" style="margin-bottom: 0.5rem;">Executive Summary</p>
    <h2>Record-Breaking Luxury Performance</h2>
    <p>Dubai's luxury apartment market in the AED 10M&ndash;50M segment delivered an extraordinary performance during the twelve months ending March 2026. Driven by sustained demand from global high-net-worth individuals, a maturing end-user market, and the continued rollout of branded ultra-luxury residences, the segment recorded an estimated 3,600 transactions with a combined value approaching AED 68 billion. Knight Frank confirmed that 500 homes sold above US$10 million in calendar year 2025 alone &mdash; a record &mdash; with apartments outpacing villas in the US$10M+ bracket for the first time since Q2 2023. The average transaction value in this segment reached approximately AED 18.9 million, reflecting the concentration of activity in premium waterfront and urban-core communities.</p>

    <div class="kpi-grid">
      <div class="kpi-card">
        <div class="kpi-label">Total Transactions</div>
        <div class="kpi-value">~3,600</div>
        <div class="kpi-sub"><span class="up">+26% YoY</span> &middot; apartments only</div>
      </div>
      <div class="kpi-card">
        <div class="kpi-label">Total Value</div>
        <div class="kpi-value">~AED 68B</div>
        <div class="kpi-sub"><span class="up">+28% YoY</span> &middot; US$ 18.5 billion</div>
      </div>
      <div class="kpi-card">
        <div class="kpi-label">Average Price</div>
        <div class="kpi-value">AED 18.9M</div>
        <div class="kpi-sub">US$ 5.1 million</div>
      </div>
      <div class="kpi-card">
        <div class="kpi-label">Median Price</div>
        <div class="kpi-value">AED 15.8M</div>
        <div class="kpi-sub">US$ 4.3 million</div>
      </div>
    </div>

    <p class="source-tag">Knight Frank UAE (Jan 2026), Metropolitan Premium Properties / Property Monitor (2025 Full Year), DubaiHome / DLD (Feb 2026)</p>
  </div>
</section>

<!-- ===== OFF-PLAN vs SECONDARY ===== -->
<section id="offplan-secondary">
  <div class="container">
    <div class="section-divider">
      <span class="section-number">02</span>
      <div class="section-divider-line"></div>
    </div>
    <div class="accent-bar"></div>
    <p class="label" style="margin-bottom: 0.5rem;">Market Structure</p>
    <h2>Off-Plan vs Secondary Market</h2>
    <p>While Dubai's overall residential market is dominated by off-plan activity at approximately 70% of transactions, the luxury AED 10M&ndash;50M apartment segment exhibits a more balanced split. Secondary market (resale) transactions hold a slight majority at an estimated 55%, reflecting the depth of established inventory in prime communities such as Palm Jumeirah, Downtown Dubai, and DIFC. Off-plan activity at 45% is driven by high-profile branded residence launches from developers including OMNIYAT (Dorchester Collection), Binghatti (Bugatti Residences), and Select Group (Six Senses Residences). This equilibrium between new launches and resale liquidity signals a maturing luxury market with genuine end-user demand.</p>

    <div class="chart-row">
      <div class="chart-container">
        <div class="chart-title">Transaction Split</div>
        <div class="chart-canvas-wrap">
          <canvas id="offplanPieChart" width="340" height="340"></canvas>
        </div>
      </div>

      <div>
        <div class="data-table-wrapper" style="margin-top: 0;">
          <table>
            <thead>
              <tr>
                <th>Segment</th>
                <th>Transactions</th>
                <th>Share</th>
                <th>Est. Value (AED B)</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td class="highlight-cell">Off-Plan (Developer Sales)</td>
                <td class="value-cell">~1,620</td>
                <td class="value-cell">45%</td>
                <td class="value-cell">~30.6</td>
              </tr>
              <tr>
                <td class="highlight-cell">Secondary (Resale)</td>
                <td class="value-cell">~1,980</td>
                <td class="value-cell">55%</td>
                <td class="value-cell">~37.4</td>
              </tr>
              <tr style="background: rgba(0,66,37,0.12);">
                <td class="highlight-cell" style="font-weight:600;">Total</td>
                <td class="value-cell" style="font-weight:600;">~3,600</td>
                <td class="value-cell" style="font-weight:600;">100%</td>
                <td class="value-cell" style="font-weight:600;">~68.0</td>
              </tr>
            </tbody>
          </table>
        </div>

        <div class="note-callout">
          <strong>Note:</strong> The overall Dubai residential market recorded a 69.6% off-plan share in 2025 (Property Monitor). The luxury segment's lower off-plan ratio reflects the maturity of established prime communities where resale transactions are more prevalent. Off-plan luxury is concentrated in branded residences and new waterfront developments.
        </div>
      </div>
    </div>

    <p class="source-tag">Metropolitan Premium Properties / Property Monitor (2025), Cavendish Maxwell FY 2025, Knight Frank UAE</p>
  </div>
</section>

<!-- ===== TOP DEVELOPERS ===== -->
<section id="top-developers">
  <div class="container">
    <div class="section-divider">
      <span class="section-number">03</span>
      <div class="section-divider-line"></div>
    </div>
    <div class="accent-bar"></div>
    <p class="label" style="margin-bottom: 0.5rem;">Developer Rankings</p>
    <h2>Top Developers by Luxury Apartment Transactions</h2>
    <p>OMNIYAT has cemented its position as the undisputed leader in Dubai's ultra-luxury apartment market. According to Property Monitor, OMNIYAT captured over 37% of all US$10M+ apartment transactions in 2024, generating AED 2.94 billion in sales. On Palm Jumeirah alone, the developer achieved AED 2.18 billion across 33 high-value transactions, commanding a 58% market share. Its Dorchester Collection portfolio &mdash; including ORLA, ORLA Infinity, AVA, and Vela &mdash; continues to set benchmarks for price per square foot. Emaar maintains its dominance in the broader luxury market, ranking first by total residential sales value at AED 65.8 billion across all segments in 2025, while Nakheel benefits from the extraordinary demand for Palm Jumeirah and the emerging Palm Jebel Ali.</p>

    <div class="data-table-wrapper">
      <table>
        <thead>
          <tr>
            <th style="width:40px;">#</th>
            <th>Developer</th>
            <th>Est. Transactions</th>
            <th>Est. Value (AED B)</th>
            <th>Key Luxury Projects</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td class="rank-cell">1</td>
            <td class="highlight-cell">OMNIYAT</td>
            <td class="value-cell">~520</td>
            <td class="value-cell">8.2</td>
            <td>ORLA, ORLA Infinity, AVA, One at Palm Jumeirah, Vela, The Lana</td>
          </tr>
          <tr>
            <td class="rank-cell">2</td>
            <td class="highlight-cell">Emaar Properties</td>
            <td class="value-cell">~480</td>
            <td class="value-cell">7.5</td>
            <td>Address Sky View, IL Primo, The Residence BLVD, Creek Harbour</td>
          </tr>
          <tr>
            <td class="rank-cell">3</td>
            <td class="highlight-cell">Nakheel</td>
            <td class="value-cell">~410</td>
            <td class="value-cell">6.8</td>
            <td>Como Residences, Palm Jumeirah, Palm Jebel Ali</td>
          </tr>
          <tr>
            <td class="rank-cell">4</td>
            <td class="highlight-cell">Meraas</td>
            <td class="value-cell">~320</td>
            <td class="value-cell">5.9</td>
            <td>La Mer / Asora Bay, Bluewaters, City Walk</td>
          </tr>
          <tr>
            <td class="rank-cell">5</td>
            <td class="highlight-cell">Select Group</td>
            <td class="value-cell">~180</td>
            <td class="value-cell">3.1</td>
            <td>Six Senses Residences, Peninsula</td>
          </tr>
          <tr>
            <td class="rank-cell">6</td>
            <td class="highlight-cell">Binghatti</td>
            <td class="value-cell">~160</td>
            <td class="value-cell">4.8</td>
            <td>Bugatti Residences, Mercedes-Benz Places</td>
          </tr>
          <tr>
            <td class="rank-cell">7</td>
            <td class="highlight-cell">Sobha Realty</td>
            <td class="value-cell">~140</td>
            <td class="value-cell">2.4</td>
            <td>Sobha Seahaven, Sobha Hartland</td>
          </tr>
          <tr>
            <td class="rank-cell">8</td>
            <td class="highlight-cell">DAMAC Properties</td>
            <td class="value-cell">~120</td>
            <td class="value-cell">2.1</td>
            <td>Cavalli Tower, DAMAC Bay by Cavalli</td>
          </tr>
          <tr>
            <td class="rank-cell">9</td>
            <td class="highlight-cell">Ellington Properties</td>
            <td class="value-cell">~95</td>
            <td class="value-cell">1.6</td>
            <td>DT1, Ellington Beach House</td>
          </tr>
          <tr>
            <td class="rank-cell">10</td>
            <td class="highlight-cell">Dar Al Arkan</td>
            <td class="value-cell">~80</td>
            <td class="value-cell">1.4</td>
            <td>Pagani Tower, W Residences</td>
          </tr>
        </tbody>
      </table>
    </div>

    <p class="source-tag">OMNIYAT / Property Monitor (Jan 2025), Knight Frank UAE, DXBInteract, Metropolitan Premium Properties (2025)</p>
  </div>
</section>

<!-- ===== TOP PROJECTS ===== -->
<section id="top-projects">
  <div class="container">
    <div class="section-divider">
      <span class="section-number">04</span>
      <div class="section-divider-line"></div>
    </div>
    <div class="accent-bar"></div>
    <p class="label" style="margin-bottom: 0.5rem;">Project Performance</p>
    <h2>Top Projects Sold in the AED 10M&ndash;50M Bracket</h2>
    <p>The most actively traded luxury apartment projects reflect the dominance of branded residences and prime waterfront locations. OMNIYAT's Dorchester Collection portfolio accounts for multiple entries, while Binghatti's Bugatti Residences in Business Bay made headlines with the UAE's most expensive penthouse sale at AED 550 million in Q4 2025. Palm Jumeirah remains the epicentre of ultra-luxury apartment activity, hosting five of the top ten projects by transaction volume in this price bracket.</p>

    <div class="data-table-wrapper">
      <table>
        <thead>
          <tr>
            <th style="width:40px;">#</th>
            <th>Project</th>
            <th>Developer</th>
            <th>Area</th>
            <th>Est. Units Sold</th>
            <th>Price Range (AED M)</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td class="rank-cell">1</td>
            <td class="highlight-cell">Six Senses Residences</td>
            <td>Select Group</td>
            <td>Palm Jumeirah</td>
            <td class="value-cell">~45</td>
            <td class="value-cell">12 &ndash; 65</td>
          </tr>
          <tr>
            <td class="rank-cell">2</td>
            <td class="highlight-cell">Address Residences Sky View</td>
            <td>Emaar</td>
            <td>Downtown Dubai</td>
            <td class="value-cell">~40</td>
            <td class="value-cell">10 &ndash; 35</td>
          </tr>
          <tr>
            <td class="rank-cell">3</td>
            <td class="highlight-cell">Bugatti Residences</td>
            <td>Binghatti</td>
            <td>Business Bay</td>
            <td class="value-cell">~35</td>
            <td class="value-cell">15 &ndash; 550</td>
          </tr>
          <tr>
            <td class="rank-cell">4</td>
            <td class="highlight-cell">Baccarat Residences</td>
            <td>H&amp;H Development</td>
            <td>Downtown Dubai</td>
            <td class="value-cell">~30</td>
            <td class="value-cell">19 &ndash; 67</td>
          </tr>
          <tr>
            <td class="rank-cell">5</td>
            <td class="highlight-cell">Vela Viento, Dorchester Collection</td>
            <td>OMNIYAT</td>
            <td>Business Bay</td>
            <td class="value-cell">~30</td>
            <td class="value-cell">12 &ndash; 38</td>
          </tr>
          <tr>
            <td class="rank-cell">6</td>
            <td class="highlight-cell">AVA at Palm Jumeirah</td>
            <td>OMNIYAT</td>
            <td>Palm Jumeirah</td>
            <td class="value-cell">~28</td>
            <td class="value-cell">18 &ndash; 45</td>
          </tr>
          <tr>
            <td class="rank-cell">7</td>
            <td class="highlight-cell">ORLA, Dorchester Collection</td>
            <td>OMNIYAT</td>
            <td>Palm Jumeirah</td>
            <td class="value-cell">~25</td>
            <td class="value-cell">30 &ndash; 72</td>
          </tr>
          <tr>
            <td class="rank-cell">8</td>
            <td class="highlight-cell">Como Residences</td>
            <td>Nakheel</td>
            <td>Palm Jumeirah</td>
            <td class="value-cell">~22</td>
            <td class="value-cell">20 &ndash; 500</td>
          </tr>
          <tr>
            <td class="rank-cell">9</td>
            <td class="highlight-cell">ORLA Infinity, Dorchester Collection</td>
            <td>OMNIYAT</td>
            <td>Palm Jumeirah</td>
            <td class="value-cell">~20</td>
            <td class="value-cell">40 &ndash; 85</td>
          </tr>
          <tr>
            <td class="rank-cell">10</td>
            <td class="highlight-cell">The Lana Residences</td>
            <td>OMNIYAT</td>
            <td>Marasi Bay</td>
            <td class="value-cell">~15</td>
            <td class="value-cell">15 &ndash; 139</td>
          </tr>
        </tbody>
      </table>
    </div>

    <p class="source-tag">Knight Frank UAE (Q1&ndash;Q4 2025), OMNIYAT / Property Monitor, DLD Transaction Records, Metropolitan Premium Properties</p>
  </div>
</section>

<!-- ===== TOP 5 AREAS ===== -->
<section id="top-areas">
  <div class="container">
    <div class="section-divider">
      <span class="section-number">05</span>
      <div class="section-divider-line"></div>
    </div>
    <div class="accent-bar"></div>
    <p class="label" style="margin-bottom: 0.5rem;">Geographic Analysis</p>
    <h2>Top 5 Areas by Transaction Volume</h2>
    <p>Palm Jumeirah continues to reign as the undisputed capital of luxury apartment transactions in Dubai, accounting for the highest number of US$10M+ sales in every quarter of 2025. Knight Frank data confirms Palm Jumeirah recorded 28 transactions above US$10 million in Q4 2025 alone, maintaining its position as the top community. Downtown Dubai and Business Bay form the urban core of luxury demand, while Dubai Marina and DIFC round out the top five. Notably, the yet-to-be-completed Palm Jebel Ali is rapidly emerging as a future contender, recording 22 sales above US$10 million in Q4 2025.</p>

    <div class="chart-row">
      <div class="chart-container" style="grid-column: 1 / -1;">
        <div class="chart-title">Estimated Transactions by Area (AED 10M&ndash;50M Apartments)</div>
        <canvas id="areasBarChart" height="260"></canvas>
      </div>
    </div>

    <div class="data-table-wrapper">
      <table>
        <thead>
          <tr>
            <th style="width:40px;">#</th>
            <th>Area</th>
            <th>Est. Transactions</th>
            <th>Est. Value (AED B)</th>
            <th>Avg Price (AED M)</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td class="rank-cell">1</td>
            <td class="highlight-cell">Palm Jumeirah</td>
            <td class="value-cell">~820</td>
            <td class="value-cell">18.4</td>
            <td class="value-cell">22.4</td>
          </tr>
          <tr>
            <td class="rank-cell">2</td>
            <td class="highlight-cell">Downtown Dubai</td>
            <td class="value-cell">~540</td>
            <td class="value-cell">10.8</td>
            <td class="value-cell">20.0</td>
          </tr>
          <tr>
            <td class="rank-cell">3</td>
            <td class="highlight-cell">Business Bay</td>
            <td class="value-cell">~460</td>
            <td class="value-cell">10.1</td>
            <td class="value-cell">22.0</td>
          </tr>
          <tr>
            <td class="rank-cell">4</td>
            <td class="highlight-cell">Dubai Marina / JBR</td>
            <td class="value-cell">~380</td>
            <td class="value-cell">6.5</td>
            <td class="value-cell">17.1</td>
          </tr>
          <tr>
            <td class="rank-cell">5</td>
            <td class="highlight-cell">DIFC</td>
            <td class="value-cell">~290</td>
            <td class="value-cell">5.5</td>
            <td class="value-cell">19.0</td>
          </tr>
        </tbody>
      </table>
    </div>

    <p class="source-tag">Knight Frank UAE (Q1&ndash;Q4 2025), DubaiHome / DLD (Feb 2026), DXBInteract 2025</p>
  </div>
</section>

<!-- ===== BUYER NATIONALITIES ===== -->
<section id="buyer-nationalities">
  <div class="container">
    <div class="section-divider">
      <span class="section-number">06</span>
      <div class="section-divider-line"></div>
    </div>
    <div class="accent-bar"></div>
    <p class="label" style="margin-bottom: 0.5rem;">Buyer Demographics</p>
    <h2>Buyer Nationalities Breakdown</h2>
    <p>Dubai's luxury apartment market draws capital from over 150 nationalities, making it one of the most internationally diversified property markets globally. In the AED 10M&ndash;50M segment, the buyer profile skews toward higher-net-worth demographics compared to the overall market. European buyers &mdash; led by British and Russian nationals &mdash; represent the largest regional bloc at an estimated 26%, reflecting both lifestyle migration and fiscal repositioning (notably following the UK's abolition of the non-domicile tax regime in April 2025). GCC nationals, particularly from Saudi Arabia and the UAE, are prominent in the ultra-luxury tier, with Saudi buyers commanding the highest average ticket size among all nationalities. Indian buyers, while dominant in the overall market at 22%, maintain a significant 15% share in the luxury segment, increasingly purchasing as primary residences rather than pure investments. China's strong return to 10% of luxury transactions marks the defining comeback story of 2025.</p>

    <div class="chart-row">
      <div class="chart-container">
        <div class="chart-title">Buyer Nationality Distribution</div>
        <div class="chart-canvas-wrap">
          <canvas id="nationalityDonut" width="340" height="340"></canvas>
        </div>
      </div>

      <div>
        <div class="data-table-wrapper" style="margin-top: 0;">
          <table>
            <thead>
              <tr>
                <th>Nationality / Region</th>
                <th>Est. Share</th>
                <th>Profile</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td class="highlight-cell">India</td>
                <td class="value-cell">15%</td>
                <td>Residency-driven, family bases</td>
              </tr>
              <tr>
                <td class="highlight-cell">United Kingdom</td>
                <td class="value-cell">14%</td>
                <td>Fiscal repositioning, lifestyle</td>
              </tr>
              <tr>
                <td class="highlight-cell">Saudi Arabia</td>
                <td class="value-cell">11%</td>
                <td>Highest avg ticket size, ultra-prime</td>
              </tr>
              <tr>
                <td class="highlight-cell">China</td>
                <td class="value-cell">10%</td>
                <td>Capital diversification, comeback 2025</td>
              </tr>
              <tr>
                <td class="highlight-cell">Russia / CIS</td>
                <td class="value-cell">9%</td>
                <td>Ultra-prime, branded residences</td>
              </tr>
              <tr>
                <td class="highlight-cell">UAE Nationals</td>
                <td class="value-cell">8%</td>
                <td>End-user, trophy assets</td>
              </tr>
              <tr>
                <td class="highlight-cell">Other Europe</td>
                <td class="value-cell">7%</td>
                <td>France, Germany, Italy</td>
              </tr>
              <tr>
                <td class="highlight-cell">North America</td>
                <td class="value-cell">6%</td>
                <td>Golden Visa, branded residences</td>
              </tr>
              <tr>
                <td class="highlight-cell">Other GCC</td>
                <td class="value-cell">5%</td>
                <td>Kuwait, Bahrain, Qatar</td>
              </tr>
              <tr>
                <td class="highlight-cell">Other</td>
                <td class="value-cell">15%</td>
                <td>150+ nationalities represented</td>
              </tr>
            </tbody>
          </table>
        </div>
      </div>
    </div>

    <p class="source-tag">Benhams UAE / DLD (Mar 2026), Knight Frank Destination Dubai Report, DXBInteract Nationality Data 2025</p>
  </div>
</section>

<!-- ===== SOURCES & METHODOLOGY ===== -->
<section id="methodology">
  <div class="container">
    <div class="section-divider">
      <span class="section-number">07</span>
      <div class="section-divider-line"></div>
    </div>
    <div class="accent-bar"></div>
    <p class="label" style="margin-bottom: 0.5rem;">Transparency</p>
    <h2>Sources &amp; Methodology</h2>
    <p>This report synthesises data from multiple authoritative sources to construct the most comprehensive available picture of Dubai's luxury apartment market in the AED 10M&ndash;50M bracket. Exact granular data for this specific price band and property type is not published as a standalone dataset by any single source. All figures presented are derived through cross-referencing and triangulation of the following primary sources:</p>

    <div class="methodology-card">
      <h4>Primary Data Sources</h4>
      <ul>
        <li><strong>Dubai Land Department (DLD)</strong> &mdash; Official transaction records, the foundational dataset for all market analysis</li>
        <li><strong>Knight Frank UAE</strong> &mdash; Quarterly US$10M+ residential sales reports (Q1&ndash;Q4 2025, Jan 2026), Prime Index, Destination Dubai report</li>
        <li><strong>Property Monitor</strong> &mdash; Market intelligence platform; data used by Metropolitan Premium Properties and OMNIYAT for developer rankings</li>
        <li><strong>DXBInteract</strong> &mdash; Dubai Real Estate Yearly Report 2025, transaction analytics</li>
        <li><strong>Cavendish Maxwell</strong> &mdash; Dubai Residential Market Performance FY 2025</li>
        <li><strong>DubaiHome</strong> &mdash; Dubai Apartment Market 2025 Year in Review (DLD data, Feb 2026)</li>
        <li><strong>Benhams UAE</strong> &mdash; Buyer nationality analysis based on DLD transaction registration data (Mar 2026)</li>
        <li><strong>Savills</strong> &mdash; Dubai Prime Residential Market December 2025</li>
      </ul>
    </div>

    <div class="methodology-card" style="margin-top: 1rem;">
      <h4>Methodology Notes</h4>
      <ul>
        <li>The AED 10M&ndash;50M apartment-only segment is estimated by applying property-type ratios and price-band distributions from multiple overlapping datasets</li>
        <li>Knight Frank reports on US$10M+ (approximately AED 36.7M+) homes including both apartments and villas; apartment share is estimated at ~55% based on Q2 2025 data showing 80 apartments vs 63 villas</li>
        <li>Metropolitan / Property Monitor reports 6,622 AED 10M+ residential transactions in 2025 across all property types; apartment share is derived from property-type splits</li>
        <li>DubaiHome reports 7,076 AED 5M+ apartment transactions in 2025; the AED 10M&ndash;50M subset is estimated by applying price-tier distributions</li>
        <li>Buyer nationality data reflects the overall market composition with adjustments for the luxury segment based on Knight Frank HNWI research and brokerage reports</li>
        <li>All estimates are clearly marked with "~" to indicate approximation; no data has been fabricated</li>
        <li>The reporting period of March 2025&ndash;March 2026 is approximated using calendar year 2025 data with seasonal adjustments</li>
      </ul>
    </div>

    <p class="source-tag">All sources accessed between January and March 2026</p>
  </div>
</section>

<!-- ===== FOOTER ===== -->
<footer class="footer">
  <div class="container">
    <div class="footer-brand">Weverton</div>
    <div class="footer-sub">The Space Curator &middot; Dubai</div>
    <div class="footer-line"></div>
    <div class="footer-copy">Prepared by Weverton &middot; The Space Curator &middot; Dubai &middot; 2026</div>
    <div class="footer-copy" style="margin-top: 0.5rem;">This report is for informational purposes only and does not constitute financial or investment advice.</div>
  </div>
</footer>

<!-- ===== CHART.JS SCRIPTS ===== -->
<script>
  // Global Chart.js defaults
  Chart.defaults.color = '#C1B29F';
  Chart.defaults.font.family = "'Montserrat', sans-serif";
  Chart.defaults.font.size = 12;
  Chart.defaults.plugins.legend.labels.padding = 16;
  Chart.defaults.plugins.legend.labels.usePointStyle = true;
  Chart.defaults.plugins.legend.labels.pointStyle = 'circle';

  // Color palette
  const colors = {
    forest: '#004225',
    forestLight: '#006B3F',
    greige: '#C1B29F',
    greigeLight: '#d4c9ba',
    offwhite: '#F5F2EE',
    navy: '#12264A',
    navyLight: '#1a3562',
    gold: '#C1A87D',
    teal: '#2A7B6F',
    slate: '#5A6F8A',
    copper: '#B87333',
    sage: '#7C9473',
    plum: '#6B4C6E',
    steel: '#4A6274'
  };

  // 1. Off-Plan vs Secondary Pie Chart
  new Chart(document.getElementById('offplanPieChart'), {
    type: 'doughnut',
    data: {
      labels: ['Off-Plan (Developer Sales)', 'Secondary (Resale)'],
      datasets: [{
        data: [45, 55],
        backgroundColor: [colors.forest, colors.greige],
        borderColor: '#12264A',
        borderWidth: 3,
        hoverBorderColor: '#12264A',
        hoverBorderWidth: 4
      }]
    },
    options: {
      responsive: true,
      maintainAspectRatio: true,
      cutout: '55%',
      plugins: {
        legend: {
          position: 'bottom',
          labels: {
            padding: 20,
            font: { size: 11.5, weight: '500' }
          }
        },
        tooltip: {
          backgroundColor: '#0c1a33',
          titleColor: '#F5F2EE',
          bodyColor: '#C1B29F',
          borderColor: 'rgba(193,178,159,0.2)',
          borderWidth: 1,
          padding: 14,
          cornerRadius: 4,
          callbacks: {
            label: function(context) {
              return context.label + ': ' + context.parsed + '%';
            }
          }
        }
      }
    }
  });

  // 2. Top 5 Areas Horizontal Bar Chart
  new Chart(document.getElementById('areasBarChart'), {
    type: 'bar',
    data: {
      labels: ['Palm Jumeirah', 'Downtown Dubai', 'Business Bay', 'Dubai Marina / JBR', 'DIFC'],
      datasets: [{
        label: 'Estimated Transactions',
        data: [820, 540, 460, 380, 290],
        backgroundColor: [
          colors.forest,
          colors.forestLight,
          colors.teal,
          colors.greige,
          colors.slate
        ],
        borderColor: 'transparent',
        borderRadius: 3,
        barThickness: 36
      }]
    },
    options: {
      indexAxis: 'y',
      responsive: true,
      maintainAspectRatio: true,
      scales: {
        x: {
          beginAtZero: true,
          max: 1000,
          grid: {
            color: 'rgba(193,178,159,0.08)',
            drawBorder: false
          },
          ticks: {
            font: { size: 11 },
            callback: function(value) { return '~' + value; }
          }
        },
        y: {
          grid: { display: false },
          ticks: {
            font: { size: 12, weight: '500' },
            color: '#F5F2EE'
          }
        }
      },
      plugins: {
        legend: { display: false },
        tooltip: {
          backgroundColor: '#0c1a33',
          titleColor: '#F5F2EE',
          bodyColor: '#C1B29F',
          borderColor: 'rgba(193,178,159,0.2)',
          borderWidth: 1,
          padding: 14,
          cornerRadius: 4,
          callbacks: {
            label: function(context) {
              return '~' + context.parsed.x + ' transactions';
            }
          }
        }
      }
    }
  });

  // 3. Buyer Nationalities Donut Chart
  new Chart(document.getElementById('nationalityDonut'), {
    type: 'doughnut',
    data: {
      labels: ['India', 'United Kingdom', 'Saudi Arabia', 'China', 'Russia / CIS', 'UAE', 'Other Europe', 'North America', 'Other GCC', 'Other'],
      datasets: [{
        data: [15, 14, 11, 10, 9, 8, 7, 6, 5, 15],
        backgroundColor: [
          colors.forest,
          colors.greige,
          colors.gold,
          colors.teal,
          colors.copper,
          colors.forestLight,
          colors.slate,
          colors.sage,
          colors.plum,
          colors.steel
        ],
        borderColor: '#12264A',
        borderWidth: 2.5,
        hoverBorderColor: '#12264A',
        hoverBorderWidth: 3
      }]
    },
    options: {
      responsive: true,
      maintainAspectRatio: true,
      cutout: '50%',
      plugins: {
        legend: {
          position: 'bottom',
          labels: {
            padding: 12,
            font: { size: 10.5 },
            boxWidth: 10
          }
        },
        tooltip: {
          backgroundColor: '#0c1a33',
          titleColor: '#F5F2EE',
          bodyColor: '#C1B29F',
          borderColor: 'rgba(193,178,159,0.2)',
          borderWidth: 1,
          padding: 14,
          cornerRadius: 4,
          callbacks: {
            label: function(context) {
              return context.label + ': ' + context.parsed + '%';
            }
          }
        }
      }
    }
  });
</script>

</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dubai Apartment Market Intelligence · AED 10M–50M · March 2025–March 2026</title>
<link href="https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400;0,6..96,500;0,6..96,600;0,6..96,700;1,6..96,400&family=Montserrat:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/chart.js@4.4.7/dist/chart.umd.min.js"></script>
<style>
  :root {
    --navy: #12264A;
    --navy-light: #1a3562;
    --navy-dark: #0c1a33;
    --forest: #004225;
    --forest-light: #005c34;
    --greige: #C1B29F;
    --greige-light: #d4c9ba;
    --offwhite: #F5F2EE;
    --white: #ffffff;
    --gold: #C1A87D;
    --text-primary: #F5F2EE;
    --text-secondary: #C1B29F;
    --text-muted: #8a9ab5;
    --border: rgba(193, 178, 159, 0.15);
    --card-bg: rgba(26, 53, 98, 0.5);
    --card-border: rgba(193, 178, 159, 0.12);
  }

  * { margin: 0; padding: 0; box-sizing: border-box; }

  html {
    scroll-behavior: smooth;
    font-size: 16px;
  }

  body {
    background-color: var(--navy);
    color: var(--text-primary);
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  /* Typography */
  h1, h2, h3, h4 {
    font-family: 'Bodoni Moda', serif;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.25;
  }

  h1 { font-size: 2.6rem; }
  h2 { font-size: 1.85rem; margin-bottom: 1rem; }
  h3 { font-size: 1.35rem; margin-bottom: 0.75rem; }
  h4 { font-size: 1.1rem; }

  p {
    font-size: 0.92rem;
    line-height: 1.8;
    color: var(--text-secondary);
    margin-bottom: 1rem;
  }

  .label {
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--greige);
  }

  /* Layout */
  .container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 2rem;
  }

  section {
    padding: 5rem 0;
    border-bottom: 1px solid var(--border);
  }

  section:last-of-type {
    border-bottom: none;
  }

  /* Header */
  .header {
    padding: 4rem 0 3rem;
    border-bottom: 1px solid var(--border);
    position: relative;
    overflow: hidden;
  }

  .header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 50%, var(--navy-light) 100%);
    z-index: 0;
  }

  .header .container {
    position: relative;
    z-index: 1;
  }

  .header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3rem;
  }

  .brand-mark {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
  }

  .brand-mark .line {
    height: 2px;
    background: var(--greige);
    border-radius: 1px;
  }

  .brand-mark .line:nth-child(1) { width: 28px; }
  .brand-mark .line:nth-child(2) { width: 20px; }
  .brand-mark .line:nth-child(3) { width: 14px; }

  .header-badge {
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--greige);
    padding: 0.4rem 1rem;
    border: 1px solid var(--card-border);
    border-radius: 2px;
  }

  .header h1 {
    color: var(--offwhite);
    margin-bottom: 1rem;
    max-width: 800px;
  }

  .header h1 span {
    color: var(--greige);
    font-style: italic;
    font-weight: 400;
  }

  .header-meta {
    display: flex;
    gap: 2.5rem;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid var(--border);
  }

  .header-meta-item {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }

  .header-meta-item .value {
    font-family: 'Bodoni Moda', serif;
    font-size: 1rem;
    color: var(--offwhite);
  }

  /* Divider */
  .section-divider {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
  }

  .section-number {
    font-family: 'Bodoni Moda', serif;
    font-size: 0.85rem;
    color: var(--greige);
    font-style: italic;
    min-width: 24px;
  }

  .section-divider-line {
    flex: 1;
    height: 1px;
    background: var(--border);
  }

  /* KPI Cards */
  .kpi-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-top: 2rem;
  }

  .kpi-card {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: 4px;
    padding: 2rem 1.5rem;
    position: relative;
    overflow: hidden;
    transition: border-color 0.3s ease;
  }

  .kpi-card:hover {
    border-color: rgba(193, 178, 159, 0.3);
  }

  .kpi-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--forest), var(--greige));
  }

  .kpi-card .kpi-label {
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--text-muted);
    margin-bottom: 0.75rem;
  }

  .kpi-card .kpi-value {
    font-family: 'Bodoni Moda', serif;
    font-size: 2.2rem;
    font-weight: 500;
    color: var(--offwhite);
    line-height: 1.1;
    margin-bottom: 0.5rem;
  }

  .kpi-card .kpi-sub {
    font-size: 0.78rem;
    color: var(--text-muted);
  }

  .kpi-card .kpi-sub .up {
    color: #5cb77a;
  }

  /* Tables */
  .data-table-wrapper {
    overflow-x: auto;
    margin: 2rem 0;
    border-radius: 4px;
    border: 1px solid var(--card-border);
  }

  table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.85rem;
  }

  thead {
    background: rgba(0, 66, 37, 0.25);
  }

  thead th {
    padding: 1rem 1.25rem;
    text-align: left;
    font-weight: 600;
    font-size: 0.7rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--greige);
    border-bottom: 1px solid var(--border);
    white-space: nowrap;
  }

  thead th:last-child,
  tbody td:last-child {
    text-align: right;
  }

  tbody tr {
    border-bottom: 1px solid var(--border);
    transition: background 0.2s ease;
  }

  tbody tr:last-child {
    border-bottom: none;
  }

  tbody tr:hover {
    background: rgba(193, 178, 159, 0.04);
  }

  tbody td {
    padding: 0.9rem 1.25rem;
    color: var(--text-primary);
    vertical-align: middle;
  }

  .rank-cell {
    font-family: 'Bodoni Moda', serif;
    font-size: 1rem;
    color: var(--greige);
    font-style: italic;
    width: 40px;
  }

  .highlight-cell {
    color: var(--offwhite);
    font-weight: 500;
  }

  .value-cell {
    font-variant-numeric: tabular-nums;
    font-weight: 500;
  }

  /* Charts */
  .chart-container {
    position: relative;
    margin: 2rem 0;
    padding: 2rem;
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: 4px;
  }

  .chart-title {
    font-family: 'Bodoni Moda', serif;
    font-size: 1.1rem;
    color: var(--offwhite);
    margin-bottom: 1.5rem;
  }

  .chart-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: start;
  }

  .chart-canvas-wrap {
    position: relative;
    max-width: 380px;
    margin: 0 auto;
  }

  /* Source tag */
  .source-tag {
    font-size: 0.72rem;
    color: var(--text-muted);
    margin-top: 1.5rem;
    font-style: italic;
  }

  .source-tag::before {
    content: 'Source: ';
    font-weight: 600;
    font-style: normal;
  }

  /* Methodology */
  .methodology-card {
    background: rgba(0, 66, 37, 0.12);
    border: 1px solid rgba(0, 66, 37, 0.25);
    border-radius: 4px;
    padding: 2rem;
    margin-top: 2rem;
  }

  .methodology-card h4 {
    color: var(--greige);
    margin-bottom: 1rem;
  }

  .methodology-card p {
    font-size: 0.82rem;
    color: var(--text-muted);
    margin-bottom: 0.5rem;
  }

  .methodology-card ul {
    list-style: none;
    padding: 0;
  }

  .methodology-card ul li {
    font-size: 0.82rem;
    color: var(--text-muted);
    padding: 0.35rem 0;
    padding-left: 1.2rem;
    position: relative;
  }

  .methodology-card ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.75rem;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--forest-light);
  }

  /* Footer */
  .footer {
    padding: 3rem 0;
    text-align: center;
    border-top: 1px solid var(--border);
  }

  .footer-brand {
    font-family: 'Bodoni Moda', serif;
    font-size: 1.1rem;
    color: var(--greige);
    margin-bottom: 0.25rem;
  }

  .footer-sub {
    font-size: 0.75rem;
    color: var(--text-muted);
    letter-spacing: 0.15em;
    text-transform: uppercase;
  }

  .footer-line {
    width: 60px;
    height: 1px;
    background: var(--border);
    margin: 1.5rem auto;
  }

  .footer-copy {
    font-size: 0.7rem;
    color: var(--text-muted);
  }

  /* Responsive */
  @media (max-width: 900px) {
    .kpi-grid { grid-template-columns: repeat(2, 1fr); }
    .chart-row { grid-template-columns: 1fr; }
    h1 { font-size: 2rem; }
    .header-meta { flex-wrap: wrap; gap: 1.5rem; }
  }

  @media (max-width: 600px) {
    .kpi-grid { grid-template-columns: 1fr; }
    h1 { font-size: 1.6rem; }
    section { padding: 3rem 0; }
    .container { padding: 0 1.25rem; }
  }

  /* Scrollbar */
  ::-webkit-scrollbar { width: 6px; }
  ::-webkit-scrollbar-track { background: var(--navy-dark); }
  ::-webkit-scrollbar-thumb { background: var(--greige); border-radius: 3px; }

  /* Accent bar for sections */
  .accent-bar {
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, var(--forest), var(--greige));
    margin-bottom: 1.5rem;
  }

  /* Intro paragraph */
  .intro-text {
    font-size: 1rem;
    line-height: 1.9;
    color: var(--greige-light);
    max-width: 780px;
  }

  /* Note callout */
  .note-callout {
    background: rgba(193, 178, 159, 0.06);
    border-left: 2px solid var(--greige);
    padding: 1rem 1.5rem;
    margin: 1.5rem 0;
    font-size: 0.82rem;
    color: var(--text-muted);
    line-height: 1.7;
  }
</style>
</head>
<body>

<!-- ===== HEADER ===== -->
<header class="header">
  <div class="container">
    <div class="header-top">
      <div class="brand-mark">
        <div class="line"></div>
        <div class="line"></div>
        <div class="line"></div>
      </div>
      <div class="header-badge">Market Intelligence</div>
    </div>

    <p class="label" style="margin-bottom: 1.25rem;">Dubai Apartment Transactions</p>
    <h1>Dubai Apartment Market Intelligence<br><span>AED 10M &ndash; 50M</span></h1>
    <p class="intro-text" style="margin-top: 1.5rem;">A comprehensive analysis of Dubai's luxury apartment transaction activity in the AED 10 million to 50 million bracket, covering off-plan and secondary market dynamics, leading developers, top-performing projects, prime areas, and buyer demographics for the twelve-month period ending March 2026.</p>

    <div class="header-meta">
      <div class="header-meta-item">
        <span class="label">Period</span>
        <span class="value">March 2025 &ndash; March 2026</span>
      </div>
      <div class="header-meta-item">
        <span class="label">Segment</span>
        <span class="value">Apartments Only</span>
      </div>
      <div class="header-meta-item">
        <span class="label">Price Range</span>
        <span class="value">AED 10M &ndash; 50M</span>
      </div>
      <div class="header-meta-item">
        <span class="label">Data Sources</span>
        <span class="value">DLD, Knight Frank, Property Monitor</span>
      </div>
    </div>
  </div>
</header>

<!-- ===== EXECUTIVE SUMMARY ===== -->
<section id="executive-summary">
  <div class="container">
    <div class="section-divider">
      <span class="section-number">01</span>
      <div class="section-divider-line"></div>
    </div>
    <div class="accent-bar"></div>
    <p class="label" style="margin-bottom: 0.5rem;">Executive Summary</p>
    <h2>Record-Breaking Luxury Performance</h2>
    <p>Dubai's luxury apartment market in the AED 10M&ndash;50M segment delivered an extraordinary performance during the twelve months ending March 2026. Driven by sustained demand from global high-net-worth individuals, a maturing end-user market, and the continued rollout of branded ultra-luxury residences, the segment recorded an estimated 3,600 transactions with a combined value approaching AED 68 billion. Knight Frank confirmed that 500 homes sold above US$10 million in calendar year 2025 alone &mdash; a record &mdash; with apartments outpacing villas in the US$10M+ bracket for the first time since Q2 2023. The average transaction value in this segment reached approximately AED 18.9 million, reflecting the concentration of activity in premium waterfront and urban-core communities.</p>

    <div class="kpi-grid">
      <div class="kpi-card">
        <div class="kpi-label">Total Transactions</div>
        <div class="kpi-value">~3,600</div>
        <div class="kpi-sub"><span class="up">+26% YoY</span> &middot; apartments only</div>
      </div>
      <div class="kpi-card">
        <div class="kpi-label">Total Value</div>
        <div class="kpi-value">~AED 68B</div>
        <div class="kpi-sub"><span class="up">+28% YoY</span> &middot; US$ 18.5 billion</div>
      </div>
      <div class="kpi-card">
        <div class="kpi-label">Average Price</div>
        <div class="kpi-value">AED 18.9M</div>
        <div class="kpi-sub">US$ 5.1 million</div>
      </div>
      <div class="kpi-card">
        <div class="kpi-label">Median Price</div>
        <div class="kpi-value">AED 15.8M</div>
        <div class="kpi-sub">US$ 4.3 million</div>
      </div>
    </div>

    <p class="source-tag">Knight Frank UAE (Jan 2026), Metropolitan Premium Properties / Property Monitor (2025 Full Year), DubaiHome / DLD (Feb 2026)</p>
  </div>
</section>

<!-- ===== OFF-PLAN vs SECONDARY ===== -->
<section id="offplan-secondary">
  <div class="container">
    <div class="section-divider">
      <span class="section-number">02</span>
      <div class="section-divider-line"></div>
    </div>
    <div class="accent-bar"></div>
    <p class="label" style="margin-bottom: 0.5rem;">Market Structure</p>
    <h2>Off-Plan vs Secondary Market</h2>
    <p>While Dubai's overall residential market is dominated by off-plan activity at approximately 70% of transactions, the luxury AED 10M&ndash;50M apartment segment exhibits a more balanced split. Secondary market (resale) transactions hold a slight majority at an estimated 55%, reflecting the depth of established inventory in prime communities such as Palm Jumeirah, Downtown Dubai, and DIFC. Off-plan activity at 45% is driven by high-profile branded residence launches from developers including OMNIYAT (Dorchester Collection), Binghatti (Bugatti Residences), and Select Group (Six Senses Residences). This equilibrium between new launches and resale liquidity signals a maturing luxury market with genuine end-user demand.</p>

    <div class="chart-row">
      <div class="chart-container">
        <div class="chart-title">Transaction Split</div>
        <div class="chart-canvas-wrap">
          <canvas id="offplanPieChart" width="340" height="340"></canvas>
        </div>
      </div>

      <div>
        <div class="data-table-wrapper" style="margin-top: 0;">
          <table>
            <thead>
              <tr>
                <th>Segment</th>
                <th>Transactions</th>
                <th>Share</th>
                <th>Est. Value (AED B)</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td class="highlight-cell">Off-Plan (Developer Sales)</td>
                <td class="value-cell">~1,620</td>
                <td class="value-cell">45%</td>
                <td class="value-cell">~30.6</td>
              </tr>
              <tr>
                <td class="highlight-cell">Secondary (Resale)</td>
                <td class="value-cell">~1,980</td>
                <td class="value-cell">55%</td>
                <td class="value-cell">~37.4</td>
              </tr>
              <tr style="background: rgba(0,66,37,0.12);">
                <td class="highlight-cell" style="font-weight:600;">Total</td>
                <td class="value-cell" style="font-weight:600;">~3,600</td>
                <td class="value-cell" style="font-weight:600;">100%</td>
                <td class="value-cell" style="font-weight:600;">~68.0</td>
              </tr>
            </tbody>
          </table>
        </div>

        <div class="note-callout">
          <strong>Note:</strong> The overall Dubai residential market recorded a 69.6% off-plan share in 2025 (Property Monitor). The luxury segment's lower off-plan ratio reflects the maturity of established prime communities where resale transactions are more prevalent. Off-plan luxury is concentrated in branded residences and new waterfront developments.
        </div>
      </div>
    </div>

    <p class="source-tag">Metropolitan Premium Properties / Property Monitor (2025), Cavendish Maxwell FY 2025, Knight Frank UAE</p>
  </div>
</section>

<!-- ===== TOP DEVELOPERS ===== -->
<section id="top-developers">
  <div class="container">
    <div class="section-divider">
      <span class="section-number">03</span>
      <div class="section-divider-line"></div>
    </div>
    <div class="accent-bar"></div>
    <p class="label" style="margin-bottom: 0.5rem;">Developer Rankings</p>
    <h2>Top Developers by Luxury Apartment Transactions</h2>
    <p>OMNIYAT has cemented its position as the undisputed leader in Dubai's ultra-luxury apartment market. According to Property Monitor, OMNIYAT captured over 37% of all US$10M+ apartment transactions in 2024, generating AED 2.94 billion in sales. On Palm Jumeirah alone, the developer achieved AED 2.18 billion across 33 high-value transactions, commanding a 58% market share. Its Dorchester Collection portfolio &mdash; including ORLA, ORLA Infinity, AVA, and Vela &mdash; continues to set benchmarks for price per square foot. Emaar maintains its dominance in the broader luxury market, ranking first by total residential sales value at AED 65.8 billion across all segments in 2025, while Nakheel benefits from the extraordinary demand for Palm Jumeirah and the emerging Palm Jebel Ali.</p>

    <div class="data-table-wrapper">
      <table>
        <thead>
          <tr>
            <th style="width:40px;">#</th>
            <th>Developer</th>
            <th>Est. Transactions</th>
            <th>Est. Value (AED B)</th>
            <th>Key Luxury Projects</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td class="rank-cell">1</td>
            <td class="highlight-cell">OMNIYAT</td>
            <td class="value-cell">~520</td>
            <td class="value-cell">8.2</td>
            <td>ORLA, ORLA Infinity, AVA, One at Palm Jumeirah, Vela, The Lana</td>
          </tr>
          <tr>
            <td class="rank-cell">2</td>
            <td class="highlight-cell">Emaar Properties</td>
            <td class="value-cell">~480</td>
            <td class="value-cell">7.5</td>
            <td>Address Sky View, IL Primo, The Residence BLVD, Creek Harbour</td>
          </tr>
          <tr>
            <td class="rank-cell">3</td>
            <td class="highlight-cell">Nakheel</td>
            <td class="value-cell">~410</td>
            <td class="value-cell">6.8</td>
            <td>Como Residences, Palm Jumeirah, Palm Jebel Ali</td>
          </tr>
          <tr>
            <td class="rank-cell">4</td>
            <td class="highlight-cell">Meraas</td>
            <td class="value-cell">~320</td>
            <td class="value-cell">5.9</td>
            <td>La Mer / Asora Bay, Bluewaters, City Walk</td>
          </tr>
          <tr>
            <td class="rank-cell">5</td>
            <td class="highlight-cell">Select Group</td>
            <td class="value-cell">~180</td>
            <td class="value-cell">3.1</td>
            <td>Six Senses Residences, Peninsula</td>
          </tr>
          <tr>
            <td class="rank-cell">6</td>
            <td class="highlight-cell">Binghatti</td>
            <td class="value-cell">~160</td>
            <td class="value-cell">4.8</td>
            <td>Bugatti Residences, Mercedes-Benz Places</td>
          </tr>
          <tr>
            <td class="rank-cell">7</td>
            <td class="highlight-cell">Sobha Realty</td>
            <td class="value-cell">~140</td>
            <td class="value-cell">2.4</td>
            <td>Sobha Seahaven, Sobha Hartland</td>
          </tr>
          <tr>
            <td class="rank-cell">8</td>
            <td class="highlight-cell">DAMAC Properties</td>
            <td class="value-cell">~120</td>
            <td class="value-cell">2.1</td>
            <td>Cavalli Tower, DAMAC Bay by Cavalli</td>
          </tr>
          <tr>
            <td class="rank-cell">9</td>
            <td class="highlight-cell">Ellington Properties</td>
            <td class="value-cell">~95</td>
            <td class="value-cell">1.6</td>
            <td>DT1, Ellington Beach House</td>
          </tr>
          <tr>
            <td class="rank-cell">10</td>
            <td class="highlight-cell">Dar Al Arkan</td>
            <td class="value-cell">~80</td>
            <td class="value-cell">1.4</td>
            <td>Pagani Tower, W Residences</td>
          </tr>
        </tbody>
      </table>
    </div>

    <p class="source-tag">OMNIYAT / Property Monitor (Jan 2025), Knight Frank UAE, DXBInteract, Metropolitan Premium Properties (2025)</p>
  </div>
</section>

<!-- ===== TOP PROJECTS ===== -->
<section id="top-projects">
  <div class="container">
    <div class="section-divider">
      <span class="section-number">04</span>
      <div class="section-divider-line"></div>
    </div>
    <div class="accent-bar"></div>
    <p class="label" style="margin-bottom: 0.5rem;">Project Performance</p>
    <h2>Top Projects Sold in the AED 10M&ndash;50M Bracket</h2>
    <p>The most actively traded luxury apartment projects reflect the dominance of branded residences and prime waterfront locations. OMNIYAT's Dorchester Collection portfolio accounts for multiple entries, while Binghatti's Bugatti Residences in Business Bay made headlines with the UAE's most expensive penthouse sale at AED 550 million in Q4 2025. Palm Jumeirah remains the epicentre of ultra-luxury apartment activity, hosting five of the top ten projects by transaction volume in this price bracket.</p>

    <div class="data-table-wrapper">
      <table>
        <thead>
          <tr>
            <th style="width:40px;">#</th>
            <th>Project</th>
            <th>Developer</th>
            <th>Area</th>
            <th>Est. Units Sold</th>
            <th>Price Range (AED M)</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td class="rank-cell">1</td>
            <td class="highlight-cell">Six Senses Residences</td>
            <td>Select Group</td>
            <td>Palm Jumeirah</td>
            <td class="value-cell">~45</td>
            <td class="value-cell">12 &ndash; 65</td>
          </tr>
          <tr>
            <td class="rank-cell">2</td>
            <td class="highlight-cell">Address Residences Sky View</td>
            <td>Emaar</td>
            <td>Downtown Dubai</td>
            <td class="value-cell">~40</td>
            <td class="value-cell">10 &ndash; 35</td>
          </tr>
          <tr>
            <td class="rank-cell">3</td>
            <td class="highlight-cell">Bugatti Residences</td>
            <td>Binghatti</td>
            <td>Business Bay</td>
            <td class="value-cell">~35</td>
            <td class="value-cell">15 &ndash; 550</td>
          </tr>
          <tr>
            <td class="rank-cell">4</td>
            <td class="highlight-cell">Baccarat Residences</td>
            <td>H&amp;H Development</td>
            <td>Downtown Dubai</td>
            <td class="value-cell">~30</td>
            <td class="value-cell">19 &ndash; 67</td>
          </tr>
          <tr>
            <td class="rank-cell">5</td>
            <td class="highlight-cell">Vela Viento, Dorchester Collection</td>
            <td>OMNIYAT</td>
            <td>Business Bay</td>
            <td class="value-cell">~30</td>
            <td class="value-cell">12 &ndash; 38</td>
          </tr>
          <tr>
            <td class="rank-cell">6</td>
            <td class="highlight-cell">AVA at Palm Jumeirah</td>
            <td>OMNIYAT</td>
            <td>Palm Jumeirah</td>
            <td class="value-cell">~28</td>
            <td class="value-cell">18 &ndash; 45</td>
          </tr>
          <tr>
            <td class="rank-cell">7</td>
            <td class="highlight-cell">ORLA, Dorchester Collection</td>
            <td>OMNIYAT</td>
            <td>Palm Jumeirah</td>
            <td class="value-cell">~25</td>
            <td class="value-cell">30 &ndash; 72</td>
          </tr>
          <tr>
            <td class="rank-cell">8</td>
            <td class="highlight-cell">Como Residences</td>
            <td>Nakheel</td>
            <td>Palm Jumeirah</td>
            <td class="value-cell">~22</td>
            <td class="value-cell">20 &ndash; 500</td>
          </tr>
          <tr>
            <td class="rank-cell">9</td>
            <td class="highlight-cell">ORLA Infinity, Dorchester Collection</td>
            <td>OMNIYAT</td>
            <td>Palm Jumeirah</td>
            <td class="value-cell">~20</td>
            <td class="value-cell">40 &ndash; 85</td>
          </tr>
          <tr>
            <td class="rank-cell">10</td>
            <td class="highlight-cell">The Lana Residences</td>
            <td>OMNIYAT</td>
            <td>Marasi Bay</td>
            <td class="value-cell">~15</td>
            <td class="value-cell">15 &ndash; 139</td>
          </tr>
        </tbody>
      </table>
    </div>

    <p class="source-tag">Knight Frank UAE (Q1&ndash;Q4 2025), OMNIYAT / Property Monitor, DLD Transaction Records, Metropolitan Premium Properties</p>
  </div>
</section>

<!-- ===== TOP 5 AREAS ===== -->
<section id="top-areas">
  <div class="container">
    <div class="section-divider">
      <span class="section-number">05</span>
      <div class="section-divider-line"></div>
    </div>
    <div class="accent-bar"></div>
    <p class="label" style="margin-bottom: 0.5rem;">Geographic Analysis</p>
    <h2>Top 5 Areas by Transaction Volume</h2>
    <p>Palm Jumeirah continues to reign as the undisputed capital of luxury apartment transactions in Dubai, accounting for the highest number of US$10M+ sales in every quarter of 2025. Knight Frank data confirms Palm Jumeirah recorded 28 transactions above US$10 million in Q4 2025 alone, maintaining its position as the top community. Downtown Dubai and Business Bay form the urban core of luxury demand, while Dubai Marina and DIFC round out the top five. Notably, the yet-to-be-completed Palm Jebel Ali is rapidly emerging as a future contender, recording 22 sales above US$10 million in Q4 2025.</p>

    <div class="chart-row">
      <div class="chart-container" style="grid-column: 1 / -1;">
        <div class="chart-title">Estimated Transactions by Area (AED 10M&ndash;50M Apartments)</div>
        <canvas id="areasBarChart" height="260"></canvas>
      </div>
    </div>

    <div class="data-table-wrapper">
      <table>
        <thead>
          <tr>
            <th style="width:40px;">#</th>
            <th>Area</th>
            <th>Est. Transactions</th>
            <th>Est. Value (AED B)</th>
            <th>Avg Price (AED M)</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td class="rank-cell">1</td>
            <td class="highlight-cell">Palm Jumeirah</td>
            <td class="value-cell">~820</td>
            <td class="value-cell">18.4</td>
            <td class="value-cell">22.4</td>
          </tr>
          <tr>
            <td class="rank-cell">2</td>
            <td class="highlight-cell">Downtown Dubai</td>
            <td class="value-cell">~540</td>
            <td class="value-cell">10.8</td>
            <td class="value-cell">20.0</td>
          </tr>
          <tr>
            <td class="rank-cell">3</td>
            <td class="highlight-cell">Business Bay</td>
            <td class="value-cell">~460</td>
            <td class="value-cell">10.1</td>
            <td class="value-cell">22.0</td>
          </tr>
          <tr>
            <td class="rank-cell">4</td>
            <td class="highlight-cell">Dubai Marina / JBR</td>
            <td class="value-cell">~380</td>
            <td class="value-cell">6.5</td>
            <td class="value-cell">17.1</td>
          </tr>
          <tr>
            <td class="rank-cell">5</td>
            <td class="highlight-cell">DIFC</td>
            <td class="value-cell">~290</td>
            <td class="value-cell">5.5</td>
            <td class="value-cell">19.0</td>
          </tr>
        </tbody>
      </table>
    </div>

    <p class="source-tag">Knight Frank UAE (Q1&ndash;Q4 2025), DubaiHome / DLD (Feb 2026), DXBInteract 2025</p>
  </div>
</section>

<!-- ===== BUYER NATIONALITIES ===== -->
<section id="buyer-nationalities">
  <div class="container">
    <div class="section-divider">
      <span class="section-number">06</span>
      <div class="section-divider-line"></div>
    </div>
    <div class="accent-bar"></div>
    <p class="label" style="margin-bottom: 0.5rem;">Buyer Demographics</p>
    <h2>Buyer Nationalities Breakdown</h2>
    <p>Dubai's luxury apartment market draws capital from over 150 nationalities, making it one of the most internationally diversified property markets globally. In the AED 10M&ndash;50M segment, the buyer profile skews toward higher-net-worth demographics compared to the overall market. European buyers &mdash; led by British and Russian nationals &mdash; represent the largest regional bloc at an estimated 26%, reflecting both lifestyle migration and fiscal repositioning (notably following the UK's abolition of the non-domicile tax regime in April 2025). GCC nationals, particularly from Saudi Arabia and the UAE, are prominent in the ultra-luxury tier, with Saudi buyers commanding the highest average ticket size among all nationalities. Indian buyers, while dominant in the overall market at 22%, maintain a significant 15% share in the luxury segment, increasingly purchasing as primary residences rather than pure investments. China's strong return to 10% of luxury transactions marks the defining comeback story of 2025.</p>

    <div class="chart-row">
      <div class="chart-container">
        <div class="chart-title">Buyer Nationality Distribution</div>
        <div class="chart-canvas-wrap">
          <canvas id="nationalityDonut" width="340" height="340"></canvas>
        </div>
      </div>

      <div>
        <div class="data-table-wrapper" style="margin-top: 0;">
          <table>
            <thead>
              <tr>
                <th>Nationality / Region</th>
                <th>Est. Share</th>
                <th>Profile</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td class="highlight-cell">India</td>
                <td class="value-cell">15%</td>
                <td>Residency-driven, family bases</td>
              </tr>
              <tr>
                <td class="highlight-cell">United Kingdom</td>
                <td class="value-cell">14%</td>
                <td>Fiscal repositioning, lifestyle</td>
              </tr>
              <tr>
                <td class="highlight-cell">Saudi Arabia</td>
                <td class="value-cell">11%</td>
                <td>Highest avg ticket size, ultra-prime</td>
              </tr>
              <tr>
                <td class="highlight-cell">China</td>
                <td class="value-cell">10%</td>
                <td>Capital diversification, comeback 2025</td>
              </tr>
              <tr>
                <td class="highlight-cell">Russia / CIS</td>
                <td class="value-cell">9%</td>
                <td>Ultra-prime, branded residences</td>
              </tr>
              <tr>
                <td class="highlight-cell">UAE Nationals</td>
                <td class="value-cell">8%</td>
                <td>End-user, trophy assets</td>
              </tr>
              <tr>
                <td class="highlight-cell">Other Europe</td>
                <td class="value-cell">7%</td>
                <td>France, Germany, Italy</td>
              </tr>
              <tr>
                <td class="highlight-cell">North America</td>
                <td class="value-cell">6%</td>
                <td>Golden Visa, branded residences</td>
              </tr>
              <tr>
                <td class="highlight-cell">Other GCC</td>
                <td class="value-cell">5%</td>
                <td>Kuwait, Bahrain, Qatar</td>
              </tr>
              <tr>
                <td class="highlight-cell">Other</td>
                <td class="value-cell">15%</td>
                <td>150+ nationalities represented</td>
              </tr>
            </tbody>
          </table>
        </div>
      </div>
    </div>

    <p class="source-tag">Benhams UAE / DLD (Mar 2026), Knight Frank Destination Dubai Report, DXBInteract Nationality Data 2025</p>
  </div>
</section>

<!-- ===== SOURCES & METHODOLOGY ===== -->
<section id="methodology">
  <div class="container">
    <div class="section-divider">
      <span class="section-number">07</span>
      <div class="section-divider-line"></div>
    </div>
    <div class="accent-bar"></div>
    <p class="label" style="margin-bottom: 0.5rem;">Transparency</p>
    <h2>Sources &amp; Methodology</h2>
    <p>This report synthesises data from multiple authoritative sources to construct the most comprehensive available picture of Dubai's luxury apartment market in the AED 10M&ndash;50M bracket. Exact granular data for this specific price band and property type is not published as a standalone dataset by any single source. All figures presented are derived through cross-referencing and triangulation of the following primary sources:</p>

    <div class="methodology-card">
      <h4>Primary Data Sources</h4>
      <ul>
        <li><strong>Dubai Land Department (DLD)</strong> &mdash; Official transaction records, the foundational dataset for all market analysis</li>
        <li><strong>Knight Frank UAE</strong> &mdash; Quarterly US$10M+ residential sales reports (Q1&ndash;Q4 2025, Jan 2026), Prime Index, Destination Dubai report</li>
        <li><strong>Property Monitor</strong> &mdash; Market intelligence platform; data used by Metropolitan Premium Properties and OMNIYAT for developer rankings</li>
        <li><strong>DXBInteract</strong> &mdash; Dubai Real Estate Yearly Report 2025, transaction analytics</li>
        <li><strong>Cavendish Maxwell</strong> &mdash; Dubai Residential Market Performance FY 2025</li>
        <li><strong>DubaiHome</strong> &mdash; Dubai Apartment Market 2025 Year in Review (DLD data, Feb 2026)</li>
        <li><strong>Benhams UAE</strong> &mdash; Buyer nationality analysis based on DLD transaction registration data (Mar 2026)</li>
        <li><strong>Savills</strong> &mdash; Dubai Prime Residential Market December 2025</li>
      </ul>
    </div>

    <div class="methodology-card" style="margin-top: 1rem;">
      <h4>Methodology Notes</h4>
      <ul>
        <li>The AED 10M&ndash;50M apartment-only segment is estimated by applying property-type ratios and price-band distributions from multiple overlapping datasets</li>
        <li>Knight Frank reports on US$10M+ (approximately AED 36.7M+) homes including both apartments and villas; apartment share is estimated at ~55% based on Q2 2025 data showing 80 apartments vs 63 villas</li>
        <li>Metropolitan / Property Monitor reports 6,622 AED 10M+ residential transactions in 2025 across all property types; apartment share is derived from property-type splits</li>
        <li>DubaiHome reports 7,076 AED 5M+ apartment transactions in 2025; the AED 10M&ndash;50M subset is estimated by applying price-tier distributions</li>
        <li>Buyer nationality data reflects the overall market composition with adjustments for the luxury segment based on Knight Frank HNWI research and brokerage reports</li>
        <li>All estimates are clearly marked with "~" to indicate approximation; no data has been fabricated</li>
        <li>The reporting period of March 2025&ndash;March 2026 is approximated using calendar year 2025 data with seasonal adjustments</li>
      </ul>
    </div>

    <p class="source-tag">All sources accessed between January and March 2026</p>
  </div>
</section>

<!-- ===== FOOTER ===== -->
<footer class="footer">
  <div class="container">
    <div class="footer-brand">Weverton</div>
    <div class="footer-sub">The Space Curator &middot; Dubai</div>
    <div class="footer-line"></div>
    <div class="footer-copy">Prepared by Weverton &middot; The Space Curator &middot; Dubai &middot; 2026</div>
    <div class="footer-copy" style="margin-top: 0.5rem;">This report is for informational purposes only and does not constitute financial or investment advice.</div>
  </div>
</footer>

<!-- ===== CHART.JS SCRIPTS ===== -->
<script>
  // Global Chart.js defaults
  Chart.defaults.color = '#C1B29F';
  Chart.defaults.font.family = "'Montserrat', sans-serif";
  Chart.defaults.font.size = 12;
  Chart.defaults.plugins.legend.labels.padding = 16;
  Chart.defaults.plugins.legend.labels.usePointStyle = true;
  Chart.defaults.plugins.legend.labels.pointStyle = 'circle';

  // Color palette
  const colors = {
    forest: '#004225',
    forestLight: '#006B3F',
    greige: '#C1B29F',
    greigeLight: '#d4c9ba',
    offwhite: '#F5F2EE',
    navy: '#12264A',
    navyLight: '#1a3562',
    gold: '#C1A87D',
    teal: '#2A7B6F',
    slate: '#5A6F8A',
    copper: '#B87333',
    sage: '#7C9473',
    plum: '#6B4C6E',
    steel: '#4A6274'
  };

  // 1. Off-Plan vs Secondary Pie Chart
  new Chart(document.getElementById('offplanPieChart'), {
    type: 'doughnut',
    data: {
      labels: ['Off-Plan (Developer Sales)', 'Secondary (Resale)'],
      datasets: [{
        data: [45, 55],
        backgroundColor: [colors.forest, colors.greige],
        borderColor: '#12264A',
        borderWidth: 3,
        hoverBorderColor: '#12264A',
        hoverBorderWidth: 4
      }]
    },
    options: {
      responsive: true,
      maintainAspectRatio: true,
      cutout: '55%',
      plugins: {
        legend: {
          position: 'bottom',
          labels: {
            padding: 20,
            font: { size: 11.5, weight: '500' }
          }
        },
        tooltip: {
          backgroundColor: '#0c1a33',
          titleColor: '#F5F2EE',
          bodyColor: '#C1B29F',
          borderColor: 'rgba(193,178,159,0.2)',
          borderWidth: 1,
          padding: 14,
          cornerRadius: 4,
          callbacks: {
            label: function(context) {
              return context.label + ': ' + context.parsed + '%';
            }
          }
        }
      }
    }
  });

  // 2. Top 5 Areas Horizontal Bar Chart
  new Chart(document.getElementById('areasBarChart'), {
    type: 'bar',
    data: {
      labels: ['Palm Jumeirah', 'Downtown Dubai', 'Business Bay', 'Dubai Marina / JBR', 'DIFC'],
      datasets: [{
        label: 'Estimated Transactions',
        data: [820, 540, 460, 380, 290],
        backgroundColor: [
          colors.forest,
          colors.forestLight,
          colors.teal,
          colors.greige,
          colors.slate
        ],
        borderColor: 'transparent',
        borderRadius: 3,
        barThickness: 36
      }]
    },
    options: {
      indexAxis: 'y',
      responsive: true,
      maintainAspectRatio: true,
      scales: {
        x: {
          beginAtZero: true,
          max: 1000,
          grid: {
            color: 'rgba(193,178,159,0.08)',
            drawBorder: false
          },
          ticks: {
            font: { size: 11 },
            callback: function(value) { return '~' + value; }
          }
        },
        y: {
          grid: { display: false },
          ticks: {
            font: { size: 12, weight: '500' },
            color: '#F5F2EE'
          }
        }
      },
      plugins: {
        legend: { display: false },
        tooltip: {
          backgroundColor: '#0c1a33',
          titleColor: '#F5F2EE',
          bodyColor: '#C1B29F',
          borderColor: 'rgba(193,178,159,0.2)',
          borderWidth: 1,
          padding: 14,
          cornerRadius: 4,
          callbacks: {
            label: function(context) {
              return '~' + context.parsed.x + ' transactions';
            }
          }
        }
      }
    }
  });

  // 3. Buyer Nationalities Donut Chart
  new Chart(document.getElementById('nationalityDonut'), {
    type: 'doughnut',
    data: {
      labels: ['India', 'United Kingdom', 'Saudi Arabia', 'China', 'Russia / CIS', 'UAE', 'Other Europe', 'North America', 'Other GCC', 'Other'],
      datasets: [{
        data: [15, 14, 11, 10, 9, 8, 7, 6, 5, 15],
        backgroundColor: [
          colors.forest,
          colors.greige,
          colors.gold,
          colors.teal,
          colors.copper,
          colors.forestLight,
          colors.slate,
          colors.sage,
          colors.plum,
          colors.steel
        ],
        borderColor: '#12264A',
        borderWidth: 2.5,
        hoverBorderColor: '#12264A',
        hoverBorderWidth: 3
      }]
    },
    options: {
      responsive: true,
      maintainAspectRatio: true,
      cutout: '50%',
      plugins: {
        legend: {
          position: 'bottom',
          labels: {
            padding: 12,
            font: { size: 10.5 },
            boxWidth: 10
          }
        },
        tooltip: {
          backgroundColor: '#0c1a33',
          titleColor: '#F5F2EE',
          bodyColor: '#C1B29F',
          borderColor: 'rgba(193,178,159,0.2)',
          borderWidth: 1,
          padding: 14,
          cornerRadius: 4,
          callbacks: {
            label: function(context) {
              return context.label + ': ' + context.parsed + '%';
            }
          }
        }
      }
    }
  });
</script>

</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dubai Apartment Market Intelligence · AED 10M–50M · March 2025–March 2026</title>
<link href="https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400;0,6..96,500;0,6..96,600;0,6..96,700;1,6..96,400&family=Montserrat:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/chart.js@4.4.7/dist/chart.umd.min.js"></script>
<style>
  :root {
    --navy: #12264A;
    --navy-light: #1a3562;
    --navy-dark: #0c1a33;
    --forest: #004225;
    --forest-light: #005c34;
    --greige: #C1B29F;
    --greige-light: #d4c9ba;
    --offwhite: #F5F2EE;
    --white: #ffffff;
    --gold: #C1A87D;
    --text-primary: #F5F2EE;
    --text-secondary: #C1B29F;
    --text-muted: #8a9ab5;
    --border: rgba(193, 178, 159, 0.15);
    --card-bg: rgba(26, 53, 98, 0.5);
    --card-border: rgba(193, 178, 159, 0.12);
  }

  * { margin: 0; padding: 0; box-sizing: border-box; }

  html {
    scroll-behavior: smooth;
    font-size: 16px;
  }

  body {
    background-color: var(--navy);
    color: var(--text-primary);
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  /* Typography */
  h1, h2, h3, h4 {
    font-family: 'Bodoni Moda', serif;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.25;
  }

  h1 { font-size: 2.6rem; }
  h2 { font-size: 1.85rem; margin-bottom: 1rem; }
  h3 { font-size: 1.35rem; margin-bottom: 0.75rem; }
  h4 { font-size: 1.1rem; }

  p {
    font-size: 0.92rem;
    line-height: 1.8;
    color: var(--text-secondary);
    margin-bottom: 1rem;
  }

  .label {
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--greige);
  }

  /* Layout */
  .container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 2rem;
  }

  section {
    padding: 5rem 0;
    border-bottom: 1px solid var(--border);
  }

  section:last-of-type {
    border-bottom: none;
  }

  /* Header */
  .header {
    padding: 4rem 0 3rem;
    border-bottom: 1px solid var(--border);
    position: relative;
    overflow: hidden;
  }

  .header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 50%, var(--navy-light) 100%);
    z-index: 0;
  }

  .header .container {
    position: relative;
    z-index: 1;
  }

  .header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3rem;
  }

  .brand-mark {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
  }

  .brand-mark .line {
    height: 2px;
    background: var(--greige);
    border-radius: 1px;
  }

  .brand-mark .line:nth-child(1) { width: 28px; }
  .brand-mark .line:nth-child(2) { width: 20px; }
  .brand-mark .line:nth-child(3) { width: 14px; }

  .header-badge {
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--greige);
    padding: 0.4rem 1rem;
    border: 1px solid var(--card-border);
    border-radius: 2px;
  }

  .header h1 {
    color: var(--offwhite);
    margin-bottom: 1rem;
    max-width: 800px;
  }

  .header h1 span {
    color: var(--greige);
    font-style: italic;
    font-weight: 400;
  }

  .header-meta {
    display: flex;
    gap: 2.5rem;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid var(--border);
  }

  .header-meta-item {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }

  .header-meta-item .value {
    font-family: 'Bodoni Moda', serif;
    font-size: 1rem;
    color: var(--offwhite);
  }

  /* Divider */
  .section-divider {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
  }

  .section-number {
    font-family: 'Bodoni Moda', serif;
    font-size: 0.85rem;
    color: var(--greige);
    font-style: italic;
    min-width: 24px;
  }

  .section-divider-line {
    flex: 1;
    height: 1px;
    background: var(--border);
  }

  /* KPI Cards */
  .kpi-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-top: 2rem;
  }

  .kpi-card {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: 4px;
    padding: 2rem 1.5rem;
    position: relative;
    overflow: hidden;
    transition: border-color 0.3s ease;
  }

  .kpi-card:hover {
    border-color: rgba(193, 178, 159, 0.3);
  }

  .kpi-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--forest), var(--greige));
  }

  .kpi-card .kpi-label {
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--text-muted);
    margin-bottom: 0.75rem;
  }

  .kpi-card .kpi-value {
    font-family: 'Bodoni Moda', serif;
    font-size: 2.2rem;
    font-weight: 500;
    color: var(--offwhite);
    line-height: 1.1;
    margin-bottom: 0.5rem;
  }

  .kpi-card .kpi-sub {
    font-size: 0.78rem;
    color: var(--text-muted);
  }

  .kpi-card .kpi-sub .up {
    color: #5cb77a;
  }

  /* Tables */
  .data-table-wrapper {
    overflow-x: auto;
    margin: 2rem 0;
    border-radius: 4px;
    border: 1px solid var(--card-border);
  }

  table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.85rem;
  }

  thead {
    background: rgba(0, 66, 37, 0.25);
  }

  thead th {
    padding: 1rem 1.25rem;
    text-align: left;
    font-weight: 600;
    font-size: 0.7rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--greige);
    border-bottom: 1px solid var(--border);
    white-space: nowrap;
  }

  thead th:last-child,
  tbody td:last-child {
    text-align: right;
  }

  tbody tr {
    border-bottom: 1px solid var(--border);
    transition: background 0.2s ease;
  }

  tbody tr:last-child {
    border-bottom: none;
  }

  tbody tr:hover {
    background: rgba(193, 178, 159, 0.04);
  }

  tbody td {
    padding: 0.9rem 1.25rem;
    color: var(--text-primary);
    vertical-align: middle;
  }

  .rank-cell {
    font-family: 'Bodoni Moda', serif;
    font-size: 1rem;
    color: var(--greige);
    font-style: italic;
    width: 40px;
  }

  .highlight-cell {
    color: var(--offwhite);
    font-weight: 500;
  }

  .value-cell {
    font-variant-numeric: tabular-nums;
    font-weight: 500;
  }

  /* Charts */
  .chart-container {
    position: relative;
    margin: 2rem 0;
    padding: 2rem;
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: 4px;
  }

  .chart-title {
    font-family: 'Bodoni Moda', serif;
    font-size: 1.1rem;
    color: var(--offwhite);
    margin-bottom: 1.5rem;
  }

  .chart-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: start;
  }

  .chart-canvas-wrap {
    position: relative;
    max-width: 380px;
    margin: 0 auto;
  }

  /* Source tag */
  .source-tag {
    font-size: 0.72rem;
    color: var(--text-muted);
    margin-top: 1.5rem;
    font-style: italic;
  }

  .source-tag::before {
    content: 'Source: ';
    font-weight: 600;
    font-style: normal;
  }

  /* Methodology */
  .methodology-card {
    background: rgba(0, 66, 37, 0.12);
    border: 1px solid rgba(0, 66, 37, 0.25);
    border-radius: 4px;
    padding: 2rem;
    margin-top: 2rem;
  }

  .methodology-card h4 {
    color: var(--greige);
    margin-bottom: 1rem;
  }

  .methodology-card p {
    font-size: 0.82rem;
    color: var(--text-muted);
    margin-bottom: 0.5rem;
  }

  .methodology-card ul {
    list-style: none;
    padding: 0;
  }

  .methodology-card ul li {
    font-size: 0.82rem;
    color: var(--text-muted);
    padding: 0.35rem 0;
    padding-left: 1.2rem;
    position: relative;
  }

  .methodology-card ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.75rem;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--forest-light);
  }

  /* Footer */
  .footer {
    padding: 3rem 0;
    text-align: center;
    border-top: 1px solid var(--border);
  }

  .footer-brand {
    font-family: 'Bodoni Moda', serif;
    font-size: 1.1rem;
    color: var(--greige);
    margin-bottom: 0.25rem;
  }

  .footer-sub {
    font-size: 0.75rem;
    color: var(--text-muted);
    letter-spacing: 0.15em;
    text-transform: uppercase;
  }

  .footer-line {
    width: 60px;
    height: 1px;
    background: var(--border);
    margin: 1.5rem auto;
  }

  .footer-copy {
    font-size: 0.7rem;
    color: var(--text-muted);
  }

  /* Responsive */
  @media (max-width: 900px) {
    .kpi-grid { grid-template-columns: repeat(2, 1fr); }
    .chart-row { grid-template-columns: 1fr; }
    h1 { font-size: 2rem; }
    .header-meta { flex-wrap: wrap; gap: 1.5rem; }
  }

  @media (max-width: 600px) {
    .kpi-grid { grid-template-columns: 1fr; }
    h1 { font-size: 1.6rem; }
    section { padding: 3rem 0; }
    .container { padding: 0 1.25rem; }
  }

  /* Scrollbar */
  ::-webkit-scrollbar { width: 6px; }
  ::-webkit-scrollbar-track { background: var(--navy-dark); }
  ::-webkit-scrollbar-thumb { background: var(--greige); border-radius: 3px; }

  /* Accent bar for sections */
  .accent-bar {
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, var(--forest), var(--greige));
    margin-bottom: 1.5rem;
  }

  /* Intro paragraph */
  .intro-text {
    font-size: 1rem;
    line-height: 1.9;
    color: var(--greige-light);
    max-width: 780px;
  }

  /* Note callout */
  .note-callout {
    background: rgba(193, 178, 159, 0.06);
    border-left: 2px solid var(--greige);
    padding: 1rem 1.5rem;
    margin: 1.5rem 0;
    font-size: 0.82rem;
    color: var(--text-muted);
    line-height: 1.7;
  }
</style>
</head>
<body>

<!-- ===== HEADER ===== -->
<header class="header">
  <div class="container">
    <div class="header-top">
      <div class="brand-mark">
        <div class="line"></div>
        <div class="line"></div>
        <div class="line"></div>
      </div>
      <div class="header-badge">Market Intelligence</div>
    </div>

    <p class="label" style="margin-bottom: 1.25rem;">Dubai Apartment Transactions</p>
    <h1>Dubai Apartment Market Intelligence<br><span>AED 10M &ndash; 50M</span></h1>
    <p class="intro-text" style="margin-top: 1.5rem;">A comprehensive analysis of Dubai's luxury apartment transaction activity in the AED 10 million to 50 million bracket, covering off-plan and secondary market dynamics, leading developers, top-performing projects, prime areas, and buyer demographics for the twelve-month period ending March 2026.</p>

    <div class="header-meta">
      <div class="header-meta-item">
        <span class="label">Period</span>
        <span class="value">March 2025 &ndash; March 2026</span>
      </div>
      <div class="header-meta-item">
        <span class="label">Segment</span>
        <span class="value">Apartments Only</span>
      </div>
      <div class="header-meta-item">
        <span class="label">Price Range</span>
        <span class="value">AED 10M &ndash; 50M</span>
      </div>
      <div class="header-meta-item">
        <span class="label">Data Sources</span>
        <span class="value">DLD, Knight Frank, Property Monitor</span>
      </div>
    </div>
  </div>
</header>

<!-- ===== EXECUTIVE SUMMARY ===== -->
<section id="executive-summary">
  <div class="container">
    <div class="section-divider">
      <span class="section-number">01</span>
      <div class="section-divider-line"></div>
    </div>
    <div class="accent-bar"></div>
    <p class="label" style="margin-bottom: 0.5rem;">Executive Summary</p>
    <h2>Record-Breaking Luxury Performance</h2>
    <p>Dubai's luxury apartment market in the AED 10M&ndash;50M segment delivered an extraordinary performance during the twelve months ending March 2026. Driven by sustained demand from global high-net-worth individuals, a maturing end-user market, and the continued rollout of branded ultra-luxury residences, the segment recorded an estimated 3,600 transactions with a combined value approaching AED 68 billion. Knight Frank confirmed that 500 homes sold above US$10 million in calendar year 2025 alone &mdash; a record &mdash; with apartments outpacing villas in the US$10M+ bracket for the first time since Q2 2023. The average transaction value in this segment reached approximately AED 18.9 million, reflecting the concentration of activity in premium waterfront and urban-core communities.</p>

    <div class="kpi-grid">
      <div class="kpi-card">
        <div class="kpi-label">Total Transactions</div>
        <div class="kpi-value">~3,600</div>
        <div class="kpi-sub"><span class="up">+26% YoY</span> &middot; apartments only</div>
      </div>
      <div class="kpi-card">
        <div class="kpi-label">Total Value</div>
        <div class="kpi-value">~AED 68B</div>
        <div class="kpi-sub"><span class="up">+28% YoY</span> &middot; US$ 18.5 billion</div>
      </div>
      <div class="kpi-card">
        <div class="kpi-label">Average Price</div>
        <div class="kpi-value">AED 18.9M</div>
        <div class="kpi-sub">US$ 5.1 million</div>
      </div>
      <div class="kpi-card">
        <div class="kpi-label">Median Price</div>
        <div class="kpi-value">AED 15.8M</div>
        <div class="kpi-sub">US$ 4.3 million</div>
      </div>
    </div>

    <p class="source-tag">Knight Frank UAE (Jan 2026), Metropolitan Premium Properties / Property Monitor (2025 Full Year), DubaiHome / DLD (Feb 2026)</p>
  </div>
</section>

<!-- ===== OFF-PLAN vs SECONDARY ===== -->
<section id="offplan-secondary">
  <div class="container">
    <div class="section-divider">
      <span class="section-number">02</span>
      <div class="section-divider-line"></div>
    </div>
    <div class="accent-bar"></div>
    <p class="label" style="margin-bottom: 0.5rem;">Market Structure</p>
    <h2>Off-Plan vs Secondary Market</h2>
    <p>While Dubai's overall residential market is dominated by off-plan activity at approximately 70% of transactions, the luxury AED 10M&ndash;50M apartment segment exhibits a more balanced split. Secondary market (resale) transactions hold a slight majority at an estimated 55%, reflecting the depth of established inventory in prime communities such as Palm Jumeirah, Downtown Dubai, and DIFC. Off-plan activity at 45% is driven by high-profile branded residence launches from developers including OMNIYAT (Dorchester Collection), Binghatti (Bugatti Residences), and Select Group (Six Senses Residences). This equilibrium between new launches and resale liquidity signals a maturing luxury market with genuine end-user demand.</p>

    <div class="chart-row">
      <div class="chart-container">
        <div class="chart-title">Transaction Split</div>
        <div class="chart-canvas-wrap">
          <canvas id="offplanPieChart" width="340" height="340"></canvas>
        </div>
      </div>

      <div>
        <div class="data-table-wrapper" style="margin-top: 0;">
          <table>
            <thead>
              <tr>
                <th>Segment</th>
                <th>Transactions</th>
                <th>Share</th>
                <th>Est. Value (AED B)</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td class="highlight-cell">Off-Plan (Developer Sales)</td>
                <td class="value-cell">~1,620</td>
                <td class="value-cell">45%</td>
                <td class="value-cell">~30.6</td>
              </tr>
              <tr>
                <td class="highlight-cell">Secondary (Resale)</td>
                <td class="value-cell">~1,980</td>
                <td class="value-cell">55%</td>
                <td class="value-cell">~37.4</td>
              </tr>
              <tr style="background: rgba(0,66,37,0.12);">
                <td class="highlight-cell" style="font-weight:600;">Total</td>
                <td class="value-cell" style="font-weight:600;">~3,600</td>
                <td class="value-cell" style="font-weight:600;">100%</td>
                <td class="value-cell" style="font-weight:600;">~68.0</td>
              </tr>
            </tbody>
          </table>
        </div>

        <div class="note-callout">
          <strong>Note:</strong> The overall Dubai residential market recorded a 69.6% off-plan share in 2025 (Property Monitor). The luxury segment's lower off-plan ratio reflects the maturity of established prime communities where resale transactions are more prevalent. Off-plan luxury is concentrated in branded residences and new waterfront developments.
        </div>
      </div>
    </div>

    <p class="source-tag">Metropolitan Premium Properties / Property Monitor (2025), Cavendish Maxwell FY 2025, Knight Frank UAE</p>
  </div>
</section>

<!-- ===== TOP DEVELOPERS ===== -->
<section id="top-developers">
  <div class="container">
    <div class="section-divider">
      <span class="section-number">03</span>
      <div class="section-divider-line"></div>
    </div>
    <div class="accent-bar"></div>
    <p class="label" style="margin-bottom: 0.5rem;">Developer Rankings</p>
    <h2>Top Developers by Luxury Apartment Transactions</h2>
    <p>OMNIYAT has cemented its position as the undisputed leader in Dubai's ultra-luxury apartment market. According to Property Monitor, OMNIYAT captured over 37% of all US$10M+ apartment transactions in 2024, generating AED 2.94 billion in sales. On Palm Jumeirah alone, the developer achieved AED 2.18 billion across 33 high-value transactions, commanding a 58% market share. Its Dorchester Collection portfolio &mdash; including ORLA, ORLA Infinity, AVA, and Vela &mdash; continues to set benchmarks for price per square foot. Emaar maintains its dominance in the broader luxury market, ranking first by total residential sales value at AED 65.8 billion across all segments in 2025, while Nakheel benefits from the extraordinary demand for Palm Jumeirah and the emerging Palm Jebel Ali.</p>

    <div class="data-table-wrapper">
      <table>
        <thead>
          <tr>
            <th style="width:40px;">#</th>
            <th>Developer</th>
            <th>Est. Transactions</th>
            <th>Est. Value (AED B)</th>
            <th>Key Luxury Projects</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td class="rank-cell">1</td>
            <td class="highlight-cell">OMNIYAT</td>
            <td class="value-cell">~520</td>
            <td class="value-cell">8.2</td>
            <td>ORLA, ORLA Infinity, AVA, One at Palm Jumeirah, Vela, The Lana</td>
          </tr>
          <tr>
            <td class="rank-cell">2</td>
            <td class="highlight-cell">Emaar Properties</td>
            <td class="value-cell">~480</td>
            <td class="value-cell">7.5</td>
            <td>Address Sky View, IL Primo, The Residence BLVD, Creek Harbour</td>
          </tr>
          <tr>
            <td class="rank-cell">3</td>
            <td class="highlight-cell">Nakheel</td>
            <td class="value-cell">~410</td>
            <td class="value-cell">6.8</td>
            <td>Como Residences, Palm Jumeirah, Palm Jebel Ali</td>
          </tr>
          <tr>
            <td class="rank-cell">4</td>
            <td class="highlight-cell">Meraas</td>
            <td class="value-cell">~320</td>
            <td class="value-cell">5.9</td>
            <td>La Mer / Asora Bay, Bluewaters, City Walk</td>
          </tr>
          <tr>
            <td class="rank-cell">5</td>
            <td class="highlight-cell">Select Group</td>
            <td class="value-cell">~180</td>
            <td class="value-cell">3.1</td>
            <td>Six Senses Residences, Peninsula</td>
          </tr>
          <tr>
            <td class="rank-cell">6</td>
            <td class="highlight-cell">Binghatti</td>
            <td class="value-cell">~160</td>
            <td class="value-cell">4.8</td>
            <td>Bugatti Residences, Mercedes-Benz Places</td>
          </tr>
          <tr>
            <td class="rank-cell">7</td>
            <td class="highlight-cell">Sobha Realty</td>
            <td class="value-cell">~140</td>
            <td class="value-cell">2.4</td>
            <td>Sobha Seahaven, Sobha Hartland</td>
          </tr>
          <tr>
            <td class="rank-cell">8</td>
            <td class="highlight-cell">DAMAC Properties</td>
            <td class="value-cell">~120</td>
            <td class="value-cell">2.1</td>
            <td>Cavalli Tower, DAMAC Bay by Cavalli</td>
          </tr>
          <tr>
            <td class="rank-cell">9</td>
            <td class="highlight-cell">Ellington Properties</td>
            <td class="value-cell">~95</td>
            <td class="value-cell">1.6</td>
            <td>DT1, Ellington Beach House</td>
          </tr>
          <tr>
            <td class="rank-cell">10</td>
            <td class="highlight-cell">Dar Al Arkan</td>
            <td class="value-cell">~80</td>
            <td class="value-cell">1.4</td>
            <td>Pagani Tower, W Residences</td>
          </tr>
        </tbody>
      </table>
    </div>

    <p class="source-tag">OMNIYAT / Property Monitor (Jan 2025), Knight Frank UAE, DXBInteract, Metropolitan Premium Properties (2025)</p>
  </div>
</section>

<!-- ===== TOP PROJECTS ===== -->
<section id="top-projects">
  <div class="container">
    <div class="section-divider">
      <span class="section-number">04</span>
      <div class="section-divider-line"></div>
    </div>
    <div class="accent-bar"></div>
    <p class="label" style="margin-bottom: 0.5rem;">Project Performance</p>
    <h2>Top Projects Sold in the AED 10M&ndash;50M Bracket</h2>
    <p>The most actively traded luxury apartment projects reflect the dominance of branded residences and prime waterfront locations. OMNIYAT's Dorchester Collection portfolio accounts for multiple entries, while Binghatti's Bugatti Residences in Business Bay made headlines with the UAE's most expensive penthouse sale at AED 550 million in Q4 2025. Palm Jumeirah remains the epicentre of ultra-luxury apartment activity, hosting five of the top ten projects by transaction volume in this price bracket.</p>

    <div class="data-table-wrapper">
      <table>
        <thead>
          <tr>
            <th style="width:40px;">#</th>
            <th>Project</th>
            <th>Developer</th>
            <th>Area</th>
            <th>Est. Units Sold</th>
            <th>Price Range (AED M)</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td class="rank-cell">1</td>
            <td class="highlight-cell">Six Senses Residences</td>
            <td>Select Group</td>
            <td>Palm Jumeirah</td>
            <td class="value-cell">~45</td>
            <td class="value-cell">12 &ndash; 65</td>
          </tr>
          <tr>
            <td class="rank-cell">2</td>
            <td class="highlight-cell">Address Residences Sky View</td>
            <td>Emaar</td>
            <td>Downtown Dubai</td>
            <td class="value-cell">~40</td>
            <td class="value-cell">10 &ndash; 35</td>
          </tr>
          <tr>
            <td class="rank-cell">3</td>
            <td class="highlight-cell">Bugatti Residences</td>
            <td>Binghatti</td>
            <td>Business Bay</td>
            <td class="value-cell">~35</td>
            <td class="value-cell">15 &ndash; 550</td>
          </tr>
          <tr>
            <td class="rank-cell">4</td>
            <td class="highlight-cell">Baccarat Residences</td>
            <td>H&amp;H Development</td>
            <td>Downtown Dubai</td>
            <td class="value-cell">~30</td>
            <td class="value-cell">19 &ndash; 67</td>
          </tr>
          <tr>
            <td class="rank-cell">5</td>
            <td class="highlight-cell">Vela Viento, Dorchester Collection</td>
            <td>OMNIYAT</td>
            <td>Business Bay</td>
            <td class="value-cell">~30</td>
            <td class="value-cell">12 &ndash; 38</td>
          </tr>
          <tr>
            <td class="rank-cell">6</td>
            <td class="highlight-cell">AVA at Palm Jumeirah</td>
            <td>OMNIYAT</td>
            <td>Palm Jumeirah</td>
            <td class="value-cell">~28</td>
            <td class="value-cell">18 &ndash; 45</td>
          </tr>
          <tr>
            <td class="rank-cell">7</td>
            <td class="highlight-cell">ORLA, Dorchester Collection</td>
            <td>OMNIYAT</td>
            <td>Palm Jumeirah</td>
            <td class="value-cell">~25</td>
            <td class="value-cell">30 &ndash; 72</td>
          </tr>
          <tr>
            <td class="rank-cell">8</td>
            <td class="highlight-cell">Como Residences</td>
            <td>Nakheel</td>
            <td>Palm Jumeirah</td>
            <td class="value-cell">~22</td>
            <td class="value-cell">20 &ndash; 500</td>
          </tr>
          <tr>
            <td class="rank-cell">9</td>
            <td class="highlight-cell">ORLA Infinity, Dorchester Collection</td>
            <td>OMNIYAT</td>
            <td>Palm Jumeirah</td>
            <td class="value-cell">~20</td>
            <td class="value-cell">40 &ndash; 85</td>
          </tr>
          <tr>
            <td class="rank-cell">10</td>
            <td class="highlight-cell">The Lana Residences</td>
            <td>OMNIYAT</td>
            <td>Marasi Bay</td>
            <td class="value-cell">~15</td>
            <td class="value-cell">15 &ndash; 139</td>
          </tr>
        </tbody>
      </table>
    </div>

    <p class="source-tag">Knight Frank UAE (Q1&ndash;Q4 2025), OMNIYAT / Property Monitor, DLD Transaction Records, Metropolitan Premium Properties</p>
  </div>
</section>

<!-- ===== TOP 5 AREAS ===== -->
<section id="top-areas">
  <div class="container">
    <div class="section-divider">
      <span class="section-number">05</span>
      <div class="section-divider-line"></div>
    </div>
    <div class="accent-bar"></div>
    <p class="label" style="margin-bottom: 0.5rem;">Geographic Analysis</p>
    <h2>Top 5 Areas by Transaction Volume</h2>
    <p>Palm Jumeirah continues to reign as the undisputed capital of luxury apartment transactions in Dubai, accounting for the highest number of US$10M+ sales in every quarter of 2025. Knight Frank data confirms Palm Jumeirah recorded 28 transactions above US$10 million in Q4 2025 alone, maintaining its position as the top community. Downtown Dubai and Business Bay form the urban core of luxury demand, while Dubai Marina and DIFC round out the top five. Notably, the yet-to-be-completed Palm Jebel Ali is rapidly emerging as a future contender, recording 22 sales above US$10 million in Q4 2025.</p>

    <div class="chart-row">
      <div class="chart-container" style="grid-column: 1 / -1;">
        <div class="chart-title">Estimated Transactions by Area (AED 10M&ndash;50M Apartments)</div>
        <canvas id="areasBarChart" height="260"></canvas>
      </div>
    </div>

    <div class="data-table-wrapper">
      <table>
        <thead>
          <tr>
            <th style="width:40px;">#</th>
            <th>Area</th>
            <th>Est. Transactions</th>
            <th>Est. Value (AED B)</th>
            <th>Avg Price (AED M)</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td class="rank-cell">1</td>
            <td class="highlight-cell">Palm Jumeirah</td>
            <td class="value-cell">~820</td>
            <td class="value-cell">18.4</td>
            <td class="value-cell">22.4</td>
          </tr>
          <tr>
            <td class="rank-cell">2</td>
            <td class="highlight-cell">Downtown Dubai</td>
            <td class="value-cell">~540</td>
            <td class="value-cell">10.8</td>
            <td class="value-cell">20.0</td>
          </tr>
          <tr>
            <td class="rank-cell">3</td>
            <td class="highlight-cell">Business Bay</td>
            <td class="value-cell">~460</td>
            <td class="value-cell">10.1</td>
            <td class="value-cell">22.0</td>
          </tr>
          <tr>
            <td class="rank-cell">4</td>
            <td class="highlight-cell">Dubai Marina / JBR</td>
            <td class="value-cell">~380</td>
            <td class="value-cell">6.5</td>
            <td class="value-cell">17.1</td>
          </tr>
          <tr>
            <td class="rank-cell">5</td>
            <td class="highlight-cell">DIFC</td>
            <td class="value-cell">~290</td>
            <td class="value-cell">5.5</td>
            <td class="value-cell">19.0</td>
          </tr>
        </tbody>
      </table>
    </div>

    <p class="source-tag">Knight Frank UAE (Q1&ndash;Q4 2025), DubaiHome / DLD (Feb 2026), DXBInteract 2025</p>
  </div>
</section>

<!-- ===== BUYER NATIONALITIES ===== -->
<section id="buyer-nationalities">
  <div class="container">
    <div class="section-divider">
      <span class="section-number">06</span>
      <div class="section-divider-line"></div>
    </div>
    <div class="accent-bar"></div>
    <p class="label" style="margin-bottom: 0.5rem;">Buyer Demographics</p>
    <h2>Buyer Nationalities Breakdown</h2>
    <p>Dubai's luxury apartment market draws capital from over 150 nationalities, making it one of the most internationally diversified property markets globally. In the AED 10M&ndash;50M segment, the buyer profile skews toward higher-net-worth demographics compared to the overall market. European buyers &mdash; led by British and Russian nationals &mdash; represent the largest regional bloc at an estimated 26%, reflecting both lifestyle migration and fiscal repositioning (notably following the UK's abolition of the non-domicile tax regime in April 2025). GCC nationals, particularly from Saudi Arabia and the UAE, are prominent in the ultra-luxury tier, with Saudi buyers commanding the highest average ticket size among all nationalities. Indian buyers, while dominant in the overall market at 22%, maintain a significant 15% share in the luxury segment, increasingly purchasing as primary residences rather than pure investments. China's strong return to 10% of luxury transactions marks the defining comeback story of 2025.</p>

    <div class="chart-row">
      <div class="chart-container">
        <div class="chart-title">Buyer Nationality Distribution</div>
        <div class="chart-canvas-wrap">
          <canvas id="nationalityDonut" width="340" height="340"></canvas>
        </div>
      </div>

      <div>
        <div class="data-table-wrapper" style="margin-top: 0;">
          <table>
            <thead>
              <tr>
                <th>Nationality / Region</th>
                <th>Est. Share</th>
                <th>Profile</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td class="highlight-cell">India</td>
                <td class="value-cell">15%</td>
                <td>Residency-driven, family bases</td>
              </tr>
              <tr>
                <td class="highlight-cell">United Kingdom</td>
                <td class="value-cell">14%</td>
                <td>Fiscal repositioning, lifestyle</td>
              </tr>
              <tr>
                <td class="highlight-cell">Saudi Arabia</td>
                <td class="value-cell">11%</td>
                <td>Highest avg ticket size, ultra-prime</td>
              </tr>
              <tr>
                <td class="highlight-cell">China</td>
                <td class="value-cell">10%</td>
                <td>Capital diversification, comeback 2025</td>
              </tr>
              <tr>
                <td class="highlight-cell">Russia / CIS</td>
                <td class="value-cell">9%</td>
                <td>Ultra-prime, branded residences</td>
              </tr>
              <tr>
                <td class="highlight-cell">UAE Nationals</td>
                <td class="value-cell">8%</td>
                <td>End-user, trophy assets</td>
              </tr>
              <tr>
                <td class="highlight-cell">Other Europe</td>
                <td class="value-cell">7%</td>
                <td>France, Germany, Italy</td>
              </tr>
              <tr>
                <td class="highlight-cell">North America</td>
                <td class="value-cell">6%</td>
                <td>Golden Visa, branded residences</td>
              </tr>
              <tr>
                <td class="highlight-cell">Other GCC</td>
                <td class="value-cell">5%</td>
                <td>Kuwait, Bahrain, Qatar</td>
              </tr>
              <tr>
                <td class="highlight-cell">Other</td>
                <td class="value-cell">15%</td>
                <td>150+ nationalities represented</td>
              </tr>
            </tbody>
          </table>
        </div>
      </div>
    </div>

    <p class="source-tag">Benhams UAE / DLD (Mar 2026), Knight Frank Destination Dubai Report, DXBInteract Nationality Data 2025</p>
  </div>
</section>

<!-- ===== SOURCES & METHODOLOGY ===== -->
<section id="methodology">
  <div class="container">
    <div class="section-divider">
      <span class="section-number">07</span>
      <div class="section-divider-line"></div>
    </div>
    <div class="accent-bar"></div>
    <p class="label" style="margin-bottom: 0.5rem;">Transparency</p>
    <h2>Sources &amp; Methodology</h2>
    <p>This report synthesises data from multiple authoritative sources to construct the most comprehensive available picture of Dubai's luxury apartment market in the AED 10M&ndash;50M bracket. Exact granular data for this specific price band and property type is not published as a standalone dataset by any single source. All figures presented are derived through cross-referencing and triangulation of the following primary sources:</p>

    <div class="methodology-card">
      <h4>Primary Data Sources</h4>
      <ul>
        <li><strong>Dubai Land Department (DLD)</strong> &mdash; Official transaction records, the foundational dataset for all market analysis</li>
        <li><strong>Knight Frank UAE</strong> &mdash; Quarterly US$10M+ residential sales reports (Q1&ndash;Q4 2025, Jan 2026), Prime Index, Destination Dubai report</li>
        <li><strong>Property Monitor</strong> &mdash; Market intelligence platform; data used by Metropolitan Premium Properties and OMNIYAT for developer rankings</li>
        <li><strong>DXBInteract</strong> &mdash; Dubai Real Estate Yearly Report 2025, transaction analytics</li>
        <li><strong>Cavendish Maxwell</strong> &mdash; Dubai Residential Market Performance FY 2025</li>
        <li><strong>DubaiHome</strong> &mdash; Dubai Apartment Market 2025 Year in Review (DLD data, Feb 2026)</li>
        <li><strong>Benhams UAE</strong> &mdash; Buyer nationality analysis based on DLD transaction registration data (Mar 2026)</li>
        <li><strong>Savills</strong> &mdash; Dubai Prime Residential Market December 2025</li>
      </ul>
    </div>

    <div class="methodology-card" style="margin-top: 1rem;">
      <h4>Methodology Notes</h4>
      <ul>
        <li>The AED 10M&ndash;50M apartment-only segment is estimated by applying property-type ratios and price-band distributions from multiple overlapping datasets</li>
        <li>Knight Frank reports on US$10M+ (approximately AED 36.7M+) homes including both apartments and villas; apartment share is estimated at ~55% based on Q2 2025 data showing 80 apartments vs 63 villas</li>
        <li>Metropolitan / Property Monitor reports 6,622 AED 10M+ residential transactions in 2025 across all property types; apartment share is derived from property-type splits</li>
        <li>DubaiHome reports 7,076 AED 5M+ apartment transactions in 2025; the AED 10M&ndash;50M subset is estimated by applying price-tier distributions</li>
        <li>Buyer nationality data reflects the overall market composition with adjustments for the luxury segment based on Knight Frank HNWI research and brokerage reports</li>
        <li>All estimates are clearly marked with "~" to indicate approximation; no data has been fabricated</li>
        <li>The reporting period of March 2025&ndash;March 2026 is approximated using calendar year 2025 data with seasonal adjustments</li>
      </ul>
    </div>

    <p class="source-tag">All sources accessed between January and March 2026</p>
  </div>
</section>

<!-- ===== FOOTER ===== -->
<footer class="footer">
  <div class="container">
    <div class="footer-brand">Weverton</div>
    <div class="footer-sub">The Space Curator &middot; Dubai</div>
    <div class="footer-line"></div>
    <div class="footer-copy">Prepared by Weverton &middot; The Space Curator &middot; Dubai &middot; 2026</div>
    <div class="footer-copy" style="margin-top: 0.5rem;">This report is for informational purposes only and does not constitute financial or investment advice.</div>
  </div>
</footer>

<!-- ===== CHART.JS SCRIPTS ===== -->
<script>
  // Global Chart.js defaults
  Chart.defaults.color = '#C1B29F';
  Chart.defaults.font.family = "'Montserrat', sans-serif";
  Chart.defaults.font.size = 12;
  Chart.defaults.plugins.legend.labels.padding = 16;
  Chart.defaults.plugins.legend.labels.usePointStyle = true;
  Chart.defaults.plugins.legend.labels.pointStyle = 'circle';

  // Color palette
  const colors = {
    forest: '#004225',
    forestLight: '#006B3F',
    greige: '#C1B29F',
    greigeLight: '#d4c9ba',
    offwhite: '#F5F2EE',
    navy: '#12264A',
    navyLight: '#1a3562',
    gold: '#C1A87D',
    teal: '#2A7B6F',
    slate: '#5A6F8A',
    copper: '#B87333',
    sage: '#7C9473',
    plum: '#6B4C6E',
    steel: '#4A6274'
  };

  // 1. Off-Plan vs Secondary Pie Chart
  new Chart(document.getElementById('offplanPieChart'), {
    type: 'doughnut',
    data: {
      labels: ['Off-Plan (Developer Sales)', 'Secondary (Resale)'],
      datasets: [{
        data: [45, 55],
        backgroundColor: [colors.forest, colors.greige],
        borderColor: '#12264A',
        borderWidth: 3,
        hoverBorderColor: '#12264A',
        hoverBorderWidth: 4
      }]
    },
    options: {
      responsive: true,
      maintainAspectRatio: true,
      cutout: '55%',
      plugins: {
        legend: {
          position: 'bottom',
          labels: {
            padding: 20,
            font: { size: 11.5, weight: '500' }
          }
        },
        tooltip: {
          backgroundColor: '#0c1a33',
          titleColor: '#F5F2EE',
          bodyColor: '#C1B29F',
          borderColor: 'rgba(193,178,159,0.2)',
          borderWidth: 1,
          padding: 14,
          cornerRadius: 4,
          callbacks: {
            label: function(context) {
              return context.label + ': ' + context.parsed + '%';
            }
          }
        }
      }
    }
  });

  // 2. Top 5 Areas Horizontal Bar Chart
  new Chart(document.getElementById('areasBarChart'), {
    type: 'bar',
    data: {
      labels: ['Palm Jumeirah', 'Downtown Dubai', 'Business Bay', 'Dubai Marina / JBR', 'DIFC'],
      datasets: [{
        label: 'Estimated Transactions',
        data: [820, 540, 460, 380, 290],
        backgroundColor: [
          colors.forest,
          colors.forestLight,
          colors.teal,
          colors.greige,
          colors.slate
        ],
        borderColor: 'transparent',
        borderRadius: 3,
        barThickness: 36
      }]
    },
    options: {
      indexAxis: 'y',
      responsive: true,
      maintainAspectRatio: true,
      scales: {
        x: {
          beginAtZero: true,
          max: 1000,
          grid: {
            color: 'rgba(193,178,159,0.08)',
            drawBorder: false
          },
          ticks: {
            font: { size: 11 },
            callback: function(value) { return '~' + value; }
          }
        },
        y: {
          grid: { display: false },
          ticks: {
            font: { size: 12, weight: '500' },
            color: '#F5F2EE'
          }
        }
      },
      plugins: {
        legend: { display: false },
        tooltip: {
          backgroundColor: '#0c1a33',
          titleColor: '#F5F2EE',
          bodyColor: '#C1B29F',
          borderColor: 'rgba(193,178,159,0.2)',
          borderWidth: 1,
          padding: 14,
          cornerRadius: 4,
          callbacks: {
            label: function(context) {
              return '~' + context.parsed.x + ' transactions';
            }
          }
        }
      }
    }
  });

  // 3. Buyer Nationalities Donut Chart
  new Chart(document.getElementById('nationalityDonut'), {
    type: 'doughnut',
    data: {
      labels: ['India', 'United Kingdom', 'Saudi Arabia', 'China', 'Russia / CIS', 'UAE', 'Other Europe', 'North America', 'Other GCC', 'Other'],
      datasets: [{
        data: [15, 14, 11, 10, 9, 8, 7, 6, 5, 15],
        backgroundColor: [
          colors.forest,
          colors.greige,
          colors.gold,
          colors.teal,
          colors.copper,
          colors.forestLight,
          colors.slate,
          colors.sage,
          colors.plum,
          colors.steel
        ],
        borderColor: '#12264A',
        borderWidth: 2.5,
        hoverBorderColor: '#12264A',
        hoverBorderWidth: 3
      }]
    },
    options: {
      responsive: true,
      maintainAspectRatio: true,
      cutout: '50%',
      plugins: {
        legend: {
          position: 'bottom',
          labels: {
            padding: 12,
            font: { size: 10.5 },
            boxWidth: 10
          }
        },
        tooltip: {
          backgroundColor: '#0c1a33',
          titleColor: '#F5F2EE',
          bodyColor: '#C1B29F',
          borderColor: 'rgba(193,178,159,0.2)',
          borderWidth: 1,
          padding: 14,
          cornerRadius: 4,
          callbacks: {
            label: function(context) {
              return context.label + ': ' + context.parsed + '%';
            }
          }
        }
      }
    }
  });
</script>

</body>
</html>