/* Premium property page — isolated from the active WordPress theme. */

#nsp-property {
	--nsp-ink: #173f39;
	--nsp-deep: #092f2a;
	--nsp-forest: #12483e;
	--nsp-olive: #737846;
	--nsp-earth: #8b5c40;
	--nsp-gold: #d6b97c;
	--nsp-cream: #f4f0e7;
	--nsp-paper: #fffdfa;
	--nsp-muted: #6d756f;
	--nsp-line: rgba(23, 63, 57, .14);
	--nsp-shadow: 0 22px 60px rgba(14, 42, 37, .13);
	box-sizing: border-box !important;
	position: relative !important;
	left: 50% !important;
	width: 100vw !important;
	max-width: 100vw !important;
	margin: 0 0 0 -50vw !important;
	padding: 0 0 78px !important;
	overflow: hidden !important;
	background: var(--nsp-paper) !important;
	color: var(--nsp-ink) !important;
	font-family: "Noto Sans Georgian", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
	font-size: 16px !important;
	line-height: 1.7 !important;
	text-align: left !important;
	isolation: isolate !important;
}

#nsp-property,
#nsp-property *,
#nsp-property *::before,
#nsp-property *::after {
	box-sizing: border-box !important;
}

#nsp-property :where(h1, h2, h3, p, figure) {
	margin-top: 0 !important;
}

#nsp-property :where(h1, h2, h3, p, a, span, strong, small, summary) {
	font-family: inherit !important;
}

#nsp-property :where(h1, h2, h3) {
	color: inherit !important;
	letter-spacing: -.035em !important;
	text-transform: none !important;
}

#nsp-property :where(a) {
	text-decoration: none !important;
}

#nsp-property :where(button) {
	font-family: inherit !important;
	text-transform: none !important;
	letter-spacing: normal !important;
}

#nsp-property :where(img) {
	display: block !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	box-shadow: none !important;
}

#nsp-property svg {
	display: block !important;
	width: 24px !important;
	height: 24px !important;
	flex: 0 0 auto !important;
}

#nsp-property .nsp-container {
	width: min(1240px, calc(100% - 64px)) !important;
	max-width: 1240px !important;
	margin: 0 auto !important;
	padding: 0 !important;
}

#nsp-property .nsp-section {
	padding: 108px 0 !important;
	margin: 0 !important;
}

#nsp-property .nsp-kicker {
	margin: 0 0 15px !important;
	color: var(--nsp-earth) !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	letter-spacing: .12em !important;
	line-height: 1.5 !important;
	text-transform: uppercase !important;
}

#nsp-property .nsp-kicker--light {
	color: var(--nsp-gold) !important;
}

#nsp-property .nsp-button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 11px !important;
	min-height: 56px !important;
	padding: 14px 24px !important;
	border: 1px solid transparent !important;
	border-radius: 12px !important;
	font-size: 15px !important;
	font-weight: 750 !important;
	line-height: 1.3 !important;
	cursor: pointer !important;
	transition: transform .2s ease, background-color .2s ease, border-color .2s ease !important;
}

#nsp-property .nsp-button:hover {
	transform: translateY(-2px) !important;
}

#nsp-property .nsp-button--gold {
	background: var(--nsp-gold) !important;
	color: var(--nsp-deep) !important;
	box-shadow: 0 14px 30px rgba(0, 0, 0, .16) !important;
}

#nsp-property .nsp-button--glass {
	background: rgba(255, 255, 255, .1) !important;
	border-color: rgba(255, 255, 255, .35) !important;
	color: #fff !important;
	backdrop-filter: blur(12px) !important;
}

#nsp-property .nsp-button--dark {
	width: 100% !important;
	margin-top: 7px !important;
	background: var(--nsp-deep) !important;
	color: #fff !important;
}

/* Hero */

#nsp-property .nsp-hero {
	position: relative !important;
	min-height: 760px !important;
	margin: 0 !important;
	overflow: hidden !important;
	background: var(--nsp-deep) !important;
}

#nsp-property .nsp-hero__image {
	position: absolute !important;
	inset: 0 !important;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	object-position: center 48% !important;
}

#nsp-property .nsp-hero__overlay {
	position: absolute !important;
	inset: 0 !important;
	background:
		linear-gradient(90deg, rgba(4, 32, 28, .93) 0%, rgba(4, 32, 28, .74) 42%, rgba(4, 32, 28, .18) 76%, rgba(4, 32, 28, .27) 100%),
		linear-gradient(0deg, rgba(5, 35, 31, .42), transparent 48%) !important;
}

