/**
 * Property single — Immersive Cinematic layout.
 * Enqueued only on singular PropertyHive routes.
 */

.swre-property-single-page {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	overflow: clip;
	background: #fff;
}

.swre-property-single {
	--swre-single-black: var(--swrep-black, #0b0b0d);
	--swre-single-gold: var(--swrep-gold, #d9af2b);
	--swre-single-orange: var(--swrep-orange, #ee1c00);
	--swre-single-ivory: var(--swrep-ivory, #f8f4eb);
	--swre-single-gray: var(--swrep-gray, #6f6b63);
	--swre-single-line: rgba(11, 11, 13, .12);
	--swre-single-container: 1320px;
	color: var(--swre-single-black);
	background: #fff;
	font-family: var(--swrep-font-body, "Roboto", sans-serif);
	font-size: 16px;
	line-height: 1.65;
}

.swre-property-single *,
.swre-property-single *::before,
.swre-property-single *::after {
	box-sizing: border-box;
}

.swre-property-single :where(h1, h2, h3, p, ul, dl, dd, figure) {
	margin-top: 0;
}

.swre-property-single :where(h1, h2, h3) {
	font-family: var(--swrep-font-heading, "Manrope", sans-serif);
	letter-spacing: -.035em;
}

.swre-property-single a {
	color: inherit;
}

.swre-property-single img {
	display: block;
	max-width: 100%;
}

.swre-property-single button,
.swre-property-single input,
.swre-property-single select,
.swre-property-single textarea {
	font: inherit;
}

.swre-property-single :where(a, button, input, select, textarea):focus-visible {
	outline: 2px solid var(--swre-single-gold);
	outline-offset: 3px;
}

.swre-property-single :where(
	#property-story,
	#property-highlights,
	#property-amenities,
	#property-location,
	#property-gallery,
	#property-callback,
	#property-related
) {
	scroll-margin-top: 168px;
}

.swre-property-single__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 16px;
	color: var(--swre-single-orange);
	font: 700 12px/1.2 var(--swrep-font-heading, "Manrope", sans-serif);
	letter-spacing: .16em;
	text-transform: uppercase;
}

.swre-property-single__eyebrow::before {
	width: 28px;
	height: 2px;
	background: currentColor;
	content: "";
}

.swre-property-single :where(
	.swre-property-single-story,
	.swre-property-single-highlights,
	.swre-property-single-amenities,
	.swre-property-single-location,
	.swre-property-single-gallery,
	.swre-property-single-callback,
	.swre-property-single-related
) h2 {
	margin-bottom: 18px;
	font-size: clamp(1.9rem, 2.7vw, 2.6rem);
	font-weight: 500;
	line-height: 1.14;
	text-wrap: balance;
}

.swre-property-single h3 {
	font-weight: 600;
}

/* Cinematic hero */
.swre-property-single-hero {
	position: relative;
	display: grid;
	min-height: clamp(620px, 76vh, 820px);
	isolation: isolate;
	overflow: hidden;
	color: #fff;
	background: var(--swre-single-black);
}

.swre-property-single-hero__media,
.swre-property-single-hero__media picture,
.swre-property-single-hero__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.swre-property-single-hero__media {
	z-index: -2;
	background:
		radial-gradient(circle at 72% 35%, rgba(217, 175, 43, .2), transparent 30%),
		linear-gradient(135deg, #24242a 0%, #0b0b0d 72%);
}

.swre-property-single-hero__image {
	object-fit: cover;
	object-position: center;
	transform: scale(1.01);
}

body.swrep-parity-shell .swre-property-single-hero__image,
body.swrep-parity-shell .swre-property-single-story__media img,
body.swrep-parity-shell .swre-property-single-gallery__track img {
	height: 100%;
}

.swre-property-single-hero__overlay {
	position: absolute;
	z-index: -1;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(5, 5, 7, var(--swre-single-overlay-opacity, .48)) 0%, rgba(5, 5, 7, .57) 38%, rgba(5, 5, 7, .06) 74%),
		linear-gradient(0deg, rgba(5, 5, 7, .74) 0%, rgba(5, 5, 7, 0) 58%);
}

.swre-property-single-hero__content {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: min(calc(100% - 48px), var(--swre-single-container));
	min-height: inherit;
	margin: 0 auto;
	padding: clamp(58px, 8vh, 90px) 0 clamp(126px, 16vh, 168px);
}

.swre-property-single-hero__breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-bottom: auto;
	padding-top: 8px;
	color: rgba(255, 255, 255, .72);
	font-size: 13px;
}

.swre-property-single-hero__breadcrumbs a {
	color: #fff;
	text-decoration: none;
}

.swre-property-single-hero__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}

.swre-property-single-hero__badges li {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 7px 12px;
	border: 1px solid rgba(255, 255, 255, .25);
	background: rgba(11, 11, 13, .54);
	backdrop-filter: blur(10px);
	font: 700 11px/1 var(--swrep-font-heading, "Manrope", sans-serif);
	letter-spacing: .1em;
	text-transform: uppercase;
}

.swre-property-single-hero__badges li:first-child {
	border-color: var(--swre-single-gold);
	color: var(--swre-single-black);
	background: var(--swre-single-gold);
}

.swre-property-single-hero h1 {
	max-width: 780px;
	margin-bottom: 16px;
	color: #fff;
	font-size: clamp(2.5rem, 3.7vw, 3.5rem);
	font-weight: 500;
	line-height: 1.06;
	text-wrap: balance;
}

.swre-property-single-hero__location {
	margin-bottom: 22px;
	color: rgba(255, 255, 255, .8);
	font-size: clamp(16px, 1.7vw, 21px);
}

.swre-property-single-hero__price {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 10px;
	margin-bottom: 28px;
}

.swre-property-single-hero__price strong {
	font: 550 clamp(1.55rem, 2.55vw, 2.5rem)/1.08 var(--swrep-font-heading, "Manrope", sans-serif);
}

.swre-property-single-hero__price span {
	color: var(--swre-single-gold);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.swre-property-single-hero__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
}

.swre-property-single-hero__primary,
.swre-property-single-hero__secondary,
.swre-property-single-hero__actions button,
.swre-property-single-callback__mobile-cta,
.swre-property-single-gallery [data-swre-gallery-expand] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 14px 24px;
	border: 1px solid transparent;
	border-radius: 0;
	font: 700 13px/1.2 var(--swrep-font-heading, "Manrope", sans-serif);
	text-decoration: none;
	cursor: pointer;
	transition: color .25s ease, background-color .25s ease, border-color .25s ease, transform .25s ease;
}

.swre-property-single-hero__primary,
.swre-property-single-callback__mobile-cta {
	color: #fff;
	background: var(--swre-single-orange);
}

.swre-property-single-hero__secondary {
	border-color: rgba(255, 255, 255, .75);
	color: #fff;
	background: transparent;
}

.swre-property-single-hero__actions button {
	min-width: 50px;
	padding-inline: 16px;
	border-color: rgba(255, 255, 255, .38);
	color: #fff;
	background: rgba(11, 11, 13, .28);
	backdrop-filter: blur(9px);
}

.swre-property-single-hero__actions button .swre-property-icon {
	margin-right: 7px;
}

.swre-property-single-hero__actions [data-swre-property-save][aria-pressed="true"] {
	border-color: var(--swre-single-gold);
	color: var(--swre-single-black);
	background: var(--swre-single-gold);
}

.swre-property-single-hero__photo-count {
	position: absolute;
	right: max(24px, calc((100vw - var(--swre-single-container)) / 2 + 24px));
	bottom: 72px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 38px;
	padding: 9px 14px;
	border: 1px solid rgba(255, 255, 255, .3);
	color: #fff;
	background: rgba(11, 11, 13, .58);
	backdrop-filter: blur(10px);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
	text-decoration: none;
	text-transform: uppercase;
}

/* Floating facts ribbon */
.swre-property-single-facts {
	position: relative;
	z-index: 4;
	width: min(calc(100% - 48px), 1240px);
	margin: -66px auto 0;
	padding: 24px 30px;
	border-top: 3px solid var(--swre-single-gold);
	background: var(--swre-single-ivory);
	box-shadow: 0 24px 60px rgba(11, 11, 13, .17);
}

.swre-property-single-facts > ul {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	margin: 0;
	padding: 0;
	list-style: none;
}

.swre-property-single-facts > ul > li {
	position: relative;
	display: grid;
	grid-template-columns: 26px 1fr;
	gap: 7px 11px;
	align-content: center;
	min-height: 76px;
	padding: 4px 20px;
}

.swre-property-single-facts > ul > li + li::before {
	position: absolute;
	top: 8px;
	bottom: 8px;
	left: 0;
	width: 1px;
	background: var(--swre-single-line);
	content: "";
}

.swre-property-single-facts__icon {
	grid-row: 1 / span 2;
	align-self: center;
	width: 22px;
	height: 22px;
	color: var(--swre-single-gold);
}

.swre-property-single-facts__label {
	color: var(--swre-single-gray);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .11em;
	line-height: 1.2;
	text-transform: uppercase;
}

.swre-property-single-facts strong {
	font: 550 14px/1.3 var(--swrep-font-heading, "Manrope", sans-serif);
}

/* Sticky local navigation */
.swre-property-single-nav {
	position: sticky;
	z-index: 45;
	top: 80px;
	border-bottom: 1px solid var(--swre-single-line);
	background: rgba(255, 255, 255, .96);
	box-shadow: 0 8px 24px rgba(11, 11, 13, .05);
	backdrop-filter: blur(12px);
}

.admin-bar .swre-property-single-nav {
	top: 112px;
}

.swre-property-single-nav > ul {
	display: flex;
	align-items: center;
	gap: clamp(24px, 3.8vw, 58px);
	width: min(calc(100% - 48px), var(--swre-single-container));
	min-height: 68px;
	margin: 0 auto;
	padding: 0;
	overflow-x: auto;
	list-style: none;
	scrollbar-width: none;
}

.swre-property-single-nav > ul::-webkit-scrollbar {
	display: none;
}

.swre-property-single-nav a {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-height: 68px;
	white-space: nowrap;
	font: 650 11px/1 var(--swrep-font-heading, "Manrope", sans-serif);
	letter-spacing: .045em;
	text-decoration: none;
	text-transform: uppercase;
}

.swre-property-single-nav a::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 3px;
	background: var(--swre-single-orange);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .25s ease;
	content: "";
}

