/*
Theme Name: Madanapalle Properties
Theme URI: https://madanapalleproperties.com
Author: Madanapalle Properties
Author URI: https://madanapalleproperties.com
Description: Premium real estate brokerage theme. White background, rich gold brand, mobile-first.
Version: 2.0.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: madanapalle-properties
Tags: real-estate, property, brokerage, listings, mobile-first, luxury
*/

/* ============================================================
   BRAND TOKEN SYSTEM
   ============================================================ */
:root {
  /* Brand Palette — Clean, modern, red accent */
  --gold-50:  #FFF5F5;
  --gold-100: #FFE5E5;
  --gold-200: #FFCCCC;
  --gold-300: #FF9999;
  --gold-400: #EF4444;
  --gold-500: #DC2626;   /* Primary red — main brand color */
  --gold-600: #B91C1C;
  --gold-700: #991B1B;
  --gold-800: #7F1D1D;
  --gold-900: #450A0A;

  /* Neutral / Dark tones — clean grays */
  --ink-900:  #111827;
  --ink-800:  #1F2937;
  --ink-700:  #374151;
  --ink-600:  #4B5563;
  --ink-500:  #6B7280;
  --ink-400:  #9CA3AF;
  --ink-300:  #D1D5DB;
  --ink-200:  #E5E7EB;
  --ink-100:  #F3F4F6;
  --ink-50:   #F9FAFB;

  /* Semantic */
  --bg:            #FFFFFF;
  --bg-soft:       #F9FAFB;
  --bg-muted:      var(--ink-50);
  --surface:       #FFFFFF;
  --surface-raised: #FFFFFF;
  --border:        var(--ink-200);
  --border-gold:   var(--ink-200);

  --text-primary:   var(--ink-900);
  --text-secondary: var(--ink-600);
  --text-muted:     var(--ink-400);
  --text-gold:      var(--gold-600);

  --accent:        var(--gold-500);
  --accent-light:  var(--gold-400);
  --accent-dark:   var(--gold-700);

  /* Typography */
  --font-display: 'DM Sans', system-ui, -apple-system, sans-serif;
  --font-body:    'DM Sans', system-ui, -apple-system, sans-serif;
  --font-mono:    'DM Mono', monospace;

  /* Spacing scale */
  --space-1:  0.25rem;
  --space-2:  0.5rem;
  --space-3:  0.75rem;
  --space-4:  1rem;
  --space-5:  1.25rem;
  --space-6:  1.5rem;
  --space-8:  2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;

  /* Radius */
  --r-sm:  6px;
  --r-md:  8px;
  --r-lg:  12px;
  --r-xl:  16px;
  --r-2xl: 24px;
  --r-full: 9999px;

  /* Shadow */
  --shadow-xs: 0 1px 2px rgba(0,0,0,0.05);
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.10), 0 1px 2px rgba(0,0,0,0.06);
  --shadow-md: 0 4px 6px rgba(0,0,0,0.07), 0 2px 4px rgba(0,0,0,0.06);
  --shadow-lg: 0 10px 15px rgba(0,0,0,0.10), 0 4px 6px rgba(0,0,0,0.05);
  --shadow-xl: 0 20px 25px rgba(0,0,0,0.10), 0 10px 10px rgba(0,0,0,0.04);
  --shadow-gold: 0 4px 12px rgba(220,38,38,0.20);

  /* Backward-compat aliases */
  --navy:        #111827;
  --navy-mid:    #1F2937;
  --navy-light:  #374151;
  --gold:        #DC2626;
  --gold-light:  #EF4444;
  --gold-dark:   #B91C1C;
  --cream:       #F9FAFB;
  --cream-dark:  #F3F4F6;
  --white:       #FFFFFF;
  --text-primary:   #111827;
  --text-secondary: #4B5563;
  --text-muted:     #9CA3AF;

  /* Transitions */
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --ease-out: cubic-bezier(0, 0, 0.2, 1);
  --dur-fast: 150ms;
  --dur-mid: 250ms;
  --dur-slow: 400ms;
}

/* ============================================================
   RESET & BASE
   ============================================================ */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text-primary);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button { cursor: pointer; border: none; background: none; font: inherit; }
input, select, textarea { font: inherit; }

/* ============================================================
   TYPOGRAPHY
   ============================================================ */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.15;
  color: var(--text-primary);
  letter-spacing: -0.02em;
}

h1 { font-size: clamp(2rem, 5vw, 3.75rem); }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.75rem); }
h3 { font-size: clamp(1.25rem, 2.5vw, 1.75rem); }
h4 { font-size: 1.15rem; }

p { font-size: 1rem; line-height: 1.7; color: var(--text-secondary); }

.label-tag {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--ink-600);
  background: var(--ink-50);
  border: 1.5px solid var(--ink-200);
  padding: 0.35rem 0.85rem;
  border-radius: var(--r-full);
  margin-bottom: var(--space-4);
}

.label-tag::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold-500);
  flex-shrink: 0;
}

.section-eyebrow {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-600);
  margin-bottom: var(--space-3);
}

.gold-underline {
  display: block;
  width: 48px;
  height: 3px;
  background: var(--gold-500);
  border-radius: 2px;
  margin-top: var(--space-4);
}

.gold-underline.centered { margin-left: auto; margin-right: auto; }

/* ============================================================
   LAYOUT
   ============================================================ */
.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 var(--space-5);
}

@media (min-width: 768px) {
  .container { padding: 0 var(--space-8); }
}

@media (min-width: 1280px) {
  .container { padding: 0 var(--space-10); }
}

.section { padding: var(--space-16) 0; }
.section-lg { padding: var(--space-24) 0; }

.grid-2 { display: grid; grid-template-columns: 1fr; gap: var(--space-6); }
.grid-3 { display: grid; grid-template-columns: 1fr; gap: var(--space-6); }
.grid-4 { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-4); }

@media (min-width: 640px) {
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 900px) {
  .grid-2 { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: repeat(3, 1fr); }
  .grid-4 { grid-template-columns: repeat(4, 1fr); }
}

.text-center { text-align: center; }
.flex-center { display: flex; align-items: center; justify-content: center; }
.flex-between { display: flex; align-items: center; justify-content: space-between; gap: var(--space-4); }

/* ============================================================
   BUTTONS — Brand system
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  font-family: var(--font-body);
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  padding: 0.6875rem 1.375rem;
  border-radius: var(--r-md);
  border: 2px solid transparent;
  text-decoration: none;
  cursor: pointer;
  transition: all var(--dur-mid) var(--ease);
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}

.btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background: white;
  opacity: 0;
  transition: opacity var(--dur-fast);
}

.btn:hover::after { opacity: 0.08; }
.btn:active::after { opacity: 0.15; }

/* Primary Red — the main CTA button */
.btn-gold {
  background: var(--gold-500);
  color: #FFFFFF;
  border-color: var(--gold-500);
}

.btn-gold:hover {
  background: var(--gold-600);
  border-color: var(--gold-600);
}

/* Outline — simple border, no gold faded background */
.btn-gold-outline {
  background: transparent;
  color: var(--ink-800);
  border-color: var(--ink-300);
}

