/*
 * Mentis Property listing pages.
 *
 * Every colour and size is a custom property on .mp, so the whole thing can be
 * retuned from your theme stylesheet without touching this file.
 */

.mp {
	--mp-orange: #f26522;
	--mp-orange-dark: #d9541a;
	--mp-navy: #0f2137;
	--mp-ink: #1c1c1c;
	--mp-muted: #6b7280;
	--mp-line: #e6e8ec;
	--mp-panel: #fff;
	--mp-radius: 10px;
	--mp-radius-lg: 16px;
	--mp-card-min: 300px;
	--mp-shadow: 0 2px 14px rgba(15, 33, 55, .07);

	color: var(--mp-ink);
}

.mp,
.mp-inner {
	max-width: 100%;
	min-width: 0;
}

.mp img,
.mp iframe { max-width: 100%; }

.mp-inner {
	margin-inline: auto;
	max-width: 1240px;
	padding: 0 1.25rem 4rem;
}

/* Buttons -------------------------------------------------------------- */

.mp-btn {
	align-items: center;
	background: var(--mp-orange);
	border: 0;
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-size: .95rem;
	font-weight: 600;
	gap: .5rem;
	justify-content: center;
	line-height: 1;
	padding: 1rem 2rem;
	text-decoration: none;
	transition: background .15s ease;
	white-space: nowrap;
	height: 45px;
}

