/*
Theme Name: Meerut Realtors
Theme URI: https://meerutrealtors.com
Description: A warm, modern property portal theme for Meerut. Works together with the Meerut Realtors Core plugin (listings, search, enquiries, Post Property). Fonts are bundled (Fraunces and Plus Jakarta Sans, SIL Open Font License).
Version: 2.0.0
Requires at least: 6.0
Requires PHP: 7.4
Author: Meerut Realtors
License: GPL-2.0-or-later
Text Domain: meerut-realtors
*/

@font-face {
	font-family: 'Fraunces'; font-style: normal; font-weight: 100 900; font-display: swap;
	src: url('assets/fonts/fraunces-latin-ext-wght-normal.woff2') format('woff2');
	unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
@font-face {
	font-family: 'Fraunces'; font-style: normal; font-weight: 100 900; font-display: swap;
	src: url('assets/fonts/fraunces-latin-wght-normal.woff2') format('woff2');
	unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face {
	font-family: 'Fraunces'; font-style: italic; font-weight: 100 900; font-display: swap;
	src: url('assets/fonts/fraunces-latin-wght-italic.woff2') format('woff2');
	unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face {
	font-family: 'Plus Jakarta Sans'; font-style: normal; font-weight: 100 900; font-display: swap;
	src: url('assets/fonts/plus-jakarta-sans-latin-ext-wght-normal.woff2') format('woff2');
	unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
@font-face {
	font-family: 'Plus Jakarta Sans'; font-style: normal; font-weight: 100 900; font-display: swap;
	src: url('assets/fonts/plus-jakarta-sans-latin-wght-normal.woff2') format('woff2');
	unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

/* =====================================================================
   Design tokens
   ===================================================================== */
:root {
	--navy: #0b1f33;
	--navy-d: #071626;
	--navy-2: #1b3a57;
	--cream: #f7f4ee;
	--paper: #ffffff;
	--sand: #eee9de;
	--sand-2: #ddd5c3;
	--ink: #252a2e;
	--muted: #53677d;
	--line: #e5dfd2;
	--gold: #c9a96e;
	--gold-ink: #7f6026;
	--gold-d: #5f4818;
	--gold-l: #d9bd86;

	/* Values the plugin's components read */
	--mr-primary: var(--navy);
	--mr-primary-dark: var(--navy-d);
	--mr-ink: var(--ink);
	--mr-muted: var(--muted);
	--mr-line: var(--line);
	--mr-bg: var(--cream);
	--mr-card: #fff;
	--mr-accent: var(--gold);
	--mr-accent-dark: var(--gold-l);
	--mr-green: #1d7a5a;
	--mr-radius: 24px;
	--mr-shadow: 0 2px 0 rgba(37, 42, 46, .03), 0 26px 50px -20px rgba(37, 42, 46, .3);

	--serif: 'Fraunces', 'Iowan Old Style', 'Palatino Linotype', Georgia, 'Times New Roman', serif;
	--sans: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Noto Sans', 'Noto Sans Devanagari', 'Helvetica Neue', Arial, sans-serif;
	--ease: cubic-bezier(.2, .7, .2, 1);

	/* Carved-lattice (jaali) pattern used as a faint texture */
	--jaali: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='%23ffffff' stroke-opacity='.09' stroke-width='1.3'%3E%3Cpath d='M32 4l28 28-28 28L4 32z'/%3E%3Ccircle cx='32' cy='32' r='9'/%3E%3Cpath d='M0 0l9 9M64 0l-9 9M0 64l9-9M64 64l-9-9'/%3E%3C/g%3E%3C/svg%3E");
	--jaali-dark: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='%23252a2e' stroke-opacity='.1' stroke-width='1.3'%3E%3Cpath d='M32 4l28 28-28 28L4 32z'/%3E%3Ccircle cx='32' cy='32' r='9'/%3E%3Cpath d='M0 0l9 9M64 0l-9 9M0 64l9-9M64 64l-9-9'/%3E%3C/g%3E%3C/svg%3E");
}

/* =====================================================================
   Base
   ===================================================================== */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
	margin: 0; font-family: var(--sans); font-size: 16px; line-height: 1.6; color: var(--ink);
	background: var(--cream); word-spacing: .03em; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; }
a { color: var(--navy); }
h1, h2, h3, h4 { text-wrap: balance; font-family: var(--serif); font-weight: 500; line-height: 1.12; letter-spacing: -.015em; color: var(--ink); }
::selection { background: var(--gold); color: var(--ink); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }
.screen-reader-text { position: absolute !important; clip: rect(1px, 1px, 1px, 1px); width: 1px; height: 1px; overflow: hidden; }
.screen-reader-text:focus { clip: auto; width: auto; height: auto; background: #fff; padding: 10px 16px; z-index: 100000; top: 8px; left: 8px; }
.mrt-container { width: 100%; max-width: 1240px; margin: 0 auto; padding: 0 24px; }

/* Entrance + scroll animations */
@keyframes mrt-rise { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: none; } }
.mrt-rise { animation: mrt-rise .9s var(--ease) both; animation-delay: var(--d, 0ms); }
.mrt-js .mrt-reveal { opacity: 0; transform: translateY(30px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.mrt-js .mrt-reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	.mrt-rise { animation: none; }
	.mrt-js .mrt-reveal { opacity: 1; transform: none; transition: none; }
	*, *::before, *::after { transition-duration: .01ms !important; }
}

/* =====================================================================
   Top bar & header
   ===================================================================== */
.mrt-topbar { background: var(--navy-d); color: rgba(255, 255, 255, .72); font-size: 13px; }
.mrt-topbar__in { display: flex; align-items: center; justify-content: space-between; padding-top: 8px; padding-bottom: 8px; gap: 12px; }
.mrt-topbar a { color: #fff; text-decoration: none; font-weight: 700; }
@media (max-width: 560px) { .mrt-topbar__in span { display: none; } .mrt-topbar__in { justify-content: flex-end; } }

.mrt-header {
	position: sticky; top: 0; z-index: 50; background: rgba(247, 244, 238, .88);
	-webkit-backdrop-filter: saturate(1.5) blur(16px); backdrop-filter: saturate(1.5) blur(16px);
	border-bottom: 1px solid rgba(229, 223, 210, .7);
}
.mrt-header { transition: box-shadow .3s; }
.mrt-header.is-scrolled { box-shadow: 0 10px 30px -18px rgba(7, 22, 38, .45); }
.admin-bar .mrt-header { top: 32px; }
@media (max-width: 782px) { .admin-bar .mrt-header { top: 46px; } }
.mrt-header__in { display: flex; align-items: center; gap: 28px; min-height: 76px; }
.mrt-logo { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; color: var(--ink); }
.mrt-logo__text { font-family: var(--serif); font-weight: 600; font-size: 24px; letter-spacing: -.02em; line-height: 1; }
.mrt-logo:hover .mrt-logo__mark { transform: rotate(-4deg) scale(1.05); }
.mrt-logo__mark { transition: transform .35s var(--ease); flex: none; }
.custom-logo { max-height: 48px; width: auto; display: block; }
.mrt-nav { flex: 1; }
.mrt-menu { list-style: none; display: flex; gap: 2px; margin: 0; padding: 0; }
.mrt-menu li { margin: 0; }
.mrt-menu a { display: block; padding: 10px 16px; border-radius: 999px; text-decoration: none; color: var(--ink); font-weight: 600; font-size: 15px; transition: background .2s, color .2s; }
.mrt-menu a:hover, .mrt-menu .current-menu-item > a { background: var(--sand); color: var(--navy); }
.mrt-header__actions { display: flex; align-items: center; gap: 10px; margin-left: auto; }
.mrt-iconbtn { position: relative; display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; color: var(--ink); text-decoration: none; transition: background .2s, color .2s; }
.mrt-iconbtn:hover { background: var(--sand); color: var(--gold-ink); }
.mrt-count { position: absolute; top: 3px; right: 1px; min-width: 19px; height: 19px; padding: 0 5px; border-radius: 10px; background: var(--gold); color: var(--navy); font-size: 11px; font-weight: 800; line-height: 19px; text-align: center; }
.mrt-burger { display: none; width: 46px; height: 46px; border: 0; background: transparent; cursor: pointer; padding: 12px; flex-direction: column; justify-content: center; gap: 5px; border-radius: 50%; }
.mrt-burger span { display: block; height: 2.5px; background: var(--ink); border-radius: 2px; transition: transform .25s var(--ease), opacity .2s; }
.mrt-burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.mrt-burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.mrt-burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

@media (max-width: 900px) {
	.mrt-header__in { gap: 8px; min-height: 66px; }
	.mrt-burger { display: flex; }
	.mrt-nav { display: none; position: absolute; left: 0; right: 0; top: 100%; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 24px 40px -12px rgba(37, 42, 46, .2); padding: 10px 24px 22px; }
	.mrt-nav.is-open { display: block; animation: mrt-rise .35s var(--ease) both; }
	.mrt-menu { flex-direction: column; gap: 0; }
	.mrt-menu a { padding: 15px 4px; border-bottom: 1px solid var(--line); border-radius: 0; font-family: var(--serif); font-size: 22px; font-weight: 500; }
	.mrt-menu a:hover { background: none; }
	.mrt-postbtn { display: none; }
	.mrt-logo__text { font-size: 21px; }
}
.mrt-nav-post { display: none; margin-top: 18px; }
@media (max-width: 900px) { .mrt-nav-post { display: flex; } }

/* =====================================================================
   Buttons, forms & shared components (restyles the plugin)
   ===================================================================== */
.mr-btn { border-radius: 999px; font-family: var(--sans); font-weight: 700; padding: 12px 24px; letter-spacing: -.005em; }
.mr-btn--primary { background: var(--navy); color: #fff; }
.mr-btn--primary:hover { background: var(--navy-d); }
.mr-btn--accent { background: var(--gold); color: var(--navy); box-shadow: 0 8px 20px -8px rgba(201, 169, 110, .8); }
.mr-btn--accent:hover { background: var(--gold-l); color: var(--navy); transform: translateY(-1px); }
.mr-btn--ghost { background: transparent; color: var(--navy); border-color: var(--navy); }
.mr-btn--ghost:hover { background: var(--navy); color: #fff; }
.mr-btn--sm { padding: 9px 18px; font-size: 13.5px; }
.mr-btn--lg { padding: 16px 32px; font-size: 16.5px; }

.mr-field__label { font-size: 11.5px; letter-spacing: .09em; text-transform: uppercase; font-weight: 800; color: var(--muted); }
.mr-field input[type="text"], .mr-field input[type="tel"], .mr-field input[type="email"], .mr-field input[type="number"],
.mr-field input[type="search"], .mr-field select, .mr-field textarea, .mr-inline input, .mr-inline select {
	font-family: var(--sans); border: 1.5px solid var(--line); border-radius: 16px; background-color: var(--paper); padding: 13px 14px; color: var(--ink);
}
.mr-field input:focus, .mr-field select:focus, .mr-field textarea:focus, .mr-inline input:focus, .mr-inline select:focus {
	border-color: var(--navy); box-shadow: 0 0 0 4px rgba(11, 31, 51, .14);
}
.mr-field select { background-position: right 16px center; }
.mr-pill span { border-radius: 999px; border-color: var(--line); background: var(--paper); font-weight: 700; }
.mr-pill input:checked + span { background: var(--navy); border-color: var(--navy); }
.mr-form-msg.is-ok { color: var(--mr-green); }

.mr-badge { font-family: var(--sans); letter-spacing: .03em; padding: 6px 12px; }
.mr-badge--tag { background: rgba(255, 255, 255, .95); color: var(--ink); backdrop-filter: blur(6px); }
.mr-badge--feat { background: var(--gold); color: var(--ink); }
.mr-verified { color: var(--mr-green); }

.mr-empty { background: var(--paper); border: 1.5px dashed var(--sand-2); border-radius: 28px; color: var(--muted); }
.mr-empty h2 { font-size: 26px; }

/* ---------- Property card ---------- */
.mr-grid { gap: 28px; }
.mr-card {
	background: #fff; border: 0; border-radius: 28px; padding: 10px;
	box-shadow: 0 1px 0 rgba(37, 42, 46, .04), 0 14px 34px -18px rgba(37, 42, 46, .28);
	transition: transform .45s var(--ease), box-shadow .45s var(--ease);
}
.mr-card:hover { transform: translateY(-8px); box-shadow: 0 2px 0 rgba(37, 42, 46, .03), 0 34px 60px -24px rgba(37, 42, 46, .38); }
.mr-card__img { aspect-ratio: 4 / 3; border-radius: 20px; }
.mr-card__badges { left: 12px; top: 12px; }
.mr-save { right: 12px; top: 12px; width: 42px; height: 42px; background: rgba(255, 255, 255, .95); transition: transform .25s var(--ease), color .2s; }
.mr-save:hover { transform: scale(1.1); }
.mr-save.is-saved { animation: mrt-pop .4s var(--ease); }
@keyframes mrt-pop { 0% { transform: scale(1); } 45% { transform: scale(1.3); } 100% { transform: scale(1); } }
.mr-card__body { padding: 18px 12px 10px; gap: 9px; }
.mr-price { font-family: var(--serif); font-weight: 500; font-size: 30px; letter-spacing: -.02em; color: var(--navy); line-height: 1.05; }
.mr-price small { font-family: var(--sans); font-size: 14px; font-weight: 600; color: var(--muted); letter-spacing: 0; }
.mr-ppa { font-family: var(--sans); font-size: 12.5px; font-weight: 600; color: var(--muted); letter-spacing: 0; }
.mr-card__title { font-family: var(--sans); font-size: 16.5px; font-weight: 700; letter-spacing: -.01em; line-height: 1.35; }
.mr-card__title a { color: var(--ink); }
.mr-card__title a:hover { color: var(--gold-ink); }
.mr-card__loc { font-size: 14px; color: var(--muted); }
.mr-facts { border-top: 0; padding-top: 2px; margin-top: 2px; gap: 8px; }
.mr-facts li { background: var(--sand); padding: 6px 12px; border-radius: 999px; font-size: 12.5px; font-weight: 700; color: var(--ink); gap: 6px; }
.mr-facts .mr-i { color: var(--navy); }
.mr-card__foot { border-top: 1px dashed var(--sand-2); padding-top: 14px; margin-top: 6px; }

/* ---------- Locality chips ---------- */
.mr-chips { gap: 12px; }
.mr-chip { border-radius: 999px; background: var(--paper); border: 1.5px solid var(--line); padding: 11px 18px; font-weight: 700; transition: all .25s var(--ease); }
.mr-chip .mr-i { color: var(--gold-ink); }
.mr-chip:hover { background: var(--navy); border-color: var(--navy); color: #fff; transform: translateY(-3px); }
.mr-chip:hover .mr-i { color: var(--gold); }
.mr-chip__count { background: var(--gold); color: var(--ink); font-weight: 800; }

/* ---------- Enquiry & gallery ---------- */
.mr-enquiry { background: var(--paper); border: 1.5px solid var(--sand-2); border-radius: 30px; padding: 26px; box-shadow: var(--mr-shadow); }
.mr-enquiry__title { font-family: var(--serif); font-size: 26px; font-weight: 500; margin-bottom: 18px; }
.mr-reveal__who { font-family: var(--serif); font-size: 22px; font-weight: 500; }
.mr-gallery__main { border-radius: 30px; aspect-ratio: 3 / 2; box-shadow: 0 30px 60px -30px rgba(37, 42, 46, .4); }
.mr-thumb { border-radius: 16px; }
.mr-thumb.is-active, .mr-thumb:hover { border-color: var(--gold-ink); }
.mr-fs { border: 0; border-radius: 30px; background: #fff; box-shadow: 0 14px 34px -18px rgba(37, 42, 46, .25); }
.mr-fs legend { float: left; width: 100%; grid-column: 1 / -1; padding: 0 0 8px; margin: 0; font-family: var(--serif); font-size: 22px; font-weight: 500; }
.mr-step { background: var(--navy); }

/* =====================================================================
   Home: hero
   ===================================================================== */
.mrt-hero { position: relative; background: var(--navy); color: #fff; padding: 52px 0 150px; isolation: isolate; overflow: hidden; }
.mrt-hero::before { content: ""; position: absolute; inset: 0; background-image: var(--jaali); background-size: 64px; z-index: -2; -webkit-mask-image: linear-gradient(180deg, #000 20%, transparent 95%); mask-image: linear-gradient(180deg, #000 20%, transparent 95%); }
.mrt-hero::after { content: ""; position: absolute; inset: 0; background: radial-gradient(900px 500px at 8% 110%, rgba(27, 58, 87, .9), transparent 65%); z-index: -2; }
.mrt-hero__sun { position: absolute; right: -140px; top: -200px; width: 720px; height: 720px; border-radius: 50%; z-index: -1; background: radial-gradient(circle at 42% 42%, rgba(232, 211, 162, .9) 0%, rgba(201, 169, 110, .55) 36%, rgba(201, 169, 110, 0) 68%); opacity: .8; }
.mrt-hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; }
.mrt-eyebrow { display: inline-flex; align-items: center; gap: 12px; margin: 0 0 22px; font-size: 12.5px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); }
.mrt-eyebrow span { width: 34px; height: 2px; background: var(--gold); display: block; }
.mrt-hero__title { margin: 0 0 22px; font-size: clamp(44px, 6.3vw, 76px); line-height: 1; text-wrap: balance; letter-spacing: -.035em; font-weight: 500; color: #fff; }
.mrt-hero__title em { font-style: italic; font-weight: 400; color: var(--gold); }
.mrt-hero__sub { margin: 0 0 26px; max-width: 520px; font-size: clamp(16.5px, 2vw, 19.5px); line-height: 1.6; color: rgba(255, 255, 255, .84); }
.mrt-hero__trust { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; }
.mrt-hero__trust li { display: inline-flex; align-items: center; gap: 8px; padding: 9px 16px; border-radius: 999px; background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .18); font-size: 13.5px; font-weight: 700; backdrop-filter: blur(6px); }
.mrt-hero__trust .mr-i { color: var(--gold); }

/* Arch collage */
.mrt-hero__art { position: relative; height: 470px; }
.mrt-arch { position: absolute; display: block; overflow: hidden; background: var(--sand); border: 6px solid var(--cream); border-radius: 999px 999px 26px 26px; box-shadow: 0 40px 60px -28px rgba(0, 0, 0, .55); transition: transform .5s var(--ease); text-decoration: none; }
.mrt-arch img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .8s var(--ease); }
.mrt-arch:hover { transform: translateY(-8px); }
.mrt-arch:hover img { transform: scale(1.07); }
.mrt-arch--a { left: 0; top: 84px; width: 33%; height: 300px; }
.mrt-arch--b { left: 31.5%; top: 0; width: 38%; height: 420px; z-index: 2; }
.mrt-arch--c { right: 0; top: 140px; width: 31%; height: 270px; }
.mrt-arch--blank { display: grid; place-items: center; color: rgba(11, 31, 51, .55); }
.mrt-arch--a.mrt-arch--blank { background: linear-gradient(180deg, #e4cfa0, #c9a96e); }
.mrt-arch--b.mrt-arch--blank { background: linear-gradient(180deg, #eee9de, #ddd5c3); }
.mrt-arch--c.mrt-arch--blank { background: linear-gradient(180deg, #cbd5e0, #93a7bc); }
.mrt-arch__chip { position: absolute; left: 10px; right: 10px; bottom: 12px; background: rgba(255, 255, 255, .96); color: var(--ink); border-radius: 18px; padding: 9px 13px; display: flex; flex-direction: column; gap: 1px; box-shadow: 0 10px 24px -10px rgba(0, 0, 0, .5); }
.mrt-arch__chip strong { font-family: var(--serif); font-size: 19px; font-weight: 600; line-height: 1.1; color: var(--navy); letter-spacing: -.01em; }
.mrt-arch__chip small { font-size: 11.5px; color: var(--muted); font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mrt-arch--a .mrt-arch__chip, .mrt-arch--c .mrt-arch__chip { padding: 7px 10px; }
.mrt-arch--a .mrt-arch__chip strong, .mrt-arch--c .mrt-arch__chip strong { font-size: 16px; }

@media (max-width: 1020px) {
	.mrt-hero { padding: 48px 0 150px; }
	.mrt-hero__grid { grid-template-columns: 1fr; }
	.mrt-hero__art { height: 300px; margin-top: 34px; max-width: 520px; }
	.mrt-arch { border-width: 5px; }
	.mrt-arch--a { top: 62px; height: 200px; }
	.mrt-arch--b { height: 280px; }
	.mrt-arch--c { top: 96px; height: 180px; }
	.mrt-arch__chip { left: 6px; right: 6px; bottom: 8px; padding: 6px 9px; border-radius: 14px; }
	.mrt-arch__chip strong, .mrt-arch--a .mrt-arch__chip strong, .mrt-arch--c .mrt-arch__chip strong { font-size: 14px; }
	.mrt-arch__chip small { font-size: 10.5px; }
	.mrt-hero__sun { width: 420px; height: 420px; right: -170px; top: -190px; }
}
@media (max-width: 700px) {
	.mrt-hero { padding-bottom: 130px; }
	.mrt-hero__sun { width: 210px; height: 210px; right: -70px; top: -100px; }
	.mrt-hero__trust { display: none; }
	.mrt-hero__art { height: 250px; margin-top: 0; }
	.mrt-hero__grid { gap: 0; }
	.mrt-arch--a { top: 50px; height: 165px; }
	.mrt-arch--b { height: 232px; }
	.mrt-arch--c { top: 80px; height: 150px; }
	.mrt-findbar .mr-tabs { gap: 6px; flex-wrap: nowrap; }
	.mrt-findbar .mr-tab { padding: 9px 13px; font-size: 13px; }
}

/* Floating search card */
.mrt-findbar { position: relative; z-index: 5; margin-top: -100px; }
.mrt-findbar__card { background: var(--paper); border-radius: 34px; padding: 26px 28px 22px; box-shadow: 0 40px 80px -30px rgba(7, 22, 38, .55), 0 0 0 1px rgba(229, 223, 210, .6); }
.mrt-findbar .mr-search--hero { background: transparent; box-shadow: none; border-radius: 0; padding: 0; overflow: visible; }
.mrt-findbar .mr-tabs { background: none; border: 0; gap: 8px; padding: 0 0 18px; }
.mrt-findbar .mr-tab { padding: 11px 22px; border-radius: 999px; background: var(--sand); color: var(--ink); margin: 0; border: 0; font-weight: 700; font-size: 14.5px; transition: background .2s, color .2s; }
.mrt-findbar .mr-tab:hover { background: var(--sand-2); color: var(--ink); }
.mrt-findbar .mr-tab.is-active { background: var(--navy); color: #fff; }
.mrt-findbar .mr-search__row { padding: 0; gap: 14px; }
@media (min-width: 860px) { .mrt-findbar .mr-search__row { grid-template-columns: 1.15fr 1.15fr 1fr auto; } }
.mrt-findbar .mr-field select { height: 56px; border-radius: 18px; font-weight: 600; }
.mrt-findbar .mr-btn--primary { height: 56px; border-radius: 18px; background: var(--gold); color: var(--navy); padding: 0 34px; font-size: 16.5px; box-shadow: 0 12px 24px -10px rgba(201, 169, 110, .75); }
.mrt-findbar .mr-btn--primary:hover { background: var(--gold-l); color: var(--navy); }
.mrt-quick { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 20px; padding-top: 18px; border-top: 1px dashed var(--sand-2); font-size: 13px; color: var(--muted); font-weight: 600; }
.mrt-quick a { padding: 6px 14px; border-radius: 999px; background: var(--sand); color: var(--ink); text-decoration: none; font-weight: 700; transition: background .2s, color .2s; }
.mrt-quick a:hover { background: var(--navy); color: #fff; }
@media (max-width: 600px) { .mrt-findbar__card { padding: 20px 16px 18px; border-radius: 28px; } .mrt-findbar { margin-top: -96px; } }

/* =====================================================================
   Home: sections
   ===================================================================== */
.mrt-sec { padding: 92px 0; position: relative; }
.mrt-sec--sand { background: var(--sand); }
.mrt-sec--navy { background: var(--navy); color: #fff; overflow: hidden; }
.mrt-sec--navy::before { content: ""; position: absolute; inset: 0; background-image: var(--jaali); background-size: 64px; opacity: .8; pointer-events: none; }
.mrt-sec--navy > .mrt-container { position: relative; }
.mrt-sec--navy h2 { color: #fff; }
.mrt-sec--navy .mrt-kicker { color: var(--gold); }
.mrt-sec--navy .mr-chip { background: rgba(255, 255, 255, .08); border-color: rgba(255, 255, 255, .2); color: #fff; }
.mrt-sec--navy .mr-chip .mr-i { color: var(--gold); }
.mrt-sec--navy .mr-chip:hover { background: var(--gold); border-color: var(--gold); color: var(--ink); }
.mrt-sec--navy .mr-chip:hover .mr-i { color: var(--ink); }
.mrt-sec--navy .mr-chip__count { background: var(--gold); color: var(--ink); }
.mrt-sec--navy .mr-chip:hover .mr-chip__count { background: var(--ink); color: var(--gold); }
.mrt-findbar + .mrt-sec { padding-top: 84px; }
.mrt-sec__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 40px; }
.mrt-sec__head h2 { margin: 0; font-size: clamp(32px, 4.6vw, 54px); line-height: 1.04; letter-spacing: -.03em; max-width: 680px; }
.mrt-kicker { margin: 0 0 12px; font-family: var(--sans); font-size: 12.5px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-ink); }
.mrt-more { flex: none; font-weight: 800; font-size: 15px; color: var(--navy); text-decoration: none; padding-bottom: 3px; border-bottom: 2.5px solid var(--gold); transition: border-color .2s, color .2s; }
.mrt-more:hover { color: var(--gold-ink); border-color: var(--gold-ink); }
@media (max-width: 700px) { .mrt-sec { padding: 64px 0; } .mrt-sec__head { flex-direction: column; align-items: flex-start; gap: 14px; margin-bottom: 28px; } }

/* Budget tiles */
.mrt-budgets { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
@media (min-width: 900px) { .mrt-budgets { grid-template-columns: repeat(5, 1fr); } }
.mrt-budget { display: flex; flex-direction: column; justify-content: space-between; gap: 34px; min-height: 172px; padding: 24px 22px; border-radius: 28px; background: var(--paper); border: 1.5px solid var(--sand-2); text-decoration: none; color: var(--ink); transition: transform .4s var(--ease), background .3s, color .3s, border-color .3s, box-shadow .4s; }
.mrt-budget__label { font-family: var(--serif); font-size: 25px; font-weight: 500; line-height: 1.12; letter-spacing: -.02em; }
.mrt-budget__go { font-size: 13.5px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; color: var(--gold-ink); transition: color .3s; }
.mrt-budget:hover { transform: translateY(-8px); background: var(--navy); border-color: var(--navy); color: #fff; box-shadow: 0 30px 50px -26px rgba(7, 22, 38, .7); }
.mrt-budget:hover .mrt-budget__go { color: var(--gold); }

/* Arch-topped type cards */
.mrt-types { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
@media (min-width: 720px) { .mrt-types { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1040px) { .mrt-types { grid-template-columns: repeat(5, 1fr); } }
.mrt-type { display: flex; flex-direction: column; align-items: center; gap: 4px; text-align: center; padding: 36px 14px 24px; background: #fff; border-radius: 140px 140px 28px 28px; border: 1.5px solid var(--sand-2); text-decoration: none; color: var(--ink); transition: transform .4s var(--ease), background .3s, border-color .3s, box-shadow .4s; }
.mrt-type__icon { display: grid; place-items: center; width: 68px; height: 68px; border-radius: 50%; background: var(--sand); color: var(--navy); margin-bottom: 14px; transition: background .3s, color .3s, transform .4s var(--ease); }
.mrt-type__name { font-family: var(--serif); font-weight: 500; font-size: 19px; line-height: 1.2; letter-spacing: -.01em; }
.mrt-type__count { font-size: 13px; color: var(--muted); font-weight: 600; }
.mrt-type:hover { transform: translateY(-8px); background: var(--navy); border-color: var(--navy); color: #fff; box-shadow: 0 30px 50px -26px rgba(7, 22, 38, .7); }
.mrt-type:hover .mrt-type__icon { background: var(--gold); color: var(--ink); transform: rotate(-6deg) scale(1.06); }
.mrt-type:hover .mrt-type__count { color: rgba(255, 255, 255, .75); }

/* How it works */
.mrt-steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 20px; grid-template-columns: 1fr; counter-reset: none; }
@media (min-width: 860px) { .mrt-steps { grid-template-columns: repeat(3, 1fr); } }
.mrt-steps li { position: relative; background: var(--paper); border-radius: 32px; padding: 34px 30px 36px; border: 1.5px solid var(--sand-2); overflow: hidden; }
.mrt-steps__n { display: block; font-family: var(--serif); font-style: italic; font-weight: 400; font-size: 82px; line-height: .9; letter-spacing: -.04em; color: var(--gold-ink); margin-bottom: 18px; }
.mrt-steps h3 { margin: 0 0 8px; font-size: 25px; letter-spacing: -.02em; }
.mrt-steps p { margin: 0; color: var(--muted); font-size: 16px; }

/* Call-to-action band */
.mrt-cta { padding: 0 0 96px; }
.mrt-cta__in { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; background: var(--gold); border-radius: 44px; padding: 60px 56px; overflow: hidden; isolation: isolate; }
.mrt-cta__in::before { content: ""; position: absolute; inset: 0; background-image: var(--jaali-dark); background-size: 64px; z-index: -1; -webkit-mask-image: linear-gradient(100deg, transparent 30%, #000); mask-image: linear-gradient(100deg, transparent 30%, #000); }
.mrt-cta h2 { margin: 0 0 10px; font-size: clamp(32px, 4.4vw, 52px); letter-spacing: -.03em; max-width: 620px; }
.mrt-cta p { margin: 0; color: rgba(37, 42, 46, .78); font-size: 18px; font-weight: 500; max-width: 520px; }
.mrt-cta .mr-btn--accent { background: var(--navy); color: #fff; box-shadow: 0 16px 30px -12px rgba(7, 22, 38, .7); }
.mrt-cta .mr-btn--accent:hover { background: var(--navy-d); color: #fff; }
@media (max-width: 700px) { .mrt-cta__in { padding: 40px 26px; border-radius: 34px; } }

/* =====================================================================
   Page heads (listing, pages, posts)
   ===================================================================== */
.mrt-pagehead { position: relative; background: var(--navy); color: #fff; padding: 34px 0 44px; overflow: hidden; isolation: isolate; }
.mrt-pagehead::before { content: ""; position: absolute; inset: 0; background-image: var(--jaali); background-size: 64px; z-index: -1; -webkit-mask-image: linear-gradient(90deg, transparent 20%, #000); mask-image: linear-gradient(90deg, transparent 20%, #000); }
.mrt-pagehead h1 { margin: 12px 0 6px; font-size: clamp(32px, 5vw, 58px); letter-spacing: -.03em; color: #fff; line-height: 1.04; max-width: 900px; }
.mrt-pagehead__count { margin: 0; color: var(--gold); font-weight: 700; font-size: 15px; }
.mrt-pagehead__desc { margin-top: 12px; color: rgba(255, 255, 255, .8); max-width: 780px; }
.mrt-pagehead .mrt-crumbs, .mrt-pagehead .mrt-crumbs a { color: rgba(255, 255, 255, .72); }
.mrt-pagehead .mrt-crumbs a:hover { color: var(--gold); }
.mrt-crumbs { font-size: 13.5px; color: var(--muted); display: flex; flex-wrap: wrap; gap: 8px; align-items: center; font-weight: 600; }
.mrt-crumbs a { color: var(--muted); text-decoration: none; }
.mrt-crumbs a:hover { color: var(--gold-ink); }
.mrt-crumbs__sep { opacity: .45; }

.mrt-page { padding-top: 48px; padding-bottom: 80px; }
.mrt-content { max-width: 860px; font-size: 17px; }
.mrt-content h2, .mrt-content h3 { margin-top: 1.6em; }
.mrt-content .mr-submit, .mrt-content .mr-shortlist, .mrt-content .mr-enquiry-wrap { max-width: none; }
.mrt-page .mrt-content:has(.mr-submit) { max-width: 920px; }
.mrt-404 { text-align: center; padding-top: 100px; }
.mrt-404 h1 { font-size: clamp(34px, 5vw, 56px); }
.mrt-posts { display: grid; gap: 28px; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); }
.mrt-post { background: #fff; padding: 22px; border-radius: 28px; box-shadow: 0 14px 34px -18px rgba(37, 42, 46, .25); }
.mrt-post h2 { font-size: 22px; margin: 10px 0; }
.mrt-post h2 a { color: var(--ink); text-decoration: none; }
.mrt-post__meta { color: var(--muted); font-size: 13px; margin: 0 0 8px; }

/* =====================================================================
   Listing page
   ===================================================================== */
.mrt-listing { display: grid; grid-template-columns: 1fr; gap: 28px; padding-top: 40px; padding-bottom: 90px; align-items: start; }
@media (min-width: 980px) { .mrt-listing { grid-template-columns: 316px 1fr; gap: 36px; } .mrt-filter-btn { display: none !important; } }
.mrt-filters { display: none; }
.mrt-filters.is-open { display: block; }
@media (min-width: 980px) { .mrt-filters { display: block; position: sticky; top: 100px; } .admin-bar .mrt-filters { top: 132px; } }
.mr-search--side { background: var(--paper); border: 1.5px solid var(--sand-2); border-radius: 30px; padding: 24px; }
.mr-side__head h2 { font-size: 24px; }
.mr-reset { color: var(--gold-ink); font-weight: 800; }
.mrt-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 24px; }
.mrt-sort { display: flex; align-items: center; gap: 10px; margin-left: auto; font-size: 13px; color: var(--muted); font-weight: 700; }
.mrt-sort select { padding: 10px 16px; border-radius: 999px; border: 1.5px solid var(--sand-2); font: 700 14px var(--sans); color: var(--ink); background: var(--paper); cursor: pointer; }
.mrt-pagination { margin-top: 44px; }
.mrt-pagination ul { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; padding: 0; margin: 0; }
.mrt-pagination .page-numbers { display: inline-block; min-width: 46px; padding: 11px 18px; text-align: center; border-radius: 999px; border: 1.5px solid var(--sand-2); background: var(--paper); color: var(--ink); text-decoration: none; font-weight: 700; transition: all .2s; }
.mrt-pagination .page-numbers.current { background: var(--navy); border-color: var(--navy); color: #fff; }
.mrt-pagination a.page-numbers:hover { border-color: var(--navy); color: var(--navy); transform: translateY(-2px); }

/* =====================================================================
   Single property
   ===================================================================== */
.mrt-single { padding-top: 28px; padding-bottom: 90px; }
.mrt-single__head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin: 16px 0 28px; flex-wrap: wrap; }
.mrt-single__head h1 { margin: 12px 0 10px; font-size: clamp(30px, 4.4vw, 52px); line-height: 1.05; letter-spacing: -.03em; max-width: 780px; }
.mrt-single__badges { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.mrt-single__loc { margin: 0; display: flex; align-items: center; gap: 8px; color: var(--muted); font-weight: 600; }
.mrt-single__price { text-align: right; }
.mrt-single__price .mr-price { font-size: clamp(38px, 5.4vw, 60px); justify-content: flex-end; color: var(--navy); letter-spacing: -.035em; }
.mrt-single__price .mr-price small { font-size: 17px; }
@media (max-width: 700px) { .mrt-single__price { text-align: left; } .mrt-single__price .mr-price { justify-content: flex-start; } }
.mrt-single__grid { display: grid; grid-template-columns: 1fr; gap: 32px; align-items: start; }
@media (min-width: 1000px) { .mrt-single__grid { grid-template-columns: 1fr 380px; } .mrt-single__side { position: sticky; top: 100px; } }
.mrt-single__main { min-width: 0; }
.mrt-box { background: #fff; border: 0; border-radius: 30px; padding: 30px 32px; margin-top: 26px; box-shadow: 0 14px 34px -20px rgba(37, 42, 46, .25); }
.mrt-box h2 { margin: 0 0 20px; font-size: 28px; letter-spacing: -.02em; }
.mrt-facts { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px 22px; }
@media (min-width: 640px) { .mrt-facts { grid-template-columns: repeat(3, 1fr); } }
.mrt-facts li { display: grid; grid-template-columns: 46px 1fr; grid-template-rows: auto auto; column-gap: 14px; align-items: center; margin: 0; }
.mrt-facts__icon { grid-row: 1 / 3; display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: var(--sand); color: var(--navy); }
.mrt-facts__label { font-size: 11.5px; color: var(--muted); line-height: 1.2; letter-spacing: .08em; text-transform: uppercase; font-weight: 800; }
.mrt-facts strong { font-size: 16px; line-height: 1.3; font-weight: 700; }
.mrt-amenities { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; }
.mrt-amenities li { display: inline-flex; align-items: center; gap: 8px; margin: 0; padding: 9px 16px; background: var(--sand); border-radius: 999px; font-weight: 700; font-size: 14px; }
.mrt-amenities .mr-i { color: var(--mr-green); }
.mrt-map iframe, .mrt-embed iframe { width: 100%; height: 360px; border: 0; border-radius: 22px; display: block; }
.mrt-embed iframe { aspect-ratio: 16 / 9; height: auto; }
.mrt-meta { display: flex; flex-wrap: wrap; gap: 8px 24px; font-size: 13.5px; color: var(--muted); padding: 18px 32px; font-weight: 600; }
.mrt-sidebtns { display: grid; gap: 12px; margin-top: 16px; }
.mrt-similar { margin-top: 64px; }
.mrt-similar h2 { font-size: clamp(28px, 4vw, 40px); margin: 0 0 26px; letter-spacing: -.03em; }
.mrt-stickybar { display: none; }
@media (max-width: 999px) {
	.mrt-stickybar { display: flex; position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 60; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 10px 10px 22px; background: rgba(255, 255, 255, .94); backdrop-filter: blur(14px); border-radius: 999px; box-shadow: 0 20px 44px -12px rgba(37, 42, 46, .45), 0 0 0 1px var(--sand-2); }
	.mrt-stickybar .mr-price { font-size: 23px; }
	.mrt-single { padding-bottom: 120px; }
}

/* =====================================================================
   Footer
   ===================================================================== */
.mrt-footer { position: relative; background: var(--navy-d); color: rgba(255, 255, 255, .72); margin-top: 28px; }
.mrt-footer::before { content: ""; position: absolute; left: 0; right: 0; top: -27px; height: 28px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='28' viewBox='0 0 56 28'%3E%3Cpath d='M0 28V18a28 28 0 0156 0v10z' fill='%23071626'/%3E%3C/svg%3E") repeat-x bottom left / 56px 28px; }
.mrt-footer__grid { display: grid; gap: 36px; grid-template-columns: 1fr; padding-top: 68px; padding-bottom: 48px; }
@media (min-width: 640px) { .mrt-footer__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .mrt-footer__grid { grid-template-columns: 1.5fr 1fr 1fr 1fr; } }
.mrt-footer .mrt-logo { color: #fff; }
.mrt-footer .mrt-logo__text { font-size: 28px; }
.mrt-footer__about { margin: 18px 0 0; font-size: 15px; max-width: 340px; line-height: 1.7; }
.mrt-footer h3 { font-family: var(--sans); color: var(--gold); font-size: 12.5px; font-weight: 800; margin: 0 0 18px; text-transform: uppercase; letter-spacing: .16em; }
.mrt-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; font-size: 15px; }
.mrt-footer a { color: rgba(255, 255, 255, .72); text-decoration: none; transition: color .2s; }
.mrt-footer a:hover { color: #fff; }
.mrt-footer__bar { border-top: 1px solid rgba(255, 255, 255, .1); padding: 20px 0; font-size: 13.5px; }

.mrt-wa { position: fixed; right: 20px; bottom: 20px; z-index: 55; width: 58px; height: 58px; border-radius: 50%; background: #1fa855; color: #fff; display: grid; place-items: center; box-shadow: 0 12px 28px -6px rgba(31, 168, 85, .6); text-decoration: none; transition: transform .3s var(--ease); }
.mrt-wa:hover { background: #178a45; color: #fff; transform: scale(1.08); }
@media (max-width: 999px) { body.single-property .mrt-wa { bottom: 92px; } }

/* Footer logo mark on the dark background */
.mrt-footer .mrt-logo__mark path:first-child { fill: var(--cream); }

/* Mobile: card rows on the home page become swipeable carousels */
@media (max-width: 700px) {
	.mrt-sec--cards .mr-grid { display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; margin: 0 -24px; padding: 4px 24px 22px; scroll-padding-left: 24px; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
	.mrt-sec--cards .mr-grid::-webkit-scrollbar { display: none; }
	.mrt-sec--cards .mr-grid > * { flex: 0 0 82%; scroll-snap-align: start; }
	.mrt-sec--navy .mr-chip { padding: 8px 13px; font-size: 14px; }
	.mrt-sec--navy .mr-chips { gap: 8px; }
	.mrt-footer__grid { padding-top: 44px; }
}

@media (max-width: 639px) {
	.mrt-facts { gap: 18px 12px; }
	.mrt-facts li { grid-template-columns: 38px 1fr; column-gap: 10px; min-width: 0; }
	.mrt-facts__icon { width: 38px; height: 38px; }
	.mrt-facts__label { font-size: 10.5px; letter-spacing: .05em; overflow-wrap: anywhere; }
	.mrt-facts strong { font-size: 15px; overflow-wrap: anywhere; }
}

/* File picker on the Post Property form */
.mr-field input[type="file"] { font-family: var(--sans); font-size: 14px; color: var(--muted); max-width: 100%; }
.mr-field input[type="file"]::file-selector-button { font: inherit; font-weight: 700; color: var(--navy); background: var(--sand); border: 0; border-radius: 999px; padding: 10px 18px; margin-right: 12px; cursor: pointer; transition: background .2s; }
.mr-field input[type="file"]::file-selector-button:hover { background: var(--sand-2); }