.btn-gold-outline:hover {
  background: var(--ink-50);
  border-color: var(--ink-400);
}

/* Dark / Ink button */
.btn-ink {
  background: var(--ink-900);
  color: #FFFFFF;
  border-color: var(--ink-900);
}

.btn-ink:hover {
  background: var(--ink-700);
}

/* White / Ghost */
.btn-white {
  background: #FFFFFF;
  color: var(--ink-800);
  border-color: var(--ink-200);
}

.btn-white:hover {
  background: var(--ink-50);
}

/* WhatsApp */
.btn-wa {
  background: #25D366;
  color: #FFFFFF;
  border-color: transparent;
}

.btn-wa:hover {
  background: #20BC5B;
}

/* Sizes */
.btn-sm { font-size: 0.8125rem; padding: 0.5rem 1rem; }
.btn-lg { font-size: 1rem; padding: 0.875rem 2rem; }
.btn-xl { font-size: 1.0625rem; padding: 1.125rem 2.5rem; }

/* Backward-compat aliases */
.btn-primary   { background: var(--gold-500); color:#fff; border-color: var(--gold-500); }
.btn-primary:hover { background: var(--gold-600); border-color: var(--gold-600); }
.btn-secondary { background: transparent; color: var(--ink-700); border-color: var(--ink-300); }
.btn-secondary:hover { background: var(--ink-50); border-color: var(--ink-400); }
.btn-dark      { background:var(--ink-900); color:#fff; border-color:var(--ink-900); }
.btn-dark:hover{ background:var(--ink-700); }
.btn-whatsapp  { background:#25D366; color:#fff; border-color:transparent; }
.btn-whatsapp:hover { background:#20BC5B; }

/* Spinner in form submit buttons */
.spinner {
  display: none;
  width: 16px; height: 16px;
  border: 2px solid rgba(255,255,255,0.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
}
.btn.loading .spinner { display: block; }
.btn.loading .btn-text { opacity: 0.6; }

@keyframes spin { to { transform: rotate(360deg); } }

/* ============================================================
   NAVIGATION — White, sticky, elegant
   ============================================================ */
#site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  /* Shadow added by .scrolled class via JS */
}

.mp-header-wrap {
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--ink-100);
  transition: box-shadow var(--dur-mid) var(--ease);
}

#site-header.scrolled .mp-header-wrap {
  box-shadow: var(--shadow-md);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
  gap: var(--space-4);
}

/* Logo */
.site-logo {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  text-decoration: none;
  flex-shrink: 0;
}

.logo-emblem {
  width: 42px;
  height: 42px;
  background: var(--gold-500);
  border-radius: var(--r-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 900;
  color: #fff;
  flex-shrink: 0;
  box-shadow: 0 3px 10px rgba(201,144,26,0.3);
  letter-spacing: -0.03em;
}

.logo-text { display: flex; flex-direction: column; line-height: 1.1; }
.logo-name {
  font-family: var(--font-display);
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--ink-900);
  letter-spacing: -0.02em;
}
.logo-tagline {
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-600);
}

/* Desktop Nav */
.site-nav {
  display: none;
  align-items: center;
  gap: var(--space-1);
}

@media (min-width: 960px) {
  .site-nav { display: flex; }
}

.site-nav a {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--ink-600);
  padding: var(--space-2) var(--space-3);
  border-radius: var(--r-sm);
  transition: all var(--dur-fast) var(--ease);
  white-space: nowrap;
  position: relative;
}

.site-nav a:hover { color: var(--ink-900); background: var(--ink-50); }
.site-nav a.active { color: var(--gold-600); font-weight: 700; }
.site-nav a.active::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 2px;
  background: var(--gold-500);
  border-radius: 1px;
}

.header-cta {
  display: none;
  align-items: center;
  gap: var(--space-3);
}

@media (min-width: 960px) {
  .header-cta { display: flex; }
}

/* Mobile hamburger label — triggers the :checked checkbox */
.mobile-menu-toggle {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: var(--space-2);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  -webkit-user-select: none;
}

@media (min-width: 960px) {
  .mobile-menu-toggle { display: none; }
}

.mobile-menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--ink-800);
  border-radius: 2px;
  transition: all var(--dur-mid) var(--ease);
  pointer-events: none;
}

/* ── Mobile Drawer (shown via CSS :checked trick) ── */
.mp-mobile-drawer {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border-bottom: 1px solid var(--ink-100);
  box-shadow: 0 16px 48px rgba(15,13,10,0.14);
  padding: var(--space-4) 0 var(--space-5);
  z-index: 999;
  /* display controlled by inline style + :checked CSS */
}

.mobile-nav-links {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: var(--space-4);
}

.mobile-nav-links a {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  font-size: 1rem;
  font-weight: 500;
  color: var(--ink-700);
  padding: 0.75rem 1rem;
  border-radius: var(--r-md);
  text-decoration: none;
  transition: background 0.15s, color 0.15s;
  -webkit-tap-highlight-color: transparent;
}

.mobile-nav-links a:hover,
.mobile-nav-links a.active {
  background: var(--gold-50);
  color: var(--gold-700);
}

.mobile-nav-actions {
  display: flex;
  gap: var(--space-3);
  padding-top: var(--space-4);
  border-top: 1px solid var(--ink-100);
  margin-top: var(--space-2);
}

.mobile-nav-actions .btn {
  flex: 1;
  justify-content: center;
}

/* ============================================================
   HERO — Refined, white bg, gold accents
   ============================================================ */
.hero {
  position: relative;
  padding: 140px 0 80px;
  background: var(--bg);
  overflow: hidden;
}

/* Subtle texture overlay */
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: none;
  pointer-events: none;
}

/* Remove decorative corner */
.hero::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: none;
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-12);
  align-items: center;
}

@media (min-width: 900px) {
  .hero-inner { grid-template-columns: 1fr 420px; gap: var(--space-16); }
  .hero { padding: 160px 0 100px; }
}

.hero-text {}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  background: var(--ink-50);
  border: 1.5px solid var(--ink-200);
  border-radius: var(--r-full);
  padding: 0.35rem 0.875rem 0.35rem 0.5rem;
  margin-bottom: var(--space-6);
}

.hero-badge-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--gold-500);
  animation: pulse-dot 2s ease-in-out infinite;
}

@keyframes pulse-dot {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.25); opacity: 0.7; }
}

.hero-badge-text {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--gold-700);
  text-transform: uppercase;
}

.hero-title {
  font-size: clamp(2.25rem, 5.5vw, 4rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--ink-900);
  margin-bottom: var(--space-5);
}

.hero-title .accent {
  color: var(--gold-600);
  position: relative;
  display: inline-block;
}

.hero-title .accent::after {
  content: '';
  position: absolute;
  left: 0; right: 0;
  bottom: 2px;
  height: 3px;
  background: var(--gold-500);
  border-radius: 2px;
}

.hero-subtitle {
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--ink-500);
  margin-bottom: var(--space-8);
  max-width: 500px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-bottom: var(--space-10);
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-6);
  padding-top: var(--space-8);
  border-top: 1px solid var(--ink-100);
}