.mp-btn:hover,
.mp-btn:focus { background: var(--mp-orange-dark); color: #fff; }
.mp-btn:focus-visible { outline: 3px solid var(--mp-navy); outline-offset: 2px; }

.mp-btn--sm { font-size: .9rem; padding: .8rem 1.9rem; }

/* Hero ----------------------------------------------------------------- */

.mp-hero {
	background-position: center;
	background-size: cover;
	margin-bottom: 2.5rem;
	padding: 3.5rem 1.25rem;
}

.mp-hero__card {
	background: rgba(15, 33, 55, .88);
	border-radius: var(--mp-radius-lg);
	color: #fff;
	margin-inline: auto;
	max-width: 1240px;
	padding: 2.5rem;
}

.mp-hero__eyebrow {
	color: var(--mp-orange);
	font-size: .8rem;
	font-weight: 700;
	letter-spacing: .12em;
	margin: 0 0 .75rem;
	text-transform: uppercase;
}

.mp-hero__title {
	font-size: clamp(1.9rem, 4vw, 2.9rem);
	line-height: 1.15;
	margin: 0 0 1rem;
	max-width: 18ch;
}

.mp-hero__text {
	font-size: .98rem;
	line-height: 1.65;
	margin-bottom: 1.75rem;
	max-width: 62ch;
	opacity: .88;
}

.mp-head { padding: 2.5rem 1.25rem 0; text-align: center; }
.mp-head__title { margin: 0 0 .75rem; }
.mp-head__text { color: var(--mp-muted); margin-inline: auto; max-width: 68ch; }

/* Quick search --------------------------------------------------------- */

.mp-quick {
    margin: 0rem 0 2rem;
    padding-bottom: 20px;
    border-bottom: 1px solid #E5E7EB;
}

.mp-quick__form {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.mp-quick__label {
    border-left: 3px solid var(--mp-orange);
    font-weight: 700;
    padding-left: .75rem;
    white-space: nowrap;
    font-size: clamp(22px, 3.4vw, 30px);
}

.mp-quick__input {
	background: #fff;
	border: 1px solid #D1D5DB;
	border-radius: 6px;
	flex: 1 1 300px;
	font-size: .95rem;
	min-width: 0;
	padding: 1rem;
}

.mp-quick__input:focus {
	border-color: var(--mp-orange);
	outline: none;
}

.mp-quick__map {
	color: var(--mp-orange);
	display: block;
	font-size: .85rem;
	margin-top: .6rem;
	text-align: right;
	text-decoration: underline;
}

.mp-section-title {
    font-size: clamp(20px, 3.4vw, 30px);
    font-weight: 700;
    margin: 0 0 1.25rem;
    color: #181A20;
    letter-spacing: -1px;
}

/* Filter panel --------------------------------------------------------- */

.mp-pills {
	display: flex;
	gap: .45rem;
	margin-bottom: 1.25rem;
}

.mp-pill {
	background: #f1f3f6;
	border-radius: 7px;
	color: var(--mp-muted);
	font-size: .85rem;
	font-weight: 600;
	padding: .5rem 1.5rem;
	text-decoration: none;
}

.mp-pill.is-active { background: var(--mp-orange); color: #fff; }

.mp-panel {
    background: #FFFFFF;
    border: 1px solid #9DAFC0;
    border-radius: 12px;
    margin-bottom: 2rem;
    padding: 32px;
    box-shadow: 0 10px 30px #00000010;
}

.mp-filters__grid {
	display: grid;
	gap: 1rem .9rem;
	grid-template-columns: 1fr;
}

.mp-filters {
	padding: 0px !important;
}
.mp-quick__form .mp-quick__input, .mp-quick__form  .mp-btn.mp-btn--sm {
    height: 48px;
}

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

/* Five fields per row on desktop, which puts the button at the end of the
   second row rather than stranded on a line of its own. */
@media (min-width: 1080px) {
	.mp-filters__grid { grid-template-columns: repeat(5, 1fr); }
}

.mp-f { margin: 0; }

.mp-f__label {
    color: var(--mp-ink);
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: .35rem;
}

/* .mp-f__input {
	background: #f5f6f8;
	border: 1px solid var(--mp-line);
	border-radius: 8px;
	color: var(--mp-ink);
	font-size: .84rem;
	padding: .7rem .85rem;
	width: 100%;
} */
.mp-panel form.mp-filters select, .mp-f__input {
    background: #EDF5FB;
    border-radius: 6px;
    font-size: 14px;
    color: #506174;
    font-weight: 500;
    letter-spacing: normal;
    border: none;
    padding: 0 14px;
    width: 100%;
    height: 45px;
	appearance: none;
}

.mp-panel form.mp-filters select {
    background-image: url('https://www.salesnavigators.in/mtanew/wp-content/uploads/2026/08/chevron-down-select.png');
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 95% 50%;
}

.mp-f__input:focus { border-color: var(--mp-orange); outline: none; }

.mp-f--action {
	align-self: end;
	display: flex;
	justify-content: flex-end;
}

/* Keep the button hard against the right edge of the panel. */
@media (min-width: 1080px) {
	.mp-f--action { grid-column: -2 / -1; }
}

.mp-btn--search {
	box-shadow: 0 4px 12px rgba(242, 101, 34, .25);
	font-size: .88rem;
	gap: .5rem;
	padding: .78rem 1.7rem;
	width: 100%;
}

@media (min-width: 700px) {
	.mp-btn--search { width: auto; }
}

.mp-more {
	border-top: 1px solid var(--mp-line);
	margin-top: 1.5rem;
	padding-top: 1.1rem;
}

.mp-more summary { color: var(--mp-muted); cursor: pointer; font-size: .88rem; }

.mp-more__grid {
	display: grid;
	gap: .45rem 1rem;
	grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
	padding-top: 1rem;
}

.mp-check { align-items: center; display: flex; font-size: .88rem; gap: .45rem; }

/* Results -------------------------------------------------------------- */

.mp-count {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: .75rem 1.5rem;
	justify-content: space-between;
	margin-bottom: 1.5rem;
}

.mp-count__text {
	color: var(--mp-muted);
	font-size: .92rem;
	margin: 0;
}

.mp-count__sort { display: flex; flex-wrap: wrap; gap: .4rem; }

.mp-sort {
    background: #f265220d;
    border-radius: 8px;
    color: #f26522;
    font-size: 12px;
    padding: .45rem 1rem;
    text-decoration: none;
    white-space: nowrap;
    font-weight: 600;
    border: 1px solid #f265225c;
}

.mp-sort:hover,
.mp-sort.is-active { background: var(--mp-orange); color: #fff; }

.mp-grid {
	display: grid;
	gap: 1.5rem;
	grid-auto-rows: 1fr;
	grid-template-columns: repeat(auto-fill, minmax(var(--mp-card-min), 1fr));
}

/* The shortcode can ask for a fixed column count. */
@media (min-width: 900px) {
	.mp-shortcode[style*="--mp-columns:2"] .mp-grid { grid-template-columns: repeat(2, 1fr); }
	.mp-shortcode[style*="--mp-columns:3"] .mp-grid { grid-template-columns: repeat(3, 1fr); }
	.mp-shortcode[style*="--mp-columns:4"] .mp-grid { grid-template-columns: repeat(4, 1fr); }
}

/* Inside a page layout the block should not add its own outer padding. */
.mp-shortcode { padding: 0; }

.mp-card {
	background: #fff;
	border: 1px solid var(--mp-line);
	border-radius: var(--mp-radius);
	display: flex;
	flex-direction: column;
	overflow: hidden;
	transition: box-shadow .18s ease, transform .18s ease;
}

.mp-card:hover,
.mp-card:focus-within {
	box-shadow: var(--mp-shadow);
	transform: translateY(-3px);
}

.mp-card__media {
	aspect-ratio: 4 / 2;
	background: #eef0f3;
	flex: none;
	overflow: hidden;
	position: relative;
}

.mp-card__media a { display: block; height: 100%; }

.mp-card__img { display: block; height: 100%; object-fit: cover; width: 100%; }
.mp-card__ph {
	align-items: center;
	color: #a8afba;
	display: flex;
	flex-direction: column;
	font-size: .78rem;
	gap: .4rem;
	height: 100%;
	justify-content: center;
}

.mp-tag {
	background: var(--mp-orange);
	border-radius: 5px;
	color: #fff;
	font-size: .72rem;
	font-weight: 600;
	inset-block-start: .75rem;
	inset-inline-start: .75rem;
	padding: .3rem .75rem;
	position: absolute;
}

.mp-tag--sold,
.mp-tag--leased { background: var(--mp-navy); }


.mp-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 20px;
}

.mp-card__title {
    display: -webkit-box;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 .4rem;
    min-height: calc(.95rem * 1.4 * 2);
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    letter-spacing: 0;
    color: #0B1F35;
}

.mp-card__title a { color: inherit; text-decoration: none; }
.mp-card__title a:hover { color: var(--mp-orange); }

.mp-card__addr {
    align-items: start;
    color: #657488;
    display: flex;
    font-size: 13px;
    gap: .3rem;
    margin: 0 0 .7rem;
    min-height: calc(.78rem * 1.5);
}

.mp-card__addr a,
.mp-card__addr > span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mp-card__addr svg { color: var(--mp-orange); flex: none; margin-top: 2px; }

.mp-card__addr a { color: inherit; text-decoration: none; }

.mp-card__addr a:hover,
.mp-card__addr a:focus-visible {
	color: var(--mp-orange);
	text-decoration: underline;
}

.mp-card__specs {
	border-top: 1px solid var(--mp-line);
	color: var(--mp-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: .74rem;
	gap: .35rem .8rem;
	list-style: none;
	margin: 0 0 .8rem;
	max-height: calc(.74rem * 1.5 + .7rem);
	overflow: hidden;
	padding: .7rem 0 0;
}

.mp-card__specs li {
    align-items: center;
    display: flex;
    gap: .3rem;
    color: #657488;
    font-weight: 700;
    letter-spacing: normal;
}

.mp-card__foot {
	align-items: center;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	margin-top: auto;
}
.mp-card__price {
    font-size: 16px;
    font-weight: 800;
    margin: 0;
    color: #0B1F35;
    letter-spacing: 0;
}

.mp-card__price--muted { color: var(--mp-muted); font-size: .9rem; font-weight: 500; }

.mp-card__more {
	align-items: center;
	background: #fff;
	border: 1px solid var(--mp-line);
	border-radius: 7px;
	color: var(--mp-ink);
	display: inline-flex;
	font-size: .8rem;
	font-weight: 500;
	gap: .4rem;
	padding: .48rem .95rem;
	text-decoration: none;
	transition: background .15s ease, border-color .15s ease, color .15s ease;
	white-space: nowrap;
}

.mp-card__more svg { color: var(--mp-orange); transition: transform .15s ease; }

.mp-card__more:hover,
.mp-card__more:focus-visible {
	background: var(--mp-orange);
	border-color: var(--mp-orange);
	color: #fff;
}

.mp-card__more:hover svg,
.mp-card__more:focus-visible svg { color: #fff; transform: translateX(2px); }

/* Empty state and pagination ------------------------------------------- */

.mp-empty {
    border: 1px dashed var(--mp-line);
    border-radius: var(--mp-radius-lg);
    padding: 3.5rem 1.25rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mp-pagination {
	display: flex;
	flex-wrap: wrap;
	gap: .35rem;
	justify-content: center;
	margin-top: 2.5rem;
}

.mp-pagination .page-numbers {
	border: 1px solid var(--mp-line);
	border-radius: 8px;
	color: inherit;
	display: inline-flex;
	font-size: .9rem;
	min-width: 2.5rem;
	padding: .55rem .8rem;
	place-content: center;
	text-decoration: none;
}

.mp-pagination .page-numbers.current,
.mp-pagination .page-numbers:hover {
	background: var(--mp-orange);
	border-color: var(--mp-orange);
	color: #fff;
}

.wrapper-all_3_blocks {
    background: #FFFFFF;
    border: 1px solid #9DAFC0;
    border-radius: 12px;
    margin-bottom: 2rem;
    padding: 32px;
    box-shadow: 0 5px 30px #00000010;
}
.wrapper-all_3_blocks nav.location-crumbs {
    margin-top: 0px;
    padding-top: 0;
}
.location-groups .location-group {
    border: 1px solid #9dafc0a3;
    border-radius: 10px;
    overflow: hidden;
}
.location-groups .location-group .location-links {
    width: 100%;
    height: 250px;
    padding: 8px 16px;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
}

.location-groups .location-group .location-links::-webkit-scrollbar {
  width: 1px;
}
.location-groups .location-group .location-group__title {
    margin-bottom: 0;
}
/* Track */
.location-groups .location-group .location-links::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #9dafc0a3; 
  border-radius: 2px;
}
 
/* Handle */
.location-groups .location-group .location-links::-webkit-scrollbar-thumb {
  background: #f26522; 
  border-radius: 10px;
}

/* Handle on hover */
.location-groups .location-group .location-links::-webkit-scrollbar-thumb:hover {
  background: #f26522; 
}
.wrapper-all_3_blocks .location-groups {
    margin: 0;
}

@media (max-width: 700px) {
	.mp { --mp-card-min: 100%; }
	.mp-hero__card { padding: 1.75rem 1.5rem; }
	.mp-panel { padding: 1.25rem; }
	.mp-quick__label { flex-basis: 100%; }
	.mp-quick__map { text-align: left; }
	.wrapper-all_3_blocks { margin-bottom: 1.5rem; padding: 1.25rem;}
}

@media (prefers-reduced-motion: reduce) {
	.mp-card,
	.mp-card__more,
	.mp-card__more svg { transition: none; }

	.mp-card:hover,
	.mp-card:focus-within { transform: none; }

	.mp-card__more:hover svg { transform: none; }
}

/* ======================================================================
   Single property
   ====================================================================== */

.mp-sp {
	--mp-tint-blue: #eef3fb;
	--mp-tint-peach: #fdf1ec;
	--mp-tint-grey: #f5f6f8;
}

.mp-sp .mp-inner { padding-block: 2rem 4rem; }

/* Gallery beside the summary ------------------------------------------- */

.mp-sp-top {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: 1fr;
	margin-bottom: 2rem;
}

@media (min-width: 900px) {
	/* Image a little wider than the panel now that it is landscape. */
	.mp-sp-top { grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); }
}

.mp-sp-main {
	aspect-ratio: 4 / 3;
	background: var(--mp-tint-grey);
	border-radius: var(--mp-radius-lg);
	display: block;
	max-height: 460px;
	overflow: hidden;
	position: relative;
}

@media (min-width: 900px) {
	/* Landscape frame, so the hero does not dominate the page. */
	.mp-sp-main { aspect-ratio: 3 / 2; }
}

.mp-sp-main .swiper-wrapper { height: 100%; }

.mp-sp-main .swiper-slide {
	flex: 0 0 100%;
	height: 100%;
	max-width: 100%;
	width: 100%;
}

.mp-sp-main .swiper-slide a { display: block; height: 100%; }

.mp-sp-main img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

/* Arrows sit inside the frame, level with the middle of the photo. */
.mp-nav {
	align-items: center;
	background: rgba(255, 255, 255, .92);
	border: 0;
	border-radius: 50%;
	box-shadow: 0 2px 10px rgba(15, 33, 55, .16);
	color: var(--mp-ink);
	cursor: pointer;
	display: flex;
	height: 38px;
	inset-block-start: 50%;
	justify-content: center;
	opacity: 0;
	padding: 0;
	position: absolute;
	transform: translateY(-50%);
	transition: opacity .18s ease, background .15s ease;
	width: 38px;
	z-index: 2;
}

.mp-nav--prev { inset-inline-start: .85rem; }
.mp-nav--next { inset-inline-end: .85rem; }

.mp-sp-main:hover .mp-nav,
.mp-nav:focus-visible { opacity: 1; }

.mp-nav:hover { background: #fff; }

.mp-nav.swiper-button-disabled { cursor: default; opacity: .35; }

@media (hover: none) {
	/* Touch devices never hover, so keep the arrows visible. */
	.mp-nav { opacity: 1; }
}

.mp-sp-main--empty {
	align-items: center;
	color: #a8afba;
	display: flex;
	flex-direction: column;
	gap: .5rem;
	justify-content: center;
}

.mp-sp-main--empty p { font-size: .88rem; margin: 0; }

/* Thumbnails ----------------------------------------------------------- */

.mp-sp-media {
	min-width: 0;
	overflow: hidden;
}

.mp-sp-thumbs {
	display: grid;
	gap: .5rem;
	grid-template-columns: repeat(5, 1fr);
	list-style: none;
	margin: .6rem 0 0;
	padding: 0;
}

.mp-sp-thumbs__item {
	aspect-ratio: 4 / 3;
	border-radius: 8px;
	min-width: 0;
	overflow: hidden;
}

.mp-sp-thumbs__item button {
	background: var(--mp-tint-grey);
	border: 2px solid transparent;
	border-radius: 8px;
	cursor: pointer;
	display: block;
	height: 100%;
	overflow: hidden;
	padding: 0;
	position: relative;
	transition: border-color .15s ease;
	width: 100%;
}

.mp-sp-thumbs__item button:hover,
.mp-sp-thumbs__item button:focus-visible,
.mp-sp-thumbs__item.is-active button { border-color: var(--mp-orange); }

.mp-sp-thumbs img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.mp-sp-thumbs__item.has-more img { filter: brightness(.5); }

.mp-sp-thumbs__more {
	align-items: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	font-size: .66rem;
	gap: 0;
	inset: 0;
	justify-content: center;
	line-height: 1.25;
	position: absolute;
	text-align: center;
}

.mp-sp-thumbs__more strong { font-size: .82rem; font-weight: 700; }

.mp-sp-thumbs__more strong { font-weight: 600; }

.mp-lightbox--hidden { display: none; }

/* Summary panel -------------------------------------------------------- */

.mp-sp-summary {
	align-content: start;
	align-self: start;
	background: var(--mp-tint-blue);
	border-radius: var(--mp-radius-lg);
	display: grid;
	gap: 30px;
	min-width: 0;
	padding: 1.9rem;
}

@media (min-width: 900px) {
	/* Beside the photo the panel matches its height. */
	.mp-sp-summary {
		align-content: center;
		align-self: stretch;
	}
}

.mp-sp-summary__tags {
	display: flex;
	flex-wrap: wrap;
	gap: .45rem;
}

.mp-tag--inline {
	display: inline-block;
	font-size: .68rem;
	letter-spacing: .04em;
	padding: .32rem .7rem;
	position: static;
}

.mp-tag--outline {
	background: transparent;
	border: 1px solid var(--mp-orange);
	border-radius: 5px;
	color: var(--mp-orange);
	display: inline-block;
	font-size: .68rem;
	font-weight: 600;
	padding: .32rem .7rem;
}

.mp-sp-summary__title {
    letter-spacing: -1px;
    line-height: 1.1;
    margin: 0;
    overflow-wrap: anywhere;
    font-weight: 600;
    font-size: clamp(24px, 3.6vw, 44px);
    display: block;
    text-transform: capitalize;
}

.mp-sp-summary__addr {
	align-items: start;
	color: var(--mp-muted);
	display: flex;
	font-size: .8rem;
	gap: .3rem;
	margin: 0;
}

.mp-sp-summary__addr svg {
    color: var(--mp-orange);
    flex: none;
    margin-top: 0px;
    width: 20px;
    height: 20px;
}

.mp-sp-summary__addr a {
    color: #7D7571;
    overflow-wrap: anywhere;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}
.mp-sp-summary__addr a:hover { color: var(--mp-orange); text-decoration: none; }

.mp-sp-summary__rule {
	background: #E8E0D4;
	border: 0;
	height: 1px;
	margin: 0rem;
}
.mp-sp-summary__plabel {
    color: var(--mp-orange);
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: .2rem;
}
.mp-sp-summary__price strong {
    display: block;
    font-size: clamp(1.6rem, 3vw, 40px);
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 1.1;
    color: #3D3D3D;
}
.mp-sp-summary__note {
	color: var(--mp-muted);
	display: block;
	font-size: 12px;
	margin-top: .3rem;
}

.mp-sp-summary__ref {
	color: var(--mp-muted);
	font-size: .74rem;
	margin: 0;
}

/* Key facts ------------------------------------------------------------ */

.mp-facts {
	display: grid;
	gap: .9rem;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	list-style: none;
	margin: 0 0 2rem;
	padding: 0;
}

.mp-facts__item {
    align-items: center;
    background: #EDF5FB;
    border: none;
    border-radius: 16px;
    display: flex;
    gap: 16px;
    padding: 24px;
	flex-wrap: wrap;
}
.mp-facts__icon {
    align-items: center;
    background: #ff6b1a14;
    border-radius: 100%;
    color: var(--mp-orange);
    display: flex;
    flex: none;
    height: 48px;
    justify-content: center;
    width: 48px;
}
.mp-facts__body { display: grid; }
.mp-facts__body strong {
    font-size: 18px;
    color: #0B1F35;
    letter-spacing: normal;
    line-height: 110%;
}
.mp-facts__body span {
    color: #657488;
    font-size: 14px;
    letter-spacing: normal;
}

/* Tinted content blocks ------------------------------------------------ */

.mp-block {
	border-radius: var(--mp-radius-lg);
	margin-bottom: 1.5rem;
	padding: 1.75rem;
}

.mp-block--details { background: var(--mp-tint-blue); padding: 24px; }

.mp-block--about {
    background: #ff6b1a14;
    padding: 40px;
    border-radius: 24px;
}
.mp-h2 {
    font-size: clamp(24px,3.4vw,35px);
    font-weight: 600;
    letter-spacing: -1px;
    margin: 0 0 20px;
	line-height: 120%;
}

.mp-dl {
	display: grid;
	gap: 0 2.5rem;
	grid-template-columns: 1fr;
	margin: 0;
}
.mp-facts__icon svg {
    width: 20px;
    height: 20px;
}

@media (min-width: 700px) {
	.mp-dl { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 1100px) {
	.mp-dl { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

.mp-dl__row {
	border-bottom: 1px solid rgba(15, 33, 55, .07);
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	padding: .55rem 0;
}

.mp-dl dt {
    color: #657488;
    font-size: 14px;
    margin: 0;
    letter-spacing: normal;
}
.mp-dl dd { font-size: 14px; font-weight: 600; margin: 0; text-align: right; color: #0B1F35; }

.mp-prose { line-height: 1.7; }
.mp-prose p {
    margin: 0 0 0.875rem;
    color: #0B1F35;
    font-size: 16px;
}
.mp-prose p:last-child { margin-bottom: 0; }

/* Feature chips -------------------------------------------------------- */

.mp-sp-section { margin-bottom: 1.75rem; }

.mp-sp-section .mp-h2,
.mp-sp-split .mp-h2 { padding-inline-start: .1rem; }

.mp-chips {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
	list-style: none;
	margin: 0;
	padding: 0;
}
.mp-chip {
    align-items: center;
    background: #F7F5F2;
    border: 1px solid #ff6b1a24;
    border-radius: 14px;
    display: inline-flex;
    font-size: 14px;
    gap: .4rem;
    padding: 10px 24px;
    font-weight: 700;
    letter-spacing: normal;
}
.mp-chip span {
    letter-spacing: normal;
    font-family: 'Manrope';
}
.mp-chip svg { color: var(--mp-orange); flex: none; }

/* Floor plan and map --------------------------------------------------- */

.mp-sp-split {
	display: grid;
	gap: 1.75rem;
	grid-template-columns: 1fr;
}

.mp-sp-split__col {
	display: grid;
	grid-template-rows: auto 1fr;
}

@media (min-width: 900px) {
	.mp-sp-split { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

.mp-plan,
.mp-map {
	aspect-ratio: 4 / 3;
	background: #fff;
	border: 1px solid var(--mp-line);
	border-radius: var(--mp-radius-lg);
	display: block;
	overflow: hidden;
}

/* Contain, not cover, so no part of a floor plan is cropped away. */
.mp-plan img {
	display: block;
	height: 100%;
	object-fit: contain;
	padding: .75rem;
	width: 100%;
}

.mp-map iframe { border: 0; display: block; height: 100%; width: 100%; }

@media (max-width: 640px) {
	.mp-sp-top { gap: 1rem; margin-bottom: 1.5rem; }
	.mp-sp-summary { padding: 1rem; gap: 16px; }
	.mp-block { padding: 1rem; }
	.mp-sp-thumbs { gap: .35rem; }
	.mp-facts { gap: .6rem; grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.mp-sp-split { gap: 1.25rem; }
	.mp-sp .mp-inner { padding-block: 1.25rem 2.5rem; }
}

/* Photo counters ------------------------------------------------------- */

.mp-counter {
	background: rgba(15, 33, 55, .72);
	border-radius: 30px;
	color: #fff;
	font-size: .72rem;
	font-weight: 500;
	inset-block-end: .85rem;
	inset-inline-end: .85rem;
	letter-spacing: .02em;
	padding: .3rem .8rem;
	position: absolute;
	z-index: 2;
}

/* Appended to the lightbox by single.js while it is open. */
.mp-lb-counter {
	background: rgba(0, 0, 0, .55);
	border-radius: 30px;
	color: #fff;
	font-size: .82rem;
	inset-block-end: 1.5rem;
	inset-inline-start: 50%;
	padding: .4rem 1rem;
	pointer-events: none;
	position: absolute;
	transform: translateX(-50%);
	z-index: 999999;
}

@media (prefers-reduced-motion: reduce) {
	.mp-nav { transition: none; }
}

/* =====================================================================
   ADDED — full-width map, and the enquiry band
   ===================================================================== */

/* Floor plan missing, so the map takes the whole row -------------------- */

.mp-sp-split__col:only-child { grid-column: 1 / -1; }

@media (min-width: 900px) {
	/* 4/3 at full width would be a wall of grey, so flatten it. */
	.mp-sp-split__col:only-child .mp-map { aspect-ratio: 21 / 9; }
}

/* Enquiry band --------------------------------------------------------- */

.mp-enquiry {
	display: grid;
	gap: 2rem;
	grid-template-columns: 1fr;
	margin-top: 6rem;
}

@media (min-width: 900px) {
	.mp-enquiry { gap: 3.5rem; grid-template-columns: 1fr 1fr; }
}

.mp-enquiry__eyebrow {
	align-items: center;
	color: var(--mp-navy);
	display: flex;
	font-size: .72rem;
	font-weight: 700;
	gap: .55rem;
	letter-spacing: .12em;
	margin: 0 0 .7rem;
	text-transform: uppercase;
}

.mp-enquiry__eyebrow::before {
	background: var(--mp-orange);
	content: "";
	flex: none;
	height: 3px;
	width: 22px;
}

.mp-enquiry__title {
	color: var(--mp-navy);
	font-size: clamp(1.7rem, 3.4vw, 2.6rem);
	line-height: 1.12;
	margin: 0 0 1.4rem;
}

.mp-enquiry__title--sm { font-size: clamp(1.2rem, 2vw, 1.55rem); }

.mp-enquiry__img {
	aspect-ratio: 4 / 3;
	border-radius: var(--mp-radius-lg);
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

/* Gravity Forms, scoped to this band so no other form on the site moves. */

.mp-enquiry .gform_wrapper form { margin: 0; }

.mp-enquiry .gform_wrapper .gform_fields {
	display: grid;
	gap: .85rem;
	grid-template-columns: 1fr;
	row-gap: .85rem;
}

.mp-enquiry .gform_wrapper .gfield { grid-column: 1 / -1; max-width: none; }

/* Labels stay for screen readers, the design shows placeholders only. */
.mp-enquiry .gform_wrapper .gfield_label {
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.mp-enquiry .gform_wrapper input[type="text"],
.mp-enquiry .gform_wrapper input[type="email"],
.mp-enquiry .gform_wrapper input[type="tel"],
.mp-enquiry .gform_wrapper input[type="number"],
.mp-enquiry .gform_wrapper textarea {
	background: #fff;
	border: 1px solid var(--mp-line);
	border-radius: 6px;
	color: var(--mp-navy);
	font-family: inherit;
	font-size: .95rem;
	padding: .85rem 1rem;
	width: 100%;
}

.mp-enquiry .gform_wrapper textarea { min-height: 150px; resize: vertical; }

.mp-enquiry .gform_wrapper input::placeholder,
.mp-enquiry .gform_wrapper textarea::placeholder { color: #8a94a3; opacity: 1; }

.mp-enquiry .gform_wrapper input:focus,
.mp-enquiry .gform_wrapper textarea:focus {
	border-color: var(--mp-orange);
	outline: 2px solid rgb(242 101 34 / .18);
	outline-offset: 0;
}

.mp-enquiry .gform_wrapper .gform_footer { margin: 1.1rem 0 0; padding: 0; }

.mp-enquiry .gform_wrapper .gform_button {
	background: var(--mp-orange);
	border: 0;
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	font-family: inherit;
	font-size: .95rem;
	font-weight: 600;
	padding: .95rem 1rem;
	transition: filter .15s ease;
	width: 100%;
}

.mp-enquiry .gform_wrapper .gform_button:hover { filter: brightness(.94); }

.mp-enquiry .gform_wrapper .gform_validation_errors,
.mp-enquiry .gform_wrapper .gfield_validation_message {
	border-radius: 6px;
	font-size: .85rem;
}

.mp-enquiry .gform_confirmation_message {
	background: #fff;
	border: 1px solid var(--mp-line);
	border-radius: var(--mp-radius-lg);
	color: var(--mp-navy);
	padding: 1.5rem;
}

@media (max-width: 640px) {

.mp-enquiry { margin-top: 3rem; }

.mp-chip { font-size: 12px; padding: 8px 16px; }


}

@media (max-width: 464px) {

.mp-quick__form .mp-btn.mp-btn--sm { width: 100%; }
.mp-quick__form { gap: 0.5rem;}
.mp-sort { padding: .45rem 0.5rem; }

}