/* ==========================================================================
   Million Homes — Helyszín (kategória) archívum (taxonomy-helyszin.php)

   Forrás: Newsablon „Million Homes - Terézváros.html" + assets/terezvaros.css
   ========================================================================== */

/* ==========================================================================
   HERO
   ========================================================================== */
.ing-lista .mht-hero {
	position: relative;
	min-height: 560px;
	display: flex;
	align-items: flex-end;
	padding: 160px 0 56px;
	overflow: hidden;
	background: #0b0a09;
}
.ing-lista .mht-hero__bgwrap {
	position: absolute;
	inset: 0;
	z-index: 0;
	animation: mh-ken 22s ease-out forwards; /* lista.css-ből */
}
.ing-lista .mht-hero__bg {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ing-lista .mht-hero__scrim {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background: linear-gradient(180deg, rgba(11,10,9,0.72) 0%, rgba(11,10,9,0.35) 42%, rgba(11,10,9,0.9) 100%);
}
.ing-lista .mht-hero__content {
	position: relative;
	z-index: 2;
	max-width: 1140px;
	margin: 0 auto;
	width: 100%;
}
.ing-lista .mht-breadcrumb {
	display: flex;
	align-items: center;
	gap: 8px;
	font-family: "Schibsted Grotesk", system-ui, sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.48px;
	color: rgba(255,255,255,0.6);
	margin-bottom: 20px;
}
.ing-lista .mht-breadcrumb a {
	color: rgba(255,255,255,0.6);
}
.ing-lista .mht-breadcrumb a:hover {
	color: #e6cd94;
}
.ing-lista .mht-breadcrumb span[aria-current] {
	color: #e6cd94;
}
.ing-lista .mht-hero__row {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 28px;
	flex-wrap: wrap;
}
.ing-lista .mht-hero__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 14px;
}
.ing-lista .mht-eyeline {
	width: 26px;
	height: 1px;
	background: #c9a558;
}
.ing-lista .mht-eyetext {
	font-family: "Schibsted Grotesk", system-ui, sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 2.9px;
	text-transform: uppercase;
	color: #e6cd94;
}
.ing-lista .mht-hero__title {
	font-family: "Schibsted Grotesk", system-ui, sans-serif;
	font-weight: 700;
	font-size: 68px;
	line-height: 0.96;
	letter-spacing: -2.04px;
	color: #fff;
}
.ing-lista .mht-hero__lead {
    max-width: 672px;
    margin-top: 15px;
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.78);
}
.ing-lista .mht-hero__stats {
	display: flex;
	gap: 34px;
	flex-wrap: wrap;
}
.ing-lista .mht-hero__statvalue {
	font-family: "Schibsted Grotesk", system-ui, sans-serif;
	font-weight: 700;
	font-size: 32px;
	color: #fff;
	line-height: 1;
	    margin-bottom: 0px;
}
.ing-lista .mht-hero__statvalue .mht-plus {
	color: #c9a558;
}
.ing-lista .mht-hero__statlabel {
	font-family: "Schibsted Grotesk", system-ui, sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 1.34px;
	text-transform: uppercase;
	color: rgba(255,255,255,0.6);
	margin-top: 6px;
}

/* ==========================================================================
   A KÖRNYÉK (mht-hood)
   ========================================================================== */
