

/* ═══════════════════════════════════════════
   DESIGN TOKENS
═══════════════════════════════════════════ */
:root {
  --ink:       #0C0C0A;
  --stone:     #1A1916;
  --charcoal:  #2E2C28;
  --warm-mid:  #4A4A4A;
  --warm-grey: #767676;
  --silk:      #FFF5F5;
  --cream:     #FFFFFF;
  --white:     #FFFFFF;
  --bronze:    #D2141E;
  --bronze-lt: #E8454E;
  --bronze-dk: #A50E16;

  --font-serif: 'Cormorant Garamond', Georgia, serif;
  --font-sans:  'DM Sans', system-ui, sans-serif;

  --ease: cubic-bezier(0.25, 0.1, 0.25, 1);
  --ease-out: cubic-bezier(0, 0, 0.2, 1);
  --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; }

body {
  font-family: var(--font-sans);
  background: var(--cream);
  color: var(--ink);
  font-size: 15px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  cursor: none;
}

.pph-count-order{
  display: none !important;
}
/* ═══════════════════════════════════════════
   NAVIGATION (CSS-only checkbox toggle)
═══════════════════════════════════════════ */
#nav-toggle { display: none; }

.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 500;
  height: 76px;
  display: flex;
  align-items: center;
  background: rgba(249,248,244,0.97);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(12,12,10,0.06);
}
.nav-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 48px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo { display: flex; align-items: center; text-decoration: none; }
img, video { display: block; max-width: 100%; }
.nav-logo-img { height: 64px; width: auto; }
.nav-links { display: flex; align-items: center; gap: 36px; list-style: none; }
.nav-links a { font-size: 13px; font-weight: 300; letter-spacing: 0.04em; color: var(--warm-grey); text-decoration: none; }
.nav-links a:hover { color: var(--bronze); }
.nav-right { display: flex; align-items: center; gap: 24px; }
.nav-tel { font-size: 12px; font-weight: 300; color: var(--warm-grey); letter-spacing: 0.04em; }
.nav-cta { background: var(--ink); color: var(--white); padding: 11px 24px; font-size: 11px; font-weight: 400; letter-spacing: 0.12em; text-transform: uppercase; text-decoration: none; }
.nav-cta:hover { background: var(--bronze); }
.nav-hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; -webkit-tap-highlight-color: transparent; }
.nav-hamburger span { display: block; height: 2px; width: 22px; background: var(--ink); border-radius: 1px; }

.nav-drawer {
  position: fixed;
  top: 0; right: -110%;
  width: min(300px, 85vw);
  height: 100vh; height: 100dvh;
  background: var(--ink);
  z-index: 9000;
  display: flex;
  flex-direction: column;
  padding: 24px 28px 40px;
  transition: right 0.35s ease;
  overflow-y: auto;
}
.nav-drawer-close { position: absolute; top: 16px; right: 16px; color: rgba(255,255,255,0.6); font-size: 28px; line-height: 1; cursor: pointer; padding: 8px; -webkit-tap-highlight-color: transparent; }
.nav-drawer-links { list-style: none; margin-top: 60px; display: flex; flex-direction: column; gap: 0; }
.nav-drawer-links a { display: block; padding: 14px 0; font-size: 22px; font-family: var(--font-serif); font-weight: 300; color: var(--silk); text-decoration: none; border-bottom: 1px solid rgba(255,255,255,0.06); }
.nav-drawer-cta { display: block; margin-top: 28px; padding: 14px 20px; background: var(--bronze); color: #fff; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; text-align: center; text-decoration: none; }
.nav-drawer-contact { margin-top: 24px; display: flex; flex-direction: column; gap: 8px; }
.nav-drawer-contact a { font-size: 13px; color: rgba(255,255,255,0.4); text-decoration: none; font-weight: 300; }

.nav-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.5); z-index: 8999; opacity: 0; pointer-events: none; transition: opacity 0.3s; cursor: pointer; }

/* CSS-only open state */
#nav-toggle:checked ~ .nav-drawer { right: 0; }
#nav-toggle:checked ~ .nav-overlay { opacity: 1; pointer-events: all; }

/* Mobile */



/* ── Custom cursor (desktop pointer:fine only) ── */





a { text-decoration: none; color: inherit; }
button { font-family: var(--font-sans); cursor: none; border: none; background: none; }


