/* ============================================================
   CHRISTIES – Galeria Privada preset
   Fonts : Playfair Display (headings) + DM Sans (body/UI)
   Palette: #1a1a1a dark · #ffffff light · #B89A5E warm gold
   Editorial preset visual system.
   ============================================================ */

.ntz-preset-christies {
	--ntz-ed-black:  var(--ntz-primary, #1a1a1a);
	--ntz-ed-gold:   var(--ntz-secondary, #B89A5E);
	--ntz-ed-paper:  var(--ntz-accent, #f7f3ec);
	--ntz-ed-line:   var(--ntz-accent, #e8e0d0);
	--ntz-ed-gray:   #666666;
	font-family: "DM Sans", "Inter", sans-serif;
	background: #ffffff;
	color: var(--ntz-ed-black);
}

/* ── Headings ────────────────────────────────────────── */

.ntz-preset-christies h1,
.ntz-preset-christies h2,
.ntz-preset-christies h3,
.ntz-preset-christies h4 {
	font-family: "Playfair Display", Georgia, serif;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.12;
}

.ntz-preset-christies p,
.ntz-preset-christies li,
.ntz-preset-christies a {
	font-family: "DM Sans", "Inter", sans-serif;
}

/* ── Section inner ───────────────────────────────────── */

.ntz-preset-christies .ntz-section__inner {
	width: min(100% - 56px, var(--ntz-container, 1240px));
}

/* ── Site header — white, clean ──────────────────────── */

.ntz-preset-christies .ntz-section-site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: #ffffff !important;
	color: var(--ntz-ed-black) !important;
	border-bottom: 1px solid var(--ntz-ed-line);
}

.ntz-preset-christies .ntz-site-header__brand {
	font-family: "DM Sans", sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--ntz-ed-black) !important;
}

.ntz-preset-christies .ntz-site-header__brand img {
	max-height: 36px;
}

.ntz-preset-christies .ntz-site-header__nav a {
	font-family: "DM Sans", sans-serif;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.06em;
	color: var(--ntz-ed-black) !important;
	opacity: 0.85;
}

.ntz-preset-christies .ntz-site-header__nav a:hover {
	opacity: 1;
	color: var(--ntz-ed-gold) !important;
}

.ntz-preset-christies .ntz-site-header__cta {
	background: var(--ntz-ed-black) !important;
	color: #ffffff !important;
	font-family: "DM Sans", sans-serif;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.06em;
	border-radius: 0;
	padding: 0 20px;
}

.ntz-preset-christies .ntz-site-header__cta:hover {
	background: #333333 !important;
}

/* ── Hero Editorial ──────────────────────────────────── */

.ntz-preset-christies .ntz-section-hero-editorial {
	min-height: 86vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover !important;
	background-position: center center !important;
}

.ntz-preset-christies .ntz-hero-editorial__content {
	text-align: center;
	max-width: 760px;
	margin: 0 auto;
	padding: 0 16px;
}

.ntz-preset-christies .ntz-hero-editorial__eyebrow {
	font-family: "DM Sans", sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--ntz-ed-gold);
	margin-bottom: 20px;
}

.ntz-preset-christies .ntz-hero-editorial__content h1 {
	font-family: "Playfair Display", Georgia, serif;
	font-size: clamp(42px, 5.5vw, 76px);
	font-weight: 400;
	color: #ffffff;
	line-height: 1.1;
	margin-bottom: 36px;
	letter-spacing: 0.01em;
}

/* Search bar ─────────────────────────────────────────── */

.ntz-preset-christies .ntz-hero-editorial__search {
	display: flex;
	align-items: center;
	background: #ffffff;
	border-radius: 0;
	overflow: hidden;
	box-shadow: 0 12px 48px rgba(0,0,0,0.30);
	max-width: 580px;
	margin: 0 auto;
}

.ntz-preset-christies .ntz-hero-editorial__search input {
	flex: 1;
	border: none;
	outline: none;
	padding: 18px 22px;
	font-family: "DM Sans", sans-serif;
	font-size: 14px;
	color: var(--ntz-ed-black);
	background: #ffffff;
}

.ntz-preset-christies .ntz-hero-editorial__search input::placeholder {
	color: #9ca3af;
}

.ntz-preset-christies .ntz-hero-editorial__search button {
	background: var(--ntz-ed-black);
	color: #ffffff;
	border: none;
	padding: 18px 22px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.15s;
}

.ntz-preset-christies .ntz-hero-editorial__search button:hover {
	background: #333333;
}

/* ── Hero fullbleed fallback ─────────────────────────── */

.ntz-preset-christies .ntz-section-hero-fullbleed {
	min-height: 86vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover !important;
	background-position: center !important;
	position: relative;
}

.ntz-preset-christies .ntz-section-hero-fullbleed::before {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0.42);
	pointer-events: none;
	z-index: 0;
}