#nsp-property .nsp-hero__layout {
	position: relative !important;
	z-index: 1 !important;
	display: grid !important;
	grid-template-columns: minmax(0, 1.25fr) minmax(360px, .62fr) !important;
	align-items: end !important;
	gap: 82px !important;
	min-height: 760px !important;
	padding-top: 110px !important;
	padding-bottom: 88px !important;
}

#nsp-property .nsp-hero__copy {
	max-width: 730px !important;
	padding: 0 !important;
}

#nsp-property .nsp-badge {
	display: inline-flex !important;
	margin: 0 0 26px !important;
	padding: 10px 17px !important;
	border-radius: 999px !important;
	background: var(--nsp-earth) !important;
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	line-height: 1.25 !important;
}

#nsp-property .nsp-location {
	display: flex !important;
	align-items: center !important;
	gap: 8px !important;
	margin: 0 0 18px !important;
	color: rgba(255, 255, 255, .82) !important;
	font-size: 14px !important;
	font-weight: 650 !important;
}

#nsp-property .nsp-location svg {
	width: 18px !important;
	height: 18px !important;
	color: var(--nsp-gold) !important;
}

#nsp-property .nsp-hero h1 {
	max-width: 750px !important;
	margin: 0 0 23px !important;
	color: #fff !important;
	font-size: clamp(45px, 5.2vw, 78px) !important;
	font-weight: 850 !important;
	line-height: 1.12 !important;
}

#nsp-property .nsp-hero h1 span {
	color: var(--nsp-gold) !important;
}

#nsp-property .nsp-hero__lead {
	max-width: 690px !important;
	margin: 0 0 34px !important;
	color: rgba(255, 255, 255, .86) !important;
	font-size: 18px !important;
	font-weight: 450 !important;
	line-height: 1.75 !important;
}

#nsp-property .nsp-hero__actions {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 12px !important;
}

#nsp-property .nsp-price-card {
	align-self: end !important;
	margin: 0 !important;
	padding: 32px !important;
	border: 1px solid rgba(255, 255, 255, .66) !important;
	border-radius: 22px !important;
	background: rgba(255, 253, 250, .94) !important;
	box-shadow: 0 28px 70px rgba(0, 0, 0, .27) !important;
	backdrop-filter: blur(18px) !important;
	color: var(--nsp-ink) !important;
}

#nsp-property .nsp-price-card > p {
	margin: 0 0 22px !important;
	padding-bottom: 16px !important;
	border-bottom: 1px solid var(--nsp-line) !important;
	color: var(--nsp-ink) !important;
	font-size: 15px !important;
	font-weight: 800 !important;
}

#nsp-property .nsp-price-card__grid {
	display: grid !important;
	grid-template-columns: 1fr 1fr !important;
	gap: 18px !important;
	margin-bottom: 24px !important;
}

#nsp-property .nsp-price-card span,
#nsp-property .nsp-price-card small {
	display: block !important;
	color: var(--nsp-muted) !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	line-height: 1.45 !important;
}

#nsp-property .nsp-price-card strong {
	display: block !important;
	margin-top: 5px !important;
	color: var(--nsp-ink) !important;
	font-size: 25px !important;
	font-weight: 850 !important;
	line-height: 1.2 !important;
	white-space: nowrap !important;
}

#nsp-property .nsp-price-card__total {
	padding: 22px 0 !important;
	border-top: 1px solid var(--nsp-line) !important;
	border-bottom: 1px solid var(--nsp-line) !important;
}

#nsp-property .nsp-price-card__total strong {
	margin: 4px 0 7px !important;
	color: var(--nsp-earth) !important;
	font-size: 40px !important;
}

#nsp-property .nsp-price-card > a {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 12px !important;
	margin-top: 20px !important;
	color: var(--nsp-ink) !important;
	font-size: 14px !important;
	font-weight: 800 !important;
}

/* Facts */

#nsp-property .nsp-facts {
	position: relative !important;
	z-index: 2 !important;
	margin: 0 !important;
	background: var(--nsp-deep) !important;
}

#nsp-property .nsp-facts__grid {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

#nsp-property .nsp-fact {
	display: flex !important;
	align-items: center !important;
	gap: 17px !important;
	min-width: 0 !important;
	padding: 30px 28px !important;
	border-right: 1px solid rgba(255, 255, 255, .12) !important;
	color: #fff !important;
}

#nsp-property .nsp-fact:first-child {
	border-left: 1px solid rgba(255, 255, 255, .12) !important;
}

#nsp-property .nsp-fact > svg {
	width: 30px !important;
	height: 30px !important;
	color: var(--nsp-gold) !important;
}