.ing-lista .mht-hood {
	background: #ece7dd;
	padding: 90px 0;
}
.ing-lista .mht-hood__inner {
	max-width: 1140px;
	margin: 0 auto;
}
.ing-lista .mht-hood__eyebrow-c {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 14px;
}
.ing-lista .mht-hood__eyebrow-c .mht-eyeline {
	width: 24px;
}
.ing-lista .mht-hood__eyebrow-c .mht-eyetext {
	color: #AF7366;
	letter-spacing: 2.56px;
}
.ing-lista .mht-hood__title {
    font-family: "Schibsted Grotesk", Sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: -0.03em;
    color: #141210;
}
.ing-lista .mht-hood__lead {
    margin-top: 16px;
    max-width: 100%;
    font-family: "Instrument Sans", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8em;
    color: #0A0908A8;
}
.ing-lista .mht-hood__band {
	position: relative;
	margin-top: 40px;
	border-radius: 17px;
	overflow: hidden;
	aspect-ratio: 16 / 6.8;
	min-height: 214px;
}
.ing-lista .mht-hood__band img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ing-lista .mht-hood__bandscrim {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: linear-gradient(to top, rgba(8,7,6,0.55), transparent 55%);
}
.ing-lista .mht-hood__bandbadge {
	position: absolute;
	left: 17px;
	bottom: 15px;
	padding: 7px 12px;
	background: rgba(11,10,9,0.82);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	border-radius: 100px;
	font-family: "Schibsted Grotesk", system-ui, sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.48px;
	color: #fff;
}
.ing-lista .mht-hood__cards {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
	margin-top: 40px;
}
.ing-lista .mht-hcard {
	background: #fff;
	border-radius: 12px;
	padding: 23px;
	box-shadow: 0 30px 70px -46px rgba(0,0,0,0.4);
}
.ing-lista .mht-hcard__icon {
    display: inline-flex;
    width: 55px;
    height: 55px;
    border-radius: 9px;
    background: rgba(201, 165, 88, 0.14);
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    color: #AF7366;
}
.ing-lista .mht-hcard__icon svg,
.ing-lista .mht-hcard__icon i {
    width: 20px;
    height: 20px;
}
.ing-lista .mht-hcard h3 {
    font-family: "Schibsted Grotesk", system-ui, sans-serif;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: -0.14px;
    color: #141210;
    margin-bottom: 15px;
}
.ing-lista .mht-hcard p {
    margin-top: 6px;
    font-family: "Instrument Sans", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: #0A0908A8;
}

/* ==========================================================================
   KERÜLET ADATOK (sötét sáv, mht-stats)
   ========================================================================== */
.ing-lista .mht-stats {
	background: #0b0a09;
	padding: 73px 0;
	position: relative;
	overflow: hidden;
}
.ing-lista .mht-stats__glow1 {
	position: absolute;
	top: -20%;
	left: 10%;
	width: 395px;
	height: 395px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(201,165,88,0.16), transparent 70%);
	pointer-events: none;
}
.ing-lista .mht-stats__glow2 {
	position: absolute;
	bottom: -30%;
	right: 6%;
	width: 365px;
	height: 365px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(201,165,88,0.1), transparent 70%);
	pointer-events: none;
}
.ing-lista .mht-stats__inner {
	position: relative;
	max-width: 1140px;
	margin: 0 auto;
}
.ing-lista .mht-stats__head {
	text-align: center;
	margin-bottom: 46px;
}
.ing-lista .mht-stats__eyebrow-c {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 12px;
}
.ing-lista .mht-stats__eyebrow-c .mht-eyeline {
	width: 24px;
}
.ing-lista .mht-stats__eyebrow-c .mht-eyetext {
	color: #e6cd94;
	letter-spacing: 2.56px;
}
.ing-lista .mht-stats__title {
	font-family: "Schibsted Grotesk", system-ui, sans-serif;
	font-weight: 700;
	font-size: 32px;
	letter-spacing: -0.96px;
	color: #fff;
}
.ing-lista .mht-stats__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 36px;
}
.ing-lista .mht-stat {
	text-align: center;
}
.ing-lista .mht-stat__value {
	font-family: "Schibsted Grotesk", system-ui, sans-serif;
	font-weight: 700;
	font-size: 39px;
	color: #fff;
	line-height: 1;
	    margin-bottom: 0px;
}
.ing-lista .mht-stat__label {
	margin-top: 10px;
	font-family: "Schibsted Grotesk", system-ui, sans-serif;
	font-size: 12px;
	font-weight: 600;
	    margin-bottom: 0px;
	letter-spacing: 1.28px;
	text-transform: uppercase;
	color: #e6cd94;
}
.ing-lista .mht-stat__note {
	margin-top: 6px;
	font-size: 13px;
	line-height: 1.55;
	color: rgba(255,255,255,0.5);
}

/* ==========================================================================
   CTA (mht-cta)
   ========================================================================== */
.ing-lista .mht-cta {
	background: #f6f3ee;
	padding: 73px 0;
}
.ing-lista .mht-cta__card {
	max-width: 1140px;
	margin: 0 auto;
	background: #141210;
	border-radius: 17px;
	padding: 55px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	flex-wrap: wrap;
}
.ing-lista .mht-cta__text {
	max-width: 672px;
}
.ing-lista .mht-cta__title {
	font-family: "Schibsted Grotesk", system-ui, sans-serif;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.06;
	letter-spacing: -0.96px;
	color: #fff;
}
.ing-lista .mht-cta__lead {
    margin-top: 12px;
    font-size: 17px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.62);
    margin-bottom: 0px;
}
.ing-lista .mht-btn-gold {
	flex: none;
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding: 20px 26px;
	background: #c9a558;
	color: #141210;
	border-radius: 100px;
	font-family: "Schibsted Grotesk", system-ui, sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.28px;
	text-decoration: none;
	transition: background 300ms cubic-bezier(.4,0,.2,1), transform 300ms cubic-bezier(.4,0,.2,1), color 300ms cubic-bezier(.4,0,.2,1);
}
.ing-lista .mht-btn-gold:hover {
	background: #e6cd94;
	transform: translateY(-2px);
	color: #141210;
}