.ntz-preset-christies .ntz-hero-fullbleed__content {
	position: relative;
	z-index: 1;
	text-align: center;
	max-width: 780px;
	margin: 0 auto;
	padding: 0;
	border-left: none;
}

.ntz-preset-christies .ntz-hero-fullbleed__content h1 {
	font-family: "Playfair Display", Georgia, serif;
	font-size: clamp(48px, 6.5vw, 96px);
	font-weight: 400;
	line-height: 1.05;
	color: #ffffff;
	max-width: none;
	margin-bottom: 24px;
}

.ntz-preset-christies .ntz-hero-fullbleed__content p {
	font-size: 18px;
	line-height: 1.8;
	color: rgba(255,255,255,0.80);
	max-width: 580px;
	margin: 0 auto 32px;
}

/* ── Global buttons ──────────────────────────────────── */

.ntz-preset-christies .ntz-button {
	font-family: "DM Sans", sans-serif;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.10em;
	text-transform: uppercase;
	border-radius: 0;
	border: 1px solid var(--ntz-ed-gold);
	background: transparent;
	color: #ffffff;
	box-shadow: none;
	transition: background 0.18s, color 0.18s, border-color 0.18s;
}

.ntz-preset-christies .ntz-button:hover {
	background: var(--ntz-ed-gold);
	border-color: var(--ntz-ed-gold);
	color: #ffffff;
}

/* Dark-bg sections: outline gold button */
.ntz-preset-christies .ntz-section-cta .ntz-button,
.ntz-preset-christies .ntz-section-testimonials .ntz-button {
	border-color: var(--ntz-ed-gold);
	color: #ffffff;
}

/* Light-bg sections: solid black button */
.ntz-preset-christies .ntz-section-contact .ntz-button,
.ntz-preset-christies .ntz-section-contact-split .ntz-button,
.ntz-preset-christies .ntz-section-property-search .ntz-button {
	background: var(--ntz-ed-black);
	border-color: var(--ntz-ed-black);
	color: #ffffff;
}

/* ── Eyebrow / kicker ────────────────────────────────── */

.ntz-preset-christies .ntz-eyebrow,
.ntz-preset-christies .ntz-section-kicker {
	padding: 0;
	background: transparent;
	color: var(--ntz-ed-gold);
	font-family: "DM Sans", sans-serif;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	border-radius: 0;
}

/* ── Property search ─────────────────────────────────── */

.ntz-preset-christies .ntz-section-property-search {
	margin-top: -72px;
	z-index: 3;
	overflow: visible;
	background: transparent !important;
}

.ntz-preset-christies .ntz-property-search {
	display: grid;
	grid-template-columns: minmax(240px, 0.85fr) minmax(0, 1.4fr);
	align-items: end;
	gap: 32px;
	padding: 32px;
	background: #ffffff;
	border: 1px solid var(--ntz-ed-line);
	border-radius: 0;
	box-shadow: 0 20px 60px rgba(0,0,0,0.12);
}

.ntz-preset-christies .ntz-property-search h2 {
	font-size: clamp(28px, 3.5vw, 48px);
}

.ntz-preset-christies .ntz-property-search p {
	font-size: 15px;
	color: var(--ntz-ed-gray);
}

.ntz-preset-christies .ntz-property-search__form {
	border: 1px solid var(--ntz-ed-line);
	border-radius: 0;
	box-shadow: none;
}