#nsp-property .nsp-fact span,
#nsp-property .nsp-fact strong {
	display: block !important;
}

#nsp-property .nsp-fact span {
	margin-bottom: 2px !important;
	color: rgba(255, 255, 255, .59) !important;
	font-size: 11px !important;
	font-weight: 650 !important;
}

#nsp-property .nsp-fact strong {
	overflow-wrap: anywhere !important;
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 750 !important;
	line-height: 1.4 !important;
}

/* Intro */

#nsp-property .nsp-intro {
	background: var(--nsp-paper) !important;
}

#nsp-property .nsp-intro__grid {
	display: grid !important;
	grid-template-columns: .84fr 1.16fr !important;
	gap: 110px !important;
	align-items: start !important;
}

#nsp-property .nsp-intro h2,
#nsp-property .nsp-section-heading h2,
#nsp-property .nsp-utilities h2,
#nsp-property .nsp-place h2,
#nsp-property .nsp-contact h2 {
	margin: 0 !important;
	font-size: clamp(36px, 4vw, 57px) !important;
	font-weight: 850 !important;
	line-height: 1.18 !important;
}

#nsp-property .nsp-prose {
	padding-top: 6px !important;
}

#nsp-property .nsp-prose p {
	margin: 0 0 20px !important;
	color: #465b55 !important;
	font-size: 17px !important;
	line-height: 1.95 !important;
}

#nsp-property .nsp-prose p:first-child {
	color: var(--nsp-ink) !important;
	font-size: 21px !important;
	font-weight: 520 !important;
}

#nsp-property .nsp-prose strong {
	color: var(--nsp-earth) !important;
	font-weight: 850 !important;
}

/* Photo presentation */

#nsp-property .nsp-visuals {
	padding-top: 100px !important;
	background: var(--nsp-cream) !important;
}

#nsp-property .nsp-section-heading {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr) !important;
	align-items: end !important;
	gap: 70px !important;
	margin-bottom: 46px !important;
}

#nsp-property .nsp-section-heading > p {
	max-width: 500px !important;
	margin: 0 !important;
	color: var(--nsp-muted) !important;
	font-size: 16px !important;
	line-height: 1.8 !important;
}

#nsp-property .nsp-photo-grid {
	display: grid !important;
	grid-template-columns: minmax(0, 1.22fr) minmax(0, .78fr) !important;
	gap: 20px !important;
}

#nsp-property .nsp-photo,
#nsp-property .nsp-presentation {
	position: relative !important;
	display: block !important;
	width: 100% !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	border: 0 !important;
	border-radius: 20px !important;
	background: #dcded9 !important;
	box-shadow: var(--nsp-shadow) !important;
	cursor: zoom-in !important;
}

#nsp-property .nsp-photo {
	height: 480px !important;
}

#nsp-property .nsp-photo img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	transition: transform .5s ease !important;
}

#nsp-property .nsp-photo--map {
	background: #e8e7e1 !important;
}

#nsp-property .nsp-photo--map img {
	object-fit: contain !important;
}

#nsp-property .nsp-photo:hover img {
	transform: scale(1.025) !important;
}

#nsp-property .nsp-photo > span {
	position: absolute !important;
	right: 18px !important;
	bottom: 18px !important;
	display: inline-flex !important;
	align-items: center !important;
	gap: 8px !important;
	padding: 10px 14px !important;
	border-radius: 999px !important;
	background: rgba(8, 41, 36, .88) !important;
	color: #fff !important;
	font-size: 12px !important;
	font-weight: 750 !important;
	backdrop-filter: blur(10px) !important;
}

#nsp-property .nsp-photo > span svg {
	width: 16px !important;
	height: 16px !important;
}

#nsp-property .nsp-presentation-grid {
	display: grid !important;
	grid-template-columns: 1fr 1fr !important;
	gap: 20px !important;
	margin-top: 20px !important;
}

#nsp-property .nsp-presentation {
	aspect-ratio: 3 / 2 !important;
}

#nsp-property .nsp-presentation img {
	width: 100% !important;
	height: 100% !important;
	object-fit: contain !important;
	background: #f1ede4 !important;
}

/* Uses */

#nsp-property .nsp-uses {
	background: var(--nsp-paper) !important;
}

#nsp-property .nsp-section-heading--center {
	display: block !important;
	max-width: 760px !important;
	margin-right: auto !important;
	margin-left: auto !important;
	text-align: center !important;
}

#nsp-property .nsp-section-heading--center > p {
	margin: 18px auto 0 !important;
}