.swre-property-single-nav a:hover::after,
.swre-property-single-nav a:focus-visible::after,
.swre-property-single-nav a.is-active::after {
	transform: scaleX(1);
}

/* Editorial story */
.swre-property-single-story {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
	gap: 54px 72px;
	width: min(calc(100% - 48px), var(--swre-single-container));
	margin: 0 auto;
	padding: 88px 0 82px;
}

.swre-property-single-story__content {
	align-self: center;
}

.swre-property-single-story__summary {
	margin-bottom: 22px;
	font-size: 16px;
	font-weight: 450;
	line-height: 1.7;
}

.swre-property-single-story__block {
	color: var(--swre-single-gray);
}

.swre-property-single-story__block + .swre-property-single-story__block {
	margin-top: 25px;
}

.swre-property-single-story__block h3 {
	margin-bottom: 8px;
	color: var(--swre-single-black);
	font-size: 16px;
	font-weight: 600;
}

.swre-property-single-story__block > div > :last-child {
	margin-bottom: 0;
}

.swre-property-single-story__media {
	min-height: 480px;
	margin: 0;
	overflow: hidden;
	border: 1px solid rgba(217, 175, 43, .24);
	background: var(--swre-single-ivory);
	box-shadow: 0 22px 52px rgba(11, 11, 13, .09);
}

