.nt-single {
	--nt-single-blue: #0c5ca8;
	--nt-single-green: #027a48;
	--nt-single-navy: #102a4c;
	--nt-single-text: #1d2939;
	--nt-single-muted: #667085;
	--nt-single-border: #e4e7ec;
	--nt-single-bg: #f8faff;
	padding: 34px 0 72px;
	background: var(--nt-single-bg);
	color: var(--nt-single-text);
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.nt-single__dynamic-price {
	border-color: #b2ddff;
	background: linear-gradient(135deg, #f5faff, #fff);
}

.nt-single__dynamic-price-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
}

.nt-single__dynamic-price-head h2 {
	margin: 4px 0 0;
}

.nt-single__dynamic-price-head > strong {
	color: #027a48;
	font-size: 26px;
	white-space: nowrap;
}

.nt-single__dynamic-track {
	display: block;
	width: 100%;
	height: 10px;
	margin: 18px 0 12px;
	border: 0;
	border-radius: 20px;
	overflow: hidden;
	background: #d1e9ff;
}

.nt-single__dynamic-track::-webkit-progress-bar {
	background: #d1e9ff;
}

.nt-single__dynamic-track::-webkit-progress-value {
	background: #0c5ca8;
}

.nt-single__dynamic-track::-moz-progress-bar {
	background: #0c5ca8;
}

.nt-single__dynamic-values {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.nt-single__dynamic-values span {
	padding: 10px;
	border-radius: 8px;
	background: #eff8ff;
	color: #475467;
	font-size: 12px;
}

.nt-single__dynamic-values b {
	display: block;
	margin-top: 3px;
	color: #102a4c;
}

.nt-single__dynamic-price > p {
	margin: 14px 0 0;
	color: #667085;
	font-size: 12px;
}

.nt-single__related header > div h2 {
	margin-top: 3px;
}

.nt-single__related-image em {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 5px 8px;
	border-radius: 999px;
	background: #0c5ca8;
	color: #fff;
	font-size: 10px;
	font-style: normal;
	font-weight: 800;
}

.nt-single__related article small {
	display: block;
	margin: 0 14px 8px;
	color: #667085;
	font-size: 11px;
}

.nt-single__related--open-house .nt-single__related-image em {
	background: #027a48;
}

.nt-single__open-house-card {
	border-color: #abefc6;
	background: #ecfdf3;
}

.nt-single__open-house-card form {
	display: grid;
	gap: 10px;
	margin-top: 14px;
}

.nt-single__open-house-card label {
	display: grid;
	gap: 5px;
	color: #344054;
	font-size: 11px;
	font-weight: 700;
}

.nt-single__open-house-card input {
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	border: 1px solid #a6f4c5;
	border-radius: 8px;
	background: #fff;
}

.nt-single__open-house-card button {
	min-height: 42px;
	border: 0;
	border-radius: 8px;
	background: #027a48;
	color: #fff;
	font-weight: 800;
	cursor: pointer;
}

.nt-single__open-house-card button:disabled {
	opacity: .5;
	cursor: not-allowed;
}

.nt-single__form-notice {
	padding: 10px;
	border-radius: 8px;
	font-size: 11px;
}

.nt-single__form-notice.is-success {
	background: #dcfae6;
	color: #067647;
}

.nt-single__form-notice.is-error {
	background: #fee4e2;
	color: #b42318;
}

@media (max-width: 680px) {
	.nt-single__dynamic-price-head {
		flex-direction: column;
	}

	.nt-single__dynamic-values {
		grid-template-columns: 1fr;
	}
}

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

.nt-single__container {
	width: min(1200px, calc(100% - 40px));
	margin: 0 auto;
}

.nt-single__breadcrumbs {
	display: flex;
	align-items: center;
	gap: 8px;
	overflow: hidden;
	margin-bottom: 22px;
	color: var(--nt-single-muted);
	font-size: 12px;
	white-space: nowrap;
}

.nt-single__breadcrumbs a {
	color: var(--nt-single-blue);
	text-decoration: none;
}

.nt-single__breadcrumbs > span:last-child {
	overflow: hidden;
	text-overflow: ellipsis;
}

.nt-single__hero {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 22px;
}

.nt-single__badges {
	display: flex;
	gap: 8px;
	margin-bottom: 10px;
}

.nt-single__badges span {
	display: inline-flex;
	align-items: center;
	min-height: 26px;
	padding: 4px 10px;
	border: 1px solid #c7d7eb;
	border-radius: 999px;
	background: #eef5ff;
	color: #064e8f;
	font-size: 11px;
	font-weight: 800;
}

.nt-single__badges span + span {
	border-color: #b7dfcf;
	background: #ecfdf3;
	color: #067647;
}

.nt-single__hero h1 {
	max-width: 820px;
	margin: 0;
	color: var(--nt-single-navy);
	font: 750 clamp(28px, 4vw, 44px)/1.08 "Hanken Grotesk", Inter, sans-serif;
	letter-spacing: -.025em;
}

.nt-single__location {
	margin: 12px 0 0;
	color: var(--nt-single-muted);
	font-size: 14px;
}

.nt-single__hero-actions {
	display: grid;
	justify-items: end;
	gap: 10px;
	flex: 0 0 auto;
}

.nt-single__hero-actions strong {
	color: var(--nt-single-navy);
	font-size: clamp(26px, 3vw, 38px);
	white-space: nowrap;
}

.nt-single__hero-actions button,
.nt-single-lightbox button {
	appearance: none;
	border: 0;
	cursor: pointer;
}

.nt-single__hero-actions button {
	min-height: 40px;
	padding: 9px 14px;
	border: 1px solid var(--nt-single-border);
	border-radius: 8px;
	background: #fff;
	color: #344054;
	font: 700 12px/1 Inter, sans-serif;
}

.nt-single__hero-actions button:hover,
.nt-single__hero-actions button:focus-visible {
	border-color: var(--nt-single-blue);
	outline: none;
	color: var(--nt-single-blue);
}

.nt-single__gallery {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(220px, 1fr);
	grid-template-rows: repeat(3, minmax(0, 1fr));
	gap: 8px;
	height: min(560px, 50vw);
	min-height: 390px;
	overflow: hidden;
	margin-bottom: 30px;
	border-radius: 16px;
	background: #dce7f4;
}

.nt-single__gallery-item {
	position: relative;
	min-width: 0;
	min-height: 0;
	overflow: hidden;
	padding: 0;
	border: 0;
	background: #dce7f4;
	cursor: zoom-in;
}

.nt-single__gallery-item.is-main {
	grid-row: 1 / -1;
}

.nt-single__gallery-item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .25s ease;
}

.nt-single__gallery-item:hover img {
	transform: scale(1.02);
}

.nt-single__gallery--1 {
	display: block;
}

.nt-single__gallery--1 .nt-single__gallery-item {
	width: 100%;
	height: 100%;
}

.nt-single__gallery--2 {
	grid-template-rows: 1fr;
}

.nt-single__gallery--2 .nt-single__gallery-item.is-main {
	grid-row: auto;
}

.nt-single__gallery--3 {
	grid-template-rows: repeat(2, 1fr);
}

.nt-single__gallery--3 .nt-single__gallery-item.is-main {
	grid-row: 1 / -1;
}

.nt-single__gallery-count {
	position: absolute;
	right: 16px;
	bottom: 16px;
	min-height: 40px;
	padding: 9px 13px;
	border: 0;
	border-radius: 8px;
	background: rgba(16, 42, 76, .9);
	color: #fff;
	font: 700 12px/1 Inter, sans-serif;
	cursor: pointer;
	backdrop-filter: blur(6px);
}

.nt-single__gallery-empty {
	display: grid;
	grid-column: 1 / -1;
	grid-row: 1 / -1;
	place-content: center;
	justify-items: center;
	color: #476989;
}

.nt-single__gallery-empty span {
	font: 800 62px/1 "Hanken Grotesk", sans-serif;
}

.nt-single__gallery-empty p {
	margin: 12px 0 0;
	font-weight: 700;
}

.nt-single__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.75fr) minmax(280px, .75fr);
	gap: 24px;
	align-items: start;
}