#nsp-property .nsp-use-grid {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 16px !important;
}

#nsp-property .nsp-use-grid article {
	position: relative !important;
	min-height: 300px !important;
	margin: 0 !important;
	padding: 31px 27px !important;
	border: 1px solid var(--nsp-line) !important;
	border-radius: 18px !important;
	background: #fff !important;
	box-shadow: 0 15px 35px rgba(15, 51, 45, .06) !important;
}

#nsp-property .nsp-use-grid article > svg {
	width: 38px !important;
	height: 38px !important;
	margin-bottom: 55px !important;
	color: var(--nsp-olive) !important;
}

#nsp-property .nsp-use-grid article > span {
	position: absolute !important;
	top: 32px !important;
	right: 27px !important;
	color: #a8ada8 !important;
	font-size: 11px !important;
	font-weight: 800 !important;
}

#nsp-property .nsp-use-grid h3 {
	margin: 0 0 11px !important;
	color: var(--nsp-ink) !important;
	font-size: 19px !important;
	font-weight: 800 !important;
	line-height: 1.45 !important;
}

#nsp-property .nsp-use-grid p {
	margin: 0 !important;
	color: var(--nsp-muted) !important;
	font-size: 14px !important;
	line-height: 1.75 !important;
}

/* Utilities */

#nsp-property .nsp-utilities {
	background: var(--nsp-deep) !important;
	color: #fff !important;
}

#nsp-property .nsp-utilities__layout {
	display: grid !important;
	grid-template-columns: .8fr 1.2fr !important;
	align-items: center !important;
	gap: 100px !important;
}

#nsp-property .nsp-utilities h2 {
	color: #fff !important;
}

#nsp-property .nsp-utilities__layout > div:first-child > p:last-child {
	max-width: 450px !important;
	margin: 22px 0 0 !important;
	color: rgba(255, 255, 255, .67) !important;
	font-size: 15px !important;
	line-height: 1.8 !important;
}

#nsp-property .nsp-utility-grid {
	display: grid !important;
	grid-template-columns: 1fr 1fr !important;
	gap: 14px !important;
}

#nsp-property .nsp-utility-grid > div {
	display: grid !important;
	grid-template-columns: auto 1fr !important;
	align-items: center !important;
	column-gap: 16px !important;
	min-width: 0 !important;
	padding: 24px !important;
	border: 1px solid rgba(255, 255, 255, .13) !important;
	border-radius: 16px !important;
	background: rgba(255, 255, 255, .055) !important;
}

#nsp-property .nsp-utility-grid svg {
	grid-row: 1 / 3 !important;
	width: 34px !important;
	height: 34px !important;
	color: var(--nsp-gold) !important;
}

#nsp-property .nsp-utility-grid strong {
	color: #fff !important;
	font-size: 15px !important;
	font-weight: 750 !important;
	line-height: 1.35 !important;
}

#nsp-property .nsp-utility-grid span {
	color: rgba(255, 255, 255, .52) !important;
	font-size: 11px !important;
	font-weight: 600 !important;
}

/* Place and offer */

#nsp-property .nsp-place {
	background: var(--nsp-cream) !important;
}

#nsp-property .nsp-place__layout {
	display: grid !important;
	grid-template-columns: minmax(0, 1.05fr) minmax(360px, .72fr) !important;
	align-items: start !important;
	gap: 90px !important;
}

#nsp-property .nsp-place__lead {
	max-width: 670px !important;
	margin: 21px 0 30px !important;
	color: #465b55 !important;
	font-size: 17px !important;
	line-height: 1.85 !important;
}

#nsp-property .nsp-accordions {
	border-top: 1px solid var(--nsp-line) !important;
}

#nsp-property .nsp-accordions details {
	margin: 0 !important;
	padding: 0 !important;
	border-bottom: 1px solid var(--nsp-line) !important;
	background: transparent !important;
}

#nsp-property .nsp-accordions summary {
	position: relative !important;
	padding: 20px 38px 20px 0 !important;
	color: var(--nsp-ink) !important;
	font-size: 15px !important;
	font-weight: 800 !important;
	line-height: 1.5 !important;
	cursor: pointer !important;
	list-style: none !important;
}

#nsp-property .nsp-accordions summary::-webkit-details-marker {
	display: none !important;
}

#nsp-property .nsp-accordions summary::after {
	content: "+" !important;
	position: absolute !important;
	top: 17px !important;
	right: 0 !important;
	color: var(--nsp-earth) !important;
	font-size: 24px !important;
	font-weight: 500 !important;
}

#nsp-property .nsp-accordions details[open] summary::after {
	content: "−" !important;
}