/* ═══════════════════════════════════════════
   NAVIGATION (CSS-only checkbox toggle)
═══════════════════════════════════════════ */
#nav-toggle { display: none; }

.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 500;
  height: 76px;
  display: flex;
  align-items: center;
  background: rgba(249,248,244,0.97);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(12,12,10,0.06);
}
.nav-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 48px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo { display: flex; align-items: center; text-decoration: none; }
img, video { display: block; max-width: 100%; }
.nav-logo-img { height: 64px; width: auto; }
.nav-links { display: flex; align-items: center; gap: 36px; list-style: none; }
.nav-links a { font-size: 13px; font-weight: 300; letter-spacing: 0.04em; color: var(--warm-grey); text-decoration: none; }
.nav-links a:hover { color: var(--bronze); }
.nav-right { display: flex; align-items: center; gap: 24px; }
.nav-tel { font-size: 12px; font-weight: 300; color: var(--warm-grey); letter-spacing: 0.04em; }
.nav-cta { background: var(--ink); color: var(--white); padding: 11px 24px; font-size: 11px; font-weight: 400; letter-spacing: 0.12em; text-transform: uppercase; text-decoration: none; }
.nav-cta:hover { background: var(--bronze); }
.nav-hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; -webkit-tap-highlight-color: transparent; }
.nav-hamburger span { display: block; height: 2px; width: 22px; background: var(--ink); border-radius: 1px; }

.nav-drawer {
  position: fixed;
  top: 0; right: -110%;
  width: min(300px, 85vw);
  height: 100vh; height: 100dvh;
  background: var(--ink);
  z-index: 9000;
  display: flex;
  flex-direction: column;
  padding: 24px 28px 40px;
  transition: right 0.35s ease;
  overflow-y: auto;
}
.nav-drawer-close { position: absolute; top: 16px; right: 16px; color: rgba(255,255,255,0.6); font-size: 28px; line-height: 1; cursor: pointer; padding: 8px; -webkit-tap-highlight-color: transparent; }
.nav-drawer-links { list-style: none; margin-top: 60px; display: flex; flex-direction: column; gap: 0; }
.nav-drawer-links a { display: block; padding: 14px 0; font-size: 22px; font-family: var(--font-serif); font-weight: 300; color: var(--silk); text-decoration: none; border-bottom: 1px solid rgba(255,255,255,0.06); }
.nav-drawer-cta { display: block; margin-top: 28px; padding: 14px 20px; background: var(--bronze); color: #fff; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; text-align: center; text-decoration: none; }
.nav-drawer-contact { margin-top: 24px; display: flex; flex-direction: column; gap: 8px; }
.nav-drawer-contact a { font-size: 13px; color: rgba(255,255,255,0.4); text-decoration: none; font-weight: 300; }

.nav-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.5); z-index: 8999; opacity: 0; pointer-events: none; transition: opacity 0.3s; cursor: pointer; }

/* CSS-only open state */
#nav-toggle:checked ~ .nav-drawer { right: 0; }
#nav-toggle:checked ~ .nav-overlay { opacity: 1; pointer-events: all; }

/* Mobile */

/* ── Custom cursor (desktop pointer:fine only) ── */





a { text-decoration: none; color: inherit; }
button { font-family: var(--font-sans); cursor: none; border: none; background: none; }


/* ═══════════════════════════════════════════
   SEARCH BAND
═══════════════════════════════════════════ */
.search-band {
  margin-top: 76px;
  background: var(--ink);
  position: relative;
}
.search-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 48px;
  display: flex;
  align-items: stretch;
  height: 64px;
  overflow: hidden;
}
/* Each cell — dept, individual fields, submit */
.search-dept,
.search-field {
  display: flex;
  align-items: center;
  flex: 1;
}
.search-dept { flex: 0 0 220px; }
.search-fields-group {
  display: flex;
  align-items: stretch;
  flex: 1;
}
/* Select — sits flush inside its cell */
.search-select {
  flex: 1;
  min-width: 0;
  height: 44px;           /* fixed height, NOT 100% — avoids clipping */
  align-self: center;
  background: transparent;
  border: none;
  outline: none;
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: rgba(255,255,255,0.7);
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='5'%3E%3Cpath d='M0 0l4.5 5L9 0z' fill='rgba(255,255,255,0.3)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding: 0 36px 0 20px;
  cursor: pointer;
  box-sizing: border-box;
}
.search-select option {
  background: #181714;
  color: rgba(255,255,255,0.85);
  font-size: 13px;
  font-weight: 300;
}
/* Department select — slightly bolder */
.search-dept .search-select {
  color: var(--white);
  font-weight: 400;
  letter-spacing: 0.07em;
  padding-left: 0;
}
.search-select:hover { color: var(--white); }
/* Dividers */
.search-sep {
  width: 1px;
  background: rgba(255,255,255,0.08);
  margin: 16px 0;
  flex-shrink: 0;
}
/* Submit */
.search-submit {
  background: var(--bronze);
  color: var(--white);
  padding: 0 36px;
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 500;
  flex-shrink: 0;
  border: none;
  cursor: pointer;
  transition: background 0.25s;
}
.search-submit:hover { background: var(--bronze-dk); }