.swre-property-single-story__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swre-property-single-story__specifications {
	grid-column: 1 / -1;
	padding: 28px;
	border: 1px solid rgba(217, 175, 43, .24);
	background: var(--swre-single-ivory);
}

.swre-property-single-story__specifications h3 {
	margin-bottom: 18px;
	font-size: 18px;
	font-weight: 550;
}

.swre-property-single-story__specifications dl {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-bottom: 0;
	border-top: 1px solid var(--swre-single-line);
	border-left: 1px solid var(--swre-single-line);
}

.swre-property-single-story__specifications dl > div {
	padding: 16px 18px;
	border-right: 1px solid var(--swre-single-line);
	border-bottom: 1px solid var(--swre-single-line);
	background: rgba(255, 255, 255, .58);
}

.swre-property-single-story__specifications dt {
	margin-bottom: 4px;
	color: var(--swre-single-gray);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.swre-property-single-story__specifications dd {
	margin-bottom: 0;
	font-family: var(--swrep-font-heading, "Manrope", sans-serif);
	font-size: 14px;
	font-weight: 550;
}

/* Highlights */
.swre-property-single-highlights {
	padding: 76px max(24px, calc((100vw - var(--swre-single-container)) / 2 + 24px)) 84px;
	background: var(--swre-single-ivory);
}

.swre-property-single-highlights > h2 {
	margin-bottom: 30px;
}

.swre-property-single-highlights > ul {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

.swre-property-single-highlights > ul > li {
	display: grid;
	grid-template-columns: 42px 1fr;
	gap: 17px;
	align-items: center;
	min-height: 98px;
	padding: 22px;
	border: 1px solid rgba(217, 175, 43, .38);
	background: rgba(255, 255, 255, .74);
	font: 600 14px/1.45 var(--swrep-font-heading, "Manrope", sans-serif);
}

.swre-property-single-highlights .swre-property-icon {
	width: 30px;
	height: 30px;
	color: var(--swre-single-gold);
}

/* Amenities band */
.swre-property-single-amenities {
	padding: 76px max(24px, calc((100vw - var(--swre-single-container)) / 2 + 24px)) 84px;
	color: var(--swre-single-black);
	background: #fff;
}

.swre-property-single-amenities .swre-property-single__eyebrow {
	color: var(--swre-single-orange);
}

.swre-property-single-amenities > h2 {
	margin-bottom: 30px;
}

.swre-property-single-amenities > ul {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(135px, 1fr));
	gap: 12px;
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

.swre-property-single-amenities > ul > li {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 112px;
	padding: 20px 16px;
	border: 1px solid var(--swre-single-line);
	background: var(--swre-single-ivory);
	text-align: center;
}

.swre-property-single-amenities .swre-property-icon {
	width: 28px;
	height: 28px;
	color: var(--swre-single-gold);
}

.swre-property-single-amenities li span:last-child {
	font-family: var(--swrep-font-heading, "Manrope", sans-serif);
	font-size: 13px;
	font-weight: 600;
}

/* Location */
.swre-property-single-location {
	display: grid;
	grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
	gap: 58px;
	width: min(calc(100% - 48px), var(--swre-single-container));
	margin: 82px auto;
	padding: 48px;
	border: 1px solid rgba(217, 175, 43, .22);
	background: var(--swre-single-ivory);
}

.swre-property-single-location__content {
	align-self: center;
}

.swre-property-single-location__content > p:not(.swre-property-single__eyebrow) {
	color: var(--swre-single-gray);
	font-size: 15px;
}

.swre-property-single-location__content > ul {
	display: grid;
	gap: 12px;
	margin: 26px 0 0;
	padding: 0;
	list-style: none;
}

.swre-property-single-location__content > ul li {
	position: relative;
	padding-left: 24px;
	font-size: 14px;
	font-weight: 500;
}

.swre-property-single-location__content > ul li::before {
	position: absolute;
	top: .65em;
	left: 0;
	width: 7px;
	height: 7px;
	border: 2px solid var(--swre-single-gold);
	border-radius: 50%;
	content: "";
}

.swre-property-single-location__map {
	position: relative;
	display: grid;
	place-content: end start;
	min-height: 440px;
	padding: 24px;
	overflow: hidden;
	border: 1px solid rgba(217, 175, 43, .35);
	background:
		linear-gradient(rgba(255, 255, 255, .28), rgba(255, 255, 255, .28)),
		repeating-linear-gradient(25deg, transparent 0 31px, rgba(217, 175, 43, .14) 32px 33px),
		repeating-linear-gradient(115deg, transparent 0 46px, rgba(11, 11, 13, .07) 47px 49px),
		#ece8de;
}

.swre-property-single-location__map > [data-swre-property-map] {
	position: absolute;
	inset: 0;
}

.swre-property-single-location__map .leaflet-container {
	z-index: 1;
	width: 100%;
	height: 100%;
	background: #e8e3d8;
}

.swre-property-single-location__map > p {
	position: relative;
	z-index: 2;
	max-width: 440px;
	margin: 6px 0 0;
	padding: 9px 12px;
	background: rgba(255, 255, 255, .9);
	font-size: 12px;
}

.swre-property-single-location__map a {
	color: var(--swre-single-orange);
	font-weight: 700;
}

.swre-property-single-location__attribution {
	color: var(--swre-single-gray);
	font-size: 10px !important;
}

/* Gallery */
.swre-property-single-gallery {
	padding: 76px max(24px, calc((100vw - var(--swre-single-container)) / 2 + 24px)) 88px;
	background: #fff;
}

.swre-property-single-gallery__heading,
.swre-property-single-related__heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 30px;
}

.swre-property-single-gallery__heading h2,
.swre-property-single-related__heading h2 {
	margin-bottom: 0;
}

.swre-property-single-gallery__heading > p {
	color: var(--swre-single-gray);
	font-size: 13px;
	font-weight: 700;
}

.swre-property-single-gallery__track {
	display: grid;
	grid-auto-columns: calc((100% - 24px) / 4);
	grid-auto-flow: column;
	gap: 8px;
	margin: 0;
	padding: 0 0 12px;
	overflow-x: auto;
	list-style: none;
	scroll-snap-type: x mandatory;
	scrollbar-color: var(--swre-single-gold) var(--swre-single-ivory);
	scrollbar-width: thin;
}

.swre-property-single-gallery__track li {
	min-width: 0;
	overflow: hidden;
	background: var(--swre-single-ivory);
	scroll-snap-align: start;
}

.swre-property-single-gallery__track a,
.swre-property-single-gallery__track img {
	display: block;
	width: 100%;
	height: 100%;
}

.swre-property-single-gallery__track img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.swre-property-single-gallery [data-swre-gallery-expand] {
	margin-top: 22px;
	padding-inline: 0;
	border-bottom-color: var(--swre-single-gold);
	color: var(--swre-single-black);
	background: transparent;
}

body.swre-property-gallery-open {
	overflow: hidden;
}

.swre-property-gallery-dialog {
	position: fixed;
	z-index: 2200;
	inset: 0;
	width: min(calc(100vw - 40px), 1440px);
	max-width: none;
	height: min(calc(100vh - 40px), 920px);
	max-height: none;
	margin: auto;
	padding: 0;
	overflow: visible;
	border: 0;
	color: #fff;
	background: transparent;
}

.swre-property-gallery-dialog[open] {
	display: block;
}

.swre-property-gallery-dialog::backdrop {
	background: rgba(5, 5, 7, .94);
	backdrop-filter: blur(8px);
}

.swre-property-gallery-dialog__surface {
	position: relative;
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr) 64px;
	align-items: center;
	width: 100%;
	height: 100%;
	background: var(--swre-single-black, #0b0b0d);
	box-shadow: 0 0 0 100vmax rgba(5, 5, 7, .94), 0 30px 90px rgba(0, 0, 0, .45);
}

.swre-property-gallery-dialog__figure {
	display: grid;
	grid-template-rows: minmax(0, 1fr) auto;
	align-items: center;
	justify-items: center;
	width: 100%;
	height: 100%;
	min-height: 0;
	margin: 0;
	padding: 34px 20px 20px;
	overflow: hidden;
}

body.swrep-parity-shell .swre-property-gallery-dialog__image {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: calc(100vh - 150px);
	object-fit: contain;
	opacity: 1;
	transform: translateX(0) scale(1);
	transition: opacity .24s ease, transform .3s ease;
}

.swre-property-gallery-dialog[data-transition="fade"].is-changing .swre-property-gallery-dialog__image {
	opacity: .18;
}

.swre-property-gallery-dialog[data-transition="slide"].is-changing .swre-property-gallery-dialog__image {
	opacity: .35;
	transform: translateX(20px);
}

.swre-property-gallery-dialog[data-transition="none"] .swre-property-gallery-dialog__image {
	transition: none;
}

.swre-property-gallery-dialog__counter {
	min-height: 25px;
	padding-top: 8px;
	color: rgba(255, 255, 255, .72);
	font: 700 12px/1.3 var(--swrep-font-heading, "Manrope", sans-serif);
	letter-spacing: .08em;
	text-transform: uppercase;
}

.swre-property-gallery-dialog__close,
.swre-property-gallery-dialog__nav {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, .34);
	border-radius: 0;
	color: #fff;
	background: rgba(255, 255, 255, .05);
	cursor: pointer;
	transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}