#nsp-property .nsp-accordions p {
	margin: 0 !important;
	padding: 0 38px 22px 0 !important;
	color: var(--nsp-muted) !important;
	font-size: 14px !important;
	line-height: 1.85 !important;
}

#nsp-property .nsp-source {
	display: inline-flex !important;
	align-items: center !important;
	gap: 10px !important;
	margin-top: 27px !important;
	color: var(--nsp-earth) !important;
	font-size: 13px !important;
	font-weight: 800 !important;
}

#nsp-property .nsp-source svg {
	width: 17px !important;
	height: 17px !important;
}

#nsp-property .nsp-offer {
	position: sticky !important;
	top: 30px !important;
	margin: 0 !important;
	padding: 38px !important;
	border-radius: 22px !important;
	background: #fff !important;
	box-shadow: var(--nsp-shadow) !important;
}

#nsp-property .nsp-offer h3 {
	margin: 0 0 28px !important;
	color: var(--nsp-ink) !important;
	font-size: 33px !important;
	font-weight: 850 !important;
	line-height: 1.25 !important;
}

#nsp-property .nsp-offer > div {
	display: flex !important;
	align-items: end !important;
	justify-content: space-between !important;
	gap: 20px !important;
	padding: 18px 0 !important;
	border-top: 1px solid var(--nsp-line) !important;
}

#nsp-property .nsp-offer > div span {
	color: var(--nsp-muted) !important;
	font-size: 12px !important;
	font-weight: 650 !important;
}

#nsp-property .nsp-offer > div strong {
	color: var(--nsp-earth) !important;
	font-size: 27px !important;
	font-weight: 850 !important;
	white-space: nowrap !important;
}

#nsp-property .nsp-offer > p:not(.nsp-kicker) {
	margin: 16px 0 !important;
	color: var(--nsp-muted) !important;
	font-size: 12px !important;
	line-height: 1.75 !important;
}

#nsp-property .nsp-offer .nsp-cadastral-note {
	margin: 18px 0 22px !important;
	padding: 17px !important;
	border: 1px solid rgba(139, 92, 64, .18) !important;
	border-radius: 12px !important;
	background: #f8f2eb !important;
	color: #5f4a3c !important;
}

#nsp-property .nsp-cadastral-note strong {
	color: var(--nsp-earth) !important;
}

/* Contact */

#nsp-property .nsp-contact {
	margin: 0 !important;
	padding: 100px 0 !important;
	background: var(--nsp-forest) !important;
	color: #fff !important;
}

#nsp-property .nsp-contact__layout {
	display: grid !important;
	grid-template-columns: 1fr .9fr !important;
	align-items: center !important;
	gap: 110px !important;
}

#nsp-property .nsp-contact h2 {
	color: #fff !important;
}

#nsp-property .nsp-contact__layout > div:first-child > p:last-child {
	max-width: 560px !important;
	margin: 22px 0 0 !important;
	color: rgba(255, 255, 255, .67) !important;
	font-size: 15px !important;
	line-height: 1.8 !important;
}

#nsp-property .nsp-contact__links {
	display: grid !important;
	gap: 10px !important;
}

#nsp-property .nsp-contact__links a {
	display: grid !important;
	grid-template-columns: auto 1fr auto !important;
	align-items: center !important;
	gap: 16px !important;
	min-width: 0 !important;
	padding: 18px 20px !important;
	border: 1px solid rgba(255, 255, 255, .15) !important;
	border-radius: 14px !important;
	background: rgba(255, 255, 255, .07) !important;
	color: #fff !important;
}

#nsp-property .nsp-contact__links a > svg:first-child {
	width: 27px !important;
	height: 27px !important;
	color: var(--nsp-gold) !important;
}

#nsp-property .nsp-contact__links a > svg:last-child {
	width: 18px !important;
	height: 18px !important;
	color: rgba(255, 255, 255, .55) !important;
}

#nsp-property .nsp-contact__links span,
#nsp-property .nsp-contact__links strong {
	display: block !important;
	min-width: 0 !important;
}

#nsp-property .nsp-contact__links span {
	color: rgba(255, 255, 255, .55) !important;
	font-size: 11px !important;
	font-weight: 600 !important;
}

#nsp-property .nsp-contact__links strong {
	overflow-wrap: anywhere !important;
	color: #fff !important;
	font-size: 15px !important;
	font-weight: 750 !important;
}

/* Share modal and lightbox */

.nsp-modal-open {
	overflow: hidden !important;
}

#nsp-property .nsp-share-modal[hidden],
#nsp-property .nsp-lightbox[hidden] {
	display: none !important;
}