.hero-stat {}
.hero-stat-number {
  display: block;
  font-family: var(--font-display);
  font-size: 1.875rem;
  font-weight: 700;
  color: var(--ink-900);
  letter-spacing: -0.03em;
  line-height: 1;
}
.hero-stat-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-400);
  margin-top: 0.25rem;
}

/* Hero search card */
.hero-card {
  background: var(--surface);
  border: 1.5px solid var(--border);
  border-radius: var(--r-xl);
  box-shadow: var(--shadow-xl);
  overflow: hidden;
  position: relative;
}

.hero-card-header {
  background: linear-gradient(135deg, var(--ink-900) 0%, var(--ink-700) 100%);
  padding: var(--space-6) var(--space-6) var(--space-5);
  position: relative;
  overflow: hidden;
}

.hero-card-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 100% at 50% 120%, rgba(201,144,26,0.2) 0%, transparent 70%);
}

.hero-card-header-inner { position: relative; z-index: 1; }

.hero-card-title {
  font-family: var(--font-display);
  font-size: 1.0625rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: var(--space-1);
}

.hero-card-subtitle {
  font-size: 0.8125rem;
  color: rgba(255,255,255,0.5);
  margin: 0;
}

.hero-card-body { padding: var(--space-6); }

.search-form-field {
  margin-bottom: var(--space-4);
}

.search-form-field label {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-500);
  margin-bottom: var(--space-2);
}

.search-form-field select,
.search-form-field input {
  width: 100%;
  padding: 0.6875rem 1rem;
  border: 1.5px solid var(--ink-100);
  border-radius: var(--r-md);
  background: var(--bg-soft);
  color: var(--ink-800);
  font-size: 0.9375rem;
  font-weight: 500;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  transition: border-color var(--dur-fast);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%237A7055' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.875rem center;
  padding-right: 2.5rem;
}

.search-form-field select:focus,
.search-form-field input:focus {
  outline: none;
  border-color: var(--gold-400);
  background-color: #fff;
}

/* ============================================================
   STATS BAR
   ============================================================ */
.stats-bar {
  background: var(--ink-900);
  padding: var(--space-5) 0;
  position: relative;
  overflow: hidden;
}

.stats-bar::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(201,144,26,0.08), transparent);
  pointer-events: none;
}

.stats-bar-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-1);
}

@media (min-width: 640px) {
  .stats-bar-grid { grid-template-columns: repeat(4, 1fr); }
}

.stats-bar-item {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-3) var(--space-4);
  border-right: 1px solid rgba(255,255,255,0.07);
}

.stats-bar-item:last-child { border-right: none; }

.stats-bar-icon {
  font-size: 1.375rem;
  line-height: 1;
  flex-shrink: 0;
}

.stats-bar-info {}
.stats-bar-number {
  display: block;
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--gold-300);
  letter-spacing: -0.02em;
  line-height: 1;
}
.stats-bar-label {
  display: block;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  margin-top: 0.2rem;
}

/* ============================================================
   SECTION HEADERS
   ============================================================ */
.section-header {
  margin-bottom: var(--space-10);
}

.section-header.centered {
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.section-header .flex-between {
  align-items: flex-end;
  flex-wrap: wrap;
}

/* ============================================================
   PROPERTY CARDS — White bg, gold accents, mobile-optimized
   ============================================================ */
.property-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: var(--space-4);
}

@media (min-width: 520px) {
  .property-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 960px) {
  .property-grid { grid-template-columns: repeat(3, 1fr); gap: var(--space-5); }
}

.property-card {
  background: var(--surface);
  border: 1.5px solid var(--border);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: box-shadow var(--dur-mid) var(--ease), transform var(--dur-mid) var(--ease), border-color var(--dur-mid) var(--ease);
  position: relative;
  display: flex;
  flex-direction: column;
}

.property-card:hover {
  border-color: var(--gold-300);
  box-shadow: 0 8px 32px rgba(15,13,10,.12), 0 2px 8px rgba(201,144,26,.12);
  transform: translateY(-4px);
}

/* ── Card visual header — compact, dark, clean ── */
.property-card-visual {
  position: relative;
  height: 88px;
  background: linear-gradient(135deg, #1C1810 0%, #2E2819 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}

/* subtle gold glow in corner */
.property-card-visual::before {
  content: '';
  position: absolute;
  bottom: -20px; right: -20px;
  width: 80px; height: 80px;
  background: radial-gradient(circle, rgba(201,144,26,.18) 0%, transparent 70%);
  pointer-events: none;
}

.property-card-icon-bg {
  width: 44px;
  height: 44px;
  color: var(--gold-400);
  opacity: 0.9;
  transition: transform var(--dur-slow) var(--ease), opacity var(--dur-mid) var(--ease);
  flex-shrink: 0;
}

.property-card-icon-bg svg {
  width: 100%;
  height: 100%;
  display: block;
}

.property-card:hover .property-card-icon-bg {
  transform: scale(1.1);
  opacity: 1;
}

/* Type badge — top left */
.card-type-badge {
  position: absolute;
  top: var(--space-2);
  left: var(--space-2);
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(201,144,26,.3);
  color: var(--gold-300);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.2rem 0.55rem;
  border-radius: var(--r-full);
}

/* ID badge — top right */
.card-id-badge {
  position: absolute;
  top: var(--space-2);
  right: var(--space-2);
  background: var(--gold-600);
  color: #fff;
  font-size: 0.6rem;
  font-weight: 700;
  padding: 0.2rem 0.5rem;
  border-radius: var(--r-full);
  letter-spacing: 0.04em;
}

/* Card body */
.property-card-body {
  padding: var(--space-4);
  display: flex;
  flex-direction: column;
  flex: 1;
}

.property-card-area {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  color: var(--ink-900);
  margin-bottom: var(--space-3);
  letter-spacing: -0.01em;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.property-card-area a {
  color: inherit;
  text-decoration: none;
}

.property-card-area a:hover { color: var(--gold-600); }

/* Details row */
.prop-details-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-2);
  margin-bottom: var(--space-3);
  padding-bottom: var(--space-3);
  border-bottom: 1px solid var(--ink-100);
}

@media (min-width: 640px) {
  .prop-details-row { gap: var(--space-3); margin-bottom: var(--space-4); padding-bottom: var(--space-4); }
}

.prop-detail {}
.prop-detail-label {
  display: block;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-400);
  margin-bottom: 0.15rem;
}

@media (min-width: 480px) {
  .prop-detail-label { font-size: 0.6875rem; }
}

.prop-detail-value {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--ink-800);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 480px) {
  .prop-detail-value { font-size: 0.875rem; }
}

/* Price row */
.prop-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--space-3);
  background: var(--gold-50);
  border: 1px solid var(--gold-100);
  border-radius: var(--r-md);
  padding: var(--space-2) var(--space-3);
}

.prop-price-label {
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold-700);
}

@media (min-width: 480px) {
  .prop-price-label { font-size: 0.6875rem; }
}

.prop-price-value {
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--ink-900);
  letter-spacing: -0.02em;
}

@media (min-width: 480px) {
  .prop-price-value { font-size: 1.0625rem; }
}

.prop-price-login {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--gold-600);
  text-decoration: underline;
  cursor: pointer;
}