.ntz-preset-christies .ntz-property-search__form input,
.ntz-preset-christies .ntz-property-search__form button {
	min-height: 56px;
	border-radius: 0;
}

.ntz-preset-christies .ntz-property-search__form button {
	background: var(--ntz-ed-black);
	letter-spacing: 0.12em;
	text-transform: uppercase;
	font-size: 12px;
}

.ntz-preset-christies .ntz-property-search__links a {
	font-family: "DM Sans", sans-serif;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.06em;
	color: var(--ntz-ed-black);
	border: 1px solid var(--ntz-ed-line);
	border-radius: 0;
	background: transparent;
}

.ntz-preset-christies .ntz-property-search__links a:hover {
	background: var(--ntz-ed-black);
	color: #ffffff;
	border-color: var(--ntz-ed-black);
}

/* ── Section headings ────────────────────────────────── */

.ntz-preset-christies .ntz-section h2 {
	font-size: clamp(32px, 4.5vw, 64px);
	font-weight: 400;
}

/* ── Houses / property cards ─────────────────────────── */

.ntz-preset-christies .ntz-houses-heading {
	font-size: clamp(32px, 4.5vw, 72px);
	max-width: 780px;
}

.ntz-preset-christies .ntz-houses-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	background: var(--ntz-ed-line);
	border: 1px solid var(--ntz-ed-line);
}

.ntz-preset-christies .house-item.block {
	border: 0;
	box-shadow: none;
	background: #ffffff;
	border-radius: 0;
	transition: none;
}

.ntz-preset-christies .house-item.block:hover {
	box-shadow: none;
}

.ntz-preset-christies .house-item.block figure {
	height: 280px;
	border-radius: 0;
}

.ntz-preset-christies .house-item.block figure .category {
	border-radius: 0;
	background: var(--ntz-ed-gold);
	color: var(--ntz-ed-black);
	font-family: "DM Sans", sans-serif;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.10em;
	text-transform: uppercase;
}

.ntz-preset-christies .house-item.block .content {
	padding: 24px;
}

.ntz-preset-christies .house-item.block .content .price {
	font-family: "Playfair Display", Georgia, serif;
	font-size: 26px;
	font-weight: 400;
}

/* ── Services (border grid) ──────────────────────────── */

.ntz-preset-christies .ntz-grid-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	border-top: 1px solid var(--ntz-ed-line);
	border-left: 1px solid var(--ntz-ed-line);
}

.ntz-preset-christies .ntz-section-services .ntz-card {
	border-radius: 0;
	border: 0;
	border-right: 1px solid var(--ntz-ed-line);
	border-bottom: 1px solid var(--ntz-ed-line);
	box-shadow: none;
	padding: 36px;
}

.ntz-preset-christies .ntz-section-services .ntz-card h3 {
	font-family: "Playfair Display", Georgia, serif;
	font-size: 24px;
	font-weight: 400;
}

.ntz-preset-christies .ntz-section-services .ntz-card p {
	font-size: 15px;
	color: var(--ntz-ed-gray);
	line-height: 1.75;
}

/* ── Advisors ────────────────────────────────────────── */

.ntz-preset-christies .ntz-section-advisors .ntz-card {
	border-radius: 0;
	border: 1px solid var(--ntz-ed-line);
	box-shadow: none;
}

.ntz-preset-christies .ntz-section-advisors .ntz-card__role {
	color: var(--ntz-ed-gold);
	font-weight: 500;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-size: 12px;
}

/* ── CTA banner ──────────────────────────────────────── */

.ntz-preset-christies .ntz-section-cta h2,
.ntz-preset-christies .ntz-section-cta p {
	color: #ffffff;
}

/* ── Testimonials (spotlight) ────────────────────────── */

.ntz-preset-christies .ntz-section-testimonials h2 {
	font-size: clamp(32px, 4.5vw, 68px);
	max-width: 780px;
}

.ntz-preset-christies .ntz-section-testimonials .ntz-quote {
	border-radius: 0;
	border-color: rgba(255,255,255,0.20);
	background: transparent;
}

.ntz-preset-christies .ntz-section-testimonials .ntz-quote blockquote {
	font-family: "Playfair Display", Georgia, serif;
	font-size: 22px;
	font-weight: 400;
	font-style: italic;
	line-height: 1.6;
}