.nt-single__section-nav {
	position: sticky;
	top: 0;
	z-index: 12;
	display: flex;
	align-items: center;
	gap: 22px;
	min-height: 58px;
	margin-bottom: 24px;
	padding: 0 4px;
	border-bottom: 1px solid var(--nt-single-border);
	background: rgba(248, 250, 255, .94);
	backdrop-filter: blur(12px);
}

.nt-single__section-nav > a {
	display: inline-flex;
	align-items: center;
	align-self: stretch;
	border-bottom: 2px solid transparent;
	color: #667085;
	font-size: 13px;
	font-weight: 750;
	text-decoration: none;
}

.nt-single__section-nav > a:hover,
.nt-single__section-nav > a.is-active {
	border-bottom-color: var(--nt-single-blue);
	color: var(--nt-single-blue);
}

.nt-single__section-actions {
	display: flex;
	margin-left: auto;
}

.nt-single__save {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-height: 38px;
	padding: 0 14px;
	border: 1px solid #d0d5dd;
	border-radius: 999px;
	background: #fff;
	color: #344054;
	font: 700 11px/1 Inter, sans-serif;
	text-decoration: none;
	cursor: pointer;
}

/* Listeo positions every .like-icon as an absolute gallery overlay. The
 * single-listing action reuses that hook for AJAX, so reset only its icon. */