/* ═══════════════════════════════════════════
   DEPT TABS STRIP
═══════════════════════════════════════════ */
.dept-strip {
  background: var(--white);
  border-bottom: 1px solid rgba(12,12,10,0.08);
}
.dept-strip-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 48px;
  display: flex;
  gap: 0;
}
.dept-btn {
  padding: 16px 28px;
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--warm-grey);
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  transition: color 0.2s, border-color 0.2s;
  margin-bottom: -1px;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  user-select: none;
}
.dept-btn:hover { color: var(--ink); }
.dept-btn.active {
  color: var(--ink);
  border-bottom-color: var(--bronze);
  font-weight: 500;
}

/* ═══════════════════════════════════════════
   SEARCH PAGE LAYOUT
   WordPress: archive-property.php
   Copy to: themes/cui-shoreditch/propertyhive/archive-property.php
═══════════════════════════════════════════ */
.search-body {
  max-width: 1440px;
  margin: 0 auto;
  padding: 48px 48px 120px;
  display: grid;
  grid-template-columns: 272px 1fr;
  gap: 48px;
  align-items: start;
}

/* ── Results heading ── */
.results-heading {
  font-family: var(--font-serif);
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 300;
  color: var(--ink);
  line-height: 1.1;
  margin-bottom: 28px;
}
.results-heading em { font-style: italic; color: var(--bronze); }

/* ═══════════════════════════════════════════
   FILTER SIDEBAR
   WordPress: GET form — PH reads params automatically
   PH query vars:
     department, address_keyword, minimum_rent, maximum_rent,
     minimum_price, maximum_price, minimum_bedrooms, property_type,
     commercial_property_type, furnished, availability_date_from
═══════════════════════════════════════════ */
.filter-sidebar {
  position: sticky;
  top: 116px; /* nav 76px + search band 64px - slight overlap */
  background: var(--white);
  border: 1px solid rgba(12,12,10,0.07);
  padding: 28px 24px 32px;
}
.filter-heading {
  font-size: 10px; font-weight: 500;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--warm-grey); margin-bottom: 24px;
  display: block;
}
.filter-group { margin-bottom: 20px; }
.filter-label {
  display: block;
  font-size: 10px; font-weight: 500;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--ink); margin-bottom: 8px;
}
.filter-input,
.filter-select {
  width: 100%;
  border: 1px solid rgba(12,12,10,0.12);
  background: var(--cream);
  padding: 10px 12px;
  font-family: var(--font-sans);
  font-size: 13px; font-weight: 300;
  color: var(--ink);
  outline: none; border-radius: 0; -webkit-appearance: none;
  transition: border-color 0.2s;
  box-sizing: border-box;
}
.filter-input:focus, .filter-select:focus { border-color: var(--bronze); }
.filter-select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%230C0C0A' opacity='.4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 32px;
  cursor: pointer;
}
.filter-row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.filter-divider { border: none; border-top: 1px solid rgba(12,12,10,0.07); margin: 20px 0; }
.filter-submit {
  width: 100%;
  background: var(--ink); color: var(--white);
  border: none; padding: 13px 20px;
  font-family: var(--font-sans);
  font-size: 11px; font-weight: 400;
  letter-spacing: 0.14em; text-transform: uppercase;
  cursor: pointer; transition: background 0.25s;
  margin-top: 4px;
}
.filter-submit:hover { background: var(--bronze); }
.filter-clear {
  display: block; text-align: center; margin-top: 14px;
  font-size: 11px; font-weight: 300; color: var(--warm-grey);
  letter-spacing: 0.06em;
  text-decoration: underline; text-underline-offset: 3px;
}
/* Mobile filter toggle */
.filter-toggle-btn {
  display: none;
  align-items: center; gap: 8px;
  background: var(--ink); color: var(--white);
  border: none; padding: 13px 20px;
  font-family: var(--font-sans);
  font-size: 11px; font-weight: 400;
  letter-spacing: 0.12em; text-transform: uppercase;
  cursor: pointer; width: 100%;
  margin: 24px 0 0;
  -webkit-tap-highlight-color: transparent;
}