#nsp-property .nsp-share-modal,
#nsp-property .nsp-lightbox {
	position: fixed !important;
	inset: 0 !important;
	z-index: 999999 !important;
	display: grid !important;
	place-items: center !important;
	width: 100vw !important;
	height: 100dvh !important;
	padding: 24px !important;
}

#nsp-property .nsp-modal__backdrop {
	position: absolute !important;
	inset: 0 !important;
	background: rgba(4, 27, 24, .85) !important;
	backdrop-filter: blur(8px) !important;
}

#nsp-property .nsp-modal__panel {
	position: relative !important;
	z-index: 1 !important;
	width: min(500px, 100%) !important;
	padding: 38px !important;
	border-radius: 20px !important;
	background: var(--nsp-paper) !important;
	box-shadow: 0 30px 90px rgba(0, 0, 0, .35) !important;
}

#nsp-property .nsp-modal__panel h2 {
	margin: 0 0 25px !important;
	color: var(--nsp-ink) !important;
	font-size: 30px !important;
	font-weight: 850 !important;
	line-height: 1.25 !important;
}

#nsp-property .nsp-modal__close,
#nsp-property .nsp-lightbox__close {
	position: absolute !important;
	z-index: 3 !important;
	top: 17px !important;
	right: 17px !important;
	display: grid !important;
	place-items: center !important;
	width: 42px !important;
	height: 42px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 50% !important;
	cursor: pointer !important;
}

#nsp-property .nsp-modal__close {
	background: #ece9e0 !important;
	color: var(--nsp-ink) !important;
}

#nsp-property .nsp-lightbox__close {
	background: rgba(255, 255, 255, .92) !important;
	color: var(--nsp-deep) !important;
}

#nsp-property .nsp-modal__close svg,
#nsp-property .nsp-lightbox__close svg {
	width: 20px !important;
	height: 20px !important;
}

#nsp-property .nsp-modal__actions {
	display: grid !important;
	gap: 10px !important;
}

#nsp-property .nsp-modal__actions a,
#nsp-property .nsp-modal__actions button {
	display: flex !important;
	align-items: center !important;
	gap: 12px !important;
	width: 100% !important;
	min-height: 54px !important;
	margin: 0 !important;
	padding: 14px 17px !important;
	border: 1px solid var(--nsp-line) !important;
	border-radius: 11px !important;
	background: #fff !important;
	color: var(--nsp-ink) !important;
	font-size: 14px !important;
	font-weight: 750 !important;
	text-align: left !important;
	cursor: pointer !important;
}

#nsp-property .nsp-modal__actions svg {
	color: var(--nsp-earth) !important;
}

#nsp-property .nsp-copy-status {
	min-height: 22px !important;
	margin: 14px 0 0 !important;
	color: var(--nsp-earth) !important;
	font-size: 12px !important;
	font-weight: 750 !important;
}

#nsp-property .nsp-lightbox {
	padding: 64px 24px 24px !important;
}

#nsp-property .nsp-lightbox img {
	position: relative !important;
	z-index: 2 !important;
	width: auto !important;
	height: auto !important;
	max-width: min(1500px, calc(100vw - 48px)) !important;
	max-height: calc(100dvh - 90px) !important;
	object-fit: contain !important;
	border-radius: 10px !important;
	background: #fff !important;
	box-shadow: 0 30px 100px rgba(0, 0, 0, .42) !important;
}

#nsp-property .nsp-mobile-actions {
	display: none !important;
}

/* Tablet */

@media (max-width: 1080px) {
	#nsp-property .nsp-container {
		width: min(100% - 48px, 960px) !important;
	}

	#nsp-property .nsp-hero,
	#nsp-property .nsp-hero__layout {
		min-height: 720px !important;
	}

	#nsp-property .nsp-hero__layout {
		grid-template-columns: minmax(0, 1fr) 340px !important;
		gap: 42px !important;
	}

	#nsp-property .nsp-intro__grid,
	#nsp-property .nsp-utilities__layout,
	#nsp-property .nsp-contact__layout {
		gap: 60px !important;
	}

	#nsp-property .nsp-use-grid {
		grid-template-columns: 1fr 1fr !important;
	}

	#nsp-property .nsp-use-grid article {
		min-height: 255px !important;
	}

	#nsp-property .nsp-place__layout {
		gap: 50px !important;
	}
}

