    /* -- Floating Action Button v2 (glow-pulse, 72/64px, badge) -- */
    /* Badge placeholder (hidden by default, for future AI-chat count) */
/* About page responsive — mobile only, desktop not touched */
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */
/*# sourceURL=/wp-includes/css/dist/block-library/common.min.css */
/*# sourceURL=global-styles-inline-css */
    
/*# sourceURL=uaeprop-interactions-inline-css */
/* Contact page: ITI phone flag selector dark-mode override */
    /* input.is-invalid highlight */

    /* Contact page responsive — mobile only */
@font-face{ font-family:Fraunces;font-style:normal;font-weight:300 700;font-display:swap;src:url('/fonts/fraunces-latin.woff2') format('woff2'); }
@font-face{ font-family:"IBM Plex Sans";font-style:normal;font-weight:400;font-display:swap;src:url('/fonts/ibm-plex-sans-400-latin.woff2') format('woff2'); }
@font-face{ font-family:"IBM Plex Sans";font-style:normal;font-weight:500;font-display:swap;src:url('/fonts/ibm-plex-sans-500-latin.woff2') format('woff2'); }
@font-face{ font-family:"IBM Plex Sans";font-style:normal;font-weight:700;font-display:swap;src:url('/fonts/ibm-plex-sans-700-latin.woff2') format('woff2'); }
@font-face{ font-family:"JetBrains Mono";font-style:normal;font-weight:500;font-display:swap;src:url('/fonts/jetbrains-mono-500-latin.woff2') format('woff2'); }
/* ── Page shell ── */
.up-md-page { font-family: 'IBM Plex Sans', sans-serif; }
/* 24.07: was max-width:1440px + margin:0 auto — capped the WHOLE page (not just its content)
   to 1440px on every viewport, unlike every other page (/insights/, /weekly-briefing/, homepage)
   which has no page-level cap and lets each section's own background go full-bleed while its
   content re-centers via the 1280px rail formula. This is why the dark hero/kpi-band/cta
   sections never reached the real screen edges above 1440px wide. */

/* ── Hero ── */
.up-md-hero { background: var(--wp--preset--color--bg-dark); color: var(--wp--preset--color--cream); padding: 80px max(80px, calc((100% - 1280px) / 2)) 80px; }
.up-md-hero .up-eyebrow { font-family:'JetBrains Mono',monospace; font-size:11px; font-weight:500; letter-spacing:1.6px; text-transform:uppercase; color:rgba(247,237,217,0.65); display:block; margin-bottom:20px; }
.up-md-hero h1 { font-family:'Fraunces',serif; font-size:clamp(36px,5vw,56px); font-weight:400; line-height:1.1; margin:0 0 20px; color:var(--wp--preset--color--cream); }
.up-md-hero .up-sub { font-size:17px; line-height:1.65; color:rgba(247,237,217,0.85); max-width:700px; margin:0 0 18px; }
.up-md-hero .up-data-date { font-family:'JetBrains Mono',monospace; font-size:11px; color:rgba(247,237,217,0.55); margin-bottom:6px; display:block; }
.up-md-hero .up-disclaimer { font-size:13px; color:rgba(247,237,217,0.55); max-width:680px; line-height:1.5; }

/* ── KPI band ── */
.up-md-kpi-band { background:var(--wp--preset--color--bg-dark); padding:80px max(80px, calc((100% - 1280px) / 2)); }
.up-md-kpi-grid { display:grid; grid-template-columns:repeat(4,1fr); max-width:1280px; margin:0 auto; }
.up-md-kpi { text-align:center; padding:0 24px; border-right:1px solid rgba(247,237,217,0.12); }
.up-md-kpi:last-child { border-right:none; }
.up-md-kpi-number { font-family:'Fraunces',serif; font-size:clamp(36px,4vw,52px); font-weight:400; font-variation-settings:"SOFT" 0,"WONK" 1; color:var(--wp--preset--color--cream); line-height:1; display:block; margin-bottom:12px; }
/* 24.07: was JetBrains Mono — the sitewide canon (specs/UAEPROP_CONSTITUTION.md) reserves
   that font for 11px uppercase kickers only; big display numbers use Fraunces everywhere
   else (e.g. homepage .up-chart__pct, .up-md-price-card-value on this same page). */