.nt-single__save .like-icon {
	position: static !important;
	inset: auto !important;
	display: inline-grid !important;
	flex: 0 0 18px;
	width: 18px !important;
	height: 18px !important;
	margin: 0 !important;
	padding: 0 !important;
	place-items: center;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	transform: none !important;
}

.nt-single__save .like-icon::before {
	position: static !important;
	display: block;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	opacity: 1 !important;
	transform: none !important;
	font-family: Arial, sans-serif !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	text-align: center;
	content: "♡";
	margin-right: 6px;
	color: #e11d48;
	font-size: 18px;
}

.nt-single__save .like-icon::after {
	display: none !important;
	content: none !important;
}

.nt-single__save.liked .like-icon::before,
.nt-single__save .like-icon.liked::before {
	content: "♥";
}

.nt-single__summary,
.nt-single__price-strip {
	display: flex;
	align-items: center;
	gap: 8px 18px;
	flex-wrap: wrap;
	padding: 14px 16px;
	border-radius: 9px;
	background: #eef4fb;
}

.nt-single__summary span {
	color: #475467;
	font-size: 11px;
	font-weight: 700;
}

.nt-single__price-strip {
	background: #ecfdf3;
	color: #067647;
}

.nt-single__price-strip strong {
	font-size: 13px;
}

.nt-single__promotion {
	margin: 16px 0 0;
	padding: 12px 14px;
	border-radius: 9px;
	background: #fffaeb;
	color: #b54708;
	font-size: 12px;
}

.nt-single__content {
	display: grid;
	gap: 18px;
	min-width: 0;
}

.nt-single-card {
	padding: clamp(20px, 3vw, 30px);
	border: 1px solid var(--nt-single-border);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 2px 8px rgba(16, 24, 40, .045);
}

.nt-single-card h2 {
	margin: 0 0 20px;
	color: var(--nt-single-navy);
	font: 750 21px/1.25 "Hanken Grotesk", Inter, sans-serif;
}

.nt-single__facts {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	margin: 0;
}

.nt-single__facts > div {
	min-width: 0;
	padding: 14px;
	border-radius: 10px;
	background: var(--nt-single-bg);
}

.nt-single__facts dt {
	margin-bottom: 5px;
	color: var(--nt-single-muted);
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
}

.nt-single__facts dd {
	overflow-wrap: anywhere;
	margin: 0;
	color: var(--nt-single-navy);
	font-size: 15px;
	font-weight: 750;
}

.nt-single__description > div {
	color: #344054;
	font-size: 15px;
	line-height: 1.75;
}

.nt-single__description > div > :first-child {
	margin-top: 0;
}

.nt-single__description > div > :last-child {
	margin-bottom: 0;
}

.nt-single__features {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.nt-single__features li {
	position: relative;
	padding: 10px 10px 10px 30px;
	border-radius: 8px;
	background: #f6fbf8;
	color: #315b4a;
	font-size: 13px;
}

.nt-single__features li::before {
	content: "✓";
	position: absolute;
	left: 11px;
	color: var(--nt-single-green);
	font-weight: 900;
}

.nt-single__address {
	margin: 0;
	color: #344054;
}

.nt-single__map-wrap {
	position: relative;
	width: 100%;
	margin-bottom: 16px;
}

.nt-single__map {
	display: block;
	width: 100%;
	height: 380px;
	margin: 0;
	border: 0;
	border-radius: 11px;
	background: #e8eef7;
}

.nt-single__map-pin {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 18px;
	height: 18px;
	border: 3px solid #fff;
	border-radius: 50% 50% 50% 0;
	background: #0c5ca8;
	box-shadow: 0 2px 7px rgba(16, 24, 40, .35);
	transform: translate(-50%, -100%) rotate(-45deg);
	pointer-events: none;
}

.nt-single__map-pin::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #fff;
	content: "";
	transform: translate(-50%, -50%);
}