/* Admin info */
.prop-admin-row {
  background: #F0FDF4;
  border: 1px solid #BBF7D0;
  border-radius: var(--r-md);
  padding: var(--space-2) var(--space-3);
  margin-bottom: var(--space-2);
  display: flex;
  gap: var(--space-3);
  flex-wrap: wrap;
  font-size: 0.75rem;
  color: #166534;
  font-weight: 500;
}

/* Card actions */
.prop-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-2);
}

.prop-actions .btn {
  font-size: 0.8rem;
  padding: 0.5625rem 0.5rem;
  border-radius: var(--r-md);
  white-space: nowrap;
  justify-content: center;
}

@media (min-width: 480px) {
  .prop-actions .btn { font-size: 0.8125rem; padding: 0.625rem 0.875rem; }
}

.prop-actions-3 { grid-template-columns: 1fr 1fr; }

/* On mobile, "Details" button goes full width if 3 actions */
@media (max-width: 479px) {
  .prop-actions-3 .btn:last-child { grid-column: 1 / -1; }
}

@media (min-width: 480px) {
  .prop-actions-3 { grid-template-columns: 1fr 1fr 1fr; }
}


/* ── Buyer Requirements section ── white bg, gold accent cards ── */

.requirements-section-bg {
  background: var(--bg-soft);
  position: relative;
  overflow: hidden;
}

.requirements-section-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 60% at 90% 5%, rgba(201,144,26,0.05) 0%, transparent 55%);
  pointer-events: none;
}

.requirements-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-3);
}

@media (min-width: 480px) {
  .requirements-grid { gap: var(--space-4); }
}

@media (min-width: 960px) {
  .requirements-grid { grid-template-columns: repeat(3, 1fr); gap: var(--space-5); }
}

/* White bg card with gold top stripe */
.requirement-card {
  background: #FFFFFF;
  border: 1.5px solid var(--ink-100);
  border-radius: var(--r-lg);
  padding: var(--space-3) var(--space-3) var(--space-3);
  transition: box-shadow var(--dur-mid) var(--ease), border-color var(--dur-mid) var(--ease), transform var(--dur-mid) var(--ease);
  position: relative;
  overflow: hidden;
}

@media (min-width: 640px) {
  .requirement-card { padding: var(--space-5); }
}

/* Gold top stripe — always visible */
.requirement-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--gold-500);
}

.requirement-card:hover {
  border-color: var(--gold-200);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.req-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--space-3);
}

.req-type-icon {
  width: 40px; height: 40px;
  background: var(--gold-50);
  border: 1.5px solid var(--gold-100);
  border-radius: var(--r-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.req-member-id {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.req-member-id-label {
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-400);
}

.req-member-id-value {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  color: var(--gold-600);
  letter-spacing: -0.01em;
  line-height: 1;
}

.req-type-name {
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--ink-900);
  margin-bottom: var(--space-3);
  line-height: 1.3;
}

@media (min-width: 640px) {
  .req-type-name { font-size: 1.0625rem; }
}

.req-type-name a { color: inherit; text-decoration: none; }
.req-type-name a:hover { color: var(--gold-700); }

.req-details {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  margin-bottom: var(--space-3);
  padding: var(--space-2) var(--space-3);
  background: var(--ink-50);
  border-radius: var(--r-md);
}

.req-detail {
  display: flex;
  align-items: flex-start;
  gap: var(--space-2);
  font-size: 0.75rem;
  color: var(--ink-600);
  line-height: 1.4;
}

@media (min-width: 480px) {
  .req-detail { font-size: 0.8125rem; }
}

.req-detail strong { color: var(--ink-900); font-weight: 600; }
.req-detail-icon { font-size: 0.8rem; flex-shrink: 0; margin-top: 0.1rem; }

.req-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-2);
}

.req-actions .btn {
  font-size: 0.75rem;
  padding: 0.5rem 0.4rem;
  border-radius: var(--r-md);
  justify-content: center;
}

@media (min-width: 480px) {
  .req-actions .btn { font-size: 0.8125rem; padding: 0.5625rem 0.75rem; }
}

/* ============================================================
   FILTER BAR
   ============================================================ */
.filter-bar {
  background: var(--surface);
  border: 1.5px solid var(--border);
  border-radius: var(--r-lg);
  padding: var(--space-5) var(--space-6);
  margin-bottom: var(--space-6);
  box-shadow: var(--shadow-xs);
}

.filter-bar-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-400);
  margin-bottom: var(--space-4);
}

.filter-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-3);
  align-items: end;
}

@media (min-width: 640px) {
  .filter-form { grid-template-columns: 1fr 1fr; }
}

@media (min-width: 900px) {
  .filter-form { grid-template-columns: 1fr 1fr 1fr auto auto; }
}

.filter-group {}
.filter-group label {
  display: block;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-500);
  margin-bottom: var(--space-2);
}

.filter-group select,
.filter-group input {
  width: 100%;
  padding: 0.625rem 2.25rem 0.625rem 0.875rem;
  border: 1.5px solid var(--ink-100);
  border-radius: var(--r-md);
  background: var(--bg-soft);
  color: var(--ink-800);
  font-size: 0.9rem;
  font-weight: 500;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  transition: border-color var(--dur-fast);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%237A7055' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
}

.filter-group select:focus,
.filter-group input:focus {
  outline: none;
  border-color: var(--gold-400);
  background-color: #fff;
}

.filter-bar-dark {
  background: rgba(255,255,255,0.06);
  border-color: rgba(201,144,26,0.2);
}

.filter-bar-dark .filter-group label { color: rgba(255,255,255,0.5); }

.filter-bar-dark .filter-group select {
  background-color: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.85);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23BEB8A8' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
}

.filter-bar-dark .filter-group select option { background: var(--ink-800); }

/* Results meta */
.results-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-bottom: var(--space-5);
  font-size: 0.875rem;
  color: var(--ink-500);
}

.results-meta strong { color: var(--ink-900); }

/* ============================================================
   EMPTY STATE
   ============================================================ */
.empty-state {
  text-align: center;
  padding: var(--space-16) var(--space-8);
  color: var(--ink-400);
}

.empty-state-icon { font-size: 3rem; margin-bottom: var(--space-4); opacity: 0.5; }
.empty-state h3 { color: var(--ink-600); margin-bottom: var(--space-2); font-size: 1.125rem; }

/* ============================================================
   PAGINATION
   ============================================================ */
.pagination {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  justify-content: center;
  margin-top: var(--space-8);
}

.page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 var(--space-3);
  border: 1.5px solid var(--ink-100);
  border-radius: var(--r-md);
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--ink-600);
  background: #fff;
  transition: all var(--dur-fast);
  cursor: pointer;
  text-decoration: none;
}

.page-link:hover { border-color: var(--gold-300); color: var(--gold-700); background: var(--gold-50); }
.page-link.active { background: var(--gold-500); border-color: var(--gold-500); color: #fff; }

/* ============================================================
   HOW IT WORKS
   ============================================================ */
.how-it-works { background: var(--ink-50); }

.process-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-6);
}

@media (min-width: 640px) {
  .process-grid { grid-template-columns: repeat(3, 1fr); gap: var(--space-8); }
}