@media (max-width: 820px) {
	#nsp-property {
		padding-bottom: 72px !important;
	}

	#nsp-property .nsp-section {
		padding: 78px 0 !important;
	}

	#nsp-property .nsp-hero {
		min-height: auto !important;
	}

	#nsp-property .nsp-hero__image {
		object-position: 58% center !important;
	}

	#nsp-property .nsp-hero__overlay {
		background: linear-gradient(180deg, rgba(4, 32, 28, .72) 0%, rgba(4, 32, 28, .68) 28%, rgba(4, 32, 28, .95) 78%, rgba(4, 32, 28, .98) 100%) !important;
	}

	#nsp-property .nsp-hero__layout {
		display: block !important;
		min-height: auto !important;
		padding-top: 120px !important;
		padding-bottom: 58px !important;
	}

	#nsp-property .nsp-hero__copy {
		max-width: 650px !important;
	}

	#nsp-property .nsp-price-card {
		max-width: 650px !important;
		margin-top: 42px !important;
	}

	#nsp-property .nsp-facts__grid {
		grid-template-columns: 1fr 1fr !important;
	}

	#nsp-property .nsp-fact:nth-child(2) {
		border-right: 0 !important;
	}

	#nsp-property .nsp-fact:nth-child(-n+2) {
		border-bottom: 1px solid rgba(255, 255, 255, .12) !important;
	}

	#nsp-property .nsp-intro__grid,
	#nsp-property .nsp-section-heading,
	#nsp-property .nsp-photo-grid,
	#nsp-property .nsp-utilities__layout,
	#nsp-property .nsp-place__layout,
	#nsp-property .nsp-contact__layout {
		grid-template-columns: 1fr !important;
	}

	#nsp-property .nsp-intro__grid,
	#nsp-property .nsp-section-heading,
	#nsp-property .nsp-utilities__layout,
	#nsp-property .nsp-place__layout,
	#nsp-property .nsp-contact__layout {
		gap: 40px !important;
	}

	#nsp-property .nsp-photo {
		height: auto !important;
		aspect-ratio: 16 / 10 !important;
	}

	#nsp-property .nsp-photo--map {
		aspect-ratio: 1286 / 854 !important;
	}

	#nsp-property .nsp-presentation-grid {
		grid-template-columns: 1fr !important;
	}

	#nsp-property .nsp-offer {
		position: static !important;
	}

	#nsp-property .nsp-mobile-actions {
		position: fixed !important;
		z-index: 99990 !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
		display: grid !important;
		grid-template-columns: 1fr 1fr !important;
		padding: 9px 12px calc(9px + env(safe-area-inset-bottom)) !important;
		border-top: 1px solid rgba(255, 255, 255, .14) !important;
		background: rgba(5, 39, 34, .96) !important;
		box-shadow: 0 -10px 30px rgba(0, 0, 0, .2) !important;
		backdrop-filter: blur(16px) !important;
	}

	#nsp-property .nsp-mobile-actions a,
	#nsp-property .nsp-mobile-actions button {
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		gap: 8px !important;
		min-height: 48px !important;
		margin: 0 !important;
		padding: 10px !important;
		border: 0 !important;
		border-radius: 10px !important;
		background: transparent !important;
		color: #fff !important;
		font-size: 13px !important;
		font-weight: 800 !important;
		cursor: pointer !important;
	}

	#nsp-property .nsp-mobile-actions a {
		background: var(--nsp-gold) !important;
		color: var(--nsp-deep) !important;
	}

	#nsp-property .nsp-mobile-actions svg {
		width: 19px !important;
		height: 19px !important;
	}
}

/* Mobile */