.nt-single__map-link {
	display: inline-flex;
	margin-top: 10px;
	color: var(--nt-single-blue);
	font-size: 12px;
	font-weight: 750;
	text-decoration: none;
}

.nt-single__sidebar {
	position: sticky;
	top: 100px;
	display: grid;
	gap: 16px;
}

.nt-single__author {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 22px;
}

.nt-single__author img {
	width: 64px;
	height: 64px;
	border: 2px solid #fff;
	border-radius: 50%;
	object-fit: cover;
	box-shadow: 0 0 0 1px var(--nt-single-border);
}

.nt-single__author small,
.nt-single__reference small {
	display: block;
	margin-bottom: 3px;
	color: var(--nt-single-muted);
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase;
}

.nt-single__author h2 {
	margin: 0;
	font-size: 18px;
}

.nt-single__primary-action,
.nt-single__secondary-action {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 46px;
	margin-top: 10px;
	padding: 10px 14px;
	border-radius: 9px;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none !important;
}

.nt-single__whatsapp-action {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 44px;
	box-sizing: border-box;
	margin-top: 10px;
	padding: 0 14px;
	border: 1px solid #6ce9a6;
	border-radius: 9px;
	background: #ecfdf3;
	color: #067647;
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
}

.nt-single__message-card form {
	display: grid;
	gap: 9px;
}

.nt-single__message-card label {
	color: #475467;
	font-size: 11px;
	font-weight: 750;
}

.nt-single__message-card textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 11px;
	border: 1px solid #d0d5dd;
	border-radius: 8px;
	resize: vertical;
	font: 400 13px/1.5 Inter, sans-serif;
}

.nt-single__message-card button {
	min-height: 42px;
	border: 0;
	border-radius: 8px;
	background: var(--nt-single-blue);
	color: #fff;
	font: 800 12px/1 Inter, sans-serif;
	cursor: pointer;
}

.nt-single__primary-action {
	background: var(--nt-single-green);
	color: #fff !important;
}

.nt-single__primary-action:hover {
	background: #02633a;
}

.nt-single__secondary-action {
	border: 1px solid #b9c9dc;
	background: #fff;
	color: var(--nt-single-blue) !important;
}

.nt-single__contact > p {
	margin: 16px 0 0;
	color: var(--nt-single-muted);
	font-size: 11px;
	line-height: 1.5;
}

.nt-single__service-order form {
	display: grid;
	gap: 12px;
}

.nt-single__service-order label {
	display: grid;
	gap: 5px;
	color: #475467;
	font-size: 11px;
	font-weight: 750;
}

.nt-single__service-order input,
.nt-single__service-order textarea {
	width: 100%;
	padding: 10px 11px;
	border: 1px solid #d0d5dd;
	border-radius: 8px;
	background: #fff;
	color: #101828;
	font: 400 13px/1.4 Inter, sans-serif;
}

.nt-single__service-order input:focus,
.nt-single__service-order textarea:focus {
	border-color: var(--nt-single-blue);
	outline: 0;
	box-shadow: 0 0 0 3px rgba(12, 92, 168, .1);
}

.nt-single__service-order button[type="submit"] {
	min-height: 44px;
	border: 0;
	border-radius: 9px;
	background: var(--nt-single-green);
	color: #fff;
	font: 800 13px/1 Inter, sans-serif;
	cursor: pointer;
}

.nt-single__service-order button[type="submit"]:disabled {
	opacity: .65;
	cursor: wait;
}

.nt-single__form-message {
	min-height: 18px;
	margin: 0;
	color: var(--nt-single-muted);
	font-size: 11px;
}

.nt-single__form-message.is-success {
	color: #067647;
}

.nt-single__form-message.is-error {
	color: #b54708;
}

.nt-single__reference {
	display: grid;
	gap: 4px;
}

.nt-single__reference strong {
	color: var(--nt-single-navy);
	font-size: 18px;
}

.nt-single__reference span {
	color: var(--nt-single-muted);
	font-size: 11px;
}

.nt-single__related {
	margin-top: 42px;
}