/* ==========================================================================
   TOVÁBBI HELYSZÍNEK (mht-areas)
   ========================================================================== */
.ing-lista .mht-areas {
	background: #f6f3ee;
	padding: 0 0 84px;
}
.ing-lista .mht-areas__inner {
	max-width: 1140px;
	margin: 0 auto;
}
.ing-lista .mht-areas__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.ing-lista .mht-areas__eyebrow-c {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 12px;
}
.ing-lista .mht-areas__eyebrow-c .mht-eyeline {
	width: 24px;
}
.ing-lista .mht-areas__eyebrow-c .mht-eyetext {
	color: #AF7366;
	letter-spacing: 2.56px;
}
.ing-lista .mht-areas__title {
	font-family: "Schibsted Grotesk", system-ui, sans-serif;
	font-weight: 700;
	font-size: 32px;
	letter-spacing: -0.96px;
}

/* Navigációs nyilak a fejléc jobb oldalán (a korábbi „Összes ingatlan" gomb helyén). */
.ing-lista .mht-areas__nav {
	display: flex;
	gap: 10px;
}
.ing-lista .mht-areas__arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0px;
	flex: none;
	background: transparent;
	border: 1px solid rgba(20,18,16,0.4);
	border-radius: 100px;
	cursor: pointer;
	color: #141210b5;
	transition: background 300ms cubic-bezier(.4,0,.2,1), color 300ms cubic-bezier(.4,0,.2,1), border-color 300ms cubic-bezier(.4,0,.2,1);
}
.ing-lista .mht-areas__arrow:hover {
	background: #141210;
	color: #fff;
	border-color: #141210;
}
.ing-lista .mht-areas__arrow svg {
	width: 22px;
	height: 22px;
}

/* Carousel: teljes szélességű track (nem 1140-be zárt), fix szélességű
   kártyák — loop módban mindkét oldalon látszik a szomszédos slide egy darabja. */
.ing-lista .mht-areas__slider {
	visibility: visible; /* a splide-core .splide{visibility:hidden}-ját feloldjuk no-JS esetén is */
}
.ing-lista .mht-areas__slider .splide__slide {
	width: 266px; /* no-JS fallback; mount után a JS inline fixedWidth felülírja */
	height: auto;
}
.ing-lista .mht-areas__slider .mht-area {
	display: block;
	height: 100%;
}
.ing-lista .mht-area {
	position: relative;
	display: block;
	aspect-ratio: 3 / 4;
	border-radius: 12px;
	overflow: hidden;
	background: #1c1916;
}
.ing-lista .mht-zoom {
	position: absolute;
	inset: 0;
}
.ing-lista .mht-zoom img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 1.1s cubic-bezier(.16,1,.3,1);
}
.ing-lista .mht-area:hover .mht-zoom img {
	transform: scale(1.06);
}
.ing-lista .mht-area__scrim {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: linear-gradient(to top, rgba(8,7,6,0.88) 0%, rgba(8,7,6,0.12) 62%, transparent 100%);
}
.ing-lista .mht-area__label {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 17px;
}
.ing-lista .mht-area__kerulet {
	font-family: "Schibsted Grotesk", system-ui, sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 1.17px;
		margin-bottom: 0px;
	text-transform: uppercase;
	color: #e6cd94;
}
.ing-lista .mht-area__name {
	font-family: "Schibsted Grotesk", system-ui, sans-serif;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: -0.17px;
	color: #fff;
	margin-bottom: 0px;
	margin-top: 3px;
}
.ing-lista .mht-area__count {
	font-size: 12.5px;
	color: rgba(255,255,255,0.72);
	margin-top: 4px;
	display: inline-flex;
	align-items: center;
	gap: 7px;
}
.ing-lista .mht-area__count .mht-arrow {
	color: #e6cd94;
	font-family: "Schibsted Grotesk", system-ui, sans-serif;
	font-weight: 600;
}

/* ==========================================================================
   SZŰKEBB VIEWPORT — a fő tárolók (1140px) alá csökkenő szélességnél
   oldaltérközt kapnak (a szekciók sosem).
   ========================================================================== */