.swre-property-gallery-dialog__close {
	position: absolute;
	z-index: 3;
	top: 16px;
	right: 16px;
}

.swre-property-gallery-dialog__close::before,
.swre-property-gallery-dialog__close::after {
	position: absolute;
	width: 20px;
	height: 2px;
	background: currentColor;
	content: "";
}

.swre-property-gallery-dialog__close::before {
	transform: rotate(45deg);
}

.swre-property-gallery-dialog__close::after {
	transform: rotate(-45deg);
}

.swre-property-gallery-dialog__nav {
	position: relative;
	justify-self: center;
}

.swre-property-gallery-dialog__nav::before {
	width: 11px;
	height: 11px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	content: "";
}

.swre-property-gallery-dialog__nav--previous::before {
	transform: rotate(-135deg);
}

.swre-property-gallery-dialog__nav--next::before {
	transform: rotate(45deg);
}

.swre-property-gallery-dialog__close:hover,
.swre-property-gallery-dialog__close:focus-visible,
.swre-property-gallery-dialog__nav:hover,
.swre-property-gallery-dialog__nav:focus-visible {
	border-color: var(--swre-single-gold, #d4af37);
	color: var(--swre-single-black, #0b0b0d);
	background: var(--swre-single-gold, #d4af37);
}

/* Consultation */
.swre-property-single-callback {
	display: grid;
	grid-template-columns: minmax(290px, .78fr) minmax(0, 1.22fr);
	width: min(calc(100% - 48px), var(--swre-single-container));
	margin: 0 auto 88px;
	color: #fff;
	background: var(--swre-single-black);
}

.swre-property-single-callback__content,
.swre-property-single-callback__form {
	padding: clamp(36px, 4vw, 52px);
}

.swre-property-single-callback__content {
	background: var(--swre-single-orange);
}

.swre-property-single-callback__content .swre-property-single__eyebrow {
	color: #fff;
}

.swre-property-single-callback__content h2 {
	font-size: clamp(1.85rem, 2.5vw, 2.3rem);
}

.swre-property-single-callback__content p:last-child {
	margin-bottom: 0;
	color: rgba(255, 255, 255, .84);
}

.swre-property-single-callback__form {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.swre-property-single-callback__form .wpcf7-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.swre-property-single-callback__form .wpcf7-form > p {
	margin: 0;
}

.swre-property-single-callback__form .wpcf7-form > p:has(textarea),
.swre-property-single-callback__form .wpcf7-form > p:has(input[type="submit"]),
.swre-property-single-callback__form .wpcf7-response-output,
.swre-property-single-callback__form .wpcf7-not-valid-tip {
	grid-column: 1 / -1;
}

.swre-property-single-callback__form input:not([type="submit"]),
.swre-property-single-callback__form select,
.swre-property-single-callback__form textarea {
	width: 100%;
	min-height: 54px;
	padding: 13px 16px;
	border: 1px solid rgba(255, 255, 255, .24);
	border-radius: 0;
	outline: 0;
	color: #fff;
	background: rgba(255, 255, 255, .06);
}

.swre-property-single-callback__form textarea {
	height: 128px;
	min-height: 128px;
	max-height: 220px;
	resize: vertical;
}

.swre-property-single-callback__form input::placeholder,
.swre-property-single-callback__form textarea::placeholder {
	color: rgba(255, 255, 255, .58);
}

.swre-property-single-callback__form input:focus-visible,
.swre-property-single-callback__form select:focus-visible,
.swre-property-single-callback__form textarea:focus-visible {
	border-color: var(--swre-single-gold);
	box-shadow: 0 0 0 2px rgba(217, 175, 43, .2);
}

.swre-property-single-callback__form input[type="submit"] {
	min-height: 52px;
	padding: 14px 28px;
	border: 0;
	color: #fff;
	background: var(--swre-single-orange);
	font: 700 13px/1.2 var(--swrep-font-heading, "Manrope", sans-serif);
	cursor: pointer;
}

.swre-property-single-callback__assurance {
	margin: 18px 0 0;
	color: rgba(255, 255, 255, .58);
	font-size: 12px;
}

.swre-property-single-callback__form .swre-form-state {
	margin: 0;
	padding: 18px;
	border: 1px solid rgba(255, 255, 255, .22);
	color: rgba(255, 255, 255, .78);
	background: rgba(255, 255, 255, .06);
}

.swre-property-single-callback__mobile-cta {
	display: none;
}

/* Native, fail-visible section reveals. */
.swre-property-single.is-reveal-ready .swre-single-reveal {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity .7s ease, transform .7s cubic-bezier(.2, .75, .25, 1);
}

.swre-property-single.is-reveal-ready .swre-single-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

/* Related properties */
.swre-property-single-related {
	padding: 88px max(24px, calc((100vw - var(--swre-single-container)) / 2 + 24px)) 120px;
	background: var(--swre-single-ivory);
}

.swre-property-single-related__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.swre-property-single-related .swre-property-card {
	display: flex;
	flex-direction: column;
	grid-template-columns: none;
	min-width: 0;
	border: 0;
	border-bottom: 3px solid transparent;
	background: #fff;
	box-shadow: 0 18px 45px rgba(11, 11, 13, .08);
	transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.swre-property-single-related .swre-property-card__media {
	position: relative;
	width: 100%;
	min-height: 0;
	overflow: hidden;
	aspect-ratio: 16 / 10;
	background: #ded8ca;
}

.swre-property-single-related .swre-property-card__image-link {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.swre-property-single-related .swre-property-card__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swre-property-single-related .swre-property-card__body {
	flex: 1;
	width: 100%;
	padding: 20px;
}

.swre-property-single-related .swre-property-card__heading-row {
	display: block;
	width: 100%;
}

.swre-property-single-related .swre-property-card__price {
	margin-bottom: 7px;
}

.swre-property-single-related .swre-property-card__price > span {
	font-size: 20px;
	font-weight: 650;
}

.swre-property-single-related .swre-property-card__price small {
	font-size: 10px;
	font-weight: 600;
}

.swre-property-single-related .swre-property-card__title {
	font-size: 19px;
	font-weight: 600;
	line-height: 1.25;
}

.swre-property-single-related .swre-property-card__location {
	font-size: 12px;
}

.swre-property-single-related .swre-property-card__facts {
	gap: 8px 12px;
	margin-top: 12px;
	padding-block: 10px;
}

.swre-property-single-related .swre-property-card__facts li {
	font-size: 11px;
	font-weight: 600;
}

.swre-property-single-related .swre-property-card__compare,
.swre-property-single-related .swre-property-card__excerpt,
.swre-property-single-related .swre-property-card__footer {
	display: none;
}

/* Compatibility states */
.swre-property-single__alert,
.swre-property-single__protected,
.swre-property-single-legacy {
	width: min(calc(100% - 48px), 1120px);
	margin: 70px auto;
	padding: 34px;
	border: 1px solid var(--swre-single-line, rgba(11, 11, 13, .12));
	background: var(--swre-single-ivory, #f8f4eb);
}

.swre-property-single__alert--warning {
	border-left: 4px solid var(--swre-single-orange);
}

@media (hover: hover) {
	.swre-property-single-hero__primary:hover {
		color: #fff;
		background: #c91902;
		transform: translateY(-2px);
	}

	.swre-property-single-hero__secondary:hover,
	.swre-property-single-hero__actions button:hover {
		border-color: #fff;
		color: var(--swre-single-black);
		background: #fff;
	}

	.swre-property-single-related .swre-property-card:hover,
	.swre-property-single-related .swre-property-card:focus-within {
		border-bottom-color: var(--swre-single-gold);
		box-shadow: 0 24px 55px rgba(11, 11, 13, .13);
		transform: translateY(-6px);
	}
}

@media (max-width: 1199px) {
	.swre-property-single-nav {
		top: 55px;
	}

	.admin-bar .swre-property-single-nav {
		top: 87px;
	}

	.swre-property-single-hero {
		min-height: 680px;
	}

	.swre-property-single-hero__content {
		padding-bottom: 112px;
	}

	.swre-property-single-facts {
		width: 100%;
		margin-top: 0;
		box-shadow: 0 16px 36px rgba(11, 11, 13, .1);
	}

	.swre-property-single-facts > ul {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.swre-property-single-facts > ul > li:nth-child(4)::before {
		display: none;
	}

	.swre-property-single-facts > ul > li:nth-child(n + 4) {
		border-top: 1px solid var(--swre-single-line);
	}

	.swre-property-single-story,
	.swre-property-single-location {
		gap: 48px;
	}

	.swre-property-single-story__media {
		min-height: 470px;
	}
}

@media (max-width: 991px) {
	.swre-property-single-story,
	.swre-property-single-location {
		grid-template-columns: 1fr;
		padding-block: 82px;
	}

	.swre-property-single-story__media {
		order: -1;
	}

	.swre-property-single-highlights > ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.swre-property-single-gallery__track {
		grid-auto-columns: calc((100% - 16px) / 3);
	}

	.swre-property-single-callback {
		grid-template-columns: 1fr;
	}

	.swre-property-single-related__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 782px) {
	.admin-bar .swre-property-single-nav {
		top: 101px;
	}
}

@media (max-width: 767px) {
	.swre-property-single {
		font-size: 15px;
	}

	.swre-property-single-hero {
		min-height: 650px;
	}

	.swre-property-single-hero__overlay {
		background:
			linear-gradient(0deg, rgba(5, 5, 7, .84) 0%, rgba(5, 5, 7, .52) 62%, rgba(5, 5, 7, .14) 100%),
			linear-gradient(90deg, rgba(5, 5, 7, .42), rgba(5, 5, 7, .08));
	}

	.swre-property-single-hero__content {
		width: calc(100% - 36px);
		padding: 34px 0 72px;
	}

	.swre-property-single-hero__breadcrumbs {
		font-size: 11px;
	}

	.swre-property-single-hero h1 {
		font-size: clamp(2.1rem, 9vw, 2.7rem);
	}

	.swre-property-single :where(
		.swre-property-single-story,
		.swre-property-single-highlights,
		.swre-property-single-amenities,
		.swre-property-single-location,
		.swre-property-single-gallery,
		.swre-property-single-callback,
		.swre-property-single-related
	) h2 {
		font-size: clamp(1.75rem, 8vw, 2.1rem);
	}

	.swre-property-single-hero__actions {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.swre-property-single-hero__primary,
	.swre-property-single-hero__secondary {
		grid-column: 1 / -1;
	}

	.swre-property-single-hero__actions button {
		width: 100%;
	}

	.swre-property-single-hero__photo-count {
		right: 18px;
		bottom: 18px;
	}

	.swre-property-single-facts {
		padding: 16px 10px;
	}

	.swre-property-single-facts > ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.swre-property-single-facts > ul > li {
		min-height: 82px;
		padding: 12px 14px;
	}

	.swre-property-single-facts > ul > li:nth-child(odd)::before {
		display: none;
	}

	.swre-property-single-facts > ul > li:nth-child(n + 3) {
		border-top: 1px solid var(--swre-single-line);
	}

	.swre-property-single-nav > ul {
		width: 100%;
		min-height: 56px;
		padding-inline: 18px;
		gap: 28px;
	}

	.swre-property-single-nav a {
		min-height: 56px;
	}

	.swre-property-single-story,
	.swre-property-single-location {
		width: calc(100% - 36px);
		padding-block: 58px;
	}

	.swre-property-single-location {
		margin-block: 56px;
		padding: 32px 22px;
	}

	.swre-property-single-story__specifications {
		padding: 20px;
	}

	.swre-property-single-story__media,
	.swre-property-single-location__map {
		min-height: 330px;
	}

	.swre-property-single-story__specifications dl {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.swre-property-single-highlights,
	.swre-property-single-amenities,
	.swre-property-single-gallery,
	.swre-property-single-related {
		padding: 66px 18px;
	}

	.swre-property-single-highlights > ul {
		grid-template-columns: 1fr;
	}

	.swre-property-single-highlights > ul > li {
		min-height: 0;
		padding: 20px 18px;
	}

	.swre-property-single-amenities > ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.swre-property-single-amenities > ul > li {
		min-height: 104px;
	}

	.swre-property-single-gallery__heading,
	.swre-property-single-related__heading {
		align-items: flex-start;
		flex-direction: column;
	}

	.swre-property-single-gallery__track {
		grid-auto-columns: 82%;
	}

	.swre-property-single-callback {
		width: calc(100% - 36px);
		margin-bottom: 72px;
	}

	.swre-property-single-callback__content,
	.swre-property-single-callback__form {
		padding: 28px 22px;
	}

	.swre-property-single-callback__form textarea {
		height: 120px;
		min-height: 120px;
	}

	.swre-property-single-callback__form .wpcf7-form {
		grid-template-columns: 1fr;
	}

	.swre-property-single-callback__form .wpcf7-form > * {
		grid-column: 1 / -1;
	}

	.swre-property-single-related__grid {
		grid-template-columns: 1fr;
	}

	.swre-property-single__alert,
	.swre-property-single__protected,
	.swre-property-single-legacy {
		width: calc(100% - 36px);
		margin-block: 44px;
		padding: 24px 20px;
	}

	.swre-property-single-callback__mobile-cta {
		position: fixed;
		z-index: 38;
		left: 16px;
		bottom: calc(16px + env(safe-area-inset-bottom));
		display: flex;
		width: calc(100% - 94px);
		max-width: 360px;
		margin: 0;
		box-shadow: 0 12px 30px rgba(11, 11, 13, .28);
		transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
	}

	.swre-property-single-callback__mobile-cta.is-suppressed {
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transform: translateY(12px);
	}
}

@media (max-width: 600px) {
	.swre-property-gallery-dialog {
		width: 100vw;
		height: 100vh;
	}

	.swre-property-gallery-dialog__surface {
		grid-template-columns: 54px minmax(0, 1fr) 54px;
	}

	.swre-property-gallery-dialog__figure {
		padding-inline: 4px;
	}

	.swre-property-gallery-dialog__nav,
	.swre-property-gallery-dialog__close {
		width: 44px;
		height: 44px;
	}

	.swre-property-gallery-dialog__close {
		top: 10px;
		right: 10px;
	}
}

@media (max-width: 420px) {
	.swre-property-single-hero {
		min-height: 620px;
	}

	.swre-property-single-hero h1 {
		font-size: 2.1rem;
	}

	.swre-property-single-hero__price strong {
		font-size: 1.55rem;
	}

	.swre-property-single-facts > ul > li {
		grid-template-columns: 22px 1fr;
		padding-inline: 10px;
	}

	.swre-property-single-facts strong {
		font-size: 13px;
	}

	.swre-property-single-story__specifications dl {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.swre-property-single *,
	.swre-property-single *::before,
	.swre-property-single *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
	}

	.swre-property-single.is-reveal-ready .swre-single-reveal {
		opacity: 1 !important;
		transform: none !important;
	}
}