.nt-single__related > header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 16px;
}

.nt-single__related > header h2 {
	margin: 0;
	color: var(--nt-single-navy);
	font: 750 26px/1.2 "Hanken Grotesk", sans-serif;
}

.nt-single__related > header a {
	color: var(--nt-single-blue);
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
}

.nt-single__related > div {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.nt-single__related article {
	overflow: hidden;
	border: 1px solid var(--nt-single-border);
	border-radius: 11px;
	background: #fff;
	box-shadow: 0 3px 9px rgba(16, 24, 40, .06);
}

.nt-single__related article a {
	display: block;
	padding-bottom: 14px;
	color: inherit;
	text-decoration: none;
}

.nt-single__related-image {
	position: relative;
	display: grid;
	height: 155px;
	place-items: center;
	overflow: hidden;
	margin-bottom: 12px;
	background: #e8f1ff;
	color: var(--nt-single-blue);
	font-weight: 900;
}

.nt-single__related-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.nt-single__related article h3,
.nt-single__related article strong {
	display: block;
	margin: 0;
	padding: 0 13px;
}

.nt-single__related article h3 {
	overflow: hidden;
	margin-bottom: 8px;
	color: var(--nt-single-navy);
	font-size: 13px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nt-single__related article strong {
	font-size: 16px;
}

.nt-single-lightbox {
	width: min(1100px, 94vw);
	height: min(820px, 92vh);
	padding: 0;
	border: 0;
	border-radius: 14px;
	overflow: hidden;
	background: #0b1728;
	color: #fff;
}

.nt-single-lightbox::backdrop {
	background: rgba(6, 14, 26, .88);
}

.nt-single-lightbox__image {
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
}

.nt-single-lightbox__image img {
	display: none;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.nt-single-lightbox__image img.is-active {
	display: block;
}

.nt-single-lightbox__close,
.nt-single-lightbox__arrow {
	position: absolute;
	z-index: 2;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: rgba(255, 255, 255, .92);
	color: #102a4c;
}

.nt-single-lightbox__close {
	right: 16px;
	top: 16px;
	width: 42px;
	height: 42px;
	font-size: 26px;
}

.nt-single-lightbox__arrow {
	top: 50%;
	width: 46px;
	height: 46px;
	font-size: 30px;
	transform: translateY(-50%);
}

.nt-single-lightbox__arrow.is-prev {
	left: 16px;
}

.nt-single-lightbox__arrow.is-next {
	right: 16px;
}

.nt-single-lightbox [data-lightbox-counter] {
	position: absolute;
	left: 50%;
	bottom: 16px;
	padding: 6px 10px;
	border-radius: 99px;
	background: rgba(6, 14, 26, .7);
	font-size: 12px;
	transform: translateX(-50%);
}

@media (max-width: 900px) {
	.nt-single__layout {
		grid-template-columns: 1fr;
	}

	.nt-single__sidebar {
		position: static;
		grid-template-columns: 1fr 1fr;
	}

	.nt-single__facts {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.nt-single__related > div {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 680px) {
	.nt-single {
		padding-top: 22px;
	}

	.nt-single__container {
		width: min(100% - 28px, 1200px);
	}

	.nt-single__hero {
		align-items: flex-start;
		flex-direction: column;
		gap: 18px;
	}

	.nt-single__hero-actions {
		width: 100%;
		justify-items: start;
	}

	.nt-single__gallery {
		display: block;
		height: 68vw;
		min-height: 260px;
	}

	.nt-single__gallery-item {
		display: none;
	}

	.nt-single__gallery-item.is-main {
		display: block;
		width: 100%;
		height: 100%;
	}

	.nt-single__section-nav {
		gap: 16px;
		overflow-x: auto;
		white-space: nowrap;
	}

	.nt-single__section-actions {
		margin-left: 0;
	}

	.nt-single__save {
		min-height: 34px;
		padding: 0 10px;
	}

	.nt-single__map {
		height: 280px;
	}

	.nt-single__features,
	.nt-single__sidebar {
		grid-template-columns: 1fr;
	}

	.nt-single__related > div {
		display: flex;
		width: 100%;
		max-width: 100%;
		overflow-x: auto;
		overflow-y: hidden;
		overscroll-behavior-inline: contain;
		scroll-snap-type: x mandatory;
	}

	.nt-single__related article {
		flex: 0 0 82%;
		scroll-snap-align: start;
	}
}