/* ═══════════════════════════════════════════
   RESULTS AREA
═══════════════════════════════════════════ */
.results-bar {
  display: flex; align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(12,12,10,0.08);
  gap: 16px;
  flex-wrap: wrap;
}
.results-count {
  font-size: 14px; font-weight: 300; color: var(--warm-grey);
}
.results-count strong { color: var(--ink); font-weight: 500; }
.results-sort {
  border: 1px solid rgba(12,12,10,0.12);
  background: var(--white);
  padding: 8px 32px 8px 12px;
  font-family: var(--font-sans);
  font-size: 12px; font-weight: 300; color: var(--ink);
  outline: none; border-radius: 0; -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%230C0C0A' opacity='.4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  flex-shrink: 0;
  cursor: pointer;
}

/* ═══════════════════════════════════════════
   PROPERTY CARDS
   WordPress: content-property.php template override
   $property object fields:
     $property->get_formatted_price()      — formatted price
     $property->display_address            — full address
     $property->bedrooms                   — integer
     $property->bathrooms                  — integer
     $property->reception_rooms            — integer
     $property->department                 — residential-lettings / residential-sales / commercial
     $property->availability               — To Let / For Sale / Under Offer
     $property->furnished                  — Furnished / Unfurnished / Part Furnished
     get_the_post_thumbnail_url(ID,'large') — photo URL
     get_permalink()                       — listing URL
═══════════════════════════════════════════ */
.property-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3px;
  margin-bottom: 48px;
}
.prop-card {
  background: var(--white);
  overflow: hidden;
  transition: box-shadow 0.3s;
  display: flex; flex-direction: column;
}
.prop-card:hover { box-shadow: 0 8px 40px rgba(12,12,10,0.1); }

.prop-img-wrap {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: var(--silk);
  flex-shrink: 0;
}
.prop-img-wrap a{
  height:100%;
}
/* WP: replace .scene-* with <img class="prop-img" src="<?= get_the_post_thumbnail_url(get_the_ID(),'large') ?>" alt="<?= the_title_attribute() ?>"> */
.prop-img-wrap img { width:100%; height:100%!important; max-height:inherit !important; object-fit:cover; transition: transform 0.6s ease; display:block; }
.prop-card:hover .prop-img-wrap img { transform: scale(1.04); }