.process-step {
  text-align: center;
  position: relative;
}

/* Connector lines between steps */
@media (min-width: 640px) {
  .process-step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 28px;
    right: -50%;
    width: 80%;
    height: 2px;
    background: var(--gold-100);
    z-index: 0;
  }
}

.process-step-num {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--gold-500);
  color: #fff;
  font-family: var(--font-display);
  font-size: 1.375rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto var(--space-5);
  position: relative;
  z-index: 1;
  box-shadow: 0 4px 16px rgba(201,144,26,0.35);
}

.process-step-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--ink-900);
  margin-bottom: var(--space-2);
  font-family: var(--font-display);
}

.process-step-desc {
  font-size: 0.9rem;
  color: var(--ink-500);
  line-height: 1.65;
}

/* ============================================================
   FEATURES GRID
   ============================================================ */
.features-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-5);
}

@media (min-width: 580px) { .features-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 900px) { .features-grid { grid-template-columns: repeat(3, 1fr); } }

.feature-card {
  background: var(--surface);
  border: 1.5px solid var(--border);
  border-radius: var(--r-lg);
  padding: var(--space-6);
  transition: all var(--dur-mid) var(--ease);
}

.feature-card:hover {
  border-color: var(--gold-200);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.feature-icon {
  width: 52px; height: 52px;
  background: var(--gold-50);
  border: 2px solid var(--gold-100);
  border-radius: var(--r-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: var(--space-5);
}

.feature-title {
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--ink-900);
  margin-bottom: var(--space-2);
  font-family: var(--font-display);
}

.feature-desc {
  font-size: 0.9rem;
  color: var(--ink-500);
  line-height: 1.65;
}

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testimonials-section { background: var(--bg); }

.testimonial-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-5);
}

@media (min-width: 640px) { .testimonial-grid { grid-template-columns: repeat(3, 1fr); } }

.testimonial-card {
  background: var(--bg-soft);
  border: 1.5px solid var(--border);
  border-radius: var(--r-lg);
  padding: var(--space-6);
  position: relative;
}

.testimonial-quote {
  position: absolute;
  top: var(--space-4);
  right: var(--space-5);
  font-family: var(--font-display);
  font-size: 4rem;
  font-weight: 900;
  color: var(--gold-100);
  line-height: 1;
}

.testimonial-text {
  font-size: 0.9375rem;
  line-height: 1.75;
  color: var(--ink-600);
  margin-bottom: var(--space-5);
  font-style: italic;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: var(--space-3);
}

.testimonial-avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--gold-500);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
}

.testimonial-name {
  display: block;
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--ink-800);
}

.testimonial-role {
  display: block;
  font-size: 0.8rem;
  color: var(--gold-600);
  font-weight: 600;
}

/* ============================================================
   CTA SECTION
   ============================================================ */
.cta-section {
  background: linear-gradient(135deg, var(--ink-900) 0%, var(--ink-700) 100%);
  padding: var(--space-16) 0;
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 50% 80% at 20% 50%, rgba(201,144,26,0.15) 0%, transparent 60%),
    radial-gradient(ellipse 40% 60% at 80% 50%, rgba(201,144,26,0.08) 0%, transparent 60%);
}

.cta-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: var(--space-8);
  align-items: flex-start;
}

@media (min-width: 768px) {
  .cta-inner { flex-direction: row; align-items: center; justify-content: space-between; }
}

.cta-text h2 { color: #fff; margin-bottom: var(--space-3); }
.cta-text p { color: rgba(255,255,255,0.6); margin: 0; font-size: 1rem; }

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  flex-shrink: 0;
}

/* ============================================================
   FORMS
   ============================================================ */
.form-tabs-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-2);
  margin-bottom: var(--space-6);
  background: var(--bg-muted);
  border-radius: var(--r-lg);
  padding: var(--space-2);
}

.form-tab-btn {
  padding: var(--space-3) var(--space-4);
  border-radius: var(--r-md);
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--ink-500);
  background: transparent;
  transition: all var(--dur-mid) var(--ease);
  text-align: center;
  cursor: pointer;
  border: none;
}

.form-tab-btn.active {
  background: #E02020;
  color: #fff;
  box-shadow: var(--shadow-xs);
}

.form-panel { display: none; }
.form-panel.active { display: block; }

.form-card {
  background: var(--surface);
  border: 1.5px solid var(--border);
  border-radius: var(--r-xl);
  padding: var(--space-8) var(--space-6);
  box-shadow: var(--shadow-sm);
  max-width: 680px;
  margin: 0 auto;
}

@media (min-width: 640px) {
  .form-card { padding: var(--space-10) var(--space-10); }
}

.form-card h3 {
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--ink-900);
  margin-bottom: var(--space-2);
}

.form-card > p {
  font-size: 0.9375rem;
  color: var(--ink-500);
  margin-bottom: var(--space-6);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-4);
  margin-bottom: var(--space-4);
}

@media (min-width: 480px) {
  .form-row { grid-template-columns: 1fr 1fr; }
}

.form-group {}
.form-group label {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-600);
  margin-bottom: var(--space-2);
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 0.6875rem 1rem;
  border: 1.5px solid var(--ink-100);
  border-radius: var(--r-md);
  background: var(--bg-soft);
  color: var(--ink-900);
  font-size: 0.9375rem;
  font-weight: 500;
  transition: border-color var(--dur-fast), background-color var(--dur-fast);
  appearance: none;
  -webkit-appearance: none;
}

.form-group select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%237A7055' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.875rem center;
  padding-right: 2.5rem;
}

.form-group input:focus,
.form-group select:focus {
  outline: none;
  border-color: var(--gold-400);
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(201,144,26,0.12);
}

.form-group input::placeholder { color: var(--ink-300); }

.form-submit-row { margin-top: var(--space-6); }

.form-submit { width: 100%; justify-content: center; }

.form-note {
  text-align: center;
  font-size: 0.8125rem;
  color: var(--ink-400);
  margin-top: var(--space-4);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
}

/* Alert messages */
.alert {
  border-radius: var(--r-md);
  padding: var(--space-3) var(--space-5);
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: var(--space-4);
}

.alert-success { background: #F0FDF4; border: 1px solid #BBF7D0; color: #166534; }
.alert-error   { background: #FEF2F2; border: 1px solid #FECACA; color: #991B1B; }

/* ============================================================
   FORMS SECTION BG (dark section)
   ============================================================ */
.forms-section-bg {
  background: var(--ink-900);
  position: relative;
  overflow: hidden;
}

.forms-section-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 60% at 50% 100%, rgba(201,144,26,0.1) 0%, transparent 60%);
  pointer-events: none;
}

/* ============================================================
   PAGE HERO
   ============================================================ */
.page-hero {
  background: linear-gradient(135deg, var(--ink-900) 0%, var(--ink-700) 100%);
  padding: 130px 0 56px;
  position: relative;
  overflow: hidden;
}

.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 80% at 0% 100%, rgba(201,144,26,0.12) 0%, transparent 60%),
    radial-gradient(ellipse 40% 60% at 100% 0%, rgba(201,144,26,0.07) 0%, transparent 60%);
}

.page-hero-inner { position: relative; z-index: 1; }