.up-md-kpi-label { font-family:'JetBrains Mono',monospace; font-size:11px; font-weight:500; letter-spacing:1.4px; text-transform:uppercase; color:#d28b5a; }

/* ── Sections ── */
.up-md-section { padding:80px 0; }
.up-md-section:nth-child(odd) { background:#fff; }
.up-md-section:nth-child(even) { background:var(--wp--preset--color--bg-light); }
/* .t2-section-inner token (max-width:1280px + padding:0 80px) applied via interactions.css */
.up-md-section-inner { max-width:1280px; margin:0 auto; padding-left:80px; padding-right:80px;  }
/* .up-md-section-title replaced by .t2-section-title token — font-size now clamp(32px,5vw,64px) */
.up-md-section-title { color:var(--wp--preset--color--bg-dark); margin:0 0 6px; }
/* .up-md-section-eyebrow replaced by .t2-kicker token */
.up-md-section-eyebrow { display:block; margin-bottom:10px; }

/* ── Price cards ── */
.up-md-price-cards { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-top:32px; }
.up-md-price-card { background:#fff; border-radius:12px; padding:28px 24px; border:1px solid rgba(45,55,69,0.1); }
.up-md-price-card-label { font-family:'JetBrains Mono',monospace; font-size:11px; font-weight:500; letter-spacing:1.2px; text-transform:uppercase; color:#d28b5a; margin-bottom:10px; display:block; }
.up-md-price-card-value { font-family:'Fraunces',serif; font-size:26px; font-weight:400; color:var(--wp--preset--color--bg-dark); display:block; margin-bottom:4px; }
.up-md-price-card-sub { font-family:'IBM Plex Sans',sans-serif; font-size:13px; color:rgba(45,55,69,0.55); }

/* ── Tables ── */
.up-md-table-wrap { margin-top:28px; overflow-x:auto; }
.up-md-table { width:100%; border-collapse:collapse; font-size:14px; }
.up-md-table th { font-family:'JetBrains Mono',monospace; font-size:11px; font-weight:500; letter-spacing:1px; text-transform:uppercase; color:#d28b5a; text-align:left; padding:10px 14px; border-bottom:2px solid rgba(45,55,69,0.15); white-space:nowrap; }
.up-md-table td { padding:12px 14px; border-bottom:1px solid rgba(45,55,69,0.08); color:#2d3745; vertical-align:middle; }
.up-md-table tr:hover td { background:rgba(210,139,90,0.04); }
.up-md-table .num { font-family:'IBM Plex Sans',sans-serif; font-size:13px; }
.up-md-table .badge { display:inline-block; padding:2px 8px; border-radius:4px; font-family:'JetBrains Mono',monospace; font-size:11px; font-weight:500; background:rgba(210,139,90,0.12); color:#d28b5a; }

/* ── Mobile table reflow: card-per-row (17.08.2026 mobile redesign) ──
   The 3 data tables (by-emirate/top-districts: 6 cols; price-by-layout: 5
   cols) don't survive a shrink at 768px and below — either text truncates or
   the table needs silent horizontal scrolling. Converted to one card per
   data row instead: first column becomes a bold card title, remaining
   columns become label:value lines (label text comes from data-label,
   injected per-locale in market-data-stats.ts from the same translated
   <thead> wording — so the mobile label always matches the desktop column
   header, in the right language). Top-districts additionally keeps its
   rank + district name + emirate badge on one header line via CSS grid
   areas, since those 3 read naturally together. Desktop/tablet >768 is
   completely untouched — this only fires inside the media query below, and
   the <thead> is visually hidden (not removed) so the column names are
   still available to assistive tech even though the table stops being a
   literal <table> layout on mobile. */
@media (max-width:768px) {
  .up-md-table-wrap { overflow-x:visible; margin-top:20px; }
  .up-md-table { display:block; width:100%; }
  /* Visually-hidden (sr-only) header row, kept for assistive tech only — the
     mobile-spacing audit flags padding:0 here against the 24px canon, but that
     canon applies to VISIBLE page-rail/content padding. clip:rect(0,0,0,0)
     crops the RENDERED/visible area to zero regardless of the box's actual
     (padding-inflated) size, so no padding value here produces any visible
     spacing — not a spacing defect, just an a11y technique the generic audit
     script can't distinguish from real content. */
  .up-md-table thead {
    position:absolute; width:1px; height:1px; padding:0; margin:-1px;
    overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0;
  }
  .up-md-table tbody { display:block; }
  /* 19.08 mobile-spacing audit (audit_mobile_spacing.mjs) flags this 16px as a
     PAD mismatch against the 24px page-rail canon — false positive: this
     padding is the CARD's own boundary (border-radius/border/background set
     in this same rule below), i.e. "intra-card padding", explicitly
     whitelisted as its own smaller scale in specs/MOBILE_DESIGN_CANON_20260817.md
     § Whitelist item 2 ("Intra-card padding/gap 16px/14px/12px — a different
     scale than page-rail side-padding"). Left unchanged — 24px here would
     just add unwanted extra inset inside an already-padded card. */
  .up-md-table tbody tr {
    display:block;
    background:#fff;
    border:1px solid rgba(45,55,69,0.1);
    border-radius:12px;
    padding:16px;
    margin-bottom:12px;
  }
  .up-md-table tbody tr:last-child { margin-bottom:0; }
  .up-md-table tbody tr:hover td { background:none; }
  /* Same false-positive class as the card padding above: this 0 left/right is
     the label:value flex row living INSIDE the already-16px-padded card — it's
     meant to span edge-to-edge of the card's own content box, not get a second
     24px page-rail inset stacked on top. Intra-card exception, canon § 2. */
  .up-md-table td {
    display:flex; justify-content:space-between; align-items:baseline; gap:12px;
    padding:7px 0; border-bottom:1px solid rgba(45,55,69,0.06);
    font-size:14px; white-space:normal;
  }
  .up-md-table td:last-child { border-bottom:none; padding-bottom:0; }
  .up-md-table td::before {
    content:attr(data-label);
    font-family:'JetBrains Mono',monospace; font-size:10px; font-weight:500;
    letter-spacing:0.6px; text-transform:uppercase; color:rgba(45,55,69,0.45);
    flex-shrink:0;
  }
  .up-md-table td.num { font-size:14px; }
  /* Card title = first column (Emirate / District name / Layout name) */
  .up-md-table td:first-child {
    display:block;
    font-family:'IBM Plex Sans',sans-serif; font-weight:600; font-size:16px;
    color:var(--wp--preset--color--ink);
    padding:0 0 10px; margin-bottom:6px;
    border-bottom:1px solid rgba(45,55,69,0.1);
  }
  .up-md-table td:first-child::before { display:none; }

  /* Top-districts: rank + name + emirate badge share one header line */
  .up-md-table--ranked tbody tr {
    display:grid;
    grid-template-columns:auto 1fr auto;
    grid-template-areas:"rank name badge" "f1 f1 f1" "f2 f2 f2" "f3 f3 f3";
    row-gap:8px; column-gap:10px;
  }
  /* Same intra-card exception as .up-md-table td above (canon § Whitelist 2) —
     rank/name/badge share the CSS-grid header row set on the parent rule
     above (grid-template-areas "rank name badge"), inside the already-
     16px-padded card; row-gap/column-gap on that grid parent supplies the
     spacing here, not page-rail padding. */
  .up-md-table--ranked td:first-child,
  .up-md-table--ranked td:nth-child(2),
  .up-md-table--ranked td:nth-child(3) {
    border-bottom:none; padding:0; margin-bottom:0;
  }
  .up-md-table--ranked td:first-child {
    grid-area:rank; display:block; font-size:13px; font-weight:500; color:rgba(45,55,69,0.4);
  }
  .up-md-table--ranked td:nth-child(2) {
    grid-area:name; display:block; font-family:'IBM Plex Sans',sans-serif;
    font-weight:600; font-size:16px; color:var(--wp--preset--color--ink);
  }
  .up-md-table--ranked td:nth-child(2)::before { display:none; }
  .up-md-table--ranked td:nth-child(3) {
    grid-area:badge; display:flex; align-items:flex-start; justify-content:flex-end;
  }
  .up-md-table--ranked td:nth-child(3)::before { display:none; }
  .up-md-table--ranked td:nth-child(4) { grid-area:f1; }
  .up-md-table--ranked td:nth-child(5) { grid-area:f2; }
  .up-md-table--ranked td:nth-child(6) { grid-area:f3; }
}

/* ── Handover bars ── */
.up-md-handover-summary { display:flex; gap:48px; margin:28px 0 40px; flex-wrap:wrap; }
.up-md-handover-stat .num { font-family:'Fraunces',serif; font-size:36px; font-weight:400; font-variation-settings:"SOFT" 0,"WONK" 1; color:var(--wp--preset--color--bg-dark); display:block; line-height:1; }
.up-md-handover-stat .lbl { font-family:'JetBrains Mono',monospace; font-size:11px; font-weight:500; letter-spacing:1.2px; text-transform:uppercase; color:#d28b5a; margin-top:8px; display:block; }
.up-md-bar-chart { display:flex; flex-direction:column; gap:8px; max-width:700px; }
.up-md-bar-row { display:flex; align-items:center; gap:12px; }
.up-md-bar-label { font-family:'JetBrains Mono',monospace; font-size:11px; color:rgba(45,55,69,0.7); width:36px; text-align:right; flex-shrink:0; }
.up-md-bar-track { flex:1; background:rgba(45,55,69,0.08); border-radius:3px; height:18px; }
.up-md-bar-fill { background:#d28b5a; border-radius:3px; height:18px; min-width:2px; }
.up-md-bar-count { font-family:'JetBrains Mono',monospace; font-size:11px; color:rgba(45,55,69,0.55); width:36px; flex-shrink:0; }
/* 26.08 (Mikhail-reported): HANDOVER TIMELINE's stat row + bar chart were a
   single stacked column (stats above, chart below) at every width, incl.
   tablet. On 768-1366px tablets specifically, split into 2 columns — chart
   on the left, the 3-stat summary as a vertical column on the right.
   Mobile (<768px) and desktop (>1366px, already single-column and not part
   of Mikhail's ask) are untouched — the wrapper is a plain block at every
   width outside this query, so it changes nothing there. */
@media (min-width:768px) and (max-width:1366px) {
  /* 26.08 code-review finding (gemini_2_5_pro): zeroing the children's own
     margin below also silently dropped .up-md-handover-summary's original
     28px top margin (the gap below "Completion Schedule", whose own
     margin-bottom is only 6px — .up-md-section-title{margin:0 0 6px}) —
     collapsed the ~28px title gap down to ~6px. Restored on the wrapper
     itself so it applies once, not per-child. */
  .up-md-handover-layout { display:flex; align-items:flex-start; gap:40px; margin-top:28px; }
  .up-md-handover-layout .up-md-bar-chart { order:1; flex:1 1 auto; max-width:none; min-width:0; margin:0; }
  .up-md-handover-layout .up-md-handover-summary { order:2; flex:0 0 220px; flex-direction:column; flex-wrap:nowrap; gap:20px; margin:0; }
}

/* ── CTA ── */
.up-md-cta { background:#d28b5a; padding:80px max(80px, calc((100% - 1280px) / 2)); text-align:left; }
.up-md-cta h2 { font-family:'Fraunces',serif; font-size:32px; font-weight:400; color:#0e0e10; margin:0 0 24px; }
.up-md-cta-btns { display:flex; gap:16px; justify-content:flex-start; flex-wrap:wrap; }
/* 30.07: radius reverted 6px→999px pill — see identical comment in
   price-per-sqft-inline.css (same pre-footer copper CTA family as FAQ/insights,
   both already 999px; the 6px doc reference is a WP/FSE-era recon snapshot,
   not the live Astro canon for this CTA family). */
.up-md-btn-primary { display:inline-block; background:#2d3745; color:#ffffff; font-weight:600; font-family:'IBM Plex Sans',sans-serif; font-size:15px; padding:14px 32px; border-radius:999px; text-decoration:none; }
.up-md-btn-secondary { display:inline-block; border:1px solid rgba(14,14,16,0.35); color:#0e0e10; font-family:'IBM Plex Sans',sans-serif; font-size:15px; padding:14px 32px; border-radius:999px; text-decoration:none; }

@media (max-width:960px) {
  /* 17.08 mobile redesign: 24px side padding is the canon's 481-960px tier
     (specs/MOBILE_DESIGN_CANON_20260817.md) — the ≤420px block below drops
     this to 20px for the 390px tier specifically.
     25.08 (Mikhail-reported): .up-md-section was listed here alongside
     .up-md-section-inner, but -inner is nested DIRECTLY inside .up-md-section
     (base rule: .up-md-section has no side padding of its own, only
     top/bottom — .up-md-section-inner alone carries padding-left/right at
     desktop). Giving both the same value here doubled the effective rail
     to 48px instead of the intended single 24px layer, same bug class as
     the /price-per-sqft/ fix earlier this session. Removed .up-md-section
     from this list. */
  .up-md-hero,.up-md-kpi-band,.up-md-cta,.up-md-section-inner { padding-left:24px; padding-right:24px; }
  .up-md-kpi-grid { grid-template-columns:repeat(2,1fr); gap:24px; }
  .up-md-kpi { border-right:none; padding:0; }
  .up-md-price-cards { grid-template-columns:1fr; margin-top:24px; }
  /* Halve section padding on mobile, matching the sitewide 80px→40px
     convention already used on the homepage (.up-testimonials/.up-desk). */
  .up-md-hero,.up-md-kpi-band,.up-md-cta { padding-top:40px; padding-bottom:40px; }
  .up-md-section { padding-top:40px; padding-bottom:40px; }
  /* 3-stat row (Ready Now / Under Construction / No Date) — desktop's 48px
     gap is generous whitespace that doesn't earn its keep on a narrow
     screen; canon calls for compressed grid/card gaps on mobile. */
  .up-md-handover-summary { gap:24px; }
}
/* 25.08 (Mikhail-reported, live tablet screenshot): this file only ever had
   a <=960px mobile tier and a <=480px phone tier — nothing covered
   961-1439px, so a real ~1024px tablet fell all the way through to the
   desktop base rule (80px side padding via .up-md-section-inner/.up-md-hero/
   .up-md-kpi-band's own `max(80px, calc((100%-1280px)/2))`, plus 80px+80px
   top/bottom on adjacent hero+kpi-band = a 173px live-measured gap between
   the hero disclaimer and the KPI numbers). Matches the sitewide 600-1439px
   tablet-padding canon (wp-inline.css's .up-diff/.up-offplan/etc, the 21.08
   decision) for side padding; vertical padding reuses the same 40px this
   file's own <=960px tier already uses, halving the combined disclaimer->
   numbers gap from 160px to 80px, matching the mobile tier's already-
   established rhythm instead of a new number. .up-md-section (not
   -section-inner) intentionally excluded from the side-padding list — same
   double-padding reasoning as the <=960px block above. */
@media (min-width:961px) and (max-width:1439px) {
  .up-md-hero,.up-md-kpi-band,.up-md-cta,.up-md-section-inner { padding-left:48px; padding-right:48px; }
  .up-md-hero,.up-md-kpi-band,.up-md-cta { padding-top:40px; padding-bottom:40px; }
  .up-md-section { padding-top:40px; padding-bottom:40px; }
}
/* 390px tier (canon: 20px side padding, distinct from the 481-960px 24px
   tier above) + real hero/CTA mobile decisions, not just a shrink. */
@media (max-width:480px) {
  /* 25.08: same .up-md-section double-padding fix as the 960px block above. */
  .up-md-hero,.up-md-kpi-band,.up-md-cta,.up-md-section-inner { padding-left:20px; padding-right:20px; }
  /* Hero: tighten further than the 40px 481-960px tier — this hero has no
     primary CTA of its own (that's the page's dedicated CTA section below),
     so the goal is reaching the KPI band/real content sooner, not fitting a
     CTA above the fold. */
  .up-md-hero { padding-top:32px; padding-bottom:28px; }
  .up-md-hero .up-sub { margin-bottom:14px; }
  /* CTA: 2 pill buttons side-by-side get cramped at 390px (measured — total
     width exceeds the 350px content box once side padding is subtracted).
     Stack full-width instead of letting them wrap unevenly; also gives both
     a larger, more deliberate touch target than a wrapped narrow pill. */
  .up-md-cta-btns { flex-direction:column; align-items:stretch; }
  .up-md-btn-primary,.up-md-btn-secondary { text-align:center; }
}
@font-face{ 
  font-family: 'IBM Plex Sans';
  src: url('/fonts/ibm-plex-sans-500-latin.woff2') format('woff2');
  font-weight: 500; font-style: normal; font-display:swap;
 }
@font-face{ 
  font-family: 'JetBrains Mono';
  src: url('/fonts/jetbrains-mono-500-latin.woff2') format('woff2');
  font-weight: 400 500; font-style: normal; font-display:swap;
 }

/* ── Outer shell ── */

/* ── Logo (left) ── */

/* ── Nav wrapper — centered via flex grow trick ── */

/* ── Nav item gap: 28px between items (half each side = 14px) ── */

/* ── Top-level links / buttons ── */

/* chevron icon */

/* ── Dropdown panel ── */

/* ── Emirates flyout arrow ── */

/* ── Emirates sub-dropdown (flies right) ── */

/* ── Right side: lang switcher + CTA ── */

/* Language switcher */

/* CTA pill — edits4: enlarged to match removed float-btn (h:56px, 16px, 500) */

/* ── Mobile hamburger ── */

/* ── Mobile menu panel ── */

/* ── Responsive breakpoint ── */
@font-face{ 
  font-family: 'IBM Plex Sans';
  src: url('/fonts/ibm-plex-sans-400-latin.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display:swap;
 }
@font-face{ 
  font-family: 'IBM Plex Sans';
  src: url('/fonts/ibm-plex-sans-500-latin.woff2') format('woff2');
  font-weight: 500; font-style: normal; font-display:swap;
 }
@font-face{ 
  font-family: 'JetBrains Mono';
  src: url('/fonts/jetbrains-mono-500-latin.woff2') format('woff2');
  font-weight: 400 500; font-style: normal; font-display:swap;
 }

/* ── Top row: brand left + columns right ── */

/* ── Brand block (left ~44%) ── */

/* ── 5 columns (right ~56%) — Wave-G: right-align cols block to rail edge ── */
/* Wave-G: gap handles spacing, no margin-left needed */

/* ── Bottom bar ── */

/* Lang switcher in footer bottom bar */

/* ── Responsive ── */