/* ── Contact ─────────────────────────────────────────── */

.ntz-preset-christies .ntz-section-contact .ntz-card,
.ntz-preset-christies .ntz-section-contact-split .ntz-card {
	border-radius: 0;
	border: 1px solid var(--ntz-ed-line);
	box-shadow: none;
}

/* ── Footer — dark ───────────────────────────────────── */

.ntz-preset-christies .ntz-section-footer {
	background: #0d0d0d !important;
	color: rgba(255,255,255,0.85) !important;
	border-top: none;
}

.ntz-preset-christies .ntz-section-footer h3,
.ntz-preset-christies .ntz-section-footer p,
.ntz-preset-christies .ntz-section-footer a,
.ntz-preset-christies .ntz-section-footer span {
	font-family: "DM Sans", sans-serif;
	font-size: 13px;
	letter-spacing: 0.04em;
	color: rgba(255,255,255,0.72) !important;
}

.ntz-preset-christies .ntz-section-footer h3 {
	font-family: "DM Sans", sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #ffffff !important;
}

.ntz-preset-christies .ntz-section-footer a:hover {
	color: var(--ntz-ed-gold) !important;
}

/* ── Theme microsite header (outside shell) ──────────── */

.microsite-header--christies .navbar {
	background: #ffffff !important;
	border-bottom: 1px solid var(--ntz-accent, #e8e0d0) !important;
}

.microsite-header--christies .navbar-brand,
.microsite-header--christies .microsite-brand {
	font-family: "DM Sans", sans-serif !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	letter-spacing: 0.18em !important;
	text-transform: uppercase !important;
	color: var(--ntz-primary, #1a1a1a) !important;
}

.microsite-header--christies .nav-link {
	font-family: "DM Sans", sans-serif !important;
	font-size: 13px !important;
	font-weight: 500 !important;
	letter-spacing: 0.06em !important;
	color: var(--ntz-primary, #1a1a1a) !important;
	opacity: 0.80;
}

.microsite-header--christies .nav-link:hover {
	color: var(--ntz-secondary, #B89A5E) !important;
	opacity: 1;
}

.microsite-header--christies .navbar-toggler {
	border-color: rgba(0, 0, 0, 0.20) !important;
	color: var(--ntz-primary, #1a1a1a) !important;
}

.microsite-header--christies .navbar-toggler i {
	color: var(--ntz-primary, #1a1a1a) !important;
}

/* ── Theme microsite footer (outside shell) ──────────── */

.microsite-footer--christies {
	background: #0d0d0d !important;
	color: rgba(255, 255, 255, 0.75) !important;
	border-top: none !important;
}

.microsite-footer--christies small,
.microsite-footer--christies a {
	font-family: "DM Sans", sans-serif !important;
	font-size: 12px !important;
	letter-spacing: 0.04em !important;
	color: rgba(255, 255, 255, 0.50) !important;
}

.microsite-footer--christies a:hover {
	color: var(--ntz-secondary, #B89A5E) !important;
}

/* ── Responsive ──────────────────────────────────────── */

@media (max-width: 900px) {
	.ntz-preset-christies .ntz-property-search,
	.ntz-preset-christies .ntz-houses-grid,
	.ntz-preset-christies .ntz-grid-3 {
		grid-template-columns: 1fr;
	}

	.ntz-preset-christies .ntz-section-hero-editorial,
	.ntz-preset-christies .ntz-section-hero-fullbleed {
		min-height: 70vh;
	}

	.ntz-preset-christies .ntz-property-search {
		grid-template-columns: 1fr;
		margin-top: 0;
		padding: 24px;
	}
}

@container ntz-preview (max-width: 900px) {
	.ntz-preset-christies .ntz-property-search,
	.ntz-preset-christies .ntz-houses-grid,
	.ntz-preset-christies .ntz-grid-3 {
		grid-template-columns: 1fr;
	}

	.ntz-preset-christies .ntz-section-hero-editorial {
		min-height: 70vh;
	}

	.ntz-preset-christies .ntz-property-search {
		grid-template-columns: 1fr;
		margin-top: 0;
	}
}