.page-hero h1 {
  color: #fff;
  font-size: clamp(1.75rem, 4vw, 3rem);
  margin-bottom: var(--space-3);
}

.page-hero p { color: rgba(255,255,255,0.6); margin: 0; }

/* ============================================================
   BREADCRUMB
   ============================================================ */
.breadcrumb {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  font-size: 0.8125rem;
  font-weight: 500;
  color: rgba(255,255,255,0.45);
  margin-bottom: var(--space-5);
  flex-wrap: wrap;
}

.breadcrumb a {
  color: rgba(255,255,255,0.55);
  text-decoration: none;
  transition: color var(--dur-fast);
}

.breadcrumb a:hover { color: var(--gold-300); }
.breadcrumb-sep { color: rgba(255,255,255,0.25); }

/* ============================================================
   WHATSAPP FLOAT BUTTON
   ============================================================ */
.whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 56px;
  height: 56px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  box-shadow: 0 4px 20px rgba(37,211,102,0.5), 0 2px 8px rgba(0,0,0,0.2);
  z-index: 999;
  transition: all var(--dur-mid) var(--ease);
  text-decoration: none;
  animation: wa-pulse 3s ease-in-out infinite;
}

@keyframes wa-pulse {
  0%, 100% { box-shadow: 0 4px 20px rgba(37,211,102,0.5), 0 0 0 0 rgba(37,211,102,0.4); }
  50% { box-shadow: 0 4px 20px rgba(37,211,102,0.5), 0 0 0 12px rgba(37,211,102,0); }
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 30px rgba(37,211,102,0.6);
}

/* ============================================================
   FOOTER
   ============================================================ */
#site-footer {
  background: var(--ink-900);
  color: rgba(255,255,255,0.6);
  padding: var(--space-16) 0 0;
  position: relative;
  overflow: hidden;
}

#site-footer::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--gold-600);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-10);
  padding-bottom: var(--space-12);
}

@media (min-width: 640px) { .footer-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 900px) { .footer-grid { grid-template-columns: 2fr 1fr 1fr 1fr; } }

.footer-brand {}

.footer-brand .site-logo { margin-bottom: var(--space-5); }
.footer-brand .logo-name { color: #fff; }

.footer-brand-desc {
  font-size: 0.9rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.5);
  margin-bottom: var(--space-5);
  max-width: 280px;
}

.footer-contact-list { display: flex; flex-direction: column; gap: var(--space-3); }

.footer-contact-item {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  font-size: 0.875rem;
  color: rgba(255,255,255,0.55);
}

.footer-contact-item a {
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  transition: color var(--dur-fast);
}

.footer-contact-item a:hover { color: var(--gold-300); }

.footer-col h4 {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-400);
  margin-bottom: var(--space-5);
}

.footer-col ul { display: flex; flex-direction: column; gap: var(--space-3); }

.footer-col ul li a {
  font-size: 0.875rem;
  color: rgba(255,255,255,0.5);
  text-decoration: none;
  transition: all var(--dur-fast);
}

.footer-col ul li a:hover {
  color: rgba(255,255,255,0.85);
  padding-left: var(--space-2);
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: var(--space-5) 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  align-items: flex-start;
}

@media (min-width: 640px) {
  .footer-bottom { flex-direction: row; align-items: center; justify-content: space-between; }
}

.footer-copyright {
  font-size: 0.8125rem;
  color: rgba(255,255,255,0.3);
  margin: 0;
}

.footer-legal { display: flex; gap: var(--space-5); flex-wrap: wrap; }
.footer-legal a { font-size: 0.8rem; color: rgba(255,255,255,0.35); transition: color var(--dur-fast); }
.footer-legal a:hover { color: rgba(255,255,255,0.6); }

/* ============================================================
   SINGLE PROPERTY / REQUIREMENT PAGES
   ============================================================ */
.single-prop-visual {
  height: 260px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

@media (min-width: 640px) {
  .single-prop-visual { height: 360px; }
}

.single-prop-icon {
  font-size: 8rem;
  opacity: 0.15;
}

.single-prop-badge {
  position: absolute;
  top: var(--space-5);
  left: var(--space-5);
  background: var(--gold-500);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.4rem 0.875rem;
  border-radius: var(--r-full);
}

.single-prop-id {
  position: absolute;
  top: var(--space-5);
  right: var(--space-5);
  background: rgba(0,0,0,0.4);
  backdrop-filter: blur(8px);
  color: rgba(255,255,255,0.8);
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.4rem 0.875rem;
  border-radius: var(--r-full);
  border: 1px solid rgba(255,255,255,0.2);
}

.single-prop-title-bar {
  padding: var(--space-8) 0 var(--space-5);
}

.single-detail-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-4);
}

@media (min-width: 640px) {
  .single-detail-grid { grid-template-columns: 1fr 1fr; }
}

@media (min-width: 900px) {
  .single-detail-grid { grid-template-columns: repeat(4, 1fr); }
}

.single-detail-card {
  background: var(--bg-soft);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: var(--space-5);
}

.single-detail-label {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-400);
  margin-bottom: var(--space-2);
  display: block;
}

.single-detail-value {
  font-family: var(--font-display);
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--ink-900);
}

.contact-cta-card {
  background: linear-gradient(135deg, var(--ink-900) 0%, var(--ink-800) 100%);
  border: 1.5px solid rgba(201,144,26,0.25);
  border-radius: var(--r-xl);
  padding: var(--space-8) var(--space-6);
  position: sticky;
  top: 88px;
}

.contact-cta-card .price-display {
  font-family: var(--font-display);
  font-size: 2.25rem;
  font-weight: 700;
  color: var(--gold-300);
  letter-spacing: -0.04em;
  line-height: 1;
}

/* ============================================================
   UTILITY & MISC
   ============================================================ */
.sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0,0,0,0); white-space: nowrap; border-width: 0;
}

/* Gold bar ornament */
.gold-bar {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  margin-bottom: var(--space-5);
}

.gold-bar::before, .gold-bar::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--border-gold);
}

.gold-bar-text {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-600);
  white-space: nowrap;
}

/* Scroll reveal */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity var(--dur-slow) var(--ease-out), transform var(--dur-slow) var(--ease-out);
}

.reveal.visible { opacity: 1; transform: translateY(0); }

/* Number counter animation */
@keyframes countUp { from { opacity: 0; } to { opacity: 1; } }

/* ============================================================
   RESPONSIVE UTILITIES
   ============================================================ */
@media (max-width: 639px) {
  .hide-mobile { display: none !important; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; justify-content: center; }
  .cta-actions .btn { flex: 1; }
  .prop-actions-3 { grid-template-columns: 1fr 1fr; }
  .prop-actions-3 .btn:last-child { grid-column: 1 / -1; }
}

@media (max-width: 959px) {
  .hide-tablet { display: none !important; }
}

@media (min-width: 960px) {
  .show-mobile-only { display: none !important; }
}

/* ============================================================
   WORDPRESS CORE
   ============================================================ */
.aligncenter { display: block; margin: 0 auto; }
.alignleft   { float: left; margin: 0 var(--space-4) var(--space-4) 0; }
.alignright  { float: right; margin: 0 0 var(--space-4) var(--space-4); }