@media (max-width: 560px) {
	#nsp-property {
		font-size: 15px !important;
	}

	#nsp-property .nsp-container {
		width: calc(100% - 32px) !important;
	}

	#nsp-property .nsp-section {
		padding: 66px 0 !important;
	}

	#nsp-property .nsp-hero__layout {
		padding-top: 92px !important;
		padding-bottom: 42px !important;
	}

	#nsp-property .nsp-badge {
		margin-bottom: 20px !important;
		padding: 9px 14px !important;
		font-size: 12px !important;
	}

	#nsp-property .nsp-location {
		align-items: flex-start !important;
		margin-bottom: 14px !important;
		font-size: 12px !important;
		line-height: 1.5 !important;
	}

	#nsp-property .nsp-hero h1 {
		margin-bottom: 18px !important;
		font-size: clamp(36px, 11.2vw, 49px) !important;
		line-height: 1.13 !important;
	}

	#nsp-property .nsp-hero__lead {
		margin-bottom: 26px !important;
		font-size: 15px !important;
		line-height: 1.72 !important;
	}

	#nsp-property .nsp-hero__actions {
		display: grid !important;
		grid-template-columns: 1fr !important;
	}

	#nsp-property .nsp-button {
		width: 100% !important;
		min-height: 52px !important;
		font-size: 13px !important;
	}

	#nsp-property .nsp-price-card {
		margin-top: 30px !important;
		padding: 23px !important;
		border-radius: 17px !important;
	}

	#nsp-property .nsp-price-card__grid {
		gap: 12px !important;
	}

	#nsp-property .nsp-price-card strong {
		font-size: 19px !important;
	}

	#nsp-property .nsp-price-card__total strong {
		font-size: 32px !important;
	}

	#nsp-property .nsp-fact {
		gap: 11px !important;
		padding: 21px 12px !important;
	}

	#nsp-property .nsp-fact > svg {
		width: 24px !important;
		height: 24px !important;
	}

	#nsp-property .nsp-fact strong {
		font-size: 12px !important;
	}

	#nsp-property .nsp-intro h2,
	#nsp-property .nsp-section-heading h2,
	#nsp-property .nsp-utilities h2,
	#nsp-property .nsp-place h2,
	#nsp-property .nsp-contact h2 {
		font-size: 34px !important;
		line-height: 1.22 !important;
	}

	#nsp-property .nsp-intro__grid,
	#nsp-property .nsp-section-heading,
	#nsp-property .nsp-utilities__layout,
	#nsp-property .nsp-place__layout,
	#nsp-property .nsp-contact__layout {
		gap: 27px !important;
	}

	#nsp-property .nsp-prose p,
	#nsp-property .nsp-prose p:first-child {
		font-size: 15px !important;
		line-height: 1.85 !important;
	}

	#nsp-property .nsp-section-heading {
		margin-bottom: 30px !important;
	}

	#nsp-property .nsp-section-heading > p {
		font-size: 14px !important;
	}

	#nsp-property .nsp-photo {
		border-radius: 14px !important;
	}

	#nsp-property .nsp-photo--property {
		aspect-ratio: 4 / 3 !important;
	}

	#nsp-property .nsp-photo > span {
		right: 10px !important;
		bottom: 10px !important;
		padding: 8px 11px !important;
		font-size: 10px !important;
	}

	#nsp-property .nsp-presentation-grid {
		margin-top: 14px !important;
		gap: 14px !important;
	}

	#nsp-property .nsp-presentation {
		border-radius: 14px !important;
	}

	#nsp-property .nsp-use-grid {
		grid-template-columns: 1fr !important;
		gap: 12px !important;
	}

	#nsp-property .nsp-use-grid article {
		min-height: 0 !important;
		padding: 25px !important;
	}

	#nsp-property .nsp-use-grid article > svg {
		margin-bottom: 35px !important;
	}

	#nsp-property .nsp-utility-grid {
		gap: 9px !important;
	}

	#nsp-property .nsp-utility-grid > div {
		display: block !important;
		padding: 18px 15px !important;
	}

	#nsp-property .nsp-utility-grid svg {
		width: 29px !important;
		height: 29px !important;
		margin-bottom: 15px !important;
	}

	#nsp-property .nsp-utility-grid strong,
	#nsp-property .nsp-utility-grid span {
		display: block !important;
	}

	#nsp-property .nsp-utility-grid strong {
		overflow-wrap: anywhere !important;
		font-size: 12px !important;
	}

	#nsp-property .nsp-place__lead {
		font-size: 15px !important;
	}

	#nsp-property .nsp-offer {
		padding: 25px !important;
		border-radius: 17px !important;
	}

	#nsp-property .nsp-offer h3 {
		font-size: 28px !important;
	}

	#nsp-property .nsp-offer > div {
		display: block !important;
	}

	#nsp-property .nsp-offer > div strong {
		display: block !important;
		margin-top: 5px !important;
	}

	#nsp-property .nsp-contact {
		padding: 70px 0 !important;
	}

	#nsp-property .nsp-contact__links a {
		padding: 15px !important;
	}

	#nsp-property .nsp-contact__links strong {
		font-size: 13px !important;
	}

	#nsp-property .nsp-modal__panel {
		padding: 30px 22px 22px !important;
	}

	#nsp-property .nsp-modal__panel h2 {
		padding-right: 38px !important;
		font-size: 25px !important;
	}

	#nsp-property .nsp-lightbox {
		padding: 62px 10px 14px !important;
	}

	#nsp-property .nsp-lightbox img {
		max-width: calc(100vw - 20px) !important;
		max-height: calc(100dvh - 76px) !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	#nsp-property *,
	#nsp-property *::before,
	#nsp-property *::after {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