@media (max-width: 1180px) {
	.ing-lista .mht-hero__content,
	.ing-lista .mht-hood__inner,
	.ing-lista .mht-stats__inner,
	.ing-lista .mht-areas__inner { padding-left: 32px; padding-right: 32px; }

	.ing-lista .mht-cta {
		padding-left: 32px;
		padding-right: 32px;
	}
}

/* ==========================================================================
   TABLET (max-width: 1024px)
   ========================================================================== */
@media (max-width: 1024px) {

	.ing-lista .mht-hero {
		min-height: 480px;
		padding: 130px 0 48px;
	}
	.ing-lista .mht-hero__title {
		font-size: 48px;
		letter-spacing: -1.44px;
	}
	.ing-lista .mht-hero__lead {
		max-width: 780px;
	}

	.ing-lista .mht-hood {
		padding: 64px 0;
	}
	.ing-lista .mht-hood__band {
		min-height: 180px;
	}
	.ing-lista .mht-hood__cards {
		grid-template-columns: repeat(2, 1fr);
		gap: 16px;
	}

	.ing-lista .mht-stats {
		padding: 56px 0;
	}
	.ing-lista .mht-stats__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 32px 24px;
	}

	.ing-lista .mht-cta {
		padding: 56px 0;
	}
	.ing-lista .mht-cta__card {
		padding: 40px;
	}

	.ing-lista .mht-areas {
		padding-bottom: 64px;
	}
	.ing-lista .mht-areas__slider .splide__slide {
		width: 230px; /* no-JS fallback */
	}
}

/* ==========================================================================
   MOBIL (max-width: 767px)
   ========================================================================== */
@media (max-width: 767px) {

	.ing-lista .mht-hero__content,
	.ing-lista .mht-hood__inner,
	.ing-lista .mht-stats__inner,
	.ing-lista .mht-areas__inner { padding-left: 20px; padding-right: 20px; }

	.ing-lista .mht-cta {
		padding-left: 20px;
		padding-right: 20px;
	}

	.ing-lista .mht-hero {
		min-height: 0;
		padding: 104px 0 36px;
	}
	.ing-lista .mht-hero__title {
		font-size: 34px;
		letter-spacing: -1.02px;
	}
	.ing-lista .mht-hero__row {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
	}
	.ing-lista .mht-hero__stats {
		gap: 24px;
	}
	.ing-lista .mht-hero__statvalue {
		font-size: 26px;
	}

	.ing-lista .mht-hood {
		padding: 44px 0;
	}
	.ing-lista .mht-hood__title {
		font-size: 27px;
		letter-spacing: -0.82px;
	}
	.ing-lista .mht-hood__cards {
		grid-template-columns: 1fr;
	}

	.ing-lista .mht-stats {
		padding: 44px 0;
	}
	.ing-lista .mht-stats__title {
		font-size: 24px;
		letter-spacing: -0.72px;
	}
	.ing-lista .mht-stats__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 28px 16px;
	}
	.ing-lista .mht-stat__value {
		font-size: 30px;
	}

	.ing-lista .mht-cta {
		padding: 44px 0;
	}
	.ing-lista .mht-cta__card {
		padding: 32px 20px;
	}
	.ing-lista .mht-cta__title {
		font-size: 24px;
		letter-spacing: -0.72px;
	}
	.ing-lista .mht-btn-gold {
		width: 100%;
		justify-content: center;
	}

	.ing-lista .mht-areas {
		padding-bottom: 44px;
	}
	.ing-lista .mht-areas__title {
		font-size: 24px;
		letter-spacing: -0.72px;
	}
	.ing-lista .mht-areas__head {
		align-items: flex-start;
	}
	.ing-lista .mht-areas__slider .splide__slide {
		width: 200px; /* no-JS fallback */
	}
}

/* ==========================================================================
   TÉMA KONTÉNER FELÜLÍRÁSA — teljes szélesség (full-bleed) a helyszín
   archívumon is (mint a lista-oldalon): a GP .grid-container kikapcsol,
   a .ing-lista végigfusson a viewport szélig, az 1140px belső középen.
   ========================================================================== */
body.tax-ingatlan_helyszin .site.grid-container.container,
body.tax-ingatlan_helyszin .site.grid-container {
	max-width: 100%;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
body.tax-ingatlan_helyszin .site-content {
	display: block;
	max-width: 100%;
	width: 100%;
	padding: 0;
}
body.tax-ingatlan_helyszin .ing-lista {
	width: 100%;
	max-width: 100%;
}