.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 0.85rem; color: var(--ink-400); text-align: center; margin-top: var(--space-2); }

.sticky {}
.bypostauthor {}

.screen-reader-text {
  border: 0; clip: rect(1px,1px,1px,1px);
  clip-path: inset(50%);
  height: 1px; margin: -1px;
  overflow: hidden; padding: 0;
  position: absolute; width: 1px;
  word-wrap: normal !important;
}

/* ============================================================
   AUTH PAGES — Login, Register, Forgot/Reset Password
   ============================================================ */
.auth-page {
  min-height: calc(100vh - 68px);
  background: var(--ink-50);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(68px + 2rem) var(--space-5) 3rem;
}

.auth-card {
  background: #ffffff;
  border: 1.5px solid var(--ink-100);
  border-radius: var(--r-xl);
  padding: 2.5rem 2rem;
  width: 100%;
  max-width: 420px;
  box-shadow: var(--shadow-xl);
  position: relative;
  overflow: hidden;
}

/* Gold top accent on auth card */
.auth-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--gold-500);
}

@media (min-width: 480px) {
  .auth-card { padding: 3rem 2.5rem; }
}

.auth-field {
  margin-bottom: 1.125rem;
}

.auth-field label {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-600);
  margin-bottom: 0.375rem;
}

.auth-field input {
  width: 100%;
  padding: 0.6875rem 1rem;
  border: 1.5px solid var(--ink-100);
  border-radius: var(--r-md);
  background: var(--ink-50);
  color: var(--ink-900);
  font-size: 0.9375rem;
  font-family: var(--font-body);
  transition: border-color 0.15s, box-shadow 0.15s, background 0.15s;
  box-sizing: border-box;
  -webkit-appearance: none;
}

.auth-field input:focus {
  outline: none;
  border-color: var(--gold-400);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(201,144,26,0.1);
}

.auth-field input::placeholder {
  color: var(--ink-300);
}

.auth-submit {
  width: 100%;
  padding: 0.875rem;
  background: var(--gold-500);
  color: #fff;
  border: none;
  border-radius: var(--r-md);
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  font-family: var(--font-body);
  transition: all 0.2s;
  box-shadow: 0 4px 16px rgba(201,144,26,0.35);
  text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.auth-submit:hover {
  background: var(--gold-500);
  transform: translateY(-1px);
  box-shadow: 0 6px 24px rgba(201,144,26,0.45);
}

/* WordPress login form inside auth-card overrides */
#loginform { margin: 0 !important; padding: 0 !important; background: none !important; border: none !important; box-shadow: none !important; }
#loginform p { margin-bottom: 1rem !important; }
#loginform p.login-remember { display: flex; justify-content: space-between; align-items: center; }
#loginform label { display: block !important; font-size: 0.75rem !important; font-weight: 700 !important; letter-spacing: 0.08em !important; text-transform: uppercase !important; color: var(--ink-600) !important; margin-bottom: 0.375rem !important; line-height: 1.2 !important; }
#loginform .login-remember label { text-transform: none !important; font-size: 0.875rem !important; font-weight: 500 !important; color: var(--ink-600) !important; letter-spacing: 0 !important; display: flex !important; align-items: center; gap: 0.375rem; }
#loginform input[type="text"],
#loginform input[type="password"] { width: 100% !important; padding: 0.6875rem 1rem !important; border: 1.5px solid var(--ink-100) !important; border-radius: var(--r-md) !important; background: var(--ink-50) !important; color: var(--ink-900) !important; font-size: 0.9375rem !important; font-family: var(--font-body) !important; transition: border-color 0.15s !important; box-sizing: border-box !important; box-shadow: none !important; outline: none !important; }
#loginform input[type="text"]:focus,
#loginform input[type="password"]:focus { border-color: var(--gold-400) !important; background: #fff !important; box-shadow: 0 0 0 3px rgba(201,144,26,0.1) !important; }
#loginform input[type="checkbox"] { width: auto !important; margin: 0 !important; }
#loginform #wp-submit { width: 100% !important; padding: 0.875rem !important; background: var(--gold-500) !important; color: #fff !important; border: none !important; border-radius: var(--r-md) !important; font-size: 1rem !important; font-weight: 700 !important; cursor: pointer !important; font-family: var(--font-body) !important; box-shadow: none !important; margin-top: 0.5rem !important; transition: all 0.2s !important; height: auto !important; }
#loginform #wp-submit:hover { background: var(--gold-600) !important; transform: translateY(-1px) !important; }

/* Password strength bar */
.pw-strength { height: 4px; border-radius: 2px; margin-top: 0.375rem; background: var(--ink-100); overflow: hidden; }
.pw-strength-bar { height: 100%; width: 0; border-radius: 2px; transition: width 0.3s, background 0.3s; }

/* ============================================================
   UI IMPROVEMENTS v2 — global refinements
   ============================================================ */

/* ── Better section alternation ─────────────────────────── */
.section-alt {
  background: var(--ink-50);
}

/* ── Property card — richer hover ───────────────────────── */
.property-card {
  transition: box-shadow 0.25s var(--ease), transform 0.25s var(--ease), border-color 0.25s;
}
.property-card:hover {
  box-shadow: 0 12px 40px rgba(15,13,10,.12), 0 4px 16px rgba(15,13,10,.07);
  transform: translateY(-4px);
  border-color: var(--gold-200);
}

/* ── Requirement card hover ─────────────────────────────── */
.requirement-card {
  transition: box-shadow 0.25s var(--ease), transform 0.25s var(--ease), border-color 0.25s;
}
.requirement-card:hover {
  box-shadow: 0 10px 32px rgba(15,13,10,.10);
  transform: translateY(-3px);
  border-color: var(--gold-200);
}

/* ── Smoother page-level hero headlines ─────────────────── */
.page-hero-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

/* ── Gold accent line used under section headings ───────── */
.gold-line {
  display: block;
  width: 40px;
  height: 3px;
  background: var(--gold-500);
  border-radius: 2px;
  margin: 0.75rem 0 1.25rem;
}
.gold-line.center { margin-left: auto; margin-right: auto; }

/* ── Feature/stat cards on homepage ────────────────────── */
.feature-card {
  border-radius: var(--r-lg);
  transition: box-shadow 0.2s, transform 0.2s, border-color 0.2s;
}
.feature-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
  border-color: var(--gold-200);
}

/* ── Better form focus ring globally ───────────────────── */
.mp-input:focus,
.mp-select:focus,
.mp-textarea:focus {
  border-color: var(--gold-400) !important;
  box-shadow: 0 0 0 3px rgba(201,144,26,0.12) !important;
  background: #fff !important;
  outline: none !important;
}

/* ── Improved alert colours ─────────────────────────────── */
.alert {
  border-radius: var(--r-md);
  padding: 0.875rem 1.125rem;
  font-size: 0.9rem;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  line-height: 1.5;
}
.alert-success {
  background: #F0FDF4;
  border: 1.5px solid #86EFAC;
  color: #15803D;
}
.alert-error {
  background: #FFF7ED;
  border: 1.5px solid #FCD34D;
  color: #92400E;
}
.alert-info {
  background: var(--gold-50);
  border: 1.5px solid var(--gold-200);
  color: var(--gold-800);
}