/* Placeholder colour swatches — remove in WordPress */
.scene-a { background: linear-gradient(135deg,#2d3561,#c05c7e); width:100%; height:100%; }
.scene-b { background: linear-gradient(135deg,#1a1a2e,#0f3460); width:100%; height:100%; }
.scene-c { background: linear-gradient(135deg,#2c3e50,#4ca1af); width:100%; height:100%; }
.scene-d { background: linear-gradient(135deg,#373b44,#4286f4); width:100%; height:100%; }
.scene-e { background: linear-gradient(135deg,#1d2671,#c33764); width:100%; height:100%; }
.scene-f { background: linear-gradient(135deg,#0f2027,#2c5364); width:100%; height:100%; }

/* WP: $property->department → badge label | $property->availability → avail badge */
.prop-dept-badge {
  position: absolute; top: 14px; left: 14px;
  background: var(--ink); color: var(--white);
  font-size: 9px; font-weight: 400;
  letter-spacing: 0.16em; text-transform: uppercase;
  padding: 5px 10px;
}
.prop-avail-badge {
  position: absolute; top: 14px; right: 14px;
  background: var(--bronze); color: var(--white);
  font-size: 9px; font-weight: 400;
  letter-spacing: 0.12em; text-transform: uppercase;
  padding: 5px 10px;
}
.prop-body { padding: 24px 24px 20px; flex: 1; display: flex; flex-direction: column; }
.prop-price {
  font-family: var(--font-serif);
  font-size: 26px; font-weight: 300; color: var(--ink);
  margin-bottom: 6px; line-height: 1;
}
/*.prop-price span { font-size: 13px; color: var(--warm-grey); font-family: var(--font-sans); font-weight: 300; }*/
.prop-title {
  font-family: var(--font-serif);
  font-size: 18px; font-weight: 400; color: var(--ink);
  margin-bottom: 4px; line-height: 1.3;
}

.prop-title a{
  color: var(--ink) !important;
}
.prop-address { font-size: 12px; font-weight: 300; color: var(--warm-grey); margin-bottom: 14px; }
.prop-stats { display: flex; gap: 16px; margin-bottom: 12px; flex-wrap: wrap; }
.prop-stat {
  display: flex; align-items: center; gap: 5px;
  font-size: 12px; font-weight: 300; color: var(--warm-mid);
}
.prop-stat svg { flex-shrink: 0; opacity: 0.45; }
.prop-summary {
  font-size: 13px; font-weight: 300; color: var(--warm-grey);
  line-height: 1.65; margin-bottom: 18px; flex: 1;
}
.prop-footer {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 16px; border-top: 1px solid rgba(12,12,10,0.07); margin-top: auto;
}
.prop-furnished { font-size: 11px; font-weight: 300; color: var(--warm-grey); }
.prop-view-btn {
  font-size: 11px; font-weight: 400;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--bronze);
  border-bottom: 1px solid var(--bronze); padding-bottom: 1px;
  transition: color 0.2s, border-color 0.2s;
}
.prop-view-btn:hover { color: var(--ink); border-color: var(--ink); }

/* ═══════════════════════════════════════════
   PAGINATION
   WordPress: do_action('propertyhive_pagination');
═══════════════════════════════════════════ */
.pagination {
  display: flex; align-items: center; justify-content: center;
  gap: 4px; flex-wrap: wrap;
}
.page-num {
  display: flex; align-items: center; justify-content: center;
  min-width: 40px; height: 40px; padding: 0 6px;
  font-size: 13px; font-weight: 300; color: var(--warm-grey);
  border: 1px solid transparent; transition: all 0.2s;
}
.page-num:hover { color: var(--ink); border-color: rgba(12,12,10,0.15); }
.page-num.active { background: var(--ink); color: var(--white); }
.page-num.dots { border: none; cursor: default; }
.page-num.dots:hover { background: none; color: var(--warm-grey); }

/* ═══════════════════════════════════════════
   FOOTER — exact match to homepage
═══════════════════════════════════════════ */
.section-wrap {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 48px;
}

/* ═══════════════════════════════════════════
   FOOTER
═══════════════════════════════════════════ */
.footer {
  background: var(--stone);
  padding: 100px 0 0;
}
.footer-main {
  display: grid;
  grid-template-columns: 2.2fr 1fr 1fr 1.2fr;
  gap: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.footer-logo-img {
  width: 180px;
  height: auto;
  filter: brightness(0) invert(1);
  opacity: 0.9;
  margin-bottom: 18px;
  display: block;
}
.footer-tagline {
  font-size: 14px;
  font-weight: 300;
  color: rgba(244,241,236,0.38);
  line-height: 1.8;
  max-width: 280px;
  margin-bottom: 32px;
}
.footer-contact-line {
  font-size: 13px;
  font-weight: 300;
  color: rgba(244,241,236,0.5);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-contact-line .lbl {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(244,241,236,0.25);
  min-width: 80px;
}
/* Address sub-lines (indent under office label) */
.footer-addr-line {
  padding-left: 88px;
  margin-top: -4px;
  margin-bottom: 14px;
  font-size: 11px;
  color: rgba(244,241,236,0.28);
  font-style: italic;
}
.footer-contact-line a { transition: color 0.25s; }
.footer-contact-line a:hover { color: var(--white); }
.footer-col-label {
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(244,241,236,0.25);
  margin-bottom: 24px;
  font-weight: 400;
}
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 12px; }
.footer-col ul li a {
  font-size: 14px;
  font-weight: 300;
  color: rgba(244,241,236,0.5);
  transition: color 0.25s;
}
.footer-col ul li a:hover { color: var(--white); }
.footer-omar-box {
  background: rgba(210,20,30,0.08);
  border: 1px solid rgba(210,20,30,0.15);
  padding: 24px;
}
.footer-omar-box .fo-title {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--bronze);
  margin-bottom: 10px;
}
.footer-omar-box p {
  font-size: 13px;
  font-weight: 300;
  color: rgba(244,241,236,0.5);
  line-height: 1.7;
  margin-bottom: 16px;
}
.footer-omar-box a {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--bronze);
  border-bottom: 1px solid rgba(210,20,30,0.3);
  padding-bottom: 2px;
  transition: color 0.25s, border-color 0.25s;
}
.footer-omar-box a:hover { color: var(--bronze-lt); border-color: var(--bronze-lt); }

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
}
.footer-legal {
  font-size: 12px;
  font-weight: 300;
  color: rgba(244,241,236,0.22);
  display: flex;
  gap: 24px;
}
.footer-legal a { transition: color 0.25s; }
.footer-legal a:hover { color: rgba(244,241,236,0.5); }
.footer-socials {
  display: flex;
  gap: 20px;
}
.footer-socials a {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(244,241,236,0.3);
  transition: color 0.25s;
}
.footer-socials a:hover { color: var(--bronze); }


/* ═══════════════════════════════════════════
   CONSULTATION POPUP
═══════════════════════════════════════════ */
.consult-overlay {
  position: fixed; inset: 0;
  background: rgba(12,12,10,0.75);
  z-index: 10000;
  opacity: 0; pointer-events: none;
  transition: opacity 0.3s ease;
}
.consult-modal {
  position: fixed;
  top: 50%; left: 50%;
  transform: translate(-50%, -48%);
  width: min(640px, 94vw);
  max-height: 90vh;
  background: var(--silk);
  z-index: 10001;
  overflow-y: auto;
  opacity: 0; pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  -webkit-overflow-scrolling: touch;
}
.consult-overlay.open { opacity: 1; pointer-events: all; }
.consult-modal.open { opacity: 1; pointer-events: all; transform: translate(-50%, -50%); }

.consult-close {
  position: absolute; top: 16px; right: 16px;
  background: none; border: none;
  font-size: 22px; color: var(--warm-grey);
  cursor: pointer; padding: 6px 10px;
  line-height: 1; z-index: 1;
  transition: color 0.2s;
}
.consult-close:hover { color: var(--ink); }

.consult-inner { padding: 48px 48px 44px; }

.consult-label {
  display: block;
  font-size: 10px; letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--bronze);
  margin-bottom: 12px;
}
.consult-heading {
  font-family: var(--font-serif);
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 300; line-height: 1.15;
  color: var(--ink); margin-bottom: 10px;
}
.consult-heading em { color: var(--bronze); font-style: italic; }
.consult-sub {
  font-size: 14px; font-weight: 300;
  color: var(--warm-grey); line-height: 1.7;
  margin-bottom: 28px;
}

.consult-form { display: flex; flex-direction: column; gap: 18px; }

.consult-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

.consult-field { display: flex; flex-direction: column; gap: 6px; }
.consult-field label {
  font-size: 11px; font-weight: 500;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--ink);
}
.consult-field .req { color: var(--bronze); }
.consult-field input,
.consult-field textarea {
  border: 1px solid rgba(12,12,10,0.15);
  background: var(--cream);
  padding: 12px 14px;
  font-family: var(--font-sans);
  font-size: 14px; font-weight: 300;
  color: var(--ink);
  outline: none;
  transition: border-color 0.2s;
  border-radius: 0;
  -webkit-appearance: none;
}
.consult-field input:focus,
.consult-field textarea:focus { border-color: var(--bronze); }
.consult-field input::placeholder,
.consult-field textarea::placeholder { color: rgba(12,12,10,0.3); }
.consult-field textarea { resize: vertical; min-height: 100px; }

.consult-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 2px; }
.pill {
  padding: 7px 14px;
  border: 1px solid rgba(12,12,10,0.2);
  background: transparent;
  font-size: 12px; font-weight: 300;
  color: var(--warm-grey);
  cursor: pointer;
  transition: all 0.2s;
  -webkit-tap-highlight-color: transparent;
}
.pill.active, .pill:hover {
  background: var(--ink); border-color: var(--ink);
  color: var(--white);
}

.consult-submit {
  background: var(--ink); color: var(--white);
  border: none; padding: 15px 32px;
  font-size: 12px; font-weight: 400;
  letter-spacing: 0.12em; text-transform: uppercase;
  cursor: pointer; align-self: flex-start;
  transition: background 0.25s;
  -webkit-tap-highlight-color: transparent;
  margin-top: 4px;
}
.consult-submit:hover { background: var(--bronze); }

.consult-success {
  display: none; text-align: center;
  padding: 32px 0 8px;
  flex-direction: column; align-items: center; gap: 12px;
}
.consult-success.show { display: flex; }
.consult-tick {
  display: flex; align-items: center; justify-content: center;
  width: 52px; height: 52px; border-radius: 50%;
  background: var(--bronze); color: #fff;
  font-size: 22px; margin: 0 auto 8px;
}
.consult-success p {
  font-size: 15px; font-weight: 300; color: var(--warm-grey); line-height: 1.7;
}




/* ═══════════════════════════════════════════
   RESPONSIVE — MOBILE
═══════════════════════════════════════════ */
/* ─── RESPONSIVE ─────────────────────────────── */

@media (pointer: fine) {
  body { cursor: none; }
  a, button, label { cursor: none; }
  .cursor-dot {
    position: fixed; width: 8px; height: 8px;
    background: var(--bronze); border-radius: 50%;
    pointer-events: none; z-index: 9999;
    transform: translate(-50%,-50%);
    transition: width .2s, height .2s;
  }
  .cursor-dot.expanded { width: 14px; height: 14px; }
  .cursor-ring {
    position: fixed; width: 32px; height: 32px;
    border: 1px solid rgba(200,16,26,0.5); border-radius: 50%;
    pointer-events: none; z-index: 9998;
    transform: translate(-50%,-50%);
    transition: width .3s, height .3s, border-color .3s;
  }
  .cursor-ring.expanded { width: 48px; height: 48px; border-color: rgba(200,16,26,0.8); }
}

@media (max-width: 1200px) {
  .search-body { padding: 40px 32px 80px; }
}

@media (max-width: 1024px) {
  /* Nav */
  .nav-inner { padding: 0 20px; }
  .nav-links, .nav-tel, .nav-cta { display: none; }
  .nav-hamburger { display: flex; }
  .nav { height: 64px; }
  .nav-logo-img { height: 48px; }

  /* Search band: smaller nav offset, fields hidden, only dept+submit visible */
  .search-band { margin-top: 64px; }
  .search-inner { height: auto; flex-wrap: wrap; padding: 0; overflow: visible; }
  .search-dept { flex: 0 0 100%; height: 52px; border-bottom: 1px solid rgba(255,255,255,0.07); }
  .search-dept .search-select { padding-left: 20px; }
  .search-fields-group { display: none !important; }
  .search-sep { display: none; }
  .search-submit { width: 100%; padding: 18px; font-size: 12px; letter-spacing: 0.1em; flex: 0 0 100%; }

  /* Dept tab strip */
  .dept-strip-inner { padding: 0 16px; }
  .dept-btn { padding: 14px 16px; font-size: 10px; }

  /* Page layout */
  .search-body { grid-template-columns: 1fr; padding: 0 20px 80px; gap: 0; }

  /* Filter sidebar toggled */
  .filter-toggle-btn { display: flex; }
  .filter-sidebar { position: static; top: auto; display: none; margin-top: 0; border-top: none; }
  .filter-sidebar.open { display: block; }

  /* Footer */
  .footer-main { grid-template-columns: 1fr 1fr; gap: 40px; }
  .footer .section-wrap { padding: 0 24px; }
  .footer { padding: 56px 0 0; }
}

@media (max-width: 900px) {
  .property-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .property-grid { grid-template-columns: 1fr; }
  .results-heading { font-size: 24px; }
}

@media (max-width: 640px) {
  .footer-main { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
  .footer-legal { flex-wrap: wrap; justify-content: center; }
  .footer-socials { justify-content: center; }
  .filter-row { grid-template-columns: 1fr; }
  .consult-inner { padding: 36px 20px 28px; }
  .consult-row { grid-template-columns: 1fr; }
  .search-body { padding: 20px; }
  .prop-price { font-size: 22px; }
  .property-search-form input[type="submit"] {
  
  padding: 12px 25px;
}
}