/* ── Navigation active link indicator ───────────────────── */
.site-nav a.active,
.site-nav a:hover {
  color: var(--gold-600);
}
.site-nav a.active::after {
  transform: scaleX(1) !important;
}

/* ── Footer link hover ──────────────────────────────────── */
footer a:hover {
  color: var(--gold-300) !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ── WhatsApp float button pulse ────────────────────────── */
.wa-float {
  animation: waPulse 2.5s ease-in-out infinite;
}
@keyframes waPulse {
  0%, 100% { box-shadow: 0 4px 20px rgba(37,211,102,.4); }
  50%       { box-shadow: 0 4px 32px rgba(37,211,102,.7), 0 0 0 8px rgba(37,211,102,.12); }
}

/* ── Price badge ─────────────────────────────────────────── */
.prop-price-value {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--gold-700);
  letter-spacing: -0.01em;
}

/* ── Card type badge colours ─────────────────────────────── */
.card-type-badge {
  background: rgba(15,13,10,.55);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255,255,255,.15);
  color: #fff;
  border-radius: var(--r-full);
  padding: .25rem .7rem;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

/* ── Pagination active page ──────────────────────────────── */
.pagination .page-link.active,
.page-numbers.current {
  background: var(--gold-600) !important;
  border-color: var(--gold-600) !important;
  color: #fff !important;
  font-weight: 700;
}
.page-link:hover {
  background: var(--gold-50) !important;
  border-color: var(--gold-300) !important;
  color: var(--gold-700) !important;
}

/* ── Scrollbar (Webkit) ──────────────────────────────────── */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--ink-50); }
::-webkit-scrollbar-thumb { background: var(--gold-400); border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: var(--gold-600); }

/* ── Selection colour ────────────────────────────────────── */
::selection { background: rgba(201,144,26,.2); color: var(--ink-900); }

/* ============================================================
   COLOUR SKIN OVERRIDES
   These selectors re-use the CSS custom properties injected by
   inc/color-skins.php so every skin just works by changing :root vars.
   ============================================================ */

/* Header — use nav-bg / nav-text when skin provides them */
body[class] .mp-header-wrap {
  background: color-mix(in srgb, var(--nav-bg, rgba(255,255,255,0.97)) 97%, transparent);
  border-bottom-color: color-mix(in srgb, var(--nav-bg, #eee) 80%, transparent);
}
/* Fallback for browsers without color-mix */
@supports not (color: color-mix(in srgb, red, blue)) {
  body[class] .mp-header-wrap {
    background: var(--bg, #fff);
    border-bottom: 1px solid var(--border, #e2ddd3);
  }
}

.logo-name   { color: var(--nav-text, var(--ink-900)); }
.logo-tagline { color: var(--accent-600, var(--gold-600)); }
.logo-emblem { background: var(--gold-500); }

.site-nav a         { color: color-mix(in srgb, var(--nav-text, var(--ink-600)) 80%, transparent); }
.site-nav a:hover   { color: var(--nav-text, var(--ink-900)); background: color-mix(in srgb, var(--nav-text, #333) 8%, transparent); }
.site-nav a.active  { color: var(--accent, var(--gold-600)); }
.site-nav a.active::after { background: var(--accent, var(--gold-500)); }

/* Hamburger/mobile toggle tint */
.menu-toggle { color: var(--nav-text, var(--ink-900)); }

/* Primary button — flat accent colour, no gradient */
.btn-primary {
  background: var(--accent, var(--gold-500));
  color: var(--btn-text, #fff);
  border-color: transparent;
  box-shadow: none;
}
.btn-primary:hover {
  background: var(--accent-dark, var(--gold-700));
}

/* Label tags / eyebrows */
.label-tag {
  color: var(--ink-600);
  background: var(--ink-50);
  border-color: var(--ink-200);
}
.label-tag::before { background: var(--accent, var(--gold-500)); }
.section-eyebrow   { color: var(--accent, var(--gold-600)); }

/* Footer */
#site-footer {
  background: var(--footer-bg, var(--ink-900));
  color: var(--footer-text, rgba(255,255,255,0.6));
}
#site-footer::before {
  background: var(--gold-500);
}
.footer-brand .logo-name  { color: var(--footer-text, #fff); }
.footer-col h4            { color: var(--accent-light, var(--gold-300)); }
.footer-col ul li a       { color: color-mix(in srgb, var(--footer-text, #fff) 60%, transparent); }
.footer-col ul li a:hover { color: var(--footer-text, #fff); }
.footer-contact-item a    { color: var(--footer-text, rgba(255,255,255,0.8)); }
.footer-contact-item a:hover { color: var(--accent-light, var(--gold-300)); }

/* Hero overlays */
.hero-section::before,
.page-hero::before {
  background: var(--hero-overlay, rgba(15,13,10,0.58));
}

/* Body background */
body { background: var(--bg, #fff); color: var(--text-primary, var(--ink-900)); }

/* ============================================================
   AJAX PAGINATION LOADING STATE
   ============================================================ */
#mp-prop-results {
  transition: opacity 0.2s ease;
}
#mp-prop-results.mp-loading {
  opacity: 0.4;
  pointer-events: none;
}

/* ============================================================
   HOMEPAGE GRIDS — 4-col properties, 3-col requirements
   ============================================================ */
.mp-homepage-grid .property-grid {
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 640px) {
  .mp-homepage-grid .property-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 900px) {
  .mp-homepage-grid .property-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.mp-homepage-grid .requirements-grid {
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 640px) {
  .mp-homepage-grid .requirements-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 900px) {
  .mp-homepage-grid .requirements-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* ============================================================
   LOAD MORE BUTTON
   ============================================================ */
.mp-load-more-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .75rem;
  margin-top: 2.5rem;
  padding: .5rem 0 1rem;
}

.mp-load-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  background: var(--gold-500);
  color: #fff;
  border: none;
  border-radius: var(--r-md);
  font-size: .9375rem;
  font-weight: 700;
  padding: .875rem 2.75rem;
  cursor: pointer;
  transition: background .15s;
  font-family: var(--font-body);
  min-width: 220px;
}
.mp-load-more-btn:hover {
  background: var(--gold-600);
}

.mp-load-more-spinner {
  display: flex;
  align-items: center;
  gap: .35rem;
}

.mp-spinner-dot {
  width: 8px; height: 8px;
  background: var(--ink-300);
  border-radius: 50%;
  animation: mp-bounce 1.1s ease-in-out infinite;
}
.mp-spinner-dot:nth-child(2) { animation-delay: 0.18s; }
.mp-spinner-dot:nth-child(3) { animation-delay: 0.36s; }

@keyframes mp-bounce {
  0%, 80%, 100% { transform: scale(0.65); opacity: .35; }
  40%           { transform: scale(1);    opacity: 1; }
}

.mp-load-more-count {
  font-size: .8125rem;
  color: var(--ink-400);
  margin: 0;
}

.mp-end-message {
  text-align: center;
  font-size: .8125rem;
  color: var(--ink-400);
  padding: 1rem 0;
}